Skip to content

Commit 2898437

Browse files
committed
Moving to version 0.0.27
1 parent e974fc0 commit 2898437

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.0.27
2+
3+
* Added tests for README examples
4+
* Added query time to get_battery_day_stats (by jgonzalezzitu)
5+
* Updated client error handling due to new FusionSolar error messages
6+
* Fixed str to float converion in battery stats (by @MatteoGheza)
7+
* Fixed typos in README
8+
* Added functions get_historical_data and get_real_time_data (by Nikolai Raitsev)
9+
* Fixed issu in encryption.py (by @MatteoGheza and ATNALDC)
10+
111
# 0.0.26
212

313
* Added support for the new `roarand` header which is required for several function calls.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022 Johannes Griss
1+
Copyright (c) 2025 Johannes Griss
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = fusion_solar_py
3-
version = 0.0.26
3+
version = 0.0.27
44
author = Johannes Griss
55
author_email = johannes.griss@meduniwien.ac.at
66
description = A simply API to the Huawei Fusion Solar web interface.

0 commit comments

Comments
 (0)