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

Vehicle settings discussion #21

Open
buxtronix opened this issue Oct 16, 2022 · 0 comments
Open

Vehicle settings discussion #21

buxtronix opened this issue Oct 16, 2022 · 0 comments

Comments

@buxtronix
Copy link
Owner

I have spent a little time trying to figure out the way the "Vehicle Settings" (per the OEM app) are communicated.

I have some initial code and notes in https://github.com/buxtronix/phev2mqtt/blob/settings/protocol/SETTINGS.md

Basically, the car sends settings using register 0x16, and updates to these are sent by the app via 0x0f. Updating
the settings is easy - it's two bytes - one is the setting, the other is the new value.

However decoding what comes from the car is harder. If I change a setting, I can see relevant bits change in what
is returned from 0x16, though figuring out the whole structure is harder - in particular exactly how we know what
settings are conveyed in a particular 0x16 packet...going to need to figure this out a bit more..

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

1 participant