Пульт дистанционного управления

From Larnitech wiki page
Revision as of 13:19, 26 January 2022 by Rusanov (talk | contribs) (Created page with "{|class="wikitable" |- |- !Название!!Тип и диапазон!!Описание!!Значение по умолчанию |- |id||номер 2048||идентифик...")
Jump to navigation Jump to search
Other languages:
English • ‎русский

Пример описания в XML

1<item addr="2048:10" name="TV" type="remote-control" sub-type="Samsung">
2    <remote-signal identifier="signal-power" transmitter-addr="210:12" value="196406...7F09FC"/>
3    <remote-signal identifier="signal-1" transmitter-addr="210:12" value="196406...7F09FC"/>
4    …..
5<remote-signal identifier="signal-ch-down" transmitter-addr="210:12" value="196406...7F09FC"/>
6</item>

Параметры

Название Тип и диапазон Описание Значение по умолчанию
id номер 2048 идентификатор устройства, на котором физически расположен этот элемент (всегда используйте 2048) 2048
sub-type перечисление отображаемый модуль дистанционного управления (должен быть указан в интерфейсе) -
identifier перечисление идентификатор кнопки пульта дистанционного управления -
transmitter-addr ADDR Адрес передатчика ИК-сигналов или адрес другого исполнительного устройства (скрипт, интерфейс и т.п.) -
value HEX Данные, отправляемые ИК-передатчиком при нажатии кнопки -
string-value строка Данные, отправленные в ADDR при активации кнопки -

In order to add the device IR-console to "Larnitech" application it is required

  1. Add to logic.xml file the device of remote-control type using LT Setup (Add remote control) or choose "Edit mode" in mobile app and press "Create remote" button from main menu.
  2. Activate the engineering mode in " Larnitech " app settings.
  3. In the device list find the remote control added from LT Setup and choose "Edit mode".
  4. In the window that appears select the IR-transmitter from which the IR-signals will be sent to the device (TV, DVD, Receiver).
  5. In the window that appears select the IR-receiver (gateway) for reading the IR-signals from the device remote control (TV, DVD, Receiver).
  6. Press the remote control button in "Larnitech" application, the countdown will start during which you are to send the IR-signal to the IR-receiver (gateway). The gateway will capture the signal and the button in "Larnitech" application will be activated.
  7. Set each the button of the device remote control as it is shown in paragraph No.6.