josecastroleon / pimatic-ble

Support discovery for different bluetooth low energy devices
GNU General Public License v2.0
2 stars 6 forks source link

pimatic v0.9 dependency update #3

Open thost96 opened 7 years ago

thost96 commented 7 years ago

I have seen that there is a discovery, but no devices are avaible. Also nothing at the frontend is avaibe or changed. What does this plugin actual do? Could you please explain this plugin a bit more?

josecastroleon commented 7 years ago

The BLE discovery cannot be launched in parallel. The main reason of this module is to serialize the discovery of BLE devices. The idea is that this module discovers them and then passes the discovery to modules like pimatic-sensortag that can do the connection

thost96 commented 7 years ago

Okay, good to know. I don't think it's launched in parallel. Only updated the Package.json and the debug output. Worked fine for me under pimatic@0.9.x

mwittig commented 7 years ago

@thost96 The condition if @devices?.length > 0 should be back in! Besides this you don't need the if @debug condition as this will be handled automatically by the environment

mwittig commented 7 years ago

General question: Does this also work with Raspberry Pi 3 builtin bluetooth radio?