Update OpenDTU Logger v0.1.3 > v0.1.5.
This commit is contained in:
parent
4722934781
commit
f858eb86bc
3 changed files with 12 additions and 2 deletions
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.5] 2025-05-15
|
||||
|
||||
- OpenDTU Logger was tested to be compatible with OpenDTU versions v24.6.10 - v25.5.10.
|
||||
- Dependency upgrades
|
||||
|
||||
## [0.1.4] 2025-02-15
|
||||
|
||||
- OpenDTU Logger was tested to be compatible with OpenDTU v24.6.10 - v25.2.3.
|
||||
- Dependency upgrades
|
||||
|
||||
## [0.1.3] 2024-08-10
|
||||
|
||||
- An issue with the Dockerfile was fixed, causing cross-compilation issues. Previously, all container architectures would be compiled with an arm64 binary. The add-on would fail to run on e.g. x86 / amd64 systems. This has now been fixed.
|
||||
|
|
|
@ -6,7 +6,7 @@ While Home Assistant is great for energy management and short-term data storage,
|
|||
|
||||
- Detailed but efficient storage of inverter metrics, without taking up too much disk space.
|
||||
- Easy and fast visualisation and analysis: Use the included Grafana dashboards to get started quickly, or build your own using simple SQL queries.
|
||||
- OpenDTU Logger v0.1.3 is compatible with OpenDTU versions v24.6.10 - v25.1.14.
|
||||
- OpenDTU Logger v0.1.5 is compatible with OpenDTU versions v24.6.10 - v25.5.10.
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
||||
---
|
||||
name: OpenDTU Logger
|
||||
version: "0.1.3"
|
||||
version: "0.1.5"
|
||||
slug: opendtu_logger
|
||||
description: "OpenDTU Logger add-on for Home Assistant"
|
||||
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/opendtu-logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue