Hi all,
I am currently migrating from ZHA to Zigbee2MQTT so I am going through the painful process of resetting / readding all my devices.
I have a roller blind (this one) that I managed to add to Z2MQTT but I cannot figure out how to control it and I am going insane …
My roller blind:
- is longer than the window, so I need to somehow ‘tell’ HA that 57% is the closed state
- can roll over (so if it continues beyond the 0% when opening, which it does, it just rolls over indefinitely )
I can open / close them by clicking on “stop” at the exact time, but obviously I do not want to be doing that … Can someone ELI5 to me how is this supposed to work?
(the ZHA integration was opening / closing them based on whatever the border/limit settings are on the remote)
This is what I currently see in the state, but again, I had to stop the “close” by manually pressing stop
I feel like I am missing something major here, as this is the only cover I own and because I never had to configure anything for it before, I don’t really have a good grasp about how is this supposed to work …
{
"battery": 100,
"border": "remove_top_bottom",
"click_control": "down",
"linkquality": 150,
"position": 0,
"reverse_direction": "back",
"state": "CLOSE",
"motor_fault": null
}