Difference between revisions of "RGB-lamp/ru"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "===Состояние устройства (4 байта)===")
(Created page with "{|class="wikitable" |- !Номер байта!!описание |- |0||Состояние устройства.<br>Байт 0:<br>0 – выкл.<br>1 – вкл.<br>Байт...")
Line 23: Line 23:
 
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
!Byte number!!description
+
!Номер байта!!описание
 
|-
 
|-
|0||Device status.<br>Bit 0:<br>0 – off<br>1 – on<br>Bit 3:<br>0 – automation is disactivated<br>1 – automation is activated<br>Bit 7:<br>0 – no alarm<br>1 – alarm (relating to temperature)
+
|0||Состояние устройства.<br>Байт 0:<br>0 – выкл.<br>1 – вкл.<br>Байт 3:<br>0 – автоматика отключена<br>1 – автоматика включена<br> Байт 7:<br>0 – нет сигнала тревоги<br>1 – сигнал тревоги (по температуре)
 
|-
 
|-
|1||V – brightness ([https://en.wikipedia.org/wiki/HSL_and_HSV VSH Color System])<br>0..250
+
|1||V – яркость ([https://en.wikipedia.org/wiki/HSL_and_HSV VSH Color System])<br>0..250
 
|-
 
|-
|2||S – contrast ([https://en.wikipedia.org/wiki/HSL_and_HSV VSH Color System])<br>0..250
+
|2||S – контрастность ([https://en.wikipedia.org/wiki/HSL_and_HSV VSH Color System])<br>0..250
 
|-
 
|-
|3||Н – colour hue ([https://en.wikipedia.org/wiki/HSL_and_HSV VSH Color System])<br>0..250
+
|3||Н – оттенок цвета ([https://en.wikipedia.org/wiki/HSL_and_HSV VSH Color System])<br>0..250
 
|}
 
|}
  

Revision as of 13:12, 25 January 2022

Other languages:
English • ‎русский

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

1<item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" system="yes">
2    <linked addr="101:16"/>  // привязан к кнопке с адресом 101:1
3    <automation ……/>  // установить автоматизацию для этого элемента 
4</item>
1<item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" color-temp="307:4" color-white="307:5">
2    <linked addr="101:1"/>  // привязан к кнопке с адресом 101:1
3     <automation ……/> // установить автоматизацию для этого элемента
4</item>

color-temp="dimmer ID:SUBID" – для добавления и управления полосой яркости диммера с температурой.

color-temp="dimmer ID:SUBID" – для добавления и управления "белой" полосой яркости диммера.

Состояние устройства (4 байта)

Номер байта описание
0 Состояние устройства.
Байт 0:
0 – выкл.
1 – вкл.
Байт 3:
0 – автоматика отключена
1 – автоматика включена
Байт 7:
0 – нет сигнала тревоги
1 – сигнал тревоги (по температуре)
1 V – яркость (VSH Color System)
0..250
2 S – контрастность (VSH Color System)
0..250
3 Н – оттенок цвета (VSH Color System)
0..250

Possible variants of setting the status

single-byte

byte description
0 Status (on/off)
0 – off
1 – on
0xFF – Change the status for the opposite one

4-bytes

byte description
0 Status (on/off)
0 – off
1 – on
0xFE – do not change the status of this byte
0xFF – Change the status for the opposite one
1 Brightness
0 – off
1..250 – brightness
0xFE – do not change the status of this byte
2 contrast
0 – off
1..250 – brightness
0xFE – do not change the status of this byte
3 colour hue

5-bytes

byte description
0 Status (on/off)
0 – off
1 – on
0xFE – do not change the status of this byte
0xFF – Change the status for the opposite one
1 Brightness
0 – off
1..250 – brightness
0xFE – do not change the status of this byte
2 Сontrast
0 – off
1..250 – сontrast
0xFE – do not change the status of this byte
3 Сolour hue
0 – off
1..250 – сolour hue
0xFE – do not change the status of this byte
4 Time required for changing the status, x0.1 seconds (runtime=100, apply as 10 seconds)