Replies: 3 comments 6 replies
-
Hi, For during the summer, I'm on a similar tariff to your description. Potentially, yes that could work. Personally I haven't tried any of the AC Charge Limit functionality, and have typically found the "Backup Reserve" to not be respected by my system. I previously just managed SoC levels using automations and scripts. As an alternative option, I now use Predbat to manage my charge and discharge schedules, and it does this based on solar forecasting and average loads. There are certainly some limitations with Predbat and the SolarEdge combination, in that Predbat was initially designed for GivEnergy systems and is well geared towards those set ups, but after some tinkering it works fairly well for me. They do have some template configurations to help it work with SolarEdge systems, but I found I had to go a little further to make it completely sensible. It's limitation is in that it is largely limited to either putting my system into a discharge, charge or Maximum Self Consumption mode. Predbat with a GivEnergy solution will do some finer control on the inverter, but for the most it does enough for SolarEdge systems. Might be worth playing around with that. On the face of it, it's quite an involved setup, but gets easier the more you read through their help documents and guides. |
Beta Was this translation helpful? Give feedback.
-
The setting you search for is in the SolarEdge app when you have a Backup Interface installed. Edit: resized the image |
Beta Was this translation helpful? Give feedback.
-
I do my automations in HA//Node-Red which gives me better oversight than the HA-Automations. I do not discharge my battery to the grid for purpose to gain some money but do grid charging on schedule when tariff is ok or when needed. Basically Storage Control Mode is in 'Remote Control' all the time, then create a bunch of Helpers in HA and program some code in Node-Red. A panel in HA to control does the rest. With Node-Red you can also do all the inverter power control (e.g. limit Power to X% depending on grid or inverter V-AC to prevent stopping the inverter for high voltage). |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have an electricity tariff where import is cheap at night and export is high in the late afternoon.
I want to export as much energy as possible during that peak time, but also want to make sure I keep enough in the battery to see me through the night. And if the battery does run out, I want it to charge from the grid only during the cheap hours and use that stored energy for the rest of the night.
The solarEdge app can do that scheduling, but doesn't seem to have any setting to ensure a minimum state of charge for the battery.
I wanted to double check if the following HA setup is correct for my goal:
Then setup automations:
a. During high export window, change storage command mode to maximise export (backup reserve will ensure I don't drop past my limit)
b. During low import window, if battery below a certain level, allow AC charging (AC charge limit will handle the cut-off) and change storage command to charge from solar and grid.
c. At any other time, stick to the default (no AC charging, and storage command set to maximize self-consumption).
Actually as I write this it seems like my automations would only need to update the storage command depending on time of day, and I wouldn't need to adjust AC charging settings? Is my understanding correct?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions