Full ALPR Database System for Blue Iris!

I went in via the web interface and deleted a few cars and it just stopped working.
I had a cop park in front of one of my LPR cameras with the wind blowing and an alert was triggered every few seconds because there are trees in the FOV. I just deleted 107 images (all the same) of the pickup truck that were created and it didn't cause any issues.

Screen Shot 2025-07-21 at 7.14.04 PM.png
 
  • Like
Reactions: SoCal
Deleting a plate from the web interface shouldn't have broken anything. Sounds like a clean install might be a good idea to get a fresh start. Come back and let us know how it goes.

Totally agree, hardware issue for sure.
I have all my config screen shots and files so I know how it goes back together. Couple weeks I'll get back on it with newer equipment. That work thing is getting in the way of my fun LOL

You folk here are Totally Magnanimous with this. I'll be back LOL :)
 
I had a cop park in front of one of my LPR cameras with the wind blowing and an alert was triggered every few seconds because there are trees in the FOV. I just deleted 107 images (all the same) of the pickup truck that were created and it didn't cause any issues.

View attachment 225007
OK excellent , I have proof of concept working I'll be back with a better windows machine, think I'm on like an i7 990 or similar pile of poop from the 1980's
 
  • Like
Reactions: algertc
Are these updates already available for download? And what's the timing on the next big release?
@algertc, I went ahead and did an update using the ps1 script and it does appear that this list of updates is there. Do you have any further info on the next big release and when it might be arriving?
 
Is there a way to get a fuzzy search match over to home assistant? The use case would be that a plate is sent over from Blue Iris to ALPR-database and the OCR is slightly incorrect, but a fuzzy match will match it to a known plate. If so, I'd like to let home assistant know that it matches a known plate for automation purposes.

Can you clarify what exactly it is that you are looking to achieve? You want to search in HA or in this app? Search past alerts that were sent to HA? I've already gotten the MQTT send working, so I'm happy to add this - just not exactly sure what you are describing.
 
@algertc, I went ahead and did an update using the ps1 script and it does appear that this list of updates is there. Do you have any further info on the next big release and when it might be arriving?
I built a public image accidentally when I was testing. I think that might have like 2/3 of what will actually be in the release. I wanted to have it out last week, but actually had a bit of a health scare (I'm fine..), then was out of the country until yesterday. I can try to polish off the MQTT and make the nightly build for now if you are itching for a particular feature.

Although somewhat old in terms of time, the whole nightly/unstable image is fairly new to the project as far as progress goes (I also don't have any other experience continuously updating self hosted apps outside of this. It's a distinctly different process than publishing a normal hosted web app). I've been dreading using a GitHub runner to build the docker image because they are so slow (and the self-hosted format is extremely strange), but that's probably what I should start doing as the project stabilizes in order to avoid any issues.
 
Last edited:
This will be ready this evening :)

Edit: Question, do people need to be able to send to multiple MQTT topics? Right now, it looks like this to enter your broker and topic, but I'm wondering if I should change it to be a list of multiple that you can then select from in the notification page. LMK


View attachment 225559

For my use case, I would like to be able to send the tag associated with the plate, ie Delivery, Family as well as the the Known Plate data if present, ie Bill's Truck. The plate itself also needs to come over.

So I would have at least these three options as choices.

Thanks for getting to this request.
 
For my use case, I would like to be able to send the tag associated with the plate, ie Delivery, Family as well as the the Known Plate data if present, ie Bill's Truck. The plate itself also needs to come over.

So I would have at least these three options as choices.

Thanks for getting to this request.

Alright sounds good. I can definitely include all of that and make it customizable. I need to look into the mqtt library I'm using and figure out if/how they do fancier dynamic payloads. For example, if you want to have a custom title or message with it or something or that sort. The attributes from the database like the name and tags should be simple though.
 
I take it back. Probably going to be tomorrow. I want to make it good and test everything thoroughly since this is a high value feature for the HA users.

Looking rly good tho. Taking care of some other roadmap items while I’m at it.
One other data point I forgot to mention that is important. Need to also include which camera alerted.

Looking forward to testing this out