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 jaar geleden in Server Solutions bijgewerkt door Vladimir Ovchinnikov (expert) 5 jaar geleden 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

Интеграция системы защиты от протечек "Нептун" в iRidium

Игорь Шикин 8 jaar geleden bijgewerkt door Aleksandr Romanov (CTO) 8 jaar geleden 3

Добрый день!

На объекте появился вопрос об интеграции с Нетуном, у них есть мобильное приложение

https://neptunsale.ru/products/prowwifi.

Рассматривается ли Вами интеграция на уровне API (аналогично готовым модулям Dune , Sonos и т.д.)?

Есть ли система защиты от протечек , в которой Вы уже двигаетесь в сторону реализации интеграции с iRidium

+7
Voting

Поддержка Kinect

Oksana (expert) 9 jaar geleden in Products / Other drivers bijgewerkt 8 jaar geleden 1

Возможность управлять при помощи Kinect

+7
Voltooid

Make JS Editor a non-modal window

Jackie Roos 9 jaar geleden in Applications / Studio (Server editor) bijgewerkt door Oksana (expert) 9 jaar geleden 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 :)


Antwoord
Oksana (expert) 9 jaar geleden

It was added in iRidium Studio 3.0.0.18230 and older

+7
Voting

Saving in JS

Jackie Roos 10 jaar geleden in Applications / Studio (Server editor) bijgewerkt door Andrey S 7 jaar geleden 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 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 8 jaar geleden 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.

Antwoord
Aleksandr Romanov (CTO) 8 jaar geleden

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) 9 jaar geleden in Server Solutions bijgewerkt 9 jaar geleden 2 1 dubbel

Hello, please vote!

+6
Voltooid

Сжатие gzip для js

Dmitry Ryzhkov 9 jaar geleden in iRidium Script bijgewerkt door Oksana (expert) 8 jaar geleden 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 9 jaar geleden in Applications / Studio (Server editor) bijgewerkt door Ekaterina (head of support) 9 jaar geleden 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
Voltooid

JS Password - Change to be Hidden

Jackie 9 jaar geleden in Applications / Studio (Server editor) bijgewerkt door Jackie Roos 8 jaar geleden 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