Add FlexMeasures plugins, USEF protocol, and Cariflex simulator

- flexmeasures-entsoe: ENTSO-E data plugin
- flexmeasures-weather: Weather data plugin
- USEF Flex Trading Protocol PDF (2.4MB)
- Cariflex simulator (publishes to Redis)
- Dashboard Grafana updated with correct InfluxDB queries
- All tools extracted in /tools/
This commit is contained in:
Eric F
2026-06-08 07:38:57 -04:00
parent 3fb90a8033
commit d4974e3241
72 changed files with 5185 additions and 0 deletions

View File

@@ -0,0 +1,88 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/test.txt requirements/test.in
#
async-timeout==5.0.1
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# redis
blinker==1.9.0
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# flask
click==8.2.1
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# flask
coverage[toml]==7.8.2
# via pytest-cov
exceptiongroup==1.3.0
# via pytest
fakeredis==2.29.0
# via -r requirements/test.in
flask==3.1.1
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# pytest-flask
iniconfig==2.1.0
# via pytest
itsdangerous==2.2.0
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# flask
jinja2==3.1.6
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# flask
lupa==2.4
# via -r requirements/test.in
markupsafe==3.0.2
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# flask
# jinja2
# werkzeug
packaging==25.0
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# pytest
# pytest-sugar
pluggy==1.6.0
# via pytest
pytest==8.3.5
# via
# -r requirements/test.in
# pytest-cov
# pytest-flask
# pytest-sugar
pytest-cov==6.1.1
# via -r requirements/test.in
pytest-flask==1.3.0
# via -r requirements/test.in
pytest-sugar==1.0.0
# via -r requirements/test.in
redis==6.2.0
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# fakeredis
sortedcontainers==2.4.0
# via fakeredis
termcolor==3.1.0
# via pytest-sugar
tomli==2.2.1
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# coverage
# pytest
typing-extensions==4.13.2
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# exceptiongroup
# fakeredis
werkzeug==3.1.3
# via
# -c /home/nicolas/workspace/seita/flexmeasures-weather/requirements/app.txt
# flask
# pytest-flask