Hello,
I’m using OpenHAB for 5 month now, and I’m giving a hat tip to all the people working on it because that’s a great machine. I’m logging my Tesla 3 almost from that moment and it worked really great until the day before yesterday, when at some moment it were no longer able to communicate with the car.
To try to solve it I updated it, restarted the server (an Atom PC running LinuxMint) and updated also the refresh Token, with no improvement.
Tesla Things status keeps going from green to red to green at each update attempt.
I lowered the log level to trace and here i what I get for a typical update attempt :
2023-04-29 07:08:32.686 [DEBUG] [internal.handler.TeslaAccountHandler] - Setting up an authenticated connection to the Tesla back-end
2023-04-29 07:08:32.689 [DEBUG] [internal.handler.TeslaAccountHandler] - Current authentication time 2023-04-29 07:08:32
2023-04-29 07:08:32.694 [DEBUG] [internal.handler.TeslaAccountHandler] - Found a request token from 2023-04-29 06:58:46
2023-04-29 07:08:32.696 [DEBUG] [internal.handler.TeslaAccountHandler] - Access token expiration time 2023-04-29 14:58:46
2023-04-29 07:08:32.699 [DEBUG] [internal.handler.TeslaAccountHandler] - The access token has not expired yet
2023-04-29 07:08:33.040 [DEBUG] [internal.handler.TeslaAccountHandler] - Querying the vehicle: Response: 200: OK
2023-04-29 07:08:33.044 [DEBUG] [internal.handler.TeslaAccountHandler] - Invoking: vehicle_config
2023-04-29 07:08:33.169 [TRACE] [internal.handler.TeslaAccountHandler] - Resetting the error counter. (1 errors in the last interval)
2023-04-29 07:08:33.172 [DEBUG] [internal.handler.TeslaAccountHandler] - An error occurred while communicating with the vehicle during request vehicle_config: 404: Not Found
2023-04-29 07:08:46.097 [DEBUG] [internal.handler.TeslaAccountHandler] - Invoking: drive_state
2023-04-29 07:08:46.230 [DEBUG] [internal.handler.TeslaAccountHandler] - An error occurred while communicating with the vehicle during request drive_state: 404: Not Found
2023-04-29 07:08:47.099 [DEBUG] [internal.handler.TeslaAccountHandler] - Invoking: vehicle_state
2023-04-29 07:08:47.239 [DEBUG] [internal.handler.TeslaAccountHandler] - An error occurred while communicating with the vehicle during request vehicle_state: 404: Not Found
2023-04-29 07:08:47.827 [DEBUG] [internal.handler.TeslaVehicleHandler] - Querying the vehicle, response : 200, OK
2023-04-29 07:08:47.833 [DEBUG] [internal.handler.TeslaVehicleHandler] - Querying the vehicle: VIN 5YJ3E7EB1LFxxxxxx
2023-04-29 07:08:47.834 [DEBUG] [internal.handler.TeslaVehicleHandler] - Vehicle state is online
2023-04-29 07:08:47.837 [ERROR] [internal.handler.TeslaVehicleHandler] - An exception occurred while parsing data received from the vehicle: 'null'
2023-04-29 07:08:47.839 [TRACE] [internal.handler.TeslaVehicleHandler] - Vehicle is id 1492932107819294/vehicle_id 862306847/tokens [1b7ca2213deccb68, 893b31fdc89c5ac4]
2023-04-29 07:08:47.840 [DEBUG] [internal.handler.TeslaAccountHandler] - Invoking: charge_state
2023-04-29 07:08:47.956 [WARN ] [internal.handler.TeslaAccountHandler] - Reached the maximum number of errors (3) for the current interval (15 seconds)
2023-04-29 07:08:47.958 [DEBUG] [internal.handler.TeslaAccountHandler] - An error occurred while communicating with the vehicle during request charge_state: 404: Not Found
2023-04-29 07:08:48.177 [DEBUG] [internal.handler.TeslaAccountHandler] - Setting up an authenticated connection to the Tesla back-end
2023-04-29 07:08:48.180 [DEBUG] [internal.handler.TeslaAccountHandler] - Current authentication time 2023-04-29 07:08:48
2023-04-29 07:08:48.182 [DEBUG] [internal.handler.TeslaAccountHandler] - Found a request token from 2023-04-29 06:58:46
2023-04-29 07:08:48.185 [DEBUG] [internal.handler.TeslaAccountHandler] - Access token expiration time 2023-04-29 14:58:46
2023-04-29 07:08:48.188 [DEBUG] [internal.handler.TeslaAccountHandler] - The access token has not expired yet
2023-04-29 07:08:48.442 [DEBUG] [internal.handler.TeslaAccountHandler] - Querying the vehicle: Response: 200: OK
2023-04-29 07:08:48.447 [DEBUG] [internal.handler.TeslaAccountHandler] - Invoking: vehicle_config
2023-04-29 07:08:48.579 [TRACE] [internal.handler.TeslaAccountHandler] - Resetting the error counter. (1 errors in the last interval)
2023-04-29 07:08:48.582 [DEBUG] [internal.handler.TeslaAccountHandler] - An error occurred while communicating with the vehicle during request vehicle_config: 404: Not Found
2023-04-29 07:08:49.101 [DEBUG] [internal.handler.TeslaAccountHandler] - Invoking: gui_settings
2023-04-29 07:08:49.233 [DEBUG] [internal.handler.TeslaAccountHandler] - An error occurred while communicating with the vehicle during request gui_settings: 404: Not Found
2023-04-29 07:08:50.102 [DEBUG] [internal.handler.TeslaAccountHandler] - Invoking: mobile_enabled
2023-04-29 07:08:50.510 [TRACE] [internal.handler.TeslaAccountHandler] - Request : mobile_enabled:null yields true
2023-04-29 07:08:50.513 [TRACE] [internal.handler.TeslaVehicleHandler] - The variable/value pair 'mobile_enabled':'"true"' is successfully processed
2023-04-29 07:09:01.097 [DEBUG] [internal.handler.TeslaAccountHandler] - Invoking: drive_state
2023-04-29 07:09:01.222 [DEBUG] [internal.handler.TeslaAccountHandler] - An error occurred while communicating with the vehicle during request drive_state: 404: Not Found
2023-04-29 07:09:02.099 [DEBUG] [internal.handler.TeslaAccountHandler] - Invoking: vehicle_state
2023-04-29 07:09:02.379 [WARN ] [internal.handler.TeslaAccountHandler] - Reached the maximum number of errors (3) for the current interval (15 seconds)
2023-04-29 07:09:02.389 [DEBUG] [internal.handler.TeslaAccountHandler] - An error occurred while communicating with the vehicle during request vehicle_state: 404: Not Found
Does someone has any idea about what’s going wrong?
Thank you,