PimDoos / sessypy

Python wrapper for Sessy
GNU General Public License v3.0
5 stars 6 forks source link

Dynamic mode schedule and EPEX energy price api #29

Closed MartijnCharged closed 6 months ago

MartijnCharged commented 6 months ago

Dynamic schedules will be made available through the Sessy dongle at endpoint api/v1/dynamic/schedule, from Sessy dongle version 1.6.5. api_docs_dongle.txt

To View the file head over to the swagger editor and paste the txt files in (they are in txt becouse github can't deal with yaml files, cause why would it).

MartijnCharged commented 6 months ago

This will be available from dongle version 1.6.5

bosgnoom commented 6 months ago

Will this be available from api/v1/dynamic/schedule as written above (and api_docs_dongle.txt) or from api/v2/dynamic/schedule as from const.py?

PimDoos commented 6 months ago

Swagger file is the source of truth, so the sessypy version is currently incorrect. I'll fix it in a new version.