Skip to content

Jalle19/pycaruna

 
 

Repository files navigation

pycaruna

PyPI version

Basic Python implementation for interfacing with Caruna Plus (sometimes called Caruna+). It supports only basic methods, but enough to extract electricity usage data for further processing.

Supported features:

  • Get user profile information
  • Get metering points ("assets")
  • Get consumption data (daily/hourly)

Usage

The project is published on PyPI: https://pypi.org/project/pycaruna/ . You can use this package by adding the following to your requirements.txt:

pycaruna

The examples/ directory has example Python programs illustrating how to use the library.

The resources/ directory has examples of API response structures.

Caveats

  • During daylight savings time changes, the API may return a duplicate datapoint (same timestamp in two consecutive data points). See #7 for more details.
  • The authentication procedure requires a lot of HTTP requests to be sent back and forth, so the process is relatively slow. It's best to store and reuse the token produced by it instead of doing the authentication process all over again all the time.

Related projects

  • caruna-influxdb - a collection of scripts for ingesting your Caruna data into InfluxDB

Credits

https://github.com/kimmolinna/pycaruna

License

MIT

About

Caruna API for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%