Releases: WillCodeForCats/solaredge-modbus-multi
Release v2.4.13-pre.4
- Fix debug string format by @WillCodeForCats in #560
- Align requirements with HA 2024.3.2 by @WillCodeForCats in #563
Full Changelog: v2.4.13-pre.3...v2.4.13-pre.4
Release v2.4.13-pre.3
- Align requirements with HA 2024.3.0 by @WillCodeForCats in #559
Full Changelog: v2.4.13-pre.2...v2.4.13-pre.3
Release v2.4.13-pre.2
- Add advanced YAML config options by @WillCodeForCats in #553
Full Changelog: v2.4.13-pre.1...v2.4.13-pre.2
Release v2.4.13-pre.1
- Add serial number to device properties by @WillCodeForCats in #557
Full Changelog: v2.4.12...v2.4.13-pre.1
Release v2.4.12
This release now includes local hostnames in addition to FQDN and IP address when adding a new hub.
What's Changed
- Change log level to debug for refresh timeouts by @WillCodeForCats in #541
- Clear client object on timeout by @WillCodeForCats in #540
- Add RetryOnEmpty flag to const.py by @WillCodeForCats in #543
- Bump WillCodeForCats/python-lint-action from 1.0.2 to 1.0.3 by @dependabot in #545
- Bump WillCodeForCats/python-lint-action from 1.0.3 to 1.0.4 by @dependabot in #546
- Lock over entire functions by @WillCodeForCats in #544
- Revert "Add RetryOnEmpty flag to const.py" by @WillCodeForCats in #548
- Add hostname only pattern to validator by @WillCodeForCats in #555
Full Changelog: v2.4.11...v2.4.12
Release v2.4.12-pre.4
- Add hostname only pattern to validator by @WillCodeForCats in #555
Full Changelog: v2.4.12-pre.3...v2.4.12-pre.4
Release v2.4.12-pre.3
- Revert "Add RetryOnEmpty flag to const.py" by @WillCodeForCats in #548
Full Changelog: v2.4.12-pre.2...v2.4.12-pre.3
Release v2.4.12-pre.2
- Add RetryOnEmpty flag to const.py by @WillCodeForCats in #543
- Bump WillCodeForCats/python-lint-action from 1.0.2 to 1.0.3 by @dependabot in #545
- Bump WillCodeForCats/python-lint-action from 1.0.3 to 1.0.4 by @dependabot in #546
- Lock over entire functions by @WillCodeForCats in #544
Full Changelog: v2.4.12-pre.1...v2.4.12-pre.2
Release v2.4.12-pre.1
- Change log level to debug for refresh timeouts by @WillCodeForCats in #541
- Clear client object on timeout by @WillCodeForCats in #540
Full Changelog: v2.4.11...v2.4.12-pre.1
Release v2.4.11
This release now handles inverter timeouts as a retry event, and no longer requires Keep Modbus Connection Open for polling intervals less than 10 seconds. There have been reports of inverter timeouts that were resolved by turning off the Keep Modbus Connection Open option. The recommended default is to leave this option turned off unless there is a specific network issue that requires connections to stay open.
What's Changed
- Remove unnecessary init defs from sensor platform by @WillCodeForCats in #533
- Disconnect and retry on timeouts by @WillCodeForCats in #534
- Remove duplicate keep_modbus_open.setter by @WillCodeForCats in #538
- Remove keep modbus open requirement by @WillCodeForCats in #537
Full Changelog: v2.4.10...v2.4.11