Hello,
I have been using for years the Cover Services open_cover_tilt and close_cover_tilt to stepwise tilt my KNX-steered shutter slats.
After a recent HA update, the behavior of these services has changed: open_cover_tilt tilts the slat 100% open and close_cover_tilt tilts it 0% closed.
It looks like now I can only use the absolute tilt position, which I would like to avoid, as it would be both more complicated and inconsistent with my “classic” shutter wall buttons.
Is there an “easy” way to continue using move_short_address?
Hi, I have only found a workaround, which is to remove the angle_address configuration. This way, move_short_address works like in the past, but I cannot use angle_address anymore in automations.
It works as intended by the HA base entity now. open_cover_tilt should open completely, not stepwise. There is no defined action for stepwise movement in the HA cover entity.
You can always call the stepwise moves from a button entity or script etc.