Skip to content

Releases: ocpp-balanz/balanz

v1.2.2

01 Jul 17:45

Choose a tag to compare

Fixes

  • Protect log statements against ocpp_ref (ref to OCPP connection) not being set.
  • Recover ocpp_ref (OCPP connection) based on charger Heartbeat message if it has been logically lost.

v1.2.1

18 Jun 10:48

Choose a tag to compare

Fixes

  • Firmware_version not correctly accepted when creating new firmware entry
  • Delete tag broken by log statement change

v1.2.0

16 Jun 20:12

Choose a tag to compare

Enhancements

  • Log firmware notifications in log at info level
  • Much increased support for remote firmware updates. This includes UI definition screens.
  • Added audit log
  • Reclassified most important system info logs as audit logs
  • UI support for showing audit and system logs
  • Improved logging to always show charger alias along with native id

Fixes

  • Don't log same reducing offer messages multiple times

v1.1.1

14 May 13:26

Choose a tag to compare

Fixes

Accept that deletion of blocking profile may fail (it can if already deleted). Previously, this would stop further changes for that group. Not anymore.

v1.1.0

12 May 10:22

Choose a tag to compare

Enhancements

Added UploadFirmware function to allow initiating firmware update
Added ResetChargerAuth function to allow clearing AuthorizationKey (e.g. if charger reset)
Log UserName upon Accepting RFID tag.

v1.0.2

05 May 13:34

Choose a tag to compare

Fixes

Delete chargers fix fully correct (did not delete charger from group list, only charger global list).

Enhancement

Example of bulk config check/update script added.

v1.0.1

27 Mar 20:46

Choose a tag to compare

Fixes

  • In certain situations, allocation would be kept incorrectly due to problem with logic for reducing allocation.

v1.0.0

19 Mar 10:23

Choose a tag to compare

Enhancements

Support CreateCharger/DeleteCharger on API.

v0.14.2-alpha

19 Mar 07:44

Choose a tag to compare

v0.14.2-alpha Pre-release
Pre-release

Enhancements

  • Use tag_id from StopTransaction message in case of balanz restart since transaction start.
  • Added UI documentation.

v0.14.1-alpha

13 Mar 19:17

Choose a tag to compare

v0.14.1-alpha Pre-release
Pre-release

Fixes

Critical error breaks balanz-loop. Added attribute guard to fix.