Running a python script on bird detection #1051
Unanswered
weansdbeans
asked this question in
Q&A
Replies: 1 comment
-
Here are some ideas-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I'm trying to create an "automatic birdbath" by using a USB powered pump to activate via the GPIO pins of the raspberry pi.
It's taken a bit of faffing around, but I've finally got it to the point where I have a relay module cut into the USB device and it can be activated via the GPIO. Script behaves as expected, and pump is working fine.
However, when I was originally researching this I was under the impression that I could set up an apprise notification to run the python script - this would make it easy to change script name / avoid any complications when BirdNet is updated. Except now I can't work out how to set it up. Was this ever a thing? I may have misread what apprise can actually do.
Any ideas on the simplest way of triggering a python script after a successful bird detection?
activate_pump.txt
Beta Was this translation helpful? Give feedback.
All reactions