-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.sh
executable file
·123 lines (93 loc) · 3.43 KB
/
test.sh
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
#!/bin/bash
ebusctl reload
echo "reloading config, may take 8 seconds"
sleep 8
echo "should be ready now"
read -n1 -r -p "Press any key to start" key
echo "SoftwareVersion"
ebusctl read -f SoftwareVersion
read -n1 -r -p "Press any key to continue..." key
echo "Ventilatorbetrieb"
ebusctl read -f Ventilatorbetrieb
read -n1 -r -p "Press any key to continue..." key
echo "TatsaechlicheDrehzahlZuluft"
ebusctl read -f TatsaechlicheDrehzahlZuluft
read -n1 -r -p "Press any key to continue..." key
echo "TatsaechlicheDrehzahlAbluft"
ebusctl read -f TatsaechlicheDrehzahlAbluft
read -n1 -r -p "Press any key to continue..." key
echo "WertDIPSchalter"
ebusctl read -f WertDIPSchalter
read -n1 -r -p "Press any key to continue..." key
echo "Ablufttemperatur"
ebusctl read -f Ablufttemperatur
read -n1 -r -p "Press any key to continue..." key
echo "Aussenlufttemperatur"
ebusctl read -f Aussenlufttemperatur
read -n1 -r -p "Press any key to continue..." key
echo "Zuluftmenge"
ebusctl read -f Zuluftmenge
read -n1 -r -p "Press any key to continue..." key
echo "Abluftmenge"
ebusctl read -f Abluftmenge
read -n1 -r -p "Press any key to continue..." key
echo "TatsaechlicheZuluftmenge"
ebusctl read -f TatsaechlicheZuluftmenge
read -n1 -r -p "Press any key to continue..." key
echo "TatsaechlicheAbluftmenge"
ebusctl read -f TatsaechlicheAbluftmenge
read -n1 -r -p "Press any key to continue..." key
echo "IstwertZuluftdruck"
ebusctl read -f IstwertZuluftdruck
read -n1 -r -p "Press any key to continue..." key
echo "IstwertAbluftdruck"
ebusctl read -f IstwertAbluftdruck
read -n1 -r -p "Press any key to continue..." key
echo "eBusSynchFehler"
ebusctl read -f eBusSynchFehler
read -n1 -r -p "Press any key to continue..." key
echo "BetriebsstundenTotal"
ebusctl read -f BetriebsstundenTotal
read -n1 -r -p "Press any key to continue..." key
echo "LuftmengeTotal"
ebusctl read -f LuftmengeTotal
read -n1 -r -p "Press any key to continue..." key
echo "LuftmengeStufe0"
ebusctl read -f LuftmengeStufe0
read -n1 -r -p "Press any key to continue..." key
echo "LuftmengeStufe1"
ebusctl read -f LuftmengeStufe1
read -n1 -r -p "Press any key to continue..." key
echo "LuftmengeStufe2"
ebusctl read -f LuftmengeStufe2
read -n1 -r -p "Press any key to continue..." key
echo "LuftmengeStufe3"
ebusctl read -f LuftmengeStufe3
read -n1 -r -p "Press any key to continue..." key
echo "BypassTemperatur"
ebusctl read -f BypassTemperatur
read -n1 -r -p "Press any key to continue..." key
echo "BypassHysterese"
ebusctl read -f BypassHysterese
read -n1 -r -p "Press any key to continue..." key
echo "Bypassbetrieb"
ebusctl read -f Bypassbetrieb
read -n1 -r -p "Press any key to continue..." key
echo "ZentralheizungWRG"
ebusctl read -f ZentralheizungWRG
read -n1 -r -p "Press any key to continue..." key
echo "UngleichgewichtMoeglich"
ebusctl read -f UngleichgewichtMoeglich
read -n1 -r -p "Press any key to continue..." key
echo "StaendigesUngleichgewicht"
ebusctl read -f StaendigesUngleichgewicht
read -n1 -r -p "Press any key to continue..." key
echo "RHSensorVorhanden"
ebusctl read -f RHSensorVorhanden
read -n1 -r -p "Press any key to continue..." key
echo "RHSensorEmpfindlichkeit"
ebusctl read -f RHSensorEmpfindlichkeit
read -n1 -r -p "Press any key to continue..." key
echo "BeleuchtungDisplay"
ebusctl read -f BeleuchtungDisplay
read -n1 -r -p "Press any key to continue..." key