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.
DB in Cloud
Было бы хорошо иметь возможность с определнной периодичность сохранять Базу Данных в облако. Чтоб не потерять все параметры при не штатной ситуации на объекте.
It would be nice to be able to maintain the frequency of opredelnie database in the cloud. So as not to lose all the settings when not a regular situation at the facility.
Remote Debugging not working for Windows
As confirmed by private ticket, remote debugging is not working for windows
Remote debugging is intended primarily for logging the control panels (tablets, phones etc.). I.e. those devices that don't have own logging. So remote logging works for panels.i3Pro on PC has its own log
This used to work in iRidium 2 and I have used a remote debugging system extensively on a live client commercial site to monitor behaviour and send emails for certain conditions etc.
Client logging in the Log only has so much room in the buffer, you have to physically watch the log and and save the logging. This is not useful and does not meet the requirements that remote debugging does -> sending ALL logging to another system that can record all logs remotely.
Please please please put it back.
Removing functionality like this is not cool. Why was it taken out?
i3 client for rasbperry?
are there any plans on releasing a i3 pro client for the rasbperry?
like the i3 windows client.
best regards,
martin lang
how to make logical functions javascript
Hi,
I don't have a lot of knowledge in javascript and i want to use logical functions, but i don't get it to work.
i used an example of this forum and i want to make this with it:
if: input1=0 and input2=1
than set: output1->0 , output2->0, output3->0
if: input1=1 and input2=1
than set: output1->1 , output2->1, output3->1
here is the script i made, can anyone tell me what i did wrong?
IR.AddListener(IR.EVENT_START,0,function() { //Lsunch a listener of the basis if global tag work. IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function(name, value) { IR.Log("Active global: " + name + "\value: " + value); /* Write logics for required processing. */ if ((name == "Global.input1" && value == 0) && (name == "Global.input2" && value == 1)) { IR.Log("Light OFF") IR.SetVariable("Global.output1", 0) IR.SetVariable("Global.output2", 0) IR.SetVariable("Global.output3", 0) }else /* Write logics for required processing. */ if ((name == "Global.input1" && value == 1) && (name == "Global.input2" && value == 1)) { IR.Log("Light ON") IR.SetVariable("Global.output1", 1) IR.SetVariable("Global.output2", 1) IR.SetVariable("Global.output3", 1) } }); //Signature block for required tags IR.SubscribeTagChange("Global.input1"); IR.SubscribeTagChange("Global.input2") IR.SubscribeTagChange("Global.output1") IR.SubscribeTagChange("Global.output2") IR.SubscribeTagChange("Global.output3") });
I used this example from this forum, but is "IR.setGlobalListener" the best option to use?
If someone has a better suggestion please tell !
Thanks,
Marco
Обработка изменений элемента управления Level
Подскажите как поймать эвент при изменении уровня элемента Level.
Пробовал IR.AddListener(IR.EVENT_ITEM_CHANGE, Level, func); - не срабатывает.
Проблема в том что надо ловить момент когда уровень меняет скрипт.
how to connect matrix switcher with iridium mobile
Hello i have matrix switcher type VP-84ETH brand KRAMER and then i want the matrix switcher can control use iridium mobile...Do you have template iridium for control matrix swicther on iridium mobile?
Action are getting delayed.
Hello, Its taking delay to turn ON and Turn OFF the devices.It works good when the next command is given after 3-4Sec.But when we give multiple commands with in 3-4 sec its tsking delay.
Fibaro Driver
Any Support pages or tutorial on the new Fibaro Driver for i3pro
updating server overwrites server tags in database
Hi
We have settings as server tags and have them set to store in DB:
But, every time I update the server project, these tag values are no longer in the database, it seems a new database overwrites the old
This is not good as we lose all our settings.
How can I stop this?
Не работает на планшете Android Samsung Galaxi Tab S2
Создал проект в Iridium Studio v1.0.8. 19090 (32bit) (i3Pro), использовал JS модуль Z-Wave RaZberry 2.2 (из IridiumV2, JS модули) Проверил эмулятором на компьютере – работает. Загрузил через Кабинет на планшет Samsung Galaxy Tab S2 модель SM-T813 – не работает. На нажатия не реагирует, данные от термометра не приходят. (версия Android 6.0.1 . Версия ядра 3.10.84-9829844). На смартфоне Samsung Galaxy S4 mini(GT-i9192) – работает. (Android v 4.4.2). Лицензия pro Starter Визуализация+сервер, Включенные драйвера: AV & Custom systems, Global Cache`, SIP-Intercom, IP-Cameras, Количество панелей: 1 Количество точек: до 50.
Customer support service by UserEcho