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.8.tar.gz
(12.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.8-py3-none-any.whl
(6.9 kB
view details)
File details
Details for the file solax-0.2.8.tar.gz.
File metadata
- Download URL: solax-0.2.8.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cea43adb45b76c6f85e0124b00406e06136e97493c060040aaf4587fff3a187
|
|
| MD5 |
869eb1d0110fb29844dadaab0580a5c4
|
|
| BLAKE2b-256 |
4773a28a799029430a264dc3e596fca28e0762e6a4c16ee90bcb2c9d7094918f
|
File details
Details for the file solax-0.2.8-py3-none-any.whl.
File metadata
- Download URL: solax-0.2.8-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca44d896fb94e71492f0c494d2d1f2f3e4927a1156d1922b1feef470015bc63a
|
|
| MD5 |
362e82a8812c7e72cb3bf5f06667ec34
|
|
| BLAKE2b-256 |
10943a956e147da89cbe798306b5641875247a1793a5c73f99460f4402670147
|