Skip to content
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

Open
perfrankling opened this issue May 12, 2024 · 3 comments
Open

Open/close tilt commands #63

perfrankling opened this issue May 12, 2024 · 3 comments

Comments

@perfrankling
Copy link

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"

@rstrouse
Copy link
Owner

rstrouse commented May 12, 2024

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.

@rstrouse
Copy link
Owner

Unfortunately, there is an error on the cover tilt services. I will fix this in the next release.

@perfrankling
Copy link
Author

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%.

rstrouse added a commit that referenced this issue May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants