RGB-подсветка
Jump to navigation
Jump to search
Пример описания в 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 |
Возможные варианты установки статуса
однобайтовый
Байт | описание |
---|---|
0 | Статус (вкл./выкл.) 0 – выкл. 1 – вкл. 0xFF – Изменить статус на противоположный |
четырёхбайтный
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) |