-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.sample.ini
More file actions
43 lines (40 loc) · 1 KB
/
config.sample.ini
File metadata and controls
43 lines (40 loc) · 1 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
[Setup]
; enable debug in logs
debug = true
; gps device
gps = com.victronenergy.gps.ve_ttyACM0
; aggregate outdoor devices with online
aggregate = true
; show cpu temperature
cpu = true
[MQTTBroker]
; ip of the Venus OS broker
address = 127.0.0.1
; port of the Venus OS broker
port = 1883
; custom name of the venus os broker
name = VenusOS Broker
; online weather fetcher
[Online]
; add a special device to fetch weather from you gps current position from
addDevice = true
; interval to fetch
interval = 10
; weather api provider wunderground | openweather
provider = wunderground
apiKey = <your chosen provider api key>
; metric | imperial
units = metric
; list of devices
; format:
; device_name = model,channel,topic,temparature json field, type
; BATTERY=0
; FRIDGE=1
; GENERIC=2
; ROOM=3
; OUTDOOR=4
; WATER_HEATER=5
; FREEZER=6
[Devices]
Temperatura Esterna = Thermopro-TX2C,2,rtl_433/Thermopro-TX2C/2,temperature_C,4
Temperatura Cellula = Oregon-THGR810,1,rtl_433/Oregon-THGR810/1,temperature_C,3