-
Notifications
You must be signed in to change notification settings - Fork 3
/
vito_20c8.xml
106 lines (93 loc) · 3.1 KB
/
vito_20c8.xml
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
<vito>
<devices>
<device ID="20C8" name="V200KW2" protocol="KW2"/>
</devices>
<commands>
<command name='getTempA' protocmd='getaddr'>
<addr>5525</addr>
<len>2</len>
<unit>UT</unit>
<description>Determine the outside temperature in degrees C</description>
</command>
<command name='getTempAg' protocmd='getaddr'>
<addr>5527</addr>
<len>2</len>
<unit>UT</unit>
<description>Determine the attenuated outside temperature in degrees C</description>
</command>
<command name='getTempAbg' protocmd='getaddr'>
<addr>0808</addr>
<len>2</len>
<unit>UT</unit>
<description>Determine the exhaust gas temperature in degrees C</description>
</command>
<command name='getTemp17A' protocmd='getaddr'>
<addr>080A</addr>
<len>2</len>
<unit>UT</unit>
<description>Determine the temperature of 17A degrees C </description>
</command>
<command name='getPumpeStatusSp' protocmd='getaddr'>
<addr>0845</addr>
<len>1</len>
<unit>RT</unit>
<description>Determine the status of the storage tank charging pump</description>
</command>
<command name='getTempWWsoll' protocmd='getaddr'>
<addr>0814</addr>
<len>2</len>
<unit>UT</unit>
<description>CHECK ::: Determine the hot water temperature in degrees C</description>
</command>
<command name='getTempWW' protocmd='getaddr'>
<addr>0812</addr>
<len>2</len>
<unit>UT</unit>
<description>Determine the water temperature in degrees C</description>
</command>
<command name='getTempKsoll' protocmd='getaddr'>
<addr>5502</addr>
<len>2</len>
<unit>UT</unit>
<error>05 05</error>
<description>CHECK ::: Determine the boiler temperature in degrees C.</description>
</command>
<command name='getTempKist' protocmd='getaddr'>
<addr>0810</addr>
<len>2</len>
<unit>UT</unit>
<error>05 05</error>
<description>Determine the boiler temperature in degrees C</description>
</command>
<command name='getBrennerStatus' protocmd='getaddr'>
<addr>551E</addr>
<len>1</len>
<unit>RT</unit>
<description>CHECK ::: Determine the burner status </description>
</command>
<command name='getBrennerStarts' protocmd='getaddr'>
<addr>088A</addr>
<len>2</len>
<unit>CO</unit>
<description> Determine the burner starts</description>
</command>
<command name='getBrennerStunden1' protocmd='getaddr'>
<addr>0886</addr>
<len>4</len>
<unit>CS</unit>
<description> the burner hours Level 1</description>
</command>
<command name='getBrennerStunden2' protocmd='getaddr'>
<addr>08AB</addr>
<len>4</len>
<unit>CS</unit>
<description>Determine the burner stage 2 hours</description>
</command>
<command name='getSystemTime' protocmd='getaddr'>
<addr>088E</addr>
<len>8</len>
<unit>TI</unit>
<description>system time</description>
</command>
</commands>
</vito>