-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
31 lines (30 loc) · 938 Bytes
/
settings.json
File metadata and controls
31 lines (30 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"log_template": "%t %m",
"max_history": 200,
"max_evals": 100,
"mqtt": {
"broker": "192.168.178.33",
"port": 1883,
"topic": "MeterMonitor/#",
"username": "esp",
"password": "esp"
},
"ingress": false,
"allow_negative_correction": true,
"enable_auth": true,
"secret_key": "change_me",
"http": {
"enabled": true,
"host": "0.0.0.0",
"port": 8070
},
"dbfile": "data/watermeters.sqlite",
"output_dataset": "data/output_dataset",
"publish_to": "homeassistant/sensor/watermeter_{device}/",
"homeassistant": {
"use_supervisor_token": false,
"url": "http://homeassistant.local:8080",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI5MGI0N2M3OGJhOTM0OTU4OGQzY2I2YTExZDM0NjU0NyIsImlhdCI6MTc2OTUzNzI5NCwiZXhwIjoyMDg0ODk3Mjk0fQ.jt52BGpdtk3IxPUXlmvSom9PPrTWPck6NPXZJHAtG2A",
"request_timeout_s": 10
}
}