Skip to content

Commit

Permalink
Version 2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
bobosch committed Nov 16, 2021
1 parent 5c73598 commit 7b08a6f
Show file tree
Hide file tree
Showing 3 changed files with 3,162 additions and 2,889 deletions.
8 changes: 8 additions & 0 deletions SmartEVSE2.X/EVSE.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@
; Enabling the RFID reader will lock/unlock the SmartEVSE with a valid RFID card.
; Status messages when learning/deleting cards are displayed on the LCD.
; Erase all cards by selecting EraseAll from the menu, and then Exit Menu.
; 2.30 Rearranged the modbus registers.
; Set modbus address 0x01 when load balancing is disabled.
; Interrupt sending modbus requests for 4 seconds when receiving requests from another device to avoid collisions.
; Added RFID EnableOne option, that will allow only the RFID card to unlock the EVSE that lock (start charge) the EVSE.
; In this mode it will lock the charging cable when connected, and only unlock the cable if the same RFID card
; is presented (like a public charging station)
; Allow custom meter FUNCTION config.
; Added support for WAGO electric meter and SolarEdge Inverter in SunSpec mode.
;
;
; Build with MPLAB X v5.25 and XC8 compiler version 2.10
Expand Down
2 changes: 1 addition & 1 deletion SmartEVSE2.X/EVSE.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define LOG_EVSE LOG_INFO // Default: LOG_INFO
#define LOG_MODBUS LOG_WARN // Default: LOG_WARN

#define VERSION "2.20" // SmartEVSE software version
#define VERSION "2.30" // SmartEVSE software version
#define TRANSFORMER_COMP 100 // Current calculation compensation option for use with 230V-400V transformers,
// where the primary (MAINS) current is 1.73 times the secondary (EVSE) current.
// set to 100 for normal use, and to 173 for use with a transformer.
Expand Down
Loading

0 comments on commit 7b08a6f

Please sign in to comment.