Frunk/Trunk Bug for OH2 Tesla Binding 2.5.2

Hi,
I was wondering if the remote “fronttrunk” and “reartrunk” channels are supported for the model 3 in the current Tesla 2.5.2 binding. My model 3 is connected and i can control most channels (including honk, battery charge level, etc.) but when i try to activate the item connected to my front or rear trunk channels, i get the following error in my logs:

[WARN ] [internal.handler.TeslaAccountHandler] - Reached the maximum number of errors (2) for the current interval (15 seconds).

Guessing this is related to Tesla wanting confirmation on remotely opening these. Is there a way to give this permission or open these via a switch in OH2. Thanks to the author for this (and the great past versions) of the software.

I see the same problem. I tested the Tesla API directly and I was able to open my trunk without confirmation:

curl --request POST --header 'Authorization: Bearer 9999999-snipped-00000 ' -H 'Content-Type: application/json' -d '{"which_trunk":"rear"}' 'https://owner-api.teslamotors.com/api/1/vehicles/snipped-vehicle-id/command/actuate_trunk'
{"response":{"reason":"","result":true}}

Then I reviewed the code for the Tesla binding and found it was using the wrong command.
I created an issue in github. https://github.com/openhab/openhab-addons/issues/7158

I’ve created a PR for applying Tony’s findings:

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.