Skip to content

Tags: brchri/tesla-geogdo

Tags

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: lwt error and standardize log level length (#21)

Complex topics that publish `_type: lwt` would cause geogdo to log
errors about not being able to parse lat/lng from the json payload.
While a graceful error, this caused noise. This commit checks for
`_type: lwt` and logs a debug message instead of an error.

Also standardizing the length of log level status in log line outputs to
3 chars (e.g. `INFO` -> `INF`, `DEBUG` -> `DBG`, etc).

Finally, standardizes line endings to LF.

v2.2.0

Toggle v2.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: create config wizard (#18)

Create a config wizard to allow generating config files by answering
command prompts.

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.1.0

v2.1.0-rc1

Toggle v2.1.0-rc1's commit message
add some comments

v2.0.0

Toggle v2.0.0's commit message
Release v2.0.0

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v0.0.2

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: streamline geofence parsing (#2)

Refactor parsing the geofence settings. To support this, there is a
breaking change in the config yaml schema for the geofence key.