Upload a load profile to the platform #149
|
Hello Everyone, I'm trying to upload a load profile containing Watts values to the platform so it can be read by the EnergyConsumers later instead of the ieeezipload.glm. Is there a way to do this? Thank you |
Replies: 2 comments 2 replies
|
Yes, you can upload a custom load profile. Assuming you have a load profile file in this format https://github.com/GRIDAPPSD/gridappsd-data/blob/master/timeseries/loadprofiles/ieeezipload.player, you can follow the steps mentioned here: https://github.com/GRIDAPPSD/gridappsd-data/tree/master/timeseries/loadprofiles to upload them to the timeseries data store which can then be used by the simulation. The instructions are written for someone familiar with GridAPPS-D docker containers and InfluxDB. Let me know if you need more details with them. |
|
Hi Poorva, I got it resolved. I'm going to post the solution here for people who may encounter the same issue. What caused the issue before is that I changed the original value: Here is the commands sequence I used:
Thank you for the help, Poorva! |
Yes, you can upload a custom load profile.
Assuming you have a load profile file in this format https://github.com/GRIDAPPSD/gridappsd-data/blob/master/timeseries/loadprofiles/ieeezipload.player, you can follow the steps mentioned here: https://github.com/GRIDAPPSD/gridappsd-data/tree/master/timeseries/loadprofiles to upload them to the timeseries data store which can then be used by the simulation.
The instructions are written for someone familiar with GridAPPS-D docker containers and InfluxDB. Let me know if you need more details with them.