smartbridge/smartbridge.yml.example
Felix Niederwanger 2a9df9a9db
Add influxdb
Adds influxdb data push
2023-05-31 22:00:33 +02:00

21 lines
389 B
Plaintext

---
# 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: ""
password: ""
influxdb:
url: "http://localhost:8086"
token: ""
organization: "home"
bucket: "home"
measurement: "power"