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-0.3.0.tar.gz
(20.3 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-0.3.0-py3-none-any.whl
(18.2 kB
view details)
File details
Details for the file solax-0.3.0.tar.gz.
File metadata
- Download URL: solax-0.3.0.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96acc563645f99cffd294b857ead3b0d9908212d9c27526a67ff203f7fa9bb95
|
|
| MD5 |
6816f52e17de5751b5d135bdeca86cdb
|
|
| BLAKE2b-256 |
b9d5770418642d29c22183718f3ddecf03184b548e65727bf81973d4dcbfca75
|
File details
Details for the file solax-0.3.0-py3-none-any.whl.
File metadata
- Download URL: solax-0.3.0-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4b73ce166dc20deeb92b477726603253ef7e53158fea054ad89b3eb71968a15
|
|
| MD5 |
72f99fc8b26c986f2d1d031b4a3d14d7
|
|
| BLAKE2b-256 |
40219db8fdd05183eac2b3bb79f1643498f8d45c881cd751f86e856e215f79a8
|