No longer able to control anything in the tesla integration #808
Labels
duplicate
This issue or pull request already exists
tesla_issue
Issue with Tesla API; fix may not be possible
Version of the custom_component
v3.19.5
Configuration
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(
Add your logs here.
The text was updated successfully, but these errors were encountered: