#Garage template arrow greyed out
1 messages · Page 1 of 1 (latest)
Where can I see the opening state?
I have found it. I the protocol it says opening
but arrow is still disabled ^^
Garage template arrow greyed out
I have a hunch. After I press open, then the status stays at on for this button
I have a seperate up and down button
States are working fine when I am looking at it with Dev tools > Template
I can see that the disabled arrow behavior is only happening to the up arrow. I can always use the down arrow except if door is closed. But that's fine. Now, why is this happening?
That's how the control works. It will only show buttons when in specific states. Just like a switch, if you turn on a switch can you turn it on again through the UI? No
Makes sense
I'm not sure if you can override that behavior
I would need an button and not a switch
You probably can if you change to a position_template instead of a value_template but the template might get more complicated
well, maybe not. Return 0 for off, 50 for middle, and 100 for on
it may allow the arrow to appear. But you'll need to implmenent a set_position template as well i believe
I suggest looking over all the template options
there's a ton of different combinations that might work
I am using KNX as Bussystem and am thinking about combining both open and close switches to one switch. On = open and off = close. This would be also the native way in KNX for e. g. roller shutter. Then the garage template must work OOTB
Then I can also use the native KNX cover implemenation