Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!

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

Pansonic Tv IP control

Prashant Mendonca 9 jaar geleden in Products / AV & Custom Systems bijgewerkt door Ekaterina (head of support) 9 jaar geleden 1
Anyone tried Pansonic Tv IP control??
0
Waiting for user's reply

LonWorks Protocol (ISO IEC 14908)

Alejandro de Mingo 10 jaar geleden in Products / Other drivers bijgewerkt door Oksana (expert) 9 jaar geleden 2
Hello,

We are a company which develop LonWorks devices, we are interesting in integrating iridium platform with lon devices but iridium doesn´t support this protocol.
Is there a way to integrate LonWorks with Iridium or a company which develop the driver in iridium control panels?

Regards,

  Alex
Requests for Drivers
0
Beantwoord

IR.Log

Dennis Dekker 8 jaar geleden in Products / Other drivers bijgewerkt door Theo Derks - NL (distributor) 8 jaar geleden 6

Is it possible to log the “Dimmer Units” or “Switch/Relay Units” from a Duotecno or KNX driver?

For example:


function tttt()
{
IR.Log(IR.GetVariable("Drivers.DuoTecno Network.Dimmer Units“));
}
0
Beantwoord

Slow to show feedback

Jackie Roos 8 jaar geleden in Products / KNX bijgewerkt 8 jaar geleden 9

We have a KNX site with approximately 200 group addresses and we are experiencing a lag between sending commands and feedback showing in iRidium.


Do you have any suggestions?

0
Beantwoord

Maximum number of MODBUS commands/feedbacks

D-man 11 jaar geleden in Products / Modbus bijgewerkt door Oksana (expert) 9 jaar geleden 10
Hello,

is there a maximum of MODBUS commands/feedbacks in Iridium?
I'm workin on a project with about 4000 MODBUS objects.
Is this gonna work of could this give some troubles?
0

Merging KNX project files

rocfusion 9 jaar geleden in Products / KNX bijgewerkt door Vladimir Ovchinnikov (expert) 5 jaar geleden 2
Hi,

BIG thank you for adding the option to merge a new knxproj file into an existing KNX driver in a project.  This works. 

One point to note, the text for  the question that you are asked when you import a new KNX knxproj  file when an existing KNX driver is in the current project.

It would sound better if you said something like, "merge knxproj file into existing knx driver"  as opposed to replace, which implies that the current driver will be removed.


Thanks,


Roger
0
Waiting for user's reply

AMX tp4 file visualisation - Touchmap function

Marian Rybansky 9 jaar geleden in Products / AMX bijgewerkt door Ekaterina (head of support) 9 jaar geleden 3
Hello,

I would like to ask you if we have implemented Touch Map function of
Multi-State Bargraph in AMX visualisation ?

It is for "Value Direction" Property of General tab where can be - Vertical,
Horizontal or Touch map ...



Thank you for information
0
Beantwoord

Remote access for I2control app

Punith 9 jaar geleden in Products / HDL-BUS Pro bijgewerkt door iRidiumNikita 9 jaar geleden 7
HI
I was configured a iridium application for the remote access, before I2control was working fine through remote ly the ip address was appeared in the gate while open the application from other network ,, NOw it works only local, i dont know what i did wrong ,then here follow the application, It does not able to work through remotely
I have done port forwarded in the router and i am sure this was worked that i seen a different IP adress in the iridium gate when i was access through my mobile
Now i dont know why it does not work
0
Beantwoord

How to display the mode and status of KNX HVAC system

Ekaterina (head of support) 9 jaar geleden in Products / KNX bijgewerkt door Dmitry - support (expert) 8 jaar geleden 2

The KNX actuators are responding separate values as below;



Mode:     | Comfort | Standby | Night   | Protection |
Heating   | $21     | $22     | $24     | $A8        |
Cooling   | $41     | $42     | $44     | $C8        |
- We are sending heating/cooling value as bit
- And sending the mode as byte
- But the byte value we are receiving is changing according to heating and cooling
- We are sending and receiving the Mode with the separated bytes



Please see the script sample how to do it:
HVAC.irpz

0
Beantwoord

Change Subnet ID by script

Joseanio Galdino 9 jaar geleden in Products / HDL-BUS Pro bijgewerkt door Ekaterina (head of support) 9 jaar geleden 1
Hi All,
Is there a way to change the subnet ID of a HDL device included in a project, by java script ??
Something like :
IR.GetDevice("Relay").SetParameters({Subnet ID: "101", Device ID: "22"})