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


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

0
На рассмотрении

does a driver exist for Hunter Douglas Powerview for controlling Luxaflex blinds?

AdG 4 года назад обновлен Theo Derks - NL (distributor) 3 года назад 4

I need a driver to control Luxaflex blinds. The blinds are controlled by a Hunter Douglas Powerview hub. Hunter Douglas has an API available for it. Did somebody write a driver to control this from iRidium Mobile already?

0
Отвечен

JWT sign with private key

Kris 4 года назад обновлен Vladimir Ovchinnikov (expert) 4 года назад 10

Hi

I need to create a JWT token signed with private key and encoded with SHA256withRSA algorithm.

This would be used for connection with third party API.

Is there any function in iRidium library I could use to do this? Method IR.CalculateHash(algorithm,string) does not seem to have 'private key' input parameter and I could not find anything else in the documentation.

Any ideas how I could accomplish this?

Thanks!

0
Отвечен

Which function can restart server?

Sinan Chen 4 года назад обновлен Aleksandr Romanov (CTO) 4 года назад 1

Hi,

I want to restart server when server meets some errors.

Which function can do that?

Thank you for your help.

0
Ищется ответ

Need help with dahua sip integrated server

Smart Life 4 года назад обновлен Aleksandr Romanov (CTO) 4 года назад 1

Can someone recommend me from your experience any Dahua model which has sip function and built-in SIP server, so I don't have to create an sip server separately. 
Thanks

0
Отвечен

How to make Akuvox SIP intercom work remotely, while not on local network?

Luka Krcmar 4 года назад обновлен Aleksandr Romanov (CTO) 4 года назад 9

Basically I've followed your instructions on how to set up Akuvox intercom and it works fine when user is connected to the same local network as the intercom units, but what about when user is away from home and someone rings the bell?

0
Отвечен

License trasfer

Maciej Walentowski 4 года назад обновлен Tatiana Kiselyova (expert) 4 года назад 1

How can I transfer an unused license to another account?

0
Отвечен

Change "set value when disconnected" for several commands

AlejandroG 4 года назад обновлен Aleksandr Romanov (CTO) 3 года назад 2

Is there a way to change the setting "set value when disconnected" to true to several commands at a time, without having to change it one by one?

Furthernore, every time the knx driver is synchronized with the server, the parameters are changed again to false, very frustrating.

0
Отвечен

IR.GetDevice(name).Send([data]) How to use in "Panel+Server" mode?

Sinan Chen 4 года назад обновлен Tatiana Kiselyova (expert) 4 года назад 1

Target:

Sending a array of Hex data to device via UDP in iRIdi Script.


I have achieve goal in "only-Panel" mode by the code below:

var cmd = [0x11,0x22, 0x33];

IR.GetDevice("AV & Custom TCP/UDP Network").Send(cmd);

But I have problem in "Panel+Server" mode:

Panel:

var cmd = [0x11,0x22, 0x33];

for(var i=0;i<3;i++){

  IR.GetDevice("iRidium Server").Set("AV & Custom TCP/UDP Network.AV & Custom Systems:AV Control Command", cmd[i]);

}

Server:

IR.SubscribeTagChange("Server.Channels.AV & Custom TCP/UDP Network.AV & Custom Systems:AV Control Command");

IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function(in_sName, in_sValue){

    IR.Log("Active Global Listener: " + in_sName + "\tValue: " + in_sValue);

    IR.GetDevice("AV & Custom TCP/UDP Network").Send(in_sValue);

}

The problem is the Server sending nothing to device. And I found the "in_sValue" only getting the last byte(0x33) according to the log.

What is wrong with me, please?


0
Отвечен

Put iPad into sleep

Sorbodoekje 4 года назад обновлен Tatiana Kiselyova (expert) 4 года назад 1

My client is requesting a button, which puts the iPad into sleep mode in the same way as when the physical power button is pressed.

Is this possible?


Regards,


Jan Oost

0
Отвечен

iridium lite multiple panels

Roxana Vremi 4 года назад обновлен 4 года назад 8

It is possible to have multiple control pannels when using Iridium lite?



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