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
Answered

How to play sound on panel when received a specific feedback?

Luka Krcmar 5 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 2

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");
0
Answered

Show Group

Wouter van der Post 5 years ago updated by Ilya Markov (expert) 5 years ago 7

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?

0
Answered

how to create server routine for sunrise and sunset and location input format

Govinda Raja 5 years ago updated by Aleksandr Romanov (CTO) 5 years ago 11
  • 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.
0
Answered

Error in server when storing data in tag

Wouter van der Post 5 years ago updated by Aleksandr Romanov (CTO) 5 years ago 2

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?

0
Answered

Ability to change licenses

Wouter van der Post 5 years ago updated by Aleksandr Romanov (CTO) 5 years ago 1

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.

0
Answered

2N iridium pro setup guide

Adir Peleg 5 years ago updated 5 years ago 8

Hi

How do i use 2N IP verso intercom with i3 SIP Script ?

can i use it without sip server ?

0
Answered

Перенос строки на элементе

evg 5 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 9

Доброй ночи!
Подскажите, пжст, как при передаче текста в объект Text итема добавить перенос строки, чтобы вывести текст в несколько строк?

0
Answered

IR.GetDevices()

Wouter van der Post 5 years ago updated by Vladimir Ovchinnikov (expert) 5 years ago 6

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.

0
Answered

Camera View in IOS and Android

Dhinakaran G 5 years ago updated by Tatiana Kiselyova (expert) 5 years ago 2

couldn't able to get the camera view in IOS and Android app? pls suggest if i required ti install any plugin