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


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

0
Отвечен

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

Luka Krcmar 5 лет назад обновлен Vladimir Ovchinnikov (expert) 5 лет назад 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
Отвечен

Show Group

Wouter van der Post 5 лет назад обновлен Ilya Markov (expert) 5 лет назад 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
Отвечен

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

Govinda Raja 5 лет назад обновлен Aleksandr Romanov (CTO) 5 лет назад 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
Отвечен

Error in server when storing data in tag

Wouter van der Post 5 лет назад обновлен Aleksandr Romanov (CTO) 5 лет назад 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
Отвечен

Ability to change licenses

Wouter van der Post 5 лет назад обновлен Aleksandr Romanov (CTO) 5 лет назад 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
Отвечен

2N iridium pro setup guide

Adir Peleg 5 лет назад обновлен 5 лет назад 8

Hi

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

can i use it without sip server ?

0
Отвечен

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

evg 5 лет назад обновлен Vladimir Ovchinnikov (expert) 5 лет назад 9

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

0
Отвечен

IR.GetDevices()

Wouter van der Post 5 лет назад обновлен Vladimir Ovchinnikov (expert) 5 лет назад 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
Отвечен

Is it possible to store the images for the buttons on the server, and for the client to load the images from the server

Daniel Sebastiao 5 лет назад обновлен Aleksandr Romanov (CTO) 5 лет назад 2
0
Отвечен

Camera View in IOS and Android

Dhinakaran G 5 лет назад обновлен Tatiana Kiselyova (expert) 5 лет назад 2

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



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