phev-remote / phevcore

MIT License
30 stars 11 forks source link

Support for cancel charge timer command #15

Open ylexus opened 3 years ago

ylexus commented 3 years ago

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 commented 3 years ago

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