Skip to content

Commit

Permalink
Solax charger: remove phase switching (#14108)
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply committed May 29, 2024
1 parent 3a3797c commit 0e32148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charger/solax.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func (wb *Solax) Voltages() (float64, float64, float64, error) {
return wb.getPhaseValues(solaxRegVoltages)
}

/* https://github.com/evcc-io/evcc/pull/14108
var _ api.PhaseSwitcher = (*Solax)(nil)
// Phases1p3p implements the api.PhaseSwitcher interface
Expand All @@ -230,3 +231,4 @@ func (wb *Solax) Phases1p3p(phases int) error {
return err
}
*/
2 changes: 1 addition & 1 deletion templates/definition/charger/solax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ products:
- brand: Qcells
description:
generic: Q.HOME EDRIVE A
capabilities: ["mA", "1p3p"]
capabilities: ["mA"]
requirements:
evcc: ["sponsorship"]
description:
Expand Down

0 comments on commit 0e32148

Please sign in to comment.