Search results

  1. 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.
  2. D

    Amcrest IP2M-841W speaker not working

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

    Upgrade to IP2M-841W

    Mine is HW v1 as well. I'm wondering now if HW ver3 has a better wifi chip
  4. 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...
  5. 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
  6. 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?
  7. D

    ip2m-841ew alternative

    Yes blue iris sorry forgot to mention
  8. 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...
  9. D

    Send Pushover notifications with pictures and hyperlinks

    Understood, thanks and I’ll try notepad++ as well
  10. 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...
  11. D

    Ignore object

    Anybody?
  12. 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
  13. 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"...
  14. 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...
  15. 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?
  16. 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...
  17. 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
  18. D

    False alert

    Anybody got some ideas to troubleshoot?
  19. 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...
  20. 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...
  21. 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?
  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. 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...
  24. 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...
  25. 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%
  26. D

    Send Pushover notifications with pictures and hyperlinks

    It’s working fine except there is no URL link to click on. If I had swapped user and API key, it would not work at all. Attached screenshot
  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

    No luck, can't get this to work
  29. D

    Send Pushover notifications with pictures and hyperlinks

    Still not working, 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...
  30. D

    Send Pushover notifications with pictures and hyperlinks

    Nice script on that, will get to it later. Btw, my current setup isn't providing me 2 hyperlinks like you show in Example 1 after I click on the notification. It simply shows blueiris <b>garage</b> person:75% and has the time stamp to the right and the pic below Here's my syntax again. Does...