digaus / esphome-components-eqiva

Other
23 stars 10 forks source link

Just a other request #7

Closed caladrien closed 1 day ago

caladrien commented 8 months ago

Hi. I still wait for my lock to arrive. I only order one for testing but need two in the end because I have a main and side door close to each other.

Is it possible with that lib to interface two locks with one esp? Do i have simply to creat lock1 and lock2 and get there corresponding authentication?

digaus commented 7 months ago

Hi. I still wait for my lock to arrive. I only order one for testing but need two in the end because I have a main and side door close to each other.

Is it possible with that lib to interface two locks with one esp? Do i have simply to creat lock1 and lock2 and get there corresponding authentication?

You would need to connect/disconnect first before interacting with the lock. Then it would be possible.

It might also be possible to connect to two locks at the same time but I would need to modify code for this which I currently do not have the time to do.