Поделитесь своими идеями, пожеланиями и примерами в этом разделе. Идеи, за которые голосуют чаще всего, будут реализованы быстрее!

Мы перевели нашу службу поддержки на новую систему технической поддержки. С 17.01.2022 мы отключили возможность создавать обращения через личный кабинет userecho. Теперь все запросы обрабатываются по почте на support@iridi.com .

Спасибо вам за ваше понимание и хорошего дня.

0
Ожидает ответа пользователя

Database editor | Project device panel features

benno 12 лет назад в iRidium Script / AV and Driver scripts обновлен Oksana (expert) 10 лет назад 2
Hi

I need to create a driver in iRidium for a complete bus structure.
This bus can contain multiple devices of the same type. See attachment.
To create a driver which can be used from the gui editor alone (so the installer doesn't need to edit a part of JavaScript) I need to create a hierarchy in the different driver elements.

For example:

BUS
|——Input module1
|——————Busaddress (property)
|——————….. (Property)
|——————Input 1(feedback)
|——————Input 2 (feedback)
|——————…….
|——Input module 2
|——————Busaddress (property)
|——————….. (Property)
|——————Input 1(feedback)
|——————Input 2 (feedback)
|——————…….
|——Output module1
|——————Busaddress (property)
|——————….. (Property)
|——————Output 1 on (command)
|——————Output 1 off (command)
|——————Output 2 on (command)
|——————Output 2 off (command)
|——————……..
|——Output module2
|——————Busaddress (property)
|——————….. (Property)
|——————Output 1 on (command)
|——————Output 1 off (command)
|——————Output 2 on (command)
|——————Output 2 off (command)
|——————……..

The user sets the Busaddress property in the GUI editor to the right address.
It also has to be possible to add extra modules to the busdriver. For example like we do now with Global Cache's IR database: add existing IR codes (grouped) to a IP2IR from the cloud (this of course needs to be from the database for this driver)

Of course we also need to have a group divided in commands, feedbacks etc per module.

From Javascript I need to do the following things:
Parse incoming data to set feedbacks with respect to Hierarchy:
IR.SetFeedback("BUS.Input module 1.Input 1",1);

Determine which command was pressed with respect to Hierarchy:
IR.AddListener(IR.EVENT_CHANNEL_SET, IR.GetDevice("BUS"), function (name, value) {
  if(name == "Output module1.Output 1 on")
  {
  //do something
  }
}

Determine and eventually edit properties of the module:
myAddress = IR.GetProperty("Bus.Input module 1.Busaddress);

Is this possible, if not, when can you create this functionallity?

Thanks,

Benno
bus iridium.png
bus iridium.png_thumb
0
Отвечен

IR.Log

Dennis Dekker 9 лет назад в Продукты / Other drivers обновлен Theo Derks - NL (distributor) 9 лет назад 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
Завершен

Эффект для прокрутки попапов в стиле Savant

Ekaterina (head of support) 10 лет назад в Готовые скриптовые модули обновлен Oksana (expert) 10 лет назад 1
0
Отвечен

HDMI матрица Dr.HD 4x4 Dr.HD MA 443 SM- можно ли управлять Iridium

Олег Зайко 9 лет назад в General обновлен Vladimir Shabunin 9 лет назад 2

Кто может подсказать , можно ли управлять такой матрицей

0
Отвечен

Top most item in list

Damian Hartin 10 лет назад в iRidium Script обновлен Sergey (expert) 10 лет назад 2
Hi,
I have a static list with 16 items in it and am looking for a List API property that will tell me what the top most item is. i.e. so I can work out if items 2-8 are showing or items 4-12, etc..

Have looked in the documentation and cant see any property/method, is there one available?

Thanks,
Damian
0
Отвечен

HTTP GET special characters

josvanstiphout 10 лет назад в iRidium Script / AV and Driver scripts обновлен Oksana (expert) 10 лет назад 4
Hello


I need to send with HTTP GET: "/axis-cgi/io/virtualinput.cgi?action=6:/"


The ":" is not accepted as a character.
So it is sending "/axis-cgi/io/virtualinput.cgi?action=6%3A/" i.s.o. "/axis-cgi/io/virtualinput.cgi?action=6./"


How can I solve this?
please help!


Kind regards,
Jos van Stiphout
0
Отвечен

Any News on the release of the Iridium Server ?

Paulo de Almeida 9 лет назад в General обновлен Oksana (expert) 9 лет назад 1
0
Отвечен

Slow to show feedback

Jackie Roos 9 лет назад в Продукты / KNX обновлен 9 лет назад 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
Отвечен

Maximum number of MODBUS commands/feedbacks

D-man 12 лет назад в Продукты / Modbus обновлен Oksana (expert) 10 лет назад 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
На рассмотрении

Popup screen styles of displaying

Punith 10 лет назад в GUI Editor обновлен Ekaterina (head of support) 10 лет назад 4
About the popup screen moves left to the right gradually while change the select source as good, when i created the select source i am trying to make same as above but it does not move like that,, i checked both configuration are same ,,what else need to be set with that
in basic GUI iridium EDitor


Сервис поддержки клиентов работает на платформе UserEcho