SolarEdge inverter restarting once or twice per day? #1015
Replies: 3 comments 3 replies
|
Hi Erik, I also see round the same time a similair kind of error. Just cleard the logs, so tomorrow I can confirm if the same error. SE5K / No batteries or inline meter / 0004.0024.0022 |
|
Yes, all SolarEdge inverters do a restart/reset once every 24 hours. It will probably be sometime at night during non-production time. Mine reboot every night around 9:56PM. |
OK, interesting, good to know. Since I also have batteries, there isn't really any non-production time for me. Mine tends to do it around 23:45 every night, it appears to have figured out what time the last person in the household usually goes to bed. |
Uh oh!
There was an error while loading. Please reload this page.
In my logs, I've found log entries like this:
It appears that my inverter does a kind of warm reboot every day, and sometimes even twice a day. These are just 2 entries in my logs right now, because I did a HA restart 2 days ago, but it happens every day.
At/around the same time of the log entry, the status text of the inverter has this kind of sequence: production -> unknown (at exactly the time of this log entry, lasts 44 seconds) -> production (11 seconds) -> Fault (37 seconds) -> production.
I know about these states because I've created a template sensor that reads the status text attribute of the status sensor in the integration:
{{ state_attr('sensor.se2025_i1_status','status_text') }}.I have a kWh meter that measures power in/out of the inverter to my electrical installation, and at the time of these log entries, I can see that the inverter stops providing power for the house from the batteries and instead draws a little power (I assume simply its own power consumption for the internal hardware).
Is this known behavior for SolarEdge inverters? Mine is a SE10K, currently with 0004.0025.0011 firmware. I also have Home Battery 48V - 2 modules and an inline energy meter.
Curious to learn if anyone in the community has also seen this.
All reactions