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.
Reload button value/status when drive cameback online
Hi,
I have Button that have relations with Device Tag(IR Server)
Its show correct status when device is online
but when device is offline and came back online
i3 pro will not reload latest status from Device and update GUI automatically?
How I can force re-read all tag that have relations with GUI object when IR.EVENT_ONLINE is called?
event on page change?
Hi,
Is it possible to AddListener to page change event?
I want to call some script for each page that loaded
Перезагрузка i pro3
При редактировании проекта панели в тестовом режиме, видимо в панель был закачан биты проект, теперь при запуске ipro3 c с компьютера и панели приложение выдает ошибку и закрывается. Можно ли удалить загруженный проект в i pro3 или почистить кэш.
UMC server routing
I followed the manual: http://dev.iridiummobile.net/IRidium_Server_UMC/en
My question is: When should routing be turned "ON"?
Create an empty script file (JS icon on the top toolbar + New Script) and add the script in it:
IR.AddListener(IR.EVENT_START,0,function() { var KNXSerial = "KNXIPClientSerial"; // name of KNX Serial driver in your project if(IR.GetDevice(KNXSerial)) { IR.GetDevice(KNXSerial).SetParameters({ServerDevice: "iRidium Server"}); } IR.CreateDevice(IR.DEVICE_KNX_IP_SERVER, "iRidium Server", {Port: 3671, ClientDevice: KNXSerial, Routing: false // true - to turn Routing on }); });
After the project with the configured driver and script is launched on the UMC, you will be able to find the UMC in ETS and use it as an interface to access the bus.
Problem with background image
I did a project with Studio, I loaded a background images and over it placed the control buttons. The problem is that when I run the emulator (or execute the project on the i3 client) I do not get the background image and the screen turns white (not black as usual).
What could be the problem? Attached images of the Studio project and how it goes in the Emulator
MQTT WB5 управление реле
Добрый день! подскажите пожалуйста как правильно оформить команду в драйвере MQTT
которая мне необходима для управления релейным модулем Wirenboard (WB5)
в консоли команды выглядят следующим образом
на включение
root@wirenboard-A3WUEC7Z:~# mosquitto_pub -t "/devices/wb-mr14_16/controls/K1/on" -m "1"
на выключение
root@wirenboard-A3WUEC7Z:~# mosquitto_pub -t "/devices/wb-mr14_16/controls/K1/on" -m "0"
ни как не получается понять, куда деть префикс "-m"
Ошибка авторизации на коммерческой лицензии
В тестовом режиме все было ок. После перевода сервера (RPi debian) на коммерческую лицензию, не могу подключиться с панели (пока тестировал только на Android 6.0) к серверу.
Лог на сервере:
[18-06-2017 00:10:40.000] INFO IRIDIUMSERVER Accept Client id - 0 1 ip:33968 [18-06-2017 00:10:40.000] INFO IRIDIUMSERVER Welcome 4 [18-06-2017 00:10:40.000] ERROR IRIDIUMSERVER Authorization error [18-06-2017 00:10:40.000] INFO IRIDIUMSERVER Offline(0) 1 [18-06-2017 00:10:40.000] INFO IRIDIUMSERVER Release Client id - 1 ip:33968 [18-06-2017 00:10:41.000] INFO IRIDIUMSERVER Accept Client id - 0 1 ip:33970 [18-06-2017 00:10:41.000] INFO IRIDIUMSERVER Welcome 4 [18-06-2017 00:10:41.000] ERROR IRIDIUMSERVER Authorization error [18-06-2017 00:10:41.000] INFO IRIDIUMSERVER Offline(0) 1 [18-06-2017 00:10:41.000] INFO IRIDIUMSERVER Release Client id - 1 ip:3397
Пробовал под учеткой админа (создателя проекта) сначала. Потом под учеткой пользователя - выдал приглашение на доступ к проекту и т.д... в обоих случаях Authorization error
Читал раздел http://dev.iridiummobile.net/IRidium_for_iOS/ru#Commercial_Use - все делал как там описано.
Я что-то упустил?
Не активны настройки Linear Trend
День, добрый
при попытке создания трендов в окне настройки активны только Range и цветовые настройки.
JS script: changes Image Stretch
Is it possible to change the image stretch to 'proportional' with a JS -script?
Customer support service by UserEcho