I put a python script in place recently to send alerts to Pushover. It worked fine initially with this configuration:
The script itself is on Github at: GitHub - scudre/pushover-blueiris: Python script to send Blue Iris motion detection alerts via Pushover
I added some code to the script itself to only send to Pushover during specific hours, that way I would not get alerts when I didn't want them. After this - I stopped getting alerts entirely, so I removed the additions to the code. However, it still is not sending alerts I can send myself alerts in the following ways:
1. Put VS Code into debug mode and run the script with JSON config
2. Run the script in windows command prompt with: >python alert_notify.py
Both will get me what I expect and give me logging in my alert_notify.log file that I am using to verify.
With that said, I have the alerts set up like:
I do get the Push Notifications, so I know it is running the actions here. Any ideas what I might be missing here?
The script itself is on Github at: GitHub - scudre/pushover-blueiris: Python script to send Blue Iris motion detection alerts via Pushover
I added some code to the script itself to only send to Pushover during specific hours, that way I would not get alerts when I didn't want them. After this - I stopped getting alerts entirely, so I removed the additions to the code. However, it still is not sending alerts I can send myself alerts in the following ways:
1. Put VS Code into debug mode and run the script with JSON config
2. Run the script in windows command prompt with: >python alert_notify.py
Both will get me what I expect and give me logging in my alert_notify.log file that I am using to verify.
With that said, I have the alerts set up like:
I do get the Push Notifications, so I know it is running the actions here. Any ideas what I might be missing here?