Skip to content

Releases: bjoerrrn/EV-Charging-Monitor-for-Raspberry-Pi

v1.0.4 improvement release

03 Feb 20:41
e50af50

Choose a tag to compare

  • if the current charging session was not the first one, meaning there was a total consumption already recognized, the consumption of the session is shown as part of the total consumption

  • added the total time the current charging session was active in hh:mm

Full Changelog: v1.0.3...v1.0.4

v1.0.3 improvement release

02 Feb 21:46
9bc2e72

Choose a tag to compare

  • limited log size to 10 mb
  • dynamically determines the script directory using os.path.abspath(file), ensures wallbox_monitor.credo and log files are always correctly found
  • all major actions (state changes, API requests, errors) are now logged
  • ensured, that the charging power notification is just sent once
  • better error handling, if the credo file could not be found or opened
  • if wallbox_state.txt does not exists, it will be created now
  • integrated the persistent notified flag into the state file, ensuring the 5-minute notification is sent only once per charging session

Full Changelog: v1.0.2...v1.0.3

v1.0.2 bugfix release

02 Feb 17:32
f0ca68f

Choose a tag to compare

fixed a file path issue for log_file and config_file

Full Changelog: v1.0.1...v1.0.2

v1.0.1 improvement release

02 Feb 13:23
ca96276

Choose a tag to compare

✅ Sensitive URLs are now stored in wallbox_monitor.credo, keeping the script clean and secure.
✅ No need to modify the script when updating URLs, just edit wallbox_monitor.credo.

Full Changelog: v1.0.0...v1.0.1

v1.0.0 initial release

02 Feb 10:27
a8ed9f6

Choose a tag to compare