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


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

0
Отвечен

Get item from array.

Naeem 4 года назад в Tips and Tricks обновлен Aleksandr Romanov (CTO) 4 года назад 4

fixed_word array.irpz

Hello,

I'm trying to make an edit box which only allows numbers and be able to easily make new edit boxes through an array.
Everything is working so far except for the Array, I've tried serveral things but with no succes.

Maybe one of you can help me.

Thanks,

Naeem

0
Отвечен

The Interface show parameters of "Power Metering - HDL"

anhtu129297 4 года назад обновлен 4 года назад 4

Hi everyone
Curently, my client is looking to add measurement funtionality " Power Metering - HDL ".
So, I do not know whether iridium has supported it or not? (eg:  Communication, measurement interface,...)

Because they very very like HDL devices and Iridium app so I really want to please them.
Hope that you guys can answer for me soon. Many Thanks!!!

Image 37926

0
Отвечен

Gira S1, X1 or G1 as KNX gateway?

Richard LeBlanc 4 года назад обновлен Aleksandr Romanov (CTO) 4 года назад 1

is it possible to use one of these components to connect a iRidium project to a installation?

0
Не ошибка

i3 Pro app android slow at reloading after sleep/stand by

Richard t Lam 4 года назад в Tips and Tricks обновлен Aleksandr Romanov (CTO) 4 года назад 7

I have a problem with running i3 Pro on a Touchscreen. 

The touchscreen is running android 6.0.1. iI has 1 GB ram. and a Rockchip RK3288 Quad-Core CPU 1,6GHz processor.

When the touchscreen goes into sleep/stand by mode, the screens turns black after 1 minute. The i3 Pro app takes 10 seconds to reload the project. The blue loading screen appears and then the project start. 

But this not usefull because, when you touch the screen you want the project reload directly without delay.

Is there a solution for this?

0
На рассмотрении

iRidium server on Raspberry Pi - multiple VLAN control?

Iain Brew 4 года назад в Bugs and problems обновлен Vladimir Ovchinnikov (expert) 4 года назад 5

I have a Raspberry Pi 4 running iRidium Server. Current setup is:


IP: 192.168.5.10

Subnet: 255.255.0.0

Gateway: 192.168.3.1

VLAN: 1


I have a collection of DANTE devices which I would like to segregate on to VLAN 4. Two of these devices have a single physical ethernet port, but two virtual interfaces with two MAC addresses (Shure MXA910 DANTE microphone). I understand that I could 'tag' the interface of the Raspberry Pi for both VLAN 1 and VLAN 4, but iRidium Server can only send commands on the first interface it sees. 

The DANTE microphone is:

IP: 192.168.22.1

Subnet: 255.255.0.0

Gateway: none

VLAN: 4


Is there a clever way of allowing iRidium Server to control devices across more than one VLAN?

0
На рассмотрении

UMC Server: how to share a folder over network

Alessandro Munari 4 года назад в Ideas обновлен Vladimir Ovchinnikov (expert) 4 года назад 5

Hi , I would like to share a specific folder of the UMC server over the network.


The scope is to expose the userDB folder over the network, and use an external tool to build graphics. Instead of copyng the User.db file every single time.

Is there any possiblity ? Can you suggest how to do that ?

thanks

0
На рассмотрении

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

Павел Кочергин (СмартПро) 4 года назад в Bugs and problems обновлен Vladimir Ovchinnikov (expert) 4 года назад 1

Добрый день.

Для панельного проекта написан скрипт:

var d1int = 0;

var d1perm = 0;


//Реле 1 (главный вход)

IR.AddListener(IR.EVENT_ITEM_PRESS, IR.GetItem("MainPage").GetItem("Door1perm"), function ()

{

d1perm = IR.GetItem("MainPage").GetItem("Door1perm").Value;

IR.ClearInterval(d1int);

});

IR.AddListener(IR.EVENT_ITEM_PRESS, IR.GetItem("MainPage").GetItem("Door1"), function ()

{

if(IR.GetItem("MainPage").GetItem("Door1").Value == 0){IR.ClearInterval(d1int);}

if(IR.GetItem("MainPage").GetItem("Door1perm").Value == 0 && d1perm == 1){d1perm = 0;}

d1int = IR.SetTimeout(2000, function()

{

if(d1perm == 0){IR.GetDevice("KNX").Set("Rele1",0);}

});

});

Без серверное части скрипт работал. После создания серверной части и развёртки проекта в виде "панель+сервер" (сервер софтварный, установлен на ПК) строка if(d1perm == 0){IR.GetDevice("KNX").Set("Rele1",0);} стала выдавать ошибку Script exception: TypeError: .... RelayDelay.js:20: Tried to use null as an object.

IR.Log(IR.GetDevice("KNX")) выдаёт null. Команды по нажатию на кнопки (включение/выключение реле на актуаторе) выполняются: реле переключается. Проблема в скрипте или что-то не так настроено в серверной части? Просьба помочь с проблемой (файлы проекта - в приложении).

Project 2 (Panel).irpz
Project 2 (Server).sirpz

0
Отвечен

Drivers and interfaces for Media (e.g. Maratz, Denon) previously available in V2

pjvgar 4 года назад в Modules обновлен Aleksandr Romanov (CTO) 4 года назад 1

Hi, V2 of Iridium had ready on media drivers and interfaces, when are those going to be made available in the current version of Iridium Pro please?

0
Отвечен

HDL IntelliCenter - i3 lite requirement

Ranil Roshan 4 года назад обновлен 4 года назад 4

Hi

I'm planing to buy new HDL IntelliCenter Model 2 for one of my customers high end home theater control.

Does any one know what comes with HDL IntelliCenter and what additional to be purchase from iRidium to create the project on it.

Ranil

0
Отвечен

Macro

Maurits Roos 4 года назад в Other обновлен Tatiana Kiselyova (expert) 4 года назад 5

Hi 

I can not find Macros in the new Iridium Studio (x64)

Can you show where it is in the new software

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