Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!

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
Completed

switch between Wifi and 3G for Myhome System

Nguyễn Trực 9 years ago in i2 Control V2.2 updated by Ekaterina (head of support) 9 years ago 1
I'm control to Myhome System. I create two button switch 3G and wifi . But When I use 3G control to myhome system, it's not working! the script:
function Internal_TCP()
{
IR.GetDevice("My Home").SetParameters({Host: "192.168.1.35", Port: "20000",Password: "12345"});
}
function External_TCP()
{
IR.GetDevice("My Home").SetParameters({Host: "my company DNS ", Port: "20000",Password: "12345"});
0
Answered

set object view order by script

r riksma 9 years ago in iRidium Script / Interface scripts updated 9 years ago 2
Is it possible to specify a view order after an item is created?
I would like to generate a background for a number of items, but i have to make sure it is always generated first or the items disappear behind the background.

It would be great if there is a way to set this order with javascript after creating the object.
Answer
This parameter cannot be changed via the script.
You set it when creating the item, so the items should be created in the right sequence
0
Answered

Авторизация не пройдена

Эмиль Боев 9 years ago in Transfer updated by Ekaterina (head of support) 9 years ago 1
Что делать, если transfer сам не находит панель (i2control), а при попытке вручную с панели послать запрос на обновление в трансфере появляется надпись:

Image 9460

Answer
Решения всех возможных проблем с поиском панелей и загрузкой проектов можно найти здесь

Но ситуация, когда Трансфер видит панель, но не может авторизовать, возникает в случае блокировки "поискового" UDP трафика Transfer брандмауером или антивирусом ПК. Добавьте Иридиум в список исключений или временно отключите антивирусное ПО.
0
Answered

Adjusting temperature in Domintell

Patrick V 9 years ago in Products / Other drivers updated by Ekaterina (head of support) 9 years ago 1
Hello, can anyone help me out on this?
Reading the temperature is no problem but I can not find how to adjust the temperature in a specific room. Everything is controled by Domintell.
0
Under review

Z wave driver for Vera

Barry Jones 9 years ago in JS modules updated by Ekaterina (head of support) 9 years ago 1
Hi dose anyone have a Vera Zwave driver with slider support and feedback they wish to share, free or paid, happy to look at it
0
Under review

i2control android portrait mode

Эмиль Боев 8 years ago in i2 Control V2.2 updated by Oksana (expert) 8 years ago 5

If portrait project (irpz) uploaded into i2control on android, than android system itself running in landspace mode.


One can find it out by system notification pull-down bar (and system volume level popup).

0
Answered

Project coolmaster 1000D

Vuong Xuan Phuc 9 years ago in Products / Other drivers updated by iRidiumNikita 9 years ago 2
I have a project Coolmaster 1000D by i2_fixed_stat. I try to use and it can be get feedback state of device. But i can't see script because it have a password. Can you send the pass word off script or tell me how to get the feedback from coolmaster 1000D. Thanks
0
Answered

How to send a http post (including cookie) in JavaScript. What's the syntax?

Abhijeet Ramgir 9 years ago in iRidium Script updated by Sergey (expert) 9 years ago 2
Hello,
I just want to send an HTTP POST (including cookie) to a device. How can I do that using JavaScript?
Thanks,
Abhijeet
0
Answered

problem with yahoo

scoopar 9 years ago in General updated by iRidiumNikita 9 years ago 2
hi !
i try to make a project but i have a problème with the driver yahoo weather.

i create a button, i find my zip code but after i have a problem with use the macros (press, release ?). can you help me and give me a solution.
thanks for your help.
bruce

0
Answered

Масштабирование для $V и $F

evg 9 years ago in GUI Editor updated by AnthonyJ 8 years ago 3
Добрый день!
Было бы не плохо иметь возможность задать масштабирование для отображаемых данных, передаваемых элементу с тэгами $V и $F.
Часто при работе со сторонним оборудованием интегрируемым откуда-то (LON, Modbus) переменные передаются в значении кратном реальному. Например, температура реальная 23.5С, а приходит значение 235. В этом случае приходится задействовать внешний скрипт. Или, например, от счетчика электроэнергии получаем мощность в ваттах, а понятнее отображать их в килоВаттах.
Хочется иметь более простой инструмент для этого.