Welcome!

On this forum you can discuss iRidium with other users.

iRidium consist of 2 main components - i3 pro app and iRidium Server. Please post here your questions, ideas or errors you find.

Please send your questions to support team as a private messages.


Please subscribe to the Change Log to know our news

We have moved our support service to a new technical support system. Since 17.01.2022, we have disabled the ability to create appeals through the userecho personal account. Now all requests are processed via mail to support@iridi.com .

Thank you for your understanding and have a nice day.

0
Not a bug

Проблема с планшетом на Android

Умед 8 years ago in Applications updated by Aleksandr Romanov (CTO) 8 years ago 3

Создал проект по управлению реле HDL. Залил на планшет и по нажатию кнопок только меняется их статус, переключение реле не осуществляется. Если на компьютере запущен эмулятор, то при нажатии кнопок на планшете, в эмуляторе так же меняется их статус. Пробовал на других устройствах Android, все работает. Очевидно что проблема с самим планшетом, только не могу понять в чем именно. Может кто-то сталкивался с подобной проблемой?

0

email notification

Marco Tanis 8 years ago in General 0

Hello,


I am looking for a simple way to send email notifications in iridium server on events for example:

If a temperature sensor from my knx driver goes above 40 degrees, i want to get an email with the text "temperature high alarm".


can anyone tell me how to do this?


Thanks,

Marco

0
Answered

Отельный контроллер MHRCU.433

AlexDr 8 years ago in Products / HDL-BUS Pro updated 8 years ago 2

Подскажите как считывать состояние входов сухих контактов отельного контроллера с универсальной прошивкой? В проекте iridium добавил фидбеки типа "Read Status of Dry Contact", но не получаю состояние.


Прикрепляю тестовый проект.

Hotel Controller Test.irpz

0
Started

Strange numbers for log-file limit

Theo Derks - NL (distributor) 8 years ago in Applications / Web-interface updated 7 years ago 2

Hi,

See this screenshot from UMC server:


Image 16548


How is it possible, to have (by default) a log size limit (30720000 = 30Gb), while the build-in SD-card is only 8Gb?


Please make the limit dependent of the real (build-in) capacity, and not a 'random' number...


That's more transparant for the installer; now he thinks there is 30Gb diskspace inside the UMC-controller... :-(


Thanks


Theo


0
Not a bug

Strange function in webinterface

Theo Derks - NL (distributor) 8 years ago in Applications / Web-interface updated 8 years ago 4

Hi,


why is this displayed?


Image 16546


Thanks


Theo


Answer
Oksana (expert) 8 years ago

Sorry, but we recommend to use Chrome.

0
Completed

SetTimeout/SetInterval и параметры

AlexDr 8 years ago in iRidium Script updated by Oksana (expert) 8 years ago 8

В JS есть возможность передать параметры анонимной функции используемой в процедурах setInterval и setTimeout:


var hello = "Hello World";

setTimeout(alert, 1000, hello);


В аналогичных функциях иридиум скрипт эта возможность не реализована. Предлагаю добавить ее в API. Меньше бы изврата пришлось городить в коде...

0
Not a bug

Привязка к свойству элемента UI Enable

AlexDr 8 years ago in Applications / i3 Pro updated 8 years ago 6

Если создать привязку к элементу button в виде: UI.popup.Item.Enable == Divers.iriServer.Tag

То кнопка перестает отображать состояние при нажатии вне зависимости от значения серверного тега. Более того, если удалить эту привязку кнопка все равно не меняет свое состояние при нажатии.

При этом если серверный тэг=1 или привязку удалить - нажатия button обрабатывает как обычно.

0
Answered

Как организивать периодический запуск скрипта на сервере?

AlexDr 8 years ago in Server Solutions updated 8 years ago 4

Нужно с периодичностью 1 раз в месяц запускать на сервере определенный скрипт. SetInterval позволяет задавать максимальный интервал в 24 дня (пруф). Кроме того он не подходит, т.к. интервал выполнения собъется если сервер перезагрузится.


Есть ли какой то способ взаимодействия иридиум сервера с cron'ом в лиинуксе? Или свой внутренний подобный механизм?

0
Answered

Change Display Value

Paolo Scarpetta 8 years ago in Server Solutions / Windows Server updated by Oksana (expert) 8 years ago 3

I got a termostat that give the variable value like (ex. 243) instead of 24,3, so when I try to display this value with $VºC It shows "243 ºC" instead 24,3 ºC, How can I fix this?

I use a Iridium Server with Iridium client.