-
Notifications
You must be signed in to change notification settings - Fork 112
Cover only moves by a small amount #113
Description
First of all huge thanks for creating this, I love being able to solve a 300€ problem for about 3€ ;)
What I have
- 1 shutter in my bedroom (+ a 1-channel remote with 3 buttons up/down/my)
- 3 blinds in my living room(+ a 4-channel remote with 3 buttons + scroll wheel (+ch select))
linked to Home Assistant via MQTT. I'm shocked how easy it was to set everything up.
I have been able to pair all my shutters and they all respond to commands. The bedroom shutter works exactly as expected, i.e. the UP command opens it completely, the DOWN command closes it all the way down, "my" either stops it or sends it to the preset position.
The original 4-channel Telis remote for my living room blinds has both the UP/DOWN buttons and the scroll-wheel for adjusting tilt (+the my button). The "my" button works as expected however when I send an up/down command from HA to my covers they only move by a small amount, equivalent to one-step move of the scroll wheel (aka tilt adjust)
I've googled, found this https://community.home-assistant.io/t/rflink-somfy-cover-moves-only-a-bit/187904/20 - it is for RFLink however the issue seems the same. The OP there suggest to switch the blinds to US mode, I tried that, no success.
Is it possible to add the also option to send the "full down/up" command from pi-somfy instead of just the short tilt adjust? If I'm not mistaken in Home Assistant this is mapped to two different services:
UP/DOWN - cover.open_cover/cover.close_cover
Wheel UP/DOWN - cover.open_cover_tilt/cover.close_cover_tilt
As a result the position reporting in HA is also incorrect as pi-somfy assumes the blinds are moving to an end position and will report 0% or 100% after the operation time expires, preventing further movement.
If there's anything I can do to help troubleshoot this I'll be happy to.
Thanks again for the great work.
m.