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
Under review

Hello friends, can you help me with the Token ring programming? Thank you

SODEL 5 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 1

Hello friends, can you help me with the Token ring programming? Thank you

0
Under review

radiora2 lutron drivers

conthender costa 5 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 3

has anyone used the lutron radiora2 system with iridium?and if you have drivers for that system to work with iridium?

0
Answered

iRidium Server check if Panel is online/offline

Leandro Augusto 5 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 3

Is there any chance to iridium Server checks if a panel is conected or not conected?

I want to show on another panel a list of panels online and offline.

0
Under review

Import .csv or .xml for a Bacnet Project on iRidium Server

Leandro Augusto 5 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 7

Hi,

I have a big project with 7 Bacnet Controllers on iridium Server. Each controller is connected to lights, shades and HVAC thermostats. I´ll have a lot of work to create each Command and Feedback. I want to know if there is another choice to create commands and feedbacks on Excel (csv or xml) file than import to iridium. 

0
Answered

Show messages time depending

Leandro Augusto 5 years ago updated by Tatiana Kiselyova (expert) 5 years ago 4

I want to show on panel messages like Good Morning, Good Afternoon and Good Evening depending on time of the day.

I think about to use SetInteval and a function to check how time it is. But I don´t know if it is a good choice.

Can you help me?

0
Under review

Overview Tcp/Udp communications

Kenny Stoepel 5 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 1

For a project we need to specify all network ports (TCP/UDP) used by Iridium.

For the server  I presume it's only 

- http : TCP port 8888 

- iridium client  30464 (TCP?)

- Specific driver ports according to the protocols used

for a client connected to a server I assume it's only 30464?

for a client connected directly to end devices it are only the driver specific ports?

for updates to both client and server I guess 433 is used?

Are there any others I forgot? Or is there any documentation on this available?

0
Answered

lutron

Moe 5 years ago updated by Aleksandr Romanov (CTO) 5 years ago 1

Lutron blinds and Shades control 

Does anybody has the experience working with Lutron and Controlling by iridium pro?

0
Answered

RTSP Cameras with H265 codecs.

David Lagos 5 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 2

Hi Iridium Team.

I know that Iridium Pro and Iridium Lite can monitor cameras via RSTP with H264 codec. However, I don´t know if both apps support H265 codecs. 

0
Answered

Trigger a script from a button press

Iain Brew 5 years ago updated by bradren007 5 years ago 5

I am working on a small project where by depending on the value of a server tag/feedback, when a button is pressed it will show a particular popup. 

IR.AddListener(IR.EVENT_TAG_CHANGE , IR.GetDevice("F10A-SERVER-01"), function(name,value)
{
   IR.Log("Name = " + name + ", Value = " + value);    //For Debug Only
   if(name == "LAB1-SIM" && value == 1)
      {
      IR.ShowPopup("LabLink_Receive_Lab1");
      }
   else if(name == "LAB1-SIM" && value == 0)
      {    
      IR.ShowPopup("LabLink_NoAccess");
      }        
}); 
};  

In this example, there is a tag on my server called 'LAB1-SIM.' When a particular button is pressed (lets call it 'load' for now) it should load either the 'LabLink_Receive_Lab1' or 'LabLink_NoAccess' popup depending on the value of the tag (0 or 1).

The trouble I have is tying this script to a button press. The script should only be executed when the button is pressed, not at project startup or if the tag value changes. Any help would be greatly appreciated!

0
Answered

Can I hide the name and dotted bounding box in the studio editorso that I can edit very small buttons?

William_WCAV 5 years ago updated 5 years ago 2

In the GUI editor, the name of a button is always show in the top left, can I switch this off?

Also can I switch off the dotted bounding box?