8000 Tags · brchri/tesla-youq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Tags: brchri/tesla-youq

Tags

v0.2.4

Toggle v0.2.4's commit 8000 message
chore: remove superfluous newline after some log messages

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: myq api auth (#22)

MyQ recently updated their auth flow process. Updated the myq package
dependency to account for changes and now bumping here to consume those
updates. Hopefully it sticks and they don't change again.

[Related Issue](home-assistant/core#101763)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add token caching (#20)

Add option to cache MyQ auth token between container restarts (and
recreates if location is set to persistent mounted volume).

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support loading kml files (#17)

It's a hassle to manually convert all the polygon geofence points from a
tool to the Lat/Lng points in the `config.yml` file, so this adds
support to just load the KML file directly to define polygon geofences.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for polygon geofence and cache myq auth token (#15)

* Allow defining a custom polygonal geofence. Assumes polygon is simple
with no holes or border cross points.
* Refactor tests to use mockery
* Cache myq auth token

v0.1.4

Toggle v0.1.4's commit message
fix: get devices now working

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handle mqtt reconnects (#14)

Resubscribe to topics on MQTT reconnect

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update config and readme for v0.1.2 release (#13)

v0.1.2-rc1

Toggle v0.1.2-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for using teslamate geofences (#12)

Allows using Geofences defined in TeslaMate rather than manually
specifying a lat/long center point with radii. Some observations
regarding this method:

* Geo does not update as frequently as lat/long in MQTT, so there is
quite a delay in actually triggering the garage action
* Presumably this is because the Geofence isn't calculated in realtime
with every lat/long update like Tesla-YouQ does, but this is an
assumption
* TeslaMate doesn't seem to have any logic for distinction between
overlapping geofences. For example, with 2 geofences that have the same
center point but different radii, TeslaMate exhibits unpredictable
behavior with which geofence gets ascribed to the location
* This limitation means this method should really only be used for a
single geofence, meaning open and close events cannot be defined
separately
* This PR will still support having separate geo's but is at the mercy
of the data it receives from TeslaMate; if this is ever fixed, then
Tesla-YouQ will already support it, but in the meantime, users should
stick to a single geofence
* This method requires defining a `DEFAULT_GEOFENCE` environment
variable for TeslaMate (such as `not_home`), as some string must be
published to the MQTT broker to trigger an event.
* See [this PR](teslamate-org/teslamate#2564) in
TeslaMate for more info

v0.1.1

Toggle v0.1.1's commit message
fix docker version label and update release tag pattern

0