sbernhard / node-red-contrib-bt-presence

Node-RED node to scan for available bluetooth devices using l2ping
https://bernhard-suttner.de
Apache License 2.0
1 stars 4 forks source link

no interval #5

Closed jcheger closed 6 years ago

jcheger commented 6 years ago

I've got the version 1.1.1 installed on a fresh new install of node-red. After deploying, I get a message telling my phone is detected - perfect. But interval is not working, and bt-presence does not do anything afterward.

Logs say: [bt-presence:JC-GS7] Starting Bluetooth scan for 1 devices every 20 seconds!

and nothing more

sbernhard commented 6 years ago

Sorry for the (very very) long answer. It will send a message only on a change. Turn off your mobile phone bluetooth and bt-presence will tell you that the device is not reachable anymore. The 'interval' is the time in seconds between two checks.

Please tell me if your issue is fixed.