Skip to content

Commit

Permalink
chore: always publish plan active (evcc-io#17708)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Dec 13, 2024
1 parent 51075e2 commit b92bcd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/loadpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,9 @@ func (lp *Loadpoint) Prepare(uiChan chan<- util.Param, pushChan chan<- push.Even
lp.publish(keys.LimitSoc, lp.limitSoc)
lp.publish(keys.LimitEnergy, lp.limitEnergy)

// planner
lp.publish(keys.PlanActive, lp.planActive)

// battery boost
lp.publish(keys.BatteryBoost, lp.batteryBoost != boostDisabled)

Expand Down

0 comments on commit b92bcd2

Please sign in to comment.