Releases: anker-charging/ha-anker-solix-official
Releases · anker-charging/ha-anker-solix-official
Release list
v1.4.3
v1.4.2
What's Changed
✨ New Features
- Parallel machine support: Laying the groundwork for upcoming parallel features
- mDNS-based auto IP recovery: Automatically discovers and switches to a device's new IP when it changes (e.g. router DHCP reassignment), without manual reconfiguration
🐛 Bug Fixes
- Improved Modbus client: fixed connection state machine, write race, and transaction ID mismatch issues (#83, #81, #72)
- Fixed batch register read missing
0x8007 - Use HA's shared Zeroconf instance for mDNS discovery
- Reduced log noise from routine connection activity
🔧 Other
- Added release workflow with
zip_releasefor HACS download tracking
v1.4.1
What's Changed
🐛 Bug Fixes
- Fix blocking calls & excessive WARNING logs: Resolved blocking I/O calls, reduced excessive WARNING-level logs, and fixed AC output display issue
- Fix false energy spikes: Prevent false energy spikes caused by malformed Modbus register data
- Reduce routine log noise: Routine Modbus/entity logs downgraded from INFO to DEBUG to keep logs clean
✨ New Features
- Extended power range (1–99W): Output power can now be set across the full 1–99W range
v1.4.0
What's New in v1.4.0
New Features
- Diagnostics Support: Download diagnostic info directly from HA with automatic IP/SN redaction for privacy
- Write Condition Validation: Entities validate conditions before executing writes, preventing invalid commands from being sent to the device
- Register Availability Tracking: Integration now tracks which registers are supported per device, reducing unnecessary polling
Improvements
- SN-based Device Identity: Device is now identified by serial number instead of IP address — entity history is preserved when your device IP changes (e.g. DHCP)
- Energy Dashboard Support: Cumulative energy sensors now appear in HA's Energy Dashboard
- Temperature Sensor Visibility: Temperature sensor visibility is now controlled by hardware version
- SOC Validation: Added SOC range check to guard against invalid battery state readings
- Removed 100W minimum on charge/discharge power setpoints
Bug Fixes
- Fixed duplicate third-party control mode being pushed on HA restart
Translations
- Updated DE, EN, FR, NL translations
v1.3.0
What's New in v1.3.0
New Device Support
- Added Anker SOLIX Solarbank 4 E5000 Pro support
v1.2.0
🆕 New Device Support
- Extended compatibility for additional Anker SOLIX devices
⚠️ This is a dedicated beta release for internal testing. Please report any issues via GitHub Issues.
v1.1.0
What's New
New Device Support
- Anker SOLIX Solarbank Max AC
- Anker SOLIX Smart Meter Gen 2
Improvements
- Performance and stability improvements with multi-language support (en/de/fr/nl)
v1.0.0
Anker Solix Official v1.0.0
The first official release of the Anker Solix integration for Home Assistant.
Features
- Local Modbus TCP communication — no cloud, no internet required
- Real-time monitoring with 5-second polling interval
- Device control (operating mode, power setpoints, output switch)
- Auto-detection of device model
- Multi-language support (English, German, French, Dutch)
Supported Devices
- Anker SOLIX Smart Plug
More devices will be added in future releases.
Installation
Install via HACS or manually copy custom_components/anker_solix_official/ to your Home Assistant config directory.