Difference between revisions of "Dimmer-lamp"
Jump to navigation
Jump to search
(Marked this version for translation) |
|||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
− | ===Example of description in XML=== | + | ===Example of description in XML=== <!--T:1--> |
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> | ||
<item addr="100:10" name="chandelier" type="dimer-lamp" auto-period="600" system="yes"> | <item addr="100:10" name="chandelier" type="dimer-lamp" auto-period="600" system="yes"> | ||
Line 15: | Line 15: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | <!--T:2--> | ||
color-temp="dimmer ID:SUBID" – for adding and control dimmer brigtness bar with temperature. | color-temp="dimmer ID:SUBID" – for adding and control dimmer brigtness bar with temperature. | ||
+ | <!--T:3--> | ||
color-white="dimmer ID:SUBID" – for adding and control dimmer brigtness bar "white". | color-white="dimmer ID:SUBID" – for adding and control dimmer brigtness bar "white". | ||
− | ===Device status (2 bytes)=== | + | ===Device status (2 bytes)=== <!--T:4--> |
+ | <!--T:5--> | ||
{|class="wikitable | {|class="wikitable | ||
|- | |- | ||
Line 30: | Line 33: | ||
|} | |} | ||
− | ===Possible variants of setting the status=== | + | ===Possible variants of setting the status=== <!--T:6--> |
====single-byte==== | ====single-byte==== | ||
+ | <!--T:7--> | ||
{|class="wikitable" | {|class="wikitable" | ||
!byte!!description | !byte!!description | ||
Line 39: | Line 43: | ||
|} | |} | ||
− | ====3-bytes==== | + | ====3-bytes==== <!--T:8--> |
+ | <!--T:9--> | ||
{|class="wikitable" | {|class="wikitable" | ||
!byte!!description | !byte!!description |
Latest revision as of 11:38, 23 January 2022
Example of description in XML
1<item addr="100:10" name="chandelier" type="dimer-lamp" auto-period="600" system="yes">
2 <linked addr="101:1"/> // is bound to the button with the address 101:1
3 <automation ……/> // set the automation for this element
4</item>
1<item addr="100:10" name="chandelier" type="dimer-lamp" auto-period="600" color-temp="307:4" color-white="307:5">
2 <linked addr="101:1"/> // is bound to the button with the address 101:1
3 <automation ……/> // set the automation for this element
4</item>
color-temp="dimmer ID:SUBID" – for adding and control dimmer brigtness bar with temperature.
color-white="dimmer ID:SUBID" – for adding and control dimmer brigtness bar "white".
Device status (2 bytes)
Byte number | description |
---|---|
0 | Device status. Bit 0: 0 – off 1 – on Bit 3: 0 – automation is disactivated 1 – automation is activated Bit 7: 0 – no alarm 1 – alarm (relating to temperature) |
1 | Brightness 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 |
3-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 | Time required for changing the status, seconds |