-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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
Tesla Fleet: Unable to set state of seat heaters #134365
Tesla Fleet: Unable to set state of seat heaters #134365
Comments
Hey there @Bre77, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) tesla_fleet documentation |
I'm not super familiar with python, but it kind of seem the issue is occurring with protobuf here. |
Seat heaters are always annoying. I fully expect this is an issue with the library, and you are probably right about the protobuf as I havent updated it in a bit. |
I couldn't resist digging deeper. It seems to me like it's a mutability issue with protobuf. I got it to work by hard coding in the package:
|
The problem
When attempting to change the level of any seat heater, I get the following error and the seat heater level does not change:
Failed to perform the action select/select_option. Assignment not allowed to message field "CAR_SEAT_FRONT_RIGHT" in protocol message object.
What version of Home Assistant Core has the issue?
core-2024.12.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Tesla Fleet
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tesla_fleet/
Diagnostics information
config_entry-tesla_fleet-01JEWAAFX56P4JTYGSN9043CZA.json
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: