Skip to content

Commit

Permalink
sungrow-charger: improve 1p3p switching
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply committed May 5, 2024
1 parent 87b4713 commit 1a4e213
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charger/sungrow.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@ func (wb *Sungrow) Phases1p3p(phases int) error {

_, err = wb.conn.WriteSingleRegister(sgRegPhaseSwitch, u)

if err == nil && enabled {
err = wb.Enable(true)
}

return err
}

Expand Down

0 comments on commit 1a4e213

Please sign in to comment.