I have Zoneminder 1.30.4 installed with half a dozen cameras, and HASS 0.56.2 installed on a CentOS 7 VM. I’ve been having a weird high CPU usage with hass where i sometimes see it jumps up to 100% (a full core) for hours, sometimes it fixes itself. This issue has been going on for a few months at least. I finally tracked it down to the Zoneminder plugin, whenever I click on one of my camera images in hass to bring up the full screen div with the live video feed, and watch it for a little bit, the CPU starts spiking. I can close out of it, close out of my browser, and the high CPU usage on the hass VM still remains at 100%, like it’s still streaming. I’m wondering if anyone else is having this problem? The web UI can become slow/unresponsive while it’s doing this. My config is simple:
zoneminder:
host: my.host.com
username: myuser
password: mypass
path: /zm/
path_zms: /cgi-bin-zm/nph-zms
ssl: True
camera:
- platform: zoneminder
I don’t see anything in the debug logs that relate to this. I can restart Zoneminder, HASS, or disable the monitors in ZM and the issue is instantly resolved. Any suggestions or confirmations?
Thanks!