Replies: 1 comment 2 replies
-
Sorry, worked it out. Took a while for the entity to pull the snapshot from synoAI. Now that I have the snapshot, I have added the automations respective to each camera to send notifications via hass.io. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly, thanks for developing SynoAI.
My goal is to have SynoAi to push all camera notifications from Home Assistant (Hass) only. Pushbullet works fine, but its another app, and I am trying to streamline everything.
I am trying to troubleshoot one notifier. Just the garage camera. Once the Garage camera is working, I'll add the following webhooks for each camera. I can see the entity in hass, but the issue is the state is always set to 'idle" even when its sending notifications via pushbullet. I read your guides, not sure what I am doing wrong.
Here is my configuration.yaml
camera:
name: Motion Garage
webhook_id: motion_garage
timeout: 1
buffer: 1
Here is the Notifiers section from the Appsettings.json
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions