Skip to content

Commit

Permalink
Update plugin_sofar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wills106 authored May 13, 2024
1 parent f31a43e commit b9d5b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/solax_modbus/plugin_sofar.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ def value_function_sync_rtc_ymd_sofar(initval, descr, datadict):
512:"ID26 DC input branch current sampling error",
4096: "ID29 Leakage current consistency error",
8192: "ID30 Grid voltage consistency error",
16384: "ID31 DCI consistency error",},
16384: "ID31 DCI consistency error",},
allowedtypes = HYBRID | PV,
entity_category = EntityCategory.DIAGNOSTIC,
),
Expand All @@ -680,7 +680,7 @@ def value_function_sync_rtc_ymd_sofar(initval, descr, datadict):
4: "ID035 Chip error (DC side)",
8: "ID036 Chip error (AC side)",
16: "ID037 Auxiliary power error",
32: "ID038 Inverter soft start failure",
32: "ID038 Inverter soft start failure",
256: "ID041 Relay detection failure",
512: "ID042 Low insulation impedance",
1024: "ID043 Grounding error",
Expand Down

0 comments on commit b9d5b8a

Please sign in to comment.