OpenEVSE / ESP8266_WiFi_v2.x

ESP8266 WiFi for OpenEVSE Version 2.x
https://openevse.openenergymonitor.org
76 stars 46 forks source link

Implement NFC #187

Open chris1howell opened 6 years ago

chris1howell commented 6 years ago

Implement NFC/RFID Read, Write and authenticate.

Add ability to read NFC tag and authorize based on a locally stored tag.

Developers tool - Add ability to write to NFC tag and store tags that are authorized locally.

Future OCPP Add ability to read tag and pass tag via OCPP for authentication. Accept or reject tag based on response from OCPP server.

I plan to start working on this with a common PN532 chip and PN532.h libraries over I2C (connected to Huzzah).

Example code: NFC on 8266

doanerock commented 2 years ago

I agree I would love this. This would be great for keeping the charger from activating until the owner returns or if I want to keep track of how much a renter uses. It is too bad that there has not been any activity in the last four years on this.

chris1howell commented 2 years ago

The feature is available on a ESP32 version 4.x development release here: https://github.com/OpenEVSE/ESP32_WiFi_V4.x/actions/runs/2045138078 It will soon be merged into the stable releases.

ESP8266 2.x is no longer supported or under development.

doanerock commented 2 years ago

Thats amazing. Is there any documentation on how it works, and configured? Are there RFID modules for sale?