Добро пожаловать!

В этом форуме вы можете обсудить iRidium с другими пользователями.

Основные компоненты iRidium - приложение i3 pro и iRidium Server. Публикуйте здесь свои вопросы, идеи и найденные ошибки.

Вопрос команде технической поддержки вы можете задать, отправив приватное сообщение или email.


Подпишитесь на Историю обновлений, чтобы быть в курсе всех новостей!


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

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

0
Завершен

Voice control

Lechu 8 лет назад в Общий обновлен Aleksandr Romanov (CTO) 7 лет назад 2

Hi Everyone!

I would like to realize voice control in iRidium. Saw Siri implementation. Some instructions or examples, please?


Thank you in advance.

Leszek

0
Отвечен

sip call iPhone handsfree speakers

Stefano Addiego 8 лет назад в Приложения / i3 Pro обновлен 8 лет назад 8

i have make simple project with sip call, work fine but i listen voice in internal speaker and not to handsfree, helpppp

0
Отклонен

Feedback name cannot contain : or . - Why?

Jackie Roos 8 лет назад в Приложения / i3 Pro обновлен Ilya Markov (expert) 8 лет назад 1

Hi

Why is it the feedback name is restricted not to have symbols like ":" or "."?



I have a system that has ":" in the name of the controls, and thus is comes in the feedback text coming back from the system is for example:


cv "AuctionRmVol:GainGain" "-16.0dB" -16 0.7



I have no control over the name of the control (eg "AuctionRmVol:GainGain")


and I want to have this as the feedback name so that all I have to do to save the feedback is


case "cv": //control value
THIS.SetVar(data[1], data[4]);
break;


(where THIS.SetVar does this: IR.SetVariable("Drivers." + THIS.DeviceName + "." + variable,value); )


BUT, because iRidium stops me from having a ":" in the name of the feedback, I cannot and have to now manipulate the name in the text received. Easy but annoying that I have to do this because of such a restriction.


As there does not seem to be any obvious reason for this restriction, please remove this restriction.


thanks!

0
Отвечен

How to configure type of slide effect

Wouter van der Post 8 лет назад в Приложения / i3 Pro обновлен Ilya Markov (expert) 8 лет назад 4

Hello,

I'm trying to use JS to configure effects to use on show/hide of popups.

var slideEffect = IR.CreateEffect(IR.EFFECT_SLIDE); 
slideEffect.Group = 1000;
slideEffect.Delay = 0;
slideEffect.Duration = 400;
slideEffect.Tween = IR.TWEEN_SINE_IN_OUT;

But how can I define the 'type' in JS?


Image 18468


Using version 1.1.3

0
Отвечен

Where is EVENT_ITEM_MOVE?

Wouter van der Post 8 лет назад в Приложения / i3 Pro обновлен Aleksandr Romanov (CTO) 8 лет назад 3

Hello,


I'm on v1.1.3.

In JS you can add event handlers to several events from buttons using IR.AddListener(.......).

I have a button of type "joystick" as a color picker but I am not able to add a listener in JS to the Move event. It is possible/available in the Programming tab of the control.

I am not looking for the EVENT_TOUCH_MOVE event, but the "mouse"-move event (EVENT_ITEM_MOVE).


Image 18463


Image 18464

0
Не ошибка

Strange behaviour in Webinterface OnBox

Theo Derks - NL (distributor) 8 лет назад в Server Solutions / UMC Server обновлен Aleksandr Romanov (CTO) 7 лет назад 1

Hi

Open webinterface Onbox iRidium Server 1.1.3

Go to Log Settings

This screen is showed:

Image 18433


Then, press F5 to refresh the screen:


Image 18434


Then press F5:

Image 18435



This is unusable and not workable. Please fix.


Thanks


Theo


0
Отклонен

Good morning, I would like to know how to do to be able to turn on some light with the schedule of some page, "Yahoo", and I update daily, from now thank you !!!

Christian 8 лет назад обновлен 7 лет назад 2

Good morning, I would like to know how to do to be able to turn on some light with the schedule of some page, "Yahoo", and I update daily, from now thank you !!!

0

GetItem.StartActions

Benno Evers 8 лет назад 0

This seems only to work with EVENT_ITEM_PRESS and EVENT_ITEM_RELEASE, please add the other possible events too.

Thanks,

0
Завершен

IR.EVENT_APP_ENTER_BACKGROUND not supported

Benno Evers 8 лет назад обновлен Dmitry - support (expert) 7 лет назад 4

Hi,


I noticed this event isn't supported in i3pro. Please add it so we can handle things when the user puts the app in background, or even terminates it.

0
Отвечен

Modbus Serial Setup GPIO on Rasp Pi3

Lance 8 лет назад в Products / Modbus обновлен 8 лет назад 4

I've got a Raspberry Pi3 Server and I would like to setup modbus with serial RTU connection from the Pi3 GPIO and or with USB/RTU converters. (I have more than one serial system I need to connect to.)


I'm only missing one thing, and perhaps it's rudimentary, but Where's the edit box for me to apply the com port in studio? (pics below) Am I stuck currently running IR.GetDevice commands to set the Port/Port Names?


I'm looking for a place to setup port names such as /dev/ttyS0 or /dev/ttyS1


Thank you for your help!


Lance

Image 18333

Image 18334

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