- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 35.7k
 
Open
Labels
Description
The problem
Turning on or off the DAC4240 hood from home assistant does not work.
I either get the power toggled back to off or an error (I attached the log where I received an error).
The light does work.
I can turn the hood on/off from the Miele app.
What version of Home Assistant Core has the issue?
core-2025.10.4
What was the last working version of Home Assistant Core?
It never worked
What type of installation are you running?
Home Assistant Core
Integration causing the issue
miele
Link to integration documentation on our website
https://www.home-assistant.io/integrations/miele/
Diagnostics information
home-assistant_miele_2025-11-03T17-04-42.347Z.log
miele-01JVSK8BS3CM6ABWZA43X6NVTC-Capó-8814f110358228414c9618d2ac72cf24-3.json
Example YAML snippet
Anything in the logs that might be useful for us?
2025-11-03 18:04:12.527 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [4753812480] Error during service call to fan.turn_on: Failed to set state for fan.hood_fan
2025-11-03 18:04:13.264 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [4753812480] Error during service call to switch.turn_on: Failed to set state for switch.hood_power
2025-11-03 18:04:24.932 DEBUG (MainThread) [pymiele.pymiele] send_action serial: 000204419262, data: {'powerOn': True}
2025-11-03 18:04:24.987 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [4753812480] Error during service call to switch.turn_on: Failed to set state for switch.hood_power
2025-11-03 18:04:25.566 DEBUG (MainThread) [homeassistant.components.miele.fan] Turn_on -> percentage: None, preset_mode: None
2025-11-03 18:04:25.566 DEBUG (MainThread) [pymiele.pymiele] send_action serial: 000204419262, data: {'powerOn': True}
2025-11-03 18:04:25.640 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [4753812480] Error during service call to fan.turn_on: Failed to set state for fan.hood_fan
2025-11-03 18:04:26.412 DEBUG (MainThread) [pymiele.pymiele] send_action serial: 000204419262, data: {'powerOff': True}
2025-11-03 18:04:26.482 DEBUG (MainThread) [pymiele.pymiele] send_action res: 204
2025-11-03 18:04:26.760 DEBUG (MainThread) [pymiele.pymiele] send_action serial: 000204419262, data: {'powerOff': True}
2025-11-03 18:04:26.819 DEBUG (MainThread) [pymiele.pymiele] send_action res: 204
2025-11-03 18:04:27.218 DEBUG (MainThread) [homeassistant.components.miele.fan] Turn_on -> percentage: None, preset_mode: None
2025-11-03 18:04:27.219 DEBUG (MainThread) [pymiele.pymiele] send_action serial: 000204419262, data: {'powerOn': True}
2025-11-03 18:04:27.313 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [4753812480] Error during service call to fan.turn_on: Failed to set state for fan.hood_fan
2025-11-03 18:04:29.044 DEBUG (MainThread) [pymiele.pymiele] send_action serial: 000204419262, data: {'powerOn': True}
2025-11-03 18:04:29.136 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [4753812480] Error during service call to switch.turn_on: Failed to set state for switch.hood_power
2025-11-03 18:04:34.536 DEBUG (MainThread) [homeassistant.components.miele.fan] Turn_on -> percentage: None, preset_mode: None
2025-11-03 18:04:34.536 DEBUG (MainThread) [pymiele.pymiele] send_action serial: 000204419262, data: {'powerOn': True}
2025-11-03 18:04:34.591 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [4753812480] Error during service call to fan.turn_on: Failed to set state for fan.hood_fan
2025-11-03 18:04:38.030 DEBUG (MainThread) [pymiele.pymiele] send_action serial: 000204419262, data: {'powerOff': True}
2025-11-03 18:04:38.094 DEBUG (MainThread) [pymiele.pymiele] send_action res: 204
2025-11-03 18:04:38.345 DEBUG (MainThread) [pymiele.pymiele] send_action serial: 000204419262, data: {'powerOff': True}
2025-11-03 18:04:38.420 DEBUG (MainThread) [pymiele.pymiele] send_action res: 204Additional information
No response