You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: