Skip to content

Commit

Permalink
Goodwe Wifi: add pv3&pv4 (#13559)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenGanshorn committed Apr 23, 2024
1 parent 269bb76 commit 29cd4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meter/goodwe/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (m *Server) listen() {
return float64(int16(binary.BigEndian.Uint16(buf[u:]))) *
float64(int16(binary.BigEndian.Uint16(buf[i:]))) / 100
}
inverter.PvPower = ui(11, 13) + ui(19, 21)
inverter.PvPower = ui(11, 13) + ui(19, 21) + ui(27, 29) + ui(35, 37)
inverter.BatteryPower = ui(165, 167)
inverter.NetPower = -float64(int32(binary.BigEndian.Uint32(buf[83:])))
}
Expand Down

0 comments on commit 29cd4a2

Please sign in to comment.