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.

0
Answered

Limit max characters in an editbox

Naeem 5 years ago in Tips and Tricks updated by v belkin 4 years ago 4

Is there a way to limit the maximum characters in an editbox?
I would like to make a field where you can use a maximum of 3 characters but the .maxLength command does not work.
The .length command does work but I am still able to enter more than 3 characters but then it just gives an error if i use more than 3.

0

I3Lite and Doorbird

Knut Harboe 5 years ago in Tips and Tricks updated by Dmitriy Shilyaev 5 years ago 3

Hi!

Can Doorbird work without SIP server in i3Lite??

Knut

0
Under review

How program token ring in iridium?

Tubi Alvarez 5 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 5 years ago 1


¿Alguien puede ayudarme a programar un anillo de token?

0
Answered

Incoming TCP message

Harm 5 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 5 years ago 5

Hello,

Has someone of you some experience with incoming TCP messages?
I have an TCP trigger in an Axis camera to the IP-address from the iRidium server. I have used port 8888 to send the message.

In the server I have added an TCP device with the IP-address from the Axis camera on port 20.

For testing I have added an script:

var driver = IR.GetDevice("Axis M1065-LW");
IR.AddListener(IR.EVENT_RECEIVE_DATA, driver, function(text) {
var strings = text.split('\r\n');
var string;

IR.Log(text);

});

When I trigger the alarm, I don't see any message incoming.

How can I see the message? What do I miss?

0
Answered

Keep log window open with on EXIT EVENT

Kenny Stoepel 5 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 5 years ago 3

I'm using some js code to run IR.EVENT_EXIT. all is working well except that debugging my code is very hard to debug because closing the emulator also closes to Logging window immediatly. 

Is there any workaround that the log window could stay open when closing the emulator?

0
Answered

Iridium server and sonos as doorbell

oggi katic 5 years ago in Tips and Tricks updated 5 years ago 4

hi there.. 

do somebody know how to make a function in server , that plays a file on a Sonos speaker if a modbus command goes on ?

Is it possible ?

0
Answered

JavaScript Editor

Mike Slattery 5 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 5 years ago 5

Finally a JavaScript editor that will check your code. The new Visual Studio 2019 will check for errors in you code and mark them red. It has always been a pain looking for vars not defined or defined multiple times and ";" and breaks not used. It will mark all the "==' and claim you should use "===". Just ignore these. 

0
Answered

"Acess Denied" error after server installation rpi

Rafael Pierozzi 5 years ago in Tips and Tricks updated 5 years ago 4

Hello, 

I'm having some trouble when installing iridium server lite to a raspberry pi. I tried using Volumio image and Jessie clean installation.

I did installation following procedure, using "iridiumserver_1.3.3-16751_RPI.deb" file.

After installation, I can add iridium server to iridium transfer page but when I try to open web interface to configura iridium account, it shows error "acess denied".

I tried ssh access and the commands "sudo ./iridium --force" and "--clean" and result is as follows:

pi@raspberrypi:/iridiumserver $ sudo ./iridium --clean

# ###### # # #
# # #
### # # ### ###### ### # # ### ##
# ###### # # # # # # # # #
# # # # # # # # # # # #
# # # # # # # # ## # # #
##### # # ##### ###### ##### #### # # #

sh: 1: /iridiumserver/launcher: not found
Get Serial From /proc/cpuinfo 00000000f0118dff size: 16
Name raspberrypi(Server) Os Linux Family armv7l Model Raspberry PI
Doc Dir /var/lib/iRidium Server/Documents/
Cache Dir /var/lib/iRidium Server/Documents/
Log Dir /var/lib/iRidium Server/Logs/
Res Dir /iridiumserver/
DB Dir /var/lib/iRidium Server/DataBase/
App Type 5
[19-04-2019 15:01:22.000] DEBUG CORE Core DoInit
[19-04-2019 15:01:22.000] INFO LAUNCHER Server Version: 1.3.3:16751 (Apr 2 2019, 15:04:45)
[19-04-2019 15:01:22.000] ERROR CORE Project file does not exist

[19-04-2019 15:01:26.000] ERROR WEBSERVER Unsupported method
[19-04-2019 15:01:26.000] ERROR WEBSERVER Probably you try secure connection when it's off
[19-04-2019 15:01:26.000] ERROR WEBSERVER Unsupported method
[19-04-2019 15:01:26.000] ERROR WEBSERVER Probably you try secure connection when it's off

What can I do next ?

0
Answered

Fixed IP adress Iridium Server

Jurgen de Meulenaere 5 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 5 years ago 2

I'm running Iridium Server on a Raspberry Pi, how can i change the PI from DHCP to fixed IP adress? Is it possible to change that in Iridium Server? Or do i have to do that in the Pi software?

0
Answered

Getting Text property of a selected list item.

rwa 5 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 5 years ago 6

I am trying to get the Text attribute from a list item,

The list items are added using user input, the user input gets put in the list as subitem '2' and is named 'Name'.

I am facing the problem that i cannot acces the list subitem Text aka the user input.

I however cannot send the user input using functions because i am using the list as a dynamic list.

I hope i gave enough information for my problem and i hope to see a reaction if anyone has a solution.

Thanks in advance