saussact / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

RollerShutter-Icon doesn't reflect the shutter's position appropriately #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current State: Regardless which position the shutter sends the icon shown is 
the 80% closed icon.

Target State: The icon should reflect at least five positions (0, 25, 50, 75, 
100)

Original issue reported on code.google.com by teichsta on 5 Apr 2011 at 8:05

GoogleCodeExporter commented 9 years ago
The rollershutter icon now adapts to the current status. There are 11 positions 
(0, 10, ..., 90, 100) available. The icon chosen will always be the one with 
the same or next lower value, i.e. if the shutter is at 34%, the 30%-icon will 
be shown.
I have done another modification to the Rollershutter: If the button is only 
pressed short (<200ms), it behaves as before, if the button is pressed longer 
than this, it will also start with an UP/DOWN command, but sends a STOP command 
when the button is released again. This helps in having a more fine-grained 
control, especially of blinds/jalousies.

Original comment by kai.openhab on 6 Apr 2011 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 13 Apr 2011 at 6:07