Releases: WillCodeForCats/solaredge-modbus-multi
Release 2.4.11-pre.7
- Remove keep modbus open requirement by @WillCodeForCats in #537
 - Remove duplicate keep_modbus_open.setter by @WillCodeForCats in #538
 
Full Changelog: v2.4.11-pre.1...v2.4.11-pre.7
Releases pre.2 through pre.6 were experimental releases that have been skipped.
Release v2.4.11-pre.1
- Remove unnecessary init defs from sensor platform by @WillCodeForCats in #533
 - Disconnect and retry on timeouts by @WillCodeForCats in #534
 
Full Changelog: v2.4.10...v2.4.11-pre.1
Release v2.4.10
This release adds several new entities:
- Reactive Power Mode select entity
 - Power commit and Restore buttons (with feedback sensors)
 - Power Reduce number entity
 - Current Limit number entity
 
The Grid Control switch entity was renamed to Advanced Power Control because that's what everyone is usually looking for. The corresponding binary sensor entity already used that name.
Behind the scenes are code quality updates and adjustments for integration experience.
What's Changed
- Add Reactive Power Mode select entity by @WillCodeForCats in #517
 - Cleanup for button and binary sensor entities by @WillCodeForCats in #520
 - Add refresh icon by @WillCodeForCats in #522
 - Add power commit and restore buttons with sensors by @WillCodeForCats in #521
 - Rename grid control switch to match binary sensor by @WillCodeForCats in #523
 - Remove scale_factor helper function by @WillCodeForCats in #502
 - Add Power Reduce number entity by @WillCodeForCats in #524
 - Add Current Limit number entity by @WillCodeForCats in #525
 - Clear repair issue if raised during setup by @WillCodeForCats in #530
 - Match typing and casting in number platform by @WillCodeForCats in #529
 - Unnecessary cast, already an int by @WillCodeForCats in #531
 - Round CosPhi to 1 place and type as float by @WillCodeForCats in #532
 
Full Changelog: v2.4.9...v2.4.10
Release v2.4.10-pre.5
- Clear repair issue if raised during setup by @WillCodeForCats in #530
 
Full Changelog: v2.4.10-pre.4...v2.4.10-pre.5
Release v2.4.10-pre.4
- Add Power Reduce number entity by @WillCodeForCats in #524
 - Add Current Limit number entity by @WillCodeForCats in #525
 
Full Changelog: v2.4.10-pre.3...v2.4.10-pre.4
Release v2.4.10-pre.3
Grid Control switch entity was renamed to Advanced Power Control because that's what everyone is usually looking for. The corresponding binary sensor entity already used that name.
- Rename grid control switch to match binary sensor by @WillCodeForCats in #523
 - Remove scale_factor helper function by @WillCodeForCats in #502
 
Full Changelog: v2.4.10-pre.2...v2.4.10-pre.3
Release v2.4.10-pre.2
- Add refresh icon by @WillCodeForCats in #522
 - Add power commit and restore buttons with sensors by @WillCodeForCats in #521
 
Full Changelog: v2.4.10-pre.1...v2.4.10-pre.2
Release v2.4.10-pre.1
This release adds the Reactive Power Mode select entity.
What's Changed
- Add Reactive Power Mode select entity by @WillCodeForCats in #517
 - Cleanup for button and binary sensor entities by @WillCodeForCats in #520
 
Full Changelog: v2.4.9...v2.4.10-pre.1
Release v2.4.9
This release adds support for Battery 3 (B3) and changes the following battery device attributes into sensors:
- batt_charge_peak
 - batt_discharge_peak
 - batt_max_charge
 - batt_max_discharge
 
What's Changed
- Battery charge/discharge power as sensors by @WillCodeForCats in #501
 - Add support for third battery by @WillCodeForCats in #508
 - Fix spelling in English translation by @WillCodeForCats in #510
 - Add Italian translation by @WillCodeForCats in #511
 - Refactor battery detection by @WillCodeForCats in #509
 - Cleanup switch domain classes by @WillCodeForCats in #503
 - Refactor meter detection by @WillCodeForCats in #512
 - Catch ModbusIOException from setup by @WillCodeForCats in #515
 - Raise repair issue also for init failures by @WillCodeForCats in #518
 
Full Changelog: v2.4.8...v2.4.9
Release v2.4.9-pre.5
- Raise repair issue also for init failures by @WillCodeForCats in #518
 
Full Changelog: v2.4.9-pre.4...v2.4.9-pre.5