Releases: CharlesGillanders/homeassistant-alphaESS
Fix AlphaESS API date Issues & Add PPV2 and PPV2
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
@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
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
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
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
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
Updated information files to provide for better descriptions in HACS.