Client to query the SOLARWATT EnergyManager.
Project description
solarwatt-energymanager
An unofficial python package for querying data from the SOLARWATT Energy Manager.
This package provides well defined types so that it is easy to find the data you need.
Note: Most of the interesting data is located in the location_device. Multiple batteries are supported.
Usage
import solarwatt_energymanager as em
mgr = em.EnergyManager('192.168.178.62')
guid = await mgr.test_connection()
print(f'EnergyManager GUID={guid}')
data = await mgr.get_data()
print(f'power_in={data.location_device.power_in}')
print(f'power_out={data.location_device.power_out}')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file solarwatt-energymanager-py-1.0.0.tar.gz.
File metadata
- Download URL: solarwatt-energymanager-py-1.0.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88d08579269875cafba12120f9ec8520d2f85a99ffe2d28d4dffb9e82d596514
|
|
| MD5 |
9dfd0a42dcbf5ac48807392d8778a410
|
|
| BLAKE2b-256 |
5ff0494536df0ecc5083ed42132f61c44ac94d7b2ee570bf59f4fabfed8a82da
|
File details
Details for the file solarwatt_energymanager_py-1.0.0-py3-none-any.whl.
File metadata
- Download URL: solarwatt_energymanager_py-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5fc0f92954ac8d2aefe1dde9afcf7de9ed5b6fa9b6269e130ac915a3e9f963c
|
|
| MD5 |
c34b04040aeea09cd44ab719f6105ed9
|
|
| BLAKE2b-256 |
2ac2111d7f8434bd1312636a0646972ae6842164dfac65ed62fe62cad1119c5e
|