#Home Connect Siemens Dishwasher

1 messages · Page 1 of 1 (latest)

noble mural
#

Hello, I recently added my Siemens dishwasher to Home Assistant. It worked fine at first, but after 2–4 days I noticed that when I turned the dishwasher on and started a program, Home Assistant was still showing the device as unavailable.

I searched online and found that reloading the integration fixes the issue, which worked for me. However, I’m wondering if there’s a better or more permanent solution. I was thinking about creating an automation that reloads the integration every 5 minutes, but I couldn’t find a service or function to reload the integration (if one even exists).

What would be the best way to solve this?

high marten
#

There is an action to reload integrations. homeassistant.reload_config_entry and point it at the homeconnect integration
I would just have it trigger off an entity it provides going unavailable though, rather than spamming it every 5 mins, though either should work.