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 years ago in iRidium Script / AV and Driver scripts updated by Aleksandr Romanov (CTO) 7 years ago 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
Completed

xbmc launched from desktop

Ekaterina (head of support) 10 years ago in iRidium Script / Interface scripts updated by Sergey (expert) 9 years ago 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
Answered

KNX JS

Yeliz Tarhan 9 years ago in iRidium Script updated by Ekaterina (head of support) 9 years ago 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
Answered

Getting name of the button with function.

TuomoHautala 9 years ago in iRidium Script updated by Dmitry - support (expert) 8 years ago 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
Answered

Timers

Ben Clark 9 years ago in iRidium Script updated by Ekaterina (head of support) 9 years ago 1
I need to create a timer to turn lights on and off at different times during the day and night
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

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
Under review

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

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

Driver for Amatilinea player by Evika

evg 9 years ago in iRidium Script / AV and Driver scripts updated by anonymous 8 years ago 13
Ready driver.
Frequency of data update is set up in the script.
I'm working on forming the list of tracks but haven't finished it yet.
Control and all player functions work.
Checked on "live" equipment.
Evika_amatilinea.irpz
0
Answered

Mouse over.

TuomoHautala 9 years ago in iRidium Script / Interface scripts updated by iRidiumNikita 9 years ago 4
Is there possibility to do mouse-over events in GUI editor?