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

Simple RFID Authentication #133

Closed
jshum1 opened this issue Dec 8, 2020 · 2 comments
Closed

Simple RFID Authentication #133

jshum1 opened this issue Dec 8, 2020 · 2 comments
Assignees

Comments

@jshum1
Copy link

jshum1 commented Dec 8, 2020

I would like to add capability to perform simple access control using RFID cards - I have several neighbors that will use my charger, and would like access control, plus a fairly easy method of querying energy consumption per user. I have an OpenEVSE kit on the way to be installed next week, and I ordered a simple MFRC522 board to pair with it. I could probably get it working with a separate Arduino board and MQTT, but it would be nice to interface directly to the ESP32 in the OpenEVSE kit. If I get a chance to try it out, is there a preferred method of implementing? Where in the charging flow diagram should access control be inserted? Also, the board connects via SPI - any issues with that? There is supposedly a way to force I2C mode out of the board if that's preferable.

@jeremypoulter
Copy link
Collaborator

There is now a PR open to add support for RFID, #146

@jeremypoulter jeremypoulter self-assigned this Jul 24, 2021
@jeremypoulter
Copy link
Collaborator

Now #167

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