Search results

  1. Vettester

    Full ALPR Database System for Blue Iris!

    Your camera is out of focus.
  2. Vettester

    Full ALPR Database System for Blue Iris!

    Are your plates being captured in BI?
  3. Vettester

    Why the Lag?

    Try raising your receive buffer to 20 and see if it goes away.
  4. Vettester

    CodeProject.AI Version 2.5

    This works well...
  5. Vettester

    Full ALPR Database System for Blue Iris!

    This issue seems to have been fixed in 0.1.7.
  6. Vettester

    US Elections (& Politics) :)

  7. Vettester

    Full ALPR Database System for Blue Iris!

    I would suggest using MQTT. If all you want to capture is a single plate you could setup a simple MQTT alert in BI using a payload of {"&PLATE"}. Then create a sensor in your config.yaml file mqtt: sensor: - name: "Westbound Last Plate" state_topic: "BLUE-IRIS/Last_Plate"...
  8. Vettester

    Full ALPR Database System for Blue Iris!

    It only controls when BI gets triggered but, from your example, a snapshot is being triggered from the "PM" in your timestamp.
  9. Vettester

    HOME ASSISTANT (Assist) Voice Assistant

    Have you seen this?
  10. Vettester

    Full ALPR Database System for Blue Iris!

    In BI under Camera settings | Trigger | Motion sensor (Configure) | Use zones and hot spot (Edit...). This only masks the area so triggers will not occur in the masked area. Your timestamp will still be included in images/video.
  11. Vettester

    Full ALPR Database System for Blue Iris!

    Have you considered masking that area out?
  12. Vettester

    Full ALPR Database System for Blue Iris!

    I had to change the Powershell execution policy to get it to run, but it still doesn't work. PS C:\alpr> .\update.ps1 At C:\alpr\update.ps1:207 char:71 + ... $new_compose = $new_compose -replace '"3000:', """$APP_PORT:" +...
  13. Vettester

    Full ALPR Database System for Blue Iris!

    I must be doing something wrong. I installed WSL and tried to run the following command: curl -sSL https://raw.githubusercontent.com/algertc/ALPR-Database/main/install.sh | bash and I get an error that the docker daemon is not running even though it is.
  14. Vettester

    Full ALPR Database System for Blue Iris!

    Touch would be nice for my HA dashboard on an iPad.
  15. Vettester

    Full ALPR Database System for Blue Iris!

    Is this feature available now?
  16. Vettester

    Full ALPR Database System for Blue Iris!

    Yep, that's what it's suppose to look like.
  17. Vettester

    Full ALPR Database System for Blue Iris!

    It's in Docker. Before deleting it I would do what @PeteJ recommended and check your API key. If you're going to delete the database I would recommend deleting all four volumes and the two images in the image folder and start over.
  18. Vettester

    Full ALPR Database System for Blue Iris!

    The existing database remains intact unless you deleted the alpr_db-data volume.
  19. Vettester

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    My Tempest weather station is connected to WU and I've never had any issues with it.
  20. Vettester

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    KWATACOM486 is not an API key, it's a Station ID.
  21. Vettester

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    I tried your key and it is invalid.
  22. Vettester

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    The member settings are on the Weather Underground website. https://www.wunderground.com/member/api-keys
  23. Vettester

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    It still could be an issue with Weather Underground. You mentioned you had multiple API keys. You might try deleting all of them and then use the "Regenerate Key" option under "Member Settings".
  24. Vettester

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    I just grabbed a random weather station id in that zip code and it appears to be working.
  25. Vettester

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    Mine is still working. Do you have a valid API key from Weather Underground?
  26. Vettester

    Full ALPR Database System for Blue Iris!

    To add to the confusion I have BI and docker running on two separate machines and I haven’t had any issues with the api key.
  27. Vettester

    Full ALPR Database System for Blue Iris!

    Thanks, Mike! I found the problem, Notepad++ added an extra space when I saved the file.
  28. Vettester

    Full ALPR Database System for Blue Iris!

    I also noticed that the log files are back to using UTC time.
  29. Vettester

    Full ALPR Database System for Blue Iris!

    It appears to be processing images now. Not sure how long it will take to process 30K + files.