-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
76 lines (51 loc) · 1.2 KB
/
config.py
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
67
68
69
70
71
72
73
74
75
76
[GLOBAL]
workingpath = /net/html/iotserver/iotslave
#################################################
# #
# Server #
# #
#################################################
[SERVER]
Name = home_server
Adress = 192.168.1.30
Port = 5050
logname = Server.log
#max count IP Threads
clients_max = 5
#################################################
# #
# Client #
# #
#################################################
[Slave_Basic]
#name slave
Name = Raspi2
#zone on slave. wenn you run multiple slaves on one Rasberry. but must be filled
Zone = balkon
logname = slave.log
#if i²c Mulitplex installed default 0
switch = 1
switch_adress = 0x70
switch_port = 1
#################################################
# #
# Client Module/Sensor Load #
# #
#################################################
##################SENSORS#########################
[sensors]
#time in Seconds
update = 4
demosensor = 1
bh1750 = 1
htu21d = 1
##################MODULS#########################
[module]
mcp23017 = 1
pcf8574 = 1
demoic = 1
##############Plugins############################
[plugin]
basic2 = 1
text_display = 1
io_basic = 1