Browse Source

Added id to dtu source code

pull/1896/head
xX-nichtlachen-Xx 1 day ago
parent
commit
aafcb9c015
  1. 3
      src/hm/hmInverter.h

3
src/hm/hmInverter.h

@ -732,7 +732,8 @@ class Inverter {
case 149: return String(F("Grid: Island detected")); case 149: return String(F("Grid: Island detected"));
case 150: return String(F("DCI exceeded")); case 150: return String(F("DCI exceeded"));
case 151: return String(F("Grid: Severe grid wave distortion"));
case 171: return String(F("Grid: Abnormal phase difference between phase to phase")); case 171: return String(F("Grid: Abnormal phase difference between phase to phase"));
case 181: return String(F("Abnormal insulation impedance")); case 181: return String(F("Abnormal insulation impedance"));
case 182: return String(F("Abnormal grounding")); case 182: return String(F("Abnormal grounding"));

Loading…
Cancel
Save