Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. IOBroker Anbindung an einen Kostal Plenticore

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    IOBroker Anbindung an einen Kostal Plenticore

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tp1de @StrathCole last edited by

      @StrathCole sagte in IOBroker Anbindung an einen Kostal Plenticore:

      Kannst du den Adapter einmal stoppen, dann die json Dateien löschen, nur die pwrcons.json nicht. Dann neu starten.

      Json-Dateien gelöscht. Dann Läuft er wieder, aber nur ohne Leistungsprognose.
      Mit Prognose kommt wieder der Fehler

      ost.iob	2020-03-20 08:12:52.459	warn	instance system.adapter.plenticore.0 terminated due to SIGABRT
      host.iob	2020-03-20 08:12:52.458	error	Caught by controller[0]: FATAL ERROR: invalid array length Allocation failed - JavaScript heap out of memory
      

      und es werden keine Werte ausgelesen.

      Gehe erst mal frühstücken ...

      StrathCole 1 Reply Last reply Reply Quote 0
      • StrathCole
        StrathCole @tp1de last edited by

        @tom57 Danke für die Tests. Das ist echt erstaunlich, vor allem, weil ich den Fehler hier nicht bekomme.

        Hast du den Debug-Modus noch angeschaltet in der Adapter-Liste? Mich wundert, dass direkt vor dem Fehler keinerlei Logmeldung kam weiter oben. Irgendwas muss doch direkt vor dem Fehler ausgeführt werden 😕

        1 Reply Last reply Reply Quote 0
        • StrathCole
          StrathCole last edited by

          Und vielleicht bitte gerade noch einmal vom git aktualisieren. Habe ein Problem beim Parsen von Kachelmann gefunden und behoben. Vielleicht führt das ja bei euch zum Absturz und bei mir nur zu ner Warnung, warum auch immer.

          1 Reply Last reply Reply Quote 0
          • Diginix
            Diginix last edited by

            Hab jetzt von GIT (2.1.0.6, Dateien von 08:23 Uhr) aktualisiert und die fcast.json + pwrgen.json gelöscht.
            Sonst alles aktiv im Adapter.

            Adapter stürzt direkt nach Start ab und bleibt rot:

            2020-03-20 08:37:22.886 - info: plenticore.0 (807) starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.plenticore, node: v10.19.0
            2020-03-20 08:37:22.950 - info: plenticore.0 (807) [START] Starting adapter plenticore v2.1.0.6
            2020-03-20 08:37:22.994 - debug: plenticore.0 (807) Panel tilt: 23°
            2020-03-20 08:37:22.996 - debug: plenticore.0 (807) Panel direction: 180°
            2020-03-20 08:37:22.997 - debug: plenticore.0 (807) Panel efficiency: 19.3%
            2020-03-20 08:37:22.997 - debug: plenticore.0 (807) Panel surface: 39m²
            2020-03-20 08:37:24.431 - info: plenticore.0 (807) got weather data from met.no with 229 elements.
            2020-03-20 08:38:44.965 - error: host.BT3-PRO Caught by controller[0]: FATAL ERROR: invalid array length Allocation failed - JavaScript heap out of memory
            2020-03-20 08:38:44.966 - error: host.BT3-PRO Caught by controller[1]: 1: 0x8fa090 node::Abort() [io.plenticore.0]
            2020-03-20 08:38:44.966 - error: host.BT3-PRO Caught by controller[2]: 2: 0x8fa0dc [io.plenticore.0]
            2020-03-20 08:38:44.967 - error: host.BT3-PRO Caught by controller[3]: 3: 0xb0052e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [io.plenticore.0]
            2020-03-20 08:38:44.967 - error: host.BT3-PRO Caught by controller[4]: 4: 0xb00764 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [io.plenticore.0]
            2020-03-20 08:38:44.967 - error: host.BT3-PRO Caught by controller[5]: 5: 0xef4c72 [io.plenticore.0]
            2020-03-20 08:38:44.967 - error: host.BT3-PRO Caught by controller[6]: 6: 0xecc7b9 [io.plenticore.0]
            2020-03-20 08:38:44.968 - error: host.BT3-PRO Caught by controller[7]: 7: 0xece53d v8::internal::Factory::NewFixedDoubleArray(int, v8::internal::PretenureFlag) [io.plenticore.0]
            2020-03-20 08:38:44.968 - error: host.BT3-PRO Caught by controller[8]: 8: 0xe7c8ff [io.plenticore.0]
            2020-03-20 08:38:44.968 - error: host.BT3-PRO Caught by controller[9]: 9: 0x1127ded v8::internal::Runtime_GrowArrayElements(int, v8::internal::Object**, v8::internal::Isolate*) [io.plenticore.0]
            2020-03-20 08:38:44.968 - error: host.BT3-PRO Caught by controller[9]: 10: 0x1c3d1905be1d
            2020-03-20 08:38:44.968 - warn: host.BT3-PRO instance system.adapter.plenticore.0 terminated due to SIGABRT
            
            StrathCole 1 Reply Last reply Reply Quote 0
            • StrathCole
              StrathCole @Diginix last edited by

              @Diginix sagte in IOBroker Anbindung an einen Kostal Plenticore:

              invalid array length Allocation failed

              Könntest du noch einmal vom git aktualisieren? Irgendwie muss ich nach und nach Logmeldungen einfügen 😕

              Diginix 1 Reply Last reply Reply Quote 0
              • Diginix
                Diginix @StrathCole last edited by

                @StrathCole 2.0.1.7 stürzt ebenso ab:

                2020-03-20 09:00:19.268 - info: plenticore.0 (4530) starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.plenticore, node: v10.19.0
                2020-03-20 09:00:19.317 - info: plenticore.0 (4530) [START] Starting adapter plenticore v2.1.0.7
                2020-03-20 09:00:19.335 - debug: plenticore.0 (4530) Panel tilt: 23°
                2020-03-20 09:00:19.335 - debug: plenticore.0 (4530) Panel direction: 180°
                2020-03-20 09:00:19.336 - debug: plenticore.0 (4530) Panel efficiency: 19.3%
                2020-03-20 09:00:19.336 - debug: plenticore.0 (4530) Panel surface: 39m²
                2020-03-20 09:00:22.368 - info: plenticore.0 (4530) got weather data from met.no with 229 elements.
                2020-03-20 09:02:58.471 - error: host.BT3-PRO Caught by controller[0]: FATAL ERROR: invalid array length Allocation failed - JavaScript heap out of memory
                2020-03-20 09:02:58.472 - error: host.BT3-PRO Caught by controller[0]: 1: 0x8fa090 node::Abort() [io.plenticore.0]
                2020-03-20 09:02:58.473 - error: host.BT3-PRO Caught by controller[0]: 2: 0x8fa0dc [io.plenticore.0]
                2020-03-20 09:02:58.473 - error: host.BT3-PRO Caught by controller[1]: 3: 0xb0052e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [io.plenticore.0]
                2020-03-20 09:02:58.473 - error: host.BT3-PRO Caught by controller[2]: 4: 0xb00764 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [io.plenticore.0]
                2020-03-20 09:02:58.473 - error: host.BT3-PRO Caught by controller[3]: 5: 0xef4c72 [io.plenticore.0]
                2020-03-20 09:02:58.473 - error: host.BT3-PRO Caught by controller[4]: 6: 0xecc7b9 [io.plenticore.0]
                2020-03-20 09:02:58.474 - error: host.BT3-PRO Caught by controller[5]: 7: 0xece53d v8::internal::Factory::NewFixedDoubleArray(int, v8::internal::PretenureFlag) [io.plenticore.0]
                2020-03-20 09:02:58.474 - error: host.BT3-PRO Caught by controller[6]: 8: 0xe7c8ff [io.plenticore.0]
                2020-03-20 09:02:58.474 - error: host.BT3-PRO Caught by controller[6]: 9: 0x1127ded v8::internal::Runtime_GrowArrayElements(int, v8::internal::Object**, v8::internal::Isolate*) [io.plenticore.0]
                2020-03-20 09:02:58.474 - error: host.BT3-PRO Caught by controller[6]: 10: 0x33b7e975be1d
                2020-03-20 09:02:58.474 - warn: host.BT3-PRO instance system.adapter.plenticore.0 terminated due to SIGABRT
                
                StrathCole 1 Reply Last reply Reply Quote 0
                • StrathCole
                  StrathCole @Diginix last edited by

                  @Diginix ich versuche gerade herauszufinden, an welcher Stelle genau er abstürzt. Mich irritiert, dass nach dem "met.no" keine weiteren Meldungen kommen. Eigentlich müssten da im Debug-Modus viel mehr kommen. Ich teste ein paar Dinge und gebe Bescheid, wenn du noch mal aktualisieren kannst.

                  1 Reply Last reply Reply Quote 0
                  • Diginix
                    Diginix last edited by Diginix

                    Stehe in den Startlöchern, aber kein Stress! 😉
                    Loglevel Debug ist dauerhaft aktiv für deinen Adapter.

                    StrathCole 1 Reply Last reply Reply Quote 0
                    • StrathCole
                      StrathCole @Diginix last edited by

                      @Diginix so. Bitte einmal aus dem git laden. Ich habe mal met.no auskommentiert. Wird jetzt sicher Warnungen oder Fehler werfen, aber so sehe ich, ob es ggf. daran liegt.

                      Diginix 1 Reply Last reply Reply Quote 0
                      • Diginix
                        Diginix @StrathCole last edited by

                        @StrathCole Läuft wieder!

                        StrathCole 1 Reply Last reply Reply Quote 0
                        • StrathCole
                          StrathCole @Diginix last edited by

                          @Diginix Nicht gut.

                          1 Reply Last reply Reply Quote 0
                          • T
                            tp1de last edited by

                            @StrathCole bei mir auch

                            1 Reply Last reply Reply Quote 0
                            • T
                              tp1de last edited by

                              @StrathCole

                              habe jetzt aber folgende Meldungen:

                              plenticore.0	2020-03-20 09:24:09.969	warn	(14408) Could not read weatherunderground.0.forecastHourly.4h.sky. It returned null state.
                              plenticore.0	2020-03-20 09:24:09.968	warn	(14408) Could not read weatherunderground.0.forecastHourly.3h.sky. It returned null state.
                              plenticore.0	2020-03-20 09:24:09.922	warn	(14408) Could not read weatherunderground.0.forecastHourly.2h.sky. It returned null state.
                              plenticore.0	2020-03-20 09:24:09.919	warn	(14408) Could not read weatherunderground.0.forecastHourly.1h.sky. It returned null state.
                              
                              StrathCole 1 Reply Last reply Reply Quote 0
                              • StrathCole
                                StrathCole @tp1de last edited by

                                @tom57 Danach schaue ich dann, wenn ich den anderen Fehler gefunden habe. Das ist echt ein seltsames Phänomen.

                                1 Reply Last reply Reply Quote 0
                                • StrathCole
                                  StrathCole last edited by

                                  So, hab eine neue Version im Git. Ich hoffe, damit geht es auch trotz metno.

                                  T 1 Reply Last reply Reply Quote 0
                                  • T
                                    tp1de @StrathCole last edited by

                                    @StrathCole sagte in IOBroker Anbindung an einen Kostal Plenticore:

                                    So, hab eine neue Version im Git. Ich hoffe, damit geht es auch trotz metno.

                                    Ja scheint zu funktionieren ... auch die WU-Meldungen sind weg. Werde ich jetzt mal beobachten.

                                    StrathCole 1 Reply Last reply Reply Quote 0
                                    • StrathCole
                                      StrathCole @tp1de last edited by

                                      @tom57 Ähm … auch keine [warn] Meldung?

                                      1 Reply Last reply Reply Quote 0
                                      • Diginix
                                        Diginix last edited by

                                        Ich bekomme mit 2.0.1.9 zumindest diese bzgl met.no

                                        2020-03-20 09:57:56.350	warn	(11834) Met.no got more than 10 entries in from/to entry. This is bad. Stopping.
                                        
                                        StrathCole 1 Reply Last reply Reply Quote 0
                                        • StrathCole
                                          StrathCole @Diginix last edited by

                                          @Diginix Danke, genau das habe ich erwartet. Kannst du mir die debug Meldungen, die davor und danach kommen, noch mitteilen? Das scheint nämlich genau der Punkt zu sein, an dem der Adapter bei euch abgestürzt ist und bei mir nicht.

                                          Diginix 1 Reply Last reply Reply Quote 0
                                          • Diginix
                                            Diginix @StrathCole last edited by

                                            @StrathCole
                                            Da musst du dich mal durchkämpfen:
                                            Ach hab das vor 3 Stunden schon gepostet aber das Log war zu lang und der Post wurde gar nicht gesendet.
                                            Also hier mal das Log in meiner Dropbox:
                                            https://www.dropbox.com/s/w8wouypxj3hi20b/2020-03-19_plenticore.log?dl=0

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            838
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            83
                                            1298
                                            316587
                                            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