Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT]: set smart grid mode depening on epex current price #176

Open
Skol6 opened this issue Nov 21, 2024 · 2 comments
Open

[ENHANCEMENT]: set smart grid mode depening on epex current price #176

Skol6 opened this issue Nov 21, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Skol6
Copy link

Skol6 commented Nov 21, 2024

Hi,

I do have a floating current tarif model like f.e. Smartcontrol.
This means the price changes every hour from rather cheap to expensive.

There are alreade multiple implementations to receive and calculate the current price based on the EPEX spot market price.
It would be great if your simulation could react on those prices.

f.e. if the price is high - reduce the power of the heatpump
if the price is low - increase the power + produce hot water at this time frame.

Regards.

@Skol6 Skol6 added the enhancement New feature or request label Nov 21, 2024
@edterbak
Copy link
Owner

Nice suggestion.
I will take it along. Thank you.

@Skol6
Copy link
Author

Skol6 commented Nov 23, 2024

to get the epex spot tariff there are already implementations available f.e. https://github.com/mampfes/ha_epex_spot
Currently I use the item "EPEX Spot Data Rank", where price is already in the right order.

The rest is quite simple:

  • 3 cheapest hours: hot water + smartgrid more power (could also be done by manually changing flow temperature)
  • 5 cheap hours: only smartgrid more power
  • 8 normal hours: normal operation
  • 5 high hours: smartgrid mode reduction
  • 3 peak hours: smartgrid mode off - no heating

The cheapes hours are mainly in the night, so I am not sure if this is the best time to produce hot water. Midday the COP would be better.
Another method for price estimation could be to perform the calculation on the daily average price.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants