1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
4 xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">
5 <thing-type uid="solax:local-connect-inverter">
6 <instruction-set targetVersion="1">
7 <add-channel id="inverter-output-power-phase1">
8 <type>system:electric-power</type>
9 <label>Inverter Input/Output Power Phase 1</label>
10 <description>Power to/from the inverter phase 1</description>
12 <add-channel id="inverter-output-power-phase2">
13 <type>system:electric-power</type>
14 <label>Inverter Input/Output Power Phase 2</label>
15 <description>Power to/from the inverter phase 2</description>
17 <add-channel id="inverter-output-power-phase3">
18 <type>system:electric-power</type>
19 <label>Inverter Input/Output Power Phase 3</label>
20 <description>Power to/from the inverter phase 3</description>
22 <add-channel id="inverter-total-output-power">
23 <type>system:electric-power</type>
24 <label>Inverter Input/Output Total Power</label>
25 <description>Power to/from the inverter on all phases</description>
27 <add-channel id="inverter-current-phase1">
28 <type>system:electric-current</type>
29 <label>Inverter Input/Output Current Phase 1</label>
30 <description>Current to/from the inverter phase 1</description>
32 <add-channel id="inverter-current-phase2">
33 <type>system:electric-current</type>
34 <label>Inverter Input/Output Current Phase 2</label>
35 <description>Current to/from the inverter phase 2</description>
37 <add-channel id="inverter-current-phase3">
38 <type>system:electric-current</type>
39 <label>Inverter Input/Output Current Phase 3</label>
40 <description>Current to/from the inverter phase 3</description>
42 <add-channel id="inverter-voltage-phase1">
43 <type>system:electric-voltage</type>
44 <label>Inverter Voltage Phase 1</label>
45 <description>Voltage of the inverter's phase 1</description>
47 <add-channel id="inverter-voltage-phase2">
48 <type>system:electric-voltage</type>
49 <label>Inverter Voltage Phase 2</label>
50 <description>Voltage of the inverter's phase 2</description>
52 <add-channel id="inverter-voltage-phase3">
53 <type>system:electric-voltage</type>
54 <label>Inverter Voltage Phase 3</label>
55 <description>Voltage of the inverter's phase 3</description>
57 <add-channel id="inverter-frequency-phase1">
58 <type>system:electric-voltage</type>
59 <label>Inverter Voltage Phase 3</label>
60 <description>Voltage of the inverter's phase 3</description>
62 <add-channel id="inverter-frequency-phase2">
63 <type>system:electric-voltage</type>
64 <label>Inverter Voltage Phase 2</label>
65 <description>Voltage of the inverter's phase 3</description>
67 <add-channel id="inverter-frequency-phase3">
68 <type>system:electric-voltage</type>
69 <label>Inverter Voltage Phase 3</label>
70 <description>Voltage of the inverter's phase 3</description>
72 <add-channel id="power-usage">
73 <type>system:electric-power</type>
74 <label>Power Usage</label>
75 <description>Current power consumption of the building</description>
77 <add-channel id="total-energy">
78 <type>system:electric-energy</type>
79 <label>Total Energy</label>
80 <description>Total energy output from the inverter</description>
82 <add-channel id="total-battery-discharge-energy">
83 <type>system:electric-energy</type>
84 <label>Total Battery Discharge Energy</label>
85 <description>Total energy from the battery output</description>
87 <add-channel id="total-battery-charge-energy">
88 <type>system:electric-energy</type>
89 <label>Total Battery Charge Energy</label>
90 <description>Total energy charged to the battery</description>
92 <add-channel id="total-pv-energy">
93 <type>system:electric-energy</type>
94 <label>Total PV Energy</label>
95 <description>Total energy produced by the PV</description>
97 <add-channel id="total-consumption">
98 <type>system:electric-energy</type>
99 <label>Total Consumption</label>
100 <description>Total energy consumed from the building</description>
102 <add-channel id="total-feed-in-energy">
103 <type>system:electric-energy</type>
104 <label>Total Feed-In Consumption</label>
105 <description>Total energy consumed from the electricity provider</description>
107 <add-channel id="today-energy">
108 <type>system:electric-energy</type>
109 <label>Today Energy</label>
110 <description>Energy output from the inverter for the day</description>
112 <add-channel id="today-battery-discharge-energy">
113 <type>system:electric-energy</type>
114 <label>Today Battery Discharge Energy</label>
115 <description>Total energy from the battery output for the day</description>
117 <add-channel id="today-battery-charge-energy">
118 <type>system:electric-energy</type>
119 <label>Today Battery Charge Energy</label>
120 <description>Total energy charged to the battery for the day</description>
122 <add-channel id="today-feed-in-energy">
123 <type>system:electric-energy</type>
124 <label>Today Feed-In Energy</label>
125 <description>Energy consumed from the electricity provider for the day</description>
127 <add-channel id="today-consumption">
128 <type>system:electric-energy</type>
129 <label>Today Consumption</label>
130 <description>Energy consumed for the day</description>
134 </update:update-descriptions>