Initial commit

This commit is contained in:
2019-12-09 23:19:30 +01:00
commit 2cb7a01988
5 changed files with 195 additions and 0 deletions

22
example-config.yaml Normal file
View File

@@ -0,0 +1,22 @@
---
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: "%"