Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Praktische Anwendungen (Showcase)
    4. [Tutorial] SolarEdge -> Modbus -> ioBroker -> Grafana

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Tutorial] SolarEdge -> Modbus -> ioBroker -> Grafana

    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      ZoXx last edited by ZoXx

      Guten Morgen zusammen,

      ich habe das alles mal nachgebaut, vielen vielen Dank!

      • Allerdings habe ich bei der Anzeige:
        6fe66272-995b-435e-968c-4ec028d1821d-image.png
        das Problem, dass folgende Fehlermeldung oben links angezueigt wird.
      InfluxDB Error: unsupported mean iterator type: *query.stringInterruptIterator
      

      hat den Fehler ebenfalls noch wer gehabt?
      -> Dieser Fehler hat sich erledigt.

      • Aktualisiert sich euer Wert für die "Einspeisung heute" auch nicht?
        -> Dieser Fehler hat sich erledigt.

      • Beim modbus.0.holdingRegisters.40107_I_Status erhalte ich die Rückmeldung "1024" anstatt 1,2,3,4 etc.?
        -> Dieser Fehler hat sich erledigt.

      1 Reply Last reply Reply Quote 0
      • Z
        ZoXx @Chris87 last edited by

        @chris87 said in [Tutorial] SolarEdge -> Modbus -> ioBroker -> Grafana:

        Hi @hennerich ,

        kein Thema. Ich sag sogar Danke für die späte Antwort.
        Somit hatte ich die Möglichkeit mich mal detailiert mit Grafana auseinander zu setzten, mit (wie ich finde) gutem Resultat:
        50201f10-7a8b-4c8e-aebf-3c41a3c2c018-image.png

        Hey,
        kannst du mir verraten, welche Datenpunkte dafür verwendet wurden?
        06c0e413-3c02-46b7-971f-044d04c2a86b-image.png

        Vor allem würde mich interessieren, was du beim select für einen Selector genommen hast.

        Viele Grüße

        1 Reply Last reply Reply Quote 0
        • S
          Sammydk last edited by Sammydk

          Hallo bin neu hier und bekomme irgendwann auch mal meine Solaredge PV Anlage, wenn sie denn mal geliefert wird.
          Lieferzeit aktuell im 11 Monat wg. Glas Glas Module
          Ich bin selber mit RaspberryMatic, IOBRoker Inluxdb 1 und InfluxDB 2 und Grafana unterwegs.
          Um hier schon mal was vorzubereiten, habe ich dieses super Tutorial von Hennerich gefunden und versuche es soweit wie es ohne die HW schon mal möglich ist, nachzubauen.

          DIe zur Verfügung gestellten Scripte und Beispiele sind echt klasse und hilfreich, hoffe es läuft auch bei mir bald
          Nur bei dem Modbus Import habe ich mir erst mal die Ohren gebrochen.
          Ich benutze den Modbusadapter V5.0.5 unter IOBRoker Node.js: v14.20.1 und NPM: 6.14.17 bei dem sich die Syntax des Importes scheinbar verändert hat gegenüber dem Export von vor zwei Jahren von Hennerich.
          Ich habe mit mal erlaubt den Export von Hennerich anzupassen, so das man ihn in die Version V5.0.5 importieren kann. Alles aber ohne Gewähr, da ich noch nicht testen konnte.
          Verändert wurde :
          Wegfall der ersten Spaltenbeschreibung.
          Sieht dann so aus: "_address name description unit type len factor offset formula role room poll wp cw isScale"
          Wegfall von allen ";" wurden durch TAB's ersetzt und die "1" am Anfang jeder Zeile.
          Erweitert habe ich jede Zeile und "false false" für cw und isScale sonst meckert er den Import an wegen zwei fehlende Werte. Ob "false" oder "true" hier richtig ist , weiß ich nicht, da die beiden Werte im Original nicht existieren.

          Vielleicht hat ja mal jemand einen Export aus einer laufenden Modbus Installation.
          So dann hier das Ergebnis.

          "BASE = 0"
          
          
          address	name	description	unit	type	len	factor	offset	formula	role	room	poll	wp
          40000	C_SunSpec_ID	"Wert = ""SunS"" (0x53756e53). Identifiziert dies eindeutig als eine SunSpec Modbus-Karte"		uint32be	2	1	0	value		true	false  false  false
          40002	C_SunSpec_DID	Wert = 0x0001. Identifiziert dies eindeutig als einen SunSpec “Common Block“		uint16be	1	1	0	value		true	false  false  false
          40003	C_SunSpec_Länge	65 = Länge eines Blocks in 16-bit Registern		uint16be	1	1	0	value		true	false  false  false
          40004	C_Hersteller	"Bei SunSpec eingetragener Wert = ""SolarEdge"""		string	16	1	0	value		true	false  false  false
          40020	C_Modell	Spezifischer SolarEdge Wert		string	16	1	0	value		true	false  false  false
          40044	C_Version	Spezifischer SolarEdge Wert		string	8	1	0	value		true	false  false  false
          40052	C_Seriennummer	Eindeutiger SolarEdge Wert		string	16	1	0	value		true	false  false  false
          40069	C_SunSpec_DID	101 = Einphasig, 102 = Spaltphase, 103 = Dreiphasig		uint16be	1	1	0	value		true	false  false  false
          40071	I_AC_Strom	AC-Gesamtstromwert	A	uint16be	1	1	0	value		true	false  false  false
          40072	I_AC_StromA	AC-Phase A (L1) Stromwert	A	uint16be	1	1	0	value		true	false  false  false
          40073	I_AC_StromB	AC-Phase B (L2) Stromwert	A	uint16be	1	1	0	value		true	false  false  false
          40074	I_AC_StromC	AC-Phase C (L3) Stromwert	A	uint16be	1	1	0	value		true	false  false  false
          40075	I_AC_Strom_SF	AC-Strom Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40083	I_AC_Leistung	AC-Leistungswert	W	uint16be	1	1	0	value		true	false  false  false
          40084	I_AC_Leistung_SF	AC-Leistung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40087	I_AC_VA	Scheinleistung	VA	uint16be	1	1	0	value		true	false  false  false
          40088	I_AC_VA_SF	Scheinleistung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40089	I_AC_VAR	Blindleistung	VAR	uint16be	1	1	0	value		true	false  false  false
          40090	I_AC_VAR_SF	Blindleistung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40091	I_AC_PF	Leistungsfaktor	%	uint16be	1	1	0	value		true	false  false  false
          40092	I_AC_PF_SF	Leistungsfaktor Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40093	I_AC_Energie_WH	AC Gesamt-Energieproduktion	Wh	uint32be	2	1	0	value		true	false  false  false
          40095	I_AC_Energie_WH_SF	AC Gesamtenergie Skalierungsfaktor	SF	uint16be	1	1	0	value		true	false  false  false
          40096	I_DC_Strom	DC-Stromwert	A	uint16be	1	1	0	value		true	false  false  false
          40097	I_DC_Strom_SF	DC-Strom Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40098	I_DC_Spannung	DC-Spannungswert	V	uint16be	1	1	0	value		true	false  false  false
          40099	I_DC_Spannung_SF	DC-Spannung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40100	I_DC_Leistung	DC-Leistungswert	W	uint16be	1	1	0	value		true	false  false  false
          40101	I_DC_Leistung_SF	DC-Leistung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40103	I_Temp_Kühler	Kühlkörpertemperatur	°C	uint16be	1	1	0	value		true	false  false  false
          40106	I_Temp_SF	Kühlkörpertemperatur Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40107	I_Status	Betriebszustand (1 = Aus, 2 = Schlafen (Automatisches Herunterfahren) – Nachtmodus, 3 = Aufwachen/Starten, 4 = Wechselrichter ist AN und wandelt Energie, 5 = Begrenzte Produktion, 6 = Herunterfahren, 7 = Fehler, 8 = Wartung/Setup)		uint16be	1	1	0	value		true	false  false  false
          40108	I_Status_Anbieter	Anbieter-spezifischer Betriebszustand sowie Fehlercodes: 1 = Aus, 2 = Schlafen (Automatisches Herunterfahren) – Nachtmodus, 3 = Aufwachen/Starten, 4 = Wechselrichter ist AN und wandelt Energie, 5 = Begrenzte Produktion, 6 = Herunterfahren, 7 = Fehler, 8 = Wartung/Setup		uint16be	1	1	0	value		true	false  false  false
          40123	C_Manufacturer	Meter manufacturer		string	32	1	0	value		true	false  false  false
          40139	C_Model	Meter model		string	32	1	0	value		true	false  false  false
          40155	C_Option	Export + Import, Production, consumption		string	16	1	0	value		true	false  false  false
          40190	M_AC_Current	AC Current (sum of active phases)	A	uint16be	1	1	0	value		true	false  false  false
          40194	M_AC_Current_S F	AC Current Scale Factor	SF	int16be	1	1	0	value		true	false  false  false
          40206	M_AC_Power	Total Real Power (sum of active phases)	W	int16be	1	1	0	value		true	false  false  false
          40210	M_AC_Power_SF	AC Real Power Scale Factor	SF	int16be	1	1	0	value		true	false  false  false
          40226	M_Exported	Total Exported Real Energy	Wh	uint32be	2	1	0	value		true	false  false  false
          40234	M_Imported	Total Imported Real Energy	Wh	uint32be	2	1	0	value		true	false  false  false
          40242	M_Energy_W_SF	Real Energy Scale Factor	SF	int16be	1	1	0	value		true	false  false  false
          

          und hier auch noch mal für BASE 1

          40001	C_SunSpec_ID	"Wert = ""SunS"" (0x53756e53). Identifiziert dies eindeutig als eine SunSpec Modbus-Karte"		uint32be	2	1	0	value		true	false  false  false
          40002	C_SunSpec_DID	Wert = 0x0001. Identifiziert dies eindeutig als einen SunSpec “Common Block“		uint16be	1	1	0	value		true	false  false  false
          40003	C_SunSpec_Länge	65 = Länge eines Blocks in 16-bit Registern		uint16be	1	1	0	value		true	false  false  false
          40004	C_Hersteller	"Bei SunSpec eingetragener Wert = ""SolarEdge"""		string	16	1	0	value		true	false  false  false
          40021	C_Modell	Spezifischer SolarEdge Wert		string	16	1	0	value		true	false  false  false
          40045	C_Version	Spezifischer SolarEdge Wert		string	8	1	0	value		true	false  false  false
          40053	C_Seriennummer	Eindeutiger SolarEdge Wert		string	16	1	0	value		true	false  false  false
          40070	C_SunSpec_DID	101 = Einphasig, 102 = Spaltphase, 103 = Dreiphasig		uint16be	1	1	0	value		true	false  false  false
          40072	I_AC_Strom	AC-Gesamtstromwert	A	uint16be	1	1	0	value		true	false  false  false
          40073	I_AC_StromA	AC-Phase A (L1) Stromwert	A	uint16be	1	1	0	value		true	false  false  false
          40074	I_AC_StromB	AC-Phase B (L2) Stromwert	A	uint16be	1	1	0	value		true	false  false  false
          40075	I_AC_StromC	AC-Phase C (L3) Stromwert	A	uint16be	1	1	0	value		true	false  false  false
          40076	I_AC_Strom_SF	AC-Strom Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40084	I_AC_Leistung	AC-Leistungswert	W	uint16be	1	1	0	value		true	false  false  false
          40085	I_AC_Leistung_SF	AC-Leistung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40088	I_AC_VA	Scheinleistung	VA	uint16be	1	1	0	value		true	false  false  false
          40089	I_AC_VA_SF	Scheinleistung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40090	I_AC_VAR	Blindleistung	VAR	uint16be	1	1	0	value		true	false  false  false
          40091	I_AC_VAR_SF	Blindleistung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40092	I_AC_PF	Leistungsfaktor	%	uint16be	1	1	0	value		true	false  false  false
          40093	I_AC_PF_SF	Leistungsfaktor Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40094	I_AC_Energie_WH	AC Gesamt-Energieproduktion	Wh	uint32be	2	1	0	value		true	false  false  false
          40096	I_AC_Energie_WH_SF	AC Gesamtenergie Skalierungsfaktor	SF	uint16be	1	1	0	value		true	false  false  false
          40097	I_DC_Strom	DC-Stromwert	A	uint16be	1	1	0	value		true	false  false  false
          40098	I_DC_Strom_SF	DC-Strom Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40099	I_DC_Spannung	DC-Spannungswert	V	uint16be	1	1	0	value		true	false  false  false
          40100	I_DC_Spannung_SF	DC-Spannung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40101	I_DC_Leistung	DC-Leistungswert	W	uint16be	1	1	0	value		true	false  false  false
          40102	I_DC_Leistung_SF	DC-Leistung Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40104	I_Temp_Kühler	Kühlkörpertemperatur	°C	uint16be	1	1	0	value		true	false  false  false
          40107	I_Temp_SF	Kühlkörpertemperatur Skalierungsfaktor	SF	int16be	1	1	0	value		true	false  false  false
          40108	I_Status	Betriebszustand (1 = Aus, 2 = Schlafen (Automatisches Herunterfahren) – Nachtmodus, 3 = Aufwachen/Starten, 4 = Wechselrichter ist AN und wandelt Energie, 5 = Begrenzte Produktion, 6 = Herunterfahren, 7 = Fehler, 8 = Wartung/Setup)		uint16be	1	1	0	value		true	false  false  false
          40109	I_Status_Anbieter	Anbieter-spezifischer Betriebszustand sowie Fehlercodes: 1 = Aus, 2 = Schlafen (Automatisches Herunterfahren) – Nachtmodus, 3 = Aufwachen/Starten, 4 = Wechselrichter ist AN und wandelt Energie, 5 = Begrenzte Produktion, 6 = Herunterfahren, 7 = Fehler, 8 = Wartung/Setup		uint16be	1	1	0	value		true	false  false  false
          40124	C_Manufacturer	Meter manufacturer		string	32	1	0	value		true	false  false  false
          40140	C_Model	Meter model		string	32	1	0	value		true	false  false  false
          40156	C_Option	Export + Import, Production, consumption		string	16	1	0	value		true	false  false  false
          40191	M_AC_Current	AC Current (sum of active phases)	A	uint16be	1	1	0	value		true	false  false  false
          40195	M_AC_Current_S F	AC Current Scale Factor	SF	int16be	1	1	0	value		true	false  false  false
          40207	M_AC_Power	Total Real Power (sum of active phases)	W	int16be	1	1	0	value		true	false  false  false
          40211	M_AC_Power_SF	AC Real Power Scale Factor	SF	int16be	1	1	0	value		true	false  false  false
          40227	M_Exported	Total Exported Real Energy	Wh	uint32be	2	1	0	value		true	false  false  false
          40235	M_Imported	Total Imported Real Energy	Wh	uint32be	2	1	0	value		true	false  false  false
          40243	M_Energy_W_SF	Real Energy Scale Factor	SF	int16be	1	1	0	value		true	false  false  false
          

          Sollte das jemand versuchen, bitte immer erst mit dem System und mit dem von Hennerich erstellen Export am Anfang vergleichen.

          G Dietmar

          Josef Kristen 1 Reply Last reply Reply Quote 0
          • H
            hennerich last edited by

            @sammydk

            Hey, ich würde dir sehr gerne meine aktuellen Werte exportieren, muss aber zu meiner Schande gestehen, dass ich zu doof dafür bin.
            Früher gab es ja oben rechts das Plus/Minus Symbol. Die sind jetzt nicht mehr da.
            Wo geht das denn jetzt?

            1 Reply Last reply Reply Quote 0
            • S
              Sammydk @hennerich last edited by

              @hennerich
              Hallo Hennerich, Modbus_export.png

              Auf die beiden Pfeile drücken.

              G Dietmar

              H 1 Reply Last reply Reply Quote 0
              • S
                Sammydk @Chris87 last edited by Sammydk

                @chris87
                Hallo,
                ist es dir möglich von deinem Solardashboard einen Export *.json zu machen, so wie Hennerich das im Tutorial am Anfang erstellt hat?
                Bin überwältigt von deinem Dashboard und da meine Solaredge noch unterwegs ist bin ich natürlich schon mal am probieren und soweit es mir möglich ist am vorbereiten.

                G Dietmar

                H 1 Reply Last reply Reply Quote 0
                • H
                  hennerich @Sammydk last edited by

                  @sammydk sagte in [Tutorial] SolarEdge -> Modbus -> ioBroker -> Grafana:

                  @hennerich
                  Auf die beiden Pfeile drücken.

                  Danke Dietmar! 😁
                  Hier mein Export (bitte bedenken, dass ich keinen Speicher habe)

                  _address	name	description	unit	type	len	factor	offset	formula	role	room	poll	wp	cw	isScale
                  40000	C_SunSpec_ID	"Wert = ""SunS"" (0x53756e53). Identifiziert dies eindeutig als eine SunSpec Modbus-Karte"		uint32be	2	1	0		value		true	false	false	
                  40002	C_SunSpec_DID	Wert = 0x0001. Identifiziert dies eindeutig als einen SunSpec “Common Block“		uint16be	1	1	0		value		true	false	false	
                  40003	C_SunSpec_Länge	65 = Länge eines Blocks in 16-bit Registern		uint16be	1	1	0		value		true	false	false	
                  40004	C_Hersteller	"Bei SunSpec eingetragener Wert = ""SolarEdge"""		string	16				value		true	false	false	
                  40020	C_Modell	Spezifischer SolarEdge Wert		string	16				value		true	false	false	
                  40044	C_Version	Spezifischer SolarEdge Wert		string	8				value		true	false	false	
                  40052	C_Seriennummer	Eindeutiger SolarEdge Wert		string	16				value		true	false	false	
                  40069	C_SunSpec_DID	101 = Einphasig, 102 = Spaltphase, 103 = Dreiphasig		uint16be	1	1	0		value		true	false	false	
                  40071	I_AC_Strom	AC-Gesamtstromwert	A	uint16be	1	1	0		value		true	false	false	
                  40072	I_AC_StromA	AC-Phase A (L1) Stromwert	A	uint16be	1	1	0		value		true	false	false	
                  40073	I_AC_StromB	AC-Phase B (L2) Stromwert	A	uint16be	1	1	0		value		true	false	false	
                  40074	I_AC_StromC	AC-Phase C (L3) Stromwert	A	uint16be	1	1	0		value		true	false	false	
                  40075	I_AC_Strom_SF	AC-Strom Skalierungsfaktor	SF	int16be	1	1	0		value		true	false	false	
                  40083	I_AC_Leistung	AC-Leistungswert	W	uint16be	1	1	0		value		true	false	false	
                  40084	I_AC_Leistung_SF	AC-Leistung Skalierungsfaktor	SF	int16be	1	1	0		value		true	false	false	
                  40087	I_AC_VA	Scheinleistung	VA	uint16be	1	1	0		value		true	false	false	
                  40088	I_AC_VA_SF	Scheinleistung Skalierungsfaktor	SF	int16be	1	1	0		value		true	false	false	
                  40089	I_AC_VAR	Blindleistung	VAR	uint16be	1	1	0		value		true	false	false	
                  40090	I_AC_VAR_SF	Blindleistung Skalierungsfaktor	SF	int16be	1	1	0		value		true	false	false	
                  40091	I_AC_PF	Leistungsfaktor	%	uint16be	1	1	0		value		true	false	false	
                  40092	I_AC_PF_SF	Leistungsfaktor Skalierungsfaktor	SF	int16be	1	1	0		value		true	false	false	
                  40093	I_AC_Energie_WH	AC Gesamt-Energieproduktion	Wh	uint32be	2	1	0		value		true	false	false	
                  40095	I_AC_Energie_WH_SF	AC Gesamtenergie Skalierungsfaktor	SF	uint16be	1	1	0		value		true	false	false	
                  40096	I_DC_Strom	DC-Stromwert	A	uint16be	1	1	0		value		true	false	false	
                  40097	I_DC_Strom_SF	DC-Strom Skalierungsfaktor	SF	int16be	1	1	0		value		true	false	false	
                  40098	I_DC_Spannung	DC-Spannungswert	V	uint16be	1	1	0		value		true	false	false	
                  40099	I_DC_Spannung_SF	DC-Spannung Skalierungsfaktor	SF	int16be	1	1	0		value		true	false	false	
                  40100	I_DC_Leistung	DC-Leistungswert	W	uint16be	1	1	0		value		true	false	false	
                  40101	I_DC_Leistung_SF	DC-Leistung Skalierungsfaktor	SF	int16be	1	1	0		value		true	false	false	
                  40103	I_Temp_Kühler	Kühlkörpertemperatur	°C	uint16be	1	1	0		value		true	false	false	
                  40106	I_Temp_SF	Kühlkörpertemperatur Skalierungsfaktor	SF	int16be	1	1	0		value		true	false	false	
                  40107	I_Status	Betriebszustand (1 = Aus, 2 = Schlafen (Automatisches Herunterfahren) – Nachtmodus, 3 = Aufwachen/Starten, 4 = Wechselrichter ist AN und wandelt Energie, 5 = Begrenzte Produktion, 6 = Herunterfahren, 7 = Fehler, 8 = Wartung/Setup)		uint16be	1	1	0		value		true	false	false	
                  40108	I_Status_Anbieter	Anbieter-spezifischer Betriebszustand sowie Fehlercodes: 1 = Aus, 2 = Schlafen (Automatisches Herunterfahren) – Nachtmodus, 3 = Aufwachen/Starten, 4 = Wechselrichter ist AN und wandelt Energie, 5 = Begrenzte Produktion, 6 = Herunterfahren, 7 = Fehler, 8 = Wartung/Setup		uint16be	1	1	0		value		true	false	false	
                  40123	C_Manufacturer	Meter manufacturer		string	32	1	0		value		true	false	false	
                  40139	C_Model	Meter model		string	32	1	0		value		true	false	false	
                  40155	C_Option	Export + Import, Production, consumption		string	16	1	0		value		true	false	false	
                  40190	M_AC_Current	AC Current (sum of active phases)	A	uint16be	1	1	0		value		true	false	false	
                  40194	M_AC_Current_S F	AC Current Scale Factor	SF	int16be	1	1	0		value		true	false	false	
                  40206	M_AC_Power	Total Real Power (sum of active phases)	W	int16be	1	1	0		value		true	false	false	
                  40210	M_AC_Power_SF	AC Real Power Scale Factor	SF	int16be	1	1	0		value		true	false	false	
                  40226	M_Exported	Total Exported Real Energy	Wh	uint32be	2	1	0		value		true	false	false	
                  40234	M_Imported	Total Imported Real Energy	Wh	uint32be	2	1	0		value		true	false	false	
                  40242	M_Energy_W_SF	Real Energy Scale Factor	SF	int16be	1	1	0		value		true	false	false	
                  
                  1 Reply Last reply Reply Quote 0
                  • H
                    hennerich @Sammydk last edited by

                    @sammydk sagte in [Tutorial] SolarEdge -> Modbus -> ioBroker -> Grafana:

                    @chris87
                    Hallo,
                    ist es dir möglich von deinem Solardashboard einen Export *.json zu machen, so wie Hennerich das im Tutorial am Anfang erstellt hat?
                    Bin überwältigt von deinem Dashboard und da meine Solaredge noch unterwegs ist bin ich natürlich schon mal am probieren und soweit es mir möglich ist am vorbereiten.

                    G Dietmar

                    Du meinst aus dem Grafana?
                    Hier ist meins noch mal:

                    {
                     "__inputs": [
                       {
                         "name": "DS_INFLUXDB",
                         "label": "InfluxDB",
                         "description": "",
                         "type": "datasource",
                         "pluginId": "influxdb",
                         "pluginName": "InfluxDB"
                       }
                     ],
                     "__requires": [
                       {
                         "type": "panel",
                         "id": "gauge",
                         "name": "Gauge",
                         "version": ""
                       },
                       {
                         "type": "grafana",
                         "id": "grafana",
                         "name": "Grafana",
                         "version": "8.0.3"
                       },
                       {
                         "type": "panel",
                         "id": "grafana-clock-panel",
                         "name": "Clock",
                         "version": "1.1.3"
                       },
                       {
                         "type": "datasource",
                         "id": "influxdb",
                         "name": "InfluxDB",
                         "version": "1.0.0"
                       },
                       {
                         "type": "panel",
                         "id": "stat",
                         "name": "Stat",
                         "version": ""
                       },
                       {
                         "type": "panel",
                         "id": "timeseries",
                         "name": "Time series",
                         "version": ""
                       }
                     ],
                     "annotations": {
                       "list": [
                         {
                           "builtIn": 1,
                           "datasource": "-- Grafana --",
                           "enable": true,
                           "hide": true,
                           "iconColor": "rgba(0, 211, 255, 1)",
                           "name": "Annotations & Alerts",
                           "type": "dashboard"
                         }
                       ]
                     },
                     "editable": true,
                     "gnetId": null,
                     "graphTooltip": 0,
                     "id": null,
                     "links": [],
                     "panels": [
                       {
                         "datasource": "${DS_INFLUXDB}",
                         "description": "",
                         "fieldConfig": {
                           "defaults": {
                             "color": {
                               "mode": "palette-classic"
                             },
                             "custom": {
                               "axisLabel": "",
                               "axisPlacement": "auto",
                               "barAlignment": 0,
                               "drawStyle": "line",
                               "fillOpacity": 20,
                               "gradientMode": "opacity",
                               "hideFrom": {
                                 "legend": false,
                                 "tooltip": false,
                                 "viz": false
                               },
                               "lineInterpolation": "linear",
                               "lineWidth": 1,
                               "pointSize": 5,
                               "scaleDistribution": {
                                 "type": "linear"
                               },
                               "showPoints": "never",
                               "spanNulls": true,
                               "stacking": {
                                 "group": "A",
                                 "mode": "none"
                               },
                               "thresholdsStyle": {
                                 "mode": "off"
                               }
                             },
                             "decimals": 0,
                             "links": [],
                             "mappings": [],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "green",
                                   "value": null
                                 },
                                 {
                                   "color": "red",
                                   "value": 80
                                 }
                               ]
                             },
                             "unit": "celsius"
                           },
                           "overrides": [
                             {
                               "matcher": {
                                 "id": "byName",
                                 "options": "Temp."
                               },
                               "properties": [
                                 {
                                   "id": "color",
                                   "value": {
                                     "fixedColor": "#FF7383",
                                     "mode": "fixed"
                                   }
                                 }
                               ]
                             },
                             {
                               "matcher": {
                                 "id": "byName",
                                 "options": "Feuchte"
                               },
                               "properties": [
                                 {
                                   "id": "color",
                                   "value": {
                                     "fixedColor": "#3274D9",
                                     "mode": "fixed"
                                   }
                                 },
                                 {
                                   "id": "unit",
                                   "value": "humidity"
                                 }
                               ]
                             }
                           ]
                         },
                         "gridPos": {
                           "h": 7,
                           "w": 6,
                           "x": 0,
                           "y": 0
                         },
                         "hideTimeOverride": true,
                         "id": 46,
                         "options": {
                           "legend": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "displayMode": "list",
                             "placement": "bottom"
                           },
                           "tooltip": {
                             "mode": "single"
                           }
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "alias": "Temperatur",
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "modbus.0.holdingRegisters.5_TempAussen",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "mean"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": "24h",
                         "timeShift": null,
                         "title": "Außentemperatur",
                         "type": "timeseries"
                       },
                       {
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "color": {
                               "mode": "thresholds"
                             },
                             "displayName": "",
                             "mappings": [],
                             "max": 12000,
                             "min": 0,
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "semi-dark-green",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "watt"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 7,
                           "w": 5,
                           "x": 6,
                           "y": 0
                         },
                         "id": 14,
                         "interval": "5s",
                         "options": {
                           "orientation": "auto",
                           "reduceOptions": {
                             "calcs": [
                               "last"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "showThresholdLabels": false,
                           "showThresholdMarkers": false,
                           "text": {}
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [],
                             "measurement": "javascript.0.Solar.Wechselrichter.PVLeistungAktuell",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "PV Leistung",
                         "type": "gauge"
                       },
                       {
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "color": {
                               "mode": "palette-classic"
                             },
                             "custom": {
                               "axisLabel": "",
                               "axisPlacement": "auto",
                               "barAlignment": 0,
                               "drawStyle": "line",
                               "fillOpacity": 35,
                               "gradientMode": "none",
                               "hideFrom": {
                                 "legend": false,
                                 "tooltip": false,
                                 "viz": false
                               },
                               "lineInterpolation": "linear",
                               "lineWidth": 1,
                               "pointSize": 5,
                               "scaleDistribution": {
                                 "type": "linear"
                               },
                               "showPoints": "never",
                               "spanNulls": true,
                               "stacking": {
                                 "group": "A",
                                 "mode": "none"
                               },
                               "thresholdsStyle": {
                                 "mode": "off"
                               }
                             },
                             "decimals": 1,
                             "links": [],
                             "mappings": [],
                             "min": 0,
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "green",
                                   "value": null
                                 },
                                 {
                                   "color": "red",
                                   "value": 80
                                 }
                               ]
                             },
                             "unit": "watt"
                           },
                           "overrides": [
                             {
                               "matcher": {
                                 "id": "byName",
                                 "options": "Sonnenstand"
                               },
                               "properties": [
                                 {
                                   "id": "color",
                                   "value": {
                                     "fixedColor": "#96D98D",
                                     "mode": "fixed"
                                   }
                                 },
                                 {
                                   "id": "unit",
                                   "value": "short"
                                 },
                                 {
                                   "id": "min",
                                   "value": 1
                                 },
                                 {
                                   "id": "custom.axisPlacement",
                                   "value": "hidden"
                                 },
                                 {
                                   "id": "custom.lineStyle",
                                   "value": {
                                     "dash": [
                                       10,
                                       10
                                     ],
                                     "fill": "dash"
                                   }
                                 }
                               ]
                             },
                             {
                               "matcher": {
                                 "id": "byName",
                                 "options": "PV Leistung"
                               },
                               "properties": [
                                 {
                                   "id": "color",
                                   "value": {
                                     "fixedColor": "#FADE2A",
                                     "mode": "fixed"
                                   }
                                 },
                                 {
                                   "id": "custom.fillOpacity",
                                   "value": 10
                                 },
                                 {
                                   "id": "custom.fillBelowTo",
                                   "value": "Hausverbrauch"
                                 }
                               ]
                             },
                             {
                               "matcher": {
                                 "id": "byName",
                                 "options": "Hausverbrauch"
                               },
                               "properties": [
                                 {
                                   "id": "color",
                                   "value": {
                                     "fixedColor": "#8AB8FF",
                                     "mode": "fixed"
                                   }
                                 },
                                 {
                                   "id": "custom.fillBelowTo",
                                   "value": "PV Leistung"
                                 },
                                 {
                                   "id": "custom.lineWidth",
                                   "value": 0
                                 },
                                 {
                                   "id": "custom.lineWidth",
                                   "value": 1
                                 }
                               ]
                             },
                             {
                               "matcher": {
                                 "id": "byName",
                                 "options": "TempWR"
                               },
                               "properties": [
                                 {
                                   "id": "unit",
                                   "value": "short"
                                 },
                                 {
                                   "id": "min",
                                   "value": 1
                                 },
                                 {
                                   "id": "custom.axisPlacement",
                                   "value": "hidden"
                                 }
                               ]
                             }
                           ]
                         },
                         "gridPos": {
                           "h": 9,
                           "w": 12,
                           "x": 11,
                           "y": 0
                         },
                         "id": 22,
                         "interval": "4m",
                         "options": {
                           "legend": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "displayMode": "hidden",
                             "placement": "bottom"
                           },
                           "tooltip": {
                             "mode": "single"
                           }
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "alias": "PV Leistung",
                             "groupBy": [
                               {
                                 "params": [
                                   "2m"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "none"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Solar.Wechselrichter.PVLeistungAktuell",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "mean"
                                 }
                               ]
                             ],
                             "tags": []
                           },
                           {
                             "alias": "Hausverbrauch",
                             "groupBy": [
                               {
                                 "params": [
                                   "2m"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "none"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Solar.Wechselrichter.Hausverbrauch",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "B",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "mean"
                                 }
                               ]
                             ],
                             "tags": []
                           },
                           {
                             "alias": "Sonnenstand",
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "none"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Solar.Sonnenstand.Elevation",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "C",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "mean"
                                 }
                               ]
                             ],
                             "tags": []
                           },
                           {
                             "alias": "TempWR",
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "hide": false,
                             "measurement": "javascript.0.Solar.Wechselrichter.TempWechselrichter",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "D",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "mean"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "PV",
                         "type": "timeseries"
                       },
                       {
                         "datasource": "${DS_INFLUXDB}",
                         "description": "",
                         "fieldConfig": {
                           "defaults": {
                             "mappings": [
                               {
                                 "options": {
                                   "0": {
                                     "text": "standby"
                                   },
                                   "1": {
                                     "text": "läuft"
                                   }
                                 },
                                 "type": "value"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "blue",
                                   "value": null
                                 },
                                 {
                                   "color": "green",
                                   "value": 1
                                 }
                               ]
                             }
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 2,
                           "w": 6,
                           "x": 0,
                           "y": 7
                         },
                         "id": 42,
                         "options": {
                           "colorMode": "value",
                           "graphMode": "area",
                           "justifyMode": "center",
                           "orientation": "auto",
                           "reduceOptions": {
                             "calcs": [
                               "last"
                             ],
                             "fields": "",
                             "values": true
                           },
                           "text": {},
                           "textMode": "value"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "alias": "",
                             "groupBy": [],
                             "measurement": "0_userdata.0.Test",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "table",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Ölbrenner",
                         "transformations": [],
                         "type": "stat"
                       },
                       {
                         "cacheTimeout": null,
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "mappings": [
                               {
                                 "options": {
                                   "1": {
                                     "text": "AUS"
                                   },
                                   "2": {
                                     "text": "Nachtmodus"
                                   },
                                   "3": {
                                     "text": "Starten"
                                   },
                                   "4": {
                                     "text": "Produktion"
                                   },
                                   "5": {
                                     "text": "Begrenzte Produktion"
                                   },
                                   "6": {
                                     "text": "Herunterfahren"
                                   },
                                   "7": {
                                     "text": "Fehler"
                                   },
                                   "8": {
                                     "text": "Wartung"
                                   }
                                 },
                                 "type": "value"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "green",
                                   "value": null
                                 },
                                 {
                                   "color": "blue",
                                   "value": 2
                                 },
                                 {
                                   "color": "semi-dark-green",
                                   "value": 4
                                 },
                                 {
                                   "color": "semi-dark-red",
                                   "value": 7
                                 }
                               ]
                             }
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 2,
                           "w": 5,
                           "x": 6,
                           "y": 7
                         },
                         "id": 9,
                         "interval": "1m",
                         "links": [],
                         "maxDataPoints": 100,
                         "options": {
                           "colorMode": "value",
                           "graphMode": "area",
                           "justifyMode": "auto",
                           "orientation": "auto",
                           "reduceOptions": {
                             "calcs": [
                               "mean"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [],
                             "measurement": "modbus.1.holdingRegisters.40107_I_Status",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "table",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Wechselrichter",
                         "type": "stat"
                       },
                       {
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "color": {
                               "mode": "thresholds"
                             },
                             "decimals": 1,
                             "displayName": "",
                             "mappings": [],
                             "max": 60,
                             "min": 20,
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "red",
                                   "value": null
                                 },
                                 {
                                   "color": "red",
                                   "value": 30
                                 },
                                 {
                                   "color": "yellow",
                                   "value": 35
                                 },
                                 {
                                   "color": "green",
                                   "value": 40
                                 }
                               ]
                             },
                             "unit": "celsius"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 6,
                           "w": 3,
                           "x": 0,
                           "y": 9
                         },
                         "id": 5,
                         "options": {
                           "orientation": "auto",
                           "reduceOptions": {
                             "calcs": [
                               "last"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "showThresholdLabels": false,
                           "showThresholdMarkers": true,
                           "text": {}
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "alias": "",
                             "groupBy": [],
                             "measurement": "modbus.0.holdingRegisters.7_TempHeizVL",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "VL-Temperatur",
                         "type": "gauge"
                       },
                       {
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "color": {
                               "mode": "thresholds"
                             },
                             "decimals": 1,
                             "displayName": "",
                             "mappings": [],
                             "max": 60,
                             "min": 20,
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "red",
                                   "value": null
                                 },
                                 {
                                   "color": "red",
                                   "value": 38
                                 },
                                 {
                                   "color": "yellow",
                                   "value": 43
                                 },
                                 {
                                   "color": "green",
                                   "value": 47
                                 }
                               ]
                             },
                             "unit": "celsius"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 6,
                           "w": 3,
                           "x": 3,
                           "y": 9
                         },
                         "id": 4,
                         "options": {
                           "orientation": "auto",
                           "reduceOptions": {
                             "calcs": [
                               "last"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "showThresholdLabels": false,
                           "showThresholdMarkers": true,
                           "text": {}
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [],
                             "measurement": "modbus.0.holdingRegisters.12_TempBoilerO",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "WW-Temperatur",
                         "type": "gauge"
                       },
                       {
                         "datasource": null,
                         "description": "",
                         "gridPos": {
                           "h": 6,
                           "w": 5,
                           "x": 6,
                           "y": 9
                         },
                         "id": 48,
                         "options": {
                           "bgColor": "#181b1f",
                           "clockType": "24 hour",
                           "countdownSettings": {
                             "endCountdownTime": "2020-11-09T22:57:52+01:00",
                             "endText": "00:00:00"
                           },
                           "dateSettings": {
                             "dateFormat": "DD.MM.YYYY",
                             "fontSize": "40px",
                             "fontWeight": "normal",
                             "locale": "",
                             "showDate": true
                           },
                           "mode": "time",
                           "timeSettings": {
                             "fontSize": "60px",
                             "fontWeight": "bold"
                           },
                           "timezone": "",
                           "timezoneSettings": {
                             "fontSize": "12px",
                             "fontWeight": "normal",
                             "showTimezone": false,
                             "zoneFormat": "offsetAbbv"
                           }
                         },
                         "targets": [
                           {
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "mean"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "transparent": true,
                         "type": "grafana-clock-panel"
                       },
                       {
                         "cacheTimeout": null,
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "mappings": [
                               {
                                 "options": {
                                   "match": "null",
                                   "result": {
                                     "text": "N/A"
                                   }
                                 },
                                 "type": "special"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "#F2495C",
                                   "value": null
                                 },
                                 {
                                   "color": "#73BF69",
                                   "value": 0
                                 },
                                 {
                                   "color": "#73BF69"
                                 }
                               ]
                             },
                             "unit": "watt"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 4,
                           "x": 11,
                           "y": 9
                         },
                         "id": 18,
                         "interval": null,
                         "links": [],
                         "maxDataPoints": 100,
                         "options": {
                           "colorMode": "value",
                           "fieldOptions": {
                             "calcs": [
                               "lastNotNull"
                             ]
                           },
                           "graphMode": "none",
                           "justifyMode": "auto",
                           "orientation": "horizontal",
                           "reduceOptions": {
                             "calcs": [
                               "mean"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [],
                             "measurement": "javascript.0.Solar.Wechselrichter.ACTotalRealPower",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Import/Export",
                         "type": "stat"
                       },
                       {
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "color": {
                               "mode": "palette-classic"
                             },
                             "custom": {
                               "axisLabel": "",
                               "axisPlacement": "auto",
                               "barAlignment": 0,
                               "drawStyle": "bars",
                               "fillOpacity": 35,
                               "gradientMode": "none",
                               "hideFrom": {
                                 "legend": false,
                                 "tooltip": false,
                                 "viz": false
                               },
                               "lineInterpolation": "linear",
                               "lineWidth": 1,
                               "pointSize": 5,
                               "scaleDistribution": {
                                 "type": "linear"
                               },
                               "showPoints": "never",
                               "spanNulls": true,
                               "stacking": {
                                 "group": "A",
                                 "mode": "none"
                               },
                               "thresholdsStyle": {
                                 "mode": "off"
                               }
                             },
                             "links": [],
                             "mappings": [],
                             "min": 0,
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "green",
                                   "value": null
                                 },
                                 {
                                   "color": "red",
                                   "value": 80
                                 }
                               ]
                             },
                             "unit": "none"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 6,
                           "w": 8,
                           "x": 15,
                           "y": 9
                         },
                         "hideTimeOverride": false,
                         "id": 23,
                         "interval": "",
                         "options": {
                           "legend": {
                             "calcs": [
                               "min"
                             ],
                             "displayMode": "hidden",
                             "placement": "bottom"
                           },
                           "tooltip": {
                             "mode": "single"
                           }
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "alias": "Erzeugt",
                             "groupBy": [
                               {
                                 "params": [
                                   "1d"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Solar.Wechselrichter.PVErzeugteEnergieAktuell",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "query": "SELECT last(\"value\")  / 1000 FROM \"javascript.0.Solar.Wechselrichter.PVErzeugteEnergieTag\" WHERE $timeFilter",
                             "rawQuery": false,
                             "refId": "C",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": "3w",
                         "timeShift": null,
                         "title": "PV Erzeugung in kWh",
                         "type": "timeseries"
                       },
                       {
                         "cacheTimeout": null,
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "mappings": [
                               {
                                 "options": {
                                   "match": "null",
                                   "result": {
                                     "text": "N/A"
                                   }
                                 },
                                 "type": "special"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "red",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "watt"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 4,
                           "x": 11,
                           "y": 12
                         },
                         "id": 20,
                         "interval": null,
                         "links": [],
                         "maxDataPoints": 100,
                         "options": {
                           "colorMode": "value",
                           "fieldOptions": {
                             "calcs": [
                               "lastNotNull"
                             ]
                           },
                           "graphMode": "none",
                           "justifyMode": "auto",
                           "orientation": "horizontal",
                           "reduceOptions": {
                             "calcs": [
                               "mean"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [],
                             "measurement": "javascript.0.Solar.Wechselrichter.Hausverbrauch",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Hausverbrauch",
                         "type": "stat"
                       },
                       {
                         "datasource": null,
                         "description": "",
                         "fieldConfig": {
                           "defaults": {
                             "decimals": 0,
                             "mappings": [],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "Liter"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 6,
                           "x": 0,
                           "y": 15
                         },
                         "id": 52,
                         "options": {
                           "colorMode": "value",
                           "graphMode": "none",
                           "justifyMode": "center",
                           "orientation": "auto",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [],
                             "measurement": "javascript.0.Verbrauchszaehler.HeizölVerbrauchTotal",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Heizölverbrauch 2022",
                         "type": "stat"
                       },
                       {
                         "datasource": null,
                         "fieldConfig": {
                           "defaults": {
                             "mappings": [],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "kwatth"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 5,
                           "x": 6,
                           "y": 15
                         },
                         "id": 54,
                         "options": {
                           "colorMode": "value",
                           "graphMode": "none",
                           "justifyMode": "auto",
                           "orientation": "auto",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "alias": "",
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "sourceanalytix.0.javascript__0__Verbrauchszaehler__StromVerbrauchTotal.cumulativeReading",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "mean"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Stromverbrauch 2022",
                         "type": "stat"
                       },
                       {
                         "cacheTimeout": null,
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "decimals": 2,
                             "mappings": [
                               {
                                 "options": {
                                   "match": "null",
                                   "result": {
                                     "text": "N/A"
                                   }
                                 },
                                 "type": "special"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "kwatth"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 4,
                           "x": 11,
                           "y": 15
                         },
                         "id": 34,
                         "interval": null,
                         "links": [],
                         "maxDataPoints": 100,
                         "options": {
                           "colorMode": "value",
                           "fieldOptions": {
                             "calcs": [
                               "lastNotNull"
                             ]
                           },
                           "graphMode": "none",
                           "justifyMode": "auto",
                           "orientation": "horizontal",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Solar.Wechselrichter.PVEigenverbrauchAktuell",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Eigenverbrauch heute",
                         "type": "stat"
                       },
                       {
                         "cacheTimeout": null,
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "decimals": 2,
                             "mappings": [
                               {
                                 "options": {
                                   "match": "null",
                                   "result": {
                                     "text": "N/A"
                                   }
                                 },
                                 "type": "special"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "kwatth"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 4,
                           "x": 15,
                           "y": 15
                         },
                         "id": 31,
                         "interval": null,
                         "links": [],
                         "maxDataPoints": 100,
                         "options": {
                           "colorMode": "value",
                           "fieldOptions": {
                             "calcs": [
                               "lastNotNull"
                             ]
                           },
                           "graphMode": "none",
                           "justifyMode": "auto",
                           "orientation": "horizontal",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Solar.Wechselrichter.PVImportierteEnergieAktuell",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Netzbezug heute",
                         "type": "stat"
                       },
                       {
                         "cacheTimeout": null,
                         "datasource": "${DS_INFLUXDB}",
                         "description": "",
                         "fieldConfig": {
                           "defaults": {
                             "decimals": 2,
                             "mappings": [
                               {
                                 "options": {
                                   "match": "null",
                                   "result": {
                                     "text": "N/A"
                                   }
                                 },
                                 "type": "special"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "€"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 4,
                           "x": 19,
                           "y": 15
                         },
                         "id": 44,
                         "interval": null,
                         "links": [],
                         "maxDataPoints": 100,
                         "options": {
                           "colorMode": "value",
                           "fieldOptions": {
                             "calcs": [
                               "lastNotNull"
                             ]
                           },
                           "graphMode": "none",
                           "justifyMode": "auto",
                           "orientation": "horizontal",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Verbrauchszaehler.ErsparnisPVAnlageTag",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Ersparnis heute",
                         "type": "stat"
                       },
                       {
                         "datasource": null,
                         "description": "",
                         "fieldConfig": {
                           "defaults": {
                             "decimals": 0,
                             "mappings": [],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "€"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 6,
                           "x": 0,
                           "y": 18
                         },
                         "id": 50,
                         "options": {
                           "colorMode": "value",
                           "graphMode": "none",
                           "justifyMode": "center",
                           "orientation": "auto",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "alias": "",
                             "groupBy": [],
                             "measurement": "javascript.0.Verbrauchszaehler.HeizölKostenTotal",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Heizkosten 2022",
                         "type": "stat"
                       },
                       {
                         "datasource": null,
                         "fieldConfig": {
                           "defaults": {
                             "mappings": [],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "€"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 5,
                           "x": 6,
                           "y": 18
                         },
                         "id": 56,
                         "options": {
                           "colorMode": "value",
                           "graphMode": "none",
                           "justifyMode": "auto",
                           "orientation": "auto",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "sourceanalytix.0.javascript__0__Verbrauchszaehler__StromVerbrauchTotal.currentYear.costs.05_currentYear",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "mean"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Stromkosten 2022",
                         "type": "stat"
                       },
                       {
                         "cacheTimeout": null,
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "decimals": 2,
                             "mappings": [
                               {
                                 "options": {
                                   "match": "null",
                                   "result": {
                                     "text": "N/A"
                                   }
                                 },
                                 "type": "special"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "kwatth"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 4,
                           "x": 11,
                           "y": 18
                         },
                         "id": 27,
                         "interval": null,
                         "links": [],
                         "maxDataPoints": 100,
                         "options": {
                           "colorMode": "value",
                           "fieldOptions": {
                             "calcs": [
                               "lastNotNull"
                             ]
                           },
                           "graphMode": "none",
                           "justifyMode": "auto",
                           "orientation": "horizontal",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Solar.Wechselrichter.PVErzeugteEnergieAktuell",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "query": "SELECT last(\"value\") FROM \"javascript.0.Solar.Wechselrichter.PVErzeugteEnergieAktuell\" WHERE (\"value\" != '396.0906') AND $timeFilter GROUP BY time($__interval) fill(null)",
                             "rawQuery": false,
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "PV Erzeugung heute",
                         "type": "stat"
                       },
                       {
                         "cacheTimeout": null,
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "decimals": 2,
                             "mappings": [
                               {
                                 "options": {
                                   "match": "null",
                                   "result": {
                                     "text": "N/A"
                                   }
                                 },
                                 "type": "special"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "kwatth"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 4,
                           "x": 15,
                           "y": 18
                         },
                         "id": 29,
                         "interval": null,
                         "links": [],
                         "maxDataPoints": 100,
                         "options": {
                           "colorMode": "value",
                           "fieldOptions": {
                             "calcs": [
                               "lastNotNull"
                             ]
                           },
                           "graphMode": "none",
                           "justifyMode": "center",
                           "orientation": "horizontal",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Solar.Wechselrichter.PVExportierteEnergieAktuell",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Einspeisung heute",
                         "type": "stat"
                       },
                       {
                         "cacheTimeout": null,
                         "datasource": "${DS_INFLUXDB}",
                         "fieldConfig": {
                           "defaults": {
                             "decimals": 2,
                             "mappings": [
                               {
                                 "options": {
                                   "match": "null",
                                   "result": {
                                     "text": "N/A"
                                   }
                                 },
                                 "type": "special"
                               }
                             ],
                             "thresholds": {
                               "mode": "absolute",
                               "steps": [
                                 {
                                   "color": "rgb(200, 200, 200)",
                                   "value": null
                                 }
                               ]
                             },
                             "unit": "€"
                           },
                           "overrides": []
                         },
                         "gridPos": {
                           "h": 3,
                           "w": 4,
                           "x": 19,
                           "y": 18
                         },
                         "id": 43,
                         "interval": null,
                         "links": [],
                         "maxDataPoints": 100,
                         "options": {
                           "colorMode": "value",
                           "fieldOptions": {
                             "calcs": [
                               "lastNotNull"
                             ]
                           },
                           "graphMode": "none",
                           "justifyMode": "auto",
                           "orientation": "horizontal",
                           "reduceOptions": {
                             "calcs": [
                               "lastNotNull"
                             ],
                             "fields": "",
                             "values": false
                           },
                           "text": {},
                           "textMode": "auto"
                         },
                         "pluginVersion": "8.0.3",
                         "targets": [
                           {
                             "groupBy": [
                               {
                                 "params": [
                                   "$__interval"
                                 ],
                                 "type": "time"
                               },
                               {
                                 "params": [
                                   "null"
                                 ],
                                 "type": "fill"
                               }
                             ],
                             "measurement": "javascript.0.Verbrauchszaehler.ErsparnisPVAnlageTotal",
                             "orderByTime": "ASC",
                             "policy": "default",
                             "refId": "A",
                             "resultFormat": "time_series",
                             "select": [
                               [
                                 {
                                   "params": [
                                     "value"
                                   ],
                                   "type": "field"
                                 },
                                 {
                                   "params": [],
                                   "type": "last"
                                 }
                               ]
                             ],
                             "tags": []
                           }
                         ],
                         "timeFrom": null,
                         "timeShift": null,
                         "title": "Ersparnis Total",
                         "type": "stat"
                       }
                     ],
                     "refresh": "10s",
                     "schemaVersion": 30,
                     "style": "dark",
                     "tags": [],
                     "templating": {
                       "list": []
                     },
                     "time": {
                       "from": "now/d",
                       "to": "now/d"
                     },
                     "timepicker": {
                       "refresh_intervals": [
                         "10s",
                         "30s",
                         "1m",
                         "5m",
                         "15m",
                         "30m",
                         "1h",
                         "2h",
                         "1d"
                       ]
                     },
                     "timezone": "",
                     "title": "PV Anlage",
                     "uid": "SrydEpzRk",
                     "version": 79
                    }
                    

                    93b412a5-5160-40ef-8d4d-480f65591dcd-grafik.png

                    S B 2 Replies Last reply Reply Quote 0
                    • H
                      hennerich last edited by

                      Daneben hatte ich mir noch eines für die Handyansicht gebaut. Falls das wen interessiert:
                      27004fb2-6048-45ad-bab4-48689d007f22-grafik.png

                      {
                        "__inputs": [
                          {
                            "name": "DS_INFLUXDB",
                            "label": "InfluxDB",
                            "description": "",
                            "type": "datasource",
                            "pluginId": "influxdb",
                            "pluginName": "InfluxDB"
                          }
                        ],
                        "__requires": [
                          {
                            "type": "panel",
                            "id": "gauge",
                            "name": "Gauge",
                            "version": ""
                          },
                          {
                            "type": "grafana",
                            "id": "grafana",
                            "name": "Grafana",
                            "version": "8.0.3"
                          },
                          {
                            "type": "panel",
                            "id": "grafana-clock-panel",
                            "name": "Clock",
                            "version": "1.1.3"
                          },
                          {
                            "type": "panel",
                            "id": "graph",
                            "name": "Graph (old)",
                            "version": ""
                          },
                          {
                            "type": "datasource",
                            "id": "influxdb",
                            "name": "InfluxDB",
                            "version": "1.0.0"
                          },
                          {
                            "type": "panel",
                            "id": "stat",
                            "name": "Stat",
                            "version": ""
                          },
                          {
                            "type": "panel",
                            "id": "timeseries",
                            "name": "Time series",
                            "version": ""
                          }
                        ],
                        "annotations": {
                          "list": [
                            {
                              "builtIn": 1,
                              "datasource": "-- Grafana --",
                              "enable": true,
                              "hide": true,
                              "iconColor": "rgba(0, 211, 255, 1)",
                              "name": "Annotations & Alerts",
                              "type": "dashboard"
                            }
                          ]
                        },
                        "editable": true,
                        "gnetId": null,
                        "graphTooltip": 0,
                        "id": null,
                        "links": [],
                        "panels": [
                          {
                            "datasource": null,
                            "description": "",
                            "gridPos": {
                              "h": 3,
                              "w": 8,
                              "x": 0,
                              "y": 0
                            },
                            "id": 48,
                            "options": {
                              "bgColor": "#181b1f",
                              "clockType": "24 hour",
                              "countdownSettings": {
                                "endCountdownTime": "2020-11-09T22:57:52+01:00",
                                "endText": "00:00:00"
                              },
                              "dateSettings": {
                                "dateFormat": "DD.MM.YYYY",
                                "fontSize": "28px",
                                "fontWeight": "normal",
                                "locale": "",
                                "showDate": true
                              },
                              "mode": "time",
                              "timeSettings": {
                                "fontSize": "40px",
                                "fontWeight": "bold"
                              },
                              "timezone": "",
                              "timezoneSettings": {
                                "fontSize": "12px",
                                "fontWeight": "normal",
                                "showTimezone": false,
                                "zoneFormat": "offsetAbbv"
                              }
                            },
                            "targets": [
                              {
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "mean"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "transparent": true,
                            "type": "grafana-clock-panel"
                          },
                          {
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "color": {
                                  "mode": "palette-classic"
                                },
                                "custom": {
                                  "axisLabel": "",
                                  "axisPlacement": "auto",
                                  "barAlignment": 0,
                                  "drawStyle": "line",
                                  "fillOpacity": 20,
                                  "gradientMode": "opacity",
                                  "hideFrom": {
                                    "legend": false,
                                    "tooltip": false,
                                    "viz": false
                                  },
                                  "lineInterpolation": "linear",
                                  "lineStyle": {
                                    "fill": "solid"
                                  },
                                  "lineWidth": 1,
                                  "pointSize": 5,
                                  "scaleDistribution": {
                                    "type": "linear"
                                  },
                                  "showPoints": "never",
                                  "spanNulls": true,
                                  "stacking": {
                                    "group": "A",
                                    "mode": "none"
                                  },
                                  "thresholdsStyle": {
                                    "mode": "off"
                                  }
                                },
                                "decimals": 0,
                                "links": [],
                                "mappings": [],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "green",
                                      "value": null
                                    },
                                    {
                                      "color": "red",
                                      "value": 80
                                    }
                                  ]
                                },
                                "unit": "celsius"
                              },
                              "overrides": [
                                {
                                  "matcher": {
                                    "id": "byName",
                                    "options": "Temp."
                                  },
                                  "properties": [
                                    {
                                      "id": "color",
                                      "value": {
                                        "fixedColor": "#FF7383",
                                        "mode": "fixed"
                                      }
                                    }
                                  ]
                                },
                                {
                                  "matcher": {
                                    "id": "byName",
                                    "options": "Feuchte"
                                  },
                                  "properties": [
                                    {
                                      "id": "color",
                                      "value": {
                                        "fixedColor": "#3274D9",
                                        "mode": "fixed"
                                      }
                                    },
                                    {
                                      "id": "unit",
                                      "value": "humidity"
                                    }
                                  ]
                                }
                              ]
                            },
                            "gridPos": {
                              "h": 7,
                              "w": 8,
                              "x": 0,
                              "y": 3
                            },
                            "hideTimeOverride": true,
                            "id": 46,
                            "options": {
                              "legend": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "displayMode": "list",
                                "placement": "bottom"
                              },
                              "tooltip": {
                                "mode": "single"
                              }
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "alias": "Temperatur",
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "modbus.0.holdingRegisters.5_TempAussen",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "mean"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": "24h",
                            "timeShift": null,
                            "type": "timeseries"
                          },
                          {
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "color": {
                                  "mode": "palette-classic"
                                },
                                "custom": {
                                  "axisLabel": "",
                                  "axisPlacement": "auto",
                                  "barAlignment": 0,
                                  "drawStyle": "line",
                                  "fillOpacity": 35,
                                  "gradientMode": "none",
                                  "hideFrom": {
                                    "legend": false,
                                    "tooltip": false,
                                    "viz": false
                                  },
                                  "lineInterpolation": "linear",
                                  "lineWidth": 1,
                                  "pointSize": 5,
                                  "scaleDistribution": {
                                    "type": "linear"
                                  },
                                  "showPoints": "never",
                                  "spanNulls": true,
                                  "stacking": {
                                    "group": "A",
                                    "mode": "none"
                                  },
                                  "thresholdsStyle": {
                                    "mode": "off"
                                  }
                                },
                                "decimals": 1,
                                "links": [],
                                "mappings": [],
                                "min": 0,
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "green",
                                      "value": null
                                    },
                                    {
                                      "color": "red",
                                      "value": 80
                                    }
                                  ]
                                },
                                "unit": "watt"
                              },
                              "overrides": [
                                {
                                  "matcher": {
                                    "id": "byName",
                                    "options": "Sonnenstand"
                                  },
                                  "properties": [
                                    {
                                      "id": "color",
                                      "value": {
                                        "fixedColor": "#96D98D",
                                        "mode": "fixed"
                                      }
                                    },
                                    {
                                      "id": "unit",
                                      "value": "short"
                                    },
                                    {
                                      "id": "min",
                                      "value": 1
                                    },
                                    {
                                      "id": "custom.axisPlacement",
                                      "value": "hidden"
                                    },
                                    {
                                      "id": "custom.lineStyle",
                                      "value": {
                                        "dash": [
                                          10,
                                          10
                                        ],
                                        "fill": "dash"
                                      }
                                    }
                                  ]
                                },
                                {
                                  "matcher": {
                                    "id": "byName",
                                    "options": "PV Leistung"
                                  },
                                  "properties": [
                                    {
                                      "id": "color",
                                      "value": {
                                        "fixedColor": "#FADE2A",
                                        "mode": "fixed"
                                      }
                                    },
                                    {
                                      "id": "custom.fillOpacity",
                                      "value": 10
                                    },
                                    {
                                      "id": "custom.fillBelowTo",
                                      "value": "Hausverbrauch"
                                    }
                                  ]
                                },
                                {
                                  "matcher": {
                                    "id": "byName",
                                    "options": "Hausverbrauch"
                                  },
                                  "properties": [
                                    {
                                      "id": "color",
                                      "value": {
                                        "fixedColor": "#8AB8FF",
                                        "mode": "fixed"
                                      }
                                    },
                                    {
                                      "id": "custom.fillBelowTo",
                                      "value": "PV Leistung"
                                    },
                                    {
                                      "id": "custom.lineWidth",
                                      "value": 0
                                    },
                                    {
                                      "id": "custom.lineWidth",
                                      "value": 1
                                    }
                                  ]
                                },
                                {
                                  "matcher": {
                                    "id": "byName",
                                    "options": "TempWR"
                                  },
                                  "properties": [
                                    {
                                      "id": "unit",
                                      "value": "short"
                                    },
                                    {
                                      "id": "min",
                                      "value": 1
                                    },
                                    {
                                      "id": "custom.axisPlacement",
                                      "value": "hidden"
                                    }
                                  ]
                                }
                              ]
                            },
                            "gridPos": {
                              "h": 8,
                              "w": 8,
                              "x": 0,
                              "y": 10
                            },
                            "id": 22,
                            "interval": "4m",
                            "options": {
                              "legend": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "displayMode": "hidden",
                                "placement": "bottom"
                              },
                              "tooltip": {
                                "mode": "none"
                              }
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "alias": "PV Leistung",
                                "groupBy": [
                                  {
                                    "params": [
                                      "2m"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "none"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Solar.Wechselrichter.PVLeistungAktuell",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "mean"
                                    }
                                  ]
                                ],
                                "tags": []
                              },
                              {
                                "alias": "Hausverbrauch",
                                "groupBy": [
                                  {
                                    "params": [
                                      "2m"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "none"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Solar.Wechselrichter.Hausverbrauch",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "B",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "mean"
                                    }
                                  ]
                                ],
                                "tags": []
                              },
                              {
                                "alias": "Sonnenstand",
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "none"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Solar.Sonnenstand.Elevation",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "C",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "mean"
                                    }
                                  ]
                                ],
                                "tags": []
                              },
                              {
                                "alias": "TempWR",
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "hide": false,
                                "measurement": "javascript.0.Solar.Wechselrichter.TempWechselrichter",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "D",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "mean"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "PV",
                            "type": "timeseries"
                          },
                          {
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "color": {
                                  "mode": "thresholds"
                                },
                                "displayName": "",
                                "mappings": [],
                                "max": 12000,
                                "min": 0,
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "semi-dark-green",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "watt"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 6,
                              "w": 4,
                              "x": 0,
                              "y": 18
                            },
                            "id": 14,
                            "interval": "5s",
                            "options": {
                              "orientation": "auto",
                              "reduceOptions": {
                                "calcs": [
                                  "last"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "showThresholdLabels": false,
                              "showThresholdMarkers": false,
                              "text": {}
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [],
                                "measurement": "javascript.0.Solar.Wechselrichter.PVLeistungAktuell",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "PV Leistung",
                            "type": "gauge"
                          },
                          {
                            "cacheTimeout": null,
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "mappings": [
                                  {
                                    "options": {
                                      "match": "null",
                                      "result": {
                                        "text": "N/A"
                                      }
                                    },
                                    "type": "special"
                                  }
                                ],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "red",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "watt"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 4,
                              "y": 18
                            },
                            "id": 20,
                            "interval": null,
                            "links": [],
                            "maxDataPoints": 100,
                            "options": {
                              "colorMode": "value",
                              "fieldOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ]
                              },
                              "graphMode": "none",
                              "justifyMode": "auto",
                              "orientation": "horizontal",
                              "reduceOptions": {
                                "calcs": [
                                  "mean"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [],
                                "measurement": "javascript.0.Solar.Wechselrichter.Hausverbrauch",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Hausverbrauch",
                            "type": "stat"
                          },
                          {
                            "cacheTimeout": null,
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "mappings": [
                                  {
                                    "options": {
                                      "match": "null",
                                      "result": {
                                        "text": "N/A"
                                      }
                                    },
                                    "type": "special"
                                  }
                                ],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "#F2495C",
                                      "value": null
                                    },
                                    {
                                      "color": "#73BF69",
                                      "value": 0
                                    },
                                    {
                                      "color": "#73BF69"
                                    }
                                  ]
                                },
                                "unit": "watt"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 4,
                              "y": 21
                            },
                            "id": 18,
                            "interval": null,
                            "links": [],
                            "maxDataPoints": 100,
                            "options": {
                              "colorMode": "value",
                              "fieldOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ]
                              },
                              "graphMode": "none",
                              "justifyMode": "auto",
                              "orientation": "horizontal",
                              "reduceOptions": {
                                "calcs": [
                                  "mean"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [],
                                "measurement": "javascript.0.Solar.Wechselrichter.ACTotalRealPower",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Import/Export",
                            "type": "stat"
                          },
                          {
                            "aliasColors": {},
                            "bars": true,
                            "dashLength": 10,
                            "dashes": false,
                            "datasource": "${DS_INFLUXDB}",
                            "decimals": null,
                            "fieldConfig": {
                              "defaults": {
                                "links": []
                              },
                              "overrides": []
                            },
                            "fill": 0,
                            "fillGradient": 0,
                            "gridPos": {
                              "h": 6,
                              "w": 8,
                              "x": 0,
                              "y": 24
                            },
                            "hiddenSeries": false,
                            "hideTimeOverride": false,
                            "id": 23,
                            "interval": "",
                            "legend": {
                              "alignAsTable": true,
                              "avg": false,
                              "current": false,
                              "hideEmpty": false,
                              "hideZero": false,
                              "max": false,
                              "min": true,
                              "rightSide": false,
                              "show": false,
                              "total": false,
                              "values": true
                            },
                            "lines": false,
                            "linewidth": 1,
                            "nullPointMode": "null",
                            "options": {
                              "alertThreshold": true
                            },
                            "percentage": false,
                            "pluginVersion": "8.0.3",
                            "pointradius": 0.5,
                            "points": false,
                            "renderer": "flot",
                            "seriesOverrides": [],
                            "spaceLength": 10,
                            "stack": false,
                            "steppedLine": false,
                            "targets": [
                              {
                                "alias": "Erzeugt",
                                "groupBy": [
                                  {
                                    "params": [
                                      "1d"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Solar.Wechselrichter.PVErzeugteEnergieAktuell",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "query": "SELECT last(\"value\")  / 1000 FROM \"javascript.0.Solar.Wechselrichter.PVErzeugteEnergieTag\" WHERE $timeFilter",
                                "rawQuery": false,
                                "refId": "C",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "thresholds": [],
                            "timeFrom": "3w",
                            "timeRegions": [
                              {
                                "$$hashKey": "object:148",
                                "colorMode": "background6",
                                "fill": true,
                                "fillColor": "rgba(234, 112, 112, 0.12)",
                                "line": false,
                                "lineColor": "rgba(237, 46, 24, 0.60)",
                                "op": "time"
                              }
                            ],
                            "timeShift": null,
                            "title": "PV Erzeugung in kWh",
                            "tooltip": {
                              "shared": true,
                              "sort": 0,
                              "value_type": "individual"
                            },
                            "type": "graph",
                            "xaxis": {
                              "buckets": null,
                              "mode": "time",
                              "name": null,
                              "show": true,
                              "values": []
                            },
                            "yaxes": [
                              {
                                "$$hashKey": "object:84",
                                "decimals": null,
                                "format": "none",
                                "label": "",
                                "logBase": 1,
                                "max": null,
                                "min": "0",
                                "show": true
                              },
                              {
                                "$$hashKey": "object:85",
                                "format": "short",
                                "label": null,
                                "logBase": 1,
                                "max": null,
                                "min": "1",
                                "show": false
                              }
                            ],
                            "yaxis": {
                              "align": false,
                              "alignLevel": null
                            }
                          },
                          {
                            "cacheTimeout": null,
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "decimals": 2,
                                "mappings": [
                                  {
                                    "options": {
                                      "match": "null",
                                      "result": {
                                        "text": "N/A"
                                      }
                                    },
                                    "type": "special"
                                  }
                                ],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "kwatth"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 0,
                              "y": 30
                            },
                            "id": 27,
                            "interval": null,
                            "links": [],
                            "maxDataPoints": 100,
                            "options": {
                              "colorMode": "value",
                              "fieldOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ]
                              },
                              "graphMode": "none",
                              "justifyMode": "auto",
                              "orientation": "horizontal",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Solar.Wechselrichter.PVErzeugteEnergieAktuell",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "query": "SELECT last(\"value\") FROM \"javascript.0.Solar.Wechselrichter.PVErzeugteEnergieAktuell\" WHERE (\"value\" != '396.0906') AND $timeFilter GROUP BY time($__interval) fill(null)",
                                "rawQuery": false,
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "PV Erzeugung heute",
                            "type": "stat"
                          },
                          {
                            "cacheTimeout": null,
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "decimals": 2,
                                "mappings": [
                                  {
                                    "options": {
                                      "match": "null",
                                      "result": {
                                        "text": "N/A"
                                      }
                                    },
                                    "type": "special"
                                  }
                                ],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "kwatth"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 4,
                              "y": 30
                            },
                            "id": 34,
                            "interval": null,
                            "links": [],
                            "maxDataPoints": 100,
                            "options": {
                              "colorMode": "value",
                              "fieldOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ]
                              },
                              "graphMode": "none",
                              "justifyMode": "auto",
                              "orientation": "horizontal",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Solar.Wechselrichter.PVEigenverbrauchAktuell",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Eigenverbrauch heute",
                            "type": "stat"
                          },
                          {
                            "cacheTimeout": null,
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "decimals": 2,
                                "mappings": [
                                  {
                                    "options": {
                                      "match": "null",
                                      "result": {
                                        "text": "N/A"
                                      }
                                    },
                                    "type": "special"
                                  }
                                ],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "kwatth"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 0,
                              "y": 33
                            },
                            "id": 29,
                            "interval": null,
                            "links": [],
                            "maxDataPoints": 100,
                            "options": {
                              "colorMode": "value",
                              "fieldOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ]
                              },
                              "graphMode": "none",
                              "justifyMode": "center",
                              "orientation": "horizontal",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Solar.Wechselrichter.PVExportierteEnergieAktuell",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Einspeisung heute",
                            "type": "stat"
                          },
                          {
                            "cacheTimeout": null,
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "decimals": 2,
                                "mappings": [
                                  {
                                    "options": {
                                      "match": "null",
                                      "result": {
                                        "text": "N/A"
                                      }
                                    },
                                    "type": "special"
                                  }
                                ],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "kwatth"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 4,
                              "y": 33
                            },
                            "id": 31,
                            "interval": null,
                            "links": [],
                            "maxDataPoints": 100,
                            "options": {
                              "colorMode": "value",
                              "fieldOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ]
                              },
                              "graphMode": "none",
                              "justifyMode": "auto",
                              "orientation": "horizontal",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Solar.Wechselrichter.PVImportierteEnergieAktuell",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Netzbezug heute",
                            "type": "stat"
                          },
                          {
                            "cacheTimeout": null,
                            "datasource": "${DS_INFLUXDB}",
                            "description": "",
                            "fieldConfig": {
                              "defaults": {
                                "decimals": 2,
                                "mappings": [
                                  {
                                    "options": {
                                      "match": "null",
                                      "result": {
                                        "text": "N/A"
                                      }
                                    },
                                    "type": "special"
                                  }
                                ],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "€"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 0,
                              "y": 36
                            },
                            "id": 44,
                            "interval": null,
                            "links": [],
                            "maxDataPoints": 100,
                            "options": {
                              "colorMode": "value",
                              "fieldOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ]
                              },
                              "graphMode": "none",
                              "justifyMode": "auto",
                              "orientation": "horizontal",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Verbrauchszaehler.ErsparnisPVAnlageTag",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Ersparnis heute",
                            "type": "stat"
                          },
                          {
                            "cacheTimeout": null,
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "decimals": 2,
                                "mappings": [
                                  {
                                    "options": {
                                      "match": "null",
                                      "result": {
                                        "text": "N/A"
                                      }
                                    },
                                    "type": "special"
                                  }
                                ],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "€"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 4,
                              "y": 36
                            },
                            "id": 43,
                            "interval": null,
                            "links": [],
                            "maxDataPoints": 100,
                            "options": {
                              "colorMode": "value",
                              "fieldOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ]
                              },
                              "graphMode": "none",
                              "justifyMode": "auto",
                              "orientation": "horizontal",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "javascript.0.Verbrauchszaehler.ErsparnisPVAnlageTotal",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Ersparnis Total",
                            "type": "stat"
                          },
                          {
                            "datasource": null,
                            "fieldConfig": {
                              "defaults": {
                                "mappings": [],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "€"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 0,
                              "y": 39
                            },
                            "id": 56,
                            "options": {
                              "colorMode": "value",
                              "graphMode": "none",
                              "justifyMode": "auto",
                              "orientation": "auto",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "sourceanalytix.0.javascript__0__Verbrauchszaehler__StromVerbrauchTotal.currentYear.costs.05_currentYear",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "mean"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Stromkosten 2021",
                            "type": "stat"
                          },
                          {
                            "datasource": null,
                            "fieldConfig": {
                              "defaults": {
                                "mappings": [],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "kwatth"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 4,
                              "y": 39
                            },
                            "id": 54,
                            "options": {
                              "colorMode": "value",
                              "graphMode": "none",
                              "justifyMode": "auto",
                              "orientation": "auto",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "alias": "",
                                "groupBy": [
                                  {
                                    "params": [
                                      "$__interval"
                                    ],
                                    "type": "time"
                                  },
                                  {
                                    "params": [
                                      "null"
                                    ],
                                    "type": "fill"
                                  }
                                ],
                                "measurement": "sourceanalytix.0.javascript__0__Verbrauchszaehler__StromVerbrauchTotal.cumulativeReading",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "mean"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Stromverbrauch 2021",
                            "type": "stat"
                          },
                          {
                            "datasource": "${DS_INFLUXDB}",
                            "description": "",
                            "fieldConfig": {
                              "defaults": {
                                "mappings": [
                                  {
                                    "options": {
                                      "0": {
                                        "text": "standby"
                                      },
                                      "1": {
                                        "text": "läuft"
                                      }
                                    },
                                    "type": "value"
                                  }
                                ],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "blue",
                                      "value": null
                                    },
                                    {
                                      "color": "green",
                                      "value": 1
                                    }
                                  ]
                                }
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 2,
                              "w": 8,
                              "x": 0,
                              "y": 42
                            },
                            "id": 42,
                            "options": {
                              "colorMode": "value",
                              "graphMode": "area",
                              "justifyMode": "center",
                              "orientation": "auto",
                              "reduceOptions": {
                                "calcs": [
                                  "last"
                                ],
                                "fields": "",
                                "values": true
                              },
                              "text": {},
                              "textMode": "value"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "alias": "",
                                "groupBy": [],
                                "measurement": "0_userdata.0.Test",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "table",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Ölbrenner",
                            "transformations": [],
                            "type": "stat"
                          },
                          {
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "color": {
                                  "mode": "thresholds"
                                },
                                "decimals": 1,
                                "displayName": "",
                                "mappings": [],
                                "max": 60,
                                "min": 20,
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "red",
                                      "value": null
                                    },
                                    {
                                      "color": "red",
                                      "value": 30
                                    },
                                    {
                                      "color": "yellow",
                                      "value": 35
                                    },
                                    {
                                      "color": "green",
                                      "value": 40
                                    }
                                  ]
                                },
                                "unit": "celsius"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 6,
                              "w": 4,
                              "x": 0,
                              "y": 44
                            },
                            "id": 5,
                            "options": {
                              "orientation": "auto",
                              "reduceOptions": {
                                "calcs": [
                                  "last"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "showThresholdLabels": false,
                              "showThresholdMarkers": true,
                              "text": {}
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "alias": "",
                                "groupBy": [],
                                "measurement": "modbus.0.holdingRegisters.7_TempHeizVL",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "VL-Temperatur",
                            "type": "gauge"
                          },
                          {
                            "datasource": "${DS_INFLUXDB}",
                            "fieldConfig": {
                              "defaults": {
                                "color": {
                                  "mode": "thresholds"
                                },
                                "decimals": 1,
                                "displayName": "",
                                "mappings": [],
                                "max": 60,
                                "min": 20,
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "red",
                                      "value": null
                                    },
                                    {
                                      "color": "red",
                                      "value": 38
                                    },
                                    {
                                      "color": "yellow",
                                      "value": 43
                                    },
                                    {
                                      "color": "green",
                                      "value": 47
                                    }
                                  ]
                                },
                                "unit": "celsius"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 6,
                              "w": 4,
                              "x": 4,
                              "y": 44
                            },
                            "id": 4,
                            "options": {
                              "orientation": "auto",
                              "reduceOptions": {
                                "calcs": [
                                  "last"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "showThresholdLabels": false,
                              "showThresholdMarkers": true,
                              "text": {}
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [],
                                "measurement": "modbus.0.holdingRegisters.12_TempBoilerO",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    },
                                    {
                                      "params": [],
                                      "type": "last"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "WW-Temperatur",
                            "type": "gauge"
                          },
                          {
                            "datasource": null,
                            "description": "",
                            "fieldConfig": {
                              "defaults": {
                                "decimals": 0,
                                "mappings": [],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "€"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 0,
                              "y": 50
                            },
                            "id": 50,
                            "options": {
                              "colorMode": "value",
                              "graphMode": "none",
                              "justifyMode": "center",
                              "orientation": "auto",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "alias": "",
                                "groupBy": [],
                                "measurement": "javascript.0.Verbrauchszaehler.HeizölKostenTotal",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Heizkosten 2021",
                            "type": "stat"
                          },
                          {
                            "datasource": null,
                            "description": "",
                            "fieldConfig": {
                              "defaults": {
                                "mappings": [],
                                "thresholds": {
                                  "mode": "absolute",
                                  "steps": [
                                    {
                                      "color": "rgb(200, 200, 200)",
                                      "value": null
                                    }
                                  ]
                                },
                                "unit": "Liter"
                              },
                              "overrides": []
                            },
                            "gridPos": {
                              "h": 3,
                              "w": 4,
                              "x": 4,
                              "y": 50
                            },
                            "id": 52,
                            "options": {
                              "colorMode": "value",
                              "graphMode": "none",
                              "justifyMode": "center",
                              "orientation": "auto",
                              "reduceOptions": {
                                "calcs": [
                                  "lastNotNull"
                                ],
                                "fields": "",
                                "values": false
                              },
                              "text": {},
                              "textMode": "auto"
                            },
                            "pluginVersion": "8.0.3",
                            "targets": [
                              {
                                "groupBy": [],
                                "measurement": "javascript.0.Verbrauchszaehler.HeizölVerbrauchTotal",
                                "orderByTime": "ASC",
                                "policy": "default",
                                "refId": "A",
                                "resultFormat": "time_series",
                                "select": [
                                  [
                                    {
                                      "params": [
                                        "value"
                                      ],
                                      "type": "field"
                                    }
                                  ]
                                ],
                                "tags": []
                              }
                            ],
                            "timeFrom": null,
                            "timeShift": null,
                            "title": "Heizöl 2021",
                            "type": "stat"
                          }
                        ],
                        "refresh": "",
                        "schemaVersion": 30,
                        "style": "dark",
                        "tags": [],
                        "templating": {
                          "list": []
                        },
                        "time": {
                          "from": "now/d",
                          "to": "now/d"
                        },
                        "timepicker": {
                          "refresh_intervals": [
                            "10s",
                            "30s",
                            "1m",
                            "5m",
                            "15m",
                            "30m",
                            "1h",
                            "2h",
                            "1d"
                          ]
                        },
                        "timezone": "",
                        "title": "PV mobile View",
                        "uid": "qDQoA0Zgk",
                        "version": 15
                      }
                      

                      1 Reply Last reply Reply Quote 0
                      • S
                        Sammydk @hennerich last edited by

                        @hennerich
                        besten Dank dir noch mal für die schnelle Unterstützung.
                        Das json von Grafana, damit meinte ich @chris87, aber auch deine Arbeit ist sehr gelungen, vor allem die Idee mit der Handyseite, schau ich mir auch schon mal an.

                        C 1 Reply Last reply Reply Quote 0
                        • S
                          Sammydk @hennerich last edited by

                          @hennerich
                          der Tip mit dem Speicher ist echt wertvoll, Ich bekomme einen LG ~10 kW, gut das Du das noch mal angesprochen hast.
                          Mit den beiden false false Werten lag ich ja dann doch richtig bei meiner Analyse.
                          Auch hierzu noch mal besten Dank

                          1 Reply Last reply Reply Quote 0
                          • D
                            dering @cybtrash last edited by

                            @cybtrash Hi cybtrash, ich habe das gleiche Verhalten wie bei dir. Hast du schon eine Lösung dafür gefunden?
                            Ich habe soeben beim Solardge Support via WhatsApp eine Aktualisierung beider Wechselrichter anstoßen lassen.
                            Aktuelle Versionen bei mir sind:
                            DSP1 1.0.1159 (Update auf 1.0.1428)
                            DSP2 2.0.1012 (Update auf 2.0.1206)

                            1 Reply Last reply Reply Quote 0
                            • D
                              dering @cybtrash last edited by

                              @cybtrash Meine Wechselrichter und Batterie wurden jetzt erfolgreich aktualisiert, jedoch ohne Erfolg.

                              Wechselrichter:
                              DSP1 = 1.0.1428
                              DSP2 = 2.0.1206
                              Kommunikationskarte (CPU) Version = 3.2724.0

                              Ich weiß nicht, was man noch machen kann...

                              Ich könnte versuchen es als Bug bei SolarEdge anzugeben.

                              1 Reply Last reply Reply Quote 0
                              • C
                                Chris87 @Sammydk last edited by

                                @sammydk
                                Sorry, hab länger nicht mehr nachgeschaut hier.
                                Welches Dashboard meinst du genau?
                                Hab inzwischen mehrere.
                                MfG Chris

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  Sammydk @Chris87 last edited by

                                  @chris87
                                  Hallo Chris, leider kenne ich deine aktuellen Dashboards nicht, Habe nur ein hier im Forum von Dir gesehen und das war schon mal sehr schön, von den Inhalten und auch von der Gestalltung.
                                  Ich benötige den/die Export einfach nur um zu lernen wie die Umsetzung erfolgt ist.
                                  Wenn Du magst, kannst Du mir die ja auch als Export per PN zukommen lassen.

                                  1 Reply Last reply Reply Quote 0
                                  • Josef Kristen
                                    Josef Kristen @Sammydk last edited by

                                    Hallo zusammen,

                                    ich bin neu hier und versuche meinen SolarEdge Wechselrichter auszulesen. Per Modbus. Das funktioniert auch grundsätzlich aber ich komme nicht an die von euch beschriebenen "M_xxxxx" Werte. Beispiel : "M_AC_Power", "M_Exported"

                                    Alles was mir geliefert wird seht ihr unten in der Liste. (Daten zur Produktion aber nicht zum Bezug)

                                    Habt ihr eine Idee wie ich auch an die M-Wertekomme?

                                    Grundsätzlich ist der Wechselrichter auf bei der RS485-1 Schrittstelle auf "Modubus (Mulit-Gerät) eingestellt und der Zähler auf "Einspeisung und Bezug (E+I)

                                    ich wäre euch sehr dankbar wenn ihr mir helfen könnte über den Modbus auch den Bezug auszulesen damit ich diesen gegen die Produktion rechnen kann.

                                    NM_Module: "se_inverter"
                                    C_SunSpec_ID: "xxxxx"
                                    C_SunSpec_DID: "103"
                                    C_SunSpec_Length: "50"
                                    C_Manufacturer: "SolarEdge "
                                    C_Model: "SE10K-RWS48BEN4"
                                    C_Version: xxxx"
                                    C_SerialNumber: "xxxxx"
                                    C_DeviceAddress: "1"
                                    I_AC_Current: "0"
                                    I_AC_CurrentA: "0"
                                    I_AC_CurrentB: "0"
                                    I_AC_CurrentC: "0"
                                    I_AC_Current_SF: "-2"
                                    I_AC_VoltageAB: "4094"
                                    I_AC_VoltageBC: "4095"
                                    I_AC_VoltageCA: "4080"
                                    I_AC_VoltageAN: "2361"
                                    I_AC_VoltageBN: "2363"
                                    I_AC_VoltageCN: "2360"
                                    I_AC_Voltage_SF: "-1"
                                    I_AC_Power: "0"
                                    I_AC_Power_SF: "0"
                                    I_AC_Frequency: "5001"
                                    I_AC_Frequency_SF: "-2"
                                    I_AC_VA: "0"
                                    I_AC_VA_SF: "0"
                                    I_AC_VAR: "0"
                                    I_AC_VAR_SF: "0"
                                    I_AC_PF: "0"
                                    I_AC_PF_SF: "0"
                                    I_AC_Energy_WH: "7306819"
                                    I_AC_Energy_WH_SF: "0"
                                    I_DC_Current: "0"
                                    I_DC_Current_SF: "0"
                                    I_DC_Voltage: "0"
                                    I_DC_Voltage_SF: "-1"
                                    I_DC_Power: "0"
                                    I_DC_Power_SF: "0"
                                    I_Temp_Sink: "0"
                                    I_Temp_SF: "-2"
                                    I_Status: "2"
                                    I_Status_Vendor: "0"
                                    I_Event_1: "4294967295"
                                    I_Event_2: "4294967295"
                                    I_Event_1_Vendor: undefined
                                    I_Event_2_Vendor: "4294967295"
                                    I_Event_3_Vendor: "4294967295"
                                    I_Event_4_Vendor: "0"
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Z
                                      zimbombo @hennerich last edited by Homoran

                                      Wichtig! Trotz der Tatsache, dass bei mir der Energiezähler erfolgreich installiert wurde und mir mein Solarteur mitgeteilt hat, dass alles korrekt funktioniert war bei mir Modbus TCP nicht aktiviert. Darauf müsst ihr achten, sonst klappt keine Verbindung.
                                      ffd20662-65bf-4e55-902e-1f1e46835d4f-grafik.png

                                      @hennerich Starke Arbeit erstmal! Das hat mir richtig geholfen! Ich hatte ein ähnliches Problem was den Modbus-Zugang angeht.

                                      MOD-EDIT: Text entschärft

                                      Glasfaser 1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @zimbombo last edited by Glasfaser

                                        @zimbombo

                                        Bitte keine Angaben hier im Forum ...
                                        wie man mit einem Umweg an die Einstellung kommt !
                                        ( Das kann Böse enden , bei falschen Einstellungen die man noch wo anderes machen könnte )

                                        Bitte Editieren / löschen !

                                        L 1 Reply Last reply Reply Quote 1
                                        • L
                                          lisalisa @Glasfaser last edited by

                                          @glasfaser sagte in [Tutorial] SolarEdge -> Modbus -> ioBroker -> Grafana:

                                          @zimbombo

                                          Bitte keine Angaben hier im Forum ...

                                          👍

                                          1 Reply Last reply Reply Quote 1
                                          • J
                                            Juri88 last edited by Juri88

                                            Hallo und vielen Dank erst mal für die tolle Dokumentation an die Autoren, dass hat mir sehr weiter geholfen. Ich habe 2 WR von SE. Einen "Slave" und einen "Master". Also einen 3 Phasen WR (SE7K) und einen SE10K RWS (Hybrid). An dem Hybrid WR hängt ein BYD Akku. Die Einrichtung der ModBus-Schnittstelle hat hervorragend geklappt und die Werte kommen auch logisch rein. Ich habe nur ein Problem bei der Darstellung der Werte für den Hausverbrauch, sobald der Akku geladen wird. Im Grund haben ich einfach folgende Schema (vereinfacht und ohne Akku) für den Verbrauch "PV-Leistung - Netzbezug = Hausverbrauch". Nur leider funktioniert das nicht, wenn der Akku geladen wird, da der Hybrid WR dann keinen Drehstromwert angibt.

                                            Im Aktuellen Fall bekomme ich folgende Wert auf der SE-Plattform angezeigt

                                            SEMonitoring.jpg

                                            Im IO-Broker bekomme ich folgende Werte

                                            Akku.jpg

                                            In den Akku gibt der Hybrid-WR 3.500 Watt

                                            SE7K.png

                                            Der SE7K erzeugt 1.380 Watt

                                            SE10K.jpg

                                            Der Hybrid-WR erzeugt 0 Watt Drehstrom

                                            Wie komme ich jetzt auf den richtigen Hausverbrauch. In meiner Naivität (lassen wir mach Wandlungsverluste außen vor. damit ich muss ich wahrscheinlich einfach leben)dachte ich mir folgendes, was aber nicht richtig zu sein scheint.

                                            Ich rechnen einfach die Leistung (AC) des SE7K (1.380 W) + Leistung (AC) des SE10K (0 Watt) + die Leistung des SE10K, die in den Akku geht, müsste eigentlich DC sein (3.500 Watt) zusammen (ziehe Netzbezug ab und rechne Export drauf) und habe dann meine PV Leistung. In dem Fall also 4.880 Watt Erzeugung. Davon ziehe ich dann die Ladeleistung (AKKU) ab und haben den Hausverbrauch, wenn über das Netz nichts läuft. Also komme ich auf folgende Werte:

                                            PV: 4.880 W
                                            Akku: 3.500 W
                                            Netz: 0 W
                                            Verbrauch: 1.380 W

                                            Das ist aber laut Plattform falsch und ich weiß auch, dass ich aktuell keine 1.380 W verbrauche, da keine größeren Verbrauche an sind. Deswegen gehe ich davon aus, dass der Fehler bei mir liegt und die Werte aus der Plattform korrekt sind.

                                            SE sagt mir also eine PV-Erzeugung von 4.120 Watt an. Das sind also 760 Watt Differenz zu meinen Werten. Wenn ich dies 760 Watt von meine errechneten Verbrauch abziehe, komme ich auch genau 620 Watt Verbrauch, aus der SE-Plattform. Ich habe also einen zu hohen Wert bei der Erzeugung. Entweder vom SE7K oder vom SE10K beim DC-Wert des Akku.

                                            Ich versuche schon seit Wochen auf eine Lösung. Leider ohne Erfolg. Eine Königreich für einen Hinweis. Falls jemand eine Idee hat, bin ich mehr als Dankbar dafür. Sorry für den Langen Post. 🙂

                                            S 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            968
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            grafana modbus solaredge
                                            90
                                            603
                                            148458
                                            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