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.

Драйвер SNMP
Здравствуйте!
Подскажите, нет ли каких-то ограничений в драйвере SNMP в зависимости от платформы?
Пытаемся управлять и читать состояние устройства (реле LPowerNode) .
Из эмулятора под windows все работает корректно. Но этот же проект, залитый на планшет с Android, не работает. Проверили - от него не идёт никаких UDP пакетов на 161 порт. Другие UDP пакеты (через Custom драйвер) от него нормально доходят. То есть сеть вряд ли что-то блочит.
В дебаг логе никаких ошибок. (Кстати, лог же тоже идёт по UDP, что подтверждает, что проблема не в сети).

Server crashing after integrated with MySQL
Hi,
I´m using iRidium Server 32bits and ODBC Server 32bits. Server is connecting with MySQL perfectly.
But when I send a query to insert values on table, Server stop working. When I go to MySQL to look for the record I see almost 500 equals records (like a "loop"), but if you see on code below I only send a query one time on function writeDB().
var date = "now()";
var BaseMySQL = new ODBC("root", "123", "MySQLiridium");
var query_head = "INSERT INTO chamada_enfermagem(Posto, Leito, Tipo, Tempo, Data) VALUES(";
function writeDB(info_chamada) //gravar informações no DB
{
if (!BaseMySQL) //if no ODBC object
{
BaseMySQL = new ODBC("root", "123", "MySQLiridium"); // creating ODBC object
if (BaseMySQL)
{
IR.Log(BaseMySQL + " connected!");
}
}
{
var posto = info_chamada.split("_")[0];
var leito = info_chamada.split("_")[1];
var tipo = info_chamada.split("_")[2];
var tempo = info_chamada.split("_")[3];
var query = query_head + '"'+posto+'"' + "," + '"'+leito+'"' + "," + '"'+tipo+'"' + "," + '"'+"00"+'"' + "," + date + ");";
var response = BaseMySQL.Query(query); // SQL query to MySQL database
IR.Log(query);
}
}

iRidium 2019 JS Script Call in button programming
When I try to add a JS Script Call for button Release or Move, I cannot get it to select a function call.

Control the routines by script
Hello Iridium,
I would be interesting to enable/dsable the sever's routines by script.
Get access to the property 'Enable' of routines would be interessting for our end customer..
This point will complet the property of schedule what you are rending access by script...

Project Associated Tokens
It would be best for Project Tokens to be only associated with their project within the folder for the project. Currently Project Tokens are stored in a common file irconfig.xml and this causes issues if projects are changed. Currently we delete the folder "iRidium pro documents" and then load our project so it can start clean.

Scheduler
Hi iRidium!
I'm still waiting for scheduler function (time programs) with easy editable form on panel. What about this function? you are adding many news but this is basic functionality. How do you solve it?

MQTT Import
Is it possible to import MQTT tags into the server via an import? I have many tags that I want to import. This could be much faster via CSV import.
Thanks

Bar with 'light' stripe on iPhone X
Hi
On the iPhone X, there is in the bottom a 'white stripe' (bar).
This is for swiping to other apps that are running on the iPhone.
Our installer is asking: can we de-activate this 'white stripe' in iRidium i3 pro app? So, it's not more visible?
Thanks
Theo

Alexa Gate active words
I use HDL with alexa gate
For Light and AC i use "tune on" \ "turn off"
For AC Fan Speed - what words should i say ?
For AC Mode change - what words should i say ?
For Global Cache Macros - Turn On \ Turn OFF work :), but "active macro" doesn't work (For use with macros name "TV OFF, Room AV OFF"). if i want to use "tv off "macro i have to say "Turn ON TV OFF" whice is a problam.
Thanks
Adir Peleg
Customer support service by UserEcho