Your comments

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
Dear Sir,

There are only Device licenses for MyHome. If you need to control MyHome and AV drivers you have to use Device "Pro".
Conditioners can be controlled via IR with the help of Global Cache - you can see the database of IR commands (GC Cloud) in the editor. 
You can see our ready solutions on our web site. 

Sincerely yours,

Olga Ermakova
iRidium mobile Team
Dear Patrick,

I just noticed that without any action, the number 11 SIP client had been deleted from the server and then added again 1-2 minutes later.

We know about that and change the registration procedure in V2.2.2 a little. But there is no setup for Android at the moment, for Windows and iOS only.

Please see the version for Windows for your testing:
1. Copy the current versions of the files iRidium.exe and Squall.dll from the folder C:\Program Files (x86)\iRidium mobile2\iRidium and save them separately. 
2. Substitute the files in the folder with the licenses from the attachment.
3. Test.

As for the issue, that you cannot find the client on the server, we hope that the changes will fix it.

Sincerely yours,

Olga Ermakova
iRidium mobile Team
iRidium (2).zip

Dear Benno,

In the nearest versions the concept of working with popups will be the same. But we plan to introduce the margin of error so the sending of commands is not canceled when you move popups a few pixels. 

Sincerely yours,

Olga Ermakova
iRidium mobile Team
Dear Sir,

We know about this problem. We plan to fix the queue management. But for now it will accumulate when trying to send data offline. 
We would recommend to add the window blocking work with the interface if the Offline event is activated. Then it won't be possible to send extra commands. 

Sincerely yours,

Olga Ermakova
iRidium mobile Team