Welcome!

On this forum you can discuss iRidium with other users.

iRidium consist of 2 main components - i3 pro app and iRidium Server. Please post here your questions, ideas or errors you find.

Please send your questions to support team as a private messages.


Please subscribe to the Change Log to know our news

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
Voltooid

Voice control

Lechu 8 jaar geleden in General bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 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
Beantwoord

sip call iPhone handsfree speakers

Stefano Addiego 8 jaar geleden in Applications / i3 Pro bijgewerkt 8 jaar geleden 8

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

0
Declined

Feedback name cannot contain : or . - Why?

Jackie Roos 8 jaar geleden in Applications / i3 Pro bijgewerkt door Ilya Markov (expert) 8 jaar geleden 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
Beantwoord

How to configure type of slide effect

Wouter van der Post 8 jaar geleden in Applications / i3 Pro bijgewerkt door Ilya Markov (expert) 8 jaar geleden 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
Beantwoord

Where is EVENT_ITEM_MOVE?

Wouter van der Post 8 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 8 jaar geleden 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
Not a bug

Strange behaviour in Webinterface OnBox

Theo Derks - NL (distributor) 8 jaar geleden in Server Solutions / UMC Server bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 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
Declined

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 jaar geleden bijgewerkt 7 jaar geleden 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 jaar geleden 0

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

Thanks,

0
Voltooid

IR.EVENT_APP_ENTER_BACKGROUND not supported

Benno Evers 8 jaar geleden bijgewerkt door Dmitry - support (expert) 7 jaar geleden 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
Beantwoord

Modbus Serial Setup GPIO on Rasp Pi3

Lance 8 jaar geleden in Products / Modbus bijgewerkt 8 jaar geleden 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