Search results for query: pushover

  1. J

    Send Pushover notifications with pictures and hyperlinks

    ...argument. This is why they are MIA. Insert them after &MEMO in the --form-string="message=...&MEMO" argument. Try this... https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO <a...
  2. D

    Send Pushover notifications with pictures and hyperlinks

    ...Do you still see an error? Still not getting any HTML links. Btw your example 1 code block on pg1 also has a " after </a> https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F...
  3. J

    Send Pushover notifications with pictures and hyperlinks

    BTW, I asked for the screenshot because what you pasted in post #589 had a newline after the https://api.pushover.net/1/messages.json bit. If this newline was actually in your Run Action 'Parameters' configuration, curl would choke on it. For this reason, it's best to post code-like settings in...
  4. J

    Send Pushover notifications with pictures and hyperlinks

    ...is that you were not careful in editing and moved the hyperlinks outside of the 'message' parameter value. It should be this... https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO <a...
  5. D

    Send Pushover notifications with pictures and hyperlinks

    https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F "attachment=@C:\BlueIris\Alerts\&ALERT_PATH" <a href='&WAN/alerts/&ALERT_DB?fulljpeg'>Hi-Res</a> <a href='&WAN/ui3.htm?rec=&ALERT_DB'>UI3</a>"...
  6. D

    Send Pushover notifications with pictures and hyperlinks

    ...I added the other HTML parts into the syntax too like <a href that was missing but maybe I don't have them in the right order? https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F...
  7. D

    Send Pushover notifications with pictures and hyperlinks

    ...and has the time stamp to the right and the pic below Here's my syntax again. Does anything stand out to you that's wrong? https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F...
  8. J

    Send Pushover notifications with pictures and hyperlinks

    Glad you got it working. This is my GIF solution... https://ipcamtalk.com/threads/create-gifs-from-alerts-clips-send-pushover-notifications-with-gif-attachments-part-1-3.70789/
  9. K

    Subscription

    ...I discovered that notepad.exe was always running as a background process in task manager. My above discovery was made after I implemented your curl advice and noted that there was a curl connection attempt upon BI Trigger now. Thank you for your help. I will experiment with curl & Pushover.
  10. TonyR

    Subscription

    Curl is built into Windows 10 and BI can run it from an alert. See the below thread on how to run curl.exe to send Pushover notifications OR modify to run your desired script: https://ipcamtalk.com/threads/send-pushover-notifications-with-pictures-and-hyperlinks.58819/
  11. K

    Subscription

    Thanks wittaj, I would like to use Pushover but my BI on Windows 10 will not run any scripts or exe via, Camera / On Alert / Run a program or write to a file / Action: Run program or script / file. Would you know if this is based on a Windows 10 Blue Iris subscription? Nothing in BI log to...
  12. wittaj

    Subscription

    An android you don't need annual support, apple yes as the certificate is only good for one year. Most use the pushover app instead of BI app to get around it.
  13. J

    Send Pushover notifications with pictures and hyperlinks

    Have you tried the these suggestions in the Debugging section in post #1?
  14. J

    Send Pushover notifications with pictures and hyperlinks

    The macros work only from Blue Iris Actions. Replace them with actual values.
  15. D

    Send Pushover notifications with pictures and hyperlinks

    ...using macros so I suspect something is wrongly configured in my registry. This is what I have in blue iris and got an alert https://api.pushover.net/1/messages.json -s --form-string "token=ae6redacted" --form-string "user=udmredacted" --form-string "message=<b>&CAM</b> &MEMO <a...
  16. D

    Send Pushover notifications with pictures and hyperlinks

    Testing at command prompt also failing C:\Users\BIuser>curl https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F "attachment=@C:\BlueIris\Alerts\20240519_160000039.front.13701655.5123-7.15785.16770.jpg"...
  17. D

    Send Pushover notifications with pictures and hyperlinks

    Not working for me and here's what I did so far to troubleshoot Pushover website push a test notification working I'm seeing image files generate after deepstack confirms in C:\BlueIris\Alerts. I didn't enable Hi-res JPEG files in Trigger/Add to alerts list (it's showing database only) but I...
  18. J

    Send Pushover notifications with pictures and hyperlinks

    Yes. If (much later than the alert event) you want to view the image via the Pushover notification's 'Hi-Res' hyperlink, it's best to enable 'Burn label mark-up on images' OR add 'Hi-res JPEG files' to the alert list (moved to the Alerts tab in v5.8.0). OTH, if you don't care about viewing...
  19. D

    Send Pushover notifications with pictures and hyperlinks

    ...macros, if I'm not using a custom sound, should I just delete --form-string "sound=%999" (i didn't define any 999 in registry) https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F...
  20. D

    Push: failed 80090328 to iPhone, check security exemptions and service Login

    Alright installing pushover now, lengthy process but could be worthwhile given other apps also interact well with it - Send Pushover notifications with pictures and hyperlinks Once I get a certain version working well which in this case is 5.5.5.13, I'm going to fight to stay there for a long...
  21. IAmATeaf

    Push: failed 80090328 to iPhone, check security exemptions and service Login

    as far as I know upgrading is the only way and in fact a few people have lodged support tickets and the reply back have been to upgrade.
  22. D

    Push: failed 80090328 to iPhone, check security exemptions and service Login

    So is the only workaround using pushover?
  23. J

    Error on ALERT_PATH

    These temp files should not persist, and the macro should change once Blue Iris finishes processing the Alert. I'm running 5.9.1.3; ll try testing this tomorrow. Here's some background. https://ipcamtalk.com/threads/send-pushover-notifications-with-pictures-and-hyperlinks.58819/post-732576
  24. David L

    New Reolink Wired POE Doorbell Cam ?

    I remember having a magnetic contact on our Alarm panel so when the panel door was opened, while the Alarm was Active, it would set off the Alarm system...
  25. Pogo

    Send Pushover notifications with pictures and hyperlinks

    ...was from a request to separate a single confirmed alert image from non-confirmed images for FTP and/or local folder storage vs. the BI directory structure and default method. Thought it may come in handy for Pushover image manipulation as well if something similar hasn't already been...
  26. TonyR

    New Reolink Wired POE Doorbell Cam ?

    ...but it could be unsightly and hard to do with brick or stucco behind/below the DB. Prevention is the best, IMO but if it was a frequent issue I'd install a tiny micro-switch with lever and when the pin was inserted and the latch moved initiate some sort of alarm and send a Pushover alert, etc.
  27. J

    Send Pushover notifications with pictures and hyperlinks

    BTW, the iOS Pushover app supports the Apple Watch. On your iPhone, open the Watch app. Add Pushover. HOWEVER, when the Watch receives a Pushover notification, I'm noticing that the 'Hi-Res' and 'UI3' links are not active. The URLs work just fine when tapped in the iPhone Pushover app.
  28. S

    Switched Cell phone providers - now OpenVPN and BI arent working???

    Weird situation I switched from RedPocket to USMobile. on Redpocket, my openvpn wokred great, and I could see all my BI pushover notifications and login to the BI app as well. now - the Open VPN is showing connected, but I cant actually get any of my content /info from BlueIris. When I click...
  29. D

    Is BI acting weird for anyone else? one camera sees a truck other 3 cameras see nothing?

    ...I've had zero instances of the multi camera freeze when several cameras alert and all send notfications containing high rez alert images to Pushover. I haven't had the chance yet to set up a traffic rule to see whether I can make the problem come back by throttling my upload bandwidth to...
  30. R

    Dahua Active Deterrence Camera to scare off deer?

    ...alerting me to their presence while avoiding the false alerts of rain, bugs, shadows, etc. It is very effective. I get instant alerts via Pushover when they drop by for landscape dinner, and you can also tailor other alerts as needed (room lights flash, anything you can automate to let you...
Top