Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erijo/energy-utils
A collection of python utils related to energy.
https://github.com/erijo/energy-utils
pvoutput sma tibber
Last synced: about 1 month ago
JSON representation
A collection of python utils related to energy.
- Host: GitHub
- URL: https://github.com/erijo/energy-utils
- Owner: erijo
- Created: 2016-05-21T21:28:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T18:47:55.000Z (over 3 years ago)
- Last Synced: 2023-12-16T15:50:58.106Z (about 1 year ago)
- Topics: pvoutput, sma, tibber
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Energy utils
A collection of python utils related to energy.
## Help classes
- eliq.py: a class for accessing the
[ELIQ Online API](https://my.eliq.se/knowledge/sv-SE/49-eliq-online/299-eliq-online-api)
- goteborgenergi.py: a class for retrieving the monthly energy import/export
from "Din sida" (your page) on [Göteborg
Energi](http://www.goteborgenergi.se/)
- pvoutput.py: a class wrapping the
[pvoutput.org service API](http://pvoutput.org/help.html#api)
- sma.py: a class for communicating with [SMA inverters](http://www.sma.de/en/)
- tibber.py: a class for accessing the
[Tibber GraphQL API](https://developer.tibber.com/docs/reference)## Utils
- eliq2pvoutput: send data from ELIQ to pvoutput.org. No longer used by myself
(due to the fact that the diode on the energy meter blinks for both import
and export of energy and thus is not as useful as it could have been).
- goteborgenergi2pvoutput: send data from goteborgenergi.se to pvoutput.org.
- sma2pvoutput: send the current DC voltage and current, AC power and daily
energy yield to pvoutput. Intended to be run from cron every 5 minutes.
- templogger: logs the current outdoor temperature to a sqlite database.
- tibber2pvoutput: update pvoutput.org with export/import data from Tibber.