]> git.basschouten.com Git - openhab-addons.git/blob
ad7fb5a157b29c69a375a5998ee3653d13ffd64d
[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-group-type id="device-information">
8                 <label>Device Information</label>
9                 <channels>
10                         <channel id="cabinet-temperature" typeId="cabinet-temperature-type"/>
11                         <channel id="heatsink-temperature" typeId="heatsink-temperature-type"/>
12                         <channel id="transformer-temperature" typeId="transformer-temperature-type"/>
13                         <channel id="other-temperature" typeId="other-temperature-type"/>
14                         <channel id="status" typeId="status-type"/>
15                 </channels>
16         </channel-group-type>
17
18         <channel-group-type id="ac-general">
19                 <label>AC Summary</label>
20                 <channels>
21                         <channel id="ac-total-current" typeId="ac-total-current-type"/>
22                         <channel id="ac-power" typeId="ac-power-type"/>
23                         <channel id="ac-frequency" typeId="ac-frequency-type"/>
24                         <channel id="ac-apparent-power" typeId="ac-apparent-power-type"/>
25                         <channel id="ac-reactive-power" typeId="ac-reactive-power-type"/>
26                         <channel id="ac-power-factor" typeId="ac-power-factor-type"/>
27                         <channel id="ac-lifetime-energy" typeId="ac-lifetime-energy-type"/>
28                 </channels>
29         </channel-group-type>
30
31         <channel-group-type id="ac-phase">
32                 <label>AC Phase</label>
33                 <channels>
34                         <channel id="ac-phase-current" typeId="ac-phase-current-type"/>
35                         <channel id="ac-voltage-to-next" typeId="ac-voltage-to-next-type"/>
36                         <channel id="ac-voltage-to-n" typeId="ac-voltage-to-n-type"/>
37                 </channels>
38         </channel-group-type>
39
40         <channel-group-type id="dc-general">
41                 <label>DC summary</label>
42                 <channels>
43                         <channel id="dc-current" typeId="dc-current-type"/>
44                         <channel id="dc-voltage" typeId="dc-voltage-type"/>
45                         <channel id="dc-power" typeId="dc-power-type"/>
46                 </channels>
47         </channel-group-type>
48
49 </thing:thing-descriptions>