rkoshak / sensorReporter

A python based service that receives sensor inputs and publishes them in various ways.
Apache License 2.0
105 stars 41 forks source link

Support BLE #40

Closed tigre-bleu closed 7 years ago

tigre-bleu commented 7 years ago

As far as I understand, sensorReporter can scan for legacy bluetooth devices. It would be nice to also include BLE in order to support low energy BLE tags.

I own a few attached to keys or objetcs and I use them for presence detection.

rkoshak commented 7 years ago

I recommend using reelyActive to scan for and report on BTLE devices. That system will always be far more capable and far more complete than anything I could hope to do in sensorReporter. If you are coming from OH, or use MQTT, search the openHAB forum for "reelyActive revisited" for how to set it up to report presence via MQTT.