You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 2.0
Changelog (summary)
Introduced possibility to configure multiple input sources (kiosks, openapi meters/inverters and kenter meters)
Implemented Huawei Northbound OpenAPI as data source for metrics
Now supporting Kenter API v2
Removed currentPower kiosk property (fetched from powercurve API obj) in favor of realTimePower
Removed functionality to write utility grid consumption (non-pv) to PVOutput (InfluxDB fully supported!)
BREAKING CHANGE: Environment variables for config changed names and structure. Please review the configuration section in README for updated variable names
Refactored class names and .py file structure
Implemented pydantic to replace pvconf.py, now supporting non-environment variable based settings using config.yaml
Merge pull request #13 from JasperE84/dev
v1.0.6 fixes faulty config parsing of cron values and adds more descriptive exception messages when kiosk api query fails