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

WS2_32.dll

Владимир Нестеров 7 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 1

При запуске программы i3 Pro v. 1.1.5 в Windows XP возникает ошибка 

Image 19125

0
Beantwoord

Прием сообщения от устройства

z_lexx 7 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 6

Здравствуйте.

Иридиум принимает сообщение от устройства с рызрывом (см. файл). В Putty например такого нет.

Как добиться приема сообщения целиком, без разрыва?

Спасибо.


запрос списка воспроизведенея.jpg

0
Beantwoord

How to listen clients with iRidium server.

TuomoHautala 7 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 5

Another odd question. I have set up iRidium server and it is easy create drivers (clients) that will connect to equipment. But now i have client that will connect to iRidium server and send commands / requests to server. I have no idea how can I listen and log those request / commands from script. So how is that done? :)Image 19049

0
Not a bug

i3 pro запускается, но не разворачивается

Кирилл Нагула 7 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 4

i3 pro запускается, но не разворачивается. После нажатия Emulator, i3 загружается, но развернуть иконку с панели задач невозможно. C log тоже самое. Studio работает стабильно. 

0

Script to change background of pro by end user

Barry Jones 7 jaar geleden in Applications / i3 Pro 0

anyone got a script that can allow a end user to change the background image of i3 pro from a selection of images from inside the interface, i.e. Select an image on a page called backgrounds and it changes all the background to the one selected

0
Beantwoord

iridium pro time

Silp Melafor 7 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 4

Hi guys,

I like to send KNX time type using editbox from iRidium Pro to KNX. What should I write into editbox to send time after pushing ENTER. Sending editbox value doesn't work.


Tnx. 

0
Beantwoord

How to send data back to client with CUSTOM TCP SERVER

TuomoHautala 7 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 2

I have created CUSTOM_SERVER_TCP and we can connect with our clients to it.

Clients are sending data to server. (Example "GET ROOM TEPERATURE")

We can receive data with EVENT_RECEIVE_TEXT.

How can we send data back to client? (Example "ROOM TEPERATURE 24 °C")

0
Beantwoord

Read initial state of KNX equipment

Silp Melafor 7 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 3

Hi guys,

when I start client (visualization) I like to read data of KNX equipment to show what is switched and what is not. 


I try to use this but it sends no read command on KNX bus.

Drivers.iRidium Server.KNX IP Router.Valve1state is feedback from a switch.


JS:

IR.AddListener(IR.EVENT_START,0,function()
{
  IR.GetVariable("Drivers.iRidium Server.KNX IP Router.Valve1state");
  IR.GetVariable("Drivers.iRidium Server.KNX IP Router.Valve2state");
  IR.GetVariable("Drivers.iRidium Server.KNX IP Router.Valve3state");
  IR.GetVariable("Drivers.iRidium Server.KNX IP Router.Hum");
  IR.GetVariable("Drivers.iRidium Server.KNX IP Router.Temp");

  IR.GetPage("Main").GetItem("GardenState").Text = "BEEE";
});

 

How can I do that? I3 reacts only on feedbacks but I am missing initial state of equipment.

Tnx.

0
Waiting for user's reply

I3 project is locking

Diego | Sbus Automação 7 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 5

I have a project that was originally made in i2 and converted to i3, because of a video streaming with h264 protocol. The i3 project is being used in windows and iOS, however in windows the project is locking. Has anyone reported this problem on windows with i3?

0
Under review

Custom slider not showing in list with level items.

TuomoHautala 7 jaar geleden in Applications / i3 Pro bijgewerkt door Ilya Markov (expert) 7 jaar geleden 1

In i3 there is new feature where you can add custom slider.

List template has level in it and there is custom slider added to it but it is not showing.