Search results for query: pushover

  1. J

    Send Pushover notifications with pictures and hyperlinks

    ...The syntax is easier to debug if you copy the code to a text editor and insert new lines before each parameter, like this... https://api.pushover.net/1/messages.json -s --form-string "priority=1" --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F...
  2. D

    Send Pushover notifications with pictures and hyperlinks

    ...instead of the end Here's the syntax that's working well now and it's showing the alert with a red box around it on the app https://api.pushover.net/1/messages.json -s --form-string "priority=1" --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F...
  3. D

    Send Pushover notifications with pictures and hyperlinks

    ...this would be the case but unfortunately not, stil have that issue. I have to try the other troubleshooting steps jaydeel laid out. My pushover app and the pushover service and the phone settings are all correct because when I do a priority 1 alert from their website, it comes through...
  4. J

    Send Pushover notifications with pictures and hyperlinks

    @dohat leku …My iOS devices just updated the Pushover app today. Note the description. Perhaps this update will solve your issue.
  5. Teken

    Driveway gate + key pad + remotes + voice/image communication

    You would be looking for a barrier / gate camera such as this: https://www.hikvision.com/en/products/ITS-Products/Entrance---Exit-Management/Entrance---Exit-Management/ds-tcg205-e/ The newer versions of the ALPR cameras can be programmed for gate vs LPR. Everything is incorporate into the...
  6. J

    Send Pushover notifications with pictures and hyperlinks

    Parameter order should not matter. I've previously suggested how you can capture the exact syntax that was sent by Blue Iris to the Pushover API (example). See also post #1 section 'Debugging'. It's not as much work as it may first appear. To examine the Pushover API's response from this...
  7. TonyR

    Using Blue Iris as a viewer replacement for Hikvision/iVMS-4200?

    ...for push notifications or 2-way talk with a few supported cameras. Regarding push notifications, instead of using the BI app, many BI users instead use Pushover to send BI alerts to their smartphone: https://ipcamtalk.com/threads/send-pushover-notifications-with-pictures-and-hyperlinks.58819/
  8. J

    Send Pushover notifications with pictures and hyperlinks

    Suggestions: 1. iPhone Settings > Notifications > Pushover > Enable ‘Time Sensitive Notifications’ 2. Pushover App > Settings (gear icon) > ‘Quiet Hours’ …. review settings Other users may have better suggestions (I don’t use an iPhone routinely but have one for testing).
  9. D

    Send Pushover notifications with pictures and hyperlinks

    I put the priority=1 syntax in but messages are still being delivered as normal priority.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...
  10. V

    Driveway gate + key pad + remotes + voice/image communication

    ...gate, no one is home. One would want to have a remote alert, and of course this could be achieved with IPcam + Blue Iris + Zero Tier + Pushover, unless there is a better way. But now let’s say one wants to interact with the visitor, and then be able to remotely open the gate to let them in...
  11. wittaj

    How to setup video footage across 2 physical HDD's for my security cameras

    You only need 1 stored folder. Spreading over two drives does not impact pushover.
  12. A

    How to setup video footage across 2 physical HDD's for my security cameras

    Hi Wittaj No impact on Pushover script? Deepak
  13. O

    Pushover Delayed Notifications

    ...much at all, it is an i7 8th Gen only running 6 cameras. Typically low CPU and GPU usage and plenty of RAM. My network is clean and try testing with low traffic and got the same result, I run Ubiquiti equipment. Is there a way to test the connection between the BI machine and the Pushover...
  14. Cape Fear

    Pushover Delayed Notifications

    I have the same question. I switched from email-to-MMS over to Pushover about a month ago, and my PO notifications can be anywhere from immediate to 30 minutes later. All while at home on good solid internet. And usually it delivers the image, but sometimes I just get a placeholder with no...
  15. O

    Pushover Delayed Notifications

    For those that use Pushover, how quickly do you receive notifications on your mobile device? Usually, I receive a notification image in 5 - 10 seconds but sometimes it takes much longer. In Blue Iris Status, my average make time is 250ms - 300ms, and when manually testing notifications from the...
  16. A

    How to setup video footage across 2 physical HDD's for my security cameras

    ...'Video' on the individual camera settings where the folder would now be 'New2' on the other drive (E:\ drive) :- Would that affect the Pushover script settings for the Alerts etc.? Also, do I need to make any other changes on the individual camera or the general Blue Iris settings page...
  17. K

    Subscription

    Thank you ATGPUD2024, That's a good recommendation and quite affordable. I have also experimented with TonyR's Pushover suggestion with good success.
  18. J

    Send Pushover notifications with pictures and hyperlinks

    This isn't typical. Some user's have correlated these events with weak cellular/wifi connections. Example https://ipcamtalk.com/threads/send-pushover-notifications-with-pictures-and-hyperlinks.58819/post-701816
  19. D

    Send Pushover notifications with pictures and hyperlinks

    Got it, btw what's the reason one has to click on a notification for the image to appear. Why not appear immediately? Is that a pushover limitation?
  20. J

    Send Pushover notifications with pictures and hyperlinks

    ...These messages will always play a sound and vibrate (if the user's device is configured to) regardless of the delivery time. High-priority should only be used when necessary and appropriate. High-priority messages are highlighted in red in the device clients." https://pushover.net/api#priority
  21. R

    Send Pushover notifications with pictures and hyperlinks

    I have pushover send alerts and a photo to my android phone, works great. In the past, my samsung watch also alerted me (pushover alert) with a small photo, but now all I get is the txt itself, no photo (the phone shows the photo, not the watch). Anyone know why... did I change something? The...
  22. D

    Send Pushover notifications with pictures and hyperlinks

    Working! I should work on my accuracy. I'm assuming all notifications to pushover are priority Normal? If so I'll add this right at the end of my syntax so it beeps my phone at night when it's in sleep mode (notifications settings always deliver immediately critical alerts is enabled)...
  23. 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...
  24. 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...
  25. 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...
  26. 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...
  27. 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>"...
  28. 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...
  29. 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...
  30. 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/
Top