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.10.tar.gz
(17.5 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.10-py3-none-any.whl
(15.0 kB
view details)
File details
Details for the file solax-0.2.10.tar.gz.
File metadata
- Download URL: solax-0.2.10.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d45dacfd045d4d386f9149e92cf42c4b183cffc16c29641c705a1e0c41aa62a
|
|
| MD5 |
33de972377687a7e4fb604855fc33047
|
|
| BLAKE2b-256 |
aed01fbf75153234df1a4a111b7e6af5a4d19840db0065f7caa4cde1f069c5fd
|
File details
Details for the file solax-0.2.10-py3-none-any.whl.
File metadata
- Download URL: solax-0.2.10-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6915672bf3e8a3e46fe10f25ef74759a0960bae45bbeab476c343bd622a4017
|
|
| MD5 |
e912a215beaf58eab7883ba3e7221350
|
|
| BLAKE2b-256 |
002786f4909149b4f76b0b06980a55364cebaa5934c63c36cbe59195c505135e
|