smartbridge/smartbridge.yml.example

21 lines
389 B
Plaintext
Raw Permalink Normal View History

---
# smartbridge configuration
remote: "192.168.0.1" # Smartbridge IP address
delay: 5 # Seconds between polls
verbose: False
mqtt:
remote: "192.168.0.1"
port: 1883
clientid: "smartbridge"
topic: "home/power"
username: ""
2023-05-31 20:00:33 +00:00
password: ""
influxdb:
url: "http://localhost:8086"
token: ""
organization: "home"
bucket: "home"
measurement: "power"