SolixBLE

July 27, 2026 ยท View on GitHub

PyPI Status Black

Python module for monitoring and controlling Anker Solix power stations and other devices over Bluetooth.

This Python module enables you to monitor and control (some) Anker Solix devices directly from your computer, without the need for any cloud services or Anker app. It leverages the Bleak library to interact with Bluetooth Anker Solix devices. No pairing is required in order to receive telemetry data or control the device.

Features

  • ๐Ÿ”‹ Battery percentage
  • โšก Total Power In/Out
  • ๐ŸŽ›๏ธ AC/DC output control
  • ๐Ÿ”Œ AC Power In/Out
  • ๐Ÿš— DC Power In/Out
  • โฐ AC/DC Timer value
  • โฒ๏ธ Time remaining to full/empty
  • โ˜€๏ธ Solar Power In
  • ๐Ÿ’ป USB Port Power
  • ๐Ÿ“ฑ USB Port Status
  • โš™๏ธ Firmware version
  • ๐Ÿฉบ Battery health
  • ๐ŸŒก๏ธ Battery temperature
  • โ†”๏ธ Expansion batteries (Charge, Temperature, Health, Firmware)
  • ๐Ÿ’ก Light bar status & control
  • ๐Ÿ–ฅ๏ธ Display status & control
  • ๐Ÿ”‚ Simple structure
  • โœ”๏ธ More emojis than strictly necessary

Supported Devices

See the support table in the documentation for feature support for particular devices.

  • C300(X)
  • C300(X) DC
  • C800(X)
  • C1000(X)
  • C1000 Gen 2
  • F2000 (767 PowerHouse)
  • F2600
  • F3800
  • Solarbank 2
  • Solarbank 3
  • Prime Charger 160w
  • Prime Charger 250w
  • Prime MagGo 3in1 (A25X7)
  • Potentially more!

Requirements

  • ๐Ÿ Python 3.11+
  • ๐Ÿ“ถ Bleak 0.19.0+
  • ๐Ÿ“ถ bleak-retry-connector

Supported Operating Systems

  • ๐Ÿง Linux (BlueZ)
    • Ubuntu Desktop
    • Arch (HomeAssistant OS)
  • ๐Ÿข Windows
    • Windows 10
  • ๐Ÿ’พ Mac OSX
    • 15.7

Installation

PIP

pip install SolixBLE

Adding support for new devices

See the Generic class inside SolixBLE/devices/generic.py and the documentation for guidance on how to add support for new devices.

Disclaimer

SolixBLE is a software library designed to work with Anker Solix/Prime devices. ANKER is a registered trademark of Anker Innovations Limited. This project is not affiliated with, endorsed by, or sponsored by Anker Innovations Limited (Though I wouldn't mind being sponsored ๐Ÿ˜‰). All other trademarks cited herein are the property of their respective owners.