Skip to content

Releases: tijsverkoyen/HomeAssistant-FusionSolar

v2.5.2

15 May 13:08
Compare
Choose a tag to compare

What's Changed

Increased update interval for yearly total to once per hour

The getKpiStationYear has traffic limiting. We can only call 25 times / day. In the documentation the following is found:

Traffic limiting is performed based on the number of plants managed by
northbound API users. Number of northbound API calls per user per day =
Roundup (Number of plants/100) + 24

Only one concurrent request is supported per minute.

If the access frequency exceeds the limit, the interface returns error code 407. Example:

  • If a user manages 20 plants, the maximum number of API calls per day = Roundup (20/100) + 24 = 1 + 24 = 25.
  • If a user manages 120 plants, the maximum number of API calls per day = Roundup (120/100) + 24 = 2 + 24 = 26.

For now I have set it to 1 update per hour to be on the safe side.

Full Changelog: v2.5.1...v2.5.2

v2.5.1

14 Apr 11:35
fd3014f
Compare
Choose a tag to compare

What's Changed

Inverter efficiency line graph

The Inverter efficiency will now show a line graph in the history graph instead of a bar chart.
Thx @kzajac83 for noticing this issue.

Improved docs

The readme was improved by @arohl. Thx!

Others

  • Removed usage of deprecated constants.

New Contributors

  • @arohl made their first contribution in #82

Full Changelog: v2.5.0...v2.5.1

v2.5.0

10 Mar 12:41
Compare
Choose a tag to compare

What's Changed

  • Improved README, thx to @aretokas in #75
  • Just try getStationList and if it fails fallback to stations as Huawei Fusion Solar is not willing to help. See #78
  • Postman Collection, thx to @aretokas in #76

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

28 Feb 13:16
Compare
Choose a tag to compare

What's Changed

  • Use thirdData/stations for systems using https://au5.fusionsolar.huawei.com as thirdData/getStationList is deprecated. This fixes #68. Thx @arohl
  • Move handling unavailable entity state up. This fixes #69. I think..
  • Sort keys to fix Hassfest validation

Full Changelog: v2.4.0...v2.4.1

v2.4.0

17 Feb 16:53
Compare
Choose a tag to compare

What's Changed

Ignore devices that are disabled

You can disable devices through the Home Assistant interface. The entities related to these devices will not be available anymore.

Retrieving the data from the API will also take these disabled devices into account. So their information won't be requested. If you disable all devices from the same device type it will also speed up the process of retrieving that data.

See #65

Others

Full Changelog: v2.3.5...v2.4.0

v2.3.5

06 Feb 09:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.4...v2.3.5

v2.3.4

03 Feb 13:16
Compare
Choose a tag to compare

What's Changed

  • Cleanup incomplete by @AndersHoglund. Which should resolve the positive and negative glitches for real (I hope ;-)). Massive thanks to @AndersHoglund to have the patience and pointing out my mistakes.
  • Power Sensor active power is in W instead of kW, Thanks to @GiorgioUghini

New Contributors

Full Changelog: v2.3.3...v2.3.4

v2.3.3

31 Jan 18:20
Compare
Choose a tag to compare

What's Changed

  • Proper implementation to fix positive glitches. Thanks @AndersHoglund to point out my stupid mistake!

Full Changelog: v2.3.2...v2.3.3

v2.3.2

30 Jan 15:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

13 Jan 12:10
9a4c2ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1