Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Node-Red
    5. [HowTo] Huawei SUN2000 WR Modbus mit node-red (read + write)

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [HowTo] Huawei SUN2000 WR Modbus mit node-red (read + write)

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

      Danke für die Anleitung! Habe auf Anhieb die Kommunikation aufbauen können.
      Trotz plausibler Daten erhalte ich folgenden Fehler:
      "[warn] [modbus-client:WLAN-FE] Client -> fsm broken state after failed Get More About It By Logging TCP@192.168.2.87:502 default Unit-Id: 1"
      Da ich minütlich abfrage, sehe ich diesen auch entsprechend oft. Wie kann ich das beheben?

      Dann würde ich gerne die "realtime" Lade und entladewerte der Batterie haben wollen. In dem www.fusionsolar web interface kann man diese sehen. Wenn ich das richtig sehe, stehen die in dem Beispiel nicht zur Verfügung, nur die Battery_Total_Charge/Discharge. Kann man die zusätzlich noch abfragen und wenn ja wo oder wie muss ich die einrichten?
      DANKE!

      B 1 Reply Last reply Reply Quote 0
      • B
        badsnoopy667 @Holgus last edited by

        @holgus
        Meinst Du diese beiden Werte "Ladeenergie heute" und "Entladeenergie heute" aus der App? Dafür gibt es mMn keinen Datenpunkt. Ich hab auch bisher nicht wirklich verstanden, was die überhaupt bedeuten sollen.
        Aber man kann ja den Ladezustand in % auslesen. Damit kann man sich die beiden Werte ja halbwegs selber zusammenbasteln. Und die aktuelle Lade- und Entladeleistung in W wird ja auch ausgegeben.

        H 1 Reply Last reply Reply Quote 0
        • H
          Holgus @badsnoopy667 last edited by

          @badsnoopy667
          Sorry, ich glaube ich habe gefunden was ich suchte: 0_userdata.0.Huawei.Battery.Battery_Power
          Ich gehe davon aus , dass das dieser Wert ist:
          Screenshot 2022-12-01 100304.png

          Dann bleibt jetzt nur noch die Frage nach diesem Fehler:
          fsm broken state after failed Get More About It By Logging TCP@192.168.2.87:502 default Unit-Id: 1"
          Was läuft da schief?

          B 1 Reply Last reply Reply Quote 0
          • B
            badsnoopy667 @Holgus last edited by badsnoopy667

            @holgus
            Ach der Fehler... Der kommt bei mir auch ab und zu mal. Ist ja nur eine Warnung. Einfach ignorieren, klappt trotzdem. 😁
            Ja, das ist dein gesuchter Wert.

            1 Reply Last reply Reply Quote 0
            • J
              joschipp last edited by

              Ich hab für meine Anwendung eine schnelle Abfrage einiger Register benötigt, und die restlichen werden seltener benötigt. Das hab ich jetzt folgendermaßen realisiert (basierend auf Vorschlägen weiter oben - vielen Dank dafür):
              01.PNG

              Count 3 ist ein Zähler, der 3 Ausgänge durchtaktet, der 1. Ausgang triggert die Abfrage vom Meter.Active_Power, den Wert will ich häufig aktualisiert haben. Sobald die Daten empfangen wurden, geht die Meldung über den Link zurück an die Trigger - Funktion. Die triggert den Count 3, und der zählt weiter auf den 2. Ausgang und triggert die Abfrage vom Inverter.Active_Power (brauch ich auch häufig).
              Der 3. Ausgang triggert dann einen Zähler mit 25 Ausgängen:
              02.PNG
              Hier wird die Abfrage der restlichen 25 Register, die ich nicht häufig brauche, getriggert.
              Die Trigger Funktion hat auch noch eine Timeout - Überprüfung, wenn mal keine Antwort kommen sollte, dann wird nach 5 Sekunden getriggert.
              Damit werden jetzt die beiden wichtigen Register alle 1-2 Sekunden aktualisiert und der Rest langsamer.
              Mit dieser Lösung hab ich sicher gestellt, das eine Abfrage erst bzw. sofort nach dem Empfang der vorigen Abfrage erfolgt, somit hat man die max. Geschwindigkeit und keinen Datenverlust.

              flows.json

              PS: das Problem mit den fehlenden Datenpunkten und das manuelle Anlegen (siehe weiter oben) kann man sich sparen, wenn man in der Node-Red Instanz "Erstellung von Fremd-Objekten" zulässt
              03.PNG

              mfg

              M T J 3 Replies Last reply Reply Quote 1
              • M
                Matthias 5 @joschipp last edited by

                @joschipp
                Hallo, eine Frage wie kann ich deine Datei "flows.json herunterladen bzw inportieren?
                Wenn ich den Flow importieren möchte bekomme ich diese Meldung

                7203d57a-b5e2-4e59-ad87-494b9b39a377-image.png

                M 1 Reply Last reply Reply Quote 0
                • M
                  Matthias 5 @Matthias 5 last edited by

                  @matthias-5
                  Es lag am Google Chrome Browser!

                  1 Reply Last reply Reply Quote 0
                  • Z
                    zoid1988 @Serial13579 last edited by

                    @serial13579

                    Hi,
                    hast du diese Meldungen jemals aus dem Log weg bekommen ?
                    Ich habe genau das gleiche "Problem".

                    LG.
                    Thomas

                    1 Reply Last reply Reply Quote 0
                    • A
                      ASMM @Chris M last edited by

                      @chris-m

                      Ich habe leider nix Neues zu vermelden.
                      Das ganze geht mir auf den Keks und ist eine ziemlich große Baustelle 😠
                      Auch in FusionSolar gibt es unplausible Werte.
                      Beim Ertrag jetzt in den schattigen Tagen steht am Ende des Tages 0, aber im Grafen sind eindeutig Ertragswerte zu sehen.
                      Sehr frustrierend das ganze

                      be5829f6-3680-4d69-8253-6b7fb9e9d0ee-grafik.png

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        ASMM @ASMM last edited by

                        Hat Jemand von euch eine Idee, wie ich die beiden PV Strings des zweiten Inverters auslesen kann?
                        In der Beschreibung von Huawei steht, dass ab Register 32016 max 24 Strings unterstützt werden.
                        Ich kann aber nur den ersten String des ersten Inverters auslesen.

                        cacfbeb6-5e84-4a8d-8154-783b5cd65407-grafik.png

                        1 Reply Last reply Reply Quote 0
                        • Thomas Lippert
                          Thomas Lippert last edited by

                          Vielen Dank für die viele Vorarbeit. Ich habe nun ziemlich schnell Werte von meinem Wechselrichter im iobroker. Freue mich darauf damit zu arbeiten.
                          Das Thema node-red und auch ModBus ist neu für mich, daher eine Frage dazu:
                          Wie auf vielen anderen Screenshots in diesem Thread auch zu sehen sind bei mir einige Werte connected und liefern Daten, es gibt aber auch ein paar andere, die heller und mit gestrichelter Linie ohne connected dargestellt werden. Für diese bekomme ich keine Werte. Wie kann ich das ändern?
                          Screenshot_20230111_212647.png
                          In meinem Bild betrifft das z.B. die Werte der PV Voltage und Current, an denen ich grundsätzlich schon auch interessiert wäre...
                          Hat jemand eine Idee?

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            badsnoopy667 @Thomas Lippert last edited by

                            @thomas-lippert
                            Die Nodes sind Deaktiviert. Mach mal einen Doppelklick dadrauf und dann unten auf "Deaktiviert" klicken, dann werden sie wieder aktiv.

                            aktiveiren.png

                            Thomas Lippert 1 Reply Last reply Reply Quote 0
                            • Thomas Lippert
                              Thomas Lippert @badsnoopy667 last edited by

                              @badsnoopy667 Danke.

                              1 Reply Last reply Reply Quote 0
                              • H
                                Heinzileilei last edited by

                                Kurze Frage in die Expertenrunde. Bei funkt der Flow und ich bekomme auch die Daten. Danke für die Vorarbeit ! Habe aber leider das Problem das sich der Flow nach einen Tag oder 2 wieder aufhängt, obwohl es Tage lang funktioniert hat und ich das System nicht verändert hatte. Könnt Ihr mir vielleicht weiterhelfen oder erklären woran es liegen könnte ? Danke Lg

                                1 Reply Last reply Reply Quote 0
                                • L
                                  Landci last edited by

                                  Hallo,

                                  hat hier jemand das ganze in Verbindung mit evcc laufen?
                                  Mir scheint es als ob es dann zu Datenverlust kommt, jedenfalls in den Daten von grafana.
                                  Komischerweise nur bei denen die jede minute eingelesen wird.

                                  Hat da jemand Erfahrung wie man das stabil hinbekommt?
                                  Modbus liest doch nur Daten aus?Somit sollte es doch möglich sein dass das mehrere machen. Oder hab ich da einen Denkfehler?

                                  1 Reply Last reply Reply Quote 0
                                  • Z
                                    zoid1988 last edited by

                                    Hallo,

                                    leider habe ich immer noch ein Problem mit dem ganzen.

                                    Im Log steht für viele Datenpunkte: State value to set for "0_userdata.0.Huawei.Meter.Active_Power" has to be stringified but received type "number"

                                    Wie kann ich das beheben ?

                                    Vielen Dank für die Antworten 🙂

                                    DJMarc75 1 Reply Last reply Reply Quote 0
                                    • DJMarc75
                                      DJMarc75 @zoid1988 last edited by

                                      @zoid1988 sagte in [HowTo] Huawei SUN2000 WR Modbus mit node-red (read + write):

                                      has to be stringified but received type "number"

                                      Da solltest Du den Datenpunkttyp von String auf Number umstellen.

                                      Z 1 Reply Last reply Reply Quote 0
                                      • Atifan
                                        Atifan last edited by

                                        Hallo, Danke für den tollen Guide und die Nodes.
                                        Ich hab soweit alles drin und auch die ID auf 1 geändert, aber irgendwie funktioniert es nur teilweise.
                                        Kann mal einer schauen was ich evtl. falsch mache?
                                        Und wo im IoBroker sollte ich die Datenpunkte finden? Ich finde da nirgendwo was.

                                        8a6e2971-e119-4fc0-bc3f-b43948455590-image.png

                                        1 Reply Last reply Reply Quote 0
                                        • Z
                                          zoid1988 @DJMarc75 last edited by

                                          @djmarc75

                                          Danke 🙏

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            Peter666666 last edited by Peter666666

                                            Hallo Leute,

                                            Habe mir den Flow in Node Red importiert und die ID überall von 2 auf 1 geändert. IP Adresse vom WR wurde eingegeben. Unter userdata werden mir aber die DP nicht erstellt, was mach ich da falsch? Node Red ist für mich Neuland 😳

                                            2023-02-03 16:00:00.068 - info: host.e73f64821262 instance system.adapter.daswetter.0 started with pid 29899
                                            2023-02-03 16:00:01.286 - info: daswetter.0 (29899) starting. Version 3.1.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v16.19.0, js-controller: 4.0.23
                                            2023-02-03 16:00:04.089 - info: host.e73f64821262 instance system.adapter.fuelpricemonitor.0 started with pid 29914
                                            2023-02-03 16:00:06.238 - info: fuelpricemonitor.0 (29914) starting. Version 0.3.3 in /opt/iobroker/node_modules/iobroker.fuelpricemonitor, node: v16.19.0, js-controller: 4.0.23
                                            2023-02-03 16:00:06.265 - info: fuelpricemonitor.0 (29914) Started with JSON-Explorer version 0.1.10
                                            2023-02-03 16:00:13.132 - info: fuelpricemonitor.0 (29914) Terminated (NO_ERROR): Without reason
                                            2023-02-03 16:00:13.641 - info: fuelpricemonitor.0 (29914) cleaned everything up...
                                            2023-02-03 16:00:13.661 - info: host.e73f64821262 instance system.adapter.fuelpricemonitor.0 terminated with code 0 (NO_ERROR)
                                            2023-02-03 16:00:17.560 - info: daswetter.0 (29899) still wrong data structure from server received! repaired...
                                            2023-02-03 16:00:20.800 - info: daswetter.0 (29899) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                            2023-02-03 16:00:21.308 - info: daswetter.0 (29899) cleaned everything up...
                                            2023-02-03 16:00:21.325 - info: host.e73f64821262 instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2023-02-03 16:06:29.998 - warn: node-red.0 (26438) 3 Feb 16:06:29 - [warn] [modbus-getter:30000] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:06:30.004 - warn: node-red.0 (26438) 3 Feb 16:06:30 - [warn] [modbus-getter:37113] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:06:36.069 - info: node-red.0 (26453) deed22ba.14572: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Meter.Active_Power".
                                            2023-02-03 16:06:36.069 - info: node-red.0 (26453) deed22ba.14572: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:06:36.893 - info: node-red.0 (26453) c0384b73.98e3d8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Active_Power".
                                            2023-02-03 16:06:36.893 - info: node-red.0 (26453) c0384b73.98e3d8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:06:37.726 - info: node-red.0 (26453) c25c486b.9b8d48: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Input_Power".
                                            2023-02-03 16:06:37.728 - info: node-red.0 (26453) c25c486b.9b8d48: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:06:38.868 - info: node-red.0 (26453) 89ea8b16.14a5b8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_Power".
                                            2023-02-03 16:06:38.868 - info: node-red.0 (26453) 89ea8b16.14a5b8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:06:39.660 - info: node-red.0 (26453) fc8b158c.7de8a8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_SOC".
                                            2023-02-03 16:06:39.660 - info: node-red.0 (26453) fc8b158c.7de8a8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:07:44.569 - warn: node-red.0 (26438) 3 Feb 16:07:44 - [warn] Verschlüsselte Credentials nicht gefunden
                                            2023-02-03 16:09:10.266 - warn: node-red.0 (26438) 3 Feb 16:09:10 - [warn] [modbus-getter:30000] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:09:10.270 - warn: node-red.0 (26438) 3 Feb 16:09:10 - [warn] [modbus-getter:37113] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:09:16.232 - info: node-red.0 (26453) deed22ba.14572: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Meter.Active_Power".
                                            2023-02-03 16:09:16.233 - info: node-red.0 (26453) deed22ba.14572: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:09:16.823 - info: node-red.0 (26453) c0384b73.98e3d8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Active_Power".
                                            2023-02-03 16:09:16.823 - info: node-red.0 (26453) c0384b73.98e3d8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:09:17.877 - info: node-red.0 (26453) c25c486b.9b8d48: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Input_Power".
                                            2023-02-03 16:09:17.878 - info: node-red.0 (26453) c25c486b.9b8d48: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:09:18.676 - info: node-red.0 (26453) 89ea8b16.14a5b8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_Power".
                                            2023-02-03 16:09:18.676 - info: node-red.0 (26453) 89ea8b16.14a5b8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:09:20.060 - info: node-red.0 (26453) fc8b158c.7de8a8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_SOC".
                                            2023-02-03 16:09:20.061 - info: node-red.0 (26453) fc8b158c.7de8a8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:10:02.126 - warn: node-red.0 (26438) 3 Feb 16:10:02 - [warn] [modbus-getter:30000] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:10:02.130 - warn: node-red.0 (26438) 3 Feb 16:10:02 - [warn] [modbus-getter:37113] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:10:07.951 - info: node-red.0 (26453) deed22ba.14572: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Meter.Active_Power".
                                            2023-02-03 16:10:07.951 - info: node-red.0 (26453) deed22ba.14572: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:10:08.769 - info: node-red.0 (26453) c0384b73.98e3d8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Active_Power".
                                            2023-02-03 16:10:08.769 - info: node-red.0 (26453) c0384b73.98e3d8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:10:09.642 - info: node-red.0 (26453) c25c486b.9b8d48: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Input_Power".
                                            2023-02-03 16:10:09.642 - info: node-red.0 (26453) c25c486b.9b8d48: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:10:10.846 - info: node-red.0 (26453) 89ea8b16.14a5b8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_Power".
                                            2023-02-03 16:10:10.846 - info: node-red.0 (26453) 89ea8b16.14a5b8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:10:11.666 - info: node-red.0 (26453) fc8b158c.7de8a8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_SOC".
                                            2023-02-03 16:10:11.666 - info: node-red.0 (26453) fc8b158c.7de8a8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:05.167 - warn: node-red.0 (26438) 3 Feb 16:11:05 - [warn] [modbus-getter:30000] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:11:05.172 - warn: node-red.0 (26438) 3 Feb 16:11:05 - [warn] [modbus-getter:37113] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:11:11.305 - info: node-red.0 (26453) deed22ba.14572: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Meter.Active_Power".
                                            2023-02-03 16:11:11.305 - info: node-red.0 (26453) deed22ba.14572: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:12.161 - info: node-red.0 (26453) c0384b73.98e3d8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Active_Power".
                                            2023-02-03 16:11:12.161 - info: node-red.0 (26453) c0384b73.98e3d8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:13.302 - info: node-red.0 (26453) c25c486b.9b8d48: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Input_Power".
                                            2023-02-03 16:11:13.302 - info: node-red.0 (26453) c25c486b.9b8d48: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:14.096 - info: node-red.0 (26453) 89ea8b16.14a5b8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_Power".
                                            2023-02-03 16:11:14.096 - info: node-red.0 (26453) 89ea8b16.14a5b8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:14.953 - info: node-red.0 (26453) fc8b158c.7de8a8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_SOC".
                                            2023-02-03 16:11:14.953 - info: node-red.0 (26453) fc8b158c.7de8a8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:21.639 - warn: node-red.0 (26438) 3 Feb 16:11:21 - [warn] [modbus-getter:30000] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:11:21.642 - warn: node-red.0 (26438) 3 Feb 16:11:21 - [warn] [modbus-getter:37113] Getter -> Inject while node is not ready for input.
                                            2023-02-03 16:11:27.457 - info: node-red.0 (26453) deed22ba.14572: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Meter.Active_Power".
                                            2023-02-03 16:11:27.458 - info: node-red.0 (26453) deed22ba.14572: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:28.271 - info: node-red.0 (26453) c0384b73.98e3d8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Active_Power".
                                            2023-02-03 16:11:28.271 - info: node-red.0 (26453) c0384b73.98e3d8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:29.065 - info: node-red.0 (26453) c25c486b.9b8d48: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Input_Power".
                                            2023-02-03 16:11:29.065 - info: node-red.0 (26453) c25c486b.9b8d48: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:30.432 - info: node-red.0 (26453) 89ea8b16.14a5b8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_Power".
                                            2023-02-03 16:11:30.432 - info: node-red.0 (26453) 89ea8b16.14a5b8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:11:32.210 - info: node-red.0 (26453) fc8b158c.7de8a8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Battery.Battery_SOC".
                                            2023-02-03 16:11:32.210 - info: node-red.0 (26453) fc8b158c.7de8a8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:12:41.692 - info: node-red.0 (26453) b1161bcd.470708: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Input_Power".
                                            2023-02-03 16:12:41.692 - info: node-red.0 (26453) b1161bcd.470708: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:12:46.538 - info: node-red.0 (26453) 3996c271.4a964e: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Power_Grid_Voltage".
                                            2023-02-03 16:12:46.538 - info: node-red.0 (26453) 3996c271.4a964e: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:12:50.229 - info: node-red.0 (26453) 5a3c69ff.c24f98: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Power_Grid_Current".
                                            2023-02-03 16:12:50.229 - info: node-red.0 (26453) 5a3c69ff.c24f98: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:12:55.057 - info: node-red.0 (26453) 8b6b24cb.456578: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Peak_Active_Power_of_current_Day".
                                            2023-02-03 16:12:55.057 - info: node-red.0 (26453) 8b6b24cb.456578: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:13:00.747 - info: node-red.0 (26453) 85c06382.4a9b1: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Grid_Frequency".
                                            2023-02-03 16:13:00.747 - info: node-red.0 (26453) 85c06382.4a9b1: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:13:05.551 - info: node-red.0 (26453) ae33615.ef40da: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Efficiency".
                                            2023-02-03 16:13:05.551 - info: node-red.0 (26453) ae33615.ef40da: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:13:10.234 - info: node-red.0 (26453) 7f192735.7f04d8: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Internal_Temperature".
                                            2023-02-03 16:13:10.234 - info: node-red.0 (26453) 7f192735.7f04d8: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:13:22.647 - info: node-red.0 (26453) fe38cb9c.a4dd68: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Accumulated_Energy_Yield".
                                            2023-02-03 16:13:22.647 - info: node-red.0 (26453) fe38cb9c.a4dd68: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:13:30.140 - info: node-red.0 (26453) a922a727.2c6088: "ioBroker out" Cannot set state of non-existing object "0_userdata.0.Huawei.Inverter.Daily_Energy_Yield".
                                            2023-02-03 16:13:30.140 - info: node-red.0 (26453) a922a727.2c6088: Creation of foreign objects is not enabled. You can enable it in the instance configuration
                                            2023-02-03 16:15:00.058 - info: host.e73f64821262 instance system.adapter.daswetter.0 started with pid 30713
                                            2023-02-03 16:15:01.418 - info: daswetter.0 (30713) starting. Version 3.1.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v16.19.0, js-controller: 4.0.23
                                            2023-02-03 16:15:12.569 - info: daswetter.0 (30713) still wrong data structure from server received! repaired...
                                            2023-02-03 16:15:15.727 - info: daswetter.0 (30713) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                            2023-02-03 16:15:16.234 - info: daswetter.0 (30713) cleaned everything up...
                                            2023-02-03 16:15:16.253 - info: host.e73f64821262 instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            

                                            Bild 03.02.23 um 16.14.jpeg

                                            Bild 03.02.23 um 16.20.jpeg

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            963
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            110
                                            573
                                            176561
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo