Skip to content

Commit

Permalink
Vehicle: remove climterActive on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Nov 18, 2023
1 parent 8da3db2 commit e7e78be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/loadpoint_vehicle.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func (lp *Loadpoint) wakeUpVehicle() {
func (lp *Loadpoint) unpublishVehicle() {
lp.vehicleSoc = 0

lp.publish("climaterActive", nil)
lp.publish(vehicleSoc, 0.0)
lp.publish(vehicleRange, int64(0))
lp.publish(vehicleTargetSoc, 0.0)
Expand Down

0 comments on commit e7e78be

Please sign in to comment.