Release v2.2.0
Changes:
- Completely rebuilt user interface
- Can run offline
- Does not rely on external resources
- Faster than before
- Hopefully more intuitive
- Changed timezone configuration
- Added visualization of peaks in current month.
- Added display of error messages from HAN, MQTT and price fetcher
- Added production "income" calculation
- Added possibility to choose which GUI elemets should be shown
- Improved graphs, main fuse and production capacity setting to handle large installation
- Fixed issue where 0w import triggered a crash
- Fixed issue where invalid characters from config file upload was accepted and stored
- Various bug fixes of realtime calculations
- Various bug fixes in MQTT payload
- Energy price fetch without ENTSO-E API key
- Fetches prices from a centralized server dedicated to this project
- Works with both ESP32 and ESP8266
Note:
- Kamstrup owners may need to configure a multiplier on amperage starting from this version
API changes:
data.json
- Added ea.h.i, ea.d.i and ea.m.i (float) which contains calculated income for export
- Added pr (string) for price area
- Added he (int) for HAN errors
- Added ee (int) for Entso-e errors (price fetching)
- Added a (boolean) to know if web authentication is enabled or not