Add goodwe

This commit is contained in:
2026-01-24 18:14:50 +01:00
parent a2022e0af5
commit 222183487c
3 changed files with 21 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ include:
- compose.esphome.yaml
- compose.collectd.yaml
- compose.beszel.yaml
- goodwe/compose.yaml
# Storage
- compose.seafile.yaml

5
goodwe/.env Normal file
View File

@@ -0,0 +1,5 @@
DISCOVERY_INTERVAL=60
BROADCAST_SUBNET=192.168.2.255
MQTT_BROKER=host
MQTT_PORT=1883
MQTT_TOPIC=goodwe

15
goodwe/compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
services:
goodwe:
build:
context: .
dockerfile: Dockerfile
image: goodwe
container_name: goodwe
restart: always
env_file:
- .env
volumes:
- ./src:/app/src:ro
network_mode: host
extra_hosts:
- host:192.168.2.150