I’m having trouble figuring out how to setup FIND with Zanzito.
I have HassIO setup on my Raspberry Pi 3. I have the Mosquitto component installed. I have MQTT sucessfully setup in HA, and working with HA (for example, battery stats are working with this sensor):
sensor:
- platform: mqtt
name: "Zanzito Battery"
state_topic: "zanzito/myphone/battery_level"
qos: 0
unit_of_measurement: "%"
I’m on Windows 10, and would like to setup a FIND server to test out indoor positioning.
- I have the app ‘Zanzito’ on my Android phone which is succesfully connected to MQTT. I can specify a group name for FIND in the settings in the app, but I’m not sure what group name I need to choose? Do I make it up, or is it retrieved from somewhere else?
- For the FIND server, I can download the pre-built binaries for Windows 10 here, but I’m unsure how to specify the location of my MQTT server with that
.exe
. Furthermore, it’s unclear if the FIND server supports SSL/TLS? - Once I get step (1) taken care of, how do I setup a device or sensor in HA that will use FIND’s results?
Thanks for the help!