File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ The WiFi gateway uses an **ESP32** which communicates with the OpenEVSE controll
1212
1313** This FW also supports wired Ethernet connection using [ ESP32 Gateway] ( docs/wired-ethernet.md ) **
1414
15- ** [ Live UI demo] ( https://openevse.openenergymonitor.org ) **
1615
1716***
1817
@@ -34,13 +33,14 @@ The WiFi gateway uses an **ESP32** which communicates with the OpenEVSE controll
3433
3534- Web UI to view & control all OpenEVSE functions
3635 - Start / pause
37- - Delay timer
38- - Time limit
39- - Energy Limit
36+ - Scheduler
37+ - Session & system limits (time, energy, soc, range)
4038 - Adjust charging current
39+
4140- MQTT status & control
4241- Log to Emoncms server e.g [ data.openevse.com] ( https://data.openevse.com ) or [ emoncms.org] ( https://emoncms.org )
4342- 'Eco' mode: automatically adjust charging current based on availability of power from solar PV or grid export
43+ - Shaper: throttle current to prevent overflowing main power capacity
4444- OCPP V1.6 (beta)
4545- [ Home Assistant Integration (beta)] ( https://github.com/firstof9/openevse )
4646
@@ -49,7 +49,7 @@ The WiFi gateway uses an **ESP32** which communicates with the OpenEVSE controll
4949### OpenEVSE / EmonEVSE charging station
5050
5151- Purchase via: [ OpenEVSE Store (USA/Canda)] ( https://store.openevse.com ) | [ OpenEnergyMonitor (UK / EU)] ( https://shop.openenergymonitor.com/evse/ )
52- - OpenEVSE FW [ V7.1.3+ recommended] ( https://github.com/OpenEVSE/open_evse/releases )
52+ - OpenEVSE FW [ V7.1.3 recommended] ( https://github.com/OpenEVSE/open_evse/releases )
5353- All new OpenEVSE units are shipped with V7.1.3 pre-loaded (April 2021 onwards)
5454
5555### ESP32 WiFi Module
@@ -74,6 +74,7 @@ Contributions by:
7474- @lincomatic
7575- @joverbee
7676- @matth-x (OCPP)
77+ - @kipk
7778
7879## Licence
7980
You can’t perform that action at this time.
0 commit comments