package for reading Fronius devices
Project description
Energy Manager Fronius
Python package for reading from Fronius devices
Supported devices
| Device | Verification | Script | Url |
|---|---|---|---|
| Symo 10.0-3-M | self tested | symo.py | / |
| Symo 3.0 - 20.0 | should work / not tested | symo.py | / |
Installation
pip install open-energy-manager-fronius
Usage
from fronius.symo import FroniusSymoApi
device = FroniusSymoApi(ip="192.168.178.20", feed_in_tariff=0.12)
current_production, current_grid_usage, current_load, daily_production, daily_revenue, yearly_production, yearly_revenue, total_production, total_revenue = device.run_fronius()
print(current_production, current_grid_usage, current_load, daily_production, daily_revenue, yearly_production, yearly_revenue, total_production, total_revenue)
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
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 open_energy_manager_fronius-1.0.0.tar.gz.
File metadata
- Download URL: open_energy_manager_fronius-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e4d45a72d0cbd9c6a8cc66645a374e4ffb9591311251d7ebe96e7ef916007ad
|
|
| MD5 |
10f750ce4842a78d3779dcb1b043db16
|
|
| BLAKE2b-256 |
4534a59dd1dc32b5c46bd32108a0f4d3063c77201a5c20965b0bb647845173d6
|
File details
Details for the file open_energy_manager_fronius-1.0.0-py3-none-any.whl.
File metadata
- Download URL: open_energy_manager_fronius-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ff876fd4e636fd7133530854294b7f984d6261bde20862d1cf328225d68cc93
|
|
| MD5 |
c369557ae68dee27e7b2bda007693388
|
|
| BLAKE2b-256 |
2808f92b13e78919f86f5f781a96ff4e1175490b2a60b09772a0855ba546885c
|