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.2.7.tar.gz
(10.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-0.2.7-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file solax-0.2.7.tar.gz.
File metadata
- Download URL: solax-0.2.7.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d36708388a30f9e1c18186bb0e797b6f7d63dc8f164711ae4e9c0714a2f85d84
|
|
| MD5 |
d3ed0458bf9901a11b5301d0b9434246
|
|
| BLAKE2b-256 |
c405532f4b0563bbffc6935483b1a70b35b851bc0c8d2f8dd1811bbd0874a8d8
|
File details
Details for the file solax-0.2.7-py3-none-any.whl.
File metadata
- Download URL: solax-0.2.7-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88eca807721ebceb23ae03bcd1f2e98440cd6c1db9a90d1a351d6cecb0c94d36
|
|
| MD5 |
9dbc069ebaf6f9d932bf6cc85b086ff9
|
|
| BLAKE2b-256 |
3d841f85bbc287a4b8e0dcc2a6e4cdf09e531bfe1c83fc9de99fc89459f8c6f8
|