Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter Grünbeck v0.0.x

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter Grünbeck v0.0.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      adrian_1982 @tombox last edited by

      Hallo Zusammen,

      ich habe gestern den Adapter installiert in der Version 27. Soweit konnte er sich auch mit der Cloud verbinden für mein SD21 Anlage. Auch die Objekte werden richtig befüllt und aktualisiert.

      Im nächsten Schritt will ich nun meine Verbrauchswerte sammeln. Bevor ich auf Sekunden gehe, wollte ich erstmal schauen ob eine Anzeige ähnlich zu der App möglich wäre, nur Stundenweise statt Tage/Monate.

      So wie ich das verstehe, gibt es zu den einzelnen Objekten noch keine Erklärung, aber ich gehe davon aus, dass mcountwater1 -> [l] Soft water exchanger 1 hier passen sollte.

      Leider habe ich aktuell das folgende Problem:
      screen.PNG

      Es kommen type 1 Telegramm im Sekundentakt und diese aktualisieren auch die Verbrauchsobjekte. Nach ca. 30s ist damit Schluss und es kommen type 6 Telegramm alle 5s - die Objekte werden nicht aktualisiert. Irgendwann kriege ich wieder type 1 Telegramm und das Spiel fängt von vorne an.

      Der Adapter ist eingestellt auf:
      Abrufinterval Aktualwerte sec: 55
      Abrufinterval Wasserverbrauch sec: 30
      myGruenbeck SDXX Refresh Interval sec: 360

      Wenn ich das richtig verstehe, sollte der Adapter alle 30s den Wasserverbrauch aktualisieren. D.h. ich hätte alle 30s ein type 1 Telegramm erwartet?

      Gruß
      Adrian

      T 1 Reply Last reply Reply Quote 0
      • T
        tombox @adrian_1982 last edited by

        @adrian_1982 Nur der SDXX Interval ist relevant für SD Anlagen also alle 6Minuten ein Update. Öfters ist nicht erlaubt da es sonst zur Sperrung kommt.
        Die Anzeige für wasser und salz findest du unter measurements salt und water

        A 2 Replies Last reply Reply Quote 0
        • A
          adrian_1982 @tombox last edited by

          @tombox said in Test Adapter Grünbeck v0.0.x:

          @adrian_1982 Nur der SDXX Interval ist relevant für SD Anlagen also alle 6Minuten ein Update. Öfters ist nicht erlaubt da es sonst zur Sperrung kommt.
          Die Anzeige für wasser und salz findest du unter measurements salt und water

          Unter measurements salt und water ist das summierte Ergebnis vom letzen Tag. Um jetzt auf Stunden zu visualisieren, benötige ich etwas anderes.

          Ich schaue mir gerade den Verlauf folgender Objekte an - kannst du mir sagen was ich dahinter sehe? Nicht alle dieser Objekte werden all 6min aktualisiert?
          [l] Soft water exchanger 1
          [l] Make-up water volume
          [m³/h] Flow rate exch. 1
          [m³] Soft water Exchanger 1

          Einer der Werte wir den Verbrauch aufsummieren (?) - dann könnte ich den alle x min abfragen und das Delta bilden. Damit hätte ich meinen Verbrauch all x min (z.B. alle 30min).

          Gibt es überhaupt dann die Möglichkeit den Wasserfluss im Sekundenraster (z.B. all 15s) darzustellen? Was genau schickt die Anlage an die cloud? Schickt sie Flusswerte? Kannst du diese auslesen als array?

          kep42010 1 Reply Last reply Reply Quote 0
          • kep42010
            kep42010 @adrian_1982 last edited by

            Ich bin komplett neu in diesem Thema und trau mich einfach mal ein wh dumme Frage zu stellen.
            Bei meiner SD18 gibt es die Werte Water und Salt. Diese haben ja jeweils das Format date und value.

            Gibt es eine simple Möglichkeit mir den letzten value per blockly oder auch anders auszulesen? Würde mir den gerne mit der History speichern und den Wasserverbrauch über den Monat tracken.
            Aktuell hab ich nur keine Ahnung wie ich an diese Werte komme.

            Schon mal sorry 🙄 und besten Dank im Voraus 👍

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

              @tombox

              Nach ein paar Tagen probieren ist hier mein Feedback:

              1. der Adapter bekommt alle 6min die Telegramme, meine Frage ist warum bei jeder Anfrage ca. 20 Antworten im Log zu sehen sind (siehe Bild)

              2. Einmal pro Tag hängt sich die Wertabfrage auf. Er bekommt ein Telegramm nach 6min, dann sehe ich noch ein paar mal TYPE 6 im log und dann kommt nichts mehr. Die stündlichen Telegramme kommen aber noch weiter an, auch der Adapter ist grün im ioBroker.

              xxx.JPG

              Gruß Adrian

              A T 2 Replies Last reply Reply Quote 0
              • A
                Aexelomeus @adrian_1982 last edited by Aexelomeus

                @adrian_1982 Habe exakt das gleiche Problem mit meiner SD18.

                Wenn ich das richtig verstehe, wird im Code "connectMgWebSocket" der Stream einmal gestartet und der "ws" verbunden. Die Datenpunktaktualisierung findet dann im eingestellten Intervall von 360s statt. Aber die WebSocket Verbindung wird nie geschlossen, zumindest finde ich diesen Punkt nicht und im Log erscheint auch nicht die Message vom Typ "info": "Websocket closed". Macht es vielleicht Sinn, "connectMgWebSocket" ab Bild 1 Zeile 132 erneut aufzurufen (also immer im Intervall von 360s eine WebSocket Verbindung aufzubauen und dann die Werte auch zu aktualisieren) und dann aber in Bild 2 ab Zeile 608 die WebSocket Verbindung zu schließen, aber nur wenn "data" den "type":1 enthält, da der "type":6 keine Werte liefert?

                Websocket_0.PNG

                Websocket_1.PNG

                smartboart 1 Reply Last reply Reply Quote 0
                • smartboart
                  smartboart @Aexelomeus last edited by smartboart

                  Hi seit Update des js-controller auf 3.2.7 melden alle states des GruenbeckAdapter folgendes bei mir..
                  Habt ihr das auch nach dem aktuellen Updtae auf 3.2.7?
                  Gruenbeck Version hab ich 0.0.27.
                  Anlage SC18

                  gruenbeck.0	2021-01-17 11:54:10.240	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:54:03.239	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:56.639	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:56.638	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:56.638	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:56.637	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:56.636	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:56.635	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:49.247	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:42.643	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:42.642	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:42.642	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:42.641	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:42.640	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:42.638	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:35.246	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:28.672	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:28.672	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:28.671	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:28.670	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:28.669	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:28.668	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:21.676	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:21.676	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:21.675	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:21.674	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:21.672	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:21.671	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:07.241	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:00.650	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:00.650	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:00.649	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:00.648	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:00.647	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:53:00.646	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:53.242	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:46.652	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:46.651	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:46.650	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:46.649	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:46.645	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:46.643	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:39.245	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:32.651	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:32.650	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:32.650	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:32.649	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:32.647	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:32.645	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:25.245	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:18.248	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:11.662	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:11.661	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:11.660	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:11.658	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:11.650	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:11.647	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:52:04.241	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:57.648	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:57.647	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:57.646	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:57.646	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:57.643	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:57.641	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:50.242	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:43.652	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:43.651	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:43.651	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:43.650	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:43.649	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:43.647	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:36.247	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:29.656	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:29.655	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:29.654	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:29.653	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:29.648	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:29.645	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:22.641	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:22.641	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:22.640	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:22.639	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:22.638	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:22.636	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:08.248	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:01.649	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:01.648	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:01.648	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:01.646	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:01.644	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:51:01.643	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:54.242	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  host.ioBroker-Master	2021-01-17 11:50:52.029	info	Multihost discovery server stopped after 15 minutes, because only temporarily activated
                  gruenbeck.0	2021-01-17 11:50:47.642	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:47.642	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:47.641	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:47.640	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:47.635	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:47.634	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:40.241	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:33.244	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:26.639	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:26.639	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:26.639	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:26.638	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:26.637	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:26.636	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:19.247	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:12.654	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:12.653	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:12.652	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:12.648	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:12.645	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:12.643	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:50:05.247	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:58.660	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:58.659	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:58.658	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:58.656	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:58.653	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:58.652	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:51.247	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:44.654	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:44.653	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:44.652	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:44.651	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:44.647	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:44.644	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:37.242	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:30.638	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:30.638	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:30.637	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:30.637	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:30.636	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:30.635	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:23.243	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:16.650	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:16.650	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:16.649	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:16.649	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:16.646	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:16.644	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:09.248	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:02.638	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:02.637	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:02.637	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:02.636	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:02.635	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:49:02.634	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:55.248	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:48.249	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:41.655	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:41.654	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:41.654	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:41.653	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:41.649	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:41.647	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:34.240	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:27.657	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:27.656	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:27.655	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:27.653	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:27.646	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:27.644	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:20.660	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:20.659	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:20.658	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:20.657	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:20.652	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:20.648	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:48:06.247	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:59.655	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:59.654	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:59.653	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:59.652	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:59.648	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:59.646	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:52.246	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:45.644	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:45.644	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:45.643	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:45.642	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:45.640	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:45.638	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:38.251	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:31.658	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:31.657	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:31.656	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:31.655	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:31.650	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:31.648	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:24.244	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:17.651	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:17.650	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:17.649	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:17.649	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:17.646	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:17.645	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:10.242	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:47:03.249	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:56.652	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:56.651	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:56.651	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:56.650	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:56.647	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:56.645	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:49.248	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:42.659	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:42.658	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:42.656	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:42.655	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:42.652	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:42.649	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:35.246	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:28.657	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:28.656	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:28.655	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:28.655	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:28.652	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:28.650	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:21.649	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:21.648	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:21.648	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:21.647	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:21.644	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:21.642	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:07.241	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:00.654	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:00.653	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:00.652	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:00.651	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:00.647	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:46:00.644	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:53.250	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:46.668	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:46.667	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:46.665	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:46.664	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:46.659	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:46.656	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:39.248	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:32.650	warn	(31176) State "gruenbeck.0.info.D_Y_9_24" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:32.649	warn	(31176) State "gruenbeck.0.info.D_Y_9_8" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:32.648	warn	(31176) State "gruenbeck.0.info.D_Y_9" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:32.647	warn	(31176) State "gruenbeck.0.info.D_E_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:32.644	warn	(31176) State "gruenbeck.0.info.D_Y_1" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:32.642	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:25.250	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:18.261	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  gruenbeck.0	2021-01-17 11:45:12.585	warn	(31176) State "gruenbeck.0.info.code" has no existing object, this might lead to an error in future versions
                  
                  T 1 Reply Last reply Reply Quote 0
                  • T
                    tombox @adrian_1982 last edited by tombox

                    @adrian_1982 @Aexelomeus Ich bräuchte die genaue Stelle wenn er abbricht im Debug Mode als Log. Vorher die Version via github installieren

                    A A 2 Replies Last reply Reply Quote 0
                    • T
                      tombox @smartboart last edited by

                      @smartboart Ist in der github version gefixt danke für den Hinweis

                      smartboart 1 Reply Last reply Reply Quote 1
                      • A
                        Aexelomeus @tombox last edited by

                        @tombox

                        Um 4:02 Uhr ist er heute wieder abgebrochen. Also das mit meinen 3h stimmt nicht, kann auch mal länger stabil bleiben. Ab da gibt es nur noch die stündlichen Abfragen. Die realtime Abfrage hat einen Error verursacht. Hilft das?

                        Websocket_2.PNG

                        T 1 Reply Last reply Reply Quote 0
                        • T
                          tombox @Aexelomeus last edited by

                          @aexelomeus Nochmal via github installieren und testen ich habe noch ein paar debug message hinzugefügt.

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

                            @tombox sagte in Test Adapter Grünbeck v0.0.x:

                            @smartboart Ist in der github version gefixt danke für den Hinweis

                            Super danke!

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

                              @tombox

                              Websocket_5.PNG

                              T 1 Reply Last reply Reply Quote 0
                              • T
                                tombox @Aexelomeus last edited by

                                @aexelomeus Was passiert da mit deinem System worx verliert ja auch seine mqtt verbindung. Ist das immer um 4?

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

                                  @tombox mein ioBroker läuft auf einer Synolodgy DS220+, in der Logdatei von der DiskStation habe ich gesehen, dass mir um 4:05 eine neue externe Adresse zugewiesen wurde und somit auch die DDNS aktualisiert wurde. Kann das mit dieser neuen externen Adresse zusammenhängen und das der Token dann nicht mehr passt? Der Worx-Adapter ist aber wieder verbunden, also gab nur diese eine Fehlermeldung.

                                  T 2 Replies Last reply Reply Quote 0
                                  • T
                                    tombox @Aexelomeus last edited by

                                    @aexelomeus Ja Fehler 500 ist meist ein Fehler vom externen Server ich werde das nochmal abfangen

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tombox @Aexelomeus last edited by

                                      @aexelomeus Installier nochmal via github er sollte sich neu einloggen wenn das passiert

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

                                        @tombox vielen Dank erstmal für deine Geduld und die Arbeit, die du da reingesteckt hast und reinsteckst.

                                        Heute um 4:05 habe ich wieder eine neue externe IP zugewiesen bekommen, scheint was tägliches bei meinem Telefonanbieter zu sein.

                                        Bis 10:06 gab es dann keine Aktualisierung der Werte. Um 10:06 hat er anscheinen mit einem Reconnect begonnen. Seit 10:08 läuft alles wieder normal ohne mein Eingreifen oder ein Login meinerseits. Ich hoffe dir hilft das.

                                        Websocket_6.PNG

                                        Websocket_7.PNG

                                        da_Woody T 2 Replies Last reply Reply Quote 0
                                        • da_Woody
                                          da_Woody @Aexelomeus last edited by da_Woody

                                          @aexelomeus said in Test Adapter Grünbeck v0.0.x:

                                          Heute um 4:05 habe ich wieder eine neue externe IP zugewiesen bekommen,

                                          den schwachsinn gibts immer noch??? dann versuchs es mit DDNS. google hilft dir.

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

                                            @da_woody kann dir da leider nicht komplett folgen. Habe bereits eine DDNS die automatisch die externe Adresse für meinen Hostnamen aktualisiert, sofern sich diese ändert. Also keine Sorge, ich arbeiten nicht direkt mit einer IPv4 um mein Netzwerk von extern anzusprechen. Trotzdem kann ich es nicht verhindern, wenn mein Internetprovider auf die Idee kommt, mir täglich um exakt 4:02 Uhr eine neue externe IPv4 zuzuweisen. Oder doch? Aber das ist glaube ich auch nicht das Thema für diesen Adapter.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            948
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            gruenbeck grünbeck sc18 sc23
                                            56
                                            500
                                            89545
                                            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