Search results

  1. algertc

    Full ALPR Database System for Blue Iris!

    I'll start with trying the secondary confirmation to google/openai. If that isn't sufficient (it really should be), I'll build the direct forwarding functionality. As far as the training data goes, the images needed for the OCR are actually even more cropped in than what the license plate model...
  2. algertc

    Full ALPR Database System for Blue Iris!

    Absolutely agree and would love to hear any further suggestions from anyone for how this should be implemented. I see this as a traffic intelligence tool, and that's a critical piece in order to understand and archive all traffic passing by your property. This is true, and even Flock Safety...
  3. algertc

    Full ALPR Database System for Blue Iris!

    Not dead. I'd actually really like to have it work. The reason that it's stalled is because my SDR can't seem to receive and decode the transmissions anymore. It worked at one point. Tried 3 different SDRs. I have a full cable run specifically for the radio box all the way out to my street. No...
  4. algertc

    Full ALPR Database System for Blue Iris!

    I've gotten lots of images for the plate detection model, which just identifies that there is a license plate in the frame, but because of the status with CPAI and the slow updates, almost no images for the actual OCR. Mike added the necessary data for the character recognition a while ago, but...
  5. algertc

    Full ALPR Database System for Blue Iris!

    100% I’m interested and have been planning for faces. Trying to nail this down end to end first, but that’s where I’m heading for sure. If you could investigate the ability to manage the message history and trigger based on items within the payload, that would be great. To me, it seems like...
  6. algertc

    Full ALPR Database System for Blue Iris!

    I Working on this part now. I completely see the value and necessity of being able to notify based on tags and other criteria. I've thought through and think I have a good solution for how to create a notification rule builder class, but I can't promise camera-specific topics at the moment...
  7. algertc

    Full ALPR Database System for Blue Iris!

    Yes will fix that thanks
  8. algertc

    Full ALPR Database System for Blue Iris!

    This is very helpful ty.
  9. algertc

    Full ALPR Database System for Blue Iris!

    I just pushed a new image which, at least as far as I can tell......... is complete for this release. I haven't updated the version number yet or created the release on github because I wanted to see if the MQTT setup works the way people needed and also give people the chance to try to find any...
  10. algertc

    Full ALPR Database System for Blue Iris!

    Hmm ok. This seems a little odd, but I know there was a HA BI integration, so maybe that’s why it looks like this. Makes sense but I should double check that that works. I think I’ll just docker a test HA instance and go through the process of setting up the broker and figuring it out. As I...
  11. algertc

    Full ALPR Database System for Blue Iris!

    This is pretty much how it will look. Everything done except the actual full payload in the mqtt handler. If you have multiple topics that you want to use from the same broker you need to add another "broker" for each one. I did it this way because it's just much less complex and doesn't really...
  12. algertc

    Full ALPR Database System for Blue Iris!

    Can someone advise on exactly how the payload sent to HA is supposed to look in MQTT? How am I supposed to send the image? Having a hard time finding online... Here is what the test button sends right now: Topic: alprdatabase QoS: 0 { "timestamp": "2025-08-01T00:10:50.246Z", "plate_number"...
  13. algertc

    Full ALPR Database System for Blue Iris!

    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.
  14. algertc

    Full ALPR Database System for Blue Iris!

    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...
  15. algertc

    Full ALPR Database System for Blue Iris!

    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
  16. algertc

    Full ALPR Database System for Blue Iris!

    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...
  17. algertc

    Full ALPR Database System for Blue Iris!

    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.
  18. algertc

    Full ALPR Database System for Blue Iris!

    I think it was someone else. I asked bc it was asking about the same thing. I linked the solution.
  19. algertc

    Full ALPR Database System for Blue Iris!

    Glad you got it working. Is Issue #67 on GitHub yours?
  20. algertc

    Full ALPR Database System for Blue Iris!

    Please check the system logs page in the app and share what it says. You can also try using &PLATE instead of the ai_dump json. There’s a bug right now that causes the requests to error if you have any other ai objects in the detection.
  21. algertc

    Full ALPR Database System for Blue Iris!

    Re general automations, I wasn’t going to build that into this app. Posted here just because it’s kind of adjacent. I’d agree with your points as far as ALPR goes. I’ve just been playing around with a bunch of new AI tools recently and find it exciting to see what u can do. Right now the build...
  22. algertc

    Full ALPR Database System for Blue Iris!

    I will make sure this is in the coming update.
  23. algertc

    Full ALPR Database System for Blue Iris!

    Yes, I’ve already built out the page to show the TPMS live and receive it, but the decoder that is popular, built into RTL 433, has been extremely unreliable for me. It worked great at one point, so I’m not entirely sure why. I certainly do think this is a key advantage in vehicle detection...
  24. algertc

    Full ALPR Database System for Blue Iris!

    I think I’m going to publish some core n8n automations for other blue Iris users to use that they can easily download and apply. What I’ve really been thinking about, though, is what a seriously powerful futuristic home surveillance system would look like. And I’m not exactly sure. I feel like...
  25. algertc

    Full ALPR Database System for Blue Iris!

    AI Agent Development Update:
  26. algertc

    Full ALPR Database System for Blue Iris!

    You can back up the raw blocks a number of different ways, but I will create a roadmap item to add some sort of archiving to cloud or network share.
  27. algertc

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    This is exactly what I am making rn. Not too hard to do at all. I started trying to get it to answer some really elaborate questions based on the vehicle history and it wasn’t doing fantastic, but I think it’s a matter of prompting well at each stage of the workflow. it’s definitely going to...
  28. algertc

    Full ALPR Database System for Blue Iris!

    I made a number of updates: Fixed session kickout to login screen Camera filter added to dashboard Password will autofill and save in your browser now Impossible to hit the login page if you have an active session Deleting a record in live feed fixed to only delete that record Correction/add...
  29. algertc

    Full ALPR Database System for Blue Iris!

    I'm working on this right now. I've fixed a bunch of other stuff but the db schema is such a pain in the ass. It has something to do with the setup running out of order. Normally I would just image the working db, but it's difficult for a self hosted app where you need to allow people to update...