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.6.tar.gz
(9.8 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.6-py3-none-any.whl
(5.7 kB
view details)
File details
Details for the file solax-0.2.6.tar.gz.
File metadata
- Download URL: solax-0.2.6.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd68490419c897a0b401d12c9925f76445434e1cc2060b92e1452b8bcd227c68
|
|
| MD5 |
a1c5e5a9edf2b30a7fef9972da756ef5
|
|
| BLAKE2b-256 |
89cbda6c2731ba588d18c5194c6d6dc600ce1663a3e84245cfec9b40aaea7b8e
|
File details
Details for the file solax-0.2.6-py3-none-any.whl.
File metadata
- Download URL: solax-0.2.6-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
546a102904cb84a8284ad0b2e00d52d24faaf7a519308a7337c39b0e189df0ba
|
|
| MD5 |
ed51bc23017bc59cab1c6406d6a27ddf
|
|
| BLAKE2b-256 |
6c6a99761826d6649ee4a57b581ecf974d02a2d4cab113c23b05bd7ea486b890
|