lowatt / lowatt-enedis

A command-line tool and Python library to access enedis SGE SOAP web-services
GNU General Public License v3.0
19 stars 16 forks source link

Allow query more than 7 days of COURBE data #25

Closed philpep closed 1 year ago

philpep commented 2 years ago

ConsultationMesuresDetaillees-v2.0 only allow 7 days of data.

We could loop by range of 7 days between from_date and to_date and yield/stream results.

I think we could implement this by adding a ndjson output.

philpep commented 1 year ago

Wontfix. ConsultationMesuresDetaillees is not to be used to fetch full history but rather ponctual query. I think the best option is rather to use M023 service #42