Skip to content

Latest commit

 

History

History
102 lines (63 loc) · 2.92 KB

File metadata and controls

102 lines (63 loc) · 2.92 KB

0.1.1

  • Adapted to a change in the API. roarand endpoint no longer seems to be supported and was removed.

0.1.0

  • BREAKING CHANGE: Session reuse was changed to a more robust method. The new client function get_cookies can be used to fetch all cookies as a dict object. This can then be passed to the new constructor parameter cookies=.
  • The session parameter in the constructor was removed.

0.0.28

  • Added new function get_inverter_day_stats (by jgonzalezzitu)
  • Extended get_battery_day_stats function to retrieve more data (by jgonzalezzitu)

0.0.27

  • Added tests for README examples
  • Added query time to get_battery_day_stats (by jgonzalezzitu)
  • Updated client error handling due to new FusionSolar error messages
  • Fixed str to float converion in battery stats (by @MatteoGheza)
  • Fixed typos in README
  • Added functions get_historical_data and get_real_time_data (by Nikolai Raitsev)
  • Fixed issu in encryption.py (by @MatteoGheza and ATNALDC)

0.0.26

  • Added support for the new roarand header which is required for several function calls.

0.0.25

  • Added support for the new encrypted login function introduced in API version 3

0.0.24

  • Added new function get_current_plant_data

0.0.23

  • Added new functions is_session_active and keep_alive
  • Adapted the @logged_in wrapper to use this new function

0.0.22

  • Fixed detection of incorrect subdomains
  • Added test for session reuse
  • Removed deprecation decorators from PowerStatus as these clashed with @property decorators (functions will still be removed in the future)

0.0.21

  • Fixed bug in handling session configuration in new login procedure.

0.0.20

  • Added support for new login procedure in "unixxx" subdomains.

0.0.14

  • Fixed login issue with subdomain "intl"

0.0.13

  • Added function get_optimizer_stats to retrieve optimizer data (thanks to @Miouge1)

0.0.12

  • Explicitly catch incorrect subdomain

0.0.11

  • Improved documentation of returned values
  • Improved get_last_plant_data to include all available values

0.0.10

  • Added additional values to get_last_plant_data

0.0.9

  • Adapted get_last_plant_data to return float instead of strings

0.0.8

  • Fixed bugs that prevented meter data to be correctly added to the plant stats
  • Added additional combined statistics to the plant stats
  • Updated the README to show new features

0.0.7

  • Added a new function get_station_list that returns detailed info about all installed stations under that account.
  • Changed the functionality of get_plant_ids to only return the ids of stations. In some setups, the ids returned here are ids of subunits (ie. dongle) that can't be used to extract further information.

0.0.6

  • Fixed a bug in get_plant_stats: Query time was by default set to the current time. But the API expects this to be 00:00:00 of the current day.