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.
    • C
      Chris87 @ChristianK last edited by

      @christiank
      bezüglich der Units.
      Wie hast du die Datenpunkte erzeugt?
      Wenn du ihn Manuell erzeugt hast, schreib einfach in die Objektdaten "unit": "W",

      f74eb977-857a-415d-adf0-1b0c29a0db42-image.png

      / Chris

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

        @chris87 Liste habe ich importiert, Danke dafür.

        Allerdings werden jetzt meine JS anders angezeigt. Z.B. TempWechselrichter ist jetzt um 2 Kommastellen verschoben. Anstatt 50Grad stehen jetzt 0,5. Register 40101 wird mir jetzt auch als 50 Grad angeziegt, sprich ich brauch den Faktor gar nicht mehr...

        Datenpunkte hab ich im Skript per JS erstellt. Dort ist aber unit hinterlegt, wird nur nicht übertragen.

        Irgend etwas passt bei mir noch nicht. 40084_I_AC_Leistung sollte mir die aktuelle Sonnenenergie anzeigen.
        SolarEdgeMonitoring zeigt mir 3,4kW an, was in Bezug auf das Wetter passt. Modbus zeigt mir 5,2KW an.

        C 1 Reply Last reply Reply Quote 0
        • L
          leo8405 @Scheuler last edited by

          @scheuler Hallo Bernd, hast du passende Register zum Heizstab gefunden? Ich habe bis heute nichts passendes gefunden.

          Gruß
          Michael

          G C 2 Replies Last reply Reply Quote 0
          • C
            Chris87 @ChristianK last edited by

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

            Allerdings werden jetzt meine JS anders angezeigt. Z.B. TempWechselrichter ist jetzt um 2 Kommastellen verschoben. Anstatt 50Grad stehen jetzt 0,5. Register 40101 wird mir jetzt auch als 50 Grad angeziegt, sprich ich brauch den Faktor gar nicht mehr...

            Hallo @ChristianK, das habe ich oben geschrieben, ich habe die Umrechnungen bereits im Modbus-Adapter gemacht.

            Wie sieht dein JS aus, das Problem muss ja da liegen.

            Die Eigentliche Solarleistung muss errechnet werden, 40084 zeigt dir nur die Wechselrichter-Leistung an. Du musst 40084 + 102837 rechnen, dann hast die reine PV Leistung.

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

              @glasfaser
              Herzlichen Dank, diese Liste funktioniert bei mir jetzt endlich. 👯

              Allerdings nur bis Zeile "40108 I_Status_Anbieter" inklusive, danach nicht mehr.
              Hab einen SE9K, die restlichen Felder werden wohl nicht unterstützt und liefern beim Versuch einen Fehler.

              Der Wert von
              40093 I_AC_Energie_WH AC Gesamt-Energieproduktion Wh
              stimmt auch mit dem überein was mein Sonnen Akku gemessen hat seit Beginn, passt also perfekt.

              Ich hatte am Anfang Probleme überhaupt irgendwas auszulesen, hatte beide Offsets probiert wie im Tutorial beschrieben. So wie ich das sehe muss man aber immer von ganz vorne alle Register auslesen, sonst geht garnix.

              Glasfaser 1 Reply Last reply Reply Quote 1
              • Glasfaser
                Glasfaser @technikaffin last edited by

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

                Hab einen SE9K, die restlichen Felder werden wohl nicht unterstützt und liefern beim Versuch einen Fehler.

                Danach wird der SolarEdge Zähler abgefragt und mein LG Akku .

                Hier mal aktuell das Modbus-Register von mir.:

                _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	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
                40068	C_Geräteadresse	Modbus-ID der entsprechenden Einheit		uint16be	1	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
                40070	C_SunSpec_Länge	50 = Länge des Modellblocks	Register	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
                40076	I_AC_SpannungAB	AC-Spannung Phase AB (L1-L2) Wert	V	uint16be	1	1	0		value		true	false	false	false
                40077	I_AC_SpannungBC	AC-Spannung Phase BC (L2-L3) Wert	V	uint16be	1	1	0		value		true	false	false	false
                40078	I_AC_SpannungCA	AC-Spannung Phase CA (L3-L1) Wert	V	uint16be	1	1	0		value		true	false	false	false
                40079	I_AC_SpannungAN	AC-Spannung Phase A-N (L1-N) Wert	V	uint16be	1	1	0		value		true	false	false	false
                40080	I_AC_SpannungBN	AC-Spannung Phase B-N (L2-N) Wert	V	uint16be	1	1	0		value		true	false	false	false
                40081	I_AC_SpannungCN	AC-Spannung Phase C-N (L3-N) Wert	V	uint16be	1	1	0		value		true	false	false	false
                40082	I_AC_Spannung_SF	AC-Spannung Skalierungsfaktor	V	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
                40085	I_AC_Frequenz	Frequenzwert	Hz	uint16be	1	1	0		value		true	false	false	false
                40086	I_AC_Frequenz_SF	Frequenz Skalierungsfaktor		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
                40127	Global Events	Global Events		uint16be	1	1	0		value		false	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
                57664	Battery 1 Device ID	Batterie Geräte ID		uint16be	1	1	0		value		true	false	false	false
                57666	Battery 1 Rated Energy	Batterie Nennkapazität	Wh	floatsw	2	1	0		value		true	false	false	false
                57668	Battery 1 Max Charge Continues Power	Batterie maximale Ladeleistung	W	floatsw	2	1	0		value		true	false	false	false
                57670	Battery 1 Max Discharge Continues Power	Batterie maximale Entladeleistung	W	floatsw	2	1	0		value		true	false	false	false
                57672	Battery 1 Max Charge Peak  Power	Batterie maximale Ladespitzenleistung	W	floatsw	2	1	0		value		true	false	false	false
                57674	Battery 1 Max Discharge Peak  Power	Batterie maximale Entladespitzenleistung	W	floatsw	2	1	0		value		true	false	false	false
                57708	Battery 1 Average Temperature	Batterie Durchschnittstemperatur	°C	floatsw	2	1	0		value		true	false	false	false
                57710	Battery 1 Max Temperature	Batterie maximale Temperatur	°C	floatsw	2	1	0		value		true	false	false	false
                57712	Battery 1 Instantaneous Voltage	Batterie momentane Spannung	V	floatsw	2	1	0		value		true	false	false	false
                57714	Battery 1 Instantaneous Current	Batterie momentane Stromstärke	A	floatsw	2	1	0		value		true	false	false	false
                57716	Battery 1 Instantaneous Power	Batterie momentane Leistung	W	floatsw	2	1	0		value		true	false	false	false
                57718	Battery 1 Lifetime Export Energy Counter	Batterie Gesamtenergie entladen	Wh	uint64le	4	1	0		value		true	false	false	false
                57722	Battery 1 Lifetime Import Energy Counter	Batterie Gesamtenergie geladen	Wh	uint64le	4	1	0		value		true	false	false	false
                57726	Battery 1 Max Energy	Batteriekapazität aktualisiert nach Alterung	Wh	floatsw	2	1	0		value		true	false	false	false
                57728	Battery 1 Available Energy	Batterie verfügbare Energie	Wh	floatsw	2	1	0		value		true	false	false	false
                57730	Battery 1 State of Health (SOH)	Batterie Verhältnis von Nennkapazität zu Batteriekapazität nach Alterung	%	floatsw	2	1	0		value		true	false	false	false
                57732	Battery 1 State of Energy (SOE)	Batterie Ladezustand (verfügbare Energie zu mögliche Kapazität)	%	floatsw	2	1	0		value		true	false	false	false
                57734	Battery 1 Status	Batterie Zustand (0 = Aus, 1 = Standby, 2 = Initialisierung, 3 = Laden, 4 = Entladen, 5 = Fehler, 6 = Leerlauf)		uint32sw	2	1	0		level		true	false	false	false
                57736	Battery 1 Status Internal	Batterie Hersteller spezifische Kodierung		uint32sw	2	1	0		level		false	false	false	false
                57738	Battery 1 Events Log	Batterie Ereignisprotokoll		string	2	1	0		level		false	false	false	false
                

                1 Reply Last reply Reply Quote 0
                • F
                  Foradh 0 last edited by Foradh 0

                  Hallo zusammen,

                  ich hätte da nochmal eine Frage zu den Modbus Registern für das Lademanagement.

                  Mit den 6xxxx Adressen kann ich sämtliche Werte auslesen, nur das Register 63243 "Timeout" macht mir nach wie vor Probleme. Hier wird der Wert "235929600" ausgelesen, den man nicht ändern kann - Wert springt nach Eingabe immer wieder auf "235929600" zurück. Das Timeout funktioniert auch nicht, somit bleibt der Wechselrichter im "Remote Control" mit den zuletzt vorhandenen Einstellungen.

                  Hier meine Adressen die ich auslese:
                  feba7593-9eba-44de-aa1f-5dafff238af7-grafik.png

                  Verbaut ist der Wechselrichter SE10K-RWS48BNN4 mit einer LG RESU 10.

                  Aktuellste Firmware am Wechselrichter ist installiert.

                  Hat evtl. jemand das gleiche Problem und auch eine Lösung?

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

                    Hallo in die Runde 🙂
                    Vielen vielen Dank für die ausführliche Erklärung!

                    Sind die ersten drei Beiträge noch aktuell?
                    Dann würde ich mich gerne die nächsten Abende einmal dransetzen und es versuchen nachzubauen.

                    Euch einen schönen Sonntag!

                    1 Reply Last reply Reply Quote 0
                    • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

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