.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
NOTICE
README.rst
docker-compose.yml
log
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/release.yml
.github/agents/test-specialist.md
.github/workflows/ci.yml
ci/run_mypy.sh
docs/CEM.rst
docs/HEMS.rst
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
docs/_static/HEMS-tutorial-dashboard.png
examples/send_data_to_asset.py
examples/sensor_data.csv
examples/sensor_data.xls
examples/sensor_data.xlsx
examples/sensor_data_upload.py
examples/update_flex_model.py
examples/HEMS/HEMS_setup.py
examples/HEMS/__init__.py
examples/HEMS/assets_setup.py
examples/HEMS/const.py
examples/HEMS/forecasting.py
examples/HEMS/reporters.py
examples/HEMS/scheduling.py
examples/HEMS/configs/aggregate_reporter_config.json
examples/HEMS/configs/self-consumption_reporter_config.json
examples/HEMS/configs/total-energy-costs_reporter_config.json
examples/HEMS/data/PV_production_data.csv
examples/HEMS/data/building_data.csv
examples/HEMS/data/heating_soc_usage_data.csv
examples/HEMS/data/irradiation_data.csv
examples/HEMS/data/max_consumption_capacity.csv
examples/HEMS/data/max_production_capacity.csv
examples/HEMS/data/price_data.csv
examples/HEMS/data/site_power_capacity.csv
examples/HEMS/utils/__init__.py
examples/HEMS/utils/asset_utils.py
examples/HEMS/utils/ev_utils.py
examples/HEMS/utils/reporter_utils.py
examples/HEMS/utils/scheduling_utils.py
src/flexmeasures_client/__init__.py
src/flexmeasures_client/client.py
src/flexmeasures_client/constants.py
src/flexmeasures_client/exceptions.py
src/flexmeasures_client/response_handling.py
src/flexmeasures_client.egg-info/PKG-INFO
src/flexmeasures_client.egg-info/SOURCES.txt
src/flexmeasures_client.egg-info/dependency_links.txt
src/flexmeasures_client.egg-info/not-zip-safe
src/flexmeasures_client.egg-info/requires.txt
src/flexmeasures_client.egg-info/top_level.txt
src/flexmeasures_client/s2/__init__.py
src/flexmeasures_client/s2/cem.py
src/flexmeasures_client/s2/utils.py
src/flexmeasures_client/s2/wrapper.py
src/flexmeasures_client/s2/control_types/__init__.py
src/flexmeasures_client/s2/control_types/translations.py
src/flexmeasures_client/s2/control_types/FRBC/__init__.py
src/flexmeasures_client/s2/control_types/FRBC/frbc_simple.py
src/flexmeasures_client/s2/control_types/FRBC/frbc_tunes.py
src/flexmeasures_client/s2/control_types/FRBC/utils.py
src/flexmeasures_client/s2/script/demo_setup.py
src/flexmeasures_client/s2/script/websockets_client.py
src/flexmeasures_client/s2/script/websockets_server.py
tests/conftest.py
tests/test_client.py
tests/s2/__init__.py
tests/s2/conftest.py
tests/s2/test_cem.py
tests/s2/test_frbc_tunes.py
tests/s2/test_frbc_utils.py
tests/s2/test_s2_models.py
tests/s2/test_s2_translations.py
tests/s2/test_utils.py