Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loadpoint: don't wake up when vehicle stopped charging #18785

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Conversation

andig
Copy link
Member

@andig andig commented Feb 14, 2025

Partial revert of #7067.

/cc @MarkusGH

@andig andig added the enhancement New feature or request label Feb 14, 2025
@andig andig requested a review from premultiply February 14, 2025 07:21
@@ -445,9 +445,6 @@ func (lp *Loadpoint) evChargeStartHandler() {
func (lp *Loadpoint) evChargeStopHandler() {
lp.log.INFO.Println("stop charging <-")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hier dann besser auch

Suggested change
lp.log.INFO.Println("stop charging <-")
lp.log.INFO.Println("vehicle stopped charging <-")

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Denke nicht- warum das passiert ist unklar.

@andig andig merged commit e5e7377 into master Feb 14, 2025
6 checks passed
@andig andig deleted the fix/wakeup branch February 14, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants