Spot market home consumption calculator https://pricepower2.rostiapp.cz/docs
  • Python 60.9%
  • HTML 37.9%
  • Dockerfile 1.2%
Find a file
Adam Štrauch 798d8a7dca
All checks were successful
Build a dev image / build (push) Successful in 21s
Implement daylight saving time adjustments in energy price calculations
2026-03-28 16:46:03 +01:00
.github/workflows Fix 2025-10-25 02:21:52 +02:00
.vscode Fix calculation of spot price 2024-08-18 00:16:11 +02:00
calculator Implement daylight saving time adjustments in energy price calculations 2026-03-28 16:46:03 +01:00
.gitignore Dockerfile 2025-10-25 01:36:17 +02:00
Dockerfile Dockerfile 2025-10-25 01:36:17 +02:00
LICENCE Licence + fixes 2024-08-08 10:36:30 +02:00
README.md README update 2024-08-08 01:34:21 +02:00
requirements.txt Initial commit 2024-08-08 01:31:21 +02:00
Taskfile.yml Dockerfile 2025-10-25 01:36:17 +02:00

Home energy calculator of spot market prices

This project is an API that provides endpoints to give you easily processable data from Czech spot market.

To run it yourself run this:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
fastapi dev calculator/main.py --reload