Добро пожаловать!

В этом форуме вы можете обсудить iRidium с другими пользователями.

Основные компоненты iRidium - приложение i3 pro и iRidium Server. Публикуйте здесь свои вопросы, идеи и найденные ошибки.

Вопрос команде технической поддержки вы можете задать, отправив приватное сообщение или email.


Подпишитесь на Историю обновлений, чтобы быть в курсе всех новостей!


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

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

0
Запланирован

DB in Cloud

Dmitry Ryzhkov 8 лет назад в Server Solutions обновлен 8 лет назад 2

Было бы хорошо иметь возможность с определнной периодичность сохранять Базу Данных в облако. Чтоб не потерять все параметры при не штатной ситуации на объекте.


It would be nice to be able to maintain the frequency of opredelnie database in the cloud. So as not to lose all the settings when not a regular situation at the facility.


0

Remote Debugging not working for Windows

Jackie Roos 8 лет назад в Приложения / i3 Pro обновлен 8 лет назад 1

As confirmed by private ticket, remote debugging is not working for windows

Remote debugging is intended primarily for logging the control panels (tablets, phones etc.). I.e. those devices that don't have own logging. So remote logging works for panels.i3Pro on PC has its own log


This used to work in iRidium 2 and I have used a remote debugging system extensively on a live client commercial site to monitor behaviour and send emails for certain conditions etc.


Client logging in the Log only has so much room in the buffer, you have to physically watch the log and and save the logging. This is not useful and does not meet the requirements that remote debugging does -> sending ALL logging to another system that can record all logs remotely.



Please please please put it back.


Removing functionality like this is not cool. Why was it taken out?

0
Отвечен

i3 client for rasbperry?

Martin Lang 8 лет назад в Приложения / i3 Pro обновлен Aleksandr Romanov (CTO) 8 лет назад 1

are there any plans on releasing a i3 pro client for the rasbperry?


like the i3 windows client.


best regards,

martin lang

0

how to make logical functions javascript

Marco Tanis 8 лет назад в iRidium Script обновлен 8 лет назад 2

Hi,


I don't have a lot of knowledge in javascript and i want to use logical functions, but i don't get it to work.

i used an example of this forum and i want to make this with it:


if: input1=0 and input2=1

than set: output1->0 , output2->0, output3->0


if: input1=1 and input2=1

than set: output1->1 , output2->1, output3->1


here is the script i made, can anyone tell me what i did wrong?

IR.AddListener(IR.EVENT_START,0,function()
{
//Lsunch a listener of the basis if global tag work.
IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function(name, value)
   {
   
      IR.Log("Active global: " + name + "\value: " + value);
      /*
      Write logics for required processing.
      */
      if ((name == "Global.input1" && value == 0) && (name == "Global.input2" && value == 1))
         {
             IR.Log("Light OFF")
             IR.SetVariable("Global.output1", 0)
             IR.SetVariable("Global.output2", 0)
             IR.SetVariable("Global.output3", 0)
         }else
      /*
      Write logics for required processing. 
      */
      if ((name == "Global.input1" && value == 1) && (name == "Global.input2" && value == 1))
         {
             IR.Log("Light ON")
             IR.SetVariable("Global.output1", 1)
             IR.SetVariable("Global.output2", 1)
             IR.SetVariable("Global.output3", 1)
         }                         
   });
//Signature block for required tags
IR.SubscribeTagChange("Global.input1");
IR.SubscribeTagChange("Global.input2")
IR.SubscribeTagChange("Global.output1")
IR.SubscribeTagChange("Global.output2")
IR.SubscribeTagChange("Global.output3")
});

I used this example from this forum, but is "IR.setGlobalListener" the best option to use?

If someone has a better suggestion please tell !


Thanks,

Marco

0
Отвечен

Обработка изменений элемента управления Level

AlexDr 8 лет назад в Приложения / i3 Pro обновлен Ekaterina (head of support) 8 лет назад 1

Подскажите как поймать эвент при изменении уровня элемента Level.

Пробовал IR.AddListener(IR.EVENT_ITEM_CHANGE, Level, func); - не срабатывает.

Проблема в том что надо ловить момент когда уровень меняет скрипт.

0
Отвечен

how to connect matrix switcher with iridium mobile

feri setiawan 8 лет назад в Products / AV & Custom Systems обновлен Ekaterina (head of support) 8 лет назад 5

Hello i have matrix switcher type VP-84ETH brand KRAMER and then i want the matrix switcher can control use iridium mobile...Do you have template iridium for control matrix swicther on iridium mobile?

0
Ожидает ответа пользователя

Action are getting delayed.

K_Mandy 8 лет назад в Приложения / i3 Pro обновлен Ekaterina (head of support) 8 лет назад 1

Hello, Its taking delay to turn ON and Turn OFF the devices.It works good when the next command is given after 3-4Sec.But when we give multiple commands with in 3-4 sec its tsking delay.

0
Ожидает ответа пользователя

Fibaro Driver

Barry Jones 8 лет назад в Products / Other drivers обновлен Ilya Markov (expert) 7 лет назад 15 1 дубликат

Any Support pages or tutorial on the new Fibaro Driver for i3pro

0
Ожидает ответа пользователя

updating server overwrites server tags in database

Jackie Roos 8 лет назад в Server Solutions обновлен Aleksandr Romanov (CTO) 7 лет назад 6

Hi

We have settings as server tags and have them set to store in DB:

Image 16699


But, every time I update the server project, these tag values are no longer in the database, it seems a new database overwrites the old


This is not good as we lose all our settings.

How can I stop this?


0
Не ошибка

Не работает на планшете Android Samsung Galaxi Tab S2

Юрий Николаевич 8 лет назад в Приложения / i3 Pro обновлен Aleksandr Romanov (CTO) 8 лет назад 7

Создал проект в Iridium Studio v1.0.8. 19090 (32bit) (i3Pro), использовал JS модуль Z-Wave RaZberry 2.2 (из IridiumV2, JS модули) Проверил эмулятором на компьютере – работает. Загрузил через Кабинет на планшет Samsung Galaxy Tab S2 модель SM-T813 – не работает. На нажатия не реагирует, данные от термометра не приходят. (версия Android 6.0.1 . Версия ядра 3.10.84-9829844). На смартфоне Samsung Galaxy S4 mini(GT-i9192) – работает. (Android v 4.4.2). Лицензия pro Starter Визуализация+сервер, Включенные драйвера: AV & Custom systems, Global Cache`, SIP-Intercom, IP-Cameras, Количество панелей: 1 Количество точек: до 50.

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