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.
Voice control
Hi Everyone!
I would like to realize voice control in iRidium. Saw Siri implementation. Some instructions or examples, please?
Thank you in advance.
Leszek
sip call iPhone handsfree speakers
i have make simple project with sip call, work fine but i listen voice in internal speaker and not to handsfree, helpppp
Feedback name cannot contain : or . - Why?
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!
How to configure type of slide effect
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?
Using version 1.1.3
Where is EVENT_ITEM_MOVE?
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).
Strange behaviour in Webinterface OnBox
Hi
Open webinterface Onbox iRidium Server 1.1.3
Go to Log Settings
This screen is showed:
Then, press F5 to refresh the screen:
Then press F5:
This is unusable and not workable. Please fix.
Thanks
Theo
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 !!!
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 !!!
GetItem.StartActions
This seems only to work with EVENT_ITEM_PRESS and EVENT_ITEM_RELEASE, please add the other possible events too.
Thanks,
IR.EVENT_APP_ENTER_BACKGROUND not supported
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.
Modbus Serial Setup GPIO on Rasp Pi3
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
Customer support service by UserEcho