
Sonos not working with latest Sonos Firmware
Hi
we have updated our Sonos to firmware 7.2
and the iRidium Sonos module has stopped working:
Can you please fix
thanks

Hi, Matthijs
Please, check your version of i3pro app (above 1.1.5) and version of project code

Драйвер 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.

Ошибка Unexpected character \ufeff
Добрый день.
В процессе загрузки серверного проекта возникает ошибка:
Скрипты соотв. не работают.
Скрипты в проект добавлял импортом из внешнего файла, в который ранее делал сохранение из другого проекта.

iRidium Studio sub-menu font size
Font size in iRidium Studio (x64) is very small, and can't be changed using any of the following methods:
- Via Tools>Options>Workspace
- Via Windows10 display settings
- Via Windows10 registry settings (for menu size)
I am using Windows10 on a mac via bootcamp.
Here is a screengrab:

ClearTimeout
Is it possible to reset/restart a timeout once an event happens again?
Normally I would use the ClearTimeout command but in iRidium this does not work.

Persistant Virtual Server Variables : how to get them working?
For a parkingsystem I use some Virtual Commands / Channels in combination with Feedback / Tags to store the maximum capacity of a parking.
For example, for Parking 1, I have
Server.Channels.P1_Capacity
and
Server.Tags.P1_Capacity
As per the manual I have connected them with the virtual_to_virtual in the script modifier of the channel (and now with newer Iridium Studio version I can also use Forward Value To for this)
I have set the Persist property of Server.Tags.P1_Capacity to true.
Expected behavior : after server reboot (or restart after powerloss), the Capacity variables keep their last know value.
Actual Behavior : after restart, all Capacity variables are 0 , so the parking manager has to fill in the capacities again for all 6 parkings.
How can I fix this???
Just to try and understand what is happening, I removed the virtual_to_virtual relation (or the forward) and then manually set the value of the feedback through the webinterface. Now, when I restart the server, the value persists.
So, I guess the problem is the persisting feedback is overwritten by a 0 value coming from the command just after startup of the server?

problem with local conection cpu crestron (ios)
Good morning. We are having problems with the latest update of the ios system on both tablet and mobile. In this case, when we try to connect locally to the processor's IP, it gives us connection failure, however, if we make the connection remotely, attacking the public address, the device connects correctly to the CPU. Thank you.

Iridium server NOT starting
Dear all,
During the installation of Iridium Mobile server on my raspberry PI i received following errors when I try to run the script "iridium": ERROR CORE project file does not exist.
This file above comes from the logging directory. Anybody any ideas how to solve this issue?
Customer support service by UserEcho