teslamateapi

TeslaMateApi is a RESTful API to get data collected by self-hosted data logger TeslaMate in JSON

MIT License

Stars
91

Bot releases are hidden (Show)

teslamateapi - v1.4.3

Published by tobiasehlert over 3 years ago

Changed

  • bump github.com/eclipse/paho.mqtt.golang from 1.3.2 to 1.3.3 (#26 by @dependabot)

Removed

  • github.com/go-sql-driver/mysql removed, since NullTime isn't used/supported anymore
teslamateapi - v1.4.2

Published by tobiasehlert over 3 years ago

Changed

  • bump crazy-max/ghaction-docker-meta from v2.1.0 to v2.1.1 (#24 by @dependabot)
teslamateapi - v1.4.1

Published by tobiasehlert over 3 years ago

Changed

  • bump crazy-max/ghaction-docker-meta from v1 to v2.1.0 (#23 by @dependabot)
teslamateapi - v1.4.0

Published by tobiasehlert over 3 years ago

Added

  • added feature commands to proxy POST commands to Tesla owner API (#22)
  • support for authentication on command endpoints
teslamateapi - v1.3.1

Published by tobiasehlert over 3 years ago

Fixed

  • fixing sql error when BatteryHeaterNoPower is null (#19 by @LelandSindt)
teslamateapi - v1.3.0

Published by tobiasehlert over 3 years ago

Added

  • adding mqtt sleep time before doing disconnect (#17)
teslamateapi - v1.2.3

Published by tobiasehlert over 3 years ago

Added

  • adding probot for stale and no-response

Changed

  • bump golang from 1.16.0 to 1.16.2 (#12 by @dependabot)
  • bump go mod version from 1.15 to 1.16
teslamateapi - v1.2.2

Published by tobiasehlert over 3 years ago

Changed

  • bump github.com/lib/pq from 1.9.0 to 1.10.0 (#7 by @dependabot)
  • adjustment in logging
teslamateapi - v1.2.1

Published by tobiasehlert over 3 years ago

Fixed

  • fixing endpoint redirect to /api/v1 destinations
  • resolving path issue with traefik
teslamateapi - v1.2.0

Published by tobiasehlert over 3 years ago

Added

  • adding version into URL for better versioning of api

Changed

  • previous endpoints (without versioning) return 301 towards new uri
  • renaming of all go files to see version number
teslamateapi - v1.1.1

Published by tobiasehlert over 3 years ago

Added

  • setting mqtt cleansession flag for unsubscribe on disconnect

Changed

  • changing to one multi-subscribe instead of 46 separate subscribes on mqtt
teslamateapi - v1.1.0

Published by tobiasehlert over 3 years ago

Added

  • adding codeql-analysis workflow
  • adding dependabot for gomod and docker
  • using go mod now

Changed

  • calling on functions without params and using gin.Context in functions instead
  • logging for better readability (some rows based on DEBUG_MODE)
  • merged TeslaMateAPICars and TeslaMateAPICarsID into one file
  • updating Dockerfile a little
  • renaming of functions
  • bump golang from 1.15.8 to 1.16.0 (#2 by @dependabot)
  • some code cleanup

Fixed

  • sql query issue with TeslaMateAPICars
teslamateapi - v1.0.2

Published by tobiasehlert over 3 years ago

Fixed

  • sql query error
teslamateapi - v1.0.1

Published by tobiasehlert over 3 years ago

Added

  • / endpoint saying API is running
  • DEBUG_MODE variable (printing out debug of TeslaMateApi if set to true)

Changed

  • specifying port 8080 in Run()
  • updated Traefik example in README
  • code cleanup

Fixed

  • added missing tzdata package in Dockerfile
teslamateapi - v1.0.0

Published by tobiasehlert over 3 years ago

Initial commit

Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
GitHub CI GitHub go.mod version GitHub release Docker image size (tag) GitHub license Docker pulls
Related Projects