Hi,
I have a Zoneminder running and able to configure two cameras in it and see live stream as well as record video. I’d like to integrate Zoneminder with HA and added following items to my configuration.yaml.
zoneminder:
- host: !secret zoneminder_host
ssl: true
verify_ssl: false
username: !secret zoneminder_username
password: !secret zoneminder_password
camera:
- platform: zoneminder
After restarting, I see only a sensor for the Zoneminder and no signs of cameras.
Please advise where to look for signs of trouble as logs seems clean and show no error.
Thanks.