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
Declined

deleting a device

rocfusion 9 jaar geleden in iRidium Script / AV and Driver scripts bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 7
Hi,

Is there a way to delete a device that has been created by an script?

I have an UPNP device which I want to delete.


Thanks,


Roger
0
Voltooid

xbmc launched from desktop

Ekaterina (head of support) 11 jaar geleden in iRidium Script / Interface scripts bijgewerkt door Sergey (expert) 9 jaar geleden 5
This can be done, for that he will need to use the opportunity to create Iridium server. On a PC, it will run the server - the project desctop Server.irpz on his ipad project will be launched iPad Client.irpz

To work projects on the PC and on the iPad Pro will need a license or trial.

The draft iPad Client.irpz he should change only the ip address on the ip address of the PC on which it will run desctop Server.irpz
The project desctop Server.irpz need to check the path to the XBMC maybe it will be different from the current plan.

desctop_Server.irpz
iPad_Client.irpz
0
Beantwoord

KNX JS

Yeliz Tarhan 9 jaar geleden in iRidium Script bijgewerkt door Ekaterina (head of support) 9 jaar geleden 1
Hello,

How can I change the value of the KNX ? (JS,if else)

Examples, IR.GetDevice("KNX IP Router").Set(1,"koltukustu"); --------- doesnt work.



if (IR.GetDevice("KNX IP Router").Set(1,"koltukustu"))
{
IR.Exit; ------------------doesnt work
}



help me,please.. Thanks.
0
Beantwoord

Getting name of the button with function.

TuomoHautala 9 jaar geleden in iRidium Script bijgewerkt door Dmitry - support (expert) 8 jaar geleden 4
Is there any way to get information about pressed button name with function and script call and to put it to IR.Log?

0
Beantwoord

Timers

Ben Clark 9 jaar geleden in iRidium Script bijgewerkt door Ekaterina (head of support) 9 jaar geleden 1
I need to create a timer to turn lights on and off at different times during the day and night
0
Beantwoord

set object view order by script

r riksma 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt 9 jaar geleden 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.
Antwoord
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
Beantwoord

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

Abhijeet Ramgir 9 jaar geleden in iRidium Script bijgewerkt door Sergey (expert) 9 jaar geleden 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
Under review

Подтверждение для действий

evg 9 jaar geleden in iRidium Script bijgewerkt door Ekaterina (head of support) 9 jaar geleden 7
Задача в следующем: комп на посту охраны большого частного дома. На него выведены статусы и простейшее управление всем, что есть в доме.
Необходимо, чтобы на каждое действие оператора выскакивало окно с вопросом "Действительно выполнить? - Да - Нет".
при выборе "да" выполнить действие назначенное кнопке, если "нет", то не выполнять указанные действия.
Хочется выполнить это в виде небольшого скрипта, который бы "считывал" и запоминал или блокировал действия кнопки, а затем давал им добро или не давал. Чтобы было всего одно окно с кнопками "да" и "нет" на весь проект и оно использовалось для любых действий.
0
Voltooid

Драйвер для плеера Amatilinea от Evika

evg 9 jaar geleden in iRidium Script / AV and Driver scripts bijgewerkt door anonymous 8 jaar geleden 13
Готовый драйвер.
Частота обновления данных задается в скрипте.
Дошел до формирования списка песен из ФС плеера, но пока не доработал.
Тем не менее управлени и все основные функции плеера работают.
Проверено на "живом" оборудовании.
Evika_amatilinea.irpz
0
Beantwoord

Mouse over.

TuomoHautala 9 jaar geleden in iRidium Script / Interface scripts bijgewerkt door iRidiumNikita 9 jaar geleden 4
Is there possibility to do mouse-over events in GUI editor?