Spot market home consumption calculator https://pricepower2.rostiapp.cz/docs
Find a file
Adam Štrauch f9e50e4995
All checks were successful
Build a dev image / build (push) Successful in 22s
Adjust energy price data handling for daylight saving time changes
2025-10-26 02:27:43 +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 Adjust energy price data handling for daylight saving time changes 2025-10-26 02:27:43 +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