Skip to content

Releases: nordicopen/pyeasee

Bugfix for eqAvailableCurrentPx

18 Dec 22:35
Compare
Choose a tag to compare

eqAvailableCurrentPx states where incorrectly defined in the library which caused them to not update.

Improved handling in Easee Charge and user authorization

06 Dec 09:22
Compare
Choose a tag to compare

This release fixes problems for users with restricted permissions.
Better behaviour in Easee Charge installations

Support large installations

31 Oct 11:03
Compare
Choose a tag to compare
v0.7.47

Merge branch 'master' of github.com:fondberg/pyeasee

Boolean bugfix

22 Oct 20:41
Compare
Choose a tag to compare

Fix interpretation of boolean in signalr stream.

Observation name changes and cost API

12 Oct 22:45
Compare
Choose a tag to compare

Some observations changed names to make it possible to collect the data in the HA component.
An API to retrieve charging cost during a time period was added.

Weekly schedule bugfix

17 May 22:13
Compare
Choose a tag to compare

The time format returned from the API has changed and made an update necessary.

Signalrcore lib upgrade

10 May 19:35
Compare
Choose a tag to compare

Due to changed dependencies in HA signalrcore can now be upgraded to latest version (0.9.5).

Token refresh time reduced

26 Jan 12:24
Compare
Choose a tag to compare
  • To avoid a race condition between server and client, the token is now refreshed 1 minute before it expires.

Token refresh bugfixes

07 Jan 14:24
Compare
Choose a tag to compare
  • Token refresh logic corrected to update headers with new token after refresh.
  • Login and refresh token calls now has custom headers.

Circuit dynamic current API change and date time parser change

11 Dec 16:25
Compare
Choose a tag to compare

A new API is used when setting the circuit dynamic current which allows for a timeout in minutes. When the timeout expires the limit is not valid any more.
The parsing of API returned date time strings changed so that fractional seconds are ignored.