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

Cant turn on/off anymore from HA #160

Open
FSHelgeland opened this issue Dec 27, 2024 · 2 comments
Open

Cant turn on/off anymore from HA #160

FSHelgeland opened this issue Dec 27, 2024 · 2 comments

Comments

@FSHelgeland
Copy link

Not sure for how long this has been going on, but I suspect it is after I updated HA core to 2025.1.02b. I have several automation running turning my A9 on/off, but now I get an error telling me fan mode on/off is not supported.

`Logger: homeassistant.components.websocket_api.http.connection
Kilde: components/websocket_api/commands.py:287
integrasjon: Home Assistant WebSocket API (dokumentasjon, problemer)
Første forekomst: 10:50:42 (11 forekomster)
Sist logget: 10:54:41

[546354480032] Entity fan.wellbeing_luftrenser_stue_fanspeed does not support action fan.turn_on
[546354480032] Entity fan.wellbeing_luftrenser_stue_fanspeed does not support action fan.turn_off`

@DavidSchischke
Copy link

DavidSchischke commented Jan 4, 2025

Facing the same issue with an A7, also on 2025.1. Looks like might have been deprecated and removed in this PR, but just scanned over it quickly https://github.com/home-assistant/core/pull/132369/files

@PsychoV3
Copy link

PsychoV3 commented Jan 5, 2025

Just use set preset PowerOff:

action: fan.set_preset_mode
target:
  entity_id:
    - fan.wellbeing_air_purifier_fanspeed
    - fan.wellbeing_office_air_purifier_fanspeed
data:
  preset_mode: PowerOff
enabled: true

Don't think there is an issue here.

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