forked from hobbyquaker/ccu.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-dist.json
62 lines (56 loc) · 1.44 KB
/
settings-dist.json
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
{
"httpEnabled": true,
"ioListenPort": 8080,
"httpsEnabled": false,
"ioListenPortSsl": 8443,
"useCache":true,
"useIPv6": false,
"authentication": {
"enabled": false,
"enabledSsl": false,
"user": "admin",
"password": "password"
},
"ccuIp": "",
"binrpc": {
"listenIp": "",
"listenPort": 2101,
"rfdEnabled": true,
"rfdId": "io_rf",
"rfdPort": 2001,
"hs485dEnabled": false,
"hs485dId": "io_wired",
"hs485dPort": 2000,
"cuxdEnabled": false,
"cuxdId": "io_cuxd",
"cuxdPort": 8701,
"checkEvents": {
"enabled": false,
"interval": 60,
"testAfter": 180,
"reinitAfter": 300,
"rfd": "BidCos-RF.BidCoS-RF:50.PRESS_SHORT",
"hs485d": "BidCos-Wired.BidCoS-Wir:50.PRESS_SHORT"
}
},
"stringTableLanguage": "de",
"logging": {
"enabled": true,
"file": "devices-variables.log",
"move": true,
"varChangeOnly": true,
"writeInterval": 60
},
"regahss": {
"pollData": true,
"pollDataTriggerEnabled": false,
"pollDataTrigger": "BidCos-RF.BidCoS-RF:50.PRESS_LONG",
"pollDataInterval": 15000
},
"stats": true,
"statsIntervalMinutes": 15,
"scriptEngineEnabled": false,
"longitude": 9.1833,
"latitude": 48.7667,
"language": "en"
}