• 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 | 6 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.

    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 | 9 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 | 11 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 | 12 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 | 13 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 | 17 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 | 19 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 | 22 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 | 25 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
  • v0.0.6 69b488acc8

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

    pieter released this 2024-03-28 14:33:33 +01:00 | 41 commits to main since this release

    README.md has been expanded with a better introduction and detailed installation instructions using Docker Compose.

    A systemd example service file has been added to the repository.
    The issue of requiring manual restarts on OpenDTU disconnects has been resolved both in Docker as well as systemd.

    OpenDTU logger is available in binary form for Linux, macOS and Windows.

    Additionally, this release adds support for the following processor architectures:

    • riscv64
    • arm/v6 (Raspberry Pi 1 / zero)
    • arm/v7 (Raspberry Pi 2 and up)
    • i386
    • mips64 (some routers supporting OpenWRT)

    Processor architectures arm64 and amd64 were already supported.

    Feedback to this release can be provided and questions can be asked through the contact form on my website.
    You can also respond by placing your remarks in this discussion on Github.

    Downloads