forked from thomaseichhorn/bacdevice
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathserver_cabinets_25c.cfg
53 lines (43 loc) · 1002 Bytes
/
server_cabinets_25c.cfg
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
[server]
# for test running locally:
#ip = 127.0.0.1
#port = 0
# for DESY BACnet:
ip = 10.169.204.200
port = 47809
# to be decided:
objectName = DAF-CR-Gate-Srv
vendorIdentifier = 15
vendorName = DESY-DAF
location = DAF Geb.25c
modelName = CLEANROOM-METERS
description = Geb.25C Curing Cabinets
verbose = 1
# daf
thermorasps = rasp3-bus1-ch1 rasp3-bus4-ch1 rasp3-bus4-ch0 rasp3-bus3-ch1
[storage]
path = curing-cabinets
[rasp3-bus1-ch1]
host = fhlthermorasp3.desy.de
port = 50008
name = cabinet2_bme680-top
description = RaspPi with meters
updateInterval = 60
[rasp3-bus4-ch1]
host = fhlthermorasp3.desy.de
port = 50009
name = cabinet2_bme680-middle
description = RaspPi with meters
updateInterval = 60
[rasp3-bus4-ch0]
host = fhlthermorasp3.desy.de
port = 50010
name = cabinet2_bme680-bottom
description = RaspPi with meters
updateInterval = 60
[rasp3-bus3-ch1]
host = fhlthermorasp3.desy.de
port = 50011
name = cabinet2_bme680-extra
description = RaspPi with meters
updateInterval = 60