Skip to content

Releases: mattrayner/podpointclient

v0.1.16

17 May 10:46
Compare
Choose a tag to compare
  • Rename ConnectionError to ApiConnectionError as ConnectionError is reserved.

v0.1.15

17 May 09:36
0e05c23
Compare
Choose a tag to compare
  • Fix a ConnectionError raising bug that caused ConnectionError to upgrade to Exception.
  • Update setup.py to load version and README from files (saves double update)

v0.1.14

16 May 23:44
5a53f03
Compare
Choose a tag to compare

Add ConnectionError implementation. This allows us to check if we are online or not.

v0.1.13

16 May 23:44
Compare
Choose a tag to compare

Improve authentication error raising. This allows handling of the re-auth flow in Home Assistant

v0.1.12

15 May 12:25
da8e783
Compare
Choose a tag to compare

Add additional timestamps for debugging and improve test coverage

v0.1.5

18 Mar 08:36
Compare
Choose a tag to compare

Features

  • Add debug level logging of GET, PUT and POST requests to the PodPoint APIs with response times.

v0.1.4

18 Mar 08:35
Compare
Choose a tag to compare

Features

  • Remove extraneous logging noise
    • Requests with either log or debug levels have been cleaned up to remove overly verbose, or out of context messages

v0.1.3

18 Mar 08:34
Compare
Choose a tag to compare

Bugfixes

  • Fix issue with Charge.home not returning the expected value

v0.1.2

14 Mar 23:39
Compare
Choose a tag to compare

Features

  • Add placeholder pod values for charges, total_kwh and current_kwh for Pod objects.

v0.1.1

14 Mar 23:38
Compare
Choose a tag to compare

Features

  • Add home attribute to Pod objects to allow easy filtering