• v0.1.4 f75fe8d72c

    v0.1.4
    All checks were successful
    Build Docker image / build (push) Successful in 2m26s
    Build Golang packages / release (push) Successful in 2m26s
    Stable

    pieter released this 2025-02-15 11:41:19 +01:00 | 0 commits to main since this release

    OpenDTU Logger 0.1.4 has been tested with OpenDTU versions v24.6.10 - v25.2.3.

    Under the hood, with v0.1.4 the following dependencies are upgraded

    • golang: 1.22 upgraded to 1.24
    • goose: v3.21.1 upgraded to v3.24.1
    • go-retry v0.2.4 upgraded to v0.3.0
    • sync v0.7.0 upgraded to v0.11.0
    Downloads
  • v0.1.3 ce336b4f85

    v0.1.3
    All checks were successful
    Build Docker image / build (push) Successful in 2m16s
    Build Golang packages / release (push) Successful in 2m1s
    Stable

    pieter released this 2024-08-08 12:24:23 +02:00 | 10 commits to main since this release

    v0.1.3 fixes an issue with the Dockerfile, causing cross-compilation issues.
    Previously, all container architectures would be compiled with an arm64 binary. This has now been fixed.

    Additionally, when events are recorded, the local timezone is now taken into account.

    OpenDTU Logger 0.1.3 has been tested with OpenDTU versions v24.6.10 - v25.1.14.

    Downloads
  • v0.1.2 32bebfdca2

    v0.1.2
    All checks were successful
    Build Docker image / build (push) Successful in 1m12s
    Build Golang packages / release (push) Successful in 2m16s
    Stable

    pieter released this 2024-07-27 00:43:29 +02:00 | 13 commits to main since this release

    With this release, preliminary support for configurable log levels is expanded to binary and Docker container execution.

    Downloads
  • v0.1.1 b63c1e85d3

    v0.1.1
    All checks were successful
    Build Docker image / build (push) Successful in 1m35s
    Build Golang packages / release (push) Successful in 2m4s
    Stable

    pieter released this 2024-07-27 00:08:40 +02:00 | 15 commits to main since this release

    This version adds preliminary support for configurable log levels for development purposes in Home Assistant.

    Downloads
  • v0.1.0 48d0382b0e

    v0.1.0
    All checks were successful
    Build Docker image / build (push) Successful in 1m12s
    Build Golang packages / release (push) Successful in 2m4s
    Stable

    pieter released this 2024-07-26 23:46:19 +02:00 | 16 commits to main since this release

    BREAKING CHANGE

    • The REMOTE_URL environment variable was renamed to OPENDTU_ADDRESS

    This release adds support for logging password-protected OpenDTU's.
    The Docker Compose and systemd files have been updated with the new environment variables to make this possible.
    For Home Assistant, refer to the add-on repository changelog.

    Downloads
  • v0.0.11 bf885fb84c

    v0.0.11
    All checks were successful
    Build Docker image / build (push) Successful in 1m5s
    Build Golang packages / release (push) Successful in 2m6s
    Stable

    pieter released this 2024-07-26 22:42:31 +02:00 | 17 commits to main since this release

    • Adds automatic database migrations, so future upgrades can be performed automatically and will not require user intervention.
    • Upgrades dependencies
    • Changes the default "main" version in the compose examples to "latest".
    Downloads
  • v0.0.10 6902facab6

    v0.0.10
    All checks were successful
    Build Docker image / build (push) Successful in 1m14s
    Build Golang packages / release (push) Successful in 1m56s
    Stable

    pieter released this 2024-07-26 11:00:41 +02:00 | 21 commits to main since this release

    Bugfix release:
    In v0.0.9, I forgot to migrate insertLiveData and queryEventsEndpoint to use the new config struct.
    This caused issues in Home Assistant as the OpenDTU events endpoint wasn't configured correctly.
    Additionally, in Home Assistant, the timezone wasn't set properly.
    This has now been fixed.

    Downloads
  • v0.0.9 79ea7706e1

    v0.0.9
    All checks were successful
    Build Docker image / build (push) Successful in 1m13s
    Build Golang packages / release (push) Successful in 2m2s
    Stable

    pieter released this 2024-07-25 21:04:50 +02:00 | 23 commits to main since this release

    This version finalises Home Assistant support and adds an init message on successful startup.

    Downloads
  • v0.0.8 2d843ceb3f

    v0.0.8
    All checks were successful
    Build Docker image / build (push) Successful in 1m6s
    Build Golang packages / release (push) Successful in 1m58s
    Stable

    pieter released this 2024-07-25 19:26:36 +02:00 | 26 commits to main since this release

    This version contains preparations to install OpenDTU Logger as a Home Assistant addon.

    Downloads
  • v0.0.7 2f3e8ad1d6

    v0.0.7
    All checks were successful
    Build Docker image / build (push) Successful in 1m19s
    Build Golang packages / release (push) Successful in 2m6s
    Stable

    pieter released this 2024-07-25 11:13:49 +02:00 | 29 commits to main since this release

    Major features

    Other improvements

    • Miscellaneous edits were made to README.md, better explaining the goals of OpenDTU Logger and providing information on how to give feedback.
    Downloads