Blinds
Jump to navigation
Jump to search
Blinds behavior since Domoticz 2022.2 Stable
Standard Blind
Standard Blinds behave in the following fashion.
Slider 0 = Blind Close in GUI, dzvents, Lua, http API and Python when using setLevel. Status = Closed 100 = Blind Open in GUI, dzvents, Lua, http API and Python when using setLevel. Status = Open 90 = Show 90 in the GUI/dzvents, Send 90 to the device (Blind almost fully Open). Status = Level%. 10 = Show 10 in the GUI/dzvents, Send 10 to the device (Blind almost fully Closed). Status = Level%.
Commands: Open: .open() in dzVents, 'Open' in http API, Lua and Python Plugin. Status = Open Close: .close() in dzVents, 'Close' in http API, Lua and Python Plugin. Status = Closed Stop: .stop() in dzVents, 'Stop' in http API, Lua and Python Plugin. Status = Stopped.
There are 2 options in the Blind Config
- Reverse Open/Close State
- Reverse Position
To set these options, you need to edit the device in Domoticz
Then the Toggles are there.
Reverse Open/Close State: Enabled
Reverse Position: Disabled
This will only reverse the State Labels and will leave the Slider position on default behaviour
0 = Blind Open in GUI/dzvents 100 = Blind Closed in GUI/dzvents 90 = Show 90 in the GUI/dzvents, Send 90 to the device 10 = Show 10 in the GUI/dzvents, Send 10 to the device
Reverse Open/Close State: Disabled
Reverse Position: Enabled
Only Reverse the Slider position, leave State Labels default
0 = Blind Closed in GUI/dzvents 100 = Blind Open in GUI/dzvents 90 = Show 90 in the GUI/dzvents, Send 10 to the device 10 = Show 10 in the GUI/dzvents, Send 90 to the device
Reverse Open/Close State: Enabled
Reverse Position: Enabled
This will reverse the State Label, and will reverse the Slider position
0 = Blind Open in GUI/dzvents 100 = Blind Closed in GUI/dzvents 90 = Show 90 in the GUI/dzvents, Send 10 to the device 10 = Show 10 in the GUI/dzvents, Send 90 to the device