astrandb / miele

A modern integration for Miele devices in Home Assistant
MIT License
183 stars 28 forks source link

Ventilator is "off" even it is still on #273

Open misery opened 1 year ago

misery commented 1 year ago

The problem

Home assistant says that the ventilator is OFF even it is still running. If I start my hob and enable the ventilator it is recognized as ON. But if I turn off the plate and let the ventilator still be on the whole hob will be recognized as OFF and the ventilator is marked as OFF.

Version of miele integration having the issue?

0.1.13

Version of Home Assistant Core having the issue?

2023.5.3

Anything in the logs that might be useful for us?

No response

Additional information

No response

astrandb commented 1 year ago

Please capture a diagnostic download from the device page and drag it into this issue. Try to get it when there is a mismatch between the integration and the real world.

misery commented 1 year ago

Ok, here it is.

miele-e5cbf0e39aa5568847b9bfa97b946622-Hob with vapour extraction-dda0283c4d418657e12359387f05d06e.json.txt

astrandb commented 1 year ago

This seems to be a problem in the Miele API. In the diagnostic dump you sent there is a line

"state|ventilationStep|value_raw": null,

The null value received from Miele indicates that the fan is off. You can experiment with different operation modes and see what happens. I have no such appliance myself so I cannot do any troubleshooting of the API in this context.