Search results

  1. D

    Send Pushover notifications with pictures and hyperlinks

    I'll try to send only to this single new device and see if it gets alerts and if it still doesn't, something else could be wrong. Should I dabble with any pushover settings?
  2. D

    Send Pushover notifications with pictures and hyperlinks

    No alerts unfortunately ! Have you gotten 2 devices to get alerts in your testing? 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" --form-string...
  3. D

    Send Pushover notifications with pictures and hyperlinks

    Tried both of these and still nothing on userB iPhone - the pushover app doesn't show any past images either in All messages https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F...
  4. D

    Send Pushover notifications with pictures and hyperlinks

    In the mobile app on both iPhones, I see the same login, same Pushover user leu nit different Device name
  5. D

    Send Pushover notifications with pictures and hyperlinks

    I've had one iPhone work just fine for a year now with this code below. But I can't get 2nd iPhone to work. Pushover test to new device works, device shows up in Green but there are no messages on the app when I click on 'All messages'. On pushover website, I can't find device user like 996...
  6. D

    5.5.5.13 single click

    Is just restored to a new system because of a hard drive failure and everything works perfectly except one function. In the past, I could click on the camera for it to go full screen, but now I have to double click. I looked through all the settings but can't find what needs to be changed thank you.
  7. D

    Amcrest IP2M-841W speaker not working

    Still having this speaker issue - any tips to fix?
  8. D

    Upgrade to IP2M-841W

    Mine is HW v1 as well. I'm wondering now if HW ver3 has a better wifi chip
  9. D

    Upgrade to IP2M-841W

    Guys - IP2M-841W has served me well but in one room where I don't have the strongest wifi signal, the video works but the mic doesn't work too well. When I speak into the blue iris IOS app, the audience simply listen some squeaky noise and can't decipher the words at all. Is there an upgrade to...
  10. D

    New folder

    Guys - just for one camera, when I click on the 12pm or any prior file, it seems to bring up the 12-4am file. Other camera new files works perfectly well. How do I troubleshoot this? I see the file was created for the 12-4pm in the folder. Thanks
  11. D

    Send Pushover notifications with pictures and hyperlinks

    Can you share your results when successful? I'm assuming you want the 2nd link to obviously open the blue iris mobile app - are you on IOS or android?
  12. D

    ip2m-841ew alternative

    Yes blue iris sorry forgot to mention
  13. D

    ip2m-841ew alternative

    Guys - I have 4 of these at home (all wired ethernet) and they've worked great with Blue Iris. Need to add one more and wondering if I should go for the same or if it's there an alternate model I should look into to tie into blue iris. This new one will sit in the garage and 1080p is sufficient...
  14. D

    Send Pushover notifications with pictures and hyperlinks

    Understood, thanks and I’ll try notepad++ as well
  15. D

    Send Pushover notifications with pictures and hyperlinks

    Thanks for clarifying once again. I was using notepad, switched to sublime text and hopefully things are better. I also copied the syntax directly from your code block this time and everything is working including priority. I need to add notifications to one more user so will add to the syntax...
  16. D

    Ignore object

    Anybody?
  17. D

    Ignore object

    I have a few zones set up, which works fine, but I get many false positives from a compost bin. Is there any functionality within Blue Iris to ignore a part of the scene completely? It’s very small, perhaps 5% of the scene thanks
  18. D

    Send Pushover notifications with pictures and hyperlinks

    ye!!! got it working, All i did was move this to the beginning- --form-string "priority=1" 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"...
  19. D

    Send Pushover notifications with pictures and hyperlinks

    Was really hoping 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...
  20. D

    Send Pushover notifications with pictures and hyperlinks

    checked all those settings and also enabled 'critical alerts for high-priorioty'. How do I check if curl is actually generating a priority 1 alert? Also is it worthwhile moving --form-string "priority=1" to earlier in the syntax or the order doesn't matter?
  21. 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...
  22. D

    DST time

    Update - factory reset didn't do it and I'm now upgrading Camera 2 that I forgot to last time. I have 3 other cameras and wondering if I should just get those done or wait if they develop the same issue. They were purchased at the same time from Andy. Curious why only some cameras develop this issue
  23. D

    False alert

    Anybody got some ideas to troubleshoot?
  24. D

    False alert

    I may have mis-read what's occurring. I'm adding one more video to analyze for the last alert at 1:20:36 flood light is on till :29 which means camera's IR light is off at :37, I hear a click which I'm assuming is the IR light coming on Does that have anything with the alert? The alerts are...
  25. D

    False alert

    He doesn’t even live in this house so won’t care. All I can think of is increasing percentage in stack to 70%, but that will perhaps cause me to lose some valid alerts. Is there anything I should attempt for scene change setting? I have it to reset if there is a 50% scene change, perhaps move it...
  26. 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?
  27. 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)...
  28. D

    False alert

    Guys - not sure if I can solve this. The neighbor has a new flood light pointing directly at my camera and he set his sensitivity level so low it comes on/off literally every 2-3 mins even if no human is detected At 2:27:36 it sent an image to deep stack to analyze that put it as 60% person...
  29. D

    Send Pushover notifications with pictures and hyperlinks

    Sorry was away on a camping trip. Putting it in a code block and chose general but let me know if I should use Rich BB code block. 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...
  30. D

    Send Pushover notifications with pictures and hyperlinks

    I basically just get this with no clickable links. Without the macros it gave the lonks <b>garage</b> person:75%