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.2.tar.gz
(23.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.3.2-py3-none-any.whl
(22.7 kB
view details)
File details
Details for the file solax-0.3.2.tar.gz.
File metadata
- Download URL: solax-0.3.2.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed40d31bcaf0f5725de4b3ea7007b65f213b0d06bde9d063f5839c816fbf6857
|
|
| MD5 |
c052496421504f9ba67f62bb8623edcd
|
|
| BLAKE2b-256 |
ada85f5763688f2c1464337193175604db6da6abfc2b434933e08e69ea1c2f43
|
File details
Details for the file solax-0.3.2-py3-none-any.whl.
File metadata
- Download URL: solax-0.3.2-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7dad759d44cea16c9fbaec1784da9413398880bec7cfc77beca912e76597f8c
|
|
| MD5 |
7dc697b71d6176233439cccb14ecab75
|
|
| BLAKE2b-256 |
3259616f6b8110792c0d0a180d1a0135a61cc71b173cd1531d022feaa08b1c02
|