This repository was archived by the owner on May 27, 2025. It is now read-only.
|
Would it be possible to implement some way of ignoring images for a set period of time? Something like messaging the Telegram Chat where I receive the alerts to ignore for 30 mins, the application sees this, then sleeps for that period of time? E.g I have a Camera on my Driveway and I want to wash my car, but don't want it to trigger alerts via Telegram/Home Assistant etc all the time when I'm moving around. |
Answered by
neilenns
Dec 18, 2020
Replies: 1 comment
|
For this type of complex automation/rules I recommend using another system in conjunction with this project. Personally I use HomeAssistant and NodeRed for this kind of thing:
This type of setup works well, and allows you to do things like have a button in your mobile Home Assistant app to disable notifications/recording/whatever. |
0 replies
Answer selected by
neilenns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For this type of complex automation/rules I recommend using another system in conjunction with this project. Personally I use HomeAssistant and NodeRed for this kind of thing:
This type of setup works well, and allows you to do things like have a button in your mobile Home Assistant app to disable notifications/recording/whatever.