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

set absolute position service on TDBU covers throws unknown error #69865

Closed
EDelsman opened this issue Apr 11, 2022 · 7 comments
Closed

set absolute position service on TDBU covers throws unknown error #69865

EDelsman opened this issue Apr 11, 2022 · 7 comments

Comments

@EDelsman
Copy link

The problem

Presumably after installing 2022.4 all scripts that use the serice to set the absolute potition on Top Down Bottom Up covers no longer work.

What version of Home Assistant Core has the issue?

core-2022.4.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Motion Blinds

Link to integration documentation on our website

https://www.home-assistant.io/integrations/motion_blinds

Diagnostics information

No response

Example YAML snippet

- service: motion_blinds.set_absolute_position
    data:
      absolute_position: 40
      width: 40
    target:
      entity_id: cover.zoldergordijn_rechts_samen

Anything in the logs that might be useful for us?

'MotionTDBUDevice' object has no attribute 'set_absolute_position'

Additional information

No response

@probot-home-assistant
Copy link

motion_blinds documentation
motion_blinds source
(message by IssueLinks)

@probot-home-assistant
Copy link

Hey there @starkillerOG, mind taking a look at this issue as it has been labeled with an integration (motion_blinds) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

@starkillerOG
Copy link
Contributor

@EDelsman my appologies, I had not noticed that I broke the set_absolute_position service when I implemented the async lock.
This PR will restore the service: #69873

It will probably be merged and released in a bugfix release of HomeAssistant in a few days.
In the meantime, you could restore to version 2022.03 of HomeAssistant.

@EDelsman
Copy link
Author

No worries, I'll be patient. Will add controlling the blinds manually to my daily workout in the meantime ;-)
Thanks for your efforts building this.

@starkillerOG
Copy link
Contributor

@EDelsman the PR has been merged and is added to HomeAssistant 2022.04.3 which will be released in a few days.

@starkillerOG
Copy link
Contributor

@EDelsman HA 2022.04.3 has been released, could you update, test if it has been fixed and then close this issue?

@EDelsman
Copy link
Author

I was just waiting on the update installation to finish. It's working again, thanks!

@github-actions github-actions bot locked and limited conversation to collaborators May 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants