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.
AddListener with System.Time.Seconds
Hello,
I've been using the following code to have a function execute at a certain time (the user can select the time with the touchscreen). Every minute I check if the selected time is reached, and execute some logic if it is:
IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function(name, value) {
if (name == "System.Time.Minutes") {
if (parseInt(IR.GetVariable("System.Time.Hour")) == selectedHour && parseInt(IR.GetVariable("System.Time.Minutes")) == selectedMinutes) {
// call some function ....
}
}
});
Now I want to dynamically add more of these timers that have different times selected by the user, but you can only call SetGlobalListener once. Can you tell me how I can do this with IR.AddListener? I've tried:
IR.AddListener(IR.EVENT_TAG_CHANGE, IR.GetVariable("System.Time.Minutes"), function(name, value) { // logic });
but that is not being called.
Can you help me out?
How to check if string is JSON object in i3 Pro?
How to check if string is JSON object in i3 Pro?
Is it possible to use SIP driver in iRidium server?
Hello!
In our project we have axis door station camera and it has SIP support in it.
I have set up SIP server and i can connect iRidium to it and use door camera with it.
Problem is that SIP client (i3 Pro) needs to be connected all the time to SIP server to receive calls from camera.
I have made iRidium server project and i am using SIP driver in it.
I it possible to use iRidium SIP project to communicate with iRidium server SIP driver?
CG Smarthouse with I3 lite
Hallo
Is IT possible to use I3 lite with Smarthouse system from Carlo Gavazzi?
Regards C. Lie
Device for home ddns
hi guys looking for a network switch or router or device that has a ddns built in for connecting to my home network over the internet, ie like having its own no-ip server built into the device or switch or router, that is on my home network and then I’m able to log in thu the device to Accsess my network. This way I don’t have to set up an outside ddns service. has anyone here’d of this
Hallo It is posible change licence from iridium V2.2 to iridium pro or lite ?
Remote camera IP
When I enter the IP camera in the application I have access if I am connected locally but if I connect remotely I do not have access to the image. What configurations must be made to work remotely from the application. I use i3
Update my iPad to ios 11
Update my iPad to ios 11 and my Iridium V2.2 control stopped working, what should I do now to make my system work again?
Iridium runs slow on my machine
I installed Iridium i3 on my machine and when I open a project the program becomes too slow, do you need some additional add-ons to install or just the iridium ??
Customer support service by UserEcho