Skip to content

v0.3.1

Compare
Choose a tag to compare
@CurtRod CurtRod released this 02 Jan 22:15
· 16 commits to master since this release

added

  • LED Support for Pin D0 (GPIO16)
  • API: new Items in "/getParameters"
    • "alwaysActive" - to detect always active mode
    • "lastActionUser" - The user name of the user who performed the last action (activate/deactivate)
    • "lastActionUID" - The UID of the user who performed the last action (activate/deactivate)
  • API: support for setting current to 0 in always active mode
  • API: added value 5 to vehicleState in "getParameters" (failure)
  • API: giving Uptime in "/evseHost"

changed

  • auto reboot ESP after 45 days when no vehicle is charging (to prevent millis-overflow)

bugfixes

  • Button in always active mode is now disabled (except reboot functionality)
  • API: when using modbus meter p1, p2 and p3 in "/getParameters" will be updated after charging stops to 0
  • API: deactivating EVSE via API crashed the ESP (wdt) and caused a reboot
  • Modbus error detection (getting the modbus error status in the GUI) did not work in some cases
  • Charge duration corrected in normal and always active mode