spaceapi/generator/config.yaml

19 lines
343 B
YAML
Raw Normal View History

2021-01-03 23:04:07 +01:00
mqtt:
2024-04-19 14:50:54 +02:00
host: $MQTT_HOST
user: $MQTT_USER
password: $MQTT_PASSWORD
2021-01-03 23:04:07 +01:00
variables:
doorstatus:
topic: c3re/hhdst
cast: bool
2023-01-18 13:52:33 +01:00
doorstatus_ts:
topic: c3re/hhdst_tsu
cast: int
2021-01-03 23:04:07 +01:00
clubraum_temp:
2024-09-15 15:22:43 +02:00
topic: c3re/huette/klima/clubraumtemp
2021-01-03 23:04:07 +01:00
cast: float
werkstatt_temp:
2024-09-15 15:22:43 +02:00
topic: c3re/huette/klima/werkstatttemp
2021-01-03 23:04:07 +01:00
cast: float