Files
ksysguard-sensor-mqtt/example-config.yaml

23 lines
675 B
YAML
Raw Permalink Normal View History

2019-12-09 23:19:30 +01:00
---
mqtt:
host: mqtt.example.com
username: yourusername # Optional
password: yourpassword # Optional
subscriptions:
-
topic: "/things/living_room/sensors/temperature/01"
monitor: "Living room/temperature"
type: float
description:
name: "Living room temperature"
units: "° C"
-
topic: "/things/living_room/sensors/humidity/01"
monitor: "Living room/humidity"
type: integer
description:
name: "Living room relative humidity"
min: 0
max: 100
units: "%"