Welcome!

On this forum you can discuss iRidium with other users.

iRidium consist of 2 main components - i3 pro app and iRidium Server. Please post here your questions, ideas or errors you find.

Please send your questions to support team as a private messages.


Please subscribe to the Change Log to know our news

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.

+1

DMX Lighting Control OpenDMX via ArtNet or sACN

Justin 8 years ago in Products / Other drivers updated 7 years ago 1

Hi all,


Wondering if anyone knows a way to control DMX lighting via OpenDMX Nodes using the ArtNet or sACN protocol. Is this a module that could be integrated to iRidium?


Thanks,


+1
Voting

Внесение дополнительной функции в драйвер SIP

Владимир Нестеров 8 years ago in Products / Other drivers updated by anonymous 8 years ago 6
Господа, добрый день.

На объекте столкнулись с необходимостью глушить микрофон и управлять
динамиками при разговоре по SIP.

Необходимость возникла в связи с невозможностью убрать фон.

Необходимо реализовать возможность как в телефонном разговоре отключать
микрофон устройства.

--
С Уважением,
Нестеров Владимир Михайлович
________________________________
Инженер-технолог
ООО "Инжиниринговая компания "Уралспецтеплоремонт"
E-mail: nesterov@ustr-ekb.ru
http://www.ustr-ekb.ru
Тел.: +7 (343) 320-52-99
Тел. сот.: +7 (904) 38-26-299


Best regards,
Vladimir Nesterov
________________________________
Engineering technologist
LLC “Engineering company “Uralspecteploremont”
E-mail: nesterov@ustr-ekb.ru <mailto:nesterov@ustr-ekb.ru>
http:// www.ustr-ekb.ru <http://www.ustr-ekb.ru/>
Phone: +7 (343) 320-52-99
Mobile: +7 (904) 38-26-299


---
Это сообщение проверено на вирусы антивирусом Avast.
https://www.avast.com/antivirus
+1
Under review

RS232 control through HDL-Bus

raysdoc62 8 years ago in Products / HDL-BUS Pro updated by Ekaterina (head of support) 8 years ago 1

I would like to use iRidium and HDL-Bus to control my lighting system by Lumencache. Lumencache control commands are vis RS232/485 (e.g., light fixture #1 ON command is [1,255] and OFF command is [1,0]). Has anyone used HDL-Bus Logic and universal switch for RS232 control? I'm having difficulty figuring out the programming with the online documentation.

+1
Voting

iRidium and АМХ TP4: States/Marquee Direction and States/Marquee Repeat.

Ekaterina (head of support) 8 years ago in Products / AMX updated by Oksana (expert) 8 years ago 1

It is not very urgent but it would be good to implement the properties States/Marquee Direction and States/Marquee Repeat. (c)

0

Driver Sony tv?

Jurgen de Meulenaere 3 years ago in Products / Other drivers updated 3 years ago 0

Anyone have driver to communicatie with a Sony tv and would like to share with me? Thanks!

0
Answered

Force Content-Length in header

Wouter van der Post 3 years ago in Products / AV & Custom Systems updated by Vladimir Ovchinnikov (expert) 3 years ago 1

Hello,

The webserver (API) I am calling from iRidium requires the Content-Length header to be present. Even a value of '0' is OK, as long as the header property is in the request.

If I execute the following:

  IR.GetDevice("Custom AV").SendEx({ 
    Type: "POST",                                                                    
    Url:  "/api/v1/sp/1/1,
    Headers: {"Content-Type":"application/json", "X-Api-Key":"somekey"},
    cbReceiveCode:       
      function(code) {
        if (code != 200) {
          IR.Log("Error response (" + code + ") received");
        }
      },
    cbReceiveText:       
      function(text, code, headers) {
        if (code != 200) {
          IR.Log("Error response (" + code + ") received\r\nDetails: " + text);
        }
      }
  });

There is no Content-Length header in the request.

I tried to force it by adding an empty data object:

  var data = "";

  IR.GetDevice("Custom AV").SendEx({ 
    Type: "POST",                                                                    
    Url:  "/api/v1/sp/1/1,
    Data: [data],
    Headers: {"Content-Type":"application/json", "X-Api-Key":"somekey"},
    cbReceiveCode:       
      function(code) {
        if (code != 200) {
          IR.Log("Error response (" + code + ") received");
        }
      },
    cbReceiveText:       
      function(text, code, headers) {
        if (code != 200) {
          IR.Log("Error response (" + code + ") received\r\nDetails: " + text);
        }
      }
  });

But this also does not add the header.


According to the documentation I can't add this property to the Header field.

Image 42569

Can you tell me if there is another way to add "Content-Length":0 to the request header?

0
Answered

Telnet

Sam Dasakis 5 years ago in Products / AV & Custom Systems updated by Aleksandr Romanov (CTO) 5 years ago 1

Hi 

Can anyone help me how to connect to a telnet without username and password and just send comments and receive feedback.

Thanks

0
Answered

ethernet driver or DB for atlona switch pro3

zied 5 years ago in Products / Other drivers updated by Aleksandr Romanov (CTO) 5 years ago 1

hello
i need to control an atlona switch 8*8 PRO3 via ethernet like an AV customer 
if there is any data base or driver for it to be controlled by I3 pro

0
Answered

Set by JS a Command parameter in HDL device

Joseanio Galdino 6 years ago in Products / HDL-BUS Pro updated by Vladimir Ovchinnikov (expert) 6 years ago 1

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) ;      //set UV Switch number in device 

IR.GetDevice("HDL-BUS").Set("HVAC1:IRChannel 51",255);   // Send UV Switch "n" On  to fisical device


Someone could help me ?


Thanks  in advance

0
Answered

I2 Control for IOS11

Mikel Bur 6 years ago in Products / KNX updated by Aleksandr Romanov (CTO) 6 years ago 1

please, update I2 control for IOS11, I lose the original project and I only have ir in my iphone. I can’t manage my home