Zoneminder integration with Home Assistant [Solved]
Posted: Thu Sep 03, 2020 5:41 am
Hi,
I have a Zoneminder (1.34) running and able to configure two cameras in it and can see live stream as well as record videos. I’d like to integrate Zoneminder with HA and added following items to my configuration.yaml.
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.
If anyone here has experience of integrating Zoneminder with Home Assistant please help me troubleshoot.
Thanks,
I have a Zoneminder (1.34) running and able to configure two cameras in it and can see live stream as well as record videos. I’d like to integrate Zoneminder with HA and added following items to my configuration.yaml.
Code: Select all
zoneminder:
- host: !secret zoneminder_host
ssl: true
verify_ssl: false
username: !secret zoneminder_username
password: !secret zoneminder_password
camera:
- platform: zoneminder
Please advise where to look for signs of trouble as logs seems clean and show no error.
If anyone here has experience of integrating Zoneminder with Home Assistant please help me troubleshoot.
Thanks,