Skip to content
View jpulakka's full-sized avatar
Block or Report

Block or report jpulakka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jpulakka/README.md

I'm the link between hardware, firmware, software and computer, creator of ad hoc control, measurement and signal processing algorithms, with strong background in physics, math and electronics — the glue that holds the gears of progress together.

Here are some of my hobby projects.

Pinned

  1. nordpool_diff nordpool_diff Public

    Transforms electricity spot price into thermostat control signal. Home Assistant custom component.

    Python 63 7

  2. Getting spot prices from ENTSO-E wit... Getting spot prices from ENTSO-E with zero dependencies
    1
    """
    2
    Querying dayahead electricity prices from ENTSO-E with pure Python.
    3
    4
    Entsoe-py is very cool, covering all ENTSO-E features, but it builds upon > 10 (transitive) dependencies (including huge
    5
    ones such as numpy) which isn't maybe that nice when running on a Raspberry Pi.