-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open/close tilt commands #63
Comments
It sounds like you need to add a repeat to your motors. This can happen if the motor is slow to reset between commands. EDIT: I set up a scenario to try this out and I now know where this is going wrong. I need to intercept the Cover: services which I did for the tilt but unfortunately the service endpoint changed on me at some point and I missed it. |
Unfortunately, there is an error on the cover tilt services. I will fix this in the next release. |
That is what I thought. The "Cover: Set tilt position" works every time - which should be equivalent to "Cover: Open tilt" and "Cover: Close tilt" when using 0% and 100%. |
When using the "Close cover tilt" and "Open cover tilt" buttons in the HA interface (or the corresponding services "Cover: Close tilt" and "Cover: Open tilt"), the cover acts as if the "Close cover" or "Open cover" buttons/services had been issued, and ESPSomfyRTS (and HA) loses track of the correct position, only indicating that the tilt has changed, even though the cover keeps travelling towards completely open or completely closed position.
This is not a problem when using "Cover: Set tilt position" to 0% or 100% (or other percentages).
The services "ESPSomfy RTS: Tilt Close" and "ESPSomfy RTSL Tilt Open" do not work for me. I get "Failed to call service espsomfy_rt.tilt_close. Unkonwn error"
The text was updated successfully, but these errors were encountered: