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

No longer able to control anything in the tesla integration #808

Closed
smarthomeaf opened this issue Dec 27, 2023 · 1 comment
Closed

No longer able to control anything in the tesla integration #808

smarthomeaf opened this issue Dec 27, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists tesla_issue Issue with Tesla API; fix may not be possible

Comments

@smarthomeaf
Copy link

Version of the custom_component

v3.19.5

Configuration

image Add your logs here. ```

Describe the bug

No commands are able to sent via teh integration. Receive the below error. However all status are correctly updated in the UI.

ie - Issue command via the tesla app on phone, the status is correctly updated in Home Assisatnt. However if I issue command via Home assistant, I get an error similar to below.

Debug log

Log file to big to fit here. So here are some sample of logs.

2023-12-27 18:18:43.154 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.teslausb_model3_rx (MB/s) cannot be converted to the unit of previously compiled statistics (MB). Generation of long term statistics will be suppressed unless the unit changes back to MB or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this

File "/config/custom_components/tesla_custom/cover.py", line 51, in async_open_cover
await self._car.charge_port_door_open()
File "/usr/local/lib/python3.11/site-packages/teslajsonpy/car.py", line 838, in charge_port_door_open
data = await self._send_command("CHARGE_PORT_DOOR_OPEN")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/teslajsonpy/car.py", line 775, in _send_command
raise ex
File "/usr/local/lib/python3.11/site-packages/teslajsonpy/car.py", line 760, in _send_command
data = await self._controller.api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/teslajsonpy/controller.py", line 1311, in api
response = await self.__post_with_retries(

image

Add your logs here.

<img width="375" alt="image" src="https://github.com/alandtse/tesla/assets/105226208/431c62a7-c720-408c-b293-9b431472b777">
@alandtse
Copy link
Owner

This is expected. Blame Tesla. #743

@alandtse alandtse added duplicate This issue or pull request already exists tesla_issue Issue with Tesla API; fix may not be possible labels Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists tesla_issue Issue with Tesla API; fix may not be possible
Projects
None yet
Development

No branches or pull requests

2 participants