-
Notifications
You must be signed in to change notification settings - Fork 15
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
How data is retrieved from the sensors? #12
Comments
Plugin connects to sensors and requests data from them |
Is there a way you could possibly scan the data passively, as in the homebridge hygrothermograph plugin? |
Sorry, what do you mean by "passively"? |
By passively, I mean not to connect to the BLE devices. Just:
By doing this, there is no need to connect directly to the BLE devices, thus greatly improve efficiency and battery life of the sensors. I unfortunately don't have the skills to do it correctly. |
I like the idea and have found this information at the link you mentioned |
Glad you find this interesting! This is by far the best method but only the homebridge plugin I mentioned seems to do it, and only for the temperature sensors, not MiFlora. Please let me informed of your avancements here. Me and a friend would love to try and help you add this functionality. |
@uryupinsk I've implemented a pair of nodes that do it in this manner:
Simply link the above two nodes. In my flows I then have the output of the filter node going into a switch node to split the outputs by MAC address. |
This has never been implemented, right? Passive scan is much more battery friendly. |
Hi,
I'd want to know if the values are red passively from the sensors or if the plugin explicitly connect to them for updating values.
Thanks.
The text was updated successfully, but these errors were encountered: