Recent content by dannieboiz

  1. D

    Power efficient options for blue iris and AI?

    My BI PC for the longest time is an i7 6700 with 32gb of ram, running a single SSD and an 8tb HDD and a GTX 1650 for CP AI. Decided to stick a killawatt meter to it to see what it's using and to my surprise, it's averaging 120w at idle. I believe the GPU is the biggest contributor to the draw...
  2. D

    AI tab under trigger missing

    I just had to setup two additional cameras and realized that I don't have the AI tab under trigger on any of the cameras. Ai trigger is working fine on the old cameras. Only thing is that I can think of is that I haven't had a subscription since May.
  3. D

    Send Pushover notifications with pictures and hyperlinks

    Thanks jay, I found the issue. the source of the alert image was changed when I was troubleshooting it. Double checking and configuring the storage drive letter to match across the board fixed the issue. What threw me off is when you click on test alert it doesn't trigger but I remember...
  4. D

    Send Pushover notifications with pictures and hyperlinks

    The only thing that happened was my storage drive died but I've since moved the path to the new drive and also changed the drive letter to match. https://api.pushover.net/1/messages.json -s --form-string "token=XXXXXXX" --form-string "user=XXXXXXX" --form-string "message=<b>&CAM</b> &MEMO <a...
  5. D

    Send Pushover notifications with pictures and hyperlinks

    Are you refering to this? the enabled alert is push, all of my camera have it enabled. When I test the alert it says complete but nada
  6. D

    Send Pushover notifications with pictures and hyperlinks

    Seems Blue Iris just stopped sending messages since the 6.
  7. D

    Send Pushover notifications with pictures and hyperlinks

    About 3 days ago, I stop receiving any pushover alerts. Does anyone know if a recent update might have broke it? When I test the alert I get nothing either. Nothing has changed to the PC or network.
  8. D

    Alerts only showing 3 days back

    When I'm looking through alerts, I can only see logs from the past 3 days or so and this only happens to a few camera. Perhaps I misconfigured something?
  9. D

    code project ai 2.5.4 thinks everything is a person

    Previous, I had my confidence at 60% which works just fine. I recently updated Code Project and no change to BI and it thinks my empty fence is a person at 90% confidence. Anyone seen this with theirs?
  10. D

    Send Pushover notifications with pictures and hyperlinks

    working now. THANK YOU!
  11. D

    Send Pushover notifications with pictures and hyperlinks

    So here's my current message with the code above but I'm still unable to get the link. https://api.pushover.net/1/messages.json -s --form-string "token=ABCD" --form-string "user=ABCD" --form-string "message=<b>&CAM</b> &MEMO <a href='&WAN/alerts/&ALERT_DB?fulljpeg'>Hi-Res</a> <a...
  12. D

    Send Pushover notifications with pictures and hyperlinks

    It appears that my notification is working fine now. However I also want to include the url to the webui and have the code below. The alert image does not include the URL. THe syntax appears to be correct but can someone put a second set of eyes on it please. Thanks...
  13. D

    Send Pushover notifications with pictures and hyperlinks

    When I test the code below, I get nothing. Same when using the lightening bolt. Does everything look correct with my code here? curl.exe https://api.pushover.net/1/messages.json -s --form-string "token=XXXXX" --form-string "user=XXXXX" --form-string "message=<b>&CAM</b> &MEMO" -F...
  14. D

    Send Pushover notifications with pictures and hyperlinks

    Can we test this by triggering the camera from the UI?
  15. D

    BI stop creating alerts

    For 2 days now BI stop creating any alert clips. I'm still getting trigger alerts on the phone but nothing to be seen when I log onto the server. We did had a power outage around this time but everything should be back. Can't figure out how to get it back working again. I've deleted and regen...