Skip to content

Releases: CharlesGillanders/homeassistant-alphaESS

Replaces deprecated async_setup_platforms with async_forward_entry_setups

09 Feb 09:25
Compare
Choose a tag to compare

Replaces deprecated async_setup_platforms with async_forward_entry_setups

Fix for issue #61

Fixes for settings with multiple invertors and for errors when offline

01 Feb 14:27
Compare
Choose a tag to compare

Fixes for two reported issues

  • Error while Inverter is offline #58

  • Multiple inverters #53

Battery Charge / Discharge Settings - UI Improvements

07 Nov 17:57
230b5a9
Compare
Choose a tag to compare

Addition of field selectors to improve UI when adjusting battery charge/discharge settings.

image

Add ability to set battery/charge discharge paramaters

07 Nov 13:50
4aaec5b
Compare
Choose a tag to compare

Adjusting Battery Charge / Discharge Settings

This is a change that has been requested for a long time. Thanks again to @matt-oneill for making this work.

https://github.com/CharlesGillanders/homeassistant-alphaESS#services

Fixes breaking changes introduced by latest Alpha cloud API.

31 Oct 11:55
Compare
Choose a tag to compare

Fixes breaking changes introduced by latest Alpha cloud API.

Fixes Issue #45

Fix for AlphaESS cloud changes introduced on 29th October 2022

29 Oct 08:47
Compare
Choose a tag to compare

Thanks to @matt-oneill again for so quickly reacting to the breaking changes introduced by AlphaESS to their cloud API today.

Should fix issue #44

v0.2.8

26 Oct 13:51
Compare
Choose a tag to compare

Fix for the authentication refresh issue

Should fix:
#40

It is unclear yet if these issues are due to further AlphaESS API updates.
#41
#42

Fix authentication refresh issue

24 Oct 21:27
Compare
Choose a tag to compare

Fix for the authentication refresh issue

#40

Fix AlphaESS Authentication Issue

17 Oct 11:03
Compare
Choose a tag to compare

Use v0.0.12 of the AlphaESS Api library which contains a fix for the authentication issue flagged in #37

Fix Bug introduced in v0.2.4

10 Oct 11:23
Compare
Choose a tag to compare

Update to use v0.0.9 of the AlphaESS API library. Required to fix a stupid bug I introduced in release v0.2.4.

Thanks to @matt-oneill for identifying it.