status output

This commit is contained in:
2024-11-06 14:13:37 +01:00
parent f231d42a4f
commit c81ed9644a
3 changed files with 49 additions and 19 deletions

5
env
View File

@ -7,10 +7,13 @@ export MQTT_BOX_TOPIC_PREFIXES='{
}'
export MQTT_CENTRAL_TOPICS='{
"general_off": "heating/system/general_off",
"maintenance_mode": "heating/system/maintenance_mode"
"maintenance_mode": "heating/system/maintenance_mode",
"status": "heating/system/status"
}'
export MQTT_STATUS_TOPIC="heating/status"
export OFF_TEMPERATURE="5.0"
export LOW_TEMPERATURE="15.0"
export DEFAULT_HIGH_TEMPERATURE="21.0"
export MAINTENANCE_TEMPERATURE="30.0"
export BOXES='{
"box1": {