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


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

0
Отвечен

AddListener with System.Time.Seconds

Wouter van der Post 6 лет назад в Other обновлен Vladimir Ovchinnikov (expert) 6 лет назад 5

Hello,


I've been using the following code to have a function execute at a certain time (the user can select the time with the touchscreen). Every minute I check if the selected time is reached, and execute some logic if it is:


IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function(name, value) {
  if (name == "System.Time.Minutes") {
    if (parseInt(IR.GetVariable("System.Time.Hour")) == selectedHour && parseInt(IR.GetVariable("System.Time.Minutes")) == selectedMinutes) {
      // call some function ....
}
  }
});

Now I want to dynamically add more of these timers that have different times selected by the user, but you can only call SetGlobalListener once. Can you tell me how I can do this with IR.AddListener? I've tried:

IR.AddListener(IR.EVENT_TAG_CHANGE, IR.GetVariable("System.Time.Minutes"), function(name, value) {
  // logic
});


but that is not being called.

Can you help me out?

0
Отвечен

How to check if string is JSON object in i3 Pro?

TuomoHautala 6 лет назад в Other обновлен Aleksandr Romanov (CTO) 6 лет назад 4

How to check if string is JSON object in i3 Pro?

0
Отвечен

Is it possible to use SIP driver in iRidium server?

TuomoHautala 6 лет назад в Other обновлен Aleksandr Romanov (CTO) 6 лет назад 6

Hello!

In our project we have axis door station camera and it has SIP support in it.

I have set up SIP server and i can connect iRidium to it and use door camera with it.

Problem is that SIP client (i3 Pro) needs to be connected all the time to SIP server to receive calls from camera.

I have made iRidium server project and i am using SIP driver in it.

I it possible to use iRidium SIP project to communicate with iRidium server SIP driver?

0
Отвечен

CG Smarthouse with I3 lite

christolie83 6 лет назад в Other обновлен christolie83 5 лет назад 1

Hallo


Is IT possible to use I3 lite with Smarthouse system from Carlo Gavazzi?


Regards C. Lie

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

2nN Intercom not working

Naeem Anjum 6 лет назад в Other обновлен Aleksandr Romanov (CTO) 6 лет назад 1

i want to know how can program 2N Intercom in mobile?

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

Device for home ddns

Barry Jones 6 лет назад в Other обновлен Aleksandr Romanov (CTO) 6 лет назад 4

hi guys looking for a network switch or router or device that has a ddns built in for connecting to my home network over the internet, ie like having its own no-ip server built into the device or switch or router, that is on my home network and then I’m able to log in thu the device to Accsess my network. This way I don’t have to set up an outside ddns service. has anyone here’d of this 

0
Отвечен

Hallo It is posible change licence from iridium V2.2 to iridium pro or lite ?

branislav juris 6 лет назад в Other / i2 control обновлен Aleksandr Romanov (CTO) 6 лет назад 1
0
Отвечен

Remote camera IP

Tubi Alvarez 6 лет назад в Other обновлен Aleksandr Romanov (CTO) 6 лет назад 8
When I enter the IP camera in the application I have access if I am connected locally but if I connect remotely I do not have access to the image. What configurations must be made to work remotely from the application. I use i3
0
Отвечен

Update my iPad to ios 11

STC 6 лет назад в Other / i2 control обновлен 6 лет назад 2
Update my iPad to ios 11 and my Iridium V2.2 control stopped working, what should I do now to make my system work again?
0
Отвечен

Iridium runs slow on my machine

Tubi Alvarez 6 лет назад в Other обновлен a pivovarov 6 лет назад 4

I installed Iridium i3 on my machine and when I open a project the program becomes too slow, do you need some additional add-ons to install or just the iridium ??



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