Controller ess time of use tariff

Hi all,
I am working with the Time of Use Tariff controller in my project. Can you explain how the controller determines the low and high prices provided by ENTSO-E? Specifically, I would like to understand the logic used for identifying low and high prices in the controller code.
thanks for any helps!

Hi,

glad the Controller works for you. Can you share some more insights on the system configuration you are using?

Effectively the controller applies a “cost function” during optimization, which calculates the grid-buy-cost of a specific energy schedule. This happens here: openems/io.openems.edge.energy/src/io/openems/edge/energy/v1/optimizer/SimulatorV1.java at develop · OpenEMS/openems · GitHub

Regards,
Stefan

1 Like