Python module for monitoring Anker Solix power stations over Bluetooth.
- 👌 Free software: MIT license
- 🍝 Sauce: https://github.com/flip-dots/SolixBLE
- 📦 PIP: https://pypi.org/project/SolixBLE/
This Python module enables you to monitor 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 power stations. No pairing is required in order to receive telemetry data.
- 🔋 Battery percentage
- ⚡ Total Power In/Out
- 🔌 AC Power In/Out (Exl DC on C1000)
- 🚗 DC Power In/Out (Exl DC on C1000)
- ⏰ AC/DC Timer value (Exl DC on C1000)
- ⏲️ Time remaining to full/empty
- ☀️ Solar Power In
- 📱 USB Port Status (Not on C1000)
- 💡 Light bar status (Not on C1000)
- 🔂 Simple structure
- ✔️ More emojis than strictly necessary
- C300X
- C1000
- Maybe more? IDK
- 🐍 Python 3.11+
- 📶 Bleak 0.19.0+
- 📶 bleak-retry-connector
- 🐧 Linux (BlueZ)
- Ubuntu Desktop
- Arch (HomeAssistant OS)
- 🏢 Windows
- Windows 10
- 💾 Mac OSX
- Maybe?
pip install SolixBLE
SolixBLE consists of a single file (SolixBLE.py) which you can simply put in the same directory as your program. If you are using manual installation make sure the dependencies are installed as well.
pip install bleak bleak-retry-connector
See the Generic class inside SolixBLE.py for guidance on how to add support for new devices.