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

New steering wheel heater funcionallity #684

Open
Urkman opened this issue Feb 1, 2023 · 16 comments
Open

New steering wheel heater funcionallity #684

Urkman opened this issue Feb 1, 2023 · 16 comments

Comments

@Urkman
Copy link

Urkman commented Feb 1, 2023

Is there already something known about the new steering wheel heater API?

@timdorr timdorr closed this as completed Feb 1, 2023
@itsMeDavidV
Copy link

itsMeDavidV commented Feb 1, 2023

@timdorr I think @Urkman is referring to the ability to set steering heater at multiple levels which the param for that is still not doc'd bc its just been added by Tesla.

@Urkman
Copy link
Author

Urkman commented Feb 1, 2023

@itsMeDavidV Yes, that what I asked for... Now there are Levels Off, Auto, Low and High...

@timdorr timdorr reopened this Feb 1, 2023
@timdorr
Copy link
Owner

timdorr commented Feb 1, 2023

I'm not sure what the new parameters are yet. PRs are appreciated, though!

@core-hacked
Copy link
Contributor

Most likely simillar to: https://tesla-api.timdorr.com/vehicle/commands/climate#post-api-1-vehicles-id-command-set_climate_keeper_mode

eg.

Number Mode
0 off
1 auto
2 low
3 high

and the needed parameter could be something along the lines of steering_wheel_heater_mode or steering_wheel_mode etc.

Also on a side note, is this feature actually present in app? From what I have seen it is in-car but I might be wrong.

@Urkman
Copy link
Author

Urkman commented Feb 11, 2023

@core-hacked Yes, it's currently only available in-car...
So I think, we need to wait :)

@core-hacked
Copy link
Contributor

@timdorr currently in-car only, please close. Kind Regards!

@Urkman
Copy link
Author

Urkman commented Feb 11, 2023

Why close? I think, this will be available shortly...

@core-hacked
Copy link
Contributor

Why close? I think, this will be available shortly...

When it will be available the issue can be re-opened. Tesla might just decide not to include it. Why should the issue just sit around, when we have no information on when, how and what?

@timdorr
Copy link
Owner

timdorr commented Feb 13, 2023

Yeah, closing until it's available.

@core-hacked
Copy link
Contributor

#696 | The endpoints for this have been put into the ownerapi_endpoints.json.

@timdorr timdorr reopened this Feb 28, 2023
@itsMeDavidV
Copy link

@core-hacked sweet! thanks for pointing this out

@Megabytemb
Copy link

Does anyone have examples on how to use REMOTE_AUTO_STEERING_WHEEL_HEAT_CLIMATE_REQUEST and REMOTE_STEERING_WHEEL_HEATER_REQUEST

i assume REMOTE_SEAT_HEATER_REQUEST will have a level parameter in the body, but i have no idea about REMOTE_AUTO_STEERING_WHEEL_HEAT_CLIMATE_REQUEST

@Megabytemb
Copy link

Hey, Gentle bump. Does anyone have the body required for REMOTE_AUTO_STEERING_WHEEL_HEAT_CLIMATE_REQUEST ?

@Megabytemb
Copy link

Hey, still hoping someone can provide the body for this?

@Megabytemb
Copy link

For anyone coming here, The requests are as follows

Remote_auto_steering_wheel_heat_climate_request
{
  "on": true
}

Remote_steering_wheel_heat_level_request

{
  "level": 0
}
{
  "level": 3
}
{
  "level": 1
}

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

5 participants