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.4.tar.gz
(24.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.3.4-py3-none-any.whl
(22.8 kB
view details)
File details
Details for the file solax-0.3.4.tar.gz.
File metadata
- Download URL: solax-0.3.4.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dddfc22d368709da88b3923cd60ac8cdc54b253633f2a246db331c348da3b758
|
|
| MD5 |
66e94fdf236bc53c0eaf133578cd6246
|
|
| BLAKE2b-256 |
09120954e00ce1e637667cb3fdf467c8aa005aa8fa95b4e9d78769bb65e68da2
|
File details
Details for the file solax-0.3.4-py3-none-any.whl.
File metadata
- Download URL: solax-0.3.4-py3-none-any.whl
- Upload date:
- Size: 22.8 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 |
21caf25c7f5cedce33fac7261cdd94d819b34852b464c1da8e239a2e727c4387
|
|
| MD5 |
60f8beddb53884fd3dcb45bf3817774b
|
|
| BLAKE2b-256 |
31f6b47a833bf802af195eff2dc4dfe96f707aeaab9f7aba8ae529c29aca80e4
|