Skip to content

Anpassung der Konfiguration klappt nicht (ab v0.15 relevant) #3841

Answered by ledermann
WildesFried asked this question in Q&A
Discussion options

You must be logged in to vote

Ein praktisches Tool von Docker ist dieses Statement:

docker compose config

Man sieht dann, welche Variablen wirklich bei den Containern ankommen. Wendet man das auf deine Installation an, sieht man u.a. diese Zeile:

INFLUX_SENSOR_HOUSE_POWER: null

Das heißt, SOLECTRUS weiß nicht, wo er den Hausverbrauch hernehmen soll. Daher kommt ein Fallback zum Tragen und die Warnung erscheint im Log.

Ein Blick in die .env verrät die Ursache:

INFLUX_SENSOR_SENSOR_HOUSE_POWER=SENEC:house_power

Das ist ein Tippfehler, es müsste heißen:

INFLUX_SENSOR_HOUSE_POWER=SENEC:house_power

Bezüglich Forecast noch ein Hinweis: In deiner .env wird forecast:watt als Sensor konfiguriert. Du musst sicherstellen, dass h…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@WildesFried
Comment options

Comment options

You must be logged in to vote
6 replies
@ledermann
Comment options

@WildesFried
Comment options

@ledermann
Comment options

Answer selected by WildesFried
@WildesFried
Comment options

@ledermann
Comment options

@ledermann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants