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

Heated Seat Not Updating When Climate Off #392

Closed
InTheDaylight14 opened this issue Dec 2, 2022 · 1 comment · Fixed by #406
Closed

Heated Seat Not Updating When Climate Off #392

InTheDaylight14 opened this issue Dec 2, 2022 · 1 comment · Fixed by #406

Comments

@InTheDaylight14
Copy link
Contributor

Describe the bug

Changing the heated seat selector when the climate is off results in the following response

{'response': {'reason': 'cabin comfort remote settings not enabled', 'result': False}

If the climate is turned on and then the selector is changed it follows the expected behavior of successfully changing the heated seat setting.

Interacting with a heated seat setting in the Tesla Apps turns on the climate. Possible solution is to add a check if the climate is on, if not turn climate on, then change the heated seat setting. If the selection is Off and the climate is Off then no change would need to be made as we are sure the heated seats are off.

Possible risk: Users might not expect the entire climate system to turn on when changing the selector.

@alandtse
Copy link
Owner

alandtse commented Dec 2, 2022

Follow whatever the official app does. I think that will align with people's expectations. HA doesn't give us a good way to provide feedback to users. I guess we could do a notification if there's an error...

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

Successfully merging a pull request may close this issue.

2 participants