brchri / tesla-geogdo

A lightweight app that will operate your smart garage door openers (GDOs) based on the location of a defined tracker, automatically closing when you leave, and opening when you return. Supports multiple vehicles, trackers, geofence types, and smart GDO devices.
GNU General Public License v3.0
17 stars 1 forks source link

feat: enable any mqtt location trigger #12

Closed brchri closed 9 months ago

brchri commented 9 months ago

Add support for any tracker that can publish to an MQTT broker, such as TeslaMate or OwnTracks. This will enable usage for any vehicle when using a tracking app on a phone to publish location data to an MQTT broker.

This includes breaking changes to the config file, and users should always check the examples directory for how to structure config files.