Enercoop contract

While browsing the forum and GitHub, I generated the CSV files for Enercoop supplier contracts. Despite the ReadMe, I couldn’t generate the js file

I admit I used AI to generate these files. It would be great to have an automatic converter for energy contracts into files that can be used by Gladys (I know, YakaFokon ^^).

Here is the link (valid for 30 days) to the CSVs

Here is the link (valid for 30 days) to Enercoop energy contracts

Thanks a lot!

Hi @Zenfull :waving_hand:

Thanks for generating these files! However, the links you shared don’t seem to be working.

That’s exactly what we’re already doing in this GitHub repository: GitHub - GladysAssistant/energy-contracts: Gladys Assistant Energy Contracts as JSON · GitHub :slightly_smiling_face:

If you look at the EDF Tempo contract for example (energy-contracts/contracts/edf/tempo at main · GladysAssistant/energy-contracts · GitHub), you’ll see there’s a small script that automatically converts the CSV provided by EDF. This allows us to update the contract as soon as the supplier publishes a new version of the file.

However, there is no standard format: each supplier uses its own file. Therefore, a specific import script needs to be written for each one.

The good news is that with current AI tools, this kind of script is generated very quickly, so adding new suppliers has become quite simple. :slightly_smiling_face: