Compare commits
2 Commits
s-allius/u
...
v0.14.0-rc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7365980c2f | ||
|
|
11e3226460 |
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
- add-on: bump python to version 3.12.10-r1
|
||||||
- set no of pv modules for MS800 GEN3PLUS inverters
|
- set no of pv modules for MS800 GEN3PLUS inverters
|
||||||
- fix the paths to copy the config.example.toml file during proxy start
|
- fix the paths to copy the config.example.toml file during proxy start
|
||||||
- add MQTT topic `dcu_power` for setting output power on DCUs
|
- add MQTT topic `dcu_power` for setting output power on DCUs
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.5"
|
|||||||
FROM $BUILD_FROM AS base
|
FROM $BUILD_FROM AS base
|
||||||
|
|
||||||
# Installiere Python, pip und virtuelle Umgebungstools
|
# Installiere Python, pip und virtuelle Umgebungstools
|
||||||
RUN apk add --no-cache python3=3.12.10-r0 py3-pip=24.3.1-r0 && \
|
RUN apk add --no-cache python3=3.12.10-r1 py3-pip=24.3.1-r0 && \
|
||||||
python -m venv /opt/venv && \
|
python -m venv /opt/venv && \
|
||||||
. /opt/venv/bin/activate
|
. /opt/venv/bin/activate
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
{
|
{
|
||||||
"name": "TSUN-Proxy (Release Candidate)",
|
"name": "TSUN-Proxy (Release Candidate)",
|
||||||
"description": "MQTT Proxy for TSUN Photovoltaic Inverters",
|
"description": "MQTT Proxy for TSUN Photovoltaic Inverters",
|
||||||
"version": "rc",
|
|
||||||
"image": "ghcr.io/s-allius/tsun-gen3-addon",
|
"image": "ghcr.io/s-allius/tsun-gen3-addon",
|
||||||
"slug": "tsun-proxy-rc",
|
"slug": "tsun-proxy-rc",
|
||||||
"advanced": true,
|
"advanced": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user