Giter Site home page Giter Site logo

electricity-price-render's Introduction

electricity-price-render

Automatically create electricity price diagrams for East Denmark in DKK/kWh for each day here

  • Uses this python project to look up the prices: https://github.com/kipe/nordpool
  • Uses matplotlib to render a diagram.
  • Uses GitHub Actions to run once an hour (but only uploads when there is new data).

Used in my electricity price widget.

electricity-price-render's People

Contributors

mathiastj avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

electricity-price-render's Issues

Fails with currency mismatch

All action runs for today, e.g. https://github.com/mathiastj/electricity-price-render/runs/2355333085?check_suite_focus=true
fail with:

Traceback (most recent call last):
  File "/home/runner/work/electricity-price-render/electricity-price-render/main.py", line 23, in <module>
    hourlyEastDenmarkPrices = prices_spot.hourly(areas=['DK2'])
  File "/opt/hostedtoolcache/Python/3.9.4/x64/lib/python3.9/site-packages/nordpool/elspot.py", line 132, in hourly
    return self.fetch(self.HOURLY, end_date, areas)
  File "/opt/hostedtoolcache/Python/3.9.4/x64/lib/python3.9/site-packages/nordpool/elspot.py", line 128, in fetch
    return self._parse_json(self._fetch_json(data_type, end_date), areas)
  File "/opt/hostedtoolcache/Python/3.9.4/x64/lib/python3.9/site-packages/nordpool/elspot.py", line 41, in _parse_json
    raise CurrencyMismatch
nordpool.base.CurrencyMismatch

Seems to be explained here: kipe/nordpool#21

It should hopefully fix itself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.