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

Rollease Acmeda Automate Integration stops working - "aiopulse.errors.NotConnectedException" #130667

Open
andrewD-github opened this issue Nov 15, 2024 · 1 comment

Comments

@andrewD-github
Copy link

The problem

Re-occurrence of #103831

I installed 0.4.6 a few months back and it temporarily resolved my issues and was working reliably for some time.

Unfortunately, since updating recently to HA Core 2024.11.1, the issue has recurred - the integration only works for a day (maximum) and then I get the following errors.
(same symptoms as this closed issue #103831 and atmurray/aiopulse#13 )

Thankyou and please let me know if you need more information.

What version of Home Assistant Core has the issue?

2024.11.1

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

Rollease Acmeda Automate

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-11-10 20:31:59.538 DEBUG (MainThread) [aiopulse.hub] Sending buffer b'000000032d00009005536d6172745f4964315f793a1b0022018c00000000000000010106006adab22a00010301010010ffec' 2024-11-10 20:31:59.538 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139946383405648] Unexpected exception Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2802, in async_call response_data = await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call single_response = await _handle_entity_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call result = await task ^^^^^^^^^^ File "/config/custom_components/acmeda/cover.py", line 106, in async_open_cover await self.roller.move_up() File "/usr/local/lib/python3.12/site-packages/aiopulse/roller.py", line 104, in move_up await self.hub.send_payload(const.COMMAND_MOVE, bytes.fromhex("2201"), message) File "/usr/local/lib/python3.12/site-packages/aiopulse/hub.py", line 652, in send_payload self.protocol.send(buffer) File "/usr/local/lib/python3.12/site-packages/aiopulse/transport.py", line 161, in send raise NotConnectedException aiopulse.errors.NotConnectedException

Additional information

I have also raised issue here : atmurray/ha-acmeda#4

Additional information

I have 2 hub 1's.
Both are impacted by this issue (ie. after some hours, both hubs can not be controlled via HA)

@home-assistant
Copy link

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

Code owner commands

Code owners of acmeda can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign acmeda Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


acmeda documentation
acmeda source
(message by IssueLinks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@andrewD-github and others