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

Alexa and Roborock integration #584

Open
TheGothian opened this issue Jan 14, 2024 · 0 comments
Open

Alexa and Roborock integration #584

TheGothian opened this issue Jan 14, 2024 · 0 comments

Comments

@TheGothian
Copy link

1.0.13

What vacuum are you using?

Roborock s5 Max

Describe the bug

I have exposed my vacuum cleaner to my alexa integration. The alexa app can find the vacuum och everyting looks ok but when i try to run it nothing happens

Debug log

Logger: homeassistant.core
Source: core.py:2165
First occurred: 19:57:18 (3 occurrences)
Last logged: 20:01:34

Error executing service: <ServiceCall vacuum.turn_on (c:01HM4NBQMCX5MN9FS9MNX92T73): entity_id=['vacuum.roborock_s5_max']>
Error executing service: <ServiceCall vacuum.turn_on (c:01HM4NBV15EFZFAPAF581GHMH8): entity_id=['vacuum.roborock_s5_max']>
Error executing service: <ServiceCall vacuum.turn_on (c:01HM4NKH0CGWFQSX5EVGQGS9J3): entity_id=['vacuum.roborock_s5_max']>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 2165, in _run_service_call_catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 2186, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 272, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 882, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 943, in _handle_entity_call
partial(getattr(entity, func), **data) # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'RoborockVacuum' object has no attribute 'async_turn_on'

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

1 participant