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.0.5.tar.gz
(24.4 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.0.5-py3-none-any.whl
(23.0 kB
view details)
File details
Details for the file solax-3.0.5.tar.gz.
File metadata
- Download URL: solax-3.0.5.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d0eea24235f5c6345d912baa47c1fd14d435e0bf68f6b90eb836ffea87c7fcb
|
|
| MD5 |
80a38387acf9a6e6789af3f48c667a63
|
|
| BLAKE2b-256 |
75b5e8d2c45d1f9b9076392bc49e90759592e96d6f3b2a954fcdb9913baa9b56
|
File details
Details for the file solax-3.0.5-py3-none-any.whl.
File metadata
- Download URL: solax-3.0.5-py3-none-any.whl
- Upload date:
- Size: 23.0 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 |
bacb189bbf81632df7a416cac8f8c9b30181ca10b92f9b397c5534fce2e4591e
|
|
| MD5 |
54f1210d64cd8f41e774c7299722fa05
|
|
| BLAKE2b-256 |
78c9dfc7e98a3b87078328daf5ab7c58210dcee8c3912dafd9788686786bca7e
|