Releases: ocpp-balanz/balanz
Releases · ocpp-balanz/balanz
v1.2.2
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
v1.2.0
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
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
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
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
Fixes
- In certain situations, allocation would be kept incorrectly due to problem with logic for reducing allocation.
v1.0.0
Enhancements
Support CreateCharger/DeleteCharger on API.
v0.14.2-alpha
Enhancements
- Use tag_id from StopTransaction message in case of balanz restart since transaction start.
- Added UI documentation.
v0.14.1-alpha
Fixes
Critical error breaks balanz-loop. Added attribute guard to fix.