skodaconnect / homeassistant-skodaconnect

Skoda Connect - A home assistant plugin to add integration with your car
Apache License 2.0
232 stars 28 forks source link

Remote lock-control is not supported #136

Closed bckmrk closed 2 years ago

bckmrk commented 2 years ago

Hi, with the new version of the custom integration and software 3.0 in the car, I've gotten a lock-control in Home Assistant. However, Trying to use it generates this message in the logs...

Logger: skodaconnect.dashboard
Source: custom_components/skodaconnect/lock.py:57
Integration: Skoda Connect ([documentation](https://github.com/lendy007/homeassistant-skodaconnect/blob/main/README.md), [issues](https://github.com/lendy007/homeassistant-skodaconnect/issues))
First occurred: 13:46:27 (2 occurrences)
Last logged: 13:46:31

Unlock failed: Remote lock/unlock is not supported.

If it's not supported, why is the lock exposed? :-D

Best regards.

Farfar commented 2 years ago

Because the lock entity is based on the status of lock sensor and I didn't bother with adding a bunch of checks to not render it for Enyaq. Hopefully we will see remote lock/unlock capability there as well soon.