From 8172868c295d5e2a01e412e0591c354b844da3a8 Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Fri, 26 Jul 2024 22:11:24 +0200 Subject: [PATCH] Upgrade P1 logger to 0.0.4 --- p1-logger/CHANGELOG.md | 14 ++++++++++++++ p1-logger/config.yml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/p1-logger/CHANGELOG.md b/p1-logger/CHANGELOG.md index 825c32f..e7e1a41 100644 --- a/p1-logger/CHANGELOG.md +++ b/p1-logger/CHANGELOG.md @@ -1 +1,15 @@ # 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 diff --git a/p1-logger/config.yml b/p1-logger/config.yml index 8bb4666..773d06e 100644 --- a/p1-logger/config.yml +++ b/p1-logger/config.yml @@ -1,7 +1,7 @@ # https://developers.home-assistant.io/docs/add-ons/configuration/ --- name: P1 Logger -version: "0.0.3" +version: "0.0.4" slug: p1_logger description: "P1 Logger add-on for Home Assistant" url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/p1-logger