Load Profile modification in simulation

Hello

I was wondering how to change/ modify “standard-load-profile datasource” in simulation, and how to simulate my own load-profile datasource ?

Hi Amro,

instead of using Simulator DataSource: CSV Predefined with the predefined sources

you can use the Simulator DataSource: CSV Direct datasource. Simply copy all the values into the source configuration property

Regards,
Stefan

1 Like

Hello again ,

Thank you for your response. I am still beginner in both OpenEMS and Java, I have the data in the following form, Do I need to collect the active power values in an Excel sheet and convert it to CSV file ?, what exactly I need to paste in source configuration property?

{
“from”: “2020-12-12 T15:00:00.000+01:00”,
“to”: “020-12-12 T16:00:00.000+01:00”,
“cost”: 2,
“unitPrice”: 1.7,
“unitPriceVAT”: 0.34,
“consumption”: 1.3,
“consumptionUnit”: “kWh”
},

Thank you for your efforts and cooperation.

My approach is to simulate my own data