Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. Support Adapter Energiefluss-erweitert v0.7.7

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

Support Adapter Energiefluss-erweitert v0.7.7

Geplant Angeheftet Gesperrt Verschoben Visualisierung
vis
4.5k Beiträge 196 Kommentatoren 5.8m Aufrufe 167 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • MichaelFM Online
    MichaelFM Online
    MichaelF
    schrieb am zuletzt editiert von
    #2098

    Guten Abend,

    mir ist leider was doofes passiert. Ich habe ein Shelly Adapter gelöscht und leider im Energiefluss Adapter zwei datenpunkte vergessen zu ändern.

    Jetzt Startet der Adapter leider nicht mehr, gibt es eine Möglichkeit diese beiden aus der config zu bekommen. Wiederherstellen der Shelly geht leider nicht

    0643c4ae-ba2f-4966-96b2-7ed8d49e8e0d-image.png

    Grüße

    MichaelFM 1 Antwort Letzte Antwort
    0
    • MichaelFM MichaelF

      Guten Abend,

      mir ist leider was doofes passiert. Ich habe ein Shelly Adapter gelöscht und leider im Energiefluss Adapter zwei datenpunkte vergessen zu ändern.

      Jetzt Startet der Adapter leider nicht mehr, gibt es eine Möglichkeit diese beiden aus der config zu bekommen. Wiederherstellen der Shelly geht leider nicht

      0643c4ae-ba2f-4966-96b2-7ed8d49e8e0d-image.png

      Grüße

      MichaelFM Online
      MichaelFM Online
      MichaelF
      schrieb am zuletzt editiert von
      #2099

      @michaelf said in Test Adapter Energiefluss-erweitert v0.1.x GitHub/Latest:

      Guten Abend,

      mir ist leider was doofes passiert. Ich habe ein Shelly Adapter gelöscht und leider im Energiefluss Adapter zwei datenpunkte vergessen zu ändern.

      Jetzt Startet der Adapter leider nicht mehr, gibt es eine Möglichkeit diese beiden aus der config zu bekommen. Wiederherstellen der Shelly geht leider nicht

      0643c4ae-ba2f-4966-96b2-7ed8d49e8e0d-image.png

      Grüße

      Erledigt, die neuste Version Installiert und Problem gelöst. Wenn es mal einer sucht :-)

      Grüße

      1 Antwort Letzte Antwort
      0
      • SKBS SKB

        @homoran @micklafisch Animiertes Icon für die Batterie ist wie folgt:

        Standard-Icon für die Batterie z.B. "mdi:battery-high".

        Dann schauen, wie ge-/entladen wird. Bei mir ist laden negativ und entladen positiv.
        Die richtigen Klassen als CSS rein:

        2023-10-26 13_57_37-Energiefluss - erweitert Configuration – Mozilla Firefox.png

        Und als Stile folgendes:

        /* Icons for Battery */
        :root {
            --empty: 'M16,20H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z';
            --low: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16';
            --medium: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 11.5H9V14.5H15V11.5Z';
            --high: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 7H9V10H15V7M15 11.5H9V14.5H15V11.5Z';
        }
        
        .battery_charge path {
            animation: charge 4s linear infinite;
        }
        
        .battery_discharge path {
            animation: discharge 4s linear infinite;
        }
        
        /* Animation for battery */
        @keyframes charge {
            0% {
                d: path(var(--empty));
            }
        
            25% {
                d: path(var(--low));
            }
        
            50% {
                d: path(var(--medium));
            }
        
            75% {
                d: path(var(--high));
            }
        }
        
        @keyframes discharge {
            0% {
                d: path(var(--high));
            }
        
            25% {
                d: path(var(--medium));
            }
        
            50% {
                d: path(var(--low));
            }
        
            75% {
        
                d: path(var(--empty));
            }
        }
        
        Elektrofix-OLE Offline
        Elektrofix-OLE Offline
        Elektrofix-OL
        schrieb am zuletzt editiert von
        #2100

        @skb Ich schaffe das irgendwie nicht. ich bekomme einen Fehler "Unknown property 'd'.
        In css bin ich überhaupt nicht zu hause, mehr als copy/paste schaffe ich nicht.
        Wärst Du so nett das CSS für Dummis bereitzustellen?

        SKBS 1 Antwort Letzte Antwort
        0
        • Elektrofix-OLE Elektrofix-OL

          @skb Ich schaffe das irgendwie nicht. ich bekomme einen Fehler "Unknown property 'd'.
          In css bin ich überhaupt nicht zu hause, mehr als copy/paste schaffe ich nicht.
          Wärst Du so nett das CSS für Dummis bereitzustellen?

          SKBS Offline
          SKBS Offline
          SKB
          Developer Most Active
          schrieb am zuletzt editiert von
          #2101

          @elektrofix-ol was bitte schaffst Du nicht?

          ... wer nicht mit der Zeit geht, geht mit der Zeit ...

          Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

          Elektrofix-OLE 1 Antwort Letzte Antwort
          0
          • SKBS SKB

            @elektrofix-ol was bitte schaffst Du nicht?

            Elektrofix-OLE Offline
            Elektrofix-OLE Offline
            Elektrofix-OL
            schrieb am zuletzt editiert von
            #2102

            @skb Die Batterie wie im Energieflussadapter zu animieren in Post https://forum.iobroker.net/topic/64734/test-adapter-energiefluss-erweitert-v0-1-x-github-latest/1763 steht zwar eine vermeintliche Anleitung, aber das Funktioniert nicht. Als Datenquelle habe ich den Ladestrom des Akkus angegeben und auch die CSS-Klassen habe ich eingetragen. 7d98a83e-d516-49c7-9b18-6f5f2d2ec438-image.png Bei CSS Stile bekomme ich die Achtungszeichen bef76059-1710-4883-8995-4fb07160a0e8-image.png und mein iPad zeigt keine Animation, weder in Safari noch in Chrome. Selbst beim alten Energieflussadapter funktioniert es nicht mehr, was mache ich falsch?

            SKBS 1 Antwort Letzte Antwort
            0
            • Elektrofix-OLE Elektrofix-OL

              @skb Die Batterie wie im Energieflussadapter zu animieren in Post https://forum.iobroker.net/topic/64734/test-adapter-energiefluss-erweitert-v0-1-x-github-latest/1763 steht zwar eine vermeintliche Anleitung, aber das Funktioniert nicht. Als Datenquelle habe ich den Ladestrom des Akkus angegeben und auch die CSS-Klassen habe ich eingetragen. 7d98a83e-d516-49c7-9b18-6f5f2d2ec438-image.png Bei CSS Stile bekomme ich die Achtungszeichen bef76059-1710-4883-8995-4fb07160a0e8-image.png und mein iPad zeigt keine Animation, weder in Safari noch in Chrome. Selbst beim alten Energieflussadapter funktioniert es nicht mehr, was mache ich falsch?

              SKBS Offline
              SKBS Offline
              SKB
              Developer Most Active
              schrieb am zuletzt editiert von
              #2103

              @elektrofix-ol der Fehler liegt am iPad.
              IOS animieren diese Dinge nicht.

              Ganz einfach :)

              ... wer nicht mit der Zeit geht, geht mit der Zeit ...

              Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

              C M 2 Antworten Letzte Antwort
              0
              • SKBS SKB

                @elektrofix-ol der Fehler liegt am iPad.
                IOS animieren diese Dinge nicht.

                Ganz einfach :)

                C Offline
                C Offline
                c1olli
                schrieb am zuletzt editiert von
                #2104

                @skb
                Dein Adapter ist wirklich klasse. Es hat zwar eine Weile gedauert, aber so langsam tastet man sich an die Funktionen heran.

                energiefluss.jpg

                Kann man das Ganze auch irgendwie live ins Netz stellen?
                Eigener Webspace ist vorhanden.

                Gruß
                Olli

                SKBS Elektrofix-OLE 2 Antworten Letzte Antwort
                0
                • C c1olli

                  @skb
                  Dein Adapter ist wirklich klasse. Es hat zwar eine Weile gedauert, aber so langsam tastet man sich an die Funktionen heran.

                  energiefluss.jpg

                  Kann man das Ganze auch irgendwie live ins Netz stellen?
                  Eigener Webspace ist vorhanden.

                  SKBS Offline
                  SKBS Offline
                  SKB
                  Developer Most Active
                  schrieb am zuletzt editiert von
                  #2105

                  @c1olli der Adapter benötigt den Webservice von ioBroker.

                  Du kannst nur mit einem Reverse-Proxy arbeiten, jedoch dort kann jemand auf die Konfiguration zugreifen.

                  Dinge von ioBroker zu öffnen bzw. öffentlich zugänglich zu machen, sollte man aufgrund der Sicherheit tunlichst unterlassen.

                  ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                  Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                  1 Antwort Letzte Antwort
                  0
                  • C c1olli

                    @skb
                    Dein Adapter ist wirklich klasse. Es hat zwar eine Weile gedauert, aber so langsam tastet man sich an die Funktionen heran.

                    energiefluss.jpg

                    Kann man das Ganze auch irgendwie live ins Netz stellen?
                    Eigener Webspace ist vorhanden.

                    Elektrofix-OLE Offline
                    Elektrofix-OLE Offline
                    Elektrofix-OL
                    schrieb am zuletzt editiert von Elektrofix-OL
                    #2106

                    @c1olli Du kannst eine weiter Admin-instanz einrichten, die du mit Portforwording ins Netz stellst z.B. Port 8082. Du kannst dann die Seite aufrufen mit Deine Adresse und über den Port 8082 vom Netz zugreifen, das mache ich auch so, ABER: SSL und Autentifizierung einschalten und Dein Server sollte Fail2ban haben. Die Instanz sieht bei mir so aus:
                    1ce81239-9c06-4603-bab7-0a578bcb3187-image.png
                    Wenn Du Dich angemeldet hat, kannst Du in der Übersicht dann den Engerieflussadapter erreichen.
                    Den Webservice musst Du dann auch einstellen mit SSL und Authentifizierung.

                    HomoranH SKBS 2 Antworten Letzte Antwort
                    0
                    • Elektrofix-OLE Elektrofix-OL

                      @c1olli Du kannst eine weiter Admin-instanz einrichten, die du mit Portforwording ins Netz stellst z.B. Port 8082. Du kannst dann die Seite aufrufen mit Deine Adresse und über den Port 8082 vom Netz zugreifen, das mache ich auch so, ABER: SSL und Autentifizierung einschalten und Dein Server sollte Fail2ban haben. Die Instanz sieht bei mir so aus:
                      1ce81239-9c06-4603-bab7-0a578bcb3187-image.png
                      Wenn Du Dich angemeldet hat, kannst Du in der Übersicht dann den Engerieflussadapter erreichen.
                      Den Webservice musst Du dann auch einstellen mit SSL und Authentifizierung.

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #2107

                      @elektrofix-ol Ich halte das für keine gute Idee so etwas allgemeingültig zu empfehlen.

                      ohne zu wissen welche Skills jeder Lesende mitbringt kann das bei unbedarften Usern richtig in die Hose gehen.

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Antwort Letzte Antwort
                      1
                      • Elektrofix-OLE Elektrofix-OL

                        @c1olli Du kannst eine weiter Admin-instanz einrichten, die du mit Portforwording ins Netz stellst z.B. Port 8082. Du kannst dann die Seite aufrufen mit Deine Adresse und über den Port 8082 vom Netz zugreifen, das mache ich auch so, ABER: SSL und Autentifizierung einschalten und Dein Server sollte Fail2ban haben. Die Instanz sieht bei mir so aus:
                        1ce81239-9c06-4603-bab7-0a578bcb3187-image.png
                        Wenn Du Dich angemeldet hat, kannst Du in der Übersicht dann den Engerieflussadapter erreichen.
                        Den Webservice musst Du dann auch einstellen mit SSL und Authentifizierung.

                        SKBS Offline
                        SKBS Offline
                        SKB
                        Developer Most Active
                        schrieb am zuletzt editiert von
                        #2108

                        @elektrofix-ol ioBroker Admin läuft auf 8081 und der Webserver schon auf 8082.

                        Außerdem ist diese Lösung nur Benutzern zu empfehlen, die Ahnung davon haben.

                        Generell ein Port-Fowarding auf einen Dienst ist auch nicht sicher - Reverse Proxy davor läuft besser und sicherer.

                        ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                        Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                        C Elektrofix-OLE 2 Antworten Letzte Antwort
                        1
                        • SKBS SKB

                          @elektrofix-ol ioBroker Admin läuft auf 8081 und der Webserver schon auf 8082.

                          Außerdem ist diese Lösung nur Benutzern zu empfehlen, die Ahnung davon haben.

                          Generell ein Port-Fowarding auf einen Dienst ist auch nicht sicher - Reverse Proxy davor läuft besser und sicherer.

                          C Offline
                          C Offline
                          c1olli
                          schrieb am zuletzt editiert von
                          #2109

                          @skb
                          Also direkt auf mein Hausnetz zugreifen soll auf keinen Fall passieren.

                          Schön wäre es die Seite praktisch zu spiegeln und auf dem Webserver laufen zu lassen. So dass eben nur die Werte an den Webserver übergeben werden müssen.

                          Reverse Proxi sagt mir erst einmal nichts, da werde ich gleich mal googlen.

                          Aber wenn es so nicht geht ist es auch nicht schlimm, über ioBroker.pro kann ich ja auch zugreifen.

                          Gruß
                          Olli

                          SKBS 1 Antwort Letzte Antwort
                          0
                          • SKBS SKB

                            @elektrofix-ol ioBroker Admin läuft auf 8081 und der Webserver schon auf 8082.

                            Außerdem ist diese Lösung nur Benutzern zu empfehlen, die Ahnung davon haben.

                            Generell ein Port-Fowarding auf einen Dienst ist auch nicht sicher - Reverse Proxy davor läuft besser und sicherer.

                            Elektrofix-OLE Offline
                            Elektrofix-OLE Offline
                            Elektrofix-OL
                            schrieb am zuletzt editiert von Elektrofix-OL
                            #2110

                            @skb said in Test Adapter Energiefluss-erweitert v0.1.x GitHub/Latest:

                            @elektrofix-ol ioBroker Admin läuft auf 8081 und der Webserver schon auf 8082.

                            Außerdem ist diese Lösung nur Benutzern zu empfehlen, die Ahnung davon haben.

                            Generell ein Port-Fowarding auf einen Dienst ist auch nicht sicher - Reverse Proxy davor läuft besser und sicherer.

                            Die Port können verändert werden und im ICE sind 8081-8083 gesperrt. Reverse Proxy habe ich noch nicht hinbekommen und VPN lässt mein Dienstrechner nicht zu, also diese risikoreicheren Weg.
                            Es muss jeder Mensch schauen, wie er die Sicherheit bewertet und IoT-Geräte sollten sowieso in getrennten Netz sein, so meine Meinung.

                            Aber zurück zum Thema.
                            Den Adapter habe ich auf einen WindowsRechner aufgerufen und die Batterie war animiert. Dann habe ich zwei Schalter eingefügt und stellte fest, das zwei Datenpunkte sich nicht mehr ändern lassen, erneut berichtigt und plötzlich starte der Adapter nicht mehr. Im Protokoll ist folgenden zu finden:

                            2024-01-02 19:05:19.097 - info: host.IoBroker "system.adapter.energiefluss-erweitert.0" enabled
                            2024-01-02 19:05:19.338 - info: host.IoBroker instance system.adapter.energiefluss-erweitert.0 started with pid 159504
                            2024-01-02 19:05:22.176 - info: energiefluss-erweitert.0 (159504) starting. Version 0.1.0 (non-npm: SKB-CGN/ioBroker.energiefluss-erweitert#9d23d4faae89158079e9020ecb6874a7a0369246) in /opt/iobroker/node_modules/iobroker.energiefluss-erweitert, node: v18.18.2, js-controller: 5.0.17
                            2024-01-02 19:05:22.269 - info: energiefluss-erweitert.0 (159504) Adapter started. Loading config!
                            2024-01-02 19:05:22.397 - error: energiefluss-erweitert.0 (159504) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            2024-01-02 19:05:22.399 - error: energiefluss-erweitert.0 (159504) unhandled promise rejection: Cannot read properties of undefined (reading 'source')
                            2024-01-02 19:05:22.401 - error: energiefluss-erweitert.0 (159504) TypeError: Cannot read properties of undefined (reading 'source')
                            at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1269:85)
                            2024-01-02 19:05:22.402 - error: energiefluss-erweitert.0 (159504) Cannot read properties of undefined (reading 'source')
                            2024-01-02 19:05:22.411 - info: energiefluss-erweitert.0 (159504) Cleared interval for relative values!
                            2024-01-02 19:05:22.412 - info: energiefluss-erweitert.0 (159504) terminating
                            2024-01-02 19:05:22.415 - warn: energiefluss-erweitert.0 (159504) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2024-01-02 19:05:22.421 - info: web.0 (158813) ==> Connected system.user.admin from ::ffff:192.168.178.44
                            2024-01-02 19:05:22.918 - info: energiefluss-erweitert.0 (159504) terminating
                            2024-01-02 19:05:23.034 - error: host.IoBroker instance system.adapter.energiefluss-erweitert.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                            2024-01-02 19:05:23.034 - info: host.IoBroker Restart adapter system.adapter.energiefluss-erweitert.0 because enabled
                            2024-01-02 19:05:44.314 - info: host.IoBroker instance system.adapter.energiefluss-erweitert.0 started with pid 159525
                            2024-01-02 19:05:46.888 - info: energiefluss-erweitert.0 (159525) starting. Version 0.1.0 (non-npm: SKB-CGN/ioBroker.energiefluss-erweitert#9d23d4faae89158079e9020ecb6874a7a0369246) in /opt/iobroker/node_modules/iobroker.energiefluss-erweitert, node: v18.18.2, js-controller: 5.0.17
                            2024-01-02 19:05:46.977 - info: energiefluss-erweitert.0 (159525) Adapter started. Loading config!
                            2024-01-02 19:05:47.229 - error: energiefluss-erweitert.0 (159525) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            2024-01-02 19:05:47.230 - error: energiefluss-erweitert.0 (159525) unhandled promise rejection: Cannot read properties of undefined (reading 'source')
                            2024-01-02 19:05:47.231 - error: energiefluss-erweitert.0 (159525) TypeError: Cannot read properties of undefined (reading 'source')
                            at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1269:85)
                            2024-01-02 19:05:47.232 - error: energiefluss-erweitert.0 (159525) Cannot read properties of undefined (reading 'source')
                            2024-01-02 19:05:47.241 - info: energiefluss-erweitert.0 (159525) Cleared interval for relative values!
                            2024-01-02 19:05:47.242 - info: energiefluss-erweitert.0 (159525) terminating
                            2024-01-02 19:05:47.244 - warn: energiefluss-erweitert.0 (159525) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2024-01-02 19:05:47.748 - info: energiefluss-erweitert.0 (159525) terminating
                            2024-01-02 19:05:47.866 - error: host.IoBroker instance system.adapter.energiefluss-erweitert.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                            2024-01-02 19:05:47.866 - info: host.IoBroker Restart adapter system.adapter.energiefluss-erweitert.0 because enabled
                            

                            Wenn ich ihn neu starte geht er kurz auf Grün, dann sofort wieder auf rot. Hat jemand eine Idee?

                            Edit: jetzt mit Log im Code-Format, hoffe ich habe alles erwischt.
                            Hier habe ich das Log, was bei Speicher erstellt wird:

                            {
                                "basic": {
                                    "enable_grid": true,
                                    "enable_animation": false,
                                    "enable_area_catch": true,
                                    "enable_config_icon": true,
                                    "enable_last_id": false,
                                    "enable_icon_proxy": false,
                                    "enable_low_performance": false,
                                    "height": 485,
                                    "width": 753,
                                    "styles": "/* Icons for Battery */\r\n:root {\r\n    --empty: 'M16,20H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z';\r\n    --low: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16';\r\n    --medium: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 11.5H9V14.5H15V11.5Z';\r\n    --high: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 7H9V10H15V7M15 11.5H9V14.5H15V11.5Z';\r\n}\r\n \r\n.battery_charge path {\r\n    animation: charge 4s linear infinite;\r\n}\r\n \r\n.battery_discharge path {\r\n    animation: discharge 4s linear infinite;\r\n}\r\n \r\n/* Animation for battery */\r\n@keyframes charge {\r\n    0% {\r\n        d: path(var(--empty));\r\n    }\r\n \r\n    25% {\r\n        d: path(var(--low));\r\n    }\r\n \r\n    50% {\r\n        d: path(var(--medium));\r\n    }\r\n \r\n    75% {\r\n        d: path(var(--high));\r\n    }\r\n}\r\n \r\n@keyframes discharge {\r\n    0% {\r\n        d: path(var(--high));\r\n    }\r\n \r\n    25% {\r\n        d: path(var(--medium));\r\n    }\r\n \r\n    50% {\r\n        d: path(var(--low));\r\n    }\r\n \r\n    75% {\r\n \r\n        d: path(var(--empty));\r\n    }\r\n}\r\n",
                                    "font": {
                                        "family": "\"Arial\", sans-serif",
                                        "size": "20",
                                        "color": "",
                                        "fill": "",
                                        "align": "middle"
                                    },
                                    "rect": {
                                        "height": 100,
                                        "width": 100,
                                        "corners": 10
                                    },
                                    "circle": {
                                        "radius": 50
                                    },
                                    "elm": {
                                        "stroke_width": 5,
                                        "color": "",
                                        "fill": "",
                                        "pos_x": 50,
                                        "pos_y": 50
                                    },
                                    "icon": {
                                        "height": 24,
                                        "width": 24,
                                        "color": ""
                                    }
                                },
                                "calculation": {
                                    "battery": {
                                        "dod": 10,
                                        "capacity": 28800,
                                        "percent": 2,
                                        "charge": 1,
                                        "charge_prop": true,
                                        "charge_kw": false,
                                        "discharge": 1,
                                        "discharge_prop": false,
                                        "discharge_kw": false
                                    },
                                    "consumption": {
                                        "production": [
                                            "0"
                                        ],
                                        "production_kw": false,
                                        "gridFeed": 4,
                                        "gridFeed_kw": false,
                                        "gridFeed_prop": true,
                                        "gridConsume": 4,
                                        "gridConsume_kw": false,
                                        "gridConsume_prop": false,
                                        "batteryCharge": 1,
                                        "batteryCharge_kw": false,
                                        "batteryCharge_prop": true,
                                        "batteryDischarge": 1,
                                        "batteryDischarge_kw": false,
                                        "batteryDischarge_prop": false
                                    }
                                },
                                "animation": {
                                    "stroke": "#ffce4a",
                                    "stroke_dasharray": "10 17 10 17 10  72",
                                    "stroke_width": "6",
                                    "animation_duration": "2000",
                                    "stroke_linecap": "round",
                                    "animation_timing_function": "linear"
                                },
                                "animation_configuration": {
                                    "dots": "3",
                                    "distance": "17",
                                    "length": "10"
                                },
                                "line": {
                                    "stroke_width": "8",
                                    "stroke": "#000000"
                                },
                                "elements": {
                                    "2": {
                                        "position": 0,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 2,
                                        "pos_x": 197,
                                        "pos_y": 52,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 2",
                                        "unit": "W",
                                        "source": 0,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 1,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "5": {
                                        "position": 1,
                                        "type": "rect",
                                        "id": 5,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 146,
                                        "pos_y": 4,
                                        "fill": "none",
                                        "color": "rgb(255, 206, 74)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_type": "percent",
                                        "fill_direction": 90,
                                        "border_type": -1,
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_reverse": false,
                                        "border_start": null,
                                        "source": -1,
                                        "threshold": 0
                                    },
                                    "6": {
                                        "position": 0,
                                        "type": "icon",
                                        "id": "6",
                                        "icon": "mdi:solar-panel",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgba(0, 0, 0, 0.7)",
                                        "pos_x": "185",
                                        "pos_y": "11",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "7": {
                                        "position": 2,
                                        "type": "rect",
                                        "id": 7,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 480,
                                        "pos_y": 137,
                                        "fill": "none",
                                        "color": "rgb(255, 206, 74)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_type": "percent",
                                        "fill_direction": 90,
                                        "border_type": -1,
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_reverse": false,
                                        "border_start": null,
                                        "source": -1,
                                        "threshold": 0
                                    },
                                    "9": {
                                        "position": 1,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 9,
                                        "pos_x": 530,
                                        "pos_y": 186,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 9",
                                        "unit": "W",
                                        "source": 4,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": true,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            "3"
                                        ],
                                        "add": [
                                            "10",
                                            "11",
                                            "13",
                                            "12"
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "10": {
                                        "position": 2,
                                        "type": "text",
                                        "id": 10,
                                        "pos_x": 197,
                                        "pos_y": 84,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "PV-Garage",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "11": {
                                        "position": 3,
                                        "type": "text",
                                        "id": 11,
                                        "pos_x": 530,
                                        "pos_y": 213,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "Verbrauch",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "12": {
                                        "position": 1,
                                        "type": "icon",
                                        "id": "12",
                                        "icon": "emojione:house",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgba(0, 0, 0, 0.7)",
                                        "pos_x": "518",
                                        "pos_y": "143",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "13": {
                                        "position": 0,
                                        "type": "rect",
                                        "id": 13,
                                        "rx": 10,
                                        "height": 126,
                                        "width": 100,
                                        "pos_x": 4,
                                        "pos_y": 124,
                                        "fill": "none",
                                        "color": "rgb(161, 211, 67)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_value": "rgb(161,211,67)",
                                        "fill_type": "value",
                                        "fill_direction": 90,
                                        "fill_max": 100,
                                        "border_type": -1,
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_reverse": false,
                                        "border_start": 90,
                                        "source": 2,
                                        "threshold": 0
                                    },
                                    "14": {
                                        "position": 3,
                                        "type": "rect",
                                        "id": 14,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 480,
                                        "pos_y": 4,
                                        "fill": "none",
                                        "color": "rgba(97, 104, 122, 0.7)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_type": "percent",
                                        "fill_direction": 90,
                                        "border_type": -1,
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_reverse": false,
                                        "border_start": null,
                                        "source": -1,
                                        "threshold": 0
                                    },
                                    "15": {
                                        "position": 4,
                                        "type": "text",
                                        "id": 15,
                                        "pos_x": 53,
                                        "pos_y": 204,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "Batterie\nreicht noch",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "16": {
                                        "position": 5,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 16,
                                        "pos_x": 53,
                                        "pos_y": 171,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 16",
                                        "unit": "W",
                                        "source": 1,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": true,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "18": {
                                        "position": 6,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 18,
                                        "pos_x": 53,
                                        "pos_y": 191,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "ID 18",
                                        "unit": "%",
                                        "source": 2,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "19": {
                                        "position": 7,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 19,
                                        "pos_x": 530,
                                        "pos_y": 52,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 19",
                                        "unit": "W",
                                        "source": 3,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": true,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "20": {
                                        "position": 2,
                                        "type": "icon",
                                        "id": "20",
                                        "icon": "mdi:electricity-from-grid",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgba(0, 0, 0, 0.7)",
                                        "pos_x": "518",
                                        "pos_y": "10",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "21": {
                                        "position": 8,
                                        "type": "text",
                                        "id": 21,
                                        "pos_x": 530,
                                        "pos_y": 80,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "Netz",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "22": {
                                        "position": 4,
                                        "type": "rect",
                                        "id": 22,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 205,
                                        "pos_y": 273,
                                        "fill": "rgba(0, 0, 255, 0.29)",
                                        "color": "rgb(0, 0, 255)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_value": "#00D1FF00",
                                        "fill_type": "value",
                                        "fill_direction": 90,
                                        "fill_max": 1,
                                        "border_value": "#CBD9FF",
                                        "border_type": "value",
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_max": 1,
                                        "border_reverse": false,
                                        "border_start": 90,
                                        "source": 9,
                                        "threshold": 0
                                    },
                                    "23": {
                                        "position": 3,
                                        "type": "icon",
                                        "id": "23",
                                        "icon": "material-symbols:electric-car",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgba(0, 0, 0, 0.7)",
                                        "pos_x": "243",
                                        "pos_y": "279",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "24": {
                                        "position": 9,
                                        "type": "text",
                                        "id": 24,
                                        "pos_x": 255,
                                        "pos_y": 349,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "Auto",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "26": {
                                        "position": 10,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 26,
                                        "pos_x": 255,
                                        "pos_y": 323,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 26",
                                        "unit": "W",
                                        "source": 7,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "28": {
                                        "position": 5,
                                        "type": "rect",
                                        "id": 28,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 146,
                                        "pos_y": 137,
                                        "fill": "rgba(255, 15, 67, 0.294)",
                                        "color": "rgb(0, 255, 68)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_value": "#FF0F4300",
                                        "fill_type": "value",
                                        "fill_direction": 90,
                                        "fill_max": 1,
                                        "border_value": "#F20E40",
                                        "border_type": "value",
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_max": 1,
                                        "border_reverse": false,
                                        "border_start": 90,
                                        "source": 8,
                                        "threshold": 0
                                    },
                                    "30": {
                                        "position": 4,
                                        "type": "icon",
                                        "id": "30",
                                        "icon": "mdi:garage",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgb(0, 0, 0)",
                                        "pos_x": "182",
                                        "pos_y": "146",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "31": {
                                        "position": 11,
                                        "type": "text",
                                        "id": 31,
                                        "pos_x": 194,
                                        "pos_y": 217,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "Garage",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "32": {
                                        "position": 12,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 32,
                                        "pos_x": 194,
                                        "pos_y": 186,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 32",
                                        "unit": "W",
                                        "source": 6,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 1,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            "7",
                                            "5"
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "33": {
                                        "position": 6,
                                        "type": "rect",
                                        "id": 33,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 95,
                                        "pos_y": 274,
                                        "fill": "none",
                                        "color": "rgb(197, 144, 46)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_type": -1,
                                        "fill_direction": 90,
                                        "border_type": -1,
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_reverse": false,
                                        "border_start": null,
                                        "source": 9,
                                        "threshold": 0
                                    },
                                    "34": {
                                        "position": 13,
                                        "type": "text",
                                        "id": 34,
                                        "pos_x": 145,
                                        "pos_y": 351,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "Garten",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "35": {
                                        "position": 14,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 35,
                                        "pos_x": 145,
                                        "pos_y": 324,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 35",
                                        "unit": "W",
                                        "source": 5,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "36": {
                                        "position": 5,
                                        "type": "icon",
                                        "id": "36",
                                        "icon": "twemoji:desert-island",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgb(0, 0, 0)",
                                        "pos_x": "133",
                                        "pos_y": "280",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "37": {
                                        "position": 6,
                                        "type": "icon",
                                        "id": "37",
                                        "icon": "mdi:battery-high",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgb(0, 0, 0)",
                                        "pos_x": "41",
                                        "pos_y": "133",
                                        "shadow": "",
                                        "css_active_positive": "battery_discharge",
                                        "css_active_negative": "battery_charge",
                                        "source": 1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "38": {
                                        "position": 15,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 38,
                                        "pos_x": 370,
                                        "pos_y": 172,
                                        "color": "none",
                                        "fill": "rgb(0, 181, 221)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 10,
                                        "align": "middle",
                                        "text": "ID 38",
                                        "unit": "W",
                                        "source": 4,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "auto",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "39": {
                                        "position": 7,
                                        "type": "rect",
                                        "id": 39,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 314,
                                        "pos_y": 274,
                                        "fill": "none",
                                        "color": "rgb(197, 144, 46)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_type": -1,
                                        "fill_direction": 90,
                                        "border_type": -1,
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_reverse": false,
                                        "border_start": null,
                                        "source": 12,
                                        "threshold": 0
                                    },
                                    "40": {
                                        "position": 16,
                                        "type": "text",
                                        "id": 40,
                                        "pos_x": 364,
                                        "pos_y": 351,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "Waschen",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "41": {
                                        "position": 17,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 41,
                                        "pos_x": 364,
                                        "pos_y": 324,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 41",
                                        "unit": "W",
                                        "source": 12,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "42": {
                                        "position": 7,
                                        "type": "icon",
                                        "id": "42",
                                        "icon": "mingcute:wash-machine-fill",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgb(0, 0, 0)",
                                        "pos_x": "352",
                                        "pos_y": "280",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "43": {
                                        "position": 8,
                                        "type": "rect",
                                        "id": 43,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 425,
                                        "pos_y": 274,
                                        "fill": "none",
                                        "color": "rgb(197, 144, 46)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_type": -1,
                                        "fill_direction": 90,
                                        "border_type": -1,
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_reverse": false,
                                        "border_start": null,
                                        "source": 12,
                                        "threshold": 0
                                    },
                                    "44": {
                                        "position": 18,
                                        "type": "text",
                                        "id": 44,
                                        "pos_x": 475,
                                        "pos_y": 351,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "Trockner",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "45": {
                                        "position": 19,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 45,
                                        "pos_x": 475,
                                        "pos_y": 324,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 45",
                                        "unit": "W",
                                        "source": 13,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "46": {
                                        "position": 8,
                                        "type": "icon",
                                        "id": "46",
                                        "icon": "mingcute:wash-machine-line",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgb(0, 0, 0)",
                                        "pos_x": "463",
                                        "pos_y": "280",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "47": {
                                        "position": 9,
                                        "type": "rect",
                                        "id": 47,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 537,
                                        "pos_y": 274,
                                        "fill": "none",
                                        "color": "rgb(197, 144, 46)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_value": "#F20E4075",
                                        "fill_type": "value",
                                        "fill_direction": 90,
                                        "fill_max": 1,
                                        "border_type": -1,
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_reverse": false,
                                        "border_start": null,
                                        "source": 16,
                                        "threshold": 0
                                    },
                                    "48": {
                                        "position": 20,
                                        "type": "text",
                                        "id": 48,
                                        "pos_x": 587,
                                        "pos_y": 351,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "3d-Drucker",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "50": {
                                        "position": 9,
                                        "type": "icon",
                                        "id": "50",
                                        "icon": "eos-icons:3d-print",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgb(0, 0, 0)",
                                        "pos_x": "575",
                                        "pos_y": "280",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "51": {
                                        "position": 10,
                                        "type": "rect",
                                        "id": 51,
                                        "rx": 10,
                                        "height": 100,
                                        "width": 100,
                                        "pos_x": 648,
                                        "pos_y": 274,
                                        "fill": "none",
                                        "color": "rgb(197, 144, 46)",
                                        "stroke": 2,
                                        "shadow": "rgba(0, 0, 0, 0.7)",
                                        "frame": "_overlay",
                                        "fill_value": "#F20E4075",
                                        "fill_type": "value",
                                        "fill_direction": 90,
                                        "fill_max": 1,
                                        "border_type": -1,
                                        "border_direction": "cw",
                                        "border_style": "round",
                                        "border_max": 1,
                                        "border_reverse": false,
                                        "border_start": null,
                                        "source": 15,
                                        "threshold": 0
                                    },
                                    "52": {
                                        "position": 21,
                                        "type": "text",
                                        "id": 52,
                                        "pos_x": 698,
                                        "pos_y": 351,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "SP111",
                                        "shadow": "",
                                        "frame": "_overlay"
                                    },
                                    "53": {
                                        "position": 22,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 53,
                                        "pos_x": 698,
                                        "pos_y": 324,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 53",
                                        "unit": "W",
                                        "source": 11,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "54": {
                                        "position": 10,
                                        "type": "icon",
                                        "id": "54",
                                        "icon": "icon-park-outline:ipad",
                                        "width": 24,
                                        "height": 24,
                                        "color": "rgb(0, 0, 0)",
                                        "pos_x": "686",
                                        "pos_y": "280",
                                        "shadow": "",
                                        "source": -1,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "none"
                                    },
                                    "56": {
                                        "position": 23,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 56,
                                        "pos_x": 53,
                                        "pos_y": 237,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 14,
                                        "align": "middle",
                                        "text": "ID 56",
                                        "unit": "",
                                        "source": 14,
                                        "source_option": -1,
                                        "source_display": "text",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    },
                                    "57": {
                                        "position": 11,
                                        "type": "icon",
                                        "id": "57",
                                        "icon": "icomoon-free:switch",
                                        "width": 40,
                                        "height": 40,
                                        "color": "rgb(0, 0, 0)",
                                        "pos_x": "678",
                                        "pos_y": "393",
                                        "shadow": "",
                                        "source": 15,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "toggle"
                                    },
                                    "58": {
                                        "position": 12,
                                        "type": "icon",
                                        "id": "58",
                                        "icon": "icomoon-free:switch",
                                        "width": 40,
                                        "height": 40,
                                        "color": "rgb(0, 0, 0)",
                                        "pos_x": "567",
                                        "pos_y": "393",
                                        "shadow": "",
                                        "source": 16,
                                        "threshold": 0,
                                        "frame": "_overlay",
                                        "action": "toggle"
                                    },
                                    "59": {
                                        "position": 24,
                                        "type": "text",
                                        "subType": "datasource",
                                        "id": 59,
                                        "pos_x": 587,
                                        "pos_y": 323,
                                        "color": "none",
                                        "fill": "rgb(0, 0, 0)",
                                        "font_family": "Arial, sans-serif",
                                        "font_size": 18,
                                        "align": "middle",
                                        "text": "ID 59",
                                        "unit": "W",
                                        "source": 17,
                                        "source_option": -1,
                                        "source_display": "value",
                                        "shadow": "",
                                        "threshold": 0,
                                        "calculate_kw": "none",
                                        "counter_animation": false,
                                        "convert": false,
                                        "decimal_places": 0,
                                        "action": "none",
                                        "subtract": [
                                            -1
                                        ],
                                        "add": [
                                            -1
                                        ],
                                        "frame": "_overlay"
                                    }
                                },
                                "defs": {
                                    "path_28_13": {
                                        "type": "def",
                                        "id": "path_28_13",
                                        "d": "M145 187  H 105",
                                        "startSlot": "left",
                                        "endSlot": "right"
                                    },
                                    "path_28_7": {
                                        "type": "def",
                                        "id": "path_28_7",
                                        "d": "M247 187  H 479",
                                        "startSlot": "right",
                                        "endSlot": "left"
                                    },
                                    "path_14_7": {
                                        "type": "def",
                                        "id": "path_14_7",
                                        "d": "M530 105  V 136",
                                        "startSlot": "bottom",
                                        "endSlot": "top"
                                    },
                                    "path_28_22": {
                                        "type": "def",
                                        "id": "path_28_22",
                                        "d": "M216 238  V 244.8 A 15 15 0 0 0 231 259.8  H 240 A 15 15 0 0 1 255 274.8  V 272",
                                        "startSlot": "bottom_right",
                                        "endSlot": "top"
                                    },
                                    "path_28_33": {
                                        "type": "def",
                                        "id": "path_28_33",
                                        "d": "M176 238  V 245 A 15 15 0 0 1 161 260  H 160 A 15 15 0 0 0 145 275  V 273",
                                        "startSlot": "bottom_left",
                                        "endSlot": "top"
                                    },
                                    "path_7_39": {
                                        "type": "def",
                                        "id": "path_7_39",
                                        "d": "M510 238  V 245 A 15 15 0 0 1 495 260  H 379 A 15 15 0 0 0 364 275  V 273",
                                        "startSlot": "bottom_left",
                                        "endSlot": "top"
                                    },
                                    "path_7_43": {
                                        "type": "def",
                                        "id": "path_7_43",
                                        "d": "M510 238  V 245 A 15 15 0 0 1 495 260  H 490 A 15 15 0 0 0 475 275  V 273",
                                        "startSlot": "bottom_left",
                                        "endSlot": "top"
                                    },
                                    "path_7_47": {
                                        "type": "def",
                                        "id": "path_7_47",
                                        "d": "M550 238  V 245 A 15 15 0 0 0 565 260  H 572 A 15 15 0 0 1 587 275  V 273",
                                        "startSlot": "bottom_right",
                                        "endSlot": "top"
                                    },
                                    "path_7_51": {
                                        "type": "def",
                                        "id": "path_7_51",
                                        "d": "M550 238  V 245 A 15 15 0 0 0 565 260  H 683 A 15 15 0 0 1 698 275  V 273",
                                        "startSlot": "bottom_right",
                                        "endSlot": "top"
                                    },
                                    "path_5_28": {
                                        "type": "def",
                                        "id": "path_5_28",
                                        "d": "M196 105  V 136",
                                        "startSlot": "bottom",
                                        "endSlot": "top"
                                    }
                                },
                                "lines": {
                                    "line_path_28_13": {
                                        "type": "line",
                                        "id": "line_path_28_13",
                                        "href": "#path_28_13",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    },
                                    "line_path_28_7": {
                                        "type": "line",
                                        "id": "line_path_28_7",
                                        "href": "#path_28_7",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    },
                                    "line_path_14_7": {
                                        "type": "line",
                                        "id": "line_path_14_7",
                                        "href": "#path_14_7",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    },
                                    "line_path_28_22": {
                                        "type": "line",
                                        "id": "line_path_28_22",
                                        "href": "#path_28_22",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    },
                                    "line_path_28_33": {
                                        "type": "line",
                                        "id": "line_path_28_33",
                                        "href": "#path_28_33",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    },
                                    "line_path_7_39": {
                                        "type": "line",
                                        "id": "line_path_7_39",
                                        "href": "#path_7_39",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    },
                                    "line_path_7_43": {
                                        "type": "line",
                                        "id": "line_path_7_43",
                                        "href": "#path_7_43",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    },
                                    "line_path_7_47": {
                                        "type": "line",
                                        "id": "line_path_7_47",
                                        "href": "#path_7_47",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    },
                                    "line_path_7_51": {
                                        "type": "line",
                                        "id": "line_path_7_51",
                                        "href": "#path_7_51",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    },
                                    "line_path_5_28": {
                                        "type": "line",
                                        "id": "line_path_5_28",
                                        "href": "#path_5_28",
                                        "color": "rgb(0, 0, 0)",
                                        "shadow": ""
                                    }
                                },
                                "animations": {
                                    "anim_path_28_13": {
                                        "type": "animation",
                                        "id": "anim_path_28_13",
                                        "href": "#path_28_13",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 1,
                                        "threshold": 0,
                                        "animation_properties": "negative",
                                        "animation_option": true,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": "dots"
                                    },
                                    "anim_path_28_7": {
                                        "type": "animation",
                                        "id": "anim_path_28_7",
                                        "href": "#path_28_7",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 4,
                                        "threshold": 0,
                                        "animation_properties": "negative",
                                        "animation_option": true,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": -1
                                    },
                                    "anim_path_14_7": {
                                        "type": "animation",
                                        "id": "anim_path_14_7",
                                        "href": "#path_14_7",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 3,
                                        "threshold": 5,
                                        "animation_properties": "positive",
                                        "animation_option": true,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": -1
                                    },
                                    "anim_path_28_22": {
                                        "type": "animation",
                                        "id": "anim_path_28_22",
                                        "href": "#path_28_22",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 7,
                                        "threshold": 0,
                                        "animation_properties": "positive",
                                        "animation_option": false,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": -1
                                    },
                                    "anim_path_28_33": {
                                        "type": "animation",
                                        "id": "anim_path_28_33",
                                        "href": "#path_28_33",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 5,
                                        "threshold": 0,
                                        "animation_properties": "positive",
                                        "animation_option": false,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": -1
                                    },
                                    "anim_path_7_39": {
                                        "type": "animation",
                                        "id": "anim_path_7_39",
                                        "href": "#path_7_39",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 12,
                                        "threshold": 1,
                                        "animation_properties": "positive",
                                        "animation_option": false,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": -1
                                    },
                                    "anim_path_7_43": {
                                        "type": "animation",
                                        "id": "anim_path_7_43",
                                        "href": "#path_7_43",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 13,
                                        "threshold": 1,
                                        "animation_properties": "positive",
                                        "animation_option": false,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": -1
                                    },
                                    "anim_path_7_47": {
                                        "type": "animation",
                                        "id": "anim_path_7_47",
                                        "href": "#path_7_47",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 17,
                                        "threshold": 1,
                                        "animation_properties": "positive",
                                        "animation_option": false,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": -1
                                    },
                                    "anim_path_7_51": {
                                        "type": "animation",
                                        "id": "anim_path_7_51",
                                        "href": "#path_7_51",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 11,
                                        "threshold": 0,
                                        "animation_properties": "positive",
                                        "animation_option": false,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": -1
                                    },
                                    "anim_path_5_28": {
                                        "type": "animation",
                                        "id": "anim_path_5_28",
                                        "href": "#path_5_28",
                                        "color": "rgb(255, 206, 74)",
                                        "source": 0,
                                        "threshold": 0,
                                        "animation_properties": "positive",
                                        "animation_option": false,
                                        "dots": 0,
                                        "duration": 0,
                                        "power": 0,
                                        "animation_type": -1
                                    }
                                },
                                "datasources": {
                                    "0": {
                                        "source": "modbus.0.inputRegisters.3.30775_Wirkleistung_gesamt",
                                        "alias": "PV-Garage"
                                    },
                                    "1": {
                                        "source": "modbus.1.inputRegisters.3.30775_PowerAC",
                                        "alias": "Speicher"
                                    },
                                    "2": {
                                        "source": "modbus.1.inputRegisters.3.30845_BAT_SoC",
                                        "alias": "SoC"
                                    },
                                    "3": {
                                        "source": "tibberlink.0.Homes.08f1e516-72bd-4c0f-8831-94d02de9370a.LiveMeasurement.power",
                                        "alias": "Grid"
                                    },
                                    "4": {
                                        "source": "sonoff.0.Zaehler-Keller.Garage_Power_curr",
                                        "alias": "Garage"
                                    },
                                    "5": {
                                        "source": "modbus.2.inputRegisters.30053_P1-3",
                                        "alias": "Garten"
                                    },
                                    "6": {
                                        "source": "energiefluss-erweitert.0.calculation.consumption.consumption",
                                        "alias": "Verbrauch"
                                    },
                                    "7": {
                                        "source": "0_userdata.0.Garten&Auto",
                                        "alias": "Auto"
                                    },
                                    "8": {
                                        "source": "sonoff.0.Zaehler-Garage.POWER3",
                                        "alias": "Garage-zu"
                                    },
                                    "9": {
                                        "source": "0_userdata.0.Auto-angeschlossen",
                                        "alias": "EVPlugState"
                                    },
                                    "11": {
                                        "source": "sonoff.0.SP111.ENERGY_Power",
                                        "alias": "SP111"
                                    },
                                    "12": {
                                        "source": "sonoff.0.Waschmaschine.ENERGY_Power",
                                        "alias": "Waschen"
                                    },
                                    "13": {
                                        "source": "sonoff.0.Trockner.ENERGY_Power",
                                        "alias": "Trockner"
                                    },
                                    "14": {
                                        "source": "energiefluss-erweitert.0.calculation.battery.remaining",
                                        "alias": "Restzeit"
                                    },
                                    "15": {
                                        "source": "sonoff.0.SP111.POWER",
                                        "alias": "SP111-Power"
                                    },
                                    "16": {
                                        "source": "sonoff.0.3D-Drucker.POWER",
                                        "alias": "3d-Drucker-Power"
                                    },
                                    "17": {
                                        "source": "sonoff.0.3D-Drucker.ENERGY_Power",
                                        "alias": "3d-Drucker"
                                    }
                                }
                            }
                            
                            HomoranH SKBS 2 Antworten Letzte Antwort
                            0
                            • Elektrofix-OLE Elektrofix-OL

                              @skb said in Test Adapter Energiefluss-erweitert v0.1.x GitHub/Latest:

                              @elektrofix-ol ioBroker Admin läuft auf 8081 und der Webserver schon auf 8082.

                              Außerdem ist diese Lösung nur Benutzern zu empfehlen, die Ahnung davon haben.

                              Generell ein Port-Fowarding auf einen Dienst ist auch nicht sicher - Reverse Proxy davor läuft besser und sicherer.

                              Die Port können verändert werden und im ICE sind 8081-8083 gesperrt. Reverse Proxy habe ich noch nicht hinbekommen und VPN lässt mein Dienstrechner nicht zu, also diese risikoreicheren Weg.
                              Es muss jeder Mensch schauen, wie er die Sicherheit bewertet und IoT-Geräte sollten sowieso in getrennten Netz sein, so meine Meinung.

                              Aber zurück zum Thema.
                              Den Adapter habe ich auf einen WindowsRechner aufgerufen und die Batterie war animiert. Dann habe ich zwei Schalter eingefügt und stellte fest, das zwei Datenpunkte sich nicht mehr ändern lassen, erneut berichtigt und plötzlich starte der Adapter nicht mehr. Im Protokoll ist folgenden zu finden:

                              2024-01-02 19:05:19.097 - info: host.IoBroker "system.adapter.energiefluss-erweitert.0" enabled
                              2024-01-02 19:05:19.338 - info: host.IoBroker instance system.adapter.energiefluss-erweitert.0 started with pid 159504
                              2024-01-02 19:05:22.176 - info: energiefluss-erweitert.0 (159504) starting. Version 0.1.0 (non-npm: SKB-CGN/ioBroker.energiefluss-erweitert#9d23d4faae89158079e9020ecb6874a7a0369246) in /opt/iobroker/node_modules/iobroker.energiefluss-erweitert, node: v18.18.2, js-controller: 5.0.17
                              2024-01-02 19:05:22.269 - info: energiefluss-erweitert.0 (159504) Adapter started. Loading config!
                              2024-01-02 19:05:22.397 - error: energiefluss-erweitert.0 (159504) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              2024-01-02 19:05:22.399 - error: energiefluss-erweitert.0 (159504) unhandled promise rejection: Cannot read properties of undefined (reading 'source')
                              2024-01-02 19:05:22.401 - error: energiefluss-erweitert.0 (159504) TypeError: Cannot read properties of undefined (reading 'source')
                              at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1269:85)
                              2024-01-02 19:05:22.402 - error: energiefluss-erweitert.0 (159504) Cannot read properties of undefined (reading 'source')
                              2024-01-02 19:05:22.411 - info: energiefluss-erweitert.0 (159504) Cleared interval for relative values!
                              2024-01-02 19:05:22.412 - info: energiefluss-erweitert.0 (159504) terminating
                              2024-01-02 19:05:22.415 - warn: energiefluss-erweitert.0 (159504) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2024-01-02 19:05:22.421 - info: web.0 (158813) ==> Connected system.user.admin from ::ffff:192.168.178.44
                              2024-01-02 19:05:22.918 - info: energiefluss-erweitert.0 (159504) terminating
                              2024-01-02 19:05:23.034 - error: host.IoBroker instance system.adapter.energiefluss-erweitert.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                              2024-01-02 19:05:23.034 - info: host.IoBroker Restart adapter system.adapter.energiefluss-erweitert.0 because enabled
                              2024-01-02 19:05:44.314 - info: host.IoBroker instance system.adapter.energiefluss-erweitert.0 started with pid 159525
                              2024-01-02 19:05:46.888 - info: energiefluss-erweitert.0 (159525) starting. Version 0.1.0 (non-npm: SKB-CGN/ioBroker.energiefluss-erweitert#9d23d4faae89158079e9020ecb6874a7a0369246) in /opt/iobroker/node_modules/iobroker.energiefluss-erweitert, node: v18.18.2, js-controller: 5.0.17
                              2024-01-02 19:05:46.977 - info: energiefluss-erweitert.0 (159525) Adapter started. Loading config!
                              2024-01-02 19:05:47.229 - error: energiefluss-erweitert.0 (159525) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              2024-01-02 19:05:47.230 - error: energiefluss-erweitert.0 (159525) unhandled promise rejection: Cannot read properties of undefined (reading 'source')
                              2024-01-02 19:05:47.231 - error: energiefluss-erweitert.0 (159525) TypeError: Cannot read properties of undefined (reading 'source')
                              at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1269:85)
                              2024-01-02 19:05:47.232 - error: energiefluss-erweitert.0 (159525) Cannot read properties of undefined (reading 'source')
                              2024-01-02 19:05:47.241 - info: energiefluss-erweitert.0 (159525) Cleared interval for relative values!
                              2024-01-02 19:05:47.242 - info: energiefluss-erweitert.0 (159525) terminating
                              2024-01-02 19:05:47.244 - warn: energiefluss-erweitert.0 (159525) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2024-01-02 19:05:47.748 - info: energiefluss-erweitert.0 (159525) terminating
                              2024-01-02 19:05:47.866 - error: host.IoBroker instance system.adapter.energiefluss-erweitert.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                              2024-01-02 19:05:47.866 - info: host.IoBroker Restart adapter system.adapter.energiefluss-erweitert.0 because enabled
                              

                              Wenn ich ihn neu starte geht er kurz auf Grün, dann sofort wieder auf rot. Hat jemand eine Idee?

                              Edit: jetzt mit Log im Code-Format, hoffe ich habe alles erwischt.
                              Hier habe ich das Log, was bei Speicher erstellt wird:

                              {
                                  "basic": {
                                      "enable_grid": true,
                                      "enable_animation": false,
                                      "enable_area_catch": true,
                                      "enable_config_icon": true,
                                      "enable_last_id": false,
                                      "enable_icon_proxy": false,
                                      "enable_low_performance": false,
                                      "height": 485,
                                      "width": 753,
                                      "styles": "/* Icons for Battery */\r\n:root {\r\n    --empty: 'M16,20H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z';\r\n    --low: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16';\r\n    --medium: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 11.5H9V14.5H15V11.5Z';\r\n    --high: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 7H9V10H15V7M15 11.5H9V14.5H15V11.5Z';\r\n}\r\n \r\n.battery_charge path {\r\n    animation: charge 4s linear infinite;\r\n}\r\n \r\n.battery_discharge path {\r\n    animation: discharge 4s linear infinite;\r\n}\r\n \r\n/* Animation for battery */\r\n@keyframes charge {\r\n    0% {\r\n        d: path(var(--empty));\r\n    }\r\n \r\n    25% {\r\n        d: path(var(--low));\r\n    }\r\n \r\n    50% {\r\n        d: path(var(--medium));\r\n    }\r\n \r\n    75% {\r\n        d: path(var(--high));\r\n    }\r\n}\r\n \r\n@keyframes discharge {\r\n    0% {\r\n        d: path(var(--high));\r\n    }\r\n \r\n    25% {\r\n        d: path(var(--medium));\r\n    }\r\n \r\n    50% {\r\n        d: path(var(--low));\r\n    }\r\n \r\n    75% {\r\n \r\n        d: path(var(--empty));\r\n    }\r\n}\r\n",
                                      "font": {
                                          "family": "\"Arial\", sans-serif",
                                          "size": "20",
                                          "color": "",
                                          "fill": "",
                                          "align": "middle"
                                      },
                                      "rect": {
                                          "height": 100,
                                          "width": 100,
                                          "corners": 10
                                      },
                                      "circle": {
                                          "radius": 50
                                      },
                                      "elm": {
                                          "stroke_width": 5,
                                          "color": "",
                                          "fill": "",
                                          "pos_x": 50,
                                          "pos_y": 50
                                      },
                                      "icon": {
                                          "height": 24,
                                          "width": 24,
                                          "color": ""
                                      }
                                  },
                                  "calculation": {
                                      "battery": {
                                          "dod": 10,
                                          "capacity": 28800,
                                          "percent": 2,
                                          "charge": 1,
                                          "charge_prop": true,
                                          "charge_kw": false,
                                          "discharge": 1,
                                          "discharge_prop": false,
                                          "discharge_kw": false
                                      },
                                      "consumption": {
                                          "production": [
                                              "0"
                                          ],
                                          "production_kw": false,
                                          "gridFeed": 4,
                                          "gridFeed_kw": false,
                                          "gridFeed_prop": true,
                                          "gridConsume": 4,
                                          "gridConsume_kw": false,
                                          "gridConsume_prop": false,
                                          "batteryCharge": 1,
                                          "batteryCharge_kw": false,
                                          "batteryCharge_prop": true,
                                          "batteryDischarge": 1,
                                          "batteryDischarge_kw": false,
                                          "batteryDischarge_prop": false
                                      }
                                  },
                                  "animation": {
                                      "stroke": "#ffce4a",
                                      "stroke_dasharray": "10 17 10 17 10  72",
                                      "stroke_width": "6",
                                      "animation_duration": "2000",
                                      "stroke_linecap": "round",
                                      "animation_timing_function": "linear"
                                  },
                                  "animation_configuration": {
                                      "dots": "3",
                                      "distance": "17",
                                      "length": "10"
                                  },
                                  "line": {
                                      "stroke_width": "8",
                                      "stroke": "#000000"
                                  },
                                  "elements": {
                                      "2": {
                                          "position": 0,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 2,
                                          "pos_x": 197,
                                          "pos_y": 52,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 2",
                                          "unit": "W",
                                          "source": 0,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 1,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "5": {
                                          "position": 1,
                                          "type": "rect",
                                          "id": 5,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 146,
                                          "pos_y": 4,
                                          "fill": "none",
                                          "color": "rgb(255, 206, 74)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_type": "percent",
                                          "fill_direction": 90,
                                          "border_type": -1,
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_reverse": false,
                                          "border_start": null,
                                          "source": -1,
                                          "threshold": 0
                                      },
                                      "6": {
                                          "position": 0,
                                          "type": "icon",
                                          "id": "6",
                                          "icon": "mdi:solar-panel",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgba(0, 0, 0, 0.7)",
                                          "pos_x": "185",
                                          "pos_y": "11",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "7": {
                                          "position": 2,
                                          "type": "rect",
                                          "id": 7,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 480,
                                          "pos_y": 137,
                                          "fill": "none",
                                          "color": "rgb(255, 206, 74)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_type": "percent",
                                          "fill_direction": 90,
                                          "border_type": -1,
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_reverse": false,
                                          "border_start": null,
                                          "source": -1,
                                          "threshold": 0
                                      },
                                      "9": {
                                          "position": 1,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 9,
                                          "pos_x": 530,
                                          "pos_y": 186,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 9",
                                          "unit": "W",
                                          "source": 4,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": true,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              "3"
                                          ],
                                          "add": [
                                              "10",
                                              "11",
                                              "13",
                                              "12"
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "10": {
                                          "position": 2,
                                          "type": "text",
                                          "id": 10,
                                          "pos_x": 197,
                                          "pos_y": 84,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "PV-Garage",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "11": {
                                          "position": 3,
                                          "type": "text",
                                          "id": 11,
                                          "pos_x": 530,
                                          "pos_y": 213,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "Verbrauch",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "12": {
                                          "position": 1,
                                          "type": "icon",
                                          "id": "12",
                                          "icon": "emojione:house",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgba(0, 0, 0, 0.7)",
                                          "pos_x": "518",
                                          "pos_y": "143",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "13": {
                                          "position": 0,
                                          "type": "rect",
                                          "id": 13,
                                          "rx": 10,
                                          "height": 126,
                                          "width": 100,
                                          "pos_x": 4,
                                          "pos_y": 124,
                                          "fill": "none",
                                          "color": "rgb(161, 211, 67)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_value": "rgb(161,211,67)",
                                          "fill_type": "value",
                                          "fill_direction": 90,
                                          "fill_max": 100,
                                          "border_type": -1,
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_reverse": false,
                                          "border_start": 90,
                                          "source": 2,
                                          "threshold": 0
                                      },
                                      "14": {
                                          "position": 3,
                                          "type": "rect",
                                          "id": 14,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 480,
                                          "pos_y": 4,
                                          "fill": "none",
                                          "color": "rgba(97, 104, 122, 0.7)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_type": "percent",
                                          "fill_direction": 90,
                                          "border_type": -1,
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_reverse": false,
                                          "border_start": null,
                                          "source": -1,
                                          "threshold": 0
                                      },
                                      "15": {
                                          "position": 4,
                                          "type": "text",
                                          "id": 15,
                                          "pos_x": 53,
                                          "pos_y": 204,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "Batterie\nreicht noch",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "16": {
                                          "position": 5,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 16,
                                          "pos_x": 53,
                                          "pos_y": 171,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 16",
                                          "unit": "W",
                                          "source": 1,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": true,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "18": {
                                          "position": 6,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 18,
                                          "pos_x": 53,
                                          "pos_y": 191,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "ID 18",
                                          "unit": "%",
                                          "source": 2,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "19": {
                                          "position": 7,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 19,
                                          "pos_x": 530,
                                          "pos_y": 52,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 19",
                                          "unit": "W",
                                          "source": 3,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": true,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "20": {
                                          "position": 2,
                                          "type": "icon",
                                          "id": "20",
                                          "icon": "mdi:electricity-from-grid",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgba(0, 0, 0, 0.7)",
                                          "pos_x": "518",
                                          "pos_y": "10",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "21": {
                                          "position": 8,
                                          "type": "text",
                                          "id": 21,
                                          "pos_x": 530,
                                          "pos_y": 80,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "Netz",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "22": {
                                          "position": 4,
                                          "type": "rect",
                                          "id": 22,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 205,
                                          "pos_y": 273,
                                          "fill": "rgba(0, 0, 255, 0.29)",
                                          "color": "rgb(0, 0, 255)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_value": "#00D1FF00",
                                          "fill_type": "value",
                                          "fill_direction": 90,
                                          "fill_max": 1,
                                          "border_value": "#CBD9FF",
                                          "border_type": "value",
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_max": 1,
                                          "border_reverse": false,
                                          "border_start": 90,
                                          "source": 9,
                                          "threshold": 0
                                      },
                                      "23": {
                                          "position": 3,
                                          "type": "icon",
                                          "id": "23",
                                          "icon": "material-symbols:electric-car",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgba(0, 0, 0, 0.7)",
                                          "pos_x": "243",
                                          "pos_y": "279",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "24": {
                                          "position": 9,
                                          "type": "text",
                                          "id": 24,
                                          "pos_x": 255,
                                          "pos_y": 349,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "Auto",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "26": {
                                          "position": 10,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 26,
                                          "pos_x": 255,
                                          "pos_y": 323,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 26",
                                          "unit": "W",
                                          "source": 7,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "28": {
                                          "position": 5,
                                          "type": "rect",
                                          "id": 28,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 146,
                                          "pos_y": 137,
                                          "fill": "rgba(255, 15, 67, 0.294)",
                                          "color": "rgb(0, 255, 68)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_value": "#FF0F4300",
                                          "fill_type": "value",
                                          "fill_direction": 90,
                                          "fill_max": 1,
                                          "border_value": "#F20E40",
                                          "border_type": "value",
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_max": 1,
                                          "border_reverse": false,
                                          "border_start": 90,
                                          "source": 8,
                                          "threshold": 0
                                      },
                                      "30": {
                                          "position": 4,
                                          "type": "icon",
                                          "id": "30",
                                          "icon": "mdi:garage",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgb(0, 0, 0)",
                                          "pos_x": "182",
                                          "pos_y": "146",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "31": {
                                          "position": 11,
                                          "type": "text",
                                          "id": 31,
                                          "pos_x": 194,
                                          "pos_y": 217,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "Garage",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "32": {
                                          "position": 12,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 32,
                                          "pos_x": 194,
                                          "pos_y": 186,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 32",
                                          "unit": "W",
                                          "source": 6,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 1,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              "7",
                                              "5"
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "33": {
                                          "position": 6,
                                          "type": "rect",
                                          "id": 33,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 95,
                                          "pos_y": 274,
                                          "fill": "none",
                                          "color": "rgb(197, 144, 46)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_type": -1,
                                          "fill_direction": 90,
                                          "border_type": -1,
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_reverse": false,
                                          "border_start": null,
                                          "source": 9,
                                          "threshold": 0
                                      },
                                      "34": {
                                          "position": 13,
                                          "type": "text",
                                          "id": 34,
                                          "pos_x": 145,
                                          "pos_y": 351,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "Garten",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "35": {
                                          "position": 14,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 35,
                                          "pos_x": 145,
                                          "pos_y": 324,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 35",
                                          "unit": "W",
                                          "source": 5,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "36": {
                                          "position": 5,
                                          "type": "icon",
                                          "id": "36",
                                          "icon": "twemoji:desert-island",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgb(0, 0, 0)",
                                          "pos_x": "133",
                                          "pos_y": "280",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "37": {
                                          "position": 6,
                                          "type": "icon",
                                          "id": "37",
                                          "icon": "mdi:battery-high",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgb(0, 0, 0)",
                                          "pos_x": "41",
                                          "pos_y": "133",
                                          "shadow": "",
                                          "css_active_positive": "battery_discharge",
                                          "css_active_negative": "battery_charge",
                                          "source": 1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "38": {
                                          "position": 15,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 38,
                                          "pos_x": 370,
                                          "pos_y": 172,
                                          "color": "none",
                                          "fill": "rgb(0, 181, 221)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 10,
                                          "align": "middle",
                                          "text": "ID 38",
                                          "unit": "W",
                                          "source": 4,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "auto",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "39": {
                                          "position": 7,
                                          "type": "rect",
                                          "id": 39,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 314,
                                          "pos_y": 274,
                                          "fill": "none",
                                          "color": "rgb(197, 144, 46)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_type": -1,
                                          "fill_direction": 90,
                                          "border_type": -1,
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_reverse": false,
                                          "border_start": null,
                                          "source": 12,
                                          "threshold": 0
                                      },
                                      "40": {
                                          "position": 16,
                                          "type": "text",
                                          "id": 40,
                                          "pos_x": 364,
                                          "pos_y": 351,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "Waschen",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "41": {
                                          "position": 17,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 41,
                                          "pos_x": 364,
                                          "pos_y": 324,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 41",
                                          "unit": "W",
                                          "source": 12,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "42": {
                                          "position": 7,
                                          "type": "icon",
                                          "id": "42",
                                          "icon": "mingcute:wash-machine-fill",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgb(0, 0, 0)",
                                          "pos_x": "352",
                                          "pos_y": "280",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "43": {
                                          "position": 8,
                                          "type": "rect",
                                          "id": 43,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 425,
                                          "pos_y": 274,
                                          "fill": "none",
                                          "color": "rgb(197, 144, 46)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_type": -1,
                                          "fill_direction": 90,
                                          "border_type": -1,
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_reverse": false,
                                          "border_start": null,
                                          "source": 12,
                                          "threshold": 0
                                      },
                                      "44": {
                                          "position": 18,
                                          "type": "text",
                                          "id": 44,
                                          "pos_x": 475,
                                          "pos_y": 351,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "Trockner",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "45": {
                                          "position": 19,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 45,
                                          "pos_x": 475,
                                          "pos_y": 324,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 45",
                                          "unit": "W",
                                          "source": 13,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "46": {
                                          "position": 8,
                                          "type": "icon",
                                          "id": "46",
                                          "icon": "mingcute:wash-machine-line",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgb(0, 0, 0)",
                                          "pos_x": "463",
                                          "pos_y": "280",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "47": {
                                          "position": 9,
                                          "type": "rect",
                                          "id": 47,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 537,
                                          "pos_y": 274,
                                          "fill": "none",
                                          "color": "rgb(197, 144, 46)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_value": "#F20E4075",
                                          "fill_type": "value",
                                          "fill_direction": 90,
                                          "fill_max": 1,
                                          "border_type": -1,
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_reverse": false,
                                          "border_start": null,
                                          "source": 16,
                                          "threshold": 0
                                      },
                                      "48": {
                                          "position": 20,
                                          "type": "text",
                                          "id": 48,
                                          "pos_x": 587,
                                          "pos_y": 351,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "3d-Drucker",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "50": {
                                          "position": 9,
                                          "type": "icon",
                                          "id": "50",
                                          "icon": "eos-icons:3d-print",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgb(0, 0, 0)",
                                          "pos_x": "575",
                                          "pos_y": "280",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "51": {
                                          "position": 10,
                                          "type": "rect",
                                          "id": 51,
                                          "rx": 10,
                                          "height": 100,
                                          "width": 100,
                                          "pos_x": 648,
                                          "pos_y": 274,
                                          "fill": "none",
                                          "color": "rgb(197, 144, 46)",
                                          "stroke": 2,
                                          "shadow": "rgba(0, 0, 0, 0.7)",
                                          "frame": "_overlay",
                                          "fill_value": "#F20E4075",
                                          "fill_type": "value",
                                          "fill_direction": 90,
                                          "fill_max": 1,
                                          "border_type": -1,
                                          "border_direction": "cw",
                                          "border_style": "round",
                                          "border_max": 1,
                                          "border_reverse": false,
                                          "border_start": null,
                                          "source": 15,
                                          "threshold": 0
                                      },
                                      "52": {
                                          "position": 21,
                                          "type": "text",
                                          "id": 52,
                                          "pos_x": 698,
                                          "pos_y": 351,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "SP111",
                                          "shadow": "",
                                          "frame": "_overlay"
                                      },
                                      "53": {
                                          "position": 22,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 53,
                                          "pos_x": 698,
                                          "pos_y": 324,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 53",
                                          "unit": "W",
                                          "source": 11,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "54": {
                                          "position": 10,
                                          "type": "icon",
                                          "id": "54",
                                          "icon": "icon-park-outline:ipad",
                                          "width": 24,
                                          "height": 24,
                                          "color": "rgb(0, 0, 0)",
                                          "pos_x": "686",
                                          "pos_y": "280",
                                          "shadow": "",
                                          "source": -1,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "none"
                                      },
                                      "56": {
                                          "position": 23,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 56,
                                          "pos_x": 53,
                                          "pos_y": 237,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 14,
                                          "align": "middle",
                                          "text": "ID 56",
                                          "unit": "",
                                          "source": 14,
                                          "source_option": -1,
                                          "source_display": "text",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      },
                                      "57": {
                                          "position": 11,
                                          "type": "icon",
                                          "id": "57",
                                          "icon": "icomoon-free:switch",
                                          "width": 40,
                                          "height": 40,
                                          "color": "rgb(0, 0, 0)",
                                          "pos_x": "678",
                                          "pos_y": "393",
                                          "shadow": "",
                                          "source": 15,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "toggle"
                                      },
                                      "58": {
                                          "position": 12,
                                          "type": "icon",
                                          "id": "58",
                                          "icon": "icomoon-free:switch",
                                          "width": 40,
                                          "height": 40,
                                          "color": "rgb(0, 0, 0)",
                                          "pos_x": "567",
                                          "pos_y": "393",
                                          "shadow": "",
                                          "source": 16,
                                          "threshold": 0,
                                          "frame": "_overlay",
                                          "action": "toggle"
                                      },
                                      "59": {
                                          "position": 24,
                                          "type": "text",
                                          "subType": "datasource",
                                          "id": 59,
                                          "pos_x": 587,
                                          "pos_y": 323,
                                          "color": "none",
                                          "fill": "rgb(0, 0, 0)",
                                          "font_family": "Arial, sans-serif",
                                          "font_size": 18,
                                          "align": "middle",
                                          "text": "ID 59",
                                          "unit": "W",
                                          "source": 17,
                                          "source_option": -1,
                                          "source_display": "value",
                                          "shadow": "",
                                          "threshold": 0,
                                          "calculate_kw": "none",
                                          "counter_animation": false,
                                          "convert": false,
                                          "decimal_places": 0,
                                          "action": "none",
                                          "subtract": [
                                              -1
                                          ],
                                          "add": [
                                              -1
                                          ],
                                          "frame": "_overlay"
                                      }
                                  },
                                  "defs": {
                                      "path_28_13": {
                                          "type": "def",
                                          "id": "path_28_13",
                                          "d": "M145 187  H 105",
                                          "startSlot": "left",
                                          "endSlot": "right"
                                      },
                                      "path_28_7": {
                                          "type": "def",
                                          "id": "path_28_7",
                                          "d": "M247 187  H 479",
                                          "startSlot": "right",
                                          "endSlot": "left"
                                      },
                                      "path_14_7": {
                                          "type": "def",
                                          "id": "path_14_7",
                                          "d": "M530 105  V 136",
                                          "startSlot": "bottom",
                                          "endSlot": "top"
                                      },
                                      "path_28_22": {
                                          "type": "def",
                                          "id": "path_28_22",
                                          "d": "M216 238  V 244.8 A 15 15 0 0 0 231 259.8  H 240 A 15 15 0 0 1 255 274.8  V 272",
                                          "startSlot": "bottom_right",
                                          "endSlot": "top"
                                      },
                                      "path_28_33": {
                                          "type": "def",
                                          "id": "path_28_33",
                                          "d": "M176 238  V 245 A 15 15 0 0 1 161 260  H 160 A 15 15 0 0 0 145 275  V 273",
                                          "startSlot": "bottom_left",
                                          "endSlot": "top"
                                      },
                                      "path_7_39": {
                                          "type": "def",
                                          "id": "path_7_39",
                                          "d": "M510 238  V 245 A 15 15 0 0 1 495 260  H 379 A 15 15 0 0 0 364 275  V 273",
                                          "startSlot": "bottom_left",
                                          "endSlot": "top"
                                      },
                                      "path_7_43": {
                                          "type": "def",
                                          "id": "path_7_43",
                                          "d": "M510 238  V 245 A 15 15 0 0 1 495 260  H 490 A 15 15 0 0 0 475 275  V 273",
                                          "startSlot": "bottom_left",
                                          "endSlot": "top"
                                      },
                                      "path_7_47": {
                                          "type": "def",
                                          "id": "path_7_47",
                                          "d": "M550 238  V 245 A 15 15 0 0 0 565 260  H 572 A 15 15 0 0 1 587 275  V 273",
                                          "startSlot": "bottom_right",
                                          "endSlot": "top"
                                      },
                                      "path_7_51": {
                                          "type": "def",
                                          "id": "path_7_51",
                                          "d": "M550 238  V 245 A 15 15 0 0 0 565 260  H 683 A 15 15 0 0 1 698 275  V 273",
                                          "startSlot": "bottom_right",
                                          "endSlot": "top"
                                      },
                                      "path_5_28": {
                                          "type": "def",
                                          "id": "path_5_28",
                                          "d": "M196 105  V 136",
                                          "startSlot": "bottom",
                                          "endSlot": "top"
                                      }
                                  },
                                  "lines": {
                                      "line_path_28_13": {
                                          "type": "line",
                                          "id": "line_path_28_13",
                                          "href": "#path_28_13",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      },
                                      "line_path_28_7": {
                                          "type": "line",
                                          "id": "line_path_28_7",
                                          "href": "#path_28_7",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      },
                                      "line_path_14_7": {
                                          "type": "line",
                                          "id": "line_path_14_7",
                                          "href": "#path_14_7",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      },
                                      "line_path_28_22": {
                                          "type": "line",
                                          "id": "line_path_28_22",
                                          "href": "#path_28_22",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      },
                                      "line_path_28_33": {
                                          "type": "line",
                                          "id": "line_path_28_33",
                                          "href": "#path_28_33",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      },
                                      "line_path_7_39": {
                                          "type": "line",
                                          "id": "line_path_7_39",
                                          "href": "#path_7_39",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      },
                                      "line_path_7_43": {
                                          "type": "line",
                                          "id": "line_path_7_43",
                                          "href": "#path_7_43",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      },
                                      "line_path_7_47": {
                                          "type": "line",
                                          "id": "line_path_7_47",
                                          "href": "#path_7_47",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      },
                                      "line_path_7_51": {
                                          "type": "line",
                                          "id": "line_path_7_51",
                                          "href": "#path_7_51",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      },
                                      "line_path_5_28": {
                                          "type": "line",
                                          "id": "line_path_5_28",
                                          "href": "#path_5_28",
                                          "color": "rgb(0, 0, 0)",
                                          "shadow": ""
                                      }
                                  },
                                  "animations": {
                                      "anim_path_28_13": {
                                          "type": "animation",
                                          "id": "anim_path_28_13",
                                          "href": "#path_28_13",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 1,
                                          "threshold": 0,
                                          "animation_properties": "negative",
                                          "animation_option": true,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": "dots"
                                      },
                                      "anim_path_28_7": {
                                          "type": "animation",
                                          "id": "anim_path_28_7",
                                          "href": "#path_28_7",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 4,
                                          "threshold": 0,
                                          "animation_properties": "negative",
                                          "animation_option": true,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": -1
                                      },
                                      "anim_path_14_7": {
                                          "type": "animation",
                                          "id": "anim_path_14_7",
                                          "href": "#path_14_7",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 3,
                                          "threshold": 5,
                                          "animation_properties": "positive",
                                          "animation_option": true,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": -1
                                      },
                                      "anim_path_28_22": {
                                          "type": "animation",
                                          "id": "anim_path_28_22",
                                          "href": "#path_28_22",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 7,
                                          "threshold": 0,
                                          "animation_properties": "positive",
                                          "animation_option": false,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": -1
                                      },
                                      "anim_path_28_33": {
                                          "type": "animation",
                                          "id": "anim_path_28_33",
                                          "href": "#path_28_33",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 5,
                                          "threshold": 0,
                                          "animation_properties": "positive",
                                          "animation_option": false,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": -1
                                      },
                                      "anim_path_7_39": {
                                          "type": "animation",
                                          "id": "anim_path_7_39",
                                          "href": "#path_7_39",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 12,
                                          "threshold": 1,
                                          "animation_properties": "positive",
                                          "animation_option": false,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": -1
                                      },
                                      "anim_path_7_43": {
                                          "type": "animation",
                                          "id": "anim_path_7_43",
                                          "href": "#path_7_43",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 13,
                                          "threshold": 1,
                                          "animation_properties": "positive",
                                          "animation_option": false,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": -1
                                      },
                                      "anim_path_7_47": {
                                          "type": "animation",
                                          "id": "anim_path_7_47",
                                          "href": "#path_7_47",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 17,
                                          "threshold": 1,
                                          "animation_properties": "positive",
                                          "animation_option": false,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": -1
                                      },
                                      "anim_path_7_51": {
                                          "type": "animation",
                                          "id": "anim_path_7_51",
                                          "href": "#path_7_51",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 11,
                                          "threshold": 0,
                                          "animation_properties": "positive",
                                          "animation_option": false,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": -1
                                      },
                                      "anim_path_5_28": {
                                          "type": "animation",
                                          "id": "anim_path_5_28",
                                          "href": "#path_5_28",
                                          "color": "rgb(255, 206, 74)",
                                          "source": 0,
                                          "threshold": 0,
                                          "animation_properties": "positive",
                                          "animation_option": false,
                                          "dots": 0,
                                          "duration": 0,
                                          "power": 0,
                                          "animation_type": -1
                                      }
                                  },
                                  "datasources": {
                                      "0": {
                                          "source": "modbus.0.inputRegisters.3.30775_Wirkleistung_gesamt",
                                          "alias": "PV-Garage"
                                      },
                                      "1": {
                                          "source": "modbus.1.inputRegisters.3.30775_PowerAC",
                                          "alias": "Speicher"
                                      },
                                      "2": {
                                          "source": "modbus.1.inputRegisters.3.30845_BAT_SoC",
                                          "alias": "SoC"
                                      },
                                      "3": {
                                          "source": "tibberlink.0.Homes.08f1e516-72bd-4c0f-8831-94d02de9370a.LiveMeasurement.power",
                                          "alias": "Grid"
                                      },
                                      "4": {
                                          "source": "sonoff.0.Zaehler-Keller.Garage_Power_curr",
                                          "alias": "Garage"
                                      },
                                      "5": {
                                          "source": "modbus.2.inputRegisters.30053_P1-3",
                                          "alias": "Garten"
                                      },
                                      "6": {
                                          "source": "energiefluss-erweitert.0.calculation.consumption.consumption",
                                          "alias": "Verbrauch"
                                      },
                                      "7": {
                                          "source": "0_userdata.0.Garten&Auto",
                                          "alias": "Auto"
                                      },
                                      "8": {
                                          "source": "sonoff.0.Zaehler-Garage.POWER3",
                                          "alias": "Garage-zu"
                                      },
                                      "9": {
                                          "source": "0_userdata.0.Auto-angeschlossen",
                                          "alias": "EVPlugState"
                                      },
                                      "11": {
                                          "source": "sonoff.0.SP111.ENERGY_Power",
                                          "alias": "SP111"
                                      },
                                      "12": {
                                          "source": "sonoff.0.Waschmaschine.ENERGY_Power",
                                          "alias": "Waschen"
                                      },
                                      "13": {
                                          "source": "sonoff.0.Trockner.ENERGY_Power",
                                          "alias": "Trockner"
                                      },
                                      "14": {
                                          "source": "energiefluss-erweitert.0.calculation.battery.remaining",
                                          "alias": "Restzeit"
                                      },
                                      "15": {
                                          "source": "sonoff.0.SP111.POWER",
                                          "alias": "SP111-Power"
                                      },
                                      "16": {
                                          "source": "sonoff.0.3D-Drucker.POWER",
                                          "alias": "3d-Drucker-Power"
                                      },
                                      "17": {
                                          "source": "sonoff.0.3D-Drucker.ENERGY_Power",
                                          "alias": "3d-Drucker"
                                      }
                                  }
                              }
                              
                              HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #2111

                              @elektrofix-ol sagte in Test Adapter Energiefluss-erweitert v0.1.x GitHub/Latest:

                              hat jemand eine Idee?

                              ja!
                              bitte keinen Screenshot
                              Screenshot_20240102-191101_Firefox.jpg
                              sondern Text in code-tags!

                              https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              1 Antwort Letzte Antwort
                              0
                              • C c1olli

                                @skb
                                Also direkt auf mein Hausnetz zugreifen soll auf keinen Fall passieren.

                                Schön wäre es die Seite praktisch zu spiegeln und auf dem Webserver laufen zu lassen. So dass eben nur die Werte an den Webserver übergeben werden müssen.

                                Reverse Proxi sagt mir erst einmal nichts, da werde ich gleich mal googlen.

                                Aber wenn es so nicht geht ist es auch nicht schlimm, über ioBroker.pro kann ich ja auch zugreifen.

                                SKBS Offline
                                SKBS Offline
                                SKB
                                Developer Most Active
                                schrieb am zuletzt editiert von
                                #2112

                                @c1olli Spiegeln kann man die Seite nicht, da sie nicht statisch ist, sondern ständig mit neuen Werten aktualisiert wird.
                                Somit geht nur der Weg über VPN und/oder Iobroker.pro

                                ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                                Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                                C 1 Antwort Letzte Antwort
                                0
                                • SKBS SKB

                                  @c1olli Spiegeln kann man die Seite nicht, da sie nicht statisch ist, sondern ständig mit neuen Werten aktualisiert wird.
                                  Somit geht nur der Weg über VPN und/oder Iobroker.pro

                                  C Offline
                                  C Offline
                                  c1olli
                                  schrieb am zuletzt editiert von
                                  #2113

                                  @skb
                                  Kein Beinbruch - dann bleibe ich bei der Pro Lösung.

                                  Gruß
                                  Olli

                                  1 Antwort Letzte Antwort
                                  0
                                  • Elektrofix-OLE Elektrofix-OL

                                    @skb said in Test Adapter Energiefluss-erweitert v0.1.x GitHub/Latest:

                                    @elektrofix-ol ioBroker Admin läuft auf 8081 und der Webserver schon auf 8082.

                                    Außerdem ist diese Lösung nur Benutzern zu empfehlen, die Ahnung davon haben.

                                    Generell ein Port-Fowarding auf einen Dienst ist auch nicht sicher - Reverse Proxy davor läuft besser und sicherer.

                                    Die Port können verändert werden und im ICE sind 8081-8083 gesperrt. Reverse Proxy habe ich noch nicht hinbekommen und VPN lässt mein Dienstrechner nicht zu, also diese risikoreicheren Weg.
                                    Es muss jeder Mensch schauen, wie er die Sicherheit bewertet und IoT-Geräte sollten sowieso in getrennten Netz sein, so meine Meinung.

                                    Aber zurück zum Thema.
                                    Den Adapter habe ich auf einen WindowsRechner aufgerufen und die Batterie war animiert. Dann habe ich zwei Schalter eingefügt und stellte fest, das zwei Datenpunkte sich nicht mehr ändern lassen, erneut berichtigt und plötzlich starte der Adapter nicht mehr. Im Protokoll ist folgenden zu finden:

                                    2024-01-02 19:05:19.097 - info: host.IoBroker "system.adapter.energiefluss-erweitert.0" enabled
                                    2024-01-02 19:05:19.338 - info: host.IoBroker instance system.adapter.energiefluss-erweitert.0 started with pid 159504
                                    2024-01-02 19:05:22.176 - info: energiefluss-erweitert.0 (159504) starting. Version 0.1.0 (non-npm: SKB-CGN/ioBroker.energiefluss-erweitert#9d23d4faae89158079e9020ecb6874a7a0369246) in /opt/iobroker/node_modules/iobroker.energiefluss-erweitert, node: v18.18.2, js-controller: 5.0.17
                                    2024-01-02 19:05:22.269 - info: energiefluss-erweitert.0 (159504) Adapter started. Loading config!
                                    2024-01-02 19:05:22.397 - error: energiefluss-erweitert.0 (159504) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2024-01-02 19:05:22.399 - error: energiefluss-erweitert.0 (159504) unhandled promise rejection: Cannot read properties of undefined (reading 'source')
                                    2024-01-02 19:05:22.401 - error: energiefluss-erweitert.0 (159504) TypeError: Cannot read properties of undefined (reading 'source')
                                    at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1269:85)
                                    2024-01-02 19:05:22.402 - error: energiefluss-erweitert.0 (159504) Cannot read properties of undefined (reading 'source')
                                    2024-01-02 19:05:22.411 - info: energiefluss-erweitert.0 (159504) Cleared interval for relative values!
                                    2024-01-02 19:05:22.412 - info: energiefluss-erweitert.0 (159504) terminating
                                    2024-01-02 19:05:22.415 - warn: energiefluss-erweitert.0 (159504) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2024-01-02 19:05:22.421 - info: web.0 (158813) ==> Connected system.user.admin from ::ffff:192.168.178.44
                                    2024-01-02 19:05:22.918 - info: energiefluss-erweitert.0 (159504) terminating
                                    2024-01-02 19:05:23.034 - error: host.IoBroker instance system.adapter.energiefluss-erweitert.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2024-01-02 19:05:23.034 - info: host.IoBroker Restart adapter system.adapter.energiefluss-erweitert.0 because enabled
                                    2024-01-02 19:05:44.314 - info: host.IoBroker instance system.adapter.energiefluss-erweitert.0 started with pid 159525
                                    2024-01-02 19:05:46.888 - info: energiefluss-erweitert.0 (159525) starting. Version 0.1.0 (non-npm: SKB-CGN/ioBroker.energiefluss-erweitert#9d23d4faae89158079e9020ecb6874a7a0369246) in /opt/iobroker/node_modules/iobroker.energiefluss-erweitert, node: v18.18.2, js-controller: 5.0.17
                                    2024-01-02 19:05:46.977 - info: energiefluss-erweitert.0 (159525) Adapter started. Loading config!
                                    2024-01-02 19:05:47.229 - error: energiefluss-erweitert.0 (159525) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2024-01-02 19:05:47.230 - error: energiefluss-erweitert.0 (159525) unhandled promise rejection: Cannot read properties of undefined (reading 'source')
                                    2024-01-02 19:05:47.231 - error: energiefluss-erweitert.0 (159525) TypeError: Cannot read properties of undefined (reading 'source')
                                    at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1269:85)
                                    2024-01-02 19:05:47.232 - error: energiefluss-erweitert.0 (159525) Cannot read properties of undefined (reading 'source')
                                    2024-01-02 19:05:47.241 - info: energiefluss-erweitert.0 (159525) Cleared interval for relative values!
                                    2024-01-02 19:05:47.242 - info: energiefluss-erweitert.0 (159525) terminating
                                    2024-01-02 19:05:47.244 - warn: energiefluss-erweitert.0 (159525) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2024-01-02 19:05:47.748 - info: energiefluss-erweitert.0 (159525) terminating
                                    2024-01-02 19:05:47.866 - error: host.IoBroker instance system.adapter.energiefluss-erweitert.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2024-01-02 19:05:47.866 - info: host.IoBroker Restart adapter system.adapter.energiefluss-erweitert.0 because enabled
                                    

                                    Wenn ich ihn neu starte geht er kurz auf Grün, dann sofort wieder auf rot. Hat jemand eine Idee?

                                    Edit: jetzt mit Log im Code-Format, hoffe ich habe alles erwischt.
                                    Hier habe ich das Log, was bei Speicher erstellt wird:

                                    {
                                        "basic": {
                                            "enable_grid": true,
                                            "enable_animation": false,
                                            "enable_area_catch": true,
                                            "enable_config_icon": true,
                                            "enable_last_id": false,
                                            "enable_icon_proxy": false,
                                            "enable_low_performance": false,
                                            "height": 485,
                                            "width": 753,
                                            "styles": "/* Icons for Battery */\r\n:root {\r\n    --empty: 'M16,20H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z';\r\n    --low: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16';\r\n    --medium: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 11.5H9V14.5H15V11.5Z';\r\n    --high: 'M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 7H9V10H15V7M15 11.5H9V14.5H15V11.5Z';\r\n}\r\n \r\n.battery_charge path {\r\n    animation: charge 4s linear infinite;\r\n}\r\n \r\n.battery_discharge path {\r\n    animation: discharge 4s linear infinite;\r\n}\r\n \r\n/* Animation for battery */\r\n@keyframes charge {\r\n    0% {\r\n        d: path(var(--empty));\r\n    }\r\n \r\n    25% {\r\n        d: path(var(--low));\r\n    }\r\n \r\n    50% {\r\n        d: path(var(--medium));\r\n    }\r\n \r\n    75% {\r\n        d: path(var(--high));\r\n    }\r\n}\r\n \r\n@keyframes discharge {\r\n    0% {\r\n        d: path(var(--high));\r\n    }\r\n \r\n    25% {\r\n        d: path(var(--medium));\r\n    }\r\n \r\n    50% {\r\n        d: path(var(--low));\r\n    }\r\n \r\n    75% {\r\n \r\n        d: path(var(--empty));\r\n    }\r\n}\r\n",
                                            "font": {
                                                "family": "\"Arial\", sans-serif",
                                                "size": "20",
                                                "color": "",
                                                "fill": "",
                                                "align": "middle"
                                            },
                                            "rect": {
                                                "height": 100,
                                                "width": 100,
                                                "corners": 10
                                            },
                                            "circle": {
                                                "radius": 50
                                            },
                                            "elm": {
                                                "stroke_width": 5,
                                                "color": "",
                                                "fill": "",
                                                "pos_x": 50,
                                                "pos_y": 50
                                            },
                                            "icon": {
                                                "height": 24,
                                                "width": 24,
                                                "color": ""
                                            }
                                        },
                                        "calculation": {
                                            "battery": {
                                                "dod": 10,
                                                "capacity": 28800,
                                                "percent": 2,
                                                "charge": 1,
                                                "charge_prop": true,
                                                "charge_kw": false,
                                                "discharge": 1,
                                                "discharge_prop": false,
                                                "discharge_kw": false
                                            },
                                            "consumption": {
                                                "production": [
                                                    "0"
                                                ],
                                                "production_kw": false,
                                                "gridFeed": 4,
                                                "gridFeed_kw": false,
                                                "gridFeed_prop": true,
                                                "gridConsume": 4,
                                                "gridConsume_kw": false,
                                                "gridConsume_prop": false,
                                                "batteryCharge": 1,
                                                "batteryCharge_kw": false,
                                                "batteryCharge_prop": true,
                                                "batteryDischarge": 1,
                                                "batteryDischarge_kw": false,
                                                "batteryDischarge_prop": false
                                            }
                                        },
                                        "animation": {
                                            "stroke": "#ffce4a",
                                            "stroke_dasharray": "10 17 10 17 10  72",
                                            "stroke_width": "6",
                                            "animation_duration": "2000",
                                            "stroke_linecap": "round",
                                            "animation_timing_function": "linear"
                                        },
                                        "animation_configuration": {
                                            "dots": "3",
                                            "distance": "17",
                                            "length": "10"
                                        },
                                        "line": {
                                            "stroke_width": "8",
                                            "stroke": "#000000"
                                        },
                                        "elements": {
                                            "2": {
                                                "position": 0,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 2,
                                                "pos_x": 197,
                                                "pos_y": 52,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 2",
                                                "unit": "W",
                                                "source": 0,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 1,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "5": {
                                                "position": 1,
                                                "type": "rect",
                                                "id": 5,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 146,
                                                "pos_y": 4,
                                                "fill": "none",
                                                "color": "rgb(255, 206, 74)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_type": "percent",
                                                "fill_direction": 90,
                                                "border_type": -1,
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_reverse": false,
                                                "border_start": null,
                                                "source": -1,
                                                "threshold": 0
                                            },
                                            "6": {
                                                "position": 0,
                                                "type": "icon",
                                                "id": "6",
                                                "icon": "mdi:solar-panel",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgba(0, 0, 0, 0.7)",
                                                "pos_x": "185",
                                                "pos_y": "11",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "7": {
                                                "position": 2,
                                                "type": "rect",
                                                "id": 7,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 480,
                                                "pos_y": 137,
                                                "fill": "none",
                                                "color": "rgb(255, 206, 74)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_type": "percent",
                                                "fill_direction": 90,
                                                "border_type": -1,
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_reverse": false,
                                                "border_start": null,
                                                "source": -1,
                                                "threshold": 0
                                            },
                                            "9": {
                                                "position": 1,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 9,
                                                "pos_x": 530,
                                                "pos_y": 186,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 9",
                                                "unit": "W",
                                                "source": 4,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": true,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    "3"
                                                ],
                                                "add": [
                                                    "10",
                                                    "11",
                                                    "13",
                                                    "12"
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "10": {
                                                "position": 2,
                                                "type": "text",
                                                "id": 10,
                                                "pos_x": 197,
                                                "pos_y": 84,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "PV-Garage",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "11": {
                                                "position": 3,
                                                "type": "text",
                                                "id": 11,
                                                "pos_x": 530,
                                                "pos_y": 213,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "Verbrauch",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "12": {
                                                "position": 1,
                                                "type": "icon",
                                                "id": "12",
                                                "icon": "emojione:house",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgba(0, 0, 0, 0.7)",
                                                "pos_x": "518",
                                                "pos_y": "143",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "13": {
                                                "position": 0,
                                                "type": "rect",
                                                "id": 13,
                                                "rx": 10,
                                                "height": 126,
                                                "width": 100,
                                                "pos_x": 4,
                                                "pos_y": 124,
                                                "fill": "none",
                                                "color": "rgb(161, 211, 67)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_value": "rgb(161,211,67)",
                                                "fill_type": "value",
                                                "fill_direction": 90,
                                                "fill_max": 100,
                                                "border_type": -1,
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_reverse": false,
                                                "border_start": 90,
                                                "source": 2,
                                                "threshold": 0
                                            },
                                            "14": {
                                                "position": 3,
                                                "type": "rect",
                                                "id": 14,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 480,
                                                "pos_y": 4,
                                                "fill": "none",
                                                "color": "rgba(97, 104, 122, 0.7)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_type": "percent",
                                                "fill_direction": 90,
                                                "border_type": -1,
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_reverse": false,
                                                "border_start": null,
                                                "source": -1,
                                                "threshold": 0
                                            },
                                            "15": {
                                                "position": 4,
                                                "type": "text",
                                                "id": 15,
                                                "pos_x": 53,
                                                "pos_y": 204,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "Batterie\nreicht noch",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "16": {
                                                "position": 5,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 16,
                                                "pos_x": 53,
                                                "pos_y": 171,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 16",
                                                "unit": "W",
                                                "source": 1,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": true,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "18": {
                                                "position": 6,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 18,
                                                "pos_x": 53,
                                                "pos_y": 191,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "ID 18",
                                                "unit": "%",
                                                "source": 2,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "19": {
                                                "position": 7,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 19,
                                                "pos_x": 530,
                                                "pos_y": 52,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 19",
                                                "unit": "W",
                                                "source": 3,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": true,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "20": {
                                                "position": 2,
                                                "type": "icon",
                                                "id": "20",
                                                "icon": "mdi:electricity-from-grid",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgba(0, 0, 0, 0.7)",
                                                "pos_x": "518",
                                                "pos_y": "10",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "21": {
                                                "position": 8,
                                                "type": "text",
                                                "id": 21,
                                                "pos_x": 530,
                                                "pos_y": 80,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "Netz",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "22": {
                                                "position": 4,
                                                "type": "rect",
                                                "id": 22,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 205,
                                                "pos_y": 273,
                                                "fill": "rgba(0, 0, 255, 0.29)",
                                                "color": "rgb(0, 0, 255)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_value": "#00D1FF00",
                                                "fill_type": "value",
                                                "fill_direction": 90,
                                                "fill_max": 1,
                                                "border_value": "#CBD9FF",
                                                "border_type": "value",
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_max": 1,
                                                "border_reverse": false,
                                                "border_start": 90,
                                                "source": 9,
                                                "threshold": 0
                                            },
                                            "23": {
                                                "position": 3,
                                                "type": "icon",
                                                "id": "23",
                                                "icon": "material-symbols:electric-car",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgba(0, 0, 0, 0.7)",
                                                "pos_x": "243",
                                                "pos_y": "279",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "24": {
                                                "position": 9,
                                                "type": "text",
                                                "id": 24,
                                                "pos_x": 255,
                                                "pos_y": 349,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "Auto",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "26": {
                                                "position": 10,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 26,
                                                "pos_x": 255,
                                                "pos_y": 323,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 26",
                                                "unit": "W",
                                                "source": 7,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "28": {
                                                "position": 5,
                                                "type": "rect",
                                                "id": 28,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 146,
                                                "pos_y": 137,
                                                "fill": "rgba(255, 15, 67, 0.294)",
                                                "color": "rgb(0, 255, 68)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_value": "#FF0F4300",
                                                "fill_type": "value",
                                                "fill_direction": 90,
                                                "fill_max": 1,
                                                "border_value": "#F20E40",
                                                "border_type": "value",
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_max": 1,
                                                "border_reverse": false,
                                                "border_start": 90,
                                                "source": 8,
                                                "threshold": 0
                                            },
                                            "30": {
                                                "position": 4,
                                                "type": "icon",
                                                "id": "30",
                                                "icon": "mdi:garage",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgb(0, 0, 0)",
                                                "pos_x": "182",
                                                "pos_y": "146",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "31": {
                                                "position": 11,
                                                "type": "text",
                                                "id": 31,
                                                "pos_x": 194,
                                                "pos_y": 217,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "Garage",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "32": {
                                                "position": 12,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 32,
                                                "pos_x": 194,
                                                "pos_y": 186,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 32",
                                                "unit": "W",
                                                "source": 6,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 1,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    "7",
                                                    "5"
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "33": {
                                                "position": 6,
                                                "type": "rect",
                                                "id": 33,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 95,
                                                "pos_y": 274,
                                                "fill": "none",
                                                "color": "rgb(197, 144, 46)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_type": -1,
                                                "fill_direction": 90,
                                                "border_type": -1,
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_reverse": false,
                                                "border_start": null,
                                                "source": 9,
                                                "threshold": 0
                                            },
                                            "34": {
                                                "position": 13,
                                                "type": "text",
                                                "id": 34,
                                                "pos_x": 145,
                                                "pos_y": 351,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "Garten",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "35": {
                                                "position": 14,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 35,
                                                "pos_x": 145,
                                                "pos_y": 324,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 35",
                                                "unit": "W",
                                                "source": 5,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "36": {
                                                "position": 5,
                                                "type": "icon",
                                                "id": "36",
                                                "icon": "twemoji:desert-island",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgb(0, 0, 0)",
                                                "pos_x": "133",
                                                "pos_y": "280",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "37": {
                                                "position": 6,
                                                "type": "icon",
                                                "id": "37",
                                                "icon": "mdi:battery-high",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgb(0, 0, 0)",
                                                "pos_x": "41",
                                                "pos_y": "133",
                                                "shadow": "",
                                                "css_active_positive": "battery_discharge",
                                                "css_active_negative": "battery_charge",
                                                "source": 1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "38": {
                                                "position": 15,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 38,
                                                "pos_x": 370,
                                                "pos_y": 172,
                                                "color": "none",
                                                "fill": "rgb(0, 181, 221)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 10,
                                                "align": "middle",
                                                "text": "ID 38",
                                                "unit": "W",
                                                "source": 4,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "auto",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "39": {
                                                "position": 7,
                                                "type": "rect",
                                                "id": 39,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 314,
                                                "pos_y": 274,
                                                "fill": "none",
                                                "color": "rgb(197, 144, 46)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_type": -1,
                                                "fill_direction": 90,
                                                "border_type": -1,
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_reverse": false,
                                                "border_start": null,
                                                "source": 12,
                                                "threshold": 0
                                            },
                                            "40": {
                                                "position": 16,
                                                "type": "text",
                                                "id": 40,
                                                "pos_x": 364,
                                                "pos_y": 351,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "Waschen",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "41": {
                                                "position": 17,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 41,
                                                "pos_x": 364,
                                                "pos_y": 324,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 41",
                                                "unit": "W",
                                                "source": 12,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "42": {
                                                "position": 7,
                                                "type": "icon",
                                                "id": "42",
                                                "icon": "mingcute:wash-machine-fill",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgb(0, 0, 0)",
                                                "pos_x": "352",
                                                "pos_y": "280",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "43": {
                                                "position": 8,
                                                "type": "rect",
                                                "id": 43,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 425,
                                                "pos_y": 274,
                                                "fill": "none",
                                                "color": "rgb(197, 144, 46)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_type": -1,
                                                "fill_direction": 90,
                                                "border_type": -1,
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_reverse": false,
                                                "border_start": null,
                                                "source": 12,
                                                "threshold": 0
                                            },
                                            "44": {
                                                "position": 18,
                                                "type": "text",
                                                "id": 44,
                                                "pos_x": 475,
                                                "pos_y": 351,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "Trockner",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "45": {
                                                "position": 19,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 45,
                                                "pos_x": 475,
                                                "pos_y": 324,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 45",
                                                "unit": "W",
                                                "source": 13,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "46": {
                                                "position": 8,
                                                "type": "icon",
                                                "id": "46",
                                                "icon": "mingcute:wash-machine-line",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgb(0, 0, 0)",
                                                "pos_x": "463",
                                                "pos_y": "280",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "47": {
                                                "position": 9,
                                                "type": "rect",
                                                "id": 47,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 537,
                                                "pos_y": 274,
                                                "fill": "none",
                                                "color": "rgb(197, 144, 46)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_value": "#F20E4075",
                                                "fill_type": "value",
                                                "fill_direction": 90,
                                                "fill_max": 1,
                                                "border_type": -1,
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_reverse": false,
                                                "border_start": null,
                                                "source": 16,
                                                "threshold": 0
                                            },
                                            "48": {
                                                "position": 20,
                                                "type": "text",
                                                "id": 48,
                                                "pos_x": 587,
                                                "pos_y": 351,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "3d-Drucker",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "50": {
                                                "position": 9,
                                                "type": "icon",
                                                "id": "50",
                                                "icon": "eos-icons:3d-print",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgb(0, 0, 0)",
                                                "pos_x": "575",
                                                "pos_y": "280",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "51": {
                                                "position": 10,
                                                "type": "rect",
                                                "id": 51,
                                                "rx": 10,
                                                "height": 100,
                                                "width": 100,
                                                "pos_x": 648,
                                                "pos_y": 274,
                                                "fill": "none",
                                                "color": "rgb(197, 144, 46)",
                                                "stroke": 2,
                                                "shadow": "rgba(0, 0, 0, 0.7)",
                                                "frame": "_overlay",
                                                "fill_value": "#F20E4075",
                                                "fill_type": "value",
                                                "fill_direction": 90,
                                                "fill_max": 1,
                                                "border_type": -1,
                                                "border_direction": "cw",
                                                "border_style": "round",
                                                "border_max": 1,
                                                "border_reverse": false,
                                                "border_start": null,
                                                "source": 15,
                                                "threshold": 0
                                            },
                                            "52": {
                                                "position": 21,
                                                "type": "text",
                                                "id": 52,
                                                "pos_x": 698,
                                                "pos_y": 351,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "SP111",
                                                "shadow": "",
                                                "frame": "_overlay"
                                            },
                                            "53": {
                                                "position": 22,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 53,
                                                "pos_x": 698,
                                                "pos_y": 324,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 53",
                                                "unit": "W",
                                                "source": 11,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "54": {
                                                "position": 10,
                                                "type": "icon",
                                                "id": "54",
                                                "icon": "icon-park-outline:ipad",
                                                "width": 24,
                                                "height": 24,
                                                "color": "rgb(0, 0, 0)",
                                                "pos_x": "686",
                                                "pos_y": "280",
                                                "shadow": "",
                                                "source": -1,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "none"
                                            },
                                            "56": {
                                                "position": 23,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 56,
                                                "pos_x": 53,
                                                "pos_y": 237,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 14,
                                                "align": "middle",
                                                "text": "ID 56",
                                                "unit": "",
                                                "source": 14,
                                                "source_option": -1,
                                                "source_display": "text",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            },
                                            "57": {
                                                "position": 11,
                                                "type": "icon",
                                                "id": "57",
                                                "icon": "icomoon-free:switch",
                                                "width": 40,
                                                "height": 40,
                                                "color": "rgb(0, 0, 0)",
                                                "pos_x": "678",
                                                "pos_y": "393",
                                                "shadow": "",
                                                "source": 15,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "toggle"
                                            },
                                            "58": {
                                                "position": 12,
                                                "type": "icon",
                                                "id": "58",
                                                "icon": "icomoon-free:switch",
                                                "width": 40,
                                                "height": 40,
                                                "color": "rgb(0, 0, 0)",
                                                "pos_x": "567",
                                                "pos_y": "393",
                                                "shadow": "",
                                                "source": 16,
                                                "threshold": 0,
                                                "frame": "_overlay",
                                                "action": "toggle"
                                            },
                                            "59": {
                                                "position": 24,
                                                "type": "text",
                                                "subType": "datasource",
                                                "id": 59,
                                                "pos_x": 587,
                                                "pos_y": 323,
                                                "color": "none",
                                                "fill": "rgb(0, 0, 0)",
                                                "font_family": "Arial, sans-serif",
                                                "font_size": 18,
                                                "align": "middle",
                                                "text": "ID 59",
                                                "unit": "W",
                                                "source": 17,
                                                "source_option": -1,
                                                "source_display": "value",
                                                "shadow": "",
                                                "threshold": 0,
                                                "calculate_kw": "none",
                                                "counter_animation": false,
                                                "convert": false,
                                                "decimal_places": 0,
                                                "action": "none",
                                                "subtract": [
                                                    -1
                                                ],
                                                "add": [
                                                    -1
                                                ],
                                                "frame": "_overlay"
                                            }
                                        },
                                        "defs": {
                                            "path_28_13": {
                                                "type": "def",
                                                "id": "path_28_13",
                                                "d": "M145 187  H 105",
                                                "startSlot": "left",
                                                "endSlot": "right"
                                            },
                                            "path_28_7": {
                                                "type": "def",
                                                "id": "path_28_7",
                                                "d": "M247 187  H 479",
                                                "startSlot": "right",
                                                "endSlot": "left"
                                            },
                                            "path_14_7": {
                                                "type": "def",
                                                "id": "path_14_7",
                                                "d": "M530 105  V 136",
                                                "startSlot": "bottom",
                                                "endSlot": "top"
                                            },
                                            "path_28_22": {
                                                "type": "def",
                                                "id": "path_28_22",
                                                "d": "M216 238  V 244.8 A 15 15 0 0 0 231 259.8  H 240 A 15 15 0 0 1 255 274.8  V 272",
                                                "startSlot": "bottom_right",
                                                "endSlot": "top"
                                            },
                                            "path_28_33": {
                                                "type": "def",
                                                "id": "path_28_33",
                                                "d": "M176 238  V 245 A 15 15 0 0 1 161 260  H 160 A 15 15 0 0 0 145 275  V 273",
                                                "startSlot": "bottom_left",
                                                "endSlot": "top"
                                            },
                                            "path_7_39": {
                                                "type": "def",
                                                "id": "path_7_39",
                                                "d": "M510 238  V 245 A 15 15 0 0 1 495 260  H 379 A 15 15 0 0 0 364 275  V 273",
                                                "startSlot": "bottom_left",
                                                "endSlot": "top"
                                            },
                                            "path_7_43": {
                                                "type": "def",
                                                "id": "path_7_43",
                                                "d": "M510 238  V 245 A 15 15 0 0 1 495 260  H 490 A 15 15 0 0 0 475 275  V 273",
                                                "startSlot": "bottom_left",
                                                "endSlot": "top"
                                            },
                                            "path_7_47": {
                                                "type": "def",
                                                "id": "path_7_47",
                                                "d": "M550 238  V 245 A 15 15 0 0 0 565 260  H 572 A 15 15 0 0 1 587 275  V 273",
                                                "startSlot": "bottom_right",
                                                "endSlot": "top"
                                            },
                                            "path_7_51": {
                                                "type": "def",
                                                "id": "path_7_51",
                                                "d": "M550 238  V 245 A 15 15 0 0 0 565 260  H 683 A 15 15 0 0 1 698 275  V 273",
                                                "startSlot": "bottom_right",
                                                "endSlot": "top"
                                            },
                                            "path_5_28": {
                                                "type": "def",
                                                "id": "path_5_28",
                                                "d": "M196 105  V 136",
                                                "startSlot": "bottom",
                                                "endSlot": "top"
                                            }
                                        },
                                        "lines": {
                                            "line_path_28_13": {
                                                "type": "line",
                                                "id": "line_path_28_13",
                                                "href": "#path_28_13",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            },
                                            "line_path_28_7": {
                                                "type": "line",
                                                "id": "line_path_28_7",
                                                "href": "#path_28_7",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            },
                                            "line_path_14_7": {
                                                "type": "line",
                                                "id": "line_path_14_7",
                                                "href": "#path_14_7",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            },
                                            "line_path_28_22": {
                                                "type": "line",
                                                "id": "line_path_28_22",
                                                "href": "#path_28_22",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            },
                                            "line_path_28_33": {
                                                "type": "line",
                                                "id": "line_path_28_33",
                                                "href": "#path_28_33",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            },
                                            "line_path_7_39": {
                                                "type": "line",
                                                "id": "line_path_7_39",
                                                "href": "#path_7_39",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            },
                                            "line_path_7_43": {
                                                "type": "line",
                                                "id": "line_path_7_43",
                                                "href": "#path_7_43",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            },
                                            "line_path_7_47": {
                                                "type": "line",
                                                "id": "line_path_7_47",
                                                "href": "#path_7_47",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            },
                                            "line_path_7_51": {
                                                "type": "line",
                                                "id": "line_path_7_51",
                                                "href": "#path_7_51",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            },
                                            "line_path_5_28": {
                                                "type": "line",
                                                "id": "line_path_5_28",
                                                "href": "#path_5_28",
                                                "color": "rgb(0, 0, 0)",
                                                "shadow": ""
                                            }
                                        },
                                        "animations": {
                                            "anim_path_28_13": {
                                                "type": "animation",
                                                "id": "anim_path_28_13",
                                                "href": "#path_28_13",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 1,
                                                "threshold": 0,
                                                "animation_properties": "negative",
                                                "animation_option": true,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": "dots"
                                            },
                                            "anim_path_28_7": {
                                                "type": "animation",
                                                "id": "anim_path_28_7",
                                                "href": "#path_28_7",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 4,
                                                "threshold": 0,
                                                "animation_properties": "negative",
                                                "animation_option": true,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": -1
                                            },
                                            "anim_path_14_7": {
                                                "type": "animation",
                                                "id": "anim_path_14_7",
                                                "href": "#path_14_7",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 3,
                                                "threshold": 5,
                                                "animation_properties": "positive",
                                                "animation_option": true,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": -1
                                            },
                                            "anim_path_28_22": {
                                                "type": "animation",
                                                "id": "anim_path_28_22",
                                                "href": "#path_28_22",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 7,
                                                "threshold": 0,
                                                "animation_properties": "positive",
                                                "animation_option": false,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": -1
                                            },
                                            "anim_path_28_33": {
                                                "type": "animation",
                                                "id": "anim_path_28_33",
                                                "href": "#path_28_33",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 5,
                                                "threshold": 0,
                                                "animation_properties": "positive",
                                                "animation_option": false,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": -1
                                            },
                                            "anim_path_7_39": {
                                                "type": "animation",
                                                "id": "anim_path_7_39",
                                                "href": "#path_7_39",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 12,
                                                "threshold": 1,
                                                "animation_properties": "positive",
                                                "animation_option": false,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": -1
                                            },
                                            "anim_path_7_43": {
                                                "type": "animation",
                                                "id": "anim_path_7_43",
                                                "href": "#path_7_43",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 13,
                                                "threshold": 1,
                                                "animation_properties": "positive",
                                                "animation_option": false,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": -1
                                            },
                                            "anim_path_7_47": {
                                                "type": "animation",
                                                "id": "anim_path_7_47",
                                                "href": "#path_7_47",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 17,
                                                "threshold": 1,
                                                "animation_properties": "positive",
                                                "animation_option": false,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": -1
                                            },
                                            "anim_path_7_51": {
                                                "type": "animation",
                                                "id": "anim_path_7_51",
                                                "href": "#path_7_51",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 11,
                                                "threshold": 0,
                                                "animation_properties": "positive",
                                                "animation_option": false,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": -1
                                            },
                                            "anim_path_5_28": {
                                                "type": "animation",
                                                "id": "anim_path_5_28",
                                                "href": "#path_5_28",
                                                "color": "rgb(255, 206, 74)",
                                                "source": 0,
                                                "threshold": 0,
                                                "animation_properties": "positive",
                                                "animation_option": false,
                                                "dots": 0,
                                                "duration": 0,
                                                "power": 0,
                                                "animation_type": -1
                                            }
                                        },
                                        "datasources": {
                                            "0": {
                                                "source": "modbus.0.inputRegisters.3.30775_Wirkleistung_gesamt",
                                                "alias": "PV-Garage"
                                            },
                                            "1": {
                                                "source": "modbus.1.inputRegisters.3.30775_PowerAC",
                                                "alias": "Speicher"
                                            },
                                            "2": {
                                                "source": "modbus.1.inputRegisters.3.30845_BAT_SoC",
                                                "alias": "SoC"
                                            },
                                            "3": {
                                                "source": "tibberlink.0.Homes.08f1e516-72bd-4c0f-8831-94d02de9370a.LiveMeasurement.power",
                                                "alias": "Grid"
                                            },
                                            "4": {
                                                "source": "sonoff.0.Zaehler-Keller.Garage_Power_curr",
                                                "alias": "Garage"
                                            },
                                            "5": {
                                                "source": "modbus.2.inputRegisters.30053_P1-3",
                                                "alias": "Garten"
                                            },
                                            "6": {
                                                "source": "energiefluss-erweitert.0.calculation.consumption.consumption",
                                                "alias": "Verbrauch"
                                            },
                                            "7": {
                                                "source": "0_userdata.0.Garten&Auto",
                                                "alias": "Auto"
                                            },
                                            "8": {
                                                "source": "sonoff.0.Zaehler-Garage.POWER3",
                                                "alias": "Garage-zu"
                                            },
                                            "9": {
                                                "source": "0_userdata.0.Auto-angeschlossen",
                                                "alias": "EVPlugState"
                                            },
                                            "11": {
                                                "source": "sonoff.0.SP111.ENERGY_Power",
                                                "alias": "SP111"
                                            },
                                            "12": {
                                                "source": "sonoff.0.Waschmaschine.ENERGY_Power",
                                                "alias": "Waschen"
                                            },
                                            "13": {
                                                "source": "sonoff.0.Trockner.ENERGY_Power",
                                                "alias": "Trockner"
                                            },
                                            "14": {
                                                "source": "energiefluss-erweitert.0.calculation.battery.remaining",
                                                "alias": "Restzeit"
                                            },
                                            "15": {
                                                "source": "sonoff.0.SP111.POWER",
                                                "alias": "SP111-Power"
                                            },
                                            "16": {
                                                "source": "sonoff.0.3D-Drucker.POWER",
                                                "alias": "3d-Drucker-Power"
                                            },
                                            "17": {
                                                "source": "sonoff.0.3D-Drucker.ENERGY_Power",
                                                "alias": "3d-Drucker"
                                            }
                                        }
                                    }
                                    
                                    SKBS Offline
                                    SKBS Offline
                                    SKB
                                    Developer Most Active
                                    schrieb am zuletzt editiert von
                                    #2114

                                    @elektrofix-ol Beim Element mit der ID 9 hast Du mehrere Dinge bei der Addition drin, wo ein Datenpunkt nicht mehr existiert.
                                    Diesen Datenpunkt musst Du bei der Addition herausnehmen, dann neu abspeichern.

                                    Ich werde dazu noch eine Prüfung einbauen.

                                    ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                                    Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                                    Elektrofix-OLE 1 Antwort Letzte Antwort
                                    0
                                    • SKBS SKB

                                      @elektrofix-ol Beim Element mit der ID 9 hast Du mehrere Dinge bei der Addition drin, wo ein Datenpunkt nicht mehr existiert.
                                      Diesen Datenpunkt musst Du bei der Addition herausnehmen, dann neu abspeichern.

                                      Ich werde dazu noch eine Prüfung einbauen.

                                      Elektrofix-OLE Offline
                                      Elektrofix-OLE Offline
                                      Elektrofix-OL
                                      schrieb am zuletzt editiert von Elektrofix-OL
                                      #2115

                                      @skb Vielen Dank!! Der Adapter gefällt mir immer mehr! :blush:
                                      Das ID9 zu finden war nicht Einfach, weil es als "426W (Garage)" angezeigt wurde, ich habe es nachher über die Koordinaten gefunden.
                                      Noch ein was mir aufgefallen ist, das Backup war nicht auswählbar, d.h. der Fehler ließ das Puldownmenü leer erscheinen.

                                      SKBS 1 Antwort Letzte Antwort
                                      0
                                      • Elektrofix-OLE Elektrofix-OL

                                        @skb Vielen Dank!! Der Adapter gefällt mir immer mehr! :blush:
                                        Das ID9 zu finden war nicht Einfach, weil es als "426W (Garage)" angezeigt wurde, ich habe es nachher über die Koordinaten gefunden.
                                        Noch ein was mir aufgefallen ist, das Backup war nicht auswählbar, d.h. der Fehler ließ das Puldownmenü leer erscheinen.

                                        SKBS Offline
                                        SKBS Offline
                                        SKB
                                        Developer Most Active
                                        schrieb am zuletzt editiert von SKB
                                        #2116

                                        @elektrofix-ol die Hinweise passe ich gerade an, damit man diese schneller finden kann.

                                        Kommt bei der nächsten Version mit.

                                        Das Backup bleibt leer, wenn der Adapter nicht läuft, da diese nicht eingelesen und bereitgestellt werden.

                                        ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                                        Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                                        arteckA 1 Antwort Letzte Antwort
                                        0
                                        • SKBS SKB

                                          @elektrofix-ol die Hinweise passe ich gerade an, damit man diese schneller finden kann.

                                          Kommt bei der nächsten Version mit.

                                          Das Backup bleibt leer, wenn der Adapter nicht läuft, da diese nicht eingelesen und bereitgestellt werden.

                                          arteckA Offline
                                          arteckA Offline
                                          arteck
                                          Developer Most Active
                                          schrieb am zuletzt editiert von
                                          #2117

                                          @skb so nach dem Test zu meinem OOM

                                          ich beende den Adapter nachts.. und starte den wieder nach 5 Stunden( hat aber nix zur Sache)
                                          es scheint also als ob der sich hochschaukeln würde im Speicher

                                          zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          644

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe