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
Answered

Beginer A/V TCP Help

Damian Hartin 10 years ago in iRidium Script / AV and Driver scripts updated by Oksana (expert) 10 years ago 3
Hi,

Very newbie question here.

I'm trying to setup a simple power-on command for my Sharp Aquos TV.

Currently I can control this TV (Power On and Power off) via iRule with "POWR1  \x0D" command.

I have created a new Driver in the project device panel (from iRidium Base (2.0):AV&Custom Systems (TCP))  and set the appropriate IP address and port.

I have then created a command with a data string of "POWR1  \x0D" and associated to a button on my Main Page.

Unfortunatly, it doesn't work.

Is my logic/process correct or am I supposed to be doing something else?

If there is an issue with the way the command is formed, are there any tools in iRidium that will help me debug what the issue is?

Thanks in advance,
Damian



0
Answered

AMX Migration

Jeff Mercuri 9 years ago in Products / AMX updated by Ekaterina (head of support) 9 years ago 1

Is it possible to import an existing .AXW file into Iridium

0
Completed

Specification of number sent in command

Theo Derks - NL (distributor) 11 years ago in GUI Editor updated by Oksana (expert) 9 years ago 1
Hi,

See the attachment.

In this command, we sent the number '4' to the bus.

But we don't see the '4' in the Properties. We first have to press the … to enter the Macro-editor, and then we see which number is sent.

Please display the sent number also directly in the properties, so an installer can see quickly which command is sent to the bus.

Thanks
Theo

KitchenLight.jpg
KitchenLight.jpg_thumb
0
Answered

Maximum number of tokens

Patrick PETIT 9 years ago in i2 Control V2.2 updated 9 years ago 2
Hello,

What is the maximum number of tokens in i2control ?
1 000 000 is it possible ?

Sincerely,
Patrick

0
Answered

How to make a trend?

Netboss 10 years ago in GUI Editor updated by Olga (expert) 9 years ago 5
Hi,

For a new project I need to make some trends with up to 10 channels... after several searches on the forum I only found this solution :
http://support.iridiummobile.net/topic/724708-postroenie-grafikov-graph/
This can be a good base to work but I need to have some lines and not only dots... If a trend tool don't exist, may I create some lines by script (with 2 points or a length and an angle)?

Can someone give me a solution?

Thanks in advance!

Jerome
Answer
Olga (expert) 9 years ago
Dear Jerome,

We were talking about the example you described in your first e-mail.

Sincerely yours,

Olga Ermakova
iRidium mobile Team
0
Answered

Panasonic Bluy-ray

Jan Hein Liebregts 12 years ago in iRidium Script / AV and Driver scripts updated by Oksana (expert) 10 years ago 10
Hello,

I want to control my Panasonic Bluy-ray player.
I found the below info on the internet.
As it is possible to create an standard HTTP driver with POST, it should be possible.
Can somebody help me how to put this in?
Thanks.
Jan Hein


———————————————————————-

    [li]Host: An IP address specific to your device. I went with a static address 192.168.1.201[/li]
    [li]Port: 80[/li]
    [li]HTTP POST as follows:
    POST /WAN/dvdr/dvdr_ctrl.cgi? HTTP/1.1
    User-Agent: MEI-LAN-REMOTE-CALL
    Host: 192.168.1.105
    Content-Length: [length]

    cCMD_RC_[command].x=100&cCMD_RC_[command].y=100
    Where you would replace [command] and [length] with the following depending on the action needed:
    [/li]
0
Answered

How to setup the group climate for each rooms?

Punith 10 years ago in Products / HDL-BUS Pro updated by Ekaterina (head of support) 10 years ago 5
How to setup the group climate for each rooms?


Kindly see the attachments which is marked in the yellow and please tel me the ways

Image 8240

Image 8241


0
Answered

Using GPS

evg 9 years ago in iRidium Script updated by Ekaterina (head of support) 9 years ago 3
Добрый вечер!
Я где-то видел, что кто-то использовал GPS, чтобы управлять автоматикой при приближении заказчика к дому. Подскажите кто это был или подскажите, как решить вопрос с работой данного алгоритма, кода клиент свернут или телефон заблокирован.
0
Under review

Сambridge connect. Интеграция функций приложения в iRidium

Игорь Шикин 9 years ago in iRidium Script updated by Ekaterina (head of support) 9 years ago 1
Здравствуйте!

Интересует, известно ли Вам оборудование Сambridge в частности их сетевые плееры? Не побывал ли кто-то из Вашей команды перенять функционал в iRidium? Заказчик просит на одном из объектов интеграцию, но железки пока что на руках нет и , возможно решающим вымоментов о выборе этого бренда к закупке будет являться возможность интеграции с iRidium, потому что у него уже есть управление с iRidium некоторых систем в доме.
0
Not a bug

maximum number of event listeners?

r riksma 9 years ago in iRidium Script / Interface scripts updated by Ekaterina (head of support) 9 years ago 12
while adding a new feature to my project i ran into the following error message:

07-28-2015 12:10:31 Kernel.Info 192.168.253.102 [28-07-2015 12:10:31.000] WARNING Script exception: RangeError: /var/mobile/Containers/Data/Application/52D7C331-9EEE-43AB-9979-20E9A2C44C3D/Library/Caches/iRidiumMobile/project/Isyglt.js:96: error

The line defines an listener like this:
IR.AddListener(IR.EVENT_RECEIVE_TEXT,driver,function(text){});

if i try to create a listener elsewhere in the project some other listener that has worked fine before will give this error.
if i remove a random listener the error disappears.
It seems to me there is a maximum number of event listeners and i have reached this maximum.
Is this true, and is there any way to fix this?