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">
7 <channel-group-type id="device-information">
8 <label>Device Information</label>
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"/>
18 <channel-group-type id="ac-general">
19 <label>AC Summary</label>
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"/>
31 <channel-group-type id="ac-phase">
32 <label>AC Phase</label>
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"/>
40 <channel-group-type id="dc-general">
41 <label>DC summary</label>
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"/>
49 </thing:thing-descriptions>