Difference between revisions of "Blinds"
Jump to navigation
Jump to search
(Created page with "===Example of description in XML=== <syntaxhighlight lang="xml" line> <item addr="100:10" name="blinds" type="blinds" system="yes"> <linked addr="101:1"/> // is bound to...") |
|||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | <translate> | ||
===Example of description in XML=== | ===Example of description in XML=== | ||
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> | ||
Line 45: | Line 47: | ||
|1||level (0-250) | |1||level (0-250) | ||
|} | |} | ||
+ | </translate> |
Revision as of 14:57, 24 January 2022
Example of description in XML
1<item addr="100:10" name="blinds" type="blinds" 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="Blinds" type="blinds" vanes="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>
vanes="blinds ID:SUBID" – for adding and control vanes
Device status (3 bytes)
Byte number | description |
---|---|
0 | Device status. 0 – closed 1 – open 2 – is closing 3 – is opening 4 – middle position 5 – unknown |
1 | Setpoint level 0..250 |
2 | Current level 0..250 |
Possible variants of setting the status
single-byte
byte | description |
---|---|
0 | 0 – stop or 0% 1 – stop or 100% 2 – 0% 3 – 100% 4 – stop 5 – stop or reverse 0%/100% 8 – level +25 (+10%) 9 – level -25 (-10%) 0xFF – Change the status for the opposite one |
2-bytes
byte | description |
---|---|
0 | 7 – direct value 8 – increase setpoint by value 9 – decrease setpoint by value |
1 | level (0-250) |