look for export counter
This commit is contained in:
parent
57c59041a6
commit
0fb1b066ae
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,10 @@ var sungrowInputRegs = map[uint16]*register{
|
|||
5087: {"meter_b_phase_power", s32opt, 1, "W"},
|
||||
5089: {"meter_c_phase_power", s32opt, 1, "W"},
|
||||
5091: {"register_5091", s32opt, 1, "unknown"},
|
||||
5097: {"daily_import_energy", u32req, 0.1, "kWh"},
|
||||
5093: {"register_5093", u32opt, 1, "unknown"},
|
||||
5095: {"register_5095", u32opt, 1, "unknown"},
|
||||
5097: {"daily_import_energy", u32opt, 0.1, "kWh"},
|
||||
5099: {"register_5099", u32opt, 1, "unknown"},
|
||||
|
||||
5113: {"daily_running_time", u16req, 1, "m"},
|
||||
5144: {"total_power_yield_2", u32req, 0.1, "kWh"},
|
||||
|
|
Loading…
Reference in a new issue