First I checked what was being sent via MQTT (wtih MQTTspy): Topic: crows/location/RogueCrow Sample JSON: {“location”:“living room”,“time”:1515000293638441250,“bayes”:{“living room”:1},“svm”:{“living room”:0}}
Yeah, thats the conclusion I came too. Shame really as I’d like them setup as device_trackers but as you say, if find isn’t supplying the relevant data then I don’t think it’s going to happen. I was hoping we might be able to use templates but it seems not.
I have node-RED listen for the MQTT topic and then extract the data and use the service device_tracker.see to have my device show up in HA as a device_tracker entity.
You should be able to do something similar with HA automatons by triggering on the mqtt sensor and then calling device_tracker.see.
How about using the disturbances on the wifi signal field in order to track people. No need to carry your phone e everywhere to be tracked. This would be the ultimate HA sensor.
@schollz Now that we can (or should soon be able to) use Google Home to track bluetooth devices, is it possible to provide the rssi information from HA instead of using the app. This will allow tracking not just iOS devices, but any bluetooth device.
I just tried FIND3 this afternoon and was amazed by its magic. Is anyone in this thread still using it? I would be very keen to hear some long term experiences and use cases.
Curious about the Google Assistant thing as well. Is it still possible with Home Assistant now?
Does anyone know any good tutorials to install Find and integrate it to HA ? I am struggling with Indoor Positioning sensors.
@firstof9
How do you find the MQTT traffic? I was get quite a lot with Room Assistant. I had 3 pis setup and it was like 20 messages a second from each one.
I found with Room Assistant that it really slowed everything down. I am running on a Raspberry Pi 3B with the Mosquitto plugin. It’s not a huge install so it works fine normally, but with so many MQTT messages hammering Mosquitto at the same time it caused lag. Once I killed RA, the lag was gone.
Might need to put the MQTT server on a bigger machine for room positioning, there’s docker containers to run FIND with I just didn’t find it useful enough (room presence).