Skip to content

Releases: CharlesGillanders/homeassistant-alphaESS

Fix AlphaESS API date Issues & Add PPV2 and PPV2

10 Oct 09:56
Compare
Choose a tag to compare

Hopefully permanent fix for occasional AlphaESS API cloud API date formatting issues as well as merge of display of instantaneous PPV and PPV2 measurements from @Spookster

Fix for UnboundLocalError: local variable 'errors' referenced before assignment

31 Aug 18:08
Compare
Choose a tag to compare

@Z0472 reported an error UnboundLocalError: local variable 'errors' referenced before assignment in the initial configuration of the integration.

This release fixes that error.

Add Instantaneous Power Sensors

31 Aug 15:30
Compare
Choose a tag to compare

Thanks to @2000game for the original pull request that added these additional sensors.

Instantaneous Power Sensors

8 new sensors have been added to the integration

  • Instantaneous Grid I/O L1
  • Instantaneous Grid I/O L2
  • Instantaneous Grid I/O L3
  • Instantaneous Generation
  • Instantaneous Battery SOC
  • Instantaneous Battery I/O
  • Instantaneous Grid I/O Total
  • Instantaneous Load

All of these sensors (except for battery state of charge) return a value in Watts, representing the instantaneous measurement at a single point in time rather than the existing sensors which typically return a value in kWh representing the total energy for that metric over the most recent 24 hours.

More frequent data

As a result of adding these new power sensors the integration has also been updated to pull statistics more frequently - every minute compared to the previous every five minutes.

Switch to DeviceEntryType instead of entry_type

31 Aug 13:53
Compare
Choose a tag to compare

This is a rewrite of the integration to remove the deprecated use of entry_type and switch to using DeviceEntryType.

Alongside that change I have made many other adjustments to follow HomeAssistant best practices.

No new functionality in this release but this integration will now continue to work correctly as HomeAssistant removes some older code.

Re-published release with a minor update to fix a typo preventing the integration from starting

Switch to DeviceEntryType instead of entry_type

31 Aug 13:46
Compare
Choose a tag to compare

This is a rewrite of the integration to remove the deprecated use of entry_type and switch to using DeviceEntryType.

Alongside that change I have made many other adjustments to follow HomeAssistant best practices.

No new functionality in this release but this integration will now continue to work correctly as HomeAssistant removes some older code.

Fix data gathering

28 Aug 17:12
71e75c5
Compare
Choose a tag to compare

AlphaEss made a change on 27th August 2022 to their API which resulted in this automation no longer being able to gather data.

This release fixes the automation to allow data gathering to work again.

More descriptive information in HACS

19 Jul 14:12
6fd30c0
Compare
Choose a tag to compare

Updated information files to provide for better descriptions in HACS.

v0.1.0

19 Jul 12:49
c2245c4
Compare
Choose a tag to compare

What's Changed