schollz / find3

High-precision indoor positioning framework, version 3.
https://www.internalpositioning.com/doc
MIT License
4.63k stars 364 forks source link

MQTT endpoint for POST /passive #135

Open jacobalberty opened 5 years ago

jacobalberty commented 5 years ago

I see issue #107 but as near as I can find in the documentation, source and that issue an endpoint was never added, any chance we could get one added that takes the same json as POST /passive , I have an embedded system I'm almost done implementing and it would be nice to avoid the whole https situation if I can.

tlrobinson commented 4 years ago

I'm interested in this too. It would make it easy to use ESPHome (which has BLE tracking) on ESP32 with FIND3. Currently I'm doing ESPHome -> Home Assistant -> Node-RED -> FIND3 but with a MQTT /passive endpoint I could do ESPHome directly to FIND3.

I saw https://github.com/schollz/esp-find3-client but it doesn't support Bluetooth, and ESPHome is really nice for managing a fleet of cheap ESP devices (OTA updates, etc)