Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plates starting with a number recognized by ALPR but not recorded by HA #58

Open
safepay opened this issue Feb 26, 2022 · 2 comments
Open

Comments

@safepay
Copy link

safepay commented Feb 26, 2022

Great integration, but in Victoria, Australia, we have plates that these days begin with a number. Currently they are all number 1.
E.g.
numberplate

The ALPR portal is successfully recognising the images sent, but HA just no information in the attributes after detection.

I'm not sure where to look, but this looks similar to the previous issue #35 where sensors need the plates in brackets. E.g. ['1XY123'] to work.

It's probably breaking Python!

So the system half works for me.

image_processing:
  - platform: platerecognizer
    api_token: !secret plate_recognizer_token
    regions:
      - au-vic
    watched_plates:
      - '1XXXXX'
      - '1YYYYY'
    save_file_folder: /config/www/plate_recognizer
    save_timestamped_file: true
    always_save_latest_file: true
    source:
      - entity_id: camera.driveway

Screenshot 2022-02-26 161028
Screenshot 2022-02-26 161247

@robmarkcole
Copy link
Owner

Not really sure the cause, the API calls should be handled elsewhere so have created #59

@doenau
Copy link

doenau commented Jul 31, 2023

Great integration, but in Victoria, Australia, we have plates that these days begin with a number. Currently they are all number 1. E.g. numberplate

The ALPR portal is successfully recognising the images sent, but HA just no information in the attributes after detection.

I'm not sure where to look, but this looks similar to the previous issue #35 where sensors need the plates in brackets. E.g. ['1XY123'] to work.

It's probably breaking Python!

So the system half works for me.

image_processing:
  - platform: platerecognizer
    api_token: !secret plate_recognizer_token
    regions:
      - au-vic
    watched_plates:
      - '1XXXXX'
      - '1YYYYY'
    save_file_folder: /config/www/plate_recognizer
    save_timestamped_file: true
    always_save_latest_file: true
    source:
      - entity_id: camera.driveway

Screenshot 2022-02-26 161028 Screenshot 2022-02-26 161247

Maybe just try the au region, not au-vic

Also you don't need the quotes around the watched plates.
Works fine for me with qld plates (3numbers : letters)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants