Your comments

Здравствуйте.

Мы поправили эту проблему, пожалуйста, обновите до актуальной версии 1.3.22

Hello.

If the license is not tied to the project, then you must write a request with a request to transfer it to the technical support mail support@iridiummobile.ru or the marketing department contact@iridiummobile.ru. In the request, you must specify the login of the current license owner, license key and the login of the integrator to whom it needs to be transferred. The request must be written from the mail of the current license holder. If the current license owner is an employee of the company, then the license belongs to the company, so the request must be written from the mail of the company administrator.

If the license is activated and linked to the project, it will be transferred along with the project. If iRidium Server is used in the project, then before transferring it, you need to deactivate it on the server web interface on the Cloud / Deactivation tab (for Pro) or delete it in the configurator on the Server tab (for Lite). After the transfer, the server will need to be activated or added again under the account of the new license owner

If the Lite project is transferred, then before transferring, you will still need to deactivate all the integrator and end user panels. To do this, you will need to sign out of the project and account on all devices.

Server Projects and Lite Projects can only be transferred to other integrators or DIY. Serverless Pro projects can be transferred to the end user. In this case, he will be able to invite other users, but will not be able to change the project. If you want to transfer the project to your customer so that he can change the project, use the server or transfer the Lite project, then you will need to create another DIY account for him (created by registering on the site, you will need another mail)

Hello.

You need to do the following:

1. Completely transfer the script for sending data from the panel to the project to the global listener of the server project:

var cmd = [0x11,0x22, 0x33];

IR.SubscribeTagChange("Server.Channels.AV & Custom TCP/UDP Network.AV & Custom Systems:AV Control Command");

IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function(in_sName, in_sValue){

IR.Log("Active Global Listener: " + in_sName + "\tValue: " + in_sValue);

IR.GetDevice("AV & Custom TCP/UDP Network").Send(cmd);

})

2. From the panel project, just send any value to the driver channel (you can just send 1 via a macro)

Hello.

Unfortunately, this is not possible.

Вам нужно сделать следующее:

1. На телевизоре зайти в это меню:

2. Ввести на пульте секретный код 828888

3. Попадете в это меню:

4. Нажмите на кнопку Generate Keycode - это кнопка для генерации Pin, который нужно указать в скрипте

Здравствуйте.

PIN выдает сам телевизор

Hello.

Projects can only be changed by integrators and DIY, to whose accounts they are tied. In your case, you can create another account for your client, DIY (created by registering on the site, you will need another mail). After that, at your request, we can transfer the object with the license to this user. Then he will get the opportunity to edit the project, but you will lose this opportunity if the client does not give you the login and password from his account

Проверьте, правильные ли настройки Вы указали в скрипте (MAC, PIN):

Здравствуйте.

Вот тестовая версия модуля для LG TV, пожалуйста, проверьте и сообщите о результате:

LG TV.irpz