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

Add ignoreerror plugin #7514

Closed
wants to merge 2 commits into from
Closed

Conversation

StefanSchoof
Copy link
Contributor

Ich habe genauso wie in #6463 beschrieben, dass Problem das mein PV Wechselrichter sich nachts in einem Stomsparmodus wechselt und nicht im Netzwerk erreichbar ist. Da ich zusätzlich die Elli Wallbox habe, dessen Firmware es nicht mag neu gestartet zu werden, wenn ein Auto verbunden ist, ist es manchmal schwierig ein Zeitpunkt für Updates und andere neu starts zu finden-

n gibt es die Idee #4989 (comment) das Problem mit einem ignoreerror plugin zu lösen. Ich habe mal mein Glück versucht und habe das schon ein paar Tage eingesetzt.

Ist das eine mögliche Lösung für das Problem oder gibt es bessere?

Benutzen lässt sich das z.B. so:

meters:
  - name: pv
    type: custom
    power:
      source: ignoreerror
      errorstoignore:
        - "net.*"
      ignoreerror:
        source: modbus
        model: sunspec
        uri: pv.fritz.box:502
        rtu: false
        id: 1

@andig
Copy link
Member

andig commented Apr 21, 2023

Das blöde hier ist, dass das Plugin drauf festgelegt ist, nur floats als Eingangswerte zu bekommen und verarbeiten- konzeptionelles Problem. Es fehlt noch eine gute Idee, wie wir die Anforderung des übergeordneten Plugins- float- an das untergeordnete Plugin weiter reichen könnten so das dieses auch gezwungen wird, den richtigen Typ zu liefern. Da müsste der Pluginmechanismus erstmal die grundlegende Funktionalität bekommen.

@andig andig marked this pull request as draft April 21, 2023 16:12
@andig andig added the infrastructure Basic functionality label Apr 21, 2023
@StefanSchoof
Copy link
Contributor Author

Verstehe. Ich hoffe es wird sich irgendwann eine Lösung finden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Basic functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants