JohNan / homeassistant-wellbeing

Get the status from your Electrolux devices connected to Wellbeing
MIT License
76 stars 20 forks source link

Failed to perform the action fan/turn_off #132

Closed MuppetOwl closed 3 weeks ago

MuppetOwl commented 3 weeks ago

Fan turn off function no longer works for my Pure A9 devices.

Failed to perform the action fan/turn_off. Entity fan.wellbeing_fanspeed does not support this service. I'm able to adjust fan speed and see all sensors data without issues. Only turn off/on fan that does not work correct. Have tried to reinstall the plugin and setup again without success.

`Logger: homeassistant.components.websocket_api.http.connection Source: components/websocket_api/commands.py:241 integration: Home Assistant WebSocket API (documentation, issues) First occurred: 13:48:07 (19 occurrences) Last logged: 17:38:30

[140237753885184] Unexpected exception [140238015591136] Unexpected exception [140238206885680] Unexpected exception [140237955329488] Unexpected exception [140237753884176] Unexpected exception Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2763, in async_call response_data = await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2806, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 981, in entity_service_call raise HomeAssistantError( homeassistant.exceptions.HomeAssistantError: Entity fan.wellbeing_bedroom_fanspeed does not support this service.`

JohNan commented 3 weeks ago

Thank you. Try https://github.com/JohNan/homeassistant-wellbeing/releases/tag/v1.2.5 and let me know if it works for you.

MuppetOwl commented 3 weeks ago

It works now. Thank you for fast fix!