Hi!
After the Getting-Started guide, I’ve set up a simulation with Grid, Ess, and Consumption.
I want to add PV production simulation and it doesn’t show up in the UI.
What I did:
- Created a data source for PV_PRODUCTION
- Added a Production meter(it’s the second meter, the first one is the grid meter) and configured it to use the new data source.
Am I missing something that needs to be added?
1 Like
Hi Daniel,
sorry for the late reply… I was sick with Covid.
This was indeed a bug. It is fixed with UI bugfix `isProducer()` method by sfeilmeier · Pull Request #1770 · OpenEMS/openems · GitHub. Thanks for pointing it out.
To extend the simulation with PV production, I recommend the following steps. They replace the Grid-Meter with a Production and a Consumption-Meter; just like in a real system, the Grid power then gets calculated from ESS charge/discharge, PV production and consumption.
- Delete
Simulator GridMeter Acting [meter0]
- Create
Simulator GridMeter Reacting
:
- Update
Simulator DataSource: CSV Predefined [datasource0]
:
- Source:
H0_HOUSEHOLD_SUMMER_WEEKDAY_PV_PRODUCTION
- Create
Simulator ProductionMeter Acting
:
- Component-ID:
meter1
- Factor:
1
- Datasource-ID:
datasource0
- Create
Simulator DataSource: CSV Predefined
:
- Component-ID:
datasource1
- Factor:
-1
- Source:
H0_HOUSEHOLD_SUMMER_WEEKDAY_NON_REGULATED_CONSUMPTION
- Create
Simulator NRCMeter Acting
- Component-ID:
meter2
- Datasource-ID:
datasource1
Regards,
Stefan
2 Likes