Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IoBroker stürzt ab, immer wieder Neustart

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    IoBroker stürzt ab, immer wieder Neustart

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators last edited by

      Mach mal ein reboot.

      Da laufen (warum auch immer) einige Instanzen doppelt.

      Die saubere Methode wäre es diese Prozesse einzeln zu killen, der schneller Weg ist ein reboot.

      Gruß

      rainer

      1 Reply Last reply Reply Quote 0
      • B
        Basti1234 last edited by

        Reboot hilft nur bedingt und heilt die Ursache nicht.

        Den Reboot bekomme ich nur hin, wenn ich Strom wegnehme und dann sofort mittels Putty das starten des ioBrokers verhindere. Warte ich dann ein paar Minuten und starte ihn dann, klappt der Neustart. Jetzt darf ich aber wieder keinen Sensor bei Yahka hinzufügen, da er sich sonst wieder himmelt 😉

        1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators last edited by

          @Basti1234:

          Reboot hilft nur bedingt und heilt die Ursache nicht. `
          Wieso nicht?

          Die Ursache ist, dass wahrscheinlich bei einem Update ein upzudatender Adapter nicht wirklich vollständig beendet wurde.

          Nach dem Update wurde er aber wieder neu gestartet. Dadurch existieren 2 Prozesse für diesen Adapter.

          Wenn du es unbedingt auf die ganz saubere Tour machen willst, musst du die Prozesse nach doppelt laufenden Instanzen durchsuchen, diese Prozesse killen und einmal über den admin neu starten.

          @Basti1234:

          Den Reboot bekomme ich nur hin, wenn ich Strom wegnehme und dann sofort mittels Putty das starten des ioBrokers verhindere. `
          Wieso das denn?

          Das Problem liegt auf der Linux-Ebene und bei einem reboot sind alle (doppelten) Prozesse gekillt.

          Dass es Probleme bei dem Hinzufügen von Geräten gibt ist nur eine Folge davon - nicht die Ursache.

          `2018-03-31 16:17:20.230  - [31merror[39m: host.ioBroker-RasPi instance system.adapter.admin.0 terminated with code 7 (Adapter already running)
          2018-03-31 16:17:20.232  - [32minfo[39m: host.ioBroker-RasPi Restart adapter system.adapter.admin.0 because enabled
          2018-03-31 16:17:22.780  - [31merror[39m: host.ioBroker-RasPi instance system.adapter.web.0 terminated with code 7 (Adapter already running)
          2018-03-31 16:17:22.781  - [32minfo[39m: host.ioBroker-RasPi Restart adapter system.adapter.web.0 because enabled[/code]`
          Dieser code 7 error ist der Hinweis auf jeweils (mindestens) zwei laufende Prozesse je Instanz
          
          Gruß
          
          Rainer
          
          1 Reply Last reply Reply Quote 0
          • B
            Basti1234 last edited by

            Wieso kann ich dir nicht sagen aber es ist definitiv so, dass ich nach einem hard-reset nicht per putty zugreifen kann. Nur, wenn ich schnell genug bin, dass der ioBroker noch nicht gestartet ist, kann ich noch zugreifen und den ioBroker im Bootvorgang stoppen. Jetzt grad läuft es wieder und ich konnte das erste mal seit zwei Wochen einen Sensor ohne Absturz hinzufügen, was deine Theorie bestätigt - dann war es wohl nur eine zufällige Häufung, was ich jedoch sehr merkwürdig finde.

            D.h. ich warte einfach ab und mache nichts?

            1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators last edited by

              @Basti1234:

              ich warte einfach ab und mache nichts? `

              Das ist eine Option, wenn auch nicht sehr befriedigend.

              Was mich wirklich stört ist, dass sowohl der admin, als auch der web-Adapter mehrfache Prozesse hatten/haben.

              Da sollte man schon versuchen die Ursache zu finden, warum es soweit gekommen ist, bevor evtl. die SD-Karte den Geist aufgibt.

              Mögliche Szenarien gibt es leider viele.

              Ganz spontan (ohne Belege) drängt sich mir ein zu schwaches Netzteil und vielleicht wegen dadurch hervorgerufene kurzzeitige Ausfälle auch eine defekte SD-Karte auf.

              Hängt an deinem RasPi (welcher überhaupt) noch etwas hardwaremäßig dren (GPIO/USB…), was evtl. zu viel Strom zieht?

              Wie stark ist dein Netzteil?

              Gruß

              Rainer

              1 Reply Last reply Reply Quote 0
              • B
                Basti1234 last edited by

                Netzteil: 3 A

                Raspberry Model 3 B

                Am Pi hängt nichts dran, auch an die Pins hab ich nichts angeschlossen. Es läuft lediglich der ioBroker.

                Daran wird es also vermutlich nicht liegen…

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

                  Naja, irgendwie scheint da was in yahka zu sein:

                  2018-03-31 16:31:02.186  - [31merror[39m: Caught by controller[3]: Sat, 31 Mar 2018 14:30:43 GMT engine.io-client:socket writing ping packet - expecting pong within 60000ms
                  2018-03-31 16:31:02.187  - [31merror[39m: Caught by controller[4]: Sat, 31 Mar 2018 14:30:43 GMT engine.io-client:socket flushing 1 packets in socket
                  2018-03-31 16:31:02.187  - [31merror[39m: Caught by controller[5]: Sat, 31 Mar 2018 14:30:43 GMT engine.io-client:socket socket receive: type "pong", data "undefined"
                  
                  

                  Ich deute es mal das irgendwie beim Client =Browser) oder Server in der "ping/pong" kommunikation irgendwas falsch ist,

                  Die Frage ist wie es dem System so geht CPU-Last, Load und so in den Situationen bzw wenn Du ein gerät hinzufügst…?

                  1 Reply Last reply Reply Quote 0
                  • B
                    Basti1234 last edited by

                    Würde ich dir gerne beantworten, dafür müsste ich wissen, wie ich das loggen kann bzw. woran ich das erkenne 😉

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

                      Konsole per SSH ud dort mal "top" laufen lassen während Du in yahka Dinge tust

                      1 Reply Last reply Reply Quote 0
                      • B
                        Basti1234 last edited by

                        Konnte jetzt zumindest den Crash mal mitloggen…

                        
                        host.ioBroker-RasPi	2018-04-10 21:03:32.877	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.876	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.876	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.875	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.875	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.874	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.873	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 39
                        host.ioBroker-RasPi	2018-04-10 21:03:32.873	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.872	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.871	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.871	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.870	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.869	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.869	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 38
                        host.ioBroker-RasPi	2018-04-10 21:03:32.868	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.868	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.867	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.866	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.866	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.865	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.864	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 37
                        host.ioBroker-RasPi	2018-04-10 21:03:32.864	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.863	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.863	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.862	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.861	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.861	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.860	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 36
                        host.ioBroker-RasPi	2018-04-10 21:03:32.860	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.859	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.858	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.858	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.857	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.857	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.856	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 35
                        host.ioBroker-RasPi	2018-04-10 21:03:32.855	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.855	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.854	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.854	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.853	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.853	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.852	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 34
                        host.ioBroker-RasPi	2018-04-10 21:03:32.852	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.851	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.850	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.850	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.849	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.848	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.848	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 33
                        host.ioBroker-RasPi	2018-04-10 21:03:32.847	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.847	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.846	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.845	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.845	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.844	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.844	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 32
                        host.ioBroker-RasPi	2018-04-10 21:03:32.843	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.842	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.842	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.841	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.840	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.840	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.839	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 31
                        host.ioBroker-RasPi	2018-04-10 21:03:32.838	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.838	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.837	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.836	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.836	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.835	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.834	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 30
                        host.ioBroker-RasPi	2018-04-10 21:03:32.834	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.833	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.833	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.832	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.831	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.831	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.830	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 29
                        host.ioBroker-RasPi	2018-04-10 21:03:32.829	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.829	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.828	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.827	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.827	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.826	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.826	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 28
                        host.ioBroker-RasPi	2018-04-10 21:03:32.825	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.824	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.824	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.823	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.822	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.822	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.821	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 27
                        host.ioBroker-RasPi	2018-04-10 21:03:32.821	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.820	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.819	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.819	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.818	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.817	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.817	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 26
                        host.ioBroker-RasPi	2018-04-10 21:03:32.816	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.816	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.815	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.814	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.814	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.813	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.812	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 25
                        host.ioBroker-RasPi	2018-04-10 21:03:32.812	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.811	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.811	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.810	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.809	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.809	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.808	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 24
                        host.ioBroker-RasPi	2018-04-10 21:03:32.807	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.807	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.806	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.805	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.805	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.804	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.804	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 23
                        host.ioBroker-RasPi	2018-04-10 21:03:32.803	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.802	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.802	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.801	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.800	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.800	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.799	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 22
                        host.ioBroker-RasPi	2018-04-10 21:03:32.798	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.798	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.797	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.797	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.796	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.795	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.795	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 21
                        host.ioBroker-RasPi	2018-04-10 21:03:32.794	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.793	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.793	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.792	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.791	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.791	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.790	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 20
                        host.ioBroker-RasPi	2018-04-10 21:03:32.790	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.789	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.788	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.788	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.787	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.786	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.786	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 19
                        host.ioBroker-RasPi	2018-04-10 21:03:32.785	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.784	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.784	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.783	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.782	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.782	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.780	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 18
                        host.ioBroker-RasPi	2018-04-10 21:03:32.779	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.779	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.778	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.777	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.776	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.776	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.775	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 17
                        host.ioBroker-RasPi	2018-04-10 21:03:32.775	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.774	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.773	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.773	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.772	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.771	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.771	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 16
                        host.ioBroker-RasPi	2018-04-10 21:03:32.770	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.769	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.768	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.767	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.766	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.765	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.765	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 15
                        host.ioBroker-RasPi	2018-04-10 21:03:32.764	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.764	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.763	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.762	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.762	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.761	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.760	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 14
                        host.ioBroker-RasPi	2018-04-10 21:03:32.760	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.759	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.758	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.758	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.757	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.756	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.756	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 13
                        host.ioBroker-RasPi	2018-04-10 21:03:32.755	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.754	error	Caught by controller[51]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.754	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.753	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.753	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.752	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.751	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 12
                        host.ioBroker-RasPi	2018-04-10 21:03:32.750	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.750	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.749	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.748	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.748	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.747	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.746	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 11
                        host.ioBroker-RasPi	2018-04-10 21:03:32.746	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.745	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.744	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.743	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.743	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.742	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.741	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 10
                        host.ioBroker-RasPi	2018-04-10 21:03:32.741	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.740	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.739	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.739	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.738	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.737	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.737	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 9
                        host.ioBroker-RasPi	2018-04-10 21:03:32.736	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.735	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.735	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.734	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.733	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.733	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.732	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 8
                        host.ioBroker-RasPi	2018-04-10 21:03:32.731	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.731	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.730	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.729	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.729	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.728	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.727	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 7
                        host.ioBroker-RasPi	2018-04-10 21:03:32.727	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.726	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.725	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.725	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.724	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.723	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.723	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 6
                        host.ioBroker-RasPi	2018-04-10 21:03:32.722	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.721	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.721	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.720	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.720	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.719	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.718	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 5
                        host.ioBroker-RasPi	2018-04-10 21:03:32.718	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.717	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.717	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.716	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.715	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.715	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.714	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 4
                        host.ioBroker-RasPi	2018-04-10 21:03:32.714	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.713	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.712	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.711	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.710	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.710	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.709	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 3
                        host.ioBroker-RasPi	2018-04-10 21:03:32.708	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.708	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.707	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.705	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.704	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.703	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.703	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 2
                        host.ioBroker-RasPi	2018-04-10 21:03:32.702	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"} as 2["subscribe","system.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.701	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.701	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["subscribe","system.adapter.*",null],"options":{"compress":true},"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.700	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket flushing 1 packets in socket
                        host.ioBroker-RasPi	2018-04-10 21:03:32.699	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"},{"name
                        host.ioBroker-RasPi	2018-04-10 21:03:32.699	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.adapter.香"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.698	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObjectView","system","instance",{"startkey":"system.adapter.","endkey":"system.ada
                        host.ioBroker-RasPi	2018-04-10 21:03:32.697	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 1
                        host.ioBroker-RasPi	2018-04-10 21:03:32.695	error	Caught by controller[50]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket calling ack 0 with [null,{"_id":"system.adapter.yahka.0","type":"instance","common":{"name":"yahka","version":"0.5.5","n
                        host.ioBroker-RasPi	2018-04-10 21:03:32.694	error	Caught by controller[50]: r.State","conversionFunction":"passthrough","inOutParameters":"mihome.0.devices.magnet_158d0001bb4d9e.state"}]}]},{"manufacturer":"Aqara","model":"","name":"Garagentor","seri
                        host.ioBroker-RasPi	2018-04-10 21:03:32.691	error	Caught by controller[49]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser decoded 30[null,{"_id":"system.adapter.yahka.0","type":"instance","common":{"name":"yahka","version":"0.5.5","news":{"0.5.5":{"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.689	error	Caught by controller[49]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket socket receive: type "message", data "30[null,{"_id":"system.adapter.yahka.0","type":"instance","common":{"name":"yahka"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.688	error	Caught by controller[48]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket flushing 1 packets in socket
                        host.ioBroker-RasPi	2018-04-10 21:03:32.688	error	Caught by controller[47]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoded {"type":2,"data":["getObject","system.adapter.yahka.0",null],"options":{"compress":true},"id":0,"nsp":"/"} as 20["getOb
                        host.ioBroker-RasPi	2018-04-10 21:03:32.687	error	Caught by controller[46]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser encoding packet {"type":2,"data":["getObject","system.adapter.yahka.0",null],"options":{"compress":true},"id":0,"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.686	error	Caught by controller[45]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager writing packet {"type":2,"data":["getObject","system.adapter.yahka.0",null],"options":{"compress":true},"id":0,"nsp":"/
                        host.ioBroker-RasPi	2018-04-10 21:03:32.686	error	Caught by controller[44]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket emitting packet with ack id 0
                        host.ioBroker-RasPi	2018-04-10 21:03:32.685	error	Caught by controller[43]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling ignoring poll - transport state "paused"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.684	error	Caught by controller[42]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket clearing existing transport polling
                        host.ioBroker-RasPi	2018-04-10 21:03:32.683	error	Caught by controller[41]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket setting transport websocket
                        host.ioBroker-RasPi	2018-04-10 21:03:32.683	error	Caught by controller[40]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket changing transport and sending upgrade packet
                        host.ioBroker-RasPi	2018-04-10 21:03:32.682	error	Caught by controller[39]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling paused
                        host.ioBroker-RasPi	2018-04-10 21:03:32.681	error	Caught by controller[38]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling pre-pause polling complete
                        host.ioBroker-RasPi	2018-04-10 21:03:32.681	error	Caught by controller[37]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-parser decoded 0 as {"type":0,"nsp":"/"}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.680	error	Caught by controller[36]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket socket receive: type "message", data "0"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.679	error	Caught by controller[35]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling polling got data 2:40
                        host.ioBroker-RasPi	2018-04-10 21:03:32.679	error	Caught by controller[34]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling we are currently polling - waiting to pause
                        host.ioBroker-RasPi	2018-04-10 21:03:32.678	error	Caught by controller[33]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket pausing current transport "polling"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.677	error	Caught by controller[32]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket probe transport "websocket" pong
                        host.ioBroker-RasPi	2018-04-10 21:03:32.676	error	Caught by controller[31]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket probe transport "websocket" opened
                        host.ioBroker-RasPi	2018-04-10 21:03:32.676	error	Caught by controller[30]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling-xhr xhr data null
                        host.ioBroker-RasPi	2018-04-10 21:03:32.675	error	Caught by controller[29]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling-xhr xhr open GET: http://127.0.0.1:9001/socket.io/?EIO=3&transport=polling&t=MAmyD6Z&b64=1&sid=omNgpBKRIHBQUvcgAAyR
                        host.ioBroker-RasPi	2018-04-10 21:03:32.675	error	Caught by controller[28]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling-xhr xhr poll
                        host.ioBroker-RasPi	2018-04-10 21:03:32.674	error	Caught by controller[27]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling polling
                        host.ioBroker-RasPi	2018-04-10 21:03:32.673	error	Caught by controller[26]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket creating transport "websocket"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.672	error	Caught by controller[25]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket probing transport "websocket"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.672	error	Caught by controller[24]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket starting upgrade probes
                        host.ioBroker-RasPi	2018-04-10 21:03:32.671	error	Caught by controller[23]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:socket transport is open - connecting
                        host.ioBroker-RasPi	2018-04-10 21:03:32.670	error	Caught by controller[22]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager cleanup
                        host.ioBroker-RasPi	2018-04-10 21:03:32.670	error	Caught by controller[21]: Tue, 10 Apr 2018 19:03:15 GMT socket.io-client:manager open
                        host.ioBroker-RasPi	2018-04-10 21:03:32.669	error	Caught by controller[20]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket socket open
                        host.ioBroker-RasPi	2018-04-10 21:03:32.668	error	Caught by controller[19]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:socket socket receive: type "open", data "{"sid":"omNgpBKRIHBQUvcgAAyR","upgrades":["websocket"],"pingInterval":25000,"pingTime
                        host.ioBroker-RasPi	2018-04-10 21:03:32.668	error	Caught by controller[18]: Tue, 10 Apr 2018 19:03:15 GMT engine.io-client:polling polling got data 97:0{"sid":"omNgpBKRIHBQUvcgAAyR","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":60000}
                        host.ioBroker-RasPi	2018-04-10 21:03:32.667	error	Caught by controller[17]: Tue, 10 Apr 2018 19:03:14 GMT socket.io-client:manager readyState opening
                        host.ioBroker-RasPi	2018-04-10 21:03:32.666	error	Caught by controller[16]: Tue, 10 Apr 2018 19:03:14 GMT socket.io-client:manager connect attempt will timeout after 20000
                        host.ioBroker-RasPi	2018-04-10 21:03:32.665	error	Caught by controller[15]: Tue, 10 Apr 2018 19:03:14 GMT engine.io-client:socket setting transport polling
                        host.ioBroker-RasPi	2018-04-10 21:03:32.665	error	Caught by controller[14]: Tue, 10 Apr 2018 19:03:14 GMT engine.io-client:polling-xhr xhr data null
                        host.ioBroker-RasPi	2018-04-10 21:03:32.664	error	Caught by controller[13]: Tue, 10 Apr 2018 19:03:14 GMT engine.io-client:polling-xhr xhr open GET: http://127.0.0.1:9001/socket.io/?EIO=3&transport=polling&t=MAmyD3T&b64=1
                        host.ioBroker-RasPi	2018-04-10 21:03:32.663	error	Caught by controller[12]: Tue, 10 Apr 2018 19:03:14 GMT engine.io-client:polling-xhr xhr poll
                        host.ioBroker-RasPi	2018-04-10 21:03:32.663	error	Caught by controller[11]: Tue, 10 Apr 2018 19:03:14 GMT engine.io-client:polling polling
                        host.ioBroker-RasPi	2018-04-10 21:03:32.662	error	Caught by controller[10]: Tue, 10 Apr 2018 19:03:14 GMT engine.io-client:socket creating transport "polling"
                        host.ioBroker-RasPi	2018-04-10 21:03:32.661	error	Caught by controller[9]: Tue, 10 Apr 2018 19:03:14 GMT socket.io-client:manager opening http://127.0.0.1:9001
                        host.ioBroker-RasPi	2018-04-10 21:03:32.660	error	Caught by controller[8]: Tue, 10 Apr 2018 19:03:14 GMT socket.io-client:manager readyState closed
                        host.ioBroker-RasPi	2018-04-10 21:03:32.660	error	Caught by controller[7]: Tue, 10 Apr 2018 19:03:14 GMT socket.io-client new io instance for http://127.0.0.1:9001
                        host.ioBroker-RasPi	2018-04-10 21:03:32.651	error	Caught by controller[6]: Tue, 10 Apr 2018 19:03:14 GMT socket.io-client:url parse http://127.0.0.1:9001
                        host.ioBroker-RasPi	2018-04-10 21:03:32.650	error	Caught by controller[5]: *** WARNING *** For more information see
                        host.ioBroker-RasPi	2018-04-10 21:03:32.649	error	Caught by controller[4]: *** WARNING *** Please fix your application to use the native API of Avahi!
                        host.ioBroker-RasPi	2018-04-10 21:03:32.648	error	Caught by controller[3]: *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
                        host.ioBroker-RasPi	2018-04-10 21:03:32.648	error	Caught by controller[2]: *** WARNING *** For more information see
                        host.ioBroker-RasPi	2018-04-10 21:03:32.647	error	Caught by controller[1]: *** WARNING *** Please fix your application to use the native API of Avahi!
                        host.ioBroker-RasPi	2018-04-10 21:03:32.645	error	Caught by controller[0]: *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
                        

                        EDIT: der Adapter startet grad mal wieder nicht mit folgender Warnung:

                        "host.ioBroker-RasPi 2018-04-10 21:32:52.075 warn instance system.adapter.yahka.0 terminated due to SIGKILL"

                        Edit2: habe socketio mal gestoppt und siehe da - yahka startet wieder! also scheint der fehler im zusammenhang zu stehen

                        1 Reply Last reply Reply Quote 0
                        • B
                          Basti1234 last edited by

                          Problem immer noch nicht gelöst. Kann es jetzt aber genauer beschreiben:

                          Nach jedem Neustart des ioBroker stürzt dieser mit den angegebenen Fehlern ab und muss vom Strom getrennt werden und wieder eingesteckt, damit ich ihn wieder nach diesem zwangsreboot erreichen kann.

                          Der Start klappt, wenn ich Yahka deaktiviere und mehrere Minuten (>10) nach dem Start starten lasse.

                          Jemand noch irgendeine Idee?

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

                            Nur mal ein paar Ideen:

                            Linux Update mal gemacht?

                            Speicherauslastung des PI angeschaut?

                            Linux SYSLOG zum Crash Zeitpunkt mal betrachtet?

                            YAHKA mal gelöscht (komplett) und neu installiert?

                            Wie alt ist deine Installation?

                            Node & NPM Versionen?

                            Adapter und iobroker Versionen?

                            Platz auf der Speicherkarte?

                            Durch das wegnehmen der Spannungsversorgung kann deine Linux und/oder iobroker installation eh schon etwas abbekommen haben.

                            Je nachdem wie viel du da konfiguriert hast würde ich vielleicht mal eine neu installation in Betracht ziehen.

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

                            Support us

                            ioBroker
                            Community Adapters
                            Donate
                            FAQ Cloud / IOT
                            HowTo: Node.js-Update
                            HowTo: Backup/Restore
                            Downloads
                            BLOG

                            818
                            Online

                            31.9k
                            Users

                            80.2k
                            Topics

                            1.3m
                            Posts

                            4
                            13
                            1686
                            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