Search results

  1. P

    Gunshots outside my house - On the news

    maybe its time to move to somewhere safer and quieter
  2. P

    Cam on gate post

    I have a similar setup. On the back of one post I have a unifi NanoStation 5AC Loco which transmits to the house. The large box contains an 8 port POE switch. The other conduit going up runs cat5 for a 180 degree Dahua camera on the front of the post. It was challenging drill through the...
  3. P

    Shed Interior Temp to Blue Iris Overlay!

    I got mine from Florian Greenhouse. It is a kit but it was challenging getting it assembled and built right. https://www.floriangreenhouse.com/Garden%20Conservatory.html
  4. P

    Full ALPR Database System for Blue Iris!

    Does this latest version show the version info somewhere? I'm not finding it
  5. P

    Full ALPR Database System for Blue Iris!

    What would you like to do? 1) Update 2) Revert to a previous version Enter your choice (1-2): 1 Select release type: 1) Stable (recommended) 2) Nightly (pre-release / latest updates) Enter your choice (1-2): 1 [INFO] Checking for script updates... ./update.sh: line 118: [: 1 $(curl -sSL...
  6. P

    Full ALPR Database System for Blue Iris!

    @algertc Did you fix the permissions error on the linux script? https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/page-24#post-908270
  7. P

    Full ALPR Database System for Blue Iris!

    Just ran the search... 35 servers exposed to the internet in my town... yikes
  8. P

    Full ALPR Database System for Blue Iris!

    Nerd here checking in. What's the distance from your receiver to the road?
  9. P

    Shed Interior Temp to Blue Iris Overlay!

    Here's an update of the overlays. I got the average temp and the relative humidity and the CO2 ppm on the overlay. I also added the time of last update so I can quickly see that everything is working correctly. ( I had an MQTT outage that I wasn't aware of for a few days which messed up the...
  10. P

    Full ALPR Database System for Blue Iris!

    He will probably chime in soon, but if I remember correctly, he had his own database program he set up that could do this. Maybe we can add this as a feature here sometime
  11. P

    Full ALPR Database System for Blue Iris!

    glad it worked... I don't think im going to rock the boat with my config right now
  12. P

    Full ALPR Database System for Blue Iris!

    If you read along further in the thread, you will see that I did not get this working despite long hours of trying. You can also look on the github discussion about it. I ended up using an Unraid VM with Linux and it works great
  13. P

    Full ALPR Database System for Blue Iris!

    This is really cool.... but I don't seem to have that Blue Iris button on my page.
  14. P

    Full ALPR Database System for Blue Iris!

    Forgot the sudo. Works fine now. Thanks EDIT: Not working. Cant get beyond the update page, first step: Database Backfill Update occurrence counts in the plates table Start Backfill Error occurred during backfill: dbBackfill is not defined
  15. P

    Full ALPR Database System for Blue Iris!

    Tried but got permission errors on my auth and config and storage folders. Ill wait until its fixed on your end
  16. P

    Full ALPR Database System for Blue Iris!

    First time trying to use the update script. Script terminates before I can input any options: paul@paul-linux-mint:~$ cd Docker/ALPR paul@paul-linux-mint:~/Docker/ALPR$ curl -sSL https://raw.githubusercontent.com/algertc/ALPR-Database/main/update.sh | sudo bash [sudo] password for paul...
  17. P

    Full ALPR Database System for Blue Iris!

    Thanks but I don't want the plate sent. I want the learned name that is associated with the plate in ALPR database sent. So I need to be able to send from ALPR program and not from Blue Iris. @algertc : is this an option that is currently available? If not can I request it for future releases?
  18. P

    Full ALPR Database System for Blue Iris!

    Hey guys. What’s the best way to send plate name over to Home Assistant ? I’ve accumulated a decent set of plates with known people in the database with saved names associated with these plates. Would like to send plate name real time to HA for announcements.
  19. P

    Full ALPR Database System for Blue Iris!

    @algertc Also having API Key randomly changing. Edit: When navigating the ALPR webpage, the page will sign me out and send me back to the login page. When I log back in, the Key is changed.
  20. P

    Full ALPR Database System for Blue Iris!

    Thanks that did it. Hadn't seen anywhere this new folder was needed.
  21. P

    Full ALPR Database System for Blue Iris!

    I tried the latest update and am getting error. I replaced the docker-compose.yml, migrations.sql and schema.sql and pulled new docker image and get this error: /Docker/ALPR$ sudo docker compose up -d [+] Running 2/3 ✔ Network alpr_default Created...
  22. P

    Full ALPR Database System for Blue Iris!

    This thread has jumped to the next level.... I have power at the road and I love gadgets :D
  23. P

    Point to Point Wireless Bridge Recomendations

    It's been my experience that if they are too close, there is too much signal transmission and that can cause dropouts.
  24. P

    Shed Interior Temp to Blue Iris Overlay!

    I went with all Ecowitt for greenhouse sensors including their WH45 multisensor with CO2. They are on the slow boat from China, so I haven't gotten them yet. I thought their pricing wasnt bad compared to others and they do not rely on the cloud for data transfer to HA. I have the linear...
  25. P

    US Elections (& Politics) :)

    She broke her hip. High mortality for elderly with hip fracture
  26. P

    Shed Interior Temp to Blue Iris Overlay!

    Funny you mentioned a greenhouse camera. I just finished building our greenhouse and went searching for how to overlay weather data on the camera and found your post. Works great. I ended up using three macros for temp, humidity, and CO2 levels as I could not figure out how to add a carriage...
  27. P

    Full ALPR Database System for Blue Iris!

    For my use case I have three lpr cameras. Two on the street and one on my driveway. I want to be able to know when certain plates are coming up my driveway for Home Assistant announcements. I don’t want HA to announce if certain plates are just driving by on the street. Not sure I’d be able to...