Skip to content

Releases: ocpp-balanz/balanz

v0.11.2-alpha

28 Feb 07:21
Compare
Choose a tag to compare
v0.11.2-alpha Pre-release
Pre-release

Enhancements

  • Request StatusNotification and BootNotification messages from charger upon (re)connect in addition to MeterValues. This will help to sync states.
  • Reduce log level for API responses to avoid flooding log

Fixes

  • Charging sometimes drops to 6A when another charging session in group starts
  • Charger auto-register fails due to missing alias set

v0.11.1-alpha

26 Feb 09:08
Compare
Choose a tag to compare
v0.11.1-alpha Pre-release
Pre-release

Enhancements:

  • Add Connection State to data returned in charger API

Fixes:

  • Stale code set a very high priority (1000) which showed up on UI
  • Wrong log message about lowering allocation when it did in fact not change
  • Reload groups (hot reload) broken
  • SuspendedEV state allocation was discounted in overall allocation calculation

v0.11.0-alpha

24 Feb 09:39
Compare
Choose a tag to compare
v0.11.0-alpha Pre-release
Pre-release

Features:

  • Model update, and "hot reload" features added and expose via API. This allow most config changes without restarting balanz.
  • Historic drawing in simplistic UI can now be restricted to last 5 sessions, or history completely omitted.

Fixes:

  • Fixes for situation where an offer/allocation does not make the EV/charger start a transaction (typically because of delayed charging, or possibly because it is full). In such cases, the minimum 6A allocation was left.
  • Believed fix for observed situation where charging start caused other active sessions to drop charging to minimum 6A before stepping up again.

v0.10.2-alpha

20 Feb 13:30
Compare
Choose a tag to compare
v0.10.2-alpha Pre-release
Pre-release

Emergency release to clear up id_tag case confusion.
Now tags defined in the .csv file will be automatically upper-cased upon reading them. And, tags incoming from charger uppercase before comparing.

v0.10.1-alpha

18 Feb 11:02
Compare
Choose a tag to compare
v0.10.1-alpha Pre-release
Pre-release

A few critical fixes on 0.10.0

v0.10.0-alpha

15 Feb 09:35
Compare
Choose a tag to compare
v0.10.0-alpha Pre-release
Pre-release

Major modelling change. Groups redefined to be non-hiearchical. This added unnecessary complexity. Instead, default charging priority is now set for each charger.

Overall, much clearner and easier to understand this way.

v0.9.0-alpha

11 Feb 09:23
Compare
Choose a tag to compare
v0.9.0-alpha Pre-release
Pre-release

Initial balanz formal release. To be considered alpha, but maturing ....