I have no GooglePlay services on My phone and I would like to use beacon for presence detection (so no owntracks).
I’ve seen that app https://github.com/bjaanes/BeaconMqtt is compatible with my phone but it sends on two customisable topic for one beacon:
one for enter
one for exit
the data pushed on mqtt is only the UID and Major Minor version of the beacon.
looking on the avaiable mqtt presence platforme of HA it seems it cannot be configured out of the box.
Am I right?
How could I do that?
I’ve used Happy-Bubbles with OpenMQTT and a small automation (see below). But it is simply overkill with HA running on Rpi (I’ve used 4 beacons and the amount of data pushed to mqtt broker is huge).
mmm ok seems overkill, anyway this app drains too much battery, so I move to GPSLogger, which works well without Google Play Services and do not drains too much battery
Alexey I’m trying your app, but it seems it’s not supporting SSL, if I put 8883 as MQTT port I notice SSL issues in the mqtt log file on HA.
The app lacks support for SSL/TLS?