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

The proscenic custom integration is using deprecated vacuum feature #31

Open
paulrafu opened this issue Aug 31, 2023 · 4 comments
Open

Comments

@paulrafu
Copy link

The custom integration proscenic is extending the deprecated base class VacuumEntity instead of StateVacuumEntity.
This stops working in version 2024.2.0. Please address before upgrading.
Please report it to the author of the proscenic custom integration...

@deblockt
Copy link
Owner

Hi, Can you try with the code on available here https://github.com/deblockt/hass-proscenic-790T-vacuum/tree/fix/vacuumentity ?
I can not test on my side since I have sold my proscenic vaccum.

@paulrafu
Copy link
Author

paulrafu commented Sep 23, 2023 via email

@paulrafu
Copy link
Author

Hi,
Thank's for your work!
I uninstal old version and installed your code.
I added integration and i tried booth type of connection local and cloud.
Robot don't start...
Here is log:

Logger: homeassistant.components.websocket_api.http.connection
Source: helpers/service.py:851
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 4:36:23 PM (4 occurrences)
Last logged: 9:45:20 PM

[548146028608] Entity vacuum.060c750d12933bdc does not support this service.
[547584590528] Entity vacuum.060c750d12933bdc does not support this service.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 227, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1969, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2006, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 235, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 851, in entity_service_call
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity vacuum.060c750d12933bdc does not support this service.

@terslowe
Copy link

Any news about the solution? I get also the same error.

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

3 participants