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
|
2024-10-08 14:04:12 +02:00
|
|
|
|
|
|
|
extra_files:
|
|
|
|
prusaxl_online.json:
|
2024-10-14 19:41:18 +02:00
|
|
|
topic: c3re/prusa-xl/online
|
2024-10-08 14:04:12 +02:00
|
|
|
prusaxl_status.json:
|
2024-10-14 18:03:14 +02:00
|
|
|
topic: c3re/prusa-xl/status/printer/state
|
2024-10-08 14:04:12 +02:00
|
|
|
prusaxl_percentage.json:
|
2024-10-14 18:03:14 +02:00
|
|
|
topic: c3re/prusa-xl/status/job/progress
|