robmarkcole / HASS-plate-recognizer

Read number plates with https://platerecognizer.com/
128 stars 25 forks source link

Can this work with Stream component? #63

Open craggyh opened 2 years ago

craggyh commented 2 years ago

Can this work with the Plate Recognizer Stream component? I've been using it with the local Snapshot SDK but used up all of my 2500 API calls in one night because of cobwebs triggering repeated false motion alerts. The stream component might be a better option in these cases but I can't find any plugin to parse the json data from HA.

robmarkcole commented 2 years ago

I'm not familiar either the Stream component, can you reference?

craggyh commented 2 years ago

Here's the link to Plate Recognizer Stream docs - https://guides.platerecognizer.com/docs/stream/results

robmarkcole commented 2 years ago

Appears it writes to CSV. There used to be a HA integration which could read from files but I cannot see it any more https://www.home-assistant.io/integrations/#search/file

Anyway this is not using the API so not supported

starblazr commented 11 months ago

The stream component doesn't have an SDK, but it does push to a web hook when it detects/decodes something. So well directly not the API that you are currently accessing, it does push notifications that something happened.