Minor fixes, build arm32v7
This commit is contained in:
parent
d150cba3b3
commit
f88a555402
3 changed files with 3 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -22,6 +22,6 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||
push: true
|
||||
tags: gbeine/fronius2mqtt:latest
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# fronius2mqtt
|
||||
|
||||
A Fronius HTTP API to MQTT bridge
|
||||
# fronius2mqtt - A Fronius HTTP API to MQTT bridge
|
||||
|
||||
Attention: This is a complete rewrite of the bridge.
|
||||
While the old fronius2mqtt brigde used polling the inverters to fetch the data, the new version make use of the push feature provided by Fronius Symo.
|
||||
|
|
Loading…
Reference in a new issue