Skip to content

Releases: serkri/SmartEVSE-3

v1.5.0-experimental20221213

13 Dec 12:43
Compare
Choose a tag to compare
Pre-release

Changes to previous experimental version:

Instead of brutally switching off C2, this version now gracefully goes to state C1, stops charging at 3 phases, switches of contactor C2, and reenters state C (Charging). This might solve the error shown in Hyundai Ioniq 5.

Experimental version for second contactor

07 Dec 08:22
Compare
Choose a tag to compare

Experimental version built on 1.4.4 to test new functions when a second contactor (C2) is built in into SmartEVSE. For details, including the MUST-READ wiring instructions!!! read the included README.md.

Special attention is asked for testing the new routine that detects the phases through which SmartEVSE is charging. This detection is done everytime you start a charging session. You can see the detected phases at the webinterface (at the Phase Details box a little star is printed behind the phase current that is believed to be charging); also the detection probabilities are printed at the start of the charging session when you telnet to your SmartEVSE.

Experimental version for second contactor

15 Dec 10:36
Compare
Choose a tag to compare

Today added messages on the LCD screen and small changes in the webinterface so that it is visible on how many phases we are charging.
enablec2_20221215.zip

Release v1.4.4-serkri-v3

31 Oct 11:02
1760697
Compare
Choose a tag to compare
No comm when using API (#74)

* stop charging if no comm via API

* move reset till after custom processing

* also remove duplicate /reboot endpoint

Release v1.4.3-serkri-v3

22 Sep 07:51
Compare
Choose a tag to compare
Added stop_timer as settings parameter

Release v1.4.2-serkri-v3

30 Aug 17:14
Compare
Choose a tag to compare
Added Wifi info in the API

Release v1.4.1-serkri-v3

26 Aug 11:36
e92a49d
Compare
Choose a tag to compare
Release/v1.4.0 (#62)

* Add Inverted Eastron kWh meter (#20)

Co-authored-by: Hans Dingemans <[email protected]>

* Read and display EV meter currents and use them to limit power to MaxCircuit (#21)

Co-authored-by: Hans Dingemans <[email protected]>

* Wifi debugging (#23)

* Add RemoteDebug for debugging over wifi

* Minimal code adaptions for debugging over wifi

* Add instructions for debugging over wifi

* Correct the default = production release

* Add useful debugging comment

Co-authored-by: Hans Dingemans <[email protected]>

* Code improvement3 (#24)

* evse.cpp: fixing reconnect after wifi disconnect (#32)

* evse.cpp: fixing reconnect after wifi disconnect

* evse.cpp: only reconnect when in normal wifi mode

* evse.cpp: improve wifi for weak signals

Co-authored-by: dingo35 <[email protected]>

* README.md: update docs with added functionality in 1.4.0 (#30)

* README.md: update docs with added functionality in 1.4.0

* README.md: wifi disconnect no longer known bug

Co-authored-by: dingo35 <[email protected]>

* evse.h: put compiletime in debug version string (#36)

Co-authored-by: dingo35 <[email protected]>

* index.html: make it pass validation of html checker + small layout change (#38)

Co-authored-by: dingo35 <[email protected]>

* modbus.cpp: add debug messages for sent packets (#41)

Co-authored-by: dingo35 <[email protected]>

* evse.cpp: fix modbus overload when loadbalance disabled (#40)

* evse.cpp: fix modbus overload when loadbalance disabled

* evse.cpp: More elegant solution for incrementing ModbusRequest

Co-authored-by: dingo35 <[email protected]>

* evse.cpp, evse.h: comment out unused ChargeTimer (#37)

* evse.cpp, evse.h: comment out unused ChargeTimer

* evse.h, evse.cpp: remove unused ChargeTimer

Co-authored-by: dingo35 <[email protected]>

* evse.cpp: Fix compiler warning (#44)

Co-authored-by: dingo35 <[email protected]>

* evse.h, OneWire.cpp: introduce FAKE_RFID for debugging without an RFI… (#45)

* evse.h, OneWire.cpp: introduce FAKE_RFID for debugging without an RFID reader

* evse.h: extend comments on how to use FAKE_RFID

Co-authored-by: dingo35 <[email protected]>

* evse.cpp, evse.h: read imported and exported energy from mainsmeter+e… (#39)

* evse.cpp, evse.h: read imported and exported energy from mainsmeter+evmeter and feed them to the API

* evse.cpp: Fix modbus bug

* evse.h: Undo debug settings

Co-authored-by: dingo35 <[email protected]>

* evse.cpp: improve PP pin debug message (#59)

Co-authored-by: dingo35 <[email protected]>

* evse.cpp: fix meter config bug when switching modes (#60)

Co-authored-by: dingo35 <[email protected]>

* Release/v1.4.0 merge (#52)

* Pipeline build for release branches

* Increased 'safety' temperature thressholds to 70 (#48)

* Features/increased temp safety menu (#49)

* Added max temp menu item

* Added max temp menu item

* Added EV Meter information

* Added EV meter details on status page

* Added EV meter details on status page

* Refactored API textual booleans into real booleans

* Hide EV/BATT widget by default

Co-authored-by: Koen Serneels <[email protected]>

Co-authored-by: dingo35 <[email protected]>
Co-authored-by: Hans Dingemans <[email protected]>
Co-authored-by: Koen Serneels <[email protected]>

Release v1.3.8-serkri-v3

23 Jul 06:52
Compare
Choose a tag to compare
Added EV meter details on status page

Release v1.3.5-serkri-v3

20 Jul 15:43
3baa2d8
Compare
Choose a tag to compare

Added max temperature menu item to customise the temp safety.

Note: this max temp is only a safety precaution for the EVSE module, not the rest of the installation

Release v1.4.0-serkri-v3

07 Jul 20:02
e3eedcc
Compare
Choose a tag to compare
Pre-release
  • Add Inverted Eastron kWh meter (input on the bottom instead of top of EV meter, eg when using a rail)
  • Read and display EV meter currents and use them to limit power to MaxCircuit
  • Wifi debugging
  • Fixing auto reconnect after wifi disconnect