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.5.tar.gz
(9.4 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.5-py3-none-any.whl
(5.7 kB
view details)
File details
Details for the file solax-0.2.5.tar.gz.
File metadata
- Download URL: solax-0.2.5.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c31008cd8105ea972f2f582c271c077eda3ce7ff74cc03b6e49cec68437f840
|
|
| MD5 |
21262d8b3f57cd959bb0bca258b688f3
|
|
| BLAKE2b-256 |
582a18e6a8dd6976781fdc81e7bbebe15ade98d37efa78fda8da2bde25f5c647
|
File details
Details for the file solax-0.2.5-py3-none-any.whl.
File metadata
- Download URL: solax-0.2.5-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
294e233fcfd8c6f8065e170182bc39dfb0b02c5735a63efc1aae91d4bc5873f2
|
|
| MD5 |
88a40d45684927503263c07fdc42c87b
|
|
| BLAKE2b-256 |
d8fcebcfe41feffa4c0b3d6e08f987f6205f16b5eff1605ca754ff56f48c448f
|