bdraco / yalexs

Python API for Yale Access (formerly August) Smart Lock and Doorbell
MIT License
38 stars 18 forks source link

Missing Operation? Unlatch #100

Closed m10x closed 6 months ago

m10x commented 6 months ago

Hi, thanks for your effort creating this API and the home assistant Integration. I have a yale linus L2 (Europe). With your home assistant Integration I can easily create an automation to e.g. automatically lock the door in the evening and unlock it in the morning. However, I'm not able to open the door by unlatching the lock.

The yale android app has the three operations lock, unlock, unlatch.

m10x commented 6 months ago

I've just tested it. By replacing lock/unlock with unlatch, the lock unlatches and the door opens. E.g.: /remoteoperate/{ID}/unlatch?v=2.3.1&type=async&connection=persistent

m10x commented 6 months ago

I've created a PR https://github.com/bdraco/yalexs/pull/101

m10x commented 6 months ago

Merged https://github.com/bdraco/yalexs/pull/101