Solax
Read energy usage data from the real-time API on Solax solar inverters.
- Real time power, current and voltage
- Grid power information
- Battery level
- Temperature and inverter health
- Daily/Total energy summaries
Usage
pip install solax
Then from within your project:
import solax
import asyncio
async def work():
r = await solax.real_time_api('10.0.0.1')
return await r.get_data()
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
data = loop.run_until_complete(work())
print(data)
Confirmed Supported Inverters
These inverters have been tested and confirmed to be working. If your inverter is not listed below, this library may still work- please create an issue so we can add your inverter to the list 😊.
- SK-TL5000E
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
solax-3.1.0.tar.gz
(27.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
solax-3.1.0-py3-none-any.whl
(25.6 kB
view details)
File details
Details for the file solax-3.1.0.tar.gz.
File metadata
- Download URL: solax-3.1.0.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdcd4d01b7104318e95e78d9bd3b2779bccc73f2e833006f7831c1c416e19c4a
|
|
| MD5 |
02adda4b1171afbc1367977197233ccf
|
|
| BLAKE2b-256 |
b596aa62bbbe4002b4c7726ff454e1ecba86611a73b38eef1977f9759a0d44a8
|
File details
Details for the file solax-3.1.0-py3-none-any.whl.
File metadata
- Download URL: solax-3.1.0-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
258926b0f72baf0be481fe27d5c42899caa0f1073dc4c4638b3fb8f203e0aa90
|
|
| MD5 |
e014bde69d6cc1da00d0648b2c9fd8d4
|
|
| BLAKE2b-256 |
e543653a0988ed4e30f3c4bf0b27c7d31b37fde2597fe9565711506fe0c2d237
|