Skip to content

Commit

Permalink
E3DC: increase battery charge energy amount for larger capacities (ev…
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored and jonilala796 committed Jan 3, 2025
1 parent 03a82b5 commit 40d5f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meter/e3dc.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (m *E3dc) setBatteryMode(mode api.BatteryMode) error {
case api.BatteryCharge:
res, err = m.conn.SendMultiple([]rscp.Message{
e3dcDischargeBatteryLimit(false, 0),
e3dcBatteryCharge(10000), // 10kWh
e3dcBatteryCharge(50000), // max. 50kWh
})

default:
Expand Down

0 comments on commit 40d5f84

Please sign in to comment.