Running HA on Pi 3B+ and changed to Pi 4 (4GB).
I was having the below issues and decided to improve the hardware to illuminate performance bottlenecks causing problems.
I’m running into a lot of stability issues with integrations running and not doing what that should do. These are small issues, but for me demonstrate a general feature stability issue within HA.
- automations will work and randomly stop working and not start again until they are triggered in the Lovelace interface using the “trigger” automation button and then work again for a while
- LGawebos integration detects the TV and detects playing and pause and can shutdown the TV, but if you pause with the remote controller it still shows as playing in HA. If you pause the tv in Lovelace then the pause is detected.
- Bluesound integration randomly stops connecting to the amp, but starts again after rebooting HASS. Both amp and HA have been on wired and wireless to test network stability.
- Z-wave thermostats in climate control change temperature to the new set temperature about 50% of the time.
- Shellies integration (community) turns the shelly on or off, but the Lovelace switch doesn’t always show the state change. The lights will come on, but the switch in Lovelace goes back to showing off, when the lights are on. Or the switch is on in Lovelace and then turn the light off, the light goes off, but the Lovelace switch returns to on.
- Z-wave switches show the wrong state in Lovelace when the lights are on or off.
- Asuswrt doesn’t show the correct internet download and upload total.
- The snapshot feature fails to copy the HA database when the database is large and logs the disk image as corrupt for the database. Lucky logging to InfluxDB keeps historical settings.
- MQTT auto discovery of devices is unreliable and even if the JSON mqtt content is correct the discovery doesn’t always work.
- Lovelace causes Chrome to hang on Android, when running as the chrome app, if taken to background and brought back to foreground becomes unresponsive and needs to force close Chrome sporadically to fix.
- UPnP stops polling devices, for example UPnP router sensor for download bit rate polls frequently to get the data and then stops and doesn’t collect data for hours even though nothing has changed and the HA device is ethernet connected directly to the router. After restarting HA it starts polling immediately.
There are other examples, however just thought those above illustrate the stability issue.
I love new features and love that the HA team are constantly adding them, but sometimes it feels that new features are added at the cost of performance and stability.
What are other people’s thoughts and experiences?