Releases: mkuthan/solis-cloud-control
Releases · mkuthan/solis-cloud-control
v2.1.0-alpha.1
New Features
c36d140
- add extra state attributes and validation for charge/discharge settings (commit by @mkuthan)
c553e92
- add support for S6-GR1P(2.5-6)K string inverter and implement power limit functionality (commit by @mkuthan)
Bug Fixes
cbf8373
- update SLOT_COUNT to SLOTS_COUNT for consistency and improve all_cids method (commit by @mkuthan)
v2.0.0
New Features
- Revamp the onboarding process to simplify the integration of new inverter models
- Add support for RHI-3P(3-10)K-HVES-5G
- Add charge and discharge slots 2-6
- Add sensors for max charge and discharge battery current
Documentation
Chore
- Create issue template for requesting support for new inverter types
v2.0.0-alpha.3
fix: update Solis inverter support request template and add config fo…
v2.0.0-alpha.2
refactor: remove unused import from test_inverter_factory.py
v2.0.0-alpha.1
Introduce abstraction for adopting different inverter types
v1.4.2
New Features
5edc354
- enhance SolisCloudControlEntity with availability check and improve data handling in related components (commit by @mkuthan)
2555f95
- add diagnostics functionality (commit by @mkuthan)
Bug Fixes
v1.4.1
Bug Fixes
e54c795
- disable charge/discharge slots if inverter doesn't support new mode (PR #18 by @mkuthan)
Tests
Chores
v1.4.0
New Features
Bug Fixes
Refactors
a0c49a4
- update integration to use new data structure and improve API retry logic (commit by @mkuthan)
Tests
e94d494
- remove unused device class assertion from battery SOC sensor tests (commit by @mkuthan)
Chores