Skip to content
View jpulakka's full-sized avatar
😅
(-:
😅
(-:

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
jpulakka/README.md

I'm the glue that holds the gears of progress together.

Here are some of my side projects.

Pinned Loading

  1. nordpool_diff nordpool_diff Public

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

    Python 69 10

  2. differentialpressureprobe differentialpressureprobe Public

    Analog differential pressure probe electronics project based on Sensirion SDP816-125Pa

    1

  3. counterfeit_DS18B20_esp8266 counterfeit_DS18B20_esp8266 Public

    Forked from cpetrich/counterfeit_DS18B20

    Tell original from fake DS18B20 temperature sensors, using ESP8266

    C++ 1

  4. organize_photos organize_photos Public

    Sorts a messy photo/video collection into tidy YYYY(-MM)/ directories, add missing EXIF dates (derive from filename or mtime), detect duplicates (exact and perceptual) and take only the best copy.

    Python 1

  5. 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.