I have a Synology Surveillance station setup with a few Amcrest non-AI cameras. The notification system in SS is good, but it’s time based. I receive daily “motion” alerts when outside lights turn off/on. Those lights are based on sunrise/sunset events within Home Assistant.
I would like to add a step to my HA lighting routines to temporarily disable SS email notifications when they trigger. This would help cut down on the daily emails I need to delete.
Does anyone do something similar and willing to share their yaml to help get me going?
I found an even better solution. There’s an amcrest integration for home assistant. I can directly enable/disable motion detection since in-camera is where I’m detecting it not surveillance station…
Still not working… even when I use the Amcrest integration and disable Motion Recording prior to turning lights on/off, my Surveillance station still captures “motion”… so I’m at a loss…
Yes… all of the motion detection happens in-camera… what’s odd is the Amcrest integration allows me to Enable/Disable motion recording… i can confirm the “check box” in the camera goes on/off via the integration, but it seems the camera just sends the detection to Surveillance station anyway as I keep getting the alerts.
You can interact with Survelliance Station from HA, by setting up an Action Rule that is triggered by a webhook. And then call the webhook from HA. I do this to move cameras to different preset positions from HA automations. That said, I don’t see a way to “disable events” in the action rule config; but that seems like a reasonable thing. There is a disable camera action which could work.
You may get better response by asking the question on a Synology community.
After tons of testing, I seem to have found a simple solution to this that probably should have been obvious from the start.
In my automation to turn on/off the lights, I simply add a step to turn off/on “Home Mode” in Surveillance Station. By default Home Mode suppresses notifications.
This of course implies you add the DSM integration to HA…