Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!

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
Beantwoord

Problem with IP Cam

oggi katic 8 jaar geleden in General bijgewerkt door Dmitry - support (expert) 8 jaar geleden 7

Hey every one


I have a problem when i try to connect my ip camera to iridium.


I use following URL i browser and i get image when pressing Test in Browser

http://192.xxx.xxx.xxx/videostream.cgi?user=[xx]&pwd=[xx]&resolution=32


Its image in browser:

Image 10418


And its setup:


Image 10419


When i transfer to Ipad i only get the blue image / button ..




0
Not a bug

iRidium native KNX driver (KNXnet/IP) doesn't work with ABB IPR/S 2.1 in Routing mode (nat=false)

Эмиль Боев 9 jaar geleden in Products / KNX bijgewerkt door Ekaterina (head of support) 9 jaar geleden 3
See the title of topic, please.
In tunneling mode (nat=true) it works fine.

Also, from the same pc laptop (through the same LAN/WAN equipments) another KNXnet/IP client works just fine in routing mode.

Suggestion: the problem in so called ActionMessageCode.
Some KNX Routers/Interfaces might need this parameter defined, some need this to be 0x29.
ActionMessageCode is the first byte after header in KNXnet/IP packet.
For example, for Action packet header if [0..5] 6 bytes length. And the seventh [6] byte will be exactly the ActionMessageCode.

If ActionMessageCode is not 0x29, it will be always equal to 0x11.



0
Beantwoord

USB interface of Mobile Phone with i2Control

Patrick PETIT 9 jaar geleden in i2 Control V2.2 bijgewerkt door Oksana (expert) 9 jaar geleden 3

Hello,

I will use for a mobil phone app a i2Control KNX driver and the serial port RS232.

It would be for application to a wheelchair for a person with disabilities.

Is it posible to install on a mobile phone androïd Galaxy S4 (for example), a virtual serial port to the USB port using a port emulation driver RS232 (as is done a PC) ?
And use it with i2control ?

Best regards,
Patrick
0
Beantwoord

IP address device

Netboss 9 jaar geleden in GUI Editor bijgewerkt door Ekaterina (head of support) 9 jaar geleden 1
Hello,

I'd like to get the IP address of my device. I can't find it by using a System Token. Is it possible to get my IP address in the script? If it's not, will you add this function in the next version of iRidium?

Another thing, I'd like to mute the mic of my iPad during a SIP call. Will you add this function in the next version of iRidium?

Best regards,

Gilles
0
Voltooid

xbmc launched from desktop

Ekaterina (head of support) 11 jaar geleden in iRidium Script / Interface scripts bijgewerkt door Sergey (expert) 9 jaar geleden 5
This can be done, for that he will need to use the opportunity to create Iridium server. On a PC, it will run the server - the project desctop Server.irpz on his ipad project will be launched iPad Client.irpz

To work projects on the PC and on the iPad Pro will need a license or trial.

The draft iPad Client.irpz he should change only the ip address on the ip address of the PC on which it will run desctop Server.irpz
The project desctop Server.irpz need to check the path to the XBMC maybe it will be different from the current plan.

desctop_Server.irpz
iPad_Client.irpz
0
Beantwoord

Getting a text string from modbus wago to Iridium 2.0

D-man 11 jaar geleden in Products / Modbus bijgewerkt door Oksana (expert) 9 jaar geleden 8
Hello,

is it possible to pick a string of text out of a modbus device [wago 750-881 controller] to Iridium.

I can view the string in Iridium but Iridium makes a number of it, and not the line of text i typed in the modbus device.

I hope someone can tell me if this is possible and how to do it.
0
Beantwoord

Dynamic change network connection settings for AMX Controller

Рустем Зиятдинов 9 jaar geleden in Products / AMX bijgewerkt 9 jaar geleden 2
Hello,
Is it possible to change network connection settings for AMX Controller using JS?
I need to set AMX Controller IP address based on information in the external database.

Antwoord
Olga (expert) 9 jaar geleden
Dear Rustem,

The settings of connection to AMX are available for writing via scripts with the following construction:
IR.AddListener(IR.EVENT_START,0,function() 
{ 
    IR.GetDevice("AMX").SetParameters({ Host: "192.168.0.21", 
                                        Port: "12004", 
                                        DeviceID: "1", 
                                        Login: "admin", 
                                        Password: "12345"}); }); 
http://wiki2.iridiummobile.net/Drivers_API#SetParameters

The SetParameters function can activated not at start but after receiving data from the database. The host and port fields should be left empty in the driver settings so that initially the project wouldn't connect to any controller. The , конечно, можно вызвать не по старту, а после получения данных из базы.
The parameter HostIP from the driver tokens is not aailable for writing. The SetParameters function sets all connection parameters at once and you cannot change any of them, if you don't have a password. You need to indicate
Password: ""
There is an instruction for setting up connection parameters in the description of the АМХ driver. Besides commands from iRidium Script API you can use the AMX command Loopback Port. The principles of its work ans setting is not different from the ones for IR.SetParameters

Sincerely yours,

Olga Ermakova
iRidium mobile Team
0
Beantwoord

I bought site license pro. Can I tranfer device license pro?

Vuong Xuan Phuc 9 jaar geleden in Licensing and marketing bijgewerkt 9 jaar geleden 2
I have bought site license pro Global Cache but my customer have few panels . I don't active Site license pro. So can I transfer to 5 device license pro?
0
Beantwoord

скролл попап`а

Никита Сафронов 8 jaar geleden in GUI Editor bijgewerkt door Dmitry - support (expert) 8 jaar geleden 5

собственно у меня есть большой попап, не помещающийся на экран, которому хочу сделать прокрутку.

элемент LIST дает то, что надо, но элементы внутри попапа не обрабатывают фидбек от amx netlinx, хоть при нажатии и посылают значения в нетлинкс.

дальше, используя элемент STATIC LIST, все кнопки работают как надо, но само отображение попапа возвращается к середине после скрола. тоже не вариант.

какой есть способ сделать прокрутку большого попапа?

0
Beantwoord

How to open a specific on IOs?

Abhijeet Ramgir 9 jaar geleden in i2 Control V2.2 bijgewerkt door Olga (expert) 9 jaar geleden 2
Hey,

I found this on the wiki:
IR.AddListener(IR.EVENT_START, 0, function(){ // OS Windows
IR.Execute("http://iridiummobile.net"); // Example of the link
IR.Execute("mailto:contact@iridiummobile.ru"); // Write an e-mail through the mail agent
IR.Execute("cmd"); // Activate the command string
IR.Execute("calc"); // Activate the calculator
IR.Execute("c:\\Program Files\\iRidium\\iRidium.exe"); // Start the app


// iOS - iPhone
IR.Execute("http://iridiummobile.net"); // Example of the link
IR.Execute("mailto:contact@iridiummobile.ru"); // Write an e-mail through the mail agent
IR.Execute("tel:+1234567890"); // Call on the phone
IR.Execute("sms:+1234567890"); // Send an SMS
IR.Execute("music:"); // Open the app for listening to music
IR.Execute("videos:"); // Open the app for watching videos
IR.Execute("ibooks://"); // Open the app for reading e-books
IR.Execute("fb://feed"); // Open the Facebook app
IR.Execute("twitter://"); // Open the Twitter app

// iOS - iPad
IR.Execute("http://iridiummobile.net"); // Example of the link
IR.Execute("mailto:contact@iridiummobile.ru"); // Write an e-mail through the mail agent
IR.Execute("music:"); // Open the app for listening to music
IR.Execute("videos:"); // Open the app for watching videos
IR.Execute("ibooks://"); // Open the app for reading e-books
IR.Execute("fb://feed"); // Open the Facebook app
IR.Execute("twitter://"); // Open the Twitter app

// OS Android
IR.Execute("http://iridiummobile.net"); // Example of the link
IR.Execute("mailto:contact@iridiummobile.ru"); // Write an e-mail through the mail agent
IR.Execute("tel:+1234567890"); // Call on the phone
IR.Execute("sms:+1234567890"); // Send an SMS
IR.Execute("file:///tmp/android.txt"); // Open the file
});


1) How do I open a specific app (Tata sky mobile : https://itunes.apple.com/in/app/tata-sky-mobile/id385090000?mt=8) in IOs)
2) How do I open the same app on android, or any app on android? as in the example above there is no example to open an app in android.

Any help would be appreciated,
Thanks!
Abhijeet.

Antwoord
Olga (expert) 9 jaar geleden
Dear Abhijeet,

1) You need to find the special URL scheme for this application if there is such. We do not look for it. It is made by the developer. We recommend searching the Internet or contacting the developer.

2) It is done the same way as on iOS. But the set of URL schemes can be different. If the developer didn't anticipate the possibility to open the application via URL, then we cannot do anything.

Sincerely yours,

Olga Ermakova
iRidium mobile Team