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

Support for cancel charge timer command #15

Open
ylexus opened this issue Apr 1, 2021 · 1 comment
Open

Support for cancel charge timer command #15

ylexus opened this issue Apr 1, 2021 · 1 comment

Comments

@ylexus
Copy link

ylexus commented Apr 1, 2021

One of the features of the app is a button to cancel the charging timer. It's very useful on older models without the relevant button on the keyfob. If the car is configured to be charged at night, sometimes you do want to force it to be charged immediately, even during the day, and this is where this command is handy. Can this be added?

@buxtronix
Copy link
Contributor

It's possible, poking around my MY20 Phev using some code i wrote myself, disabling the charge timer works by sending the following two register updates:

register 0x17 to value 0x01

then

register 0x17 to value 0x11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants