I am currently downgrading my Electricity Contract (from 3x50amp to 3x35amp). I once upgraded to add additional solar panels and a inverter. But the difference in price between 3 x 35Aand 3x 50A is around 900 euro yearly and with current prices for delivering back it is no longer interesting. But I don’t want to disable the inverter, it is still valuable on days and times with less sun. As long as none of my phases go over 35A it is ok that the inverter is on.
So I added relays between all my PV strings (6) that I can switch on/off using HA. So the idea is that when I reach on one of the phases 34kWh, I switch off a string (or 2 or 3) and switch them on (one by one) when I get below 31 kWh. But automating this turns out to be a challenge. So I have this:
My biggest concern is that I don’t know (yet) how fast the Current will go down and if it is possible that for example automation 1 (1 string Off) triggers and a few seconds later automation 2, that switches off the second string. I think I really would like to see some condition that one of my automation cannot be triggered if one of the other automations were triggered in the last minute. Any ideas? Is this possible with a template sensor that can be switched ‘on’, and that has an automation that switches it off. So I can add the off of this sensor as a condition?