Skip to content

Releases: anker-charging/ha-anker-solix-official

v1.4.3

Choose a tag to compare

@tiger-yan-666 tiger-yan-666 released this 20 Aug 04:20
a6c82f5

What's Changed

🐛 Bug Fixes

  • Smart Meter Gen 2: Fixed firmware version sensor creation failure (#108)

🔧 Other

  • Added unit test suite
  • Added CI pipeline to run tests automatically on push/PR

v1.4.2

Choose a tag to compare

@tiger-yan-666 tiger-yan-666 released this 18 Aug 04:05
eec296c

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_release for HACS download tracking

v1.4.1

Choose a tag to compare

@tiger-yan-666 tiger-yan-666 released this 21 Jul 03:05
9c69147

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

Choose a tag to compare

@tiger-yan-666 tiger-yan-666 released this 23 Jun 07:24
16dd0c7

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

Choose a tag to compare

@tiger-yan-666 tiger-yan-666 released this 18 May 02:07
aff1170

What's New in v1.3.0

New Device Support

  • Added Anker SOLIX Solarbank 4 E5000 Pro support

v1.2.0

Choose a tag to compare

@tiger-yan-666 tiger-yan-666 released this 29 Apr 04:14
ee02a23

🆕 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

Choose a tag to compare

@tiger-yan-666 tiger-yan-666 released this 09 Apr 10:01

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

Choose a tag to compare

@tiger-yan-666 tiger-yan-666 released this 26 Feb 06:04

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.