Skip to content

Releases: nordicopen/pyeasee

SignalR reconnect workaround

26 Sep 20:27
Compare
Choose a tag to compare

A workaround problem with the reconnect logic in the SignalR lib .

Allow calling module to append info to user-agent

16 Sep 17:05
Compare
Choose a tag to compare

There is now a way to signal though http user-agent which module is calling the lib.

SignalR reconnect logic improvement

16 Sep 08:43
Compare
Choose a tag to compare

With the new signalr lib there is an unexpected behaviour that it calls the disconnect callback during the startup/connection process. This could potentially cause that more than one connection thread is started.

Observations IDs and await

03 Jun 05:56
Compare
Choose a tag to compare
  • Updated observation IDs for future inclusion in easee HA component.
  • Missing await for _sr_connect() fixed.

New signalr lib

11 Mar 21:02
Compare
Choose a tag to compare

The lib used previously for signalr communication, signalrcore, is outdated and has problematic dependancies.
It is now replaced by pysignalr 1.0.0

Bug fix for userRole and new functions to force update

07 Nov 20:15
Compare
Choose a tag to compare

A bug fix for userRole not being returned from some APIs @jorgror.
New functions to force a charger to update the lifetime energy and opmode values. @jorgror.

Info added to charger object and better weekly schedule support

12 Sep 19:19
Compare
Choose a tag to compare

The Charger object now has some more basic information available by default, like product type and user role.
Weekly schedules are now better supported with the ability to add schedules for several days every week and delete the schedule.

New API URL and updated charger status

10 Jun 20:40
Compare
Choose a tag to compare

API URLs updated to prepare for shutdown of old servers in September.
Charger status codes translation table updated with more information.

SignalR URL update

22 Apr 20:19
Compare
Choose a tag to compare

Easee are changing servers which requires an update to the URL used in the lib.

Make chargeStopTime optional

18 Dec 22:44
Compare
Choose a tag to compare

chargeStopTime is now an optional argument when setting basic charge plan