Open saschx opened 3 years ago
Hi, thanks.
See: https://github.com/noble/noble#multiple-adapters
You can use a different adapter with:
sudo NOBLE_HCI_DEVICE_ID=1 node <your file>.js
hi,
thanks for your answer. this solves the problem with multiple bluetooth dongles. But what I still don't know is, can I run several smartlocks in parallel? and if so, how can I give the mac address to the script to address a specific smartlock?
You could try to just filter the specific lock you want during scanning. But I don't think it's possible at the moment to run two locks in parallel.
Hello Henry,
thanks for your great work! I have a few questions about the use of nubli. I would like to operate 2 door locks in parallel. What are the possibilities here. If i understood it correctly i could use 2 Bluetooth dongles, how do i address them or does it work automatically? How can I specify which door lock should be addressed when I call up the library?