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.1.tar.gz
(22.9 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.1-py3-none-any.whl
(21.7 kB
view details)
File details
Details for the file solax-0.3.1.tar.gz.
File metadata
- Download URL: solax-0.3.1.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92c794e892b4d064cfcaa75692ed9c793e7f98284c5553e010489bdc19a323f8
|
|
| MD5 |
bda67c8c72c96e3438d2e396d0986331
|
|
| BLAKE2b-256 |
89bb4b52b9624cc0076891e0f10305579d99504ff3d022bedf8bb8608b77edb2
|
File details
Details for the file solax-0.3.1-py3-none-any.whl.
File metadata
- Download URL: solax-0.3.1-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6c5fc209131a5a4ba661454347a3335336be2229b9c0b24f9ce833f6ce54c3c
|
|
| MD5 |
e4422708a77f881030b2d61043fff369
|
|
| BLAKE2b-256 |
8b368b1ec1371c2570190b0f1372296d4400827a5bf3a4f6952a8712b138c559
|