export/import automation to maximize the cost efectiveness #282
Replies: 7 comments 4 replies
-
Hi, the basics are quite simple. I'm not claiming it is 100% what you want, but this should give you an idea you can pivot from... 1 + 2. Discharge to grid: I'm only looking at spot price for any given day (no look ahead yet). I have a few other values to check - PV forecast, spot price values to make it worth and dates of interest. You then wait for the spot price to go below certain value and repeat the steps in reverse. It is handy to set up some notifications for the major steps. You need to set the inverted to discharge mode, set 'Eco mode power' to at least 1% and set the value 'Grid export limit' to a value your grid operator allows you to. There is one caveat though, if your PV is not able to sustain household load, it will buy from grid (and not from battery), so you might want to built in some other checks. Negative spot price: I'm turning on hot water boilers first (you can tweak it to turn on AC, sauna etc) in order to consume energy in-house and minimize export to grid without setting the grid export limit switch (inverter uses ~0.1kWh by doing if the limit switch is on). And only when battery reaches 94% do I turn on the grid export limit switch.
Conversely, same can be done in winter times... HTH |
Beta Was this translation helpful? Give feedback.
-
Thanks! problem is, that I wanted to prevent spamming the invertor with settings, therefore I'm checking first the current state, and then I set the new one. I'm also setting the battery export limit/power according spot price and battery charge %. Automation also looks into times, what the user have set up, if it's in the sell times or not... the whole schema is quite wild :D |
Beta Was this translation helpful? Give feedback.
-
I thought I had followed one part of the example, but I'm having some trouble and I wonder if anyone can see where I am going wrong. My example in my test is firstly to set the eco mode power to 95 and then set the inverter operation mode option to eco_discharge, which is 5. When I do this, the battery SOC is at around 100% and I want to stop the discharge to the grid at soc 95%. After running the two actions shown below, the battery discharges to grid just fine, but keeps going and the battery SOC goes way below 95%. I've also tried setting eco mode power to 5 in case that is the right number to stop discharging. A section of my automation looks like this: |
Beta Was this translation helpful? Give feedback.
-
...or you can eventually set the deph of discharge limit. normally it is set in summer to 90 (battery discharges to 10%) the entity is called: |
Beta Was this translation helpful? Give feedback.
-
Very useful information indeed, much appreciated. Have you come across any Goodwe docs that describe these? All the manuals I have found so far are very quiet on subjects like eco_discharge. |
Beta Was this translation helpful? Give feedback.
-
Hi, it's not exactly what you're looking for, but maybe it could serve as inspiration. I've put together a few blueprints to help optimize PV systems with GoodWe inverters in Home Assistant. Some of them address similar use cases to yours. Here's a link to the GitHub repository with more details: GitHub repo P.S. At the moment, the solution is best suited for households that buy electricity at a fixed rate and sell surplus power on the spot market, which might be different from your setup. You’ll also need the Nordpool or Czech Energy Spot Prices integration to enable spot price functionality. |
Beta Was this translation helpful? Give feedback.
-
@gustonator Do you have an English version of the node-red flow published publically somewhere, I am wanting do do something similar and was wondering if there was a way to get the code from your flow to do a deeper analysis on what you are actually doing and keeping into account. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an idea, but have absolutely no clue, to to create such automation. (in HA or Node Red - doesn't matter)
What I need:
for Summer:
1.) look at the spot prices of today / tomorrow
2.) if there are negative spot prices from ie. 13:00 - 18:00, sent every created energy from panels directly to the network, from early morning - to get best money from it
3.) when the negative spot price at 13:00 occurs (lets say -110eur/MWh), drain energy primary FROM the grid (to charge the battery and for use and to earn money)
4.) if there is only minimal negative spot price (ie. 40 - -40eur/MWh) use energy from panels
and second automation would be
for the winter time:
1.) look at the current and next day, get the lowest spot prices, and charge the battery during those times.
Is anybody here who could help?
Maybe there is already some automation for this out there, but I couldn't find it.
many Thanks
Beta Was this translation helpful? Give feedback.
All reactions