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

Startup if not all wallboxes, meters, integrations are reachable #14496

Open
naltatis opened this issue Jun 20, 2024 · 10 comments
Open

Startup if not all wallboxes, meters, integrations are reachable #14496

naltatis opened this issue Jun 20, 2024 · 10 comments
Labels
backlog Things to do later

Comments

@naltatis
Copy link
Member

naltatis commented Jun 20, 2024

Currently, evcc requires all configured devices to be reachable on startup. When this is not the case (e.g. a meter is not responding) evcc will run in a failsafe mode (control loop and many UI features disabled) and automatically restarts every 15min for retry until everything is reachable.

In some scenarios (unreliable hardware, broken devices), this behavior is problematic and requires temporary reconfiguration of evcc (e.g. disable a device) to get back into a functioning state.

To change this, we have to rework how initialization is done and may need to introduce concepts like device health status, per device retry mechanisms, discuss effects on e.g. load balancing, autodetect and visualize the affected parts correctly in the UI (e.g. disable loadpoint controls because a charger is not responding for a longer time).

\cc @andig

@naltatis naltatis added enhancement New feature or request backlog Things to do later labels Jun 20, 2024
@naltatis naltatis changed the title Startup even if not all wallboxes, meters, integrations are reachable Startup if not all wallboxes, meters, integrations are reachable Jun 20, 2024
@StefanSchoof
Copy link
Contributor

For inverter only (without an battery) there is the extra problem, that many of them go into a power saving mode after sunset and preventing evcc from restarting in the night, see #10972.

@andig andig removed the enhancement New feature or request label Jun 29, 2024
@Sumpfdotter
Copy link

Sumpfdotter commented Jul 8, 2024

Thanks for that description. I add this comment so that this issue can be found by users having that issue as well:
Related log messages, e.g. if eebus wallbox is down during bootup:
cannot create charger
cannot create charger type 'eebus': i/o timeout
FATAL will attempt restart in: 15m0s

@armin-ei
Copy link

I have similar issue with two wallboxes configured in evcc: as soon as one Wallbox is off or offline, then evcc cannot be used anymore for the other wallbox, even though it is online. evcc should be able to start in such case for the wallbox that is in operation. The Workaround to use two different yaml files is not a good WA.

@SolarPower2024
Copy link

Ich musste leider gerade feststellen, dass dieses Verhalten sehr dringend notwendig wäre.

Bei mir hat sich ein Shelly verabschiedet, der als PV Meter diente. (1 von 2 PV meters)
Der shelly wurde über die UI konfiguriert und obwohl das PV Meter rein für die Darstellung dient, Steuerung erfolgt ja via grid meter, startet evcc nicht mehr hoch.
Einzige Lösung: löschen der DB Einträge die mit dem PV Meter zusammen hingen.

Auch ein Failsafe Modus startete nicht. Eigentlich sollte der ja bereits vorhanden sein oder? Oder habe ich das falsch verstanden?

@andig
Copy link
Member

andig commented Jul 18, 2024

Meine PV läuft seit 14 Jahren ohne einen einzigen Ausfall von irgendeiner Komponente. Eine Shelly ist auch eher Bastelware.

@SolarPower2024
Copy link

Meine PV läuft seit 14 Jahren ohne einen einzigen Ausfall von irgendeiner Komponente. Eine Shelly ist auch eher Bastelware.

Da stimme ich dir zu.
Ist auch nur das BKW ;-)

@umrath

This comment was marked as off-topic.

@SolarPower2024

This comment was marked as off-topic.

@naltatis
Copy link
Member Author

naltatis commented Sep 3, 2024

@umrath @SolarPower2024 Lass uns nicht hier das Thema neu diskutieren. Konkrete Lösungen oder PRs sind natürlich immer willkommen.

@andi0b
Copy link
Contributor

andi0b commented Sep 25, 2024

Wechselrichter im Powersafe-Mode macht gerade im Winter 16 Stunden am Tag permanent rote Fehlermeldungen in der UI. In meinem Fall startet evcc zum Glück trotzdem.

Ich habe auch einen mobilen charger in evcc drinnen, wenn ich den an/abstecke muss ich derzeit die Config immer neu schreiben und evcc neu starten.

Meine PV läuft seit 14 Jahren ohne einen einzigen Ausfall von irgendeiner Komponente. Eine Shelly ist auch eher Bastelware.

Das ist schön!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Things to do later
Projects
None yet
Development

No branches or pull requests

8 participants