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.
How to play sound on panel when received a specific feedback?
I've tried with this, but i don't even know if it's the right way:
IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function(name, value)
{
if(value == 100){
IR.PlaySound('School_Fire_Alarm.wav',0,80);
}
});
IR.SubscribeTagChange("UI.ROOM1_Light Trigger (1) 2.Item 3");
Show Group
In the Events editor we can Hide a group:
But there is no way to Show a group...
How can I show a group of popups?
how to create server routine for sunrise and sunset and location input format
- The ability to activate the server routine at sunrise and sunset is added - This is a new feature listed in i3lite new feature. Could you kindly point me to the documentation of how this can be achieved.
- I have also noticed that latitude and longitude information can be entered for location, Please let us know the format that this data needs to be entered. For example if Google maps give me latitude 17.473117 and longitude 78.356412 what needs to be entered in the location input.
Error in server when storing data in tag
Hi,
In a server project I have some javascript objects, currently about 100 objects with 3 fields each stored in an array.
Example:
var devices = [ { address: "1.1.2.4", name: "4", color: 0x00FF00FF } { address: "1.1.2.5", name: "5", color: 0x00FF00FF } ...... ];
I use IR.SetVariable to store this data to a virtual Tag, like so:
IR.SetVariable("Server.Tags.LightsData", JSON.Stringify(devices));
I can fetch this data on the client without a problem, but in the server console window this error is visible:
ERROR CORE Tag LightsData string is to big to Web socket. Limit is about 900 bytes for name_len and value_len.
What does this error mean and what can I do to prevent it?
Ability to change licenses
Hello,
Can you make it possible for us as integrators to change licenses for a project?
For example a client has a Starter license now, but wants to upgrade to Basic. We always have enough licenses in stock, so we just want to remove the Starter license from the project and put a Basic license in. Only it's not possible to do that now on the website.
2N iridium pro setup guide
Hi
How do i use 2N IP verso intercom with i3 SIP Script ?
can i use it without sip server ?
Перенос строки на элементе
Доброй ночи!
Подскажите, пжст, как при передаче текста в объект Text итема добавить перенос строки, чтобы вывести текст в несколько строк?
IR.GetDevices()
Is it possible in JS to get all devices in a project, for example with a function like "IR.GetDevices()"?
It could return an array with the device names so I can use "IR.GetDevice(name)" to get properties of each device.
Camera View in IOS and Android
couldn't able to get the camera view in IOS and Android app? pls suggest if i required ti install any plugin
Customer support service by UserEcho