Device Tracking export for Home Assistant without Third-Party integrations #781
Replies: 1 comment 2 replies
-
|
I have Node-Red collect device-tracker updates from Hass to do some other post processing with, so added a second push to MQTT for Reitti in that flow, and location data is flowing into Reitti now, but, if I didn't already use that, I would be adopting your suggestions @thijsmie, thank you! I appreciate the MQTT integration is quite new and has been ideal for me. I might have missed it, but I looked for a "central" MQTT config where I could supply my broker details once and give a topic template like the help-text in the user Integration field. My hope was I could add the broker to my compose file's environment and give a path like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just for future reference for anyone trying to achieve this with minimal fuss. The method in the documentation does not work anymore: HACS rejects the integration because it does not meet the requirements anymore. Anyway, you probably don't need it anyway. If you want to track your device and you already have a device tracker and MQTT set up you can simply add an automation:
This writes the location/battery tracking info in owntracks format to mqtt. You can then simply connect reitti with the owntracks mqtt integration.
Beta Was this translation helpful? Give feedback.
All reactions