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.
Looking at the KNX bus I could see that now the angle_address
is used in place of the move_short_address
. I think this might be a consequence of the change KNX Cover: Use absolute tilt position if available #96192.
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
?