-
Notifications
You must be signed in to change notification settings - Fork 100
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
EVCC enable charging and fix for DIN EVSE initiated stop #368
EVCC enable charging and fix for DIN EVSE initiated stop #368
Conversation
020f545
to
09597b5
Compare
… EVSE initated shutdown for DIN
09597b5
to
3b96967
Compare
@heavyweight87 - thank you for opening this PR. :). Just noticed one thing - calling enable_charging(True) in -20 was missed. |
The following commands would help identify any linting issues:
|
Ah how did I miss that! Thanks - added and also fixed the linter problem! |
The test was using the old method of stopping charging - now fixed and hopefully should pass the test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I'm merging this to master. I'll close the other two related tickets as well. Feel free to reopen if there is more to add. |
Fixes #356 and #264