Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Support Adapter Energiefluss-erweitert v0.6.2

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Support Adapter Energiefluss-erweitert v0.6.2

    This topic has been deleted. Only users with topic management privileges can see it.
    • Christian Kohlöffel
      Christian Kohlöffel @Christian Kohlöffel last edited by

      @christian-kohlöffel

      Ich habe nun ein akzeptables Ergebnis indem ich als Standard auf transparent weiß setze und dann das Kommando stroke statt fill:

      6329714b-9383-4e35-b971-074ad9cc39a0-image.png

      .blue-pulse {
      stroke: rgb(242,14,64);
      animation: blue-pulse-ani 3s linear infinite;
      }
      
      @keyframes blue-pulse-ani  {
        50% {filter: drop-shadow(0px 0px 4px #2B95F3) drop-shadow(0px 0px 4px #2B95F3) drop-shadow(0px 0px 4px #2B95F3); }
        0%,100% {filter: drop-shadow(0px 0px 4px #2B95F3); }
      }
      
      
      1 Reply Last reply Reply Quote 0
      • F
        Fichte last edited by

        Hallo zusammen

        Ist wahrscheinlich ne Blöde Frage, aber gibt es eine Copy Funktion wo ich Viereck, Datasource, Text und icon kopieren kann und wieder einfüge?
        Wenn ich zbs. 4 gleiche Objekte haben möchte währe es am schnellsten Copy/Paste.

        Lg Fichte

        Armilar 1 Reply Last reply Reply Quote 0
        • Armilar
          Armilar Most Active Forum Testing @Fichte last edited by

          @fichte

          b5495b50-8161-4fbc-8e53-ff9a0e8e7820-image.png

          F 1 Reply Last reply Reply Quote 0
          • F
            Fichte @Armilar last edited by

            @armilar Vielen Dank Aber ich hatte bis eben diese Option nicht, ich musste die Repo noch mal neu Installieren 🙄

            Homoran 1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @Fichte last edited by

              @fichte sagte in Test Adapter Energiefluss-erweitert v0.0.x GitHub/Latest:

              Aber ich hatte bis eben diese Option nicht

              deshalb sollte man immer die gesamte Basis im Auge haben, und die Versionen benennen.

              F 1 Reply Last reply Reply Quote 0
              • F
                Fichte @Homoran last edited by

                @homoran Aber das man mehrere Objekte Löschen kann geht noch nicht?

                1 Reply Last reply Reply Quote 0
                • SKB
                  SKB Developer Most Active last edited by

                  Hallo Zusammen,
                  mit neuer Energie aus dem Urlaub gibt es heute eine neue Version 0.0.2-alpha.16.

                  Folgendes ist neu bzw. behoben:

                  • FIX: Der Adapter stürzte manchmal ab, weil auf ungültige IDs zugegriffen wurde
                  • Hinzugefügt: Möglichkeit, Werte zu anderen Werten zu addieren
                  • Hinzugefügt: Animationen und Werte direkt nach dem Start anzeigen, anstatt zu warten, bis sich der erste Wert ändert
                  • Hinzugefügt: Adapterabhängigkeiten und Stabilität
                  • Hinzugefügt: Neue Übersetzungen für neue Funktionen

                  Viel Spaß damit!

                  Armilar 1 Reply Last reply Reply Quote 3
                  • Armilar
                    Armilar Most Active Forum Testing @SKB last edited by Armilar

                    @skb

                    Gibt es neue Einstellungen zu berücksichtigen?

                    In der Konfiguration sind die ID's jetzt keine Werte mehr

                    dbb006b7-3fe4-4843-be69-7c57616b81da-image.png

                    In der Live-Ansicht ist es so:

                    efccce39-c6ec-40e5-9881-1e166fcf78ab-image.png

                    Keine Werte und keine Animation

                    EDIT: doch alles okay - der Adapter war nach dem Update abgestüzt... 😊

                    SKB arteck 2 Replies Last reply Reply Quote 1
                    • SKB
                      SKB Developer Most Active @Armilar last edited by

                      @armilar Ich bekam gerade schon einen Schock 😄

                      Wie ist der Adapter abgestürzt? Kannst Du das Log noch posten?

                      Wal 1 Reply Last reply Reply Quote 0
                      • Wal
                        Wal Developer @SKB last edited by

                        @skb ,

                        host.iobroker
                        2023-09-01 10:00:49.385	info	Restart adapter system.adapter.energiefluss-erweitert.0 because enabled
                        host.iobroker
                        2023-09-01 10:00:49.385	error	instance system.adapter.energiefluss-erweitert.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.859	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.859	info	terminating
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.858	info	Cleared interval for relative values!
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.857	error	Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.857	error	TypeError: Cannot read properties of undefined (reading 'length') at EnergieflussErweitert.refreshData (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:633:26) at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1168:9)
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	unhandled promise rejection: Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	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().
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	TypeError: Cannot read properties of undefined (reading 'length') at EnergieflussErweitert.refreshData (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:633:26) at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1168:9)
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	unhandled promise rejection: Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	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().
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	TypeError: Cannot read properties of undefined (reading 'length') at EnergieflussErweitert.refreshData (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:633:26) at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1168:9)
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	unhandled promise rejection: Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.856	error	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().
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.855	error	Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.855	error	TypeError: Cannot read properties of undefined (reading 'length') at EnergieflussErweitert.refreshData (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:633:26) at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1168:9)
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.855	error	unhandled promise rejection: Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.855	error	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().
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.854	error	Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.854	error	TypeError: Cannot read properties of undefined (reading 'length') at EnergieflussErweitert.refreshData (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:633:26) at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1168:9)
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.854	error	unhandled promise rejection: Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.854	error	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().
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.853	error	Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.853	error	TypeError: Cannot read properties of undefined (reading 'length') at EnergieflussErweitert.refreshData (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:633:26) at EnergieflussErweitert.getConfig (/opt/iobroker/node_modules/iobroker.energiefluss-erweitert/main.js:1168:9)
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.853	error	unhandled promise rejection: Cannot read properties of undefined (reading 'length')
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.853	error	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().
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.852	info	Requesting the following states: energiefluss-erweitert.0.configuration,sonoff.0.Haus.Stromzähler.MT175_P,0_userdata.0.Stromverbrauch_aktuell,sonoff.0.Haus.Balkonkraftwerk.ENERGY_Power,sonoff.0.Test.Steckdose3.ENERGY_Power,sonoff.0.Test.Steckdose.ENERGY_Power,sonoff.0.Test.Steckdose2.ENERGY_Power
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.852	info	Configuration loaded!
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.793	info	Adapter started. Loading config!
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:48.770	info	starting. Version 0.0.2-alpha.16 (non-npm: SKB-CGN/ioBroker.energiefluss-erweitert#b7d0fd6df1e7181a917b26c4e162aa1fe8c54078) in /opt/iobroker/node_modules/iobroker.energiefluss-erweitert, node: v18.17.1, js-controller: 5.0.12
                        host.iobroker
                        2023-09-01 10:00:48.229	info	instance system.adapter.energiefluss-erweitert.0 started with pid 103371
                        host.iobroker
                        2023-09-01 10:00:18.154	info	Restart adapter system.adapter.energiefluss-erweitert.0 because enabled
                        host.iobroker
                        2023-09-01 10:00:18.154	error	instance system.adapter.energiefluss-erweitert.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:18.129	info	terminating
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:17.627	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                        
                        energiefluss-erweitert.0
                        2023-09-01 10:00:17.627	info	terminating
                        
                        1 Reply Last reply Reply Quote 0
                        • Wal
                          Wal Developer last edited by

                          Im Gegensatz zu @armilar bekomme ich das Update nicht mehr gestartet.

                          SKB 1 Reply Last reply Reply Quote 0
                          • SKB
                            SKB Developer Most Active @Wal last edited by

                            @wal Kein Problem. Schaue ich mir direkt an. Melde mich gleich zurück!

                            Wal 1 Reply Last reply Reply Quote 0
                            • arteck
                              arteck Developer Most Active @Armilar last edited by

                              @armilar bei mir ist alles wie immer
                              1dcf1537-831b-485b-9347-3213f407e482-grafik.png

                              Armilar 1 Reply Last reply Reply Quote 0
                              • Wal
                                Wal Developer @SKB last edited by Wal

                                @skb ,
                                bin zurück auf die Version vom 22.08.2023 "be6549f" der startet ohne Fehler.

                                Edit: Info >> bin auf latest mit allem.

                                So wie ich das sehe wurden seit dem nur die Dependabot Updates eingespielt.

                                Wal 1 Reply Last reply Reply Quote 0
                                • Armilar
                                  Armilar Most Active Forum Testing @arteck last edited by Armilar

                                  @arteck

                                  bei mir ebenfalls alles wieder okay. Konnte die Adapter-Instanz einfach neu starten, dann war alles wieder normal.

                                  1 Reply Last reply Reply Quote 0
                                  • Wal
                                    Wal Developer @Wal last edited by

                                    @wal sagte in Test Adapter Energiefluss-erweitert v0.0.x GitHub/Latest:

                                    So wie ich das sehe wurden seit dem nur die Dependabot Updates eingespielt.

                                    Alles zurück im "d7ddbb8" wurde mehr als die Readme geändert.

                                    SKB 1 Reply Last reply Reply Quote 1
                                    • SKB
                                      SKB Developer Most Active @Wal last edited by

                                      @wal Korrekt. Changelog steht ja oben 😉

                                      Wal 1 Reply Last reply Reply Quote 0
                                      • Wal
                                        Wal Developer @SKB last edited by

                                        @skb ,
                                        habe den Adapter deinstalliert und die Alpha 16 installiert.
                                        Der Adapter startet ohne Probleme, danach ein Backup eingespielt und er stürtzt ab.

                                        {
                                            "basic": {
                                                "enable_grid": true,
                                                "enable_animation": false,
                                                "enable_area_catch": true,
                                                "enable_config_icon": true,
                                                "enable_last_id": false,
                                                "enable_icon_proxy": false,
                                                "height": 540,
                                                "width": 600,
                                                "styles": "",
                                                "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": 0,
                                                    "capacity": 0,
                                                    "percent": -1,
                                                    "charge": -1,
                                                    "charge_prop": false,
                                                    "charge_kw": false,
                                                    "discharge": -1,
                                                    "discharge_prop": false,
                                                    "discharge_kw": false
                                                },
                                                "consumption": {
                                                    "production": [
                                                        -1
                                                    ],
                                                    "production_kw": false,
                                                    "gridFeed": -1,
                                                    "gridFeed_kw": false,
                                                    "gridFeed_prop": false,
                                                    "gridConsume": -1,
                                                    "gridConsume_kw": false,
                                                    "gridConsume_prop": false,
                                                    "batteryCharge": -1,
                                                    "batteryCharge_kw": false,
                                                    "batteryCharge_prop": false,
                                                    "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": 49,
                                                    "pos_y": 41,
                                                    "color": "none",
                                                    "fill": "rgb(195, 255, 81)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 18,
                                                    "align": "middle",
                                                    "text": "ID 2",
                                                    "unit": "kW",
                                                    "source": 2,
                                                    "source_option": -1,
                                                    "source_display": "value",
                                                    "shadow": "",
                                                    "threshold": 0,
                                                    "calculate_kw": true,
                                                    "convert": false,
                                                    "decimal_places": 2,
                                                    "action": "none",
                                                    "subtract": [
                                                        -1
                                                    ],
                                                    "frame": "_overlay"
                                                },
                                                "5": {
                                                    "position": 0,
                                                    "type": "rect",
                                                    "id": 5,
                                                    "rx": 10,
                                                    "height": 100,
                                                    "width": 100,
                                                    "pos_x": 1,
                                                    "pos_y": 1,
                                                    "fill": "none",
                                                    "color": "rgb(195, 255, 81)",
                                                    "stroke": 2,
                                                    "shadow": "rgba(0,0,0,0.7)",
                                                    "frame": "_overlay",
                                                    "fill_value": null,
                                                    "fill_type": "percent",
                                                    "fill_direction": 90,
                                                    "fill_max": null,
                                                    "border_value": null,
                                                    "border_type": -1,
                                                    "border_direction": "cw",
                                                    "border_style": "round",
                                                    "border_max": null,
                                                    "border_reverse_value": null,
                                                    "border_reverse": false,
                                                    "border_start": 180,
                                                    "source": 2,
                                                    "threshold": 0
                                                },
                                                "6": {
                                                    "position": 0,
                                                    "type": "icon",
                                                    "id": "6",
                                                    "icon": "mdi:solar-panel",
                                                    "width": 24,
                                                    "height": 24,
                                                    "color": "rgb(195, 255, 81)",
                                                    "pos_x": "39",
                                                    "pos_y": "5",
                                                    "shadow": "",
                                                    "source": -1,
                                                    "threshold": 0,
                                                    "frame": "_overlay",
                                                    "action": "none"
                                                },
                                                "7": {
                                                    "position": 1,
                                                    "type": "rect",
                                                    "id": 7,
                                                    "rx": 10,
                                                    "height": 100,
                                                    "width": 100,
                                                    "pos_x": 221,
                                                    "pos_y": 221,
                                                    "fill": "none",
                                                    "color": "rgb(0, 209, 255)",
                                                    "stroke": 2,
                                                    "shadow": "rgba(0,0,0,0.7)",
                                                    "frame": "_overlay",
                                                    "fill_value": null,
                                                    "fill_type": "percent",
                                                    "fill_direction": 90,
                                                    "fill_max": null,
                                                    "border_value": null,
                                                    "border_type": -1,
                                                    "border_direction": "cw",
                                                    "border_style": "round",
                                                    "border_max": null,
                                                    "border_reverse_value": null,
                                                    "border_reverse": false,
                                                    "border_start": 180,
                                                    "source": 1,
                                                    "threshold": 0
                                                },
                                                "9": {
                                                    "position": 1,
                                                    "type": "text",
                                                    "subType": "datasource",
                                                    "id": 9,
                                                    "pos_x": 271,
                                                    "pos_y": 263,
                                                    "color": "none",
                                                    "fill": "rgb(0, 209, 255)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 18,
                                                    "align": "middle",
                                                    "text": "ID 9",
                                                    "unit": "kW",
                                                    "source": 1,
                                                    "source_option": -1,
                                                    "source_display": "value",
                                                    "shadow": "",
                                                    "threshold": 0,
                                                    "calculate_kw": true,
                                                    "convert": false,
                                                    "decimal_places": 2,
                                                    "action": "none",
                                                    "subtract": [
                                                        -1
                                                    ],
                                                    "frame": "_overlay"
                                                },
                                                "10": {
                                                    "position": 2,
                                                    "type": "text",
                                                    "id": 10,
                                                    "pos_x": 51,
                                                    "pos_y": 74,
                                                    "color": "none",
                                                    "fill": "rgb(195, 255, 81)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 14,
                                                    "align": "middle",
                                                    "text": "Produktion",
                                                    "shadow": "",
                                                    "frame": "_overlay"
                                                },
                                                "11": {
                                                    "position": 3,
                                                    "type": "text",
                                                    "id": 11,
                                                    "pos_x": 271,
                                                    "pos_y": 297,
                                                    "color": "none",
                                                    "fill": "rgb(0, 209, 255)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 14,
                                                    "align": "middle",
                                                    "text": "Gesamt",
                                                    "shadow": "",
                                                    "frame": "_overlay"
                                                },
                                                "12": {
                                                    "position": 1,
                                                    "type": "icon",
                                                    "id": "12",
                                                    "icon": "mdi:house-city",
                                                    "width": 24,
                                                    "height": 24,
                                                    "color": "rgb(0, 209, 255)",
                                                    "pos_x": "259",
                                                    "pos_y": "227",
                                                    "shadow": "",
                                                    "source": -1,
                                                    "threshold": 0,
                                                    "frame": "_overlay",
                                                    "action": "none"
                                                },
                                                "14": {
                                                    "position": 2,
                                                    "type": "rect",
                                                    "id": 14,
                                                    "rx": 10,
                                                    "height": 100,
                                                    "width": 100,
                                                    "pos_x": 1,
                                                    "pos_y": 301,
                                                    "fill": "none",
                                                    "color": "rgb(255, 0, 0)",
                                                    "stroke": 2,
                                                    "shadow": "rgba(0,0,0,0.7)",
                                                    "frame": "_overlay",
                                                    "fill_value": null,
                                                    "fill_type": "percent",
                                                    "fill_direction": 90,
                                                    "fill_max": null,
                                                    "border_value": null,
                                                    "border_type": -1,
                                                    "border_direction": "cw",
                                                    "border_style": "round",
                                                    "border_max": null,
                                                    "border_reverse_value": null,
                                                    "border_reverse": false,
                                                    "border_start": 180,
                                                    "source": 0,
                                                    "threshold": 0
                                                },
                                                "19": {
                                                    "position": 4,
                                                    "type": "text",
                                                    "subType": "datasource",
                                                    "id": 19,
                                                    "pos_x": 50,
                                                    "pos_y": 343,
                                                    "color": "none",
                                                    "fill": "rgb(255, 0, 0)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 18,
                                                    "align": "middle",
                                                    "text": "ID 19",
                                                    "unit": "kW",
                                                    "source": 0,
                                                    "source_option": -1,
                                                    "source_display": "value",
                                                    "shadow": "",
                                                    "threshold": 0,
                                                    "calculate_kw": true,
                                                    "convert": true,
                                                    "decimal_places": 2,
                                                    "action": "none",
                                                    "subtract": [
                                                        -1
                                                    ],
                                                    "frame": "_overlay"
                                                },
                                                "20": {
                                                    "position": 2,
                                                    "type": "icon",
                                                    "id": "20",
                                                    "icon": "mdi:electricity-from-grid",
                                                    "width": 24,
                                                    "height": 24,
                                                    "color": "rgb(255, 0, 0)",
                                                    "pos_x": "38",
                                                    "pos_y": "307",
                                                    "shadow": "",
                                                    "source": -1,
                                                    "threshold": 0,
                                                    "frame": "_overlay",
                                                    "action": "none"
                                                },
                                                "21": {
                                                    "position": 5,
                                                    "type": "text",
                                                    "id": 21,
                                                    "pos_x": 50,
                                                    "pos_y": 377,
                                                    "color": "none",
                                                    "fill": "rgb(255, 0, 0)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 14,
                                                    "align": "middle",
                                                    "text": "Netz",
                                                    "shadow": "",
                                                    "frame": "_overlay"
                                                },
                                                "22": {
                                                    "position": 3,
                                                    "type": "rect",
                                                    "id": 22,
                                                    "rx": 10,
                                                    "height": 100,
                                                    "width": 100,
                                                    "pos_x": 121,
                                                    "pos_y": 1,
                                                    "fill": "none",
                                                    "color": "rgb(255, 206, 74)",
                                                    "stroke": 2,
                                                    "shadow": "rgba(0,0,0,0.7)",
                                                    "frame": "_overlay",
                                                    "fill_value": null,
                                                    "fill_type": "percent",
                                                    "fill_direction": 90,
                                                    "fill_max": null,
                                                    "border_value": null,
                                                    "border_type": -1,
                                                    "border_direction": "cw",
                                                    "border_style": "round",
                                                    "border_max": null,
                                                    "border_reverse_value": null,
                                                    "border_reverse": false,
                                                    "border_start": 180,
                                                    "source": -1,
                                                    "threshold": 0
                                                },
                                                "24": {
                                                    "position": 6,
                                                    "type": "text",
                                                    "id": 24,
                                                    "pos_x": 171,
                                                    "pos_y": 77,
                                                    "color": "none",
                                                    "fill": "rgb(255, 206, 74)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 14,
                                                    "align": "middle",
                                                    "text": "Proxmox",
                                                    "shadow": "",
                                                    "frame": "_overlay"
                                                },
                                                "26": {
                                                    "position": 7,
                                                    "type": "text",
                                                    "subType": "datasource",
                                                    "id": 26,
                                                    "pos_x": 171,
                                                    "pos_y": 43,
                                                    "color": "none",
                                                    "fill": "rgb(255, 206, 74)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 18,
                                                    "align": "middle",
                                                    "text": "ID 26",
                                                    "unit": "W",
                                                    "source": 3,
                                                    "source_option": -1,
                                                    "source_display": "value",
                                                    "shadow": "",
                                                    "threshold": 0,
                                                    "calculate_kw": false,
                                                    "convert": false,
                                                    "decimal_places": 0,
                                                    "action": "none",
                                                    "subtract": [
                                                        -1
                                                    ],
                                                    "frame": "_overlay"
                                                },
                                                "27": {
                                                    "position": 4,
                                                    "type": "rect",
                                                    "id": 27,
                                                    "rx": 10,
                                                    "height": 100,
                                                    "width": 100,
                                                    "pos_x": 241,
                                                    "pos_y": 1,
                                                    "fill": "none",
                                                    "color": "rgb(255, 206, 74)",
                                                    "stroke": 2,
                                                    "shadow": "rgba(0,0,0,0.7)",
                                                    "frame": "_overlay",
                                                    "fill_value": null,
                                                    "fill_type": "percent",
                                                    "fill_direction": 90,
                                                    "fill_max": null,
                                                    "border_value": null,
                                                    "border_type": -1,
                                                    "border_direction": "cw",
                                                    "border_style": "round",
                                                    "border_max": null,
                                                    "border_reverse_value": null,
                                                    "border_reverse": false,
                                                    "border_start": 180,
                                                    "source": -1,
                                                    "threshold": 0
                                                },
                                                "28": {
                                                    "position": 8,
                                                    "type": "text",
                                                    "id": 28,
                                                    "pos_x": 291,
                                                    "pos_y": 77,
                                                    "color": "none",
                                                    "fill": "rgb(255, 206, 74)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 14,
                                                    "align": "middle",
                                                    "text": "Tiefkühltruhe",
                                                    "shadow": "",
                                                    "frame": "_overlay"
                                                },
                                                "29": {
                                                    "position": 9,
                                                    "type": "text",
                                                    "subType": "datasource",
                                                    "id": 29,
                                                    "pos_x": 291,
                                                    "pos_y": 43,
                                                    "color": "none",
                                                    "fill": "rgb(255, 206, 74)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 18,
                                                    "align": "middle",
                                                    "text": "ID 29",
                                                    "unit": "W",
                                                    "source": 4,
                                                    "source_option": -1,
                                                    "source_display": "value",
                                                    "shadow": "",
                                                    "threshold": 0,
                                                    "calculate_kw": false,
                                                    "convert": false,
                                                    "decimal_places": 0,
                                                    "action": "none",
                                                    "subtract": [
                                                        -1
                                                    ],
                                                    "frame": "_overlay"
                                                },
                                                "31": {
                                                    "position": 5,
                                                    "type": "rect",
                                                    "id": 31,
                                                    "rx": 10,
                                                    "height": 100,
                                                    "width": 100,
                                                    "pos_x": 363,
                                                    "pos_y": 1,
                                                    "fill": "none",
                                                    "color": "rgb(255, 206, 74)",
                                                    "stroke": 2,
                                                    "shadow": "rgba(0,0,0,0.7)",
                                                    "frame": "_overlay",
                                                    "fill_value": null,
                                                    "fill_type": "percent",
                                                    "fill_direction": 90,
                                                    "fill_max": null,
                                                    "border_value": null,
                                                    "border_type": -1,
                                                    "border_direction": "cw",
                                                    "border_style": "round",
                                                    "border_max": null,
                                                    "border_reverse_value": null,
                                                    "border_reverse": false,
                                                    "border_start": 180,
                                                    "source": -1,
                                                    "threshold": 0
                                                },
                                                "32": {
                                                    "position": 10,
                                                    "type": "text",
                                                    "id": 32,
                                                    "pos_x": 413,
                                                    "pos_y": 77,
                                                    "color": "none",
                                                    "fill": "rgb(255, 206, 74)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 14,
                                                    "align": "middle",
                                                    "text": "Fernseher",
                                                    "shadow": "",
                                                    "frame": "_overlay"
                                                },
                                                "33": {
                                                    "position": 11,
                                                    "type": "text",
                                                    "subType": "datasource",
                                                    "id": 33,
                                                    "pos_x": 413,
                                                    "pos_y": 43,
                                                    "color": "none",
                                                    "fill": "rgb(255, 206, 74)",
                                                    "font_family": "Arial, sans-serif",
                                                    "font_size": 18,
                                                    "align": "middle",
                                                    "text": "ID 33",
                                                    "unit": "W",
                                                    "source": 5,
                                                    "source_option": -1,
                                                    "source_display": "value",
                                                    "shadow": "",
                                                    "threshold": 0,
                                                    "calculate_kw": false,
                                                    "convert": false,
                                                    "decimal_places": 0,
                                                    "action": "none",
                                                    "subtract": [
                                                        -1
                                                    ],
                                                    "frame": "_overlay"
                                                },
                                                "35": {
                                                    "position": 3,
                                                    "type": "icon",
                                                    "id": "35",
                                                    "icon": "mdi:house-city",
                                                    "width": 24,
                                                    "height": 24,
                                                    "color": "rgb(255, 206, 74)",
                                                    "pos_x": "158",
                                                    "pos_y": "6",
                                                    "shadow": "",
                                                    "source": -1,
                                                    "threshold": 0,
                                                    "frame": "_overlay",
                                                    "action": "none"
                                                },
                                                "36": {
                                                    "position": 4,
                                                    "type": "icon",
                                                    "id": "36",
                                                    "icon": "mdi:house-city",
                                                    "width": 24,
                                                    "height": 24,
                                                    "color": "rgb(255, 206, 74)",
                                                    "pos_x": "278",
                                                    "pos_y": "7",
                                                    "shadow": "",
                                                    "source": -1,
                                                    "threshold": 0,
                                                    "frame": "_overlay",
                                                    "action": "none"
                                                },
                                                "37": {
                                                    "position": 5,
                                                    "type": "icon",
                                                    "id": "37",
                                                    "icon": "mdi:house-city",
                                                    "width": 24,
                                                    "height": 24,
                                                    "color": "rgb(255, 206, 74)",
                                                    "pos_x": "401",
                                                    "pos_y": "6",
                                                    "shadow": "",
                                                    "source": -1,
                                                    "threshold": 0,
                                                    "frame": "_overlay",
                                                    "action": "none"
                                                }
                                            },
                                            "defs": {
                                                "path_5_7": {
                                                    "type": "def",
                                                    "id": "path_5_7",
                                                    "d": "M31 102  V 131.8   V 236 A 15 15 0 0 0 46 251  H 220",
                                                    "startSlot": "bottom_left",
                                                    "endSlot": "left_top"
                                                },
                                                "path_7_22": {
                                                    "type": "def",
                                                    "id": "path_7_22",
                                                    "d": "M251 220  V 196.4 A 15 15 0 0 0 236 181.4  H 166 A 15 15 0 0 1 151 166.4   V 102",
                                                    "startSlot": "top_left",
                                                    "endSlot": "bottom_left"
                                                },
                                                "path_7_27": {
                                                    "type": "def",
                                                    "id": "path_7_27",
                                                    "d": "M271 220  V 102",
                                                    "startSlot": "top",
                                                    "endSlot": "bottom_left"
                                                },
                                                "path_7_31": {
                                                    "type": "def",
                                                    "id": "path_7_31",
                                                    "d": "M291 220  V 196.4 A 15 15 0 0 1 306 181.4  H 378 A 15 15 0 0 0 393 166.4  V 102",
                                                    "startSlot": "top_right",
                                                    "endSlot": "bottom_left"
                                                },
                                                "path_14_7": {
                                                    "type": "def",
                                                    "id": "path_14_7",
                                                    "d": "M71 300  V 294.2   V 285 A 14 14 0 0 1 85 271  H 220",
                                                    "startSlot": "top_right",
                                                    "endSlot": "left"
                                                }
                                            },
                                            "lines": {
                                                "line_path_5_7": {
                                                    "type": "line",
                                                    "id": "line_path_5_7",
                                                    "href": "#path_5_7",
                                                    "color": "rgb(0, 0, 0)",
                                                    "shadow": ""
                                                },
                                                "line_path_7_22": {
                                                    "type": "line",
                                                    "id": "line_path_7_22",
                                                    "href": "#path_7_22",
                                                    "color": "rgb(0, 0, 0)",
                                                    "shadow": ""
                                                },
                                                "line_path_7_27": {
                                                    "type": "line",
                                                    "id": "line_path_7_27",
                                                    "href": "#path_7_27",
                                                    "color": "rgb(0, 0, 0)",
                                                    "shadow": ""
                                                },
                                                "line_path_7_31": {
                                                    "type": "line",
                                                    "id": "line_path_7_31",
                                                    "href": "#path_7_31",
                                                    "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": ""
                                                }
                                            },
                                            "animations": {
                                                "anim_path_5_7": {
                                                    "type": "animation",
                                                    "id": "anim_path_5_7",
                                                    "href": "#path_5_7",
                                                    "color": "rgb(195, 255, 81)",
                                                    "source": 2,
                                                    "threshold": 0,
                                                    "animation_properties": "positive",
                                                    "animation_option": false,
                                                    "dots": 0,
                                                    "duration": 0,
                                                    "power": 0,
                                                    "animation_type": -1
                                                },
                                                "anim_path_7_22": {
                                                    "type": "animation",
                                                    "id": "anim_path_7_22",
                                                    "href": "#path_7_22",
                                                    "color": "rgb(255, 206, 74)",
                                                    "source": 3,
                                                    "threshold": 0,
                                                    "animation_properties": "positive",
                                                    "animation_option": false,
                                                    "dots": 0,
                                                    "duration": 0,
                                                    "power": 0,
                                                    "animation_type": -1
                                                },
                                                "anim_path_7_27": {
                                                    "type": "animation",
                                                    "id": "anim_path_7_27",
                                                    "href": "#path_7_27",
                                                    "color": "rgb(255, 206, 74)",
                                                    "source": 4,
                                                    "threshold": 0,
                                                    "animation_properties": "positive",
                                                    "animation_option": false,
                                                    "dots": 0,
                                                    "duration": 0,
                                                    "power": 0,
                                                    "animation_type": -1
                                                },
                                                "anim_path_7_31": {
                                                    "type": "animation",
                                                    "id": "anim_path_7_31",
                                                    "href": "#path_7_31",
                                                    "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_14_7": {
                                                    "type": "animation",
                                                    "id": "anim_path_14_7",
                                                    "href": "#path_14_7",
                                                    "color": "rgb(255, 15, 67)",
                                                    "source": 0,
                                                    "threshold": 0,
                                                    "animation_properties": "positive",
                                                    "animation_option": false,
                                                    "dots": 0,
                                                    "duration": 0,
                                                    "power": 0,
                                                    "animation_type": -1
                                                }
                                            },
                                            "datasources": {
                                                "0": {
                                                    "source": "sonoff.0.Haus.Stromzähler.MT175_P",
                                                    "alias": "Netzverbrauch"
                                                },
                                                "1": {
                                                    "source": "0_userdata.0.Stromverbrauch_aktuell",
                                                    "alias": "Gesamtverbrauch"
                                                },
                                                "2": {
                                                    "source": "sonoff.0.Haus.Balkonkraftwerk.ENERGY_Power",
                                                    "alias": "Balkonkraftwerk"
                                                },
                                                "3": {
                                                    "source": "sonoff.0.Test.Steckdose3.ENERGY_Power",
                                                    "alias": "Proxmox"
                                                },
                                                "4": {
                                                    "source": "sonoff.0.Test.Steckdose.ENERGY_Power",
                                                    "alias": "Tiefkühltruhe"
                                                },
                                                "5": {
                                                    "source": "sonoff.0.Test.Steckdose2.ENERGY_Power",
                                                    "alias": "Fernseher"
                                                }
                                            }
                                        }
                                        
                                        SKB 1 Reply Last reply Reply Quote 0
                                        • SKB
                                          SKB Developer Most Active @Wal last edited by

                                          @wal Welche Fehlermeldung kommt beim Absturz?

                                          Wal 1 Reply Last reply Reply Quote 0
                                          • Wal
                                            Wal Developer @SKB last edited by

                                            @skb ,
                                            siehe Log den ich gepostet habe.

                                            Armilar SKB 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            906
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            vis
                                            180
                                            4132
                                            4127958
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo