Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't get any new output after deploy. #1

Open
trockenasche opened this issue Nov 4, 2019 · 5 comments
Open

Won't get any new output after deploy. #1

trockenasche opened this issue Nov 4, 2019 · 5 comments

Comments

@trockenasche
Copy link

When does the node get triggered?
I only see an output when I deploy the new added node to my flow. After the first deploy and output they won't coming any new messages any time later.

@sjroe
Copy link
Owner

sjroe commented Nov 5, 2019

How interesting. Essentailly, all the node does is turn on scanning, register for new device data event which triggers the node to output that data packet.

Do you have any other nodes that are using BLE? They could be turning off the scanning of the bluetooth adapter.

I have only tested this on a the inbuilt bluetooth of a Raspberry Pi 3.

@DRazumovskiy
Copy link

Hi, I have the same issue with as mentioned above. I get data out of the node only after all flows are restarted. If I use deploy modified nodes only feature, I do not receive any data out of BLE node

@xjustbmw
Copy link

for me it works but stops receiving packages after few hours/days of use
running it on an old raspberry pi 2->influxdb->grafana, doesnt seem to affect cpu usage at all
i read on mijia ble similar scanner that same thing happens after a while and has a watchdog function to auto restart it
https://github.com/JsBergbau/MiTemperature2
debugCapture

any way to auto restart this after a while ? if i click deploy on my tab it scans again and receives packages

@xjustbmw
Copy link

this is the function for mitemperature2 scanner
--watchdogtimer X, -wdt X
Re-enable scanning after not receiving any BLE packet
after X seconds

@kommando828
Copy link

Raspberry 3B, only returns scan from one device after deploy and then remains silent until next deploy. I have been testing with 2 devices close to the 3B and it randomly outputs the data from one device and stops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants