Straight up - I'm deadly serious about paying actual money for anyone who can help me get this working the way I want.
This problem is making me rip my hair out. This is incredibly difficult for me because I haven't ever done any programming before.
Despite this, I've managed to edit my HA config file correctly and my HA logs show no issues with ZM. However, I can't see any sensors or switches for zoneminder anywhere, even after multiple restarts.
I've got ZM and Frigate installed in Dockers on my Unraid server, and my HA is running on a VM inside that same server.
Both ZM and Frigate are working great on their own.
This is my current config.
Code: Select all
zoneminder:
- host: 192.168.0.20:8443
ssl: true
verify_ssl: false
username: XXXXXXXX
password: XXXXXXXXX
sensor:
- platform: zoneminder
include_archived: true
switch:
- platform: zoneminder
command_on: Record
command_off: Monitor
So how can I make this work? Can someone please explain in step-by-step terms?