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.9.tar.gz
(13.7 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.9-py3-none-any.whl
(7.3 kB
view details)
File details
Details for the file solax-0.2.9.tar.gz.
File metadata
- Download URL: solax-0.2.9.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e66db0c5d4ec840b047e574f0325ea01862d1f5563a844510541b35faa55f392
|
|
| MD5 |
0edf9107bae0f02a79a66ee7322a187e
|
|
| BLAKE2b-256 |
4398e7dee064bc791da9a25ddd609867a81fa981e194f153680ee81b4c9e79a8
|
File details
Details for the file solax-0.2.9-py3-none-any.whl.
File metadata
- Download URL: solax-0.2.9-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2fde20a1f4bed79d9d60626d81137c0f305153594117a1063765f4942bf4f9a
|
|
| MD5 |
a7727a519d0a834be11e701c5c383def
|
|
| BLAKE2b-256 |
6c15dd1142f4ba0512b0bc26101e5b6229c39063354407b0a87dd3923eec89b5
|