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.

+7
Planned

Astro-clock in iRidium server

Theo Derks - NL (distributor) 7 years ago in Server Solutions updated by Vladimir Ovchinnikov (expert) 4 years ago 33

Hi,

In every server an Astro-clock is available. To make events depending on 'Sun up' or 'Sun down' and/or astronomic time.


Please add this in iRidium server.


Thanks


Theo


+7
Voting

Integration of the protection system against leaks "Neptune" in iRidium

Игорь Шикин 7 years ago updated by Aleksandr Romanov (CTO) 7 years ago 3

Good afternoon!

At the site there was a question about integration with Netune, they have a mobile application

Https://neptunsale.ru/products/prowwifi.

Are you considering integration at the API level (similar to the ready-made Dune, Sonos, etc.)?

Is there a leakage protection system in which you are already moving towards implementing integration with iRidium

+7
Voting

Support Kinect

Oksana (expert) 8 years ago in Products / Other drivers updated 8 years ago 1

I want to control via Kinect

+7
Completed

Make JS Editor a non-modal window

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

Hi.

I am writing script that needs to be tested on eg iPads. Currently to send the project to transfer, I need to close the JS editor each time to get to the Send to transfer button. This slows down my development time.


Also often I want to click on something or check something in the GUI Editor, but each time I must close the JS Editor first.


Can we please make the JS Editor non- modal, so the JS editor can be open and we can access the GUI editor at the same time to do things like 'send to transfer' or change a button or save the project, without having to close JS Editor first


thanks :)


Answer
Oksana (expert) 8 years ago

It was added in iRidium Studio 3.0.0.18230 and older

+7
Voting

Saving in JS

Jackie Roos 9 years ago in Applications / Studio (Server editor) updated by Andrey S 7 years ago 11
Clicking on SAVE in the JS editor does not save the JavaScript into the project.

The result is if something happens, eg PC shutsdown due to windows updates while you are at lunch, the JavaScript is lost.

Please change so that saving in the JS editor saves to the project.

+6

Android Panel - Turn on screen based on event

Alessandro Munari 8 years ago in Applications / i3 Pro updated by Aleksandr Romanov (CTO) 8 years ago 3

Hi, is there any function to turn on the panel screen (Android, Windows or iPhone) triggered by an event. As example, think when some one push the ring bell button and you whant automatically turn on the panel screen and go to the page where is shown the outdoor camera.

Answer

If the panel is turned off, the system will "kill" the process and it will never respond to a command. Your script can now be realized by setting screen brightness to 0%, and when you receive a call smoothly raise the brightness to the previous value.

+6
Voting

Server for Mac OS X

Oksana (expert) 8 years ago in Server Solutions updated 8 years ago 2 1 duplicate

Hello, please vote!

+6
Completed

Сжатие gzip для js

Dmitry Ryzhkov 8 years ago in iRidium Script updated by Oksana (expert) 7 years ago 5

Здвствуйте,


как можно работать со сжатыми данными через скрипт? Многие HTTP-сервера поддерживают сжатие.


Например есть сжатые данные и их необходимо прочитать


var uncompressed = IR.Uncompress(compressedData, outputSize);


Так же, если необходимо сжать данные и отправить обратно

var compressed = IR.Compress(uncompressedData);


В данный момент, я занимаюсь разработкой драйвера под Apple TV 4 и эта функция очень необходима.

+6
Waiting for user's reply

Request: custom js call in macro

Vladimir Shabunin 8 years ago in Applications / Studio (Server editor) updated by Ekaterina (head of support) 8 years ago 0

Right now when we add "Script Call" in macro editor it's possible to select function in global scope without parameters.

But it will be more convenient to write js string like "myObject.myFunction(params);".

+6
Completed

JS Password - Change to be Hidden

Jackie 8 years ago in Applications / Studio (Server editor) updated by Jackie Roos 8 years ago 7

Currently entering the JS password shows the password

Image 10612


Can we please change this to

1. default to be the password hidden

2. have the option to show the password (like it is now)

Image 10613



Why? When giving remote support to password protected scripts, it is neccessary to be able to access protected JS files and not show the passwords


Thanks