You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 30170 Line3 fault value (duplicate commentary in modbus protocol document)
134
+
# 30171 Manufacture ID
142
135
Integer("rssi", 30172, "RSSI"),
136
+
# 30173 ISO test value
137
+
# 30174 PID and Wietap status
138
+
# 30175 String 1 Current
139
+
# 30176 String 2 Current
140
+
# 30177 String 3 Current
141
+
# 30178 - 30194 listed String 4 Current through to String 20 Current
143
142
)
144
143
145
144
# Inverter's meter data
@@ -148,9 +147,24 @@ class DT(Inverter):
148
147
Power4S("meter_active_power", 30195, "Meter Active Power", Kind.GRID),
149
148
Energy4W("meter_e_total_exp", 30197, "Meter Total Energy (export)", Kind.GRID),
150
149
Energy4W("meter_e_total_imp", 30199, "Meter Total Energy (import)", Kind.GRID),
151
-
Integer(
152
-
"meter_comm_status", 30209, "Meter Communication Status"
153
-
), # 1 OK, 0 NotOK
150
+
# 30201 GPRS Burn Mode
151
+
# 30202 Cabinet Humidity %
152
+
# 30203 ARM Error Message
153
+
# 30205 Warning Code 2
154
+
# 30207 AFCI Status
155
+
# 30208 Output control status - Japanese models only
156
+
Integer("meter_comm_status", 30209, "Meter Communication Status code"), # 1 Normal, 2 Disconnected
157
+
Enum2("meter_comm_label", 30209, METER_COMMUNICATION_STATUS, "Meter Communication Status"),
158
+
Calculated("house_consumption", lambdadata: None, "House Consumption", "W", Kind.AC), # calculated and patched in read_runtime_data as we are unable to calculate it from seperate modbus offsets in all_sensors and all_sensors_meter
# Integer("shadow_scan_pv2_time", 40353, "Shadow Scan PV2 Time", "", Kind.PV), - documentation suggests a duplicate of 40347 as the value is global for all 3 strings
0 commit comments