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
Under review

Sound icon is not removed when choose 'Delete all sounds from page'

Theo Derks - NL (distributor) 8 years ago in Applications / i3 Pro updated by Ilya Markov (expert) 8 years ago 1

Hi,

Create new project

Make button

Attach a sound to the button

The small 'music-icon' is displayed in the right-down corner

Then select (rightclick) 'Remove all sounds from page'

Notice, that the icon is still visible.

Only after clicking on a other page, the icon is deleted.


Please fix


Thanks


Theo


0
Voting

support for ssh connections

Benno Evers 8 years ago in Applications / i3 Pro updated by Andrey S 8 years ago 4

Please add the ability to connect to a SSH server.


Thanks,


Benno

0
Not a bug

Download projects from Project Menu in i3 Lite takes too much time

Theo Derks - NL (distributor) 8 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 8 years ago 1

Hi

After opening the Project menu in i3 Pro, projects can be downloaded.

But the time to download a project is really really long.

A 100Mb .irpz takes 2 minutes on a iPad Pro.

On a Androidtablet the same project (100Mb) takes about 4 minutes (with wired ethernet).

1) Why it takes so much time to download projects?

2) Make the speed for download projects faster.


Thanks


Theo


0
Answered

sip call iPhone handsfree speakers

Stefano Addiego 8 years ago in Applications / i3 Pro updated 8 years ago 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 years ago in Applications / i3 Pro updated by Ilya Markov (expert) 8 years ago 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
Answered

How to configure type of slide effect

Wouter van der Post 8 years ago in Applications / i3 Pro updated by Ilya Markov (expert) 8 years ago 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
Answered

Where is EVENT_ITEM_MOVE?

Wouter van der Post 8 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 8 years ago 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

Cloud Update

Maurits Roos 8 years ago in Applications / i3 Pro updated by Oksana (expert) 8 years ago 2

At the moment I can not update any existing projects on the cloud the only way to do is to delete the existing project then upload the new one then resend the share email

0
Answered

IP Camera on i3 Lite

Douglas Israel Francisco 8 years ago in Applications updated by Aleksandr Romanov (CTO) 8 years ago 2

How can I add a Dynamic Image on i3 Lite App? I'm not finding some kind of scanner for this.

0
Answered

Domintell from JavaScript

Wouter van der Post 8 years ago in Applications / i3 Pro updated by anonymous 8 years ago 2

Hello,


When using the Domintell driver there is an extra level in the drivers tree:

Image 18097

You have the actual driver ("Domintell Network (UDP)") and then all the individual Domintell modules, then the commands and feedbacks.

How can I use these from JavaScript?

I know a reference to the driver can be obtained like this:

IR.GetDevice("Domintell Network (UDP)")

But how do I for example send something to the command "Entree"?