Releases: CharlesGillanders/homeassistant-alphaESS
Releases · CharlesGillanders/homeassistant-alphaESS
Fix for updateDisChargeConfigInfo
What's Changed
Full Changelog: v0.5.6...v0.5.6.1
v0.5.6 - Force battery discharge and charge support & API Fixes
What's Changed
- Update throttle to 1.4 (was 1.35)
- Remove integration crashing when API calls fail (404 errors)
- Add battery discharge and charge buttons (15/30 mins and 1 hour)
- Add reset charge/discharge battery. to set all configs to 00:00 (aka resetting them)
- Discharge and charge buttons can each only be pressed once every 10 mins (OpenAPI limitation)
- Supports using via automations (good for people using the Amber/dynamic pricing)
- Show the data being provided from getDisChargeConfigInfo and getChargeConfigInfo
- Add charging range for batteries
Additional Info
- Due to the limitations of the API, the discharge and charge config will round up to the nearest 15 min (eg at 12:02 you press the 15 min discharge config. it wont go live until 12:15, and it wont finish until 12:30)
- If the charge/discharge button are selected before the 10 min cooldown enforced by the API, a client side error will be shown in the logs (working on finding a better solution)
Full Changelog: v0.5.5...v0.5.6
v0.5.5 - Update default value to None and improve multi-inverter experience
What's Changed
Full Changelog: v0.5.4...v0.5.5
v0.5.4 - Support State of Charge for Storion-S5
What's Changed
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Update manifest.json to match release
Fix to issue #120 (manifest for version 0.5.1 states it's version 0.4.9)
Full Changelog: v0.5.1...v0.5.2
Added HACS and hassfest actions
Added HACS and hassfest actions in preparation to submitting to the default HACS repository.
v0.5.0
What's Changed
Since v0.5.0beta
Support Custom Currency for total income by @Poshy163 in #118
Since v0.4.9
Storion-S5 System fix and Improvements by @Poshy163 in #116
- Add additional data points provided by the API.
- Check if any data points from the API are blank or a whitespace, if so. default to 0
- If multiple inverters exists, throttle the subsequent inverters calls to reduce the chance of a 6053 max requests error
- Added Self Sufficiency & Self Consumption
- Fix for errors regarding 'NoneType'
- Add EMS Status
- Storion S5 Fixes, unfortunately for Storion owners their systems do not generate real time statistics so these data points are removed from Storion inverters:
- Instantaneous Generation
- Instantaneous Grid I/O Total
- Instantaneous Grid I/O L1
- Instantaneous Grid I/O L2
- Instantaneous Grid I/O L3
- Instantaneous PPV1
- Instantaneous PPV2
- Instantaneous PPV3
- Instantaneous PPV4
- Instantaneous Battery I/O
- Instantaneous Load
- State of Charge
- Instantaneous Battery SOC
- Solar to Load
- Solar to Grid
Full Changelog: v0.4.9...v0.5.0
Storion-S5 System fix and Improvements
Multiple changes thanks to @Poshy163
- Add additional data points provided by the API.
- Check if any data points from the API are blank or a whitespace, if so. default to 0
- If multiple inverters exists, throttle the subsequent inverters calls to reduce the chance of a 6053 max requests error
- Added Self Sufficiency & Self Consumption
- Fix for errors regarding 'NoneType'
- Add EMS Status
- Storion S5 Fixes, unfortunately for Storion owners their systems do not generate real time statistics so these data points are removed from Storion inverters:
- Instantaneous Generation
- Instantaneous Grid I/O Total
- Instantaneous Grid I/O L1
- Instantaneous Grid I/O L2
- Instantaneous Grid I/O L3
- Instantaneous PPV1
- Instantaneous PPV2
- Instantaneous PPV3
- Instantaneous PPV4
- Instantaneous Battery I/O
- Instantaneous Load
- State of Charge
- Instantaneous Battery SOC
- Solar to Load
- Solar to Grid
What's Changed
Full Changelog: v0.4.9...v0.5.0beta
Fix blocking call warnings
Fixes issue #113 [Detected blocking call to open inside the event loop by custom integration 'alphaess'.]