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

EVENT_TAG_CHANGE

evg 6 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 33

Добрый день!

Использую сервер для вызова сценария "Выключить все". Пользуюсь обработчиком 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;
      }
   });
}

0
Answered

Set by JS a Command parameter in HDL device

Joseanio Galdino 6 years ago updated by Vladimir Ovchinnikov (expert) 6 years ago 1 1 duplicate

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




0
Answered

Open Project Menu using JavaScript

Mike Slattery 6 years ago updated by Vladimir Ovchinnikov (expert) 6 years ago 5

Is there a command to open the Project Menu using JavaScript? 

Can another project be started from a program?

0
Under review

Hydrawise implementation into Iridium Studio

Mantas Jasiulis 6 years ago updated by Aleksandr Romanov (CTO) 6 years ago 1

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

0
Answered

Denon Heos

Barry 6 years ago updated by Vladimir Ovchinnikov (expert) 3 years ago 1

Has anyone sucessfully integrated IM with Denon Heos?

Including coverart/feedback?

0
Answered

Setup telegram in i3 lite

Govinda Raja 6 years ago updated by Slava Zhuravlev (expert) 5 years ago 6

Hello!
I want to understand the Telegram Setup in i3lite

0
Answered

Is there a way to trigger some values/tags on iRidiumServer Linux x64?

Martin Lang 6 years ago updated 6 years ago 4

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?

0
Answered

Email/SMTP traps

Allan Kowsky 6 years ago updated by Vladimir Ovchinnikov (expert) 6 years ago 5

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? 

0
Answered

System menu is disabled

Roman (RC stream) 6 years ago updated by Vladimir Ovchinnikov (expert) 6 years ago 3

On my mobile phone, when system menu is disabled on i3 pro, is there any option to logout or delete project?