Releases: bjoerrrn/EV-Charging-Monitor-for-Raspberry-Pi
Releases · bjoerrrn/EV-Charging-Monitor-for-Raspberry-Pi
v1.0.4 improvement release
- 
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
- 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
fixed a file path issue for log_file and config_file
Full Changelog: v1.0.1...v1.0.2
v1.0.1 improvement release
✅ 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
v1.0.0 initial release
Full Changelog: https://github.com/bjoerrrn/shellrecharge-wallbox-monitor/commits/v1.0.0