-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.json
More file actions
66 lines (65 loc) · 2.31 KB
/
secrets.json
File metadata and controls
66 lines (65 loc) · 2.31 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"wifi" :
[ { "kind" : "WPA-PSK"
, "ssid" : "Asus-xxx2"
, "password" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
, { "kind" : "WPA-PSK"
, "ssid" : "Asus-xxx0"
, "password" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
, { "kind" : "WPA-PSK"
, "ssid" : "Asus-xxx4"
, "password" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
, { "kind" : "WPA-PSK"
, "ssid" : "Asus-xxx8"
, "password" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
, { "kind" : "WPA-PSK"
, "ssid" : "Asus-xxx7"
, "password" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
]
,
"mqtt":
{ "uid" : ""
, "url" : "10.0.0.120"
, "port" : 1883
, "user" : "rjvoosten"
, "pswd" : "xxxxxxxxxx"
, "topic_out" : "DenHaag/xxxxxxxxxx/Boiler/out"
, "topic_in" : "DenHaag/xxxxxxxxxx/Boiler/in"
}
,
"tibber":
{ "auth" : "Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
, "api_url" : "https://api.tibber.com/v1-beta/gql"
, "house_nr" : 0
, "post_code" : "xxxxCA"
}
,
"timeserver1":
{ "api_url" : "https://worldtimeapi.org/api/timezone/"
, "location" : "Europe/Berlin"
, "time_str" : "datetime"
}
,
"timeserver2":
{ "api_url" : "http://timeapi.io/api/TimeZone/zone?timeZone="
, "location" : "Europe/Berlin"
, "time_str" : "currentLocalTime"
}
,
"devices":
{ "tibbertype": "NO"
, "initmode" : "tibberon"
, "relaispin" : 22
, "ac712" : { "adcpin" : 27
, "powercorr" : 1.0
, "powertres" : 20
}
, "ledpin" : 20
, "ledvalue" : 1
}
}