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

Event when statusses are requested in Duotecno system

Hi,

When the i3 pro app is starting, all Duotecno statuses are requested from the Duotecno system. This can be a time-consuming process, specially with big Duotecno installations.

Is there an event, to 'monitor' when this process is 'ready/finalized'? 

If not, can this event build-in in i3 pro?


This is also very usefull for other protocols...


Thanks

0
Answered

Beckhoff ADS not working

Gaurav 7 years ago in Products / Other drivers updated 7 years ago 4

After following instructions on this wiki page, i am not able to communicate with any Beckhoff PLC. 

Tried various port - 801, 301, 48898 but with no luck.

Please guide on how to communicate with my Beckhoff PLC (CX 5020)



0
Completed

raspberry pi 3 HDL BUSPRO

lucimaradorno32 7 years ago updated by Aleksandr Romanov (CTO) 7 years ago 2

I WOULD LIKE SOMEBODY HELP ME TO MAKE BUSPRO HDL MODULES BE INTEGRATED WITH HOMEKIT.

0
Answered

Scene Control feedback from DLP

Ash 7 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 7 years ago 2

Greetings all, 

I have programmed a DLP panel with HDL buspro app for activating some Scene. 

when i am running the scene (lets say morning ) from the DLP i can not see any feedback on the App. however, if i control each channel individually or broadcast them i can see the changes and feedback in the App. 

any suggestion how to fix it?

Thanks

Ash  

0
Answered

Переменная в листенере

S1210 7 years ago in General updated by Andrey S 7 years ago 5

Добрый день. У меня вопрос такой, можно ли использовать переменную в листенере? Например так:


var Name1;
var Name2;
IR.AddListener(IR.EVENT_ITEM_PRESS, IR.GetPopup("Страница 1").GetItem("Item 1"), function ( )
{
Name2 = IR.GetPopup("Страница 1");
});
IR.AddListener(IR.EVENT_ITEM_PRESS, Name2.GetItem("Item 2"), function ( )
{
Name1 = "Свет";
IR.GetPopup("Страница 1").GetItem("Item 3").Text = Name1;
});


0
Waiting for user's reply

Compatibility for Weinzierl KNX IPBaos774 and IP Interface 730/731

Francesco Zangara 7 years ago in Products / KNX updated 7 years ago 47

iRidium Studio is compatible with IPBoas774, IP Interface 730 and 731?

Studio not find this devices during import.

0
Answered

Can I AddListener on System or Project Tokens change or update?

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

Can I AddListener on System or Project Tokens change or update?


I try to do something like this

if(IR.GetVariable("System.Battery.Level") < 25)

{

IR.GetPage("pg_main").GetItem("label_battery").GetState(0).FillColor = 0xFF0000FF

}

0

Will USB KNX / Raspberry Pi Interface work with IR server?

Tanapol E. 7 years ago in Products / KNX updated 7 years ago 8

Will USB KNX Interface work with IR server?

such as this one 

https://www.weinzierl.de/index.php/en/all-knx/knx-devices-en/knx-usb-interface-311-en

or this one

http://www.eelectron.com/prodotto/raspberry-pi-knx-interface/?lang=en
(
rPI will see this as /dev/ttyAMA0 not sure if I can use kBerry for this or not?)


0
Completed

Scheme (логические таблицы) в iRidium Pro

Умед Эгамбердиев 7 years ago in Applications / Studio (Server editor) updated by Liohandos 5 years ago 9

Добрый день, работая с новым инструментов iRidium Pro - Scheme, появились как вопросы так и предложения. Я считаю что это отличный инструмент для тех, кто не умеет программировать. Перейду к сути. При работе с таблицами первое чего не хватает катастрофически, так это: 

  • невозможность копирования/клонирование блоков, либо самих таблиц, 
  • переименование блоков, либо дополнительных названий для них
  • если блок Value, то было бы не плохо отображать введенное значение и в самом блоке.
  • еще хотелось бы чтобы данные из Tag можно было получать без прибегания к скриптам.

Хотелось бы напрямую общаться со специалистом, который сделал этот супер инструмент, да бы вместе его усовершенствовать.

0
Answered

Run external command on client

Post 7 years ago in Applications / i3 Pro updated 7 years ago 3

Is there any way I can run executables on the local client (Windows/Linux)? Either triggered from the server or the client? 


There are several things I would like to do:


- open a browser from the panelsoftware (open WebTV for example)

- change window focus (bring certain application windows to front)

- wake/sleep the screen based on actions (movement or alarm status)

- halt/reboot the machine

- change the volume/mute


Thanks!