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
Answered

Reload button value/status when drive cameback online

Tanapol E. 7 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 7 years ago 5

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?

0
Answered

event on page change?

Tanapol E. 7 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 7 years ago 3

Hi,

Is it possible to AddListener to page change event?

I want to call some script for each page that loaded

0
Waiting for user's reply

Перезагрузка i pro3

unins 7 years ago in Applications / i3 Pro updated by Dmitry - support (expert) 7 years ago 5

При редактировании проекта панели  в тестовом режиме, видимо в панель был закачан биты проект, теперь при запуске ipro3 c с компьютера и панели приложение выдает ошибку и закрывается. Можно ли удалить загруженный проект в  i pro3 или почистить кэш.

Image 19655


Image 19656


0
Answered

UMC server routing

AdG 7 years ago in Server Solutions / UMC Server updated by Aleksandr Romanov (CTO) 7 years ago 4

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.

0
Not a bug

Problem with background image

Paolo Scarpetta 7 years ago in Applications / Studio (Server editor) updated by Aleksandr Romanov (CTO) 7 years ago 5

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

Image 19609

Image 19610


0
Answered

MQTT WB5 управление реле

Oleg Starikov 7 years ago in Products / Other drivers updated by Aleksandr Romanov (CTO) 7 years ago 2

Добрый день! подскажите пожалуйста как правильно оформить команду в драйвере 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"


0
Voting

esc/vp.net

Александр Агеев 7 years ago updated by Aleksandr Romanov (CTO) 7 years ago 1

Does somebody write driver for Epson projector via ESC/VP.net protocol? 

0
Not a bug

Ошибка авторизации на коммерческой лицензии

AlexDr 7 years ago in Server Solutions / Linux Server updated by Aleksandr Romanov (CTO) 7 years ago 20

В тестовом режиме все было ок. После перевода сервера (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 - все делал как там описано.


Я что-то упустил?

0
Answered

Не активны настройки Linear Trend

unins 7 years ago in Applications / Studio (Server editor) updated 7 years ago 17

День, добрый

при попытке создания трендов в окне настройки активны только Range и цветовые настройки.Image 19549

0
Answered

JS script: changes Image Stretch

Braet Stijn 7 years ago in iRidium Script updated by Aleksandr Romanov (CTO) 7 years ago 2

Is it possible to change  the image stretch to 'proportional' with a JS -script?Image 19543