A Python client for Huawei FusionSolar
Project description
FusionSolar
Python client for Huawey FusionSolar API
Example usage
from fusionsolar import Client, PandasClient
import pandas as pd
date = pd.Timestamp('20200402', tz='Europe/Brussels')
with PandasClient(user_name=user, system_code=password) as client:
sl = client.get_station_list()
station_code = sl['data'][0]['stationCode']
df = client.get_kpi_day(station_code=station_code, date=date)
print(df)
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file testkerrsidnetfusion-0.0.6.tar.gz
.
File metadata
- Download URL: testkerrsidnetfusion-0.0.6.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 957b9cb2ada7f7a329ce119a0ab498dc245084d0a70789261aeef1f27fd9e5b9 |
|
MD5 | e68e5af270f939dc0924dca4627daeaa |
|
BLAKE2b-256 | 1f9dbb483002e78cb441f79d88a7530f87d40463c389ba2855ec5a78edd8843e |
File details
Details for the file testkerrsidnetfusion-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: testkerrsidnetfusion-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8908d473ce8b7443a37f800b2e1464e37c8d461841dd164ee111a83d1a731050 |
|
MD5 | 5b2e7590895a8cba0c1d128daf876f52 |
|
BLAKE2b-256 | 516101095e114da12a65c5ca774f3323a35708f51528fb71e6b6a5cf88eab18a |