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

Seat Heating/Ventilation #223

Open
noltondyer opened this issue Aug 24, 2022 · 3 comments
Open

Seat Heating/Ventilation #223

noltondyer opened this issue Aug 24, 2022 · 3 comments

Comments

@noltondyer
Copy link

Earlier this year, there was a post in the Bluelinky Discord mentioning the possibility of adding seat heating/ventilation commands (seatHeaterVentInfo) into the start body, like so:

const response = await vehicle.start ({
airCtrl: true,
igniOnDuration: 10,
airTempvalue: 72,
seatHeaterventInfo: {
drvSeatHeatstate: 5,
astSeatHeatState: 6,
},
defrost: false,
heating1: false,
}):

I was wondering if this was still being considered for v8.0, as I haven’t noticed a PR opened yet.

@noltondyer noltondyer mentioned this issue Aug 24, 2022
Merged
@Hacksore
Copy link
Owner

Is seatHeaterventInfo something that is only in say the EU region?

@cdnninja
Copy link

cdnninja commented Nov 2, 2022

It supports CA for sure as well. The payload is documented here for canada: Hyundai-Kia-Connect/kia_uvo#225

More done on the reading side here for EU: Hyundai-Kia-Connect/kia_uvo#195

We believe this is the mapping table for seats. Heat status has similar, between steering wheel etc.
1: Unknown 2: Off 3: Low Cool 4: Medium Cool 5: Full Cool 6: Low Heat 7: Medium Heat 8: High Heat

@Aron2560
Copy link

Aron2560 commented Jan 9, 2023

Is any part of the seatHeaterventInfo options already implemented in v8.x for US?

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

4 participants