Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!

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.

+2
Voting

Request: Image property on Macro

Francesco Zangara 8 years ago in GUI Editor updated by Oksana (expert) 8 years ago 1

I request to insert "Image" property of an object on Macro.

So if We have an variable with an URL then We can link it on property.

The variable value can change on time.


For example:

I write an script on iridium server that load an weather information and store a icon URL on a variable.

Next,in a panel, I use this variable for change the image loaded on a object.


Actualy I can use one script

<code>

IR.GetPage("Page").GetItem("Item").GetState(0).Image = IR.GetVariable("Driver.iRidium_Server.IconURL");

</code>


But is more easy use drag&drop.

+2
Voting

Multistate level

evg 9 years ago in GUI Editor updated by Oksana (expert) 8 years ago 1
For multistate level it would be very usefull to have Range type property to set Float type of data.
Now it is inly integer.
+2
Completed

PJLink protocol

Joseanio Galdino 9 years ago in JS modules updated 7 years ago 14
Attached you will find a project with the PJLink protocol realisation.
A code to control and have feedback to any video projector with ethernet port and compatible with PJLink protocol.
I have tested with several models of Sanyo, Mitsubishi, Dell, Sony, NEC, and other, and all of them works fine with this code.

PJLink2(1).irpz

+2
Completed

Vera 3 Control Driver

Shaun Moloney 9 years ago in iRidium Script / AV and Driver scripts updated by niky94547 7 years ago 18
Would be extremely grateful if any fellow iRidium user could assist with information on a Vera driver to allow control via iRidium. Doesn't seem to be any discussion at all regarding this.

some help please...!! 😉😉


Requests for Drivers
+2
Waiting for user's reply

Windows 8 - Transfer - Networkshares not visible

Theo Derks - NL (distributor) 11 years ago in Transfer updated by Oksana (expert) 9 years ago 3
Hi,
In Windows 8:
When we want to add a license or project in the Transfer manually (because Drag & Drop don't work), it's not possible to select the networkshares on our server. We have to manually select the server, and point to the right folders…
Please fix
Thanks
Theo
+2
Under review

Data base

Patrick PETIT 9 years ago in i2 Control V2.2 updated by rocfusion 9 years ago 8
Hello,

Is there a way to create a database with i2control (with javascript or other means) ?
Or is it possible to create tokens by program (but a large amount several thousand) ?
The goals is to save data related to the measurement of energy. Backup hourly measurements every day and years !
Sincerely,
Patrick
+2
Voting

iRidium GUI Editor is not dockable

Theo Derks - NL (distributor) 12 years ago in GUI Editor updated by Oksana (expert) 8 years ago 2
All Windows programs are dockable in Windows7 to the left side of the screen or to the right side of the screen. It's by default.
But not for the GUI Editor: the screen can not be 'docked' to the left or to the right side of the screen.
Why not?
Please correct.
Theo.
+2
Voting

Stretch and Filtration options are still not opened by default

Theo Derks - NL (distributor) 10 years ago in GUI Editor updated by Oksana (expert) 8 years ago 1
Hi,

In the past, several installers asked to open the panel "Stretch and Filtration" by default when an item is selected.

We noticed, this is still not implemented.

Please fix this, so it's more comfortable for our installers.

Thanks

Theo.
GUI Editor/Object Properties/States
+2
Answered

Bachelor thesis - Smart home. Rights and privileges for seperate users.

Hauken 8 years ago in General updated by Dmitry - support (expert) 8 years ago 3

Hi

We are a group of students studying computer engineering at the Norwegian University of Science and Technology in Gjøvik, Norway. We are working on our bachelor thesis where we are working on projecting and implementing a control system in a Smart home currently in construction.

We are trying to make a collaborative system consisting of multiple system. Systems from Lunos (ventilation), VELUX INTEGRA ("smart" roof windows), Altech (water counters), Vaillant (heating system, heat pump), and integrating it all into HDL's smart home control system, and then monitor and change setting with your iRidium mobile application.

The smart home is seperated into 3 appartments. All of these appartments are communicating with the same HDL IntelliCenter server.

What we are wondering is how we should do this with each users rights and privileges. Each user should only be able to change settings in his/hers appartment. Except for the house owner, who should be able to monitor and change settings of each appartment. How could we do this (if possible) with your mobile application and licensing? What kind of license is relevant?


Any information around this woulod be helpful.


Thanks in advance for your help!
+2
Voting

Multiple feedbacks for one object

evg 8 years ago in GUI Editor updated by Oksana (expert) 8 years ago 6

Rather often it is needed to display multiple feedback for one object to make GUI simplier in development.

For example for room air: 18*C/50% - <temp>/<humidity>

It would be great to use something like this in code $V*C<someSeparator>/$V%