since I’ve updated openHAB to v4.3.0 I receive the following error message while accessing my Tesla Model 3 Highland:
2024-12-20 20:44:06.661 [ERROR] [internal.handler.TeslaVehicleHandler] - An exception occurred while parsing data received from the vehicle: 'java.lang.NumberFormatException: Expected an int but was 1689280382089412 at line 1 column 49 path $.user_id'
2024-12-20 20:45:06.921 [ERROR] [internal.handler.TeslaVehicleHandler] - An exception occurred while parsing data received from the vehicle: 'java.lang.NumberFormatException: Expected an int but was 1689280382089412 at line 1 column 49 path $.user_id'
2024-12-20 20:45:07.915 [ERROR] [internal.handler.TeslaVehicleHandler] - An exception occurred while parsing data received from the vehicle: 'java.lang.NumberFormatException: Expected an int but was 1689280382089412 at line 1 column 49 path $.user_id'
Currently, no item is working as expected. Any ideas on how to fix this issue?
2024-12-23 10:45:46.929 [ERROR] [internal.handler.TeslaVehicleHandler] - An exception occurred while parsing data received from the vehicle: 'java.lang.NumberFormatException: Expected an int but was 2252370934550334 at line 1 column 50 path $.user_id'
2024-12-23 10:45:55.239 [ERROR] [internal.handler.TeslaAccountHandler] - An exception occurred while connecting to the Tesla back-end: 'java.lang.NumberFormatException: Expected an int but was 2252370934550334 at line 1 column 50 path $.user_id'
An exception occurred while parsing data received from the vehicle: 'java.lang.NumberFormatException: Expected an int but was 1689255436789012 at line 1 column 49 path $.user_id'
I get a different error, but also only since the installation of 4.3.0:
2024-12-23 20:27:37.214 [ERROR] [internal.handler.TeslaAccountHandler] - An exception occurred while connecting to the Tesla back-end: 'ID segment 'null' contains invalid characters. Each segment of the ID must match the pattern [\w-]*.'
java.lang.IllegalArgumentException: ID segment 'null' contains invalid characters. Each segment of the ID must match the pattern [\w-]*.
Exactly same issue today after updating my openhab to latest version…
2024-12-24 00:14:05.361 [ERROR] [internal.handler.TeslaVehicleHandler] - An exception occurred while parsing data received from the vehicle: 'java.lang.NumberFormatException: Expected an int but was 16892502
88525655 at line 1 column 49 path $.user_id'
just wait a moment since system is finishing to initialize.
now i just return to 4.2.3 with tesla binding in 4.2.3 too… now i can get tesla status in OH and wait this issue fixed before update my system
[ERROR] [internal.handler.TeslaAccountHandler] - An exception occurred while connecting to the Tesla back-end: 'ID segment 'null' contains invalid charact>
java.lang.IllegalArgumentException: ID segment 'null' contains invalid characters. Each segment of the ID must match the pattern [\w-]*.
at org.openhab.core.common.AbstractUID.validateSegment(AbstractUID.java:105) ~[?:?]
at org.openhab.core.common.AbstractUID.<init>(AbstractUID.java:76) ~[?:?]
at org.openhab.core.common.AbstractUID.<init>(AbstractUID.java:59) ~[?:?]
at org.openhab.core.thing.UID.<init>(UID.java:57) ~[?:?]
at org.openhab.core.thing.ThingUID.<init>(ThingUID.java:58) ~[?:?]
at org.openhab.binding.tesla.internal.discovery.TeslaVehicleDiscoveryService.vehicleFound(TeslaVehicleDiscoveryService.java:73) ~[?:?]
at org.openhab.binding.tesla.internal.handler.TeslaAccountHandler.queryVehicles(TeslaAccountHandler.java:241) ~[?:?]
at org.openhab.binding.tesla.internal.handler.TeslaAccountHandler.lambda$0(TeslaAccountHandler.java:391) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
I am on openHAB 4.3.5 (Release Build)
Does anyone else still has the issue?
I did try to create a new token, but this did not help either.