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.
does a driver exist for Hunter Douglas Powerview for controlling Luxaflex blinds?
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?
JWT sign with private key
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!
Which function can restart server?
Hi,
I want to restart server when server meets some errors.
Which function can do that?
Thank you for your help.
Need help with dahua sip integrated server
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
How to make Akuvox SIP intercom work remotely, while not on local network?
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?
Change "set value when disconnected" for several commands
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.
IR.GetDevice(name).Send([data]) How to use in "Panel+Server" mode?
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?
Put iPad into sleep
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
iridium lite multiple panels
It is possible to have multiple control pannels when using Iridium lite?
Customer support service by UserEcho