Skip to content

Commit

Permalink
Merge pull request #89 from sanderdw/reader-1.11.3
Browse files Browse the repository at this point in the history
DSMR Reader 1.11.3
  • Loading branch information
sanderdw committed Apr 22, 2024
2 parents 088b233 + 5b5e731 commit 863c34f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dsmr-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- 'master'
- 'reader-1.11.2'
- 'reader-1.11.3'
tags:
- '*.*.*'
paths:
Expand All @@ -23,28 +23,28 @@ jobs:
# AMD64
- DOCKER_TAG_SUFFIX: amd64
S6_ARCH: amd64
BASE_IMAGE: xirixiz/dsmr-reader-docker:5.11.0-2024.02.04
BASE_IMAGE: ghcr.io/xirixiz/dsmr-reader-docker:5.11.0-2024.04.03
PLATFORMS: linux/amd64
QEMU_ARCH: x86_64

# ARM32V6
- DOCKER_TAG_SUFFIX: armhf
S6_ARCH: armhf
BASE_IMAGE: xirixiz/dsmr-reader-docker:5.11.0-2024.02.04
BASE_IMAGE: ghcr.io/xirixiz/dsmr-reader-docker:5.11.0-2024.04.03
PLATFORMS: linux/arm/v6
QEMU_ARCH: arm

# ARM32V7
- DOCKER_TAG_SUFFIX: armv7
S6_ARCH: armv7
BASE_IMAGE: xirixiz/dsmr-reader-docker:5.11.0-2024.02.04
BASE_IMAGE: ghcr.io/xirixiz/dsmr-reader-docker:5.11.0-2024.04.03
PLATFORMS: linux/arm/v7
QEMU_ARCH: arm

# ARM64V8
- DOCKER_TAG_SUFFIX: aarch64
S6_ARCH: aarch64
BASE_IMAGE: xirixiz/dsmr-reader-docker:5.11.0-2024.02.04
BASE_IMAGE: ghcr.io/xirixiz/dsmr-reader-docker:5.11.0-2024.04.03
PLATFORMS: linux/arm64/v8
QEMU_ARCH: aarch64

Expand Down
9 changes: 9 additions & 0 deletions dsmr_reader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.11.3

- Datalogger automatically restarts again
- From 1.11.1
- Support for PostgreSQL 16.2
- Technical: Bashio update to v0.16.2
- Technical: Github Action workflow updated
- Technical: S6 Overlay v3

## 1.11.2

- Some users are noticing stability issues so revert until [issue](https://https://github.com/sanderdw/hassio-addons/issues/86) is resolved
Expand Down
2 changes: 1 addition & 1 deletion dsmr_reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Credits to Dennis Siemensma for creating the DSMR Reader software (https://dsmr-
![DSMR Reader](https://github.com/sanderdw/hassio-addons/raw/master/images/dsmr_reader.png)

[dsmr-shield]: https://img.shields.io/badge/DSMR%20Reader%20Version-%205.11-purple.svg?style=flat-square
[addon-shield]: https://img.shields.io/badge/Addon%20Version-%201.11.2-purple.svg?style=flat-square
[addon-shield]: https://img.shields.io/badge/Addon%20Version-%201.11.3-purple.svg?style=flat-square

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg?style=flat-square
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg?style=flat-square
Expand Down
3 changes: 2 additions & 1 deletion dsmr_reader/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DSMR Reader",
"version": "1.11.2",
"version": "1.11.3",
"slug": "dsmr_reader",
"description": "Used for reading the smart meter DSMR P1 port (https://dsmr-reader.readthedocs.io)",
"arch": ["armhf", "armv7", "aarch64", "amd64"],
Expand All @@ -12,6 +12,7 @@
"ingress": true,
"panel_icon": "mdi:leaf-circle-outline",
"hassio_api": true,
"init": false,
"map": ["backup:rw"],
"ports": {
"80/tcp": null
Expand Down
Binary file modified images/dsmr_reader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dsmr_reader.psd
Binary file not shown.

0 comments on commit 863c34f

Please sign in to comment.