-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.sample
40 lines (39 loc) · 1.11 KB
/
config.json.sample
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
{
"davis_weatherlinkIP_interface": {
"user": "The Device ID found under Device Info from your Davis account",
"password": "Your Davis account password"
},
"OR_davis_console_interface": {
"api_key": "Get this API Key V2 from your Davis...",
"api_secret": "...Account Information screen",
"station_name": "The is set via your 6313 Console"
},
"operating_hours": {
"24_hours_per_day": false,
"on_time": "07:00",
"off_time": "22:00"
},
"dimmer": {
"use_sensor": true,
"max_brightness_percent": 100,
"min_brightness_percent": 20
},
"UV": {
"show_UV": true,
"alternate_with_hi_lo_temp": true,
"hi_lo_temp_length_seconds": 10
},
"adafruit_IO": {
"user": "Optional username would go here",
"key": "And key would go here",
"feed": "Feed name aka key"
},
"locale" : {
"latitude": 50.1234,
"longitude": -119.9876,
"horizon": 0.0,
"really_hot": 35,
"really_cold": -20
},
"use_Celsius": true
}