Upgrade P1 logger to 0.0.4
This commit is contained in:
parent
2c1899c69e
commit
8172868c29
2 changed files with 15 additions and 1 deletions
|
@ -1 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.0.4] 2024-07-26
|
||||||
|
|
||||||
|
- Adds support for logging electricity sags and swells
|
||||||
|
- Contains preliminary work to support logging variables specific to Belgium and Luxembourg
|
||||||
|
- Adds English and German language Grafana dashboards
|
||||||
|
- Upgrades the golang version P1 Logger is built with from 1.21 -> 1.22
|
||||||
|
- Implements proper DB migrations for seamless future upgrading
|
||||||
|
- Adds links to DSMR documentation in the ESPHome example.
|
||||||
|
- Fixes an issue with the Dutch dashboard, making it suitable for external use.
|
||||||
|
|
||||||
|
## [0.0.3] 2024-07-25
|
||||||
|
|
||||||
|
- First P1 Logger release with Home Assistant add-on support
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
||||||
---
|
---
|
||||||
name: P1 Logger
|
name: P1 Logger
|
||||||
version: "0.0.3"
|
version: "0.0.4"
|
||||||
slug: p1_logger
|
slug: p1_logger
|
||||||
description: "P1 Logger add-on for Home Assistant"
|
description: "P1 Logger add-on for Home Assistant"
|
||||||
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/p1-logger
|
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/p1-logger
|
||||||
|
|
Loading…
Reference in a new issue