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.

+1
Fixed

Server crashing after integrated with MySQL

Leandro Augusto 5 jaar geleden in Bugs and problems bijgewerkt door Vladimir Ovchinnikov (expert) 5 jaar geleden 11

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);
}
}   

+1
Will be answered

iRidium 2019 JS Script Call in button programming

Mike Slattery 5 jaar geleden in Bugs and problems bijgewerkt door Vladimir Ovchinnikov (expert) 5 jaar geleden 7

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

+1
Will be answered

Control the routines by script

Christophe MATHEY 5 jaar geleden in Tips and Tricks bijgewerkt door Paolo Scarpetta 3 jaar geleden 6

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...

+1
Voting

Project Associated Tokens

Mike Slattery 5 jaar geleden in Ideas bijgewerkt door Aleksandr Romanov (CTO) 4 jaar geleden 1

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.

+1
Will be answered

Scheduler

Lechu 5 jaar geleden bijgewerkt door Aleksandr Romanov (CTO) 5 jaar geleden 2

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? 

+1
Under review

MQTT Import

Ferry 5 jaar geleden in Tips and Tricks bijgewerkt door Vladimir Ovchinnikov (expert) 5 jaar geleden 3


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

+1
Beantwoord

Bar with 'light' stripe on iPhone X

Theo Derks - NL (distributor) 5 jaar geleden in Tips and Tricks bijgewerkt door Aleksandr Romanov (CTO) 4 jaar geleden 8

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

Image 29439

+1
Beantwoord

Alexa Gate active words

Adir Peleg 5 jaar geleden in Modules bijgewerkt 5 jaar geleden 7

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

+1
Voting

Bacnet in Iridium Lite

David Lagos 6 jaar geleden bijgewerkt 6 jaar geleden 2
+1
Under review

Очистить историю графиков на сервере

evg 6 jaar geleden bijgewerkt door Vladimir Ovchinnikov (expert) 6 jaar geleden 3

Добрый день!

Очистить историю одного или нескольких графиков

Необходимо очистить историю одного или нескольких графиков при этом сохранив данные остальных трендов. Это необходимо в случае, когда типы данных были настроены не верно, поэтому сервер хранит заоблачные (например, е*14) или просто неверные данные.

Можно это делать через веб-интерфейс, либо скриптом