nfarina / homebridge-tesla

Tesla plugin for homebridge: https://github.com/nfarina/homebridge
154 stars 38 forks source link

HomeLink No Response #95

Closed elphmorgan closed 1 year ago

elphmorgan commented 1 year ago

I am seeing No Response for the Model 3 Homelink tile in Home app. What issues might cause this? (all other features are working.)

In the log I see the following: 9/27/2022, 11:10:20 AMTesla BridgeModel 3HomeLink does not support garage door status. 9/27/2022, 11:10:20 AMTesla BridgeModel 3Always setting garage door state to closed.

My code is { "accessories": [ { "accessory": "Tesla", "name": "Model 3", "vin": "snip", "refreshToken": "snip", "password": "<optional, only needed for keyless driving>", "enableHomeLink": true, "waitMinutes": 2, "plugin_map": { "plugin_name": "homebridge-tesla" }, "latitude": "42.27861", "longitude": "-83.81833" } ] }

nfarina commented 1 year ago

This is "normal" as the car is often asleep, so the plugin can't communicate with it. However I am changing this behavior to cache the last known state of the car instead of returning "no response" so this will be addressed soon.

nfarina commented 1 year ago

The new version of the plugin shouldn't have this problem. You can try the beta if you like: npm install --global homebridge-tesla@beta.

elphmorgan commented 1 year ago

Thanks so much!

On Mon, Oct 31, 2022 at 12:23 PM Nick Farina @.***> wrote:

The new version of the plugin shouldn't have this problem. You can try the beta if you like: npm install --global @.***

— Reply to this email directly, view it on GitHub https://github.com/nfarina/homebridge-tesla/issues/95#issuecomment-1297345742, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALRACCAZPSMOMZOUCXVUWC3WF7XARANCNFSM6AAAAAAQW4PWFE . You are receiving this because you authored the thread.Message ID: @.***>