eschava / node-red-contrib-xiaomi-ble

Xiaomi Bluetooth4 (BLE) sensors
MIT License
19 stars 15 forks source link

"Searching" status without any outgoing information #25

Closed Nazarbayevv closed 3 years ago

Nazarbayevv commented 3 years ago

Hello,

I have node-red 1.1.2 on Raspberry Pi 4B. I used node-red-contrib-xiaomi-ble 1.3.0 and it worked fine till I "apt update && apt upgrade" packeges on my Rasbian. I can see just searching status now, without any information in debug. image

From command line of my Raspberry I can see MACs of my devices.

Maybe I need downgrade any packeges? But i dont know which, Or maybe any others ideas?

eschava commented 3 years ago

Maybe your node.js process just lacks permissions for Bluetooth adapter access after upgrade?

Nazarbayevv commented 3 years ago

I updated node-red and It fixed issues.