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.

+4
Completed

Hide Group in JavaScript

Jackie Roos 8 years ago in iRidium Script updated by Oksana (expert) 7 years ago 8

Hi

In the GUI Editor Macro Editor there is a Hide Group

Image 11451


Is there a hide group in JavaScript? If not can it please be added


thanks

Answer
Oksana (expert) 7 years ago

Hello Jackie,

It has been implemented from Setup 1.1.3

+4
Voting

Calculation of the completion list height

Vladimir Bykov 8 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 1

It could look better if the height of fast hint was calculated before the showing, not like now: the list with the full screen height for one record.

Image 11446

+4
Answered

Как настроить дату и время на UMC сервере?

evg 8 years ago in Server Solutions / UMC Server updated by Oksana (expert) 8 years ago 7

Как настроить дату и время на UMC сервере?

E меня сейчас 1970й год

Answer
Oksana (expert) 8 years ago

Добавим в вэб панель, этот функционал.


Выбор часового пояса и установка даты и времени.

+4
Voting

Delete Unused Objects - Channels not deleting unused Feedback

Jackie Roos 8 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 2

Hi

Just wondering why the Delete of Unused Objects does not delete unused feedback, only commands?

Image 10268


This is necessary in KNX to stop the querying on startup of unused feedback channels.


+4
Waiting for user's reply

Group of Iridium server devices list

Alessandro Munari 8 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 0 2 duplicates

Suggestion: on the panel side of the iridium studio, when you import a server project you obtain the complete list of the Commands and Feedback. It would be better if this list will be grouped into the original driver. For example, if you have 5 or 6 driver it is much better to have 5 or 6 group subdivided by driver type (all KNX commads will be under KNX group, all modbus will be under modbus groups, and so on ...). Imangin 1000 commands, from 10 drivers/devices, and you need to find all the KNX commands ...

+4
Not a bug

iBeacon

Dmitry Ryzhkov 8 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 6 years ago 12

The big request to add support for iBeacon. Since through this functionality (IR.EVENT_DEVICE_BLE_FOUND) in i3 pro for BLE (Bluetooth Low Energy) is impossible to get a true UUID, it is replaced. Which leads to difficulties in the identification iBeacon.

+4
Completed

Option "Show System Menu" in Macro Editor

Theo Derks - NL (distributor) 9 years ago in Applications / Studio (Server editor) updated 8 years ago 5

Hi,


It would be great if we have an option in the Macro Editor:
Show System Menu


Now, every installer have to create a Javascript function like this:


function ShowSystemMenu()

{

IR.ShowSystemMenu;

}


For every project again. Because every installer need this option in a project to quickly change settings in the client, and to prevent end-users to click in the project for 8 seconds (what is a problem for many end-users) to open the system-menu.


So, in the menu below we want an extra option: ShowSystemMenu, that we can drag & drop to the list with Macros in the Macro editor.


Image 9970

Answer
Oksana (expert) 8 years ago

Hello,
It has been implemented from iRidium Studio 1.0.0.18506 (beta)

+4
Completed

Modbus protocol

Theo Derks - NL (distributor) 12 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 15
Hi,
For the modbus protocol we must use an On-Press command, sending a '1' to the Modbus register, always followed by an 'On-Release-command', sending a '0'.
The questions: can you improve the Modbus protocol, so this will be done in the default On-Press command? So the On-Press command is sending the 1, followed by the 0? Or make a special command (only if the installer is using a Modbus protocol), with this function build-in? Because now, for every button that will be used in a project, the installer has to made 2 commands, and that's not logical, so it's better to build-in this in the protocol for Modbus.
This should be a great improvement for all Modbus users!
Thanks
Theo
Answer
Oksana (expert) 8 years ago

It was added in iRidium Studio

+4
Voting

Script Editor Helper

Vladimir Chernov 8 years ago in Applications updated by Oksana (expert) 8 years ago 2

Hello.


It would be nice if the script editor underlined errors (syntax and logic) in script which I'm writing in the Studio.


Thank you.

+4
Completed

Displaying page or popup-page where Dynamic Image (IP-camera) is used

Theo Derks - NL (distributor) 9 years ago in Applications / Studio (Server editor) updated by Oksana (expert) 8 years ago 3
Hi,

In the project device tree, when hovering the mouse over a command or feedback, we can see in which page and item a specific command or feedback is used. This is great, because it's a usefull tool for debugging.

We want this option also for dynamic images: if we move (hoover) the mouse over an dynamic image in the Project Gallery, a little 'tooltip' showes the page or pages where this dynamic image is used. Including a parameter (number) how many times the dynamic image is used.

Thanks

Theo