Releases: cdpuk/givenergy-local
v1.7.2
v1.7.1
v1.7.0
What's Changed
Battery charge & discharge power should now work for both Gen1 and Gen2 inverters. Thanks to @reidjr and @Dizzyikea for your feedback here. Testing aginst Gen2 inverters and multi-battery configurations would be welcomed.
Previous sensor entities sensor.battery_charge_power_limit
and sensor.battery_discharge_power_limit
have been replaced with number.battery_charge_power_limit
and number.battery_discharge_power_limit
respectively.
The services used to control these values are now marked as deprecated and will be removed in a future version. Use the built-in number.set_value
service against the new entities instead.
Full Changelog: v1.6.3...v1.7.0
v1.6.3
What's Changed
- Update manifest.json for new validation rules by @cdpuk in #32
- Ensure async_add_entities is only called once by @cdpuk in #35. This fixes issues with multiple batteries as reported by @SciFi-Bob #34.
- Ensure all battery cell voltages are reported by @cdpuk in #36
Full Changelog: v1.6.2...v1.6.3
v1.6.2
v1.6.1
Import & Export totals
Add import/export total sensors for those needing more than the Energy Dashboard offers.
Expose detailed battery voltage data
Expose total battery voltage as seen by:
- The inverter
- The BMS (battery cells total voltage, plus attributes for each individual cell)
- The BMS (output voltage)
Note that the GivEnergy app displays the voltage as seen by the inverter.
Minor bug fixes
- Ensure charge target is enabled when set
- Remember user input when initial configuration fails
Improved AC charging
Winter is here in the UK. This update improves AC charging:
- Binary sensors to track charge & discharge slot activations
- Extra attributes on those to show start and end times
- Switch to turn AC charging on/off
- Number input to configure AC charge target