]> git.basschouten.com Git - openhab-addons.git/blob
b409f22da06c8e3202fbe1ea38869031ab35961a
[openhab-addons.git] /
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <thing:thing-descriptions bindingId="modbus"
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
5         xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
6
7         <channel-type id="fek-temperature-type">
8                 <item-type>Number:Temperature</item-type>
9                 <label>FFK Temperature</label>
10                 <state readOnly="true" pattern="%.1f %unit%"/>
11         </channel-type>
12
13         <channel-type id="fek-temperature-setpoint-type">
14                 <item-type>Number:Temperature</item-type>
15                 <label>FFK Temperature Set Point</label>
16                 <state readOnly="true" pattern="%.1f %unit%"/>
17         </channel-type>
18         <channel-type id="fek-humidity-type">
19                 <item-type>Number:Dimensionless</item-type>
20                 <label>FFK Humidity</label>
21                 <state readOnly="true" pattern="%.1f %unit%"/>
22         </channel-type>
23         <channel-type id="fek-dewpoint-type">
24                 <item-type>Number:Temperature</item-type>
25                 <label>FFK Dewpoint</label>
26                 <state readOnly="true" pattern="%.1f %unit%"/>
27         </channel-type>
28         <channel-type id="outdoor-temperature-type">
29                 <item-type>Number:Temperature</item-type>
30                 <label>Outdoor Temperature</label>
31                 <state readOnly="true" pattern="%.1f %unit%"/>
32         </channel-type>
33
34         <channel-type id="hk1-temperature-type">
35                 <item-type>Number:Temperature</item-type>
36                 <label>HK1 Temperature</label>
37                 <state readOnly="true" pattern="%.1f %unit%"/>
38         </channel-type>
39         <channel-type id="hk1-temperature-setpoint-type">
40                 <item-type>Number:Temperature</item-type>
41                 <label>HK1 Temperature Set Point</label>
42                 <state readOnly="true" pattern="%.1f %unit%"/>
43         </channel-type>
44         <channel-type id="supply-temperature-type">
45                 <item-type>Number:Temperature</item-type>
46                 <label>Supply Temperature</label>
47                 <state readOnly="true" pattern="%.1f %unit%"/>
48         </channel-type>
49         <channel-type id="return-temperature-type">
50                 <item-type>Number:Temperature</item-type>
51                 <label>Return Temperature</label>
52                 <state readOnly="true" pattern="%.1f %unit%"/>
53         </channel-type>
54         <channel-type id="source-temperature-type">
55                 <item-type>Number:Temperature</item-type>
56                 <label>Source Temperature</label>
57                 <state readOnly="true" pattern="%.1f %unit%"/>
58         </channel-type>
59         <channel-type id="water-temperature-type">
60                 <item-type>Number:Temperature</item-type>
61                 <label>Water Temperature</label>
62                 <state readOnly="true" pattern="%.1f %unit%"/>
63         </channel-type>
64         <channel-type id="water-temperature-setpoint-type">
65                 <item-type>Number:Temperature</item-type>
66                 <label>Water Temperature Set Point</label>
67                 <state readOnly="true" pattern="%.1f %unit%"/>
68         </channel-type>
69
70
71         <channel-type id="production-heat-today-type">
72                 <item-type>Number:Energy</item-type>
73                 <label>Heat Quantity Today</label>
74                 <state readOnly="true" pattern="%.1f %unit%"/>
75         </channel-type>
76         <channel-type id="production-heat-total-type">
77                 <item-type>Number:Energy</item-type>
78                 <label>Heat Quantity Total</label>
79                 <state readOnly="true" pattern="%.1f %unit%"/>
80         </channel-type>
81         <channel-type id="production-water-today-type">
82                 <item-type>Number:Energy</item-type>
83                 <label>Water Heat Quantity Today</label>
84                 <state readOnly="true" pattern="%.1f %unit%"/>
85         </channel-type>
86         <channel-type id="production-water-total-type">
87                 <item-type>Number:Energy</item-type>
88                 <label>Water Heat Quantity Total</label>
89                 <state readOnly="true" pattern="%.1f %unit%"/>
90         </channel-type>
91
92         <channel-type id="consumption-heat-today-type">
93                 <item-type>Number:Energy</item-type>
94                 <label>Power Consumption for Heating Today</label>
95                 <state readOnly="true" pattern="%.1f %unit%"/>
96         </channel-type>
97         <channel-type id="consumption-heat-total-type">
98                 <item-type>Number:Energy</item-type>
99                 <label>Power Consumption for Heating Total</label>
100                 <state readOnly="true" pattern="%.1f %unit%"/>
101         </channel-type>
102         <channel-type id="consumption-water-today-type">
103                 <item-type>Number:Energy</item-type>
104                 <label>Power Consumption for Water Today</label>
105                 <state readOnly="true" pattern="%.1f %unit%"/>
106         </channel-type>
107         <channel-type id="consumption-water-total-type">
108                 <item-type>Number:Energy</item-type>
109                 <label>Power Consumption for Water Total</label>
110                 <state readOnly="true" pattern="%.1f %unit%"/>
111         </channel-type>
112         <channel-type id="is-heating-type">
113                 <item-type>Contact</item-type>
114                 <label>Currently Heating</label>
115                 <state readOnly="true"/>
116         </channel-type>
117         <channel-type id="is-heating-water-type">
118                 <item-type>Contact</item-type>
119                 <label>Currently Heating Water</label>
120                 <state readOnly="true"/>
121         </channel-type>
122         <channel-type id="is-cooling-type">
123                 <item-type>Contact</item-type>
124                 <label>Currently Cooling</label>
125                 <state readOnly="true"/>
126         </channel-type>
127         <channel-type id="is-pumping-type">
128                 <item-type>Contact</item-type>
129                 <label>Currently Pumping</label>
130                 <state readOnly="true"/>
131         </channel-type>
132         <channel-type id="is-summer-type">
133                 <item-type>Contact</item-type>
134                 <label>Summer Operation Mode</label>
135                 <state readOnly="true"/>
136         </channel-type>
137         <channel-type id="operation-mode-type">
138                 <item-type>Number</item-type>
139                 <label>Operation Mode</label>
140                 <state readOnly="true">
141                         <options>
142                                 <option value="0">Emergency</option>
143                                 <option value="1">Ready</option>
144                                 <option value="2">Program</option>
145                                 <option value="3">Comfort</option>
146                                 <option value="4">Eco</option>
147                                 <option value="5">Water</option>
148                         </options>
149                 </state>
150         </channel-type>
151         <channel-type id="comfort-temperature-heating-type">
152                 <item-type>Number:Temperature</item-type>
153                 <label>Comfort Temperature Heating</label>
154                 <state pattern="%.1f %unit%"/>
155         </channel-type>
156         <channel-type id="eco-temperature-heating-type">
157                 <item-type>Number:Temperature</item-type>
158                 <label>Eco Temperature Heating</label>
159                 <state pattern="%.1f %unit%"/>
160         </channel-type>
161         <channel-type id="comfort-temperature-water-type">
162                 <item-type>Number:Temperature</item-type>
163                 <label>Comfort Temperature Water</label>
164                 <state pattern="%.1f %unit%"/>
165         </channel-type>
166         <channel-type id="eco-temperature-water-type">
167                 <item-type>Number:Temperature</item-type>
168                 <label>Eco Temperature Water</label>
169                 <state pattern="%.1f %unit%"/>
170         </channel-type>
171 </thing:thing-descriptions>