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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Praktische Anwendungen (Showcase)
  4. [Tutorial] SolarEdge -> Modbus -> ioBroker -> Grafana

NEWS

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

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

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

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

Geplant Angeheftet Gesperrt Verschoben Praktische Anwendungen (Showcase)
solaredgemodbusgrafana
606 Beiträge 91 Kommentatoren 208.3k Aufrufe 99 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • C 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 Offline
    C Offline
    Chris87
    schrieb am zuletzt editiert von
    #198

    @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.

    5x Wago 750-... as Modbus-master and slave with 420DIs/380DOs/ 20AI/DMX , 3x Alexa-Dot, R-Pi3 im MagicMirror, Intel NUC 10i7 64GbRAM / 2x 1Tb m.2 NVME und SSD mit PRoxmox/ IO Broker, InfluxDB, Grafana, MotionEye.

    1 Antwort Letzte Antwort
    0
    • GlasfaserG Glasfaser

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

      mit der neuesten Modbus-Adapter Version exportieren?

      _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
      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
      
      

      T Offline
      T Offline
      technikaffin
      schrieb am zuletzt editiert von
      #199

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

      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.

      GlasfaserG 1 Antwort Letzte Antwort
      1
      • T technikaffin

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

        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.

        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        schrieb am zuletzt editiert von
        #200

        @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
        

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        1 Antwort Letzte Antwort
        0
        • F Offline
          F Offline
          Foradh 0
          schrieb am zuletzt editiert von Foradh 0
          #201

          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 Antwort Letzte Antwort
          0
          • S sol21

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

            ... gute Idee das einrechnen der erwarteten Temperatur in die Dauer der Absenkung unter Berücksichtigung der Dämpfung des Hauses.

            Du meinst diesen Teil: "Zusätzlich schaue ich auch auf die Aussentemperatur und setzt den Zeitpunkt des Anfangs der Sperre früher oder später (Erfahrungswerte damit es bis zum Morgen nicht kalt wird)"?
            Da schaue ich auf Isttemperatur morgens um 0.30Uhr uns setzen den Startpunkt der Sperre wie folgt:
            ![Bild Text](Bild Link)61573323-232e-48ed-a496-933f4708c89b-grafik.png

            Z Offline
            Z Offline
            ZoXx
            schrieb am zuletzt editiert von
            #202

            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 Antwort Letzte Antwort
            0
            • Z Offline
              Z Offline
              ZoXx
              schrieb am zuletzt editiert von ZoXx
              #203

              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 Antwort Letzte Antwort
              0
              • C Chris87

                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

                Z Offline
                Z Offline
                ZoXx
                schrieb am zuletzt editiert von
                #204

                @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 Antwort Letzte Antwort
                0
                • S Offline
                  S Offline
                  Sammydk
                  schrieb am zuletzt editiert von Sammydk
                  #205

                  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 KristenJ 1 Antwort Letzte Antwort
                  0
                  • H Offline
                    H Offline
                    hennerich
                    schrieb am zuletzt editiert von
                    #206

                    @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?

                    Tutorial UVR1611 C.M.I. Integration
                    Tutorial SolarEdge Integration via ModBus

                    1 Antwort Letzte Antwort
                    0
                    • H hennerich

                      Hallo Forum,

                      ich habe mich bewusst dafür entschieden, diesen Topic nicht unter der Kategorie Visualisierung zu posten, weil es hier primär um die Anbindung des SolarEdge Systems an ioBroker geht. Visualisierung kommt später bzw. ist hier nur am Rande ein Thema.
                      Vorweg möchte ich sagen, dass ich ein einfacher Nutzer bin und weder tiefe Kenntnisse im SolarEdge Bereich noch im ioBroker habe. Alle Informationen habe ich mir entweder selbst erarbeitet oder User aus den Foren (hauptsächlich hier oder im Photofoltaikforum) haben für die gleichen Fragen die entsprechenden Antworten gefunden. Mir geht es in erster Linie darum, an einer Stelle alle für dieses Szenario notwendigen Informationen zu sammeln.

                      Teil1 – Konfiguration Modbus Adapter
                      Voraussetzungen:
                      Ihr braucht natürlich in erster Linie erst einmal einen SolarEdge Wechselrichter. In meinem Fall ist das der SE25k Wechselrichter.
                      Außerdem wird zwingend der Energiezähler mit Modbus Anschluss benötigt. Der Wechselrichter kann von Haus aus kein Modbus sprechen. Der Energiezähler kommt noch mit den jeweiligen Stromwandlern, die im Sicherungskasten verbaut werden. Ihr lasst das natürlich von einem Fachmann erledigen.

                      Zu guter Letzt gehe ich davon aus, dass ihr den Wechselrichter in euer Heimnetz eingebunden habt und dieser IP technisch auch erreichbar ist. Falls ihr nicht wisst, welche IP Adresse euer Router per DHCP vergeben hat, lasst ihr euch das von eurem Solarteur sagen, die können in die Netzwerkkonfiguration des WR reinschauen oder ihr habt die App und könnt selbst nachschauen (nur mit aktiver Registrierung als Installateur möglich).
                      a85f6f9a-572a-4e02-9dc0-00997160ceb6-grafik.png

                      ioBroker Setup:
                      Ihr habt natürlich schon ioBroker laufen und das System funktioniert ohne Fehler.
                      Verwendete Versionen bei mir:
                      6b412bf2-2be7-4ef9-a7af-37929627ed05-grafik.png

                      625e80bb-8fc3-4246-adcd-50064eed004f-grafik.png

                      Zuerst fügt ihr einen (weiteren) Modbus Adapter hinzu. Bei mir sind es mittlerweile 2 Stück, weil ich auch noch meine Heizung wie hier beschrieben angebunden habe.
                      Danach wird der Adapter konfiguriert.
                      659a1f77-527a-417b-ba4f-0e6d08ac6cef-grafik.png

                      Partner IP Adresse ist die von eurem Wechselrichter.
                      Der Port ist der default eingestellte Port für den Modbus im Wechselrichter, solltet ihr nicht ändern müssen.
                      Die Geräte ID ist (in meinem Fall) die 1.
                      64d4a8eb-7db9-4bc8-8637-9f560c540de3-grafik.png

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

                      Und noch was wichtiges! Wenn ihr nur die Verbindungseinstellungen vom Modbus im ioBroker konfiguriert habt und keine Daten, die ihr abrufen wollt, dann verbindet sich der Adapter auch nicht. Ich hab da ganz schön lange suchen müssen, bevor ich dazu eine Lösung hatte. Ich dachte immer, an meiner Konfiguration würde etwas nicht stimmen.

                      Also richtet ihr mindestens eine Adresse unter Holding Register ein, die ihr abrufen wollt. Und bevor ihr das tut, schaut ihr erstmal in die dazugehörige SolarEdge Doku:
                      Englisch (ist ausführlicher als die deutsche, ich verstehe nicht warum)
                      Deutsch

                      Ich beziehe mich jetzt an dieser Stelle mal auf die englische Dokumentation. Dort stehen ab der Seite 16 die erforderlichen Informationen.
                      Auf der Seite 15 unten findet ihr aber noch eine weitere, wichtige Information, die ich bei mir leider überlesen (bzw. nicht verstanden hatte):
                      The base Register Common Block is set to 40001 (MODBUS PLC address [base 1]) or 40000 (MODBUS Protocol Address [base 0]).

                      In meinem Fall wird base 0 verwendet (fragt mich nicht warum und wieso) und das bedeutet, dass alle in der Doku stehenden Adressen um eins reduziert werden müssen.
                      Beispiel:
                      ID 40094 ist die gesamte, produzierte Energie in Wh und die muss dann im Modbus ioBroker die ID 40093 sein.

                      Ihr müsst dann selbst entscheiden, welche Adressen ihr importieren möchtet und welche ihr nicht braucht.
                      Hier hab ich euch mal meinen Export angehangen:

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

                      Ab der Seite 16 unten findet ihr die Adressen des Wechselrichters und 19 die Adressen für Meter 1 (also den Energiemesser). Meter 2 und 3 sind bei mir nicht vorhanden.
                      So sieht das ganze jetzt bei mir aus:
                      632bbb53-cb4b-4c4d-9301-35105e63dbe3-grafik.png

                      Wenn ihr alles richtig gemacht habt, dann ist 1. Eure Modbus Instanz grün und ihr findet in den Objekten die ausgelesenen Werte.

                      S Offline
                      S Offline
                      Sammydk
                      schrieb am zuletzt editiert von
                      #207

                      @hennerich
                      Hallo Hennerich, Modbus_export.png

                      Auf die beiden Pfeile drücken.

                      G Dietmar

                      H 1 Antwort Letzte Antwort
                      0
                      • C Chris87

                        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

                        S Offline
                        S Offline
                        Sammydk
                        schrieb am zuletzt editiert von Sammydk
                        #208

                        @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 Antwort Letzte Antwort
                        0
                        • S Sammydk

                          @hennerich
                          Hallo Hennerich, Modbus_export.png

                          Auf die beiden Pfeile drücken.

                          G Dietmar

                          H Offline
                          H Offline
                          hennerich
                          schrieb am zuletzt editiert von
                          #209

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

                          @hennerich
                          Auf die beiden Pfeile drücken.

                          Danke Dietmar! :grin:
                          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	
                          

                          Tutorial UVR1611 C.M.I. Integration
                          Tutorial SolarEdge Integration via ModBus

                          1 Antwort Letzte Antwort
                          0
                          • S 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 Offline
                            H Offline
                            hennerich
                            schrieb am zuletzt editiert von
                            #210

                            @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

                            Tutorial UVR1611 C.M.I. Integration
                            Tutorial SolarEdge Integration via ModBus

                            S B 2 Antworten Letzte Antwort
                            0
                            • H Offline
                              H Offline
                              hennerich
                              schrieb am zuletzt editiert von
                              #211

                              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
                              }
                              

                              Tutorial UVR1611 C.M.I. Integration
                              Tutorial SolarEdge Integration via ModBus

                              1 Antwort Letzte Antwort
                              0
                              • H hennerich

                                Hallo Forum,

                                ich habe mich bewusst dafür entschieden, diesen Topic nicht unter der Kategorie Visualisierung zu posten, weil es hier primär um die Anbindung des SolarEdge Systems an ioBroker geht. Visualisierung kommt später bzw. ist hier nur am Rande ein Thema.
                                Vorweg möchte ich sagen, dass ich ein einfacher Nutzer bin und weder tiefe Kenntnisse im SolarEdge Bereich noch im ioBroker habe. Alle Informationen habe ich mir entweder selbst erarbeitet oder User aus den Foren (hauptsächlich hier oder im Photofoltaikforum) haben für die gleichen Fragen die entsprechenden Antworten gefunden. Mir geht es in erster Linie darum, an einer Stelle alle für dieses Szenario notwendigen Informationen zu sammeln.

                                Teil1 – Konfiguration Modbus Adapter
                                Voraussetzungen:
                                Ihr braucht natürlich in erster Linie erst einmal einen SolarEdge Wechselrichter. In meinem Fall ist das der SE25k Wechselrichter.
                                Außerdem wird zwingend der Energiezähler mit Modbus Anschluss benötigt. Der Wechselrichter kann von Haus aus kein Modbus sprechen. Der Energiezähler kommt noch mit den jeweiligen Stromwandlern, die im Sicherungskasten verbaut werden. Ihr lasst das natürlich von einem Fachmann erledigen.

                                Zu guter Letzt gehe ich davon aus, dass ihr den Wechselrichter in euer Heimnetz eingebunden habt und dieser IP technisch auch erreichbar ist. Falls ihr nicht wisst, welche IP Adresse euer Router per DHCP vergeben hat, lasst ihr euch das von eurem Solarteur sagen, die können in die Netzwerkkonfiguration des WR reinschauen oder ihr habt die App und könnt selbst nachschauen (nur mit aktiver Registrierung als Installateur möglich).
                                a85f6f9a-572a-4e02-9dc0-00997160ceb6-grafik.png

                                ioBroker Setup:
                                Ihr habt natürlich schon ioBroker laufen und das System funktioniert ohne Fehler.
                                Verwendete Versionen bei mir:
                                6b412bf2-2be7-4ef9-a7af-37929627ed05-grafik.png

                                625e80bb-8fc3-4246-adcd-50064eed004f-grafik.png

                                Zuerst fügt ihr einen (weiteren) Modbus Adapter hinzu. Bei mir sind es mittlerweile 2 Stück, weil ich auch noch meine Heizung wie hier beschrieben angebunden habe.
                                Danach wird der Adapter konfiguriert.
                                659a1f77-527a-417b-ba4f-0e6d08ac6cef-grafik.png

                                Partner IP Adresse ist die von eurem Wechselrichter.
                                Der Port ist der default eingestellte Port für den Modbus im Wechselrichter, solltet ihr nicht ändern müssen.
                                Die Geräte ID ist (in meinem Fall) die 1.
                                64d4a8eb-7db9-4bc8-8637-9f560c540de3-grafik.png

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

                                Und noch was wichtiges! Wenn ihr nur die Verbindungseinstellungen vom Modbus im ioBroker konfiguriert habt und keine Daten, die ihr abrufen wollt, dann verbindet sich der Adapter auch nicht. Ich hab da ganz schön lange suchen müssen, bevor ich dazu eine Lösung hatte. Ich dachte immer, an meiner Konfiguration würde etwas nicht stimmen.

                                Also richtet ihr mindestens eine Adresse unter Holding Register ein, die ihr abrufen wollt. Und bevor ihr das tut, schaut ihr erstmal in die dazugehörige SolarEdge Doku:
                                Englisch (ist ausführlicher als die deutsche, ich verstehe nicht warum)
                                Deutsch

                                Ich beziehe mich jetzt an dieser Stelle mal auf die englische Dokumentation. Dort stehen ab der Seite 16 die erforderlichen Informationen.
                                Auf der Seite 15 unten findet ihr aber noch eine weitere, wichtige Information, die ich bei mir leider überlesen (bzw. nicht verstanden hatte):
                                The base Register Common Block is set to 40001 (MODBUS PLC address [base 1]) or 40000 (MODBUS Protocol Address [base 0]).

                                In meinem Fall wird base 0 verwendet (fragt mich nicht warum und wieso) und das bedeutet, dass alle in der Doku stehenden Adressen um eins reduziert werden müssen.
                                Beispiel:
                                ID 40094 ist die gesamte, produzierte Energie in Wh und die muss dann im Modbus ioBroker die ID 40093 sein.

                                Ihr müsst dann selbst entscheiden, welche Adressen ihr importieren möchtet und welche ihr nicht braucht.
                                Hier hab ich euch mal meinen Export angehangen:

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

                                Ab der Seite 16 unten findet ihr die Adressen des Wechselrichters und 19 die Adressen für Meter 1 (also den Energiemesser). Meter 2 und 3 sind bei mir nicht vorhanden.
                                So sieht das ganze jetzt bei mir aus:
                                632bbb53-cb4b-4c4d-9301-35105e63dbe3-grafik.png

                                Wenn ihr alles richtig gemacht habt, dann ist 1. Eure Modbus Instanz grün und ihr findet in den Objekten die ausgelesenen Werte.

                                S Offline
                                S Offline
                                Sammydk
                                schrieb am zuletzt editiert von
                                #212

                                @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 Antwort Letzte Antwort
                                0
                                • H hennerich

                                  @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 Offline
                                  S Offline
                                  Sammydk
                                  schrieb am zuletzt editiert von
                                  #213

                                  @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 Antwort Letzte Antwort
                                  0
                                  • C cybtrash

                                    Hallo,
                                    ich wollte hier nochmal fragen, ob es jemanden mit Solaredge Wechselrichter und angeschlossener Batterie gibt, bei dem nachts abwechselnde I_AC_POWER Werte vorkommen (bei mir immer ~30Wh und 600Wh abwechselnd).

                                    Bei mir ist das jede Nacht, sobald die Batterie leer ist (also 10% Ladestand erreicht).

                                    Hier ein Beispiel (habe den SE4000H Wechselrichter und eine LG Batterie) :

                                    Beispiel01.png

                                    Die gelben Punkte sind der Ladestand der Batterie in %. Sobald der 10% erreicht geht es los.

                                    Und hier noch ein Beispiel:

                                    Beispiel02_A.png

                                    mal reingezoomt:

                                    Beispiel02_B.png

                                    und noch weiter reingezoomt:

                                    Beispiel02_C.png

                                    Das ganze hört auf, sobald es hell wird und die PV-Anlage etwas Strom produziert.

                                    Da das so schwankt lässt sich das schlecht filtern. So zeigt mir iobroker nachts quasi an dass die PV-Anlage Strom erzeugt was Quatsch ist.

                                    Bin ich echt der einzige mit dem Problem?

                                    Könnt ihr mir bitte zeigen, wie der I_AC_POWER Wert nachts bei euch ist? Natürlich nur bei denen die eine Batterie haben. Zum Vergleich.

                                    D Offline
                                    D Offline
                                    dering
                                    schrieb am zuletzt editiert von
                                    #214

                                    @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 Antwort Letzte Antwort
                                    0
                                    • C cybtrash

                                      Hallo,
                                      ich wollte hier nochmal fragen, ob es jemanden mit Solaredge Wechselrichter und angeschlossener Batterie gibt, bei dem nachts abwechselnde I_AC_POWER Werte vorkommen (bei mir immer ~30Wh und 600Wh abwechselnd).

                                      Bei mir ist das jede Nacht, sobald die Batterie leer ist (also 10% Ladestand erreicht).

                                      Hier ein Beispiel (habe den SE4000H Wechselrichter und eine LG Batterie) :

                                      Beispiel01.png

                                      Die gelben Punkte sind der Ladestand der Batterie in %. Sobald der 10% erreicht geht es los.

                                      Und hier noch ein Beispiel:

                                      Beispiel02_A.png

                                      mal reingezoomt:

                                      Beispiel02_B.png

                                      und noch weiter reingezoomt:

                                      Beispiel02_C.png

                                      Das ganze hört auf, sobald es hell wird und die PV-Anlage etwas Strom produziert.

                                      Da das so schwankt lässt sich das schlecht filtern. So zeigt mir iobroker nachts quasi an dass die PV-Anlage Strom erzeugt was Quatsch ist.

                                      Bin ich echt der einzige mit dem Problem?

                                      Könnt ihr mir bitte zeigen, wie der I_AC_POWER Wert nachts bei euch ist? Natürlich nur bei denen die eine Batterie haben. Zum Vergleich.

                                      D Offline
                                      D Offline
                                      dering
                                      schrieb am zuletzt editiert von
                                      #215

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

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

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

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

                                      1 Antwort Letzte Antwort
                                      0
                                      • S Sammydk

                                        @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 Offline
                                        C Offline
                                        Chris87
                                        schrieb am zuletzt editiert von
                                        #216

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

                                        5x Wago 750-... as Modbus-master and slave with 420DIs/380DOs/ 20AI/DMX , 3x Alexa-Dot, R-Pi3 im MagicMirror, Intel NUC 10i7 64GbRAM / 2x 1Tb m.2 NVME und SSD mit PRoxmox/ IO Broker, InfluxDB, Grafana, MotionEye.

                                        S 1 Antwort Letzte Antwort
                                        0
                                        • C Chris87

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

                                          S Offline
                                          S Offline
                                          Sammydk
                                          schrieb am zuletzt editiert von
                                          #217

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

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          581

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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