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
Answered

Данные загруженного проекта

evg 9 years ago in iRidium Script updated by Dmitry - support (expert) 9 years ago 4

Добрый день!

Возможно ли каким-то образом из скрипта получить дату загрузки проекта на управляющую панель?

Хочу организовать в проекте автоматическое оповещение о выходе новой версии проекта. Откуда загружать и как, а также как определить дату нового проекта я уже решил. Вся загвоздка в дате уже загруженного интерфейса.

0
Under review

Error message in Windows 10

even 9 years ago in GUI Editor updated by Dmitry - support (expert) 8 years ago 10
Hi

After upgrading to Windows 10 - I get this error . I haven't used the program at all - after upgrading. Only opened and tested a few files. This error happens just as I start to edit (or 'do') something within the file.

It can be either a new project or an existing one. Same error occurs...



iridium.jpg
0
Answered

hdl start feedback

juankgp 9 years ago in General updated by Dmitry - support (expert) 9 years ago 4

Hello,

Please I need help my app works perfect now I only have one problem when I start up the app I don't have the status of the relays and dimmers in the hotel mudule I need to run some buttons to receive the correct state


Thanks

0
Answered

Site License

Prashant Mendonca 9 years ago in Licensing and marketing updated by Olga (expert) 9 years ago 1
I want to transfer Site License from KNX bios772 to KNX bios 771. is it possible??
0

Merging KNX project files

rocfusion 10 years ago in Products / KNX updated by Vladimir Ovchinnikov (expert) 6 years ago 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 10 years ago in Products / AMX updated by Ekaterina (head of support) 10 years ago 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
Answered

Remote access for I2control app

Punith 9 years ago in Products / HDL-BUS Pro updated by iRidiumNikita 9 years ago 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
Answered

How to display the mode and status of KNX HVAC system

Ekaterina (head of support) 10 years ago in Products / KNX updated by Dmitry - support (expert) 9 years ago 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
Answered

iRidium + Z-wave

Егор Мазуров 9 years ago in JS modules updated by Ekaterina (head of support) 9 years ago 8
Добрый день. Подскажите пожалуйста каким образом взаимодействует iRidium и Z-wave USB стик. При добавлении Z-wave контроллера вводится его ip адрес. У USB стика ip адреса нету, как можно его добавить?
0
Answered

Change Subnet ID by script

Joseanio Galdino 9 years ago in Products / HDL-BUS Pro updated by Ekaterina (head of support) 9 years ago 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"})