Hi, I’d like to know if there is a way to fix a missing “feature” or ask for it to be implemented regarding shelly integration for covers.
For a bit of context, I’ve been using tasmota on Sonoff Dual R2 for my covers and recently purchased Shelly plus 2PM. They are functionally very close but Shelly’s do not report position change when they are moving (while tasmota/sonoff do), which has an impact on the HA UI (that doesn’t update until the motion is complete or canceled). I’m also using the cover position in some scripts and they cannot work with shelly due to this.
What I found out is that calling the api while the cover moves through http://192.168.x.y/rpc/Cover.GetStatus?id=0 correctly shows the current position while it moves in the “current_pos” field so maybe there is a way to force more frequent updates when the cover moves ?