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.
EVENT_TAG_CHANGE
Добрый день!
Использую сервер для вызова сценария "Выключить все". Пользуюсь обработчиком EVENT_TAG_CHANGE. Данный обработчик реагирует только на изменение тэга. Для данной задачи изменение тэга не происходит, т.к. глобальная сцена всегда вызывается одним значением. В итоге приходится следом, после выполнения скрипта, досылать "некое" значение, чтобы обеспечить изменение переменной.
Подскажите, каким методом возможно обработать не изменение тэга, а получение любого значения.
//===================================================
function Scenes() //определение функции
{
IR.AddListener(IR.EVENT_TAG_CHANGE, IR.GetServer(), function(name, value)
{
//IR.Log("Имя переменной = " + name + "; Значение = " + value); //В лог выводим имя тега и новое значение
switch(name)
{
case "BAOS.Сцены пом_1":
if(value == 0)
{
IR.SetVariable("Server.Channels.BAOS.sw 1_1 - люстры",0);
IR.SetVariable("Server.Channels.BAOS.sw 1_2 - бра",0);
//===
IR.SetVariable("Server.Channels.BAOS.Сцены пом_1",30);
}
break;
}
});
}
Set by JS a Command parameter in HDL device
Hi all,
I want to change programaticaly (by JS) the UVNumber of a command of a HDL device to send a UV Switch command , but I do not found docs about how to do this.
Explain - I have a HDL device named HVAC1, with a command named IRChannel and the UVNumber = 0
I want to change by JS the UVNumber to any number from 1 to 240 and send the UV Switch comand to fisical device to send a IR command .
Something like this
IR.GetDevice("HVAC1").SetParameter(UVNumber = 51) ;
IR.GetDevice("HDL-BUS").Set("HVAC1:IRChannel 51",255);
Someone could help me ?
Thanks in advance
Open Project Menu using JavaScript
Is there a command to open the Project Menu using JavaScript?
Can another project be started from a program?
Hydrawise implementation into Iridium Studio
Hello everyone,
I have a project where I have to implement Hydrawise watering system into "Iridium Studio" and be able to control watering zones from my app. Maybe someone already tried this or could help me out? This is their solution to the use of their API: link. I know that there is an example in the forums with oauth 2.0 implementation, but how do I implement it into Hydrawise?
Thanks in advance.
You can write me directly via email: mantas@bustoautomatika.lt
Denon Heos
Has anyone sucessfully integrated IM with Denon Heos?
Including coverart/feedback?
Is there a way to trigger some values/tags on iRidiumServer Linux x64?
Is it possible to get values directly into iRidium Server from within the linux bash?
Or is the only way the workaround to make a local tcp connection to bring in some comments?
Email/SMTP traps
Hello, I have an Hikvision NVR and would like to get the motion detect from the Ip cameras to trigger light, ect. It is possible to send an Email or send Events via SMTP from the NVR. So the question is, is it possible to receive Emails/SMTP traps in iridiummobile UMC Server?
System menu is disabled
On my mobile phone, when system menu is disabled on i3 pro, is there any option to logout or delete project?
Customer support service by UserEcho