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
Beantwoord

EVENT_TAG_CHANGE

evg 6 jaar geleden bijgewerkt door Vladimir Ovchinnikov (expert) 6 jaar geleden 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
Beantwoord

Set by JS a Command parameter in HDL device

Joseanio Galdino 6 jaar geleden bijgewerkt door Vladimir Ovchinnikov (expert) 6 jaar geleden 1 1 dubbel

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
Beantwoord

Open Project Menu using JavaScript

Mike Slattery 6 jaar geleden bijgewerkt door Vladimir Ovchinnikov (expert) 6 jaar geleden 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 jaar geleden bijgewerkt door Aleksandr Romanov (CTO) 6 jaar geleden 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
Beantwoord

Denon Heos

Barry 6 jaar geleden bijgewerkt door Vladimir Ovchinnikov (expert) 4 jaar geleden 1

Has anyone sucessfully integrated IM with Denon Heos?

Including coverart/feedback?

0
Beantwoord

Setup telegram in i3 lite

Govinda Raja 6 jaar geleden bijgewerkt door Slava Zhuravlev (expert) 6 jaar geleden 6

Hello!
I want to understand the Telegram Setup in i3lite

0
Beantwoord

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

Martin Lang 6 jaar geleden bijgewerkt 6 jaar geleden 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
Beantwoord

Email/SMTP traps

Allan Kowsky 6 jaar geleden bijgewerkt door Vladimir Ovchinnikov (expert) 6 jaar geleden 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
Beantwoord

System menu is disabled

Roman (RC stream) 6 jaar geleden bijgewerkt door Vladimir Ovchinnikov (expert) 6 jaar geleden 3

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