Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. RPI2 Adapter steuert GPIOs nicht mehr

    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

    RPI2 Adapter steuert GPIOs nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      LinusJ @Thomas Braun last edited by

      @thomas-braun Oh, Danke für die schnelle Antwort.

      Ich habe jetzt NodeJS so installiert, wie du es dort berschreiben hast. Der Adapter hat aber immer nochden gleichen Fehlercode!

      Wenn ich

      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
      

      ausführe kommt:

      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v12.22.2
      v12.22.2
      6.14.13
      OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
      OK:2 http://archive.raspberrypi.org/debian buster InRelease
      OK:3 https://deb.nodesource.com/node_12.x buster InRelease
      Paketlisten werden gelesen... Fertig
      Abhängigkeitsbaum wird aufgebaut.
      Statusinformationen werden eingelesen.... Fertig
      Alle Pakete sind aktuell.
      OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
      OK:2 http://archive.raspberrypi.org/debian buster InRelease
      OK:3 https://deb.nodesource.com/node_12.x buster InRelease
      Paketlisten werden gelesen... Fertig
      Abhängigkeitsbaum wird aufgebaut.
      Statusinformationen werden eingelesen.... Fertig
      Alle Pakete sind aktuell.
      nodejs:
        Installiert:           12.22.2-1nodesource1
        Installationskandidat: 12.22.2-1nodesource1
        Versionstabelle:
       *** 12.22.2-1nodesource1 500
              500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
              100 /var/lib/dpkg/status
           10.24.0~dfsg-1~deb10u1 500
              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
      

      raus. Das ist doch alles richtig, oder?

      Danke

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @LinusJ last edited by

        @linusj
        Ja, nodeJS ist jetzt richtig im System.

        Versuch mal

        iobroker rebuild rpi2
        
        L 1 Reply Last reply Reply Quote 0
        • L
          LinusJ @Thomas Braun last edited by

          @thomas-braun Immer noch der gleiche Fehler.
          Also muss es jetzt am Adapter liegen, oder?

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @LinusJ last edited by

            @linusj

            Bitte komplette Ein- und Ausgaben posten.

            L 1 Reply Last reply Reply Quote 0
            • L
              LinusJ @Thomas Braun last edited by

              @thomas-braun
              Okay, Sorry

              pi@ioBroker:~ $ iobroker rebuild rpi2
              npm rebuild --loglevel error (System call1) in "/opt/iobroker/node_modules/iobroker.rpi2"
              
              Rebuild rpi2 done
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @LinusJ last edited by

                @linusj

                Und das automatische rebuild beim Start des ioBrokers schaut wie genau aus? Da müsste was passieren. Dauert ggf. etwas.

                iobroker restart
                
                L 1 Reply Last reply Reply Quote 0
                • L
                  LinusJ @Thomas Braun last edited by

                  @thomas-braun
                  Das verstehe ich gerade nicht. Welches automatische rebuild beim starten?

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @LinusJ last edited by

                    @linusj

                    Der ioBroker versucht selber mehrfach die Adapter neuzubauen, wenn es erforderlich ist. Das passiert halt bei einem Neustart.
                    In einem Terminal das LogFile beobachten:

                    iobroker logs --watch
                    

                    und in einer zweiten Konsole den restart auslösen.

                    L 1 Reply Last reply Reply Quote 0
                    • L
                      LinusJ @Thomas Braun last edited by

                      @thomas-braun So sieht der Log beim Restarten aus:

                      2021-07-19 16:55:06.095  - info: mqtt.0 (5780) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.100  - info: admin.0 (5765) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.111  - info: backitup.0 (5799) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.130  - info: fritzbox.0 (5840) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.137  - info: iot.0 (5893) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.126  - info: discovery.0 (5806) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.141  - info: info.0 (5874) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.147  - info: fritzdect.0 (5859) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.150  - info: simple-api.0 (6401) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.147  - info: rpi2.0 (6382) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.161  - info: javascript.0 (6092) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.189  - info: discovery.0 (5806) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.191  - info: vis-inventwo.0 (6525) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.196  - info: rpi2.0 (6382) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.201  - info: web.0 (6557) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.203  - info: yahka.0 (6572) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.201  - info: backitup.0 (5799) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.205  - info: solax.0 (6465) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.206  - info: terminal.0 (6491) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.211  - info: simple-api.0 (6401) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.231  - info: solax.0 (6465) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.235  - info: telegram.0 (6480) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.242  - info: terminal.0 (6491) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.246  - info: web.0 (6557) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.249  - info: yahka.0 (6572) Got terminate signal TERMINATE_YOURSELF
                      2021-07-19 16:55:06.255  - info: dwd.0 (6627) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.260  - info: iot.0 (5893) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.263  - info: info.0 (5874) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.260  - info: admin.0 (5765) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.267  - info: fritzdect.0 (5859) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.279  - info: javascript.0 (6092) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.320  - info: host.ioBroker stopInstance system.adapter.admin.0 send kill signal
                      2021-07-19 16:55:06.322  - info: host.ioBroker stopInstance system.adapter.mqtt.0 send kill signal
                      2021-07-19 16:55:06.322  - info: host.ioBroker stopInstance system.adapter.backitup.0 send kill signal
                      2021-07-19 16:55:06.323  - info: host.ioBroker stopInstance system.adapter.discovery.0 send kill signal
                      2021-07-19 16:55:06.324  - info: host.ioBroker stopInstance system.adapter.fritzbox.0 send kill signal
                      2021-07-19 16:55:06.325  - info: host.ioBroker stopInstance system.adapter.fritzdect.0 send kill signal
                      2021-07-19 16:55:06.326  - info: host.ioBroker stopInstance system.adapter.info.0 send kill signal
                      2021-07-19 16:55:06.326  - info: host.ioBroker stopInstance system.adapter.iot.0 send kill signal
                      2021-07-19 16:55:06.333  - info: host.ioBroker stopInstance system.adapter.javascript.0 send kill signal
                      2021-07-19 16:55:06.336  - info: host.ioBroker stopInstance system.adapter.rpi2.0 send kill signal
                      2021-07-19 16:55:06.337  - info: host.ioBroker stopInstance system.adapter.simple-api.0 send kill signal
                      2021-07-19 16:55:06.338  - info: host.ioBroker stopInstance system.adapter.solax.0 send kill signal
                      2021-07-19 16:55:06.339  - info: host.ioBroker stopInstance system.adapter.telegram.0 send kill signal
                      2021-07-19 16:55:06.341  - info: host.ioBroker stopInstance system.adapter.terminal.0 send kill signal
                      2021-07-19 16:55:06.342  - info: host.ioBroker stopInstance system.adapter.web.0 send kill signal
                      2021-07-19 16:55:06.342  - info: host.ioBroker stopInstance system.adapter.yahka.0 send kill signal
                      2021-07-19 16:55:06.461  - info: fritzbox.0 (5840) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.469  - info: telegram.0 (6480) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.485  - info: mqtt.0 (5780) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-07-19 16:55:06.834  - warn: dwd.0 (6627) get state error: Connection is closed.
                      2021-07-19 16:55:06.839  - error: dwd.0 (6627) Unhandled promise rejection. This error originated either by throwing                                                                                                                         inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                      2021-07-19 16:55:06.840  - error: dwd.0 (6627) unhandled promise rejection: DB closed
                      2021-07-19 16:55:06.856  - error: dwd.0 (6627) Error: DB closed
                          at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:183:25)
                          at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:150:20)
                          at Object.onceWrapper (events.js:421:26)
                          at Socket.emit (events.js:314:20)
                          at Socket.EventEmitter.emit (domain.js:483:12)
                          at TCP.<anonymous> (net.js:675:12)
                      2021-07-19 16:55:06.858  - error: dwd.0 (6627) DB closed
                      2021-07-19 16:55:07.342  - error: host.ioBroker instance system.adapter.dwd.0 terminated with code 156 (START_IMMEDIA                                                                                                                        TELY_AFTER_STOP)
                      2021-07-19 16:55:07.545  - info: host.ioBroker instance system.adapter.vis-inventwo.0 terminated while should be star                                                                                                                        ted once
                      2021-07-19 16:55:07.549  - info: host.ioBroker stopInstance system.adapter.mqtt.0 killing pid 5780
                      2021-07-19 16:55:07.551  - info: host.ioBroker stopInstance system.adapter.fritzbox.0 killing pid 5840
                      2021-07-19 16:55:07.552  - info: host.ioBroker stopInstance system.adapter.telegram.0 killing pid 6480
                      2021-07-19 16:55:07.604  - info: host.ioBroker instance system.adapter.discovery.0 terminated with code 156 (START_IM                                                                                                                        MEDIATELY_AFTER_STOP)
                      2021-07-19 16:55:07.808  - info: host.ioBroker instance system.adapter.backitup.0 terminated with code 156 (START_IMM                                                                                                                        EDIATELY_AFTER_STOP)
                      2021-07-19 16:55:07.811  - info: host.ioBroker instance system.adapter.rpi2.0 terminated with code 156 (START_IMMEDIA                                                                                                                        TELY_AFTER_STOP)
                      2021-07-19 16:55:07.812  - info: host.ioBroker instance system.adapter.solax.0 terminated with code 156 (START_IMMEDI                                                                                                                        ATELY_AFTER_STOP)
                      2021-07-19 16:55:07.814  - info: host.ioBroker instance system.adapter.terminal.0 terminated with code 156 (START_IMM                                                                                                                        EDIATELY_AFTER_STOP)
                      2021-07-19 16:55:07.815  - info: host.ioBroker instance system.adapter.web.0 terminated with code 156 (START_IMMEDIAT                                                                                                                        ELY_AFTER_STOP)
                      2021-07-19 16:55:09.027  - warn: host.ioBroker instance system.adapter.mqtt.0 terminated due to SIGTERM
                      2021-07-19 16:55:09.027  - info: host.ioBroker instance system.adapter.mqtt.0 terminated with code null ()
                      2021-07-19 16:55:09.028  - info: host.ioBroker All instances are stopped.
                      2021-07-19 16:55:09.029  - warn: host.ioBroker instance system.adapter.fritzbox.0 terminated due to SIGTERM
                      2021-07-19 16:55:09.029  - info: host.ioBroker instance system.adapter.fritzbox.0 terminated with code null ()
                      2021-07-19 16:55:09.030  - info: host.ioBroker All instances are stopped.
                      2021-07-19 16:55:09.031  - warn: host.ioBroker instance system.adapter.telegram.0 terminated due to SIGTERM
                      2021-07-19 16:55:09.032  - info: host.ioBroker instance system.adapter.telegram.0 terminated with code null ()
                      2021-07-19 16:55:09.032  - info: host.ioBroker All instances are stopped.
                      2021-07-19 16:55:09.535  - error: host.ioBroker-Server Cannot move /opt/iobroker/iobroker-data/objects.json.new to /o                                                                                                                        pt/iobroker/iobroker-data/objects.json: ENOENT: no such file or directory, stat '/opt/iobroker/iobroker-data/objects.                                                                                                                        json.new'. Try direct write as fallback
                      2021-07-19 16:55:09.684  - info: host.ioBroker terminated
                      2021-07-19 16:55:09.027  - warn: host.ioBroker instance system.adapter.mqtt.0 terminated due to SIGTERM
                      2021-07-19 16:55:09.027  - info: host.ioBroker instance system.adapter.mqtt.0 terminated with code null ()
                      2021-07-19 16:55:09.028  - info: host.ioBroker All instances are stopped.
                      2021-07-19 16:55:09.029  - warn: host.ioBroker instance system.adapter.fritzbox.0 terminated due to SIGTERM
                      2021-07-19 16:55:09.029  - info: host.ioBroker instance system.adapter.fritzbox.0 terminated with code null ()
                      2021-07-19 16:55:09.030  - info: host.ioBroker All instances are stopped.
                      2021-07-19 16:55:09.031  - warn: host.ioBroker instance system.adapter.telegram.0 terminated due to SIGTERM
                      2021-07-19 16:55:09.032  - info: host.ioBroker instance system.adapter.telegram.0 terminated with code null ()
                      2021-07-19 16:55:09.032  - info: host.ioBroker All instances are stopped.
                      2021-07-19 16:55:09.535  - error: host.ioBroker-Server Cannot move /opt/iobroker/iobroker-data/objects.json.new to /o                                                                                                                        pt/iobroker/iobroker-data/objects.json: ENOENT: no such file or directory, stat '/opt/iobroker/iobroker-data/objects.                                                                                                                        json.new'. Try direct write as fallback
                      2021-07-19 16:55:09.684  - info: host.ioBroker terminated
                      2021-07-19 16:55:13.039  - info: host.ioBroker iobroker.js-controller version 3.3.11 js-controller starting
                      2021-07-19 16:55:13.050  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                      2021-07-19 16:55:13.052  - info: host.ioBroker hostname: ioBroker, node: v12.22.2
                      2021-07-19 16:55:13.053  - info: host.ioBroker ip addresses: 192.168.178.62 2003:df:af19:4700:b7e:694a:44a1:812b fe80                                                                                                                        ::6ea7:dc25:16b:d801 fe80::789d:b5ff:fe36:5437
                      2021-07-19 16:55:13.039  - info: host.ioBroker iobroker.js-controller version 3.3.11 js-controller starting
                      2021-07-19 16:55:13.050  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                      2021-07-19 16:55:13.052  - info: host.ioBroker hostname: ioBroker, node: v12.22.2
                      2021-07-19 16:55:13.053  - info: host.ioBroker ip addresses: 192.168.178.62 2003:df:af19:4700:b7e:694a:44a1:812b fe80                                                                                                                        ::6ea7:dc25:16b:d801 fe80::789d:b5ff:fe36:5437
                      2021-07-19 16:55:14.288  - info: host.ioBroker connected to Objects and States
                      2021-07-19 16:55:14.471  - info: host.ioBroker added notifications configuration of host
                      2021-07-19 16:55:14.288  - info: host.ioBroker connected to Objects and States
                      2021-07-19 16:55:14.471  - info: host.ioBroker added notifications configuration of host
                      2021-07-19 16:55:15.206  - info: host.ioBroker 27 instances found
                      2021-07-19 16:55:15.341  - info: host.ioBroker starting 22 instances
                      2021-07-19 16:55:15.494  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6684
                      2021-07-19 16:55:15.206  - info: host.ioBroker 27 instances found
                      2021-07-19 16:55:15.341  - info: host.ioBroker starting 22 instances
                      2021-07-19 16:55:15.494  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6684
                      2021-07-19 16:55:19.123  - info: admin.0 (6684) starting. Version 5.1.12 in /opt/iobroker/node_modules/iobroker.admin                                                                                                                        , node: v12.22.2, js-controller: 3.3.11
                      2021-07-19 16:55:19.335  - info: admin.0 (6684) requesting all states
                      2021-07-19 16:55:19.337  - info: admin.0 (6684) requesting all objects
                      2021-07-19 16:55:19.123  - info: admin.0 (6684) starting. Version 5.1.12 in /opt/iobroker/node_modules/iobroker.admin                                                                                                                        , node: v12.22.2, js-controller: 3.3.11
                      2021-07-19 16:55:19.335  - info: admin.0 (6684) requesting all states
                      2021-07-19 16:55:19.337  - info: admin.0 (6684) requesting all objects
                      2021-07-19 16:55:21.270  - info: host.ioBroker instance system.adapter.mqtt.0 started with pid 6699
                      2021-07-19 16:55:21.843  - info: admin.0 (6684) received all objects
                      2021-07-19 16:55:22.199  - info: admin.0 (6684) https server listening on port 8081
                      2021-07-19 16:55:22.202  - info: admin.0 (6684) Use link "https://localhost:8081" to configure.
                      2021-07-19 16:55:21.270  - info: host.ioBroker instance system.adapter.mqtt.0 started with pid 6699
                      2021-07-19 16:55:21.843  - info: admin.0 (6684) received all objects
                      2021-07-19 16:55:22.199  - info: admin.0 (6684) https server listening on port 8081
                      2021-07-19 16:55:22.202  - info: admin.0 (6684) Use link "https://localhost:8081" to configure.
                      2021-07-19 16:55:23.268  - warn: admin.0 (6684) State "admin.0.info.connection" has no existing object, this might le                                                                                                                        ad to an error in future versions
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @LinusJ last edited by

                        @linusj

                        Da muss noch mehr kommen.

                        L 1 Reply Last reply Reply Quote 0
                        • L
                          LinusJ @Thomas Braun last edited by

                          @thomas-braun

                          2021-07-19 17:07:24.094  - info: host.ioBroker received SIGTERM
                          2021-07-19 17:07:24.131  - info: vis-inventwo.0 (7439) cleaned everything up...
                          2021-07-19 17:07:24.123  - info: web.0 (7469) terminated http server on port 8082
                          2021-07-19 17:07:24.113  - info: backitup.0 (6710) cleaned everything up...
                          2021-07-19 17:07:24.128  - info: info.0 (6790) cleaned everything up...
                          2021-07-19 17:07:24.122  - info: simple-api.0 (7324) terminating http server on port 8087
                          2021-07-19 17:07:24.127  - info: terminal.0 (7405) terminating http server on port 8088
                          2021-07-19 17:07:24.122  - info: fritzdect.0 (6775) cleaned everything up...
                          2021-07-19 17:07:24.155  - info: yahka.0 (7484) cleaning up ...
                          2021-07-19 17:07:24.187  - info: yahka.0 (7484) cleaned up ...
                          2021-07-19 17:07:24.190  - info: javascript.0 (6982) Stop script script.js.common.ButtonSteuerung_schalter
                          2021-07-19 17:07:24.133  - info: terminal.0 (7405) terminated http server on port 8088
                          2021-07-19 17:07:24.100  - info: admin.0 (6684) terminating https server on port 8081
                          2021-07-19 17:07:24.212  - info: iot.0 (6809) Connection changed: disconnect
                          2021-07-19 17:07:24.214  - info: iot.0 (6809) Connection lost
                          2021-07-19 17:07:24.198  - info: javascript.0 (6982) Stop script script.js.common.Datenpunkt_aktualisierung
                          2021-07-19 17:07:24.202  - info: javascript.0 (6982) Stop script script.js.common.DatumUhrzeit
                          2021-07-19 17:07:24.217  - info: javascript.0 (6982) Stop script script.js.common.GarageRestart
                          2021-07-19 17:07:24.218  - info: javascript.0 (6982) Stop script script.js.common.GaragenSteuerung
                          2021-07-19 17:07:24.220  - info: javascript.0 (6982) Stop script script.js.common.Kurzbefehle
                          2021-07-19 17:07:24.221  - info: javascript.0 (6982) Stop script script.js.common.Lautstärkenregelung
                          2021-07-19 17:07:24.223  - info: javascript.0 (6982) Stop script script.js.common.Radio
                          2021-07-19 17:07:24.224  - info: javascript.0 (6982) Stop script script.js.common.Relay
                          2021-07-19 17:07:24.225  - info: javascript.0 (6982) Stop script script.js.common.SolaxCloud
                          2021-07-19 17:07:24.226  - info: javascript.0 (6982) Stop script script.js.common.Wetterwarnung
                          2021-07-19 17:07:24.227  - info: javascript.0 (6982) Stop script script.js.common.Wöchentlicher_Restart
                          2021-07-19 17:07:24.228  - info: javascript.0 (6982) Stop script script.js.common.restart
                          2021-07-19 17:07:24.230  - info: javascript.0 (6982) Stop script script.js.durchfahrt
                          2021-07-19 17:07:24.173  - info: host.ioBroker stopInstance system.adapter.admin.0 (force=false, process=true)
                          2021-07-19 17:07:24.175  - info: host.ioBroker stopInstance system.adapter.alexa2.0 (force=false, process=false)
                          2021-07-19 17:07:24.176  - info: host.ioBroker stopInstance system.adapter.mqtt.0 (force=false, process=true)
                          2021-07-19 17:07:24.178  - info: host.ioBroker stopInstance system.adapter.backitup.0 (force=false, process=true)
                          2021-07-19 17:07:24.180  - info: host.ioBroker stopInstance system.adapter.discovery.0 (force=false, process=true)
                          2021-07-19 17:07:24.182  - info: host.ioBroker stopInstance system.adapter.divera247.0 (force=false, process=false)
                          2021-07-19 17:07:24.183  - info: host.ioBroker stopInstance system.adapter.dwd.0 (force=false, process=false)
                          2021-07-19 17:07:24.187  - info: host.ioBroker stopInstance canceled schedule system.adapter.dwd.0
                          2021-07-19 17:07:24.188  - info: host.ioBroker stopInstance system.adapter.fritzbox.0 (force=false, process=true)
                          2021-07-19 17:07:24.189  - info: host.ioBroker stopInstance system.adapter.fritzdect.0 (force=false, process=true)
                          2021-07-19 17:07:24.195  - info: host.ioBroker stopInstance system.adapter.info.0 (force=false, process=true)
                          2021-07-19 17:07:24.197  - info: host.ioBroker stopInstance system.adapter.iot.0 (force=false, process=true)
                          2021-07-19 17:07:24.199  - info: host.ioBroker stopInstance system.adapter.javascript.0 (force=false, process=true)
                          2021-07-19 17:07:24.201  - info: host.ioBroker stopInstance system.adapter.openweathermap.0 (force=false, process=false)
                          2021-07-19 17:07:24.202  - info: host.ioBroker stopInstance canceled schedule system.adapter.openweathermap.0
                          2021-07-19 17:07:24.204  - info: host.ioBroker stopInstance system.adapter.rpi2.0 (force=false, process=true)
                          2021-07-19 17:07:24.205  - info: host.ioBroker stopInstance system.adapter.simple-api.0 (force=false, process=true)
                          2021-07-19 17:07:24.207  - info: host.ioBroker stopInstance system.adapter.solax.0 (force=false, process=true)
                          2021-07-19 17:07:24.209  - info: host.ioBroker stopInstance system.adapter.telegram.0 (force=false, process=true)
                          2021-07-19 17:07:24.211  - info: host.ioBroker stopInstance system.adapter.terminal.0 (force=false, process=true)
                          2021-07-19 17:07:24.213  - info: host.ioBroker stopInstance system.adapter.vis-google-fonts.0 (force=false, process=false)
                          2021-07-19 17:07:24.214  - info: host.ioBroker stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false)
                          2021-07-19 17:07:24.215  - info: host.ioBroker stopInstance system.adapter.vis-inventwo.0 (force=false, process=true)
                          2021-07-19 17:07:24.216  - info: host.ioBroker stopInstance system.adapter.vis-justgage.0 (force=false, process=false)
                          2021-07-19 17:07:24.217  - info: host.ioBroker stopInstance system.adapter.vis.0 (force=false, process=false)
                          2021-07-19 17:07:24.218  - info: host.ioBroker stopInstance system.adapter.web.0 (force=false, process=true)
                          2021-07-19 17:07:24.220  - info: host.ioBroker stopInstance system.adapter.yahka.0 (force=false, process=true)
                          2021-07-19 17:07:24.221  - info: host.ioBroker stopInstance system.adapter.yr.0 (force=false, process=false)
                          2021-07-19 17:07:24.223  - info: host.ioBroker stopInstance canceled schedule system.adapter.yr.0
                          2021-07-19 17:07:24.328  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                          2021-07-19 17:07:24.334  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                          2021-07-19 17:07:24.336  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.counterActualCalls.ringCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:24.347  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.counterActualCalls.callCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:24.356  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.counterActualCalls.connectCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:24.358  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.counterActualCalls.allActiveCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:24.532  - info: admin.0 (6684) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.535  - info: mqtt.0 (6699) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.540  - info: backitup.0 (6710) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.544  - info: discovery.0 (6721) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.552  - info: fritzbox.0 (6756) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.556  - info: fritzdect.0 (6775) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.559  - info: info.0 (6790) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.566  - info: iot.0 (6809) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.570  - info: javascript.0 (6982) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.574  - info: rpi2.0 (7290) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.581  - info: simple-api.0 (7324) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.585  - info: solax.0 (7378) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.588  - info: telegram.0 (7393) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.596  - info: terminal.0 (7405) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.600  - info: web.0 (7469) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.604  - info: yahka.0 (7484) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.666  - info: rpi2.0 (7290) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.670  - info: solax.0 (7378) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.671  - info: web.0 (7469) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.709  - info: info.0 (6790) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.713  - info: vis-inventwo.0 (7439) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.718  - info: fritzdect.0 (6775) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.720  - info: discovery.0 (6721) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.720  - info: simple-api.0 (7324) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.715  - info: backitup.0 (6710) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.729  - info: yahka.0 (7484) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.738  - info: admin.0 (6684) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.737  - info: terminal.0 (7405) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.745  - info: iot.0 (6809) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.808  - info: host.ioBroker stopInstance system.adapter.admin.0 send kill signal
                          2021-07-19 17:07:24.812  - info: javascript.0 (6982) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.847  - info: host.ioBroker stopInstance system.adapter.mqtt.0 send kill signal
                          2021-07-19 17:07:24.848  - info: host.ioBroker stopInstance system.adapter.backitup.0 send kill signal
                          2021-07-19 17:07:24.849  - info: host.ioBroker stopInstance system.adapter.discovery.0 send kill signal
                          2021-07-19 17:07:24.852  - info: host.ioBroker stopInstance system.adapter.fritzbox.0 send kill signal
                          2021-07-19 17:07:24.853  - info: host.ioBroker stopInstance system.adapter.fritzdect.0 send kill signal
                          2021-07-19 17:07:24.854  - info: host.ioBroker stopInstance system.adapter.info.0 send kill signal
                          2021-07-19 17:07:24.855  - info: host.ioBroker stopInstance system.adapter.iot.0 send kill signal
                          2021-07-19 17:07:24.855  - info: host.ioBroker stopInstance system.adapter.javascript.0 send kill signal
                          2021-07-19 17:07:24.856  - info: host.ioBroker stopInstance system.adapter.rpi2.0 send kill signal
                          2021-07-19 17:07:24.857  - info: host.ioBroker stopInstance system.adapter.simple-api.0 send kill signal
                          2021-07-19 17:07:24.858  - info: host.ioBroker stopInstance system.adapter.solax.0 send kill signal
                          2021-07-19 17:07:24.859  - info: host.ioBroker stopInstance system.adapter.telegram.0 send kill signal
                          2021-07-19 17:07:24.860  - info: host.ioBroker stopInstance system.adapter.terminal.0 send kill signal
                          2021-07-19 17:07:24.861  - info: host.ioBroker stopInstance system.adapter.web.0 send kill signal
                          2021-07-19 17:07:24.862  - info: host.ioBroker stopInstance system.adapter.yahka.0 send kill signal
                          2021-07-19 17:07:24.914  - info: mqtt.0 (6699) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.925  - info: telegram.0 (7393) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.943  - info: fritzbox.0 (6756) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:25.563  - info: host.ioBroker instance system.adapter.rpi2.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:25.614  - info: host.ioBroker instance system.adapter.solax.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:25.689  - info: host.ioBroker instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:25.825  - info: host.ioBroker stopInstance system.adapter.admin.0 killing pid 6684
                          2021-07-19 17:07:25.881  - info: host.ioBroker stopInstance system.adapter.mqtt.0 killing pid 6699
                          2021-07-19 17:07:25.883  - info: host.ioBroker stopInstance system.adapter.fritzbox.0 killing pid 6756
                          2021-07-19 17:07:25.885  - info: host.ioBroker stopInstance system.adapter.javascript.0 killing pid 6982
                          2021-07-19 17:07:25.886  - info: host.ioBroker stopInstance system.adapter.telegram.0 killing pid 7393
                          2021-07-19 17:07:26.236  - info: host.ioBroker instance system.adapter.info.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.238  - info: host.ioBroker instance system.adapter.vis-inventwo.0 terminated while should be started once
                          2021-07-19 17:07:26.240  - info: host.ioBroker instance system.adapter.discovery.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.434  - info: host.ioBroker instance system.adapter.fritzdect.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.435  - info: host.ioBroker instance system.adapter.simple-api.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.479  - info: host.ioBroker instance system.adapter.terminal.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.619  - info: host.ioBroker instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.621  - info: host.ioBroker instance system.adapter.iot.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.623  - info: host.ioBroker instance system.adapter.yahka.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.639  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.649  - info: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.650  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.938  - warn: host.ioBroker instance system.adapter.mqtt.0 terminated due to SIGTERM
                          2021-07-19 17:07:26.939  - info: host.ioBroker instance system.adapter.mqtt.0 terminated with code null ()
                          2021-07-19 17:07:26.940  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.941  - warn: host.ioBroker instance system.adapter.fritzbox.0 terminated due to SIGTERM
                          2021-07-19 17:07:26.942  - info: host.ioBroker instance system.adapter.fritzbox.0 terminated with code null ()
                          2021-07-19 17:07:26.943  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.946  - warn: host.ioBroker instance system.adapter.javascript.0 terminated due to SIGTERM
                          2021-07-19 17:07:26.947  - info: host.ioBroker instance system.adapter.javascript.0 terminated with code null ()
                          2021-07-19 17:07:26.948  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.949  - warn: host.ioBroker instance system.adapter.telegram.0 terminated due to SIGTERM
                          2021-07-19 17:07:26.950  - info: host.ioBroker instance system.adapter.telegram.0 terminated with code null ()
                          2021-07-19 17:07:26.951  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:27.032  - info: host.ioBroker terminated
                          2021-07-19 17:07:24.094  - info: host.ioBroker received SIGTERM
                          2021-07-19 17:07:24.131  - info: vis-inventwo.0 (7439) cleaned everything up...
                          2021-07-19 17:07:24.123  - info: web.0 (7469) terminated http server on port 8082
                          2021-07-19 17:07:24.113  - info: backitup.0 (6710) cleaned everything up...
                          2021-07-19 17:07:24.128  - info: info.0 (6790) cleaned everything up...
                          2021-07-19 17:07:24.122  - info: simple-api.0 (7324) terminating http server on port 8087
                          2021-07-19 17:07:24.127  - info: terminal.0 (7405) terminating http server on port 8088
                          2021-07-19 17:07:24.122  - info: fritzdect.0 (6775) cleaned everything up...
                          2021-07-19 17:07:24.155  - info: yahka.0 (7484) cleaning up ...
                          2021-07-19 17:07:24.187  - info: yahka.0 (7484) cleaned up ...
                          2021-07-19 17:07:24.190  - info: javascript.0 (6982) Stop script script.js.common.ButtonSteuerung_schalter
                          2021-07-19 17:07:24.133  - info: terminal.0 (7405) terminated http server on port 8088
                          2021-07-19 17:07:24.100  - info: admin.0 (6684) terminating https server on port 8081
                          2021-07-19 17:07:24.212  - info: iot.0 (6809) Connection changed: disconnect
                          2021-07-19 17:07:24.214  - info: iot.0 (6809) Connection lost
                          2021-07-19 17:07:24.198  - info: javascript.0 (6982) Stop script script.js.common.Datenpunkt_aktualisierung
                          2021-07-19 17:07:24.202  - info: javascript.0 (6982) Stop script script.js.common.DatumUhrzeit
                          2021-07-19 17:07:24.217  - info: javascript.0 (6982) Stop script script.js.common.GarageRestart
                          2021-07-19 17:07:24.218  - info: javascript.0 (6982) Stop script script.js.common.GaragenSteuerung
                          2021-07-19 17:07:24.220  - info: javascript.0 (6982) Stop script script.js.common.Kurzbefehle
                          2021-07-19 17:07:24.221  - info: javascript.0 (6982) Stop script script.js.common.Lautstärkenregelung
                          2021-07-19 17:07:24.223  - info: javascript.0 (6982) Stop script script.js.common.Radio
                          2021-07-19 17:07:24.224  - info: javascript.0 (6982) Stop script script.js.common.Relay
                          2021-07-19 17:07:24.225  - info: javascript.0 (6982) Stop script script.js.common.SolaxCloud
                          2021-07-19 17:07:24.226  - info: javascript.0 (6982) Stop script script.js.common.Wetterwarnung
                          2021-07-19 17:07:24.227  - info: javascript.0 (6982) Stop script script.js.common.Wöchentlicher_Restart
                          2021-07-19 17:07:24.228  - info: javascript.0 (6982) Stop script script.js.common.restart
                          2021-07-19 17:07:24.230  - info: javascript.0 (6982) Stop script script.js.durchfahrt
                          2021-07-19 17:07:24.173  - info: host.ioBroker stopInstance system.adapter.admin.0 (force=false, process=true)
                          2021-07-19 17:07:24.175  - info: host.ioBroker stopInstance system.adapter.alexa2.0 (force=false, process=false)
                          2021-07-19 17:07:24.176  - info: host.ioBroker stopInstance system.adapter.mqtt.0 (force=false, process=true)
                          2021-07-19 17:07:24.178  - info: host.ioBroker stopInstance system.adapter.backitup.0 (force=false, process=true)
                          2021-07-19 17:07:24.180  - info: host.ioBroker stopInstance system.adapter.discovery.0 (force=false, process=true)
                          2021-07-19 17:07:24.182  - info: host.ioBroker stopInstance system.adapter.divera247.0 (force=false, process=false)
                          2021-07-19 17:07:24.183  - info: host.ioBroker stopInstance system.adapter.dwd.0 (force=false, process=false)
                          2021-07-19 17:07:24.187  - info: host.ioBroker stopInstance canceled schedule system.adapter.dwd.0
                          2021-07-19 17:07:24.188  - info: host.ioBroker stopInstance system.adapter.fritzbox.0 (force=false, process=true)
                          2021-07-19 17:07:24.189  - info: host.ioBroker stopInstance system.adapter.fritzdect.0 (force=false, process=true)
                          2021-07-19 17:07:24.195  - info: host.ioBroker stopInstance system.adapter.info.0 (force=false, process=true)
                          2021-07-19 17:07:24.197  - info: host.ioBroker stopInstance system.adapter.iot.0 (force=false, process=true)
                          2021-07-19 17:07:24.199  - info: host.ioBroker stopInstance system.adapter.javascript.0 (force=false, process=true)
                          2021-07-19 17:07:24.201  - info: host.ioBroker stopInstance system.adapter.openweathermap.0 (force=false, process=false)
                          2021-07-19 17:07:24.202  - info: host.ioBroker stopInstance canceled schedule system.adapter.openweathermap.0
                          2021-07-19 17:07:24.204  - info: host.ioBroker stopInstance system.adapter.rpi2.0 (force=false, process=true)
                          2021-07-19 17:07:24.205  - info: host.ioBroker stopInstance system.adapter.simple-api.0 (force=false, process=true)
                          2021-07-19 17:07:24.207  - info: host.ioBroker stopInstance system.adapter.solax.0 (force=false, process=true)
                          2021-07-19 17:07:24.209  - info: host.ioBroker stopInstance system.adapter.telegram.0 (force=false, process=true)
                          2021-07-19 17:07:24.211  - info: host.ioBroker stopInstance system.adapter.terminal.0 (force=false, process=true)
                          2021-07-19 17:07:24.213  - info: host.ioBroker stopInstance system.adapter.vis-google-fonts.0 (force=false, process=false)
                          2021-07-19 17:07:24.214  - info: host.ioBroker stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false)
                          2021-07-19 17:07:24.215  - info: host.ioBroker stopInstance system.adapter.vis-inventwo.0 (force=false, process=true)
                          2021-07-19 17:07:24.216  - info: host.ioBroker stopInstance system.adapter.vis-justgage.0 (force=false, process=false)
                          2021-07-19 17:07:24.217  - info: host.ioBroker stopInstance system.adapter.vis.0 (force=false, process=false)
                          2021-07-19 17:07:24.218  - info: host.ioBroker stopInstance system.adapter.web.0 (force=false, process=true)
                          2021-07-19 17:07:24.220  - info: host.ioBroker stopInstance system.adapter.yahka.0 (force=false, process=true)
                          2021-07-19 17:07:24.221  - info: host.ioBroker stopInstance system.adapter.yr.0 (force=false, process=false)
                          2021-07-19 17:07:24.223  - info: host.ioBroker stopInstance canceled schedule system.adapter.yr.0
                          2021-07-19 17:07:24.328  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                          2021-07-19 17:07:24.334  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                          2021-07-19 17:07:24.336  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.counterActualCalls.ringCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:24.347  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.counterActualCalls.callCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:24.356  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.counterActualCalls.connectCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:24.358  - info: fritzbox.0 (6756) State value to set for "fritzbox.0.calls.counterActualCalls.allActiveCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:24.532  - info: admin.0 (6684) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.535  - info: mqtt.0 (6699) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.540  - info: backitup.0 (6710) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.544  - info: discovery.0 (6721) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.552  - info: fritzbox.0 (6756) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.556  - info: fritzdect.0 (6775) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.559  - info: info.0 (6790) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.566  - info: iot.0 (6809) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.570  - info: javascript.0 (6982) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.574  - info: rpi2.0 (7290) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.581  - info: simple-api.0 (7324) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.585  - info: solax.0 (7378) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.588  - info: telegram.0 (7393) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.596  - info: terminal.0 (7405) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.600  - info: web.0 (7469) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.604  - info: yahka.0 (7484) Got terminate signal TERMINATE_YOURSELF
                          2021-07-19 17:07:24.666  - info: rpi2.0 (7290) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.670  - info: solax.0 (7378) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.671  - info: web.0 (7469) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.709  - info: info.0 (6790) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.713  - info: vis-inventwo.0 (7439) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.718  - info: fritzdect.0 (6775) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.720  - info: discovery.0 (6721) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.720  - info: simple-api.0 (7324) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.715  - info: backitup.0 (6710) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.729  - info: yahka.0 (7484) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.738  - info: admin.0 (6684) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.737  - info: terminal.0 (7405) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.745  - info: iot.0 (6809) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.808  - info: host.ioBroker stopInstance system.adapter.admin.0 send kill signal
                          2021-07-19 17:07:24.812  - info: javascript.0 (6982) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.847  - info: host.ioBroker stopInstance system.adapter.mqtt.0 send kill signal
                          2021-07-19 17:07:24.848  - info: host.ioBroker stopInstance system.adapter.backitup.0 send kill signal
                          2021-07-19 17:07:24.849  - info: host.ioBroker stopInstance system.adapter.discovery.0 send kill signal
                          2021-07-19 17:07:24.852  - info: host.ioBroker stopInstance system.adapter.fritzbox.0 send kill signal
                          2021-07-19 17:07:24.853  - info: host.ioBroker stopInstance system.adapter.fritzdect.0 send kill signal
                          2021-07-19 17:07:24.854  - info: host.ioBroker stopInstance system.adapter.info.0 send kill signal
                          2021-07-19 17:07:24.855  - info: host.ioBroker stopInstance system.adapter.iot.0 send kill signal
                          2021-07-19 17:07:24.855  - info: host.ioBroker stopInstance system.adapter.javascript.0 send kill signal
                          2021-07-19 17:07:24.856  - info: host.ioBroker stopInstance system.adapter.rpi2.0 send kill signal
                          2021-07-19 17:07:24.857  - info: host.ioBroker stopInstance system.adapter.simple-api.0 send kill signal
                          2021-07-19 17:07:24.858  - info: host.ioBroker stopInstance system.adapter.solax.0 send kill signal
                          2021-07-19 17:07:24.859  - info: host.ioBroker stopInstance system.adapter.telegram.0 send kill signal
                          2021-07-19 17:07:24.860  - info: host.ioBroker stopInstance system.adapter.terminal.0 send kill signal
                          2021-07-19 17:07:24.861  - info: host.ioBroker stopInstance system.adapter.web.0 send kill signal
                          2021-07-19 17:07:24.862  - info: host.ioBroker stopInstance system.adapter.yahka.0 send kill signal
                          2021-07-19 17:07:24.914  - info: mqtt.0 (6699) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.925  - info: telegram.0 (7393) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:24.943  - info: fritzbox.0 (6756) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-07-19 17:07:25.563  - info: host.ioBroker instance system.adapter.rpi2.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:25.614  - info: host.ioBroker instance system.adapter.solax.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:25.689  - info: host.ioBroker instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:25.825  - info: host.ioBroker stopInstance system.adapter.admin.0 killing pid 6684
                          2021-07-19 17:07:25.881  - info: host.ioBroker stopInstance system.adapter.mqtt.0 killing pid 6699
                          2021-07-19 17:07:25.883  - info: host.ioBroker stopInstance system.adapter.fritzbox.0 killing pid 6756
                          2021-07-19 17:07:25.885  - info: host.ioBroker stopInstance system.adapter.javascript.0 killing pid 6982
                          2021-07-19 17:07:25.886  - info: host.ioBroker stopInstance system.adapter.telegram.0 killing pid 7393
                          2021-07-19 17:07:26.236  - info: host.ioBroker instance system.adapter.info.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.238  - info: host.ioBroker instance system.adapter.vis-inventwo.0 terminated while should be started once
                          2021-07-19 17:07:26.240  - info: host.ioBroker instance system.adapter.discovery.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.434  - info: host.ioBroker instance system.adapter.fritzdect.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.435  - info: host.ioBroker instance system.adapter.simple-api.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.479  - info: host.ioBroker instance system.adapter.terminal.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.619  - info: host.ioBroker instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.621  - info: host.ioBroker instance system.adapter.iot.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.623  - info: host.ioBroker instance system.adapter.yahka.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.639  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.649  - info: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-07-19 17:07:26.650  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.938  - warn: host.ioBroker instance system.adapter.mqtt.0 terminated due to SIGTERM
                          2021-07-19 17:07:26.939  - info: host.ioBroker instance system.adapter.mqtt.0 terminated with code null ()
                          2021-07-19 17:07:26.940  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.941  - warn: host.ioBroker instance system.adapter.fritzbox.0 terminated due to SIGTERM
                          2021-07-19 17:07:26.942  - info: host.ioBroker instance system.adapter.fritzbox.0 terminated with code null ()
                          2021-07-19 17:07:26.943  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.946  - warn: host.ioBroker instance system.adapter.javascript.0 terminated due to SIGTERM
                          2021-07-19 17:07:26.947  - info: host.ioBroker instance system.adapter.javascript.0 terminated with code null ()
                          2021-07-19 17:07:26.948  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:26.949  - warn: host.ioBroker instance system.adapter.telegram.0 terminated due to SIGTERM
                          2021-07-19 17:07:26.950  - info: host.ioBroker instance system.adapter.telegram.0 terminated with code null ()
                          2021-07-19 17:07:26.951  - info: host.ioBroker All instances are stopped.
                          2021-07-19 17:07:27.032  - info: host.ioBroker terminated
                          2021-07-19 17:07:30.264  - info: host.ioBroker iobroker.js-controller version 3.3.11 js-controller starting
                          2021-07-19 17:07:30.277  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                          2021-07-19 17:07:30.278  - info: host.ioBroker hostname: ioBroker, node: v12.22.2
                          2021-07-19 17:07:30.279  - info: host.ioBroker ip addresses: 192.168.178.62 2003:df:af19:4700:b7e:694a:44a1:812b fe80::6ea7:dc25:16b:d801 fe80::789d:b5ff:fe36:5437
                          2021-07-19 17:07:30.264  - info: host.ioBroker iobroker.js-controller version 3.3.11 js-controller starting
                          2021-07-19 17:07:30.277  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                          2021-07-19 17:07:30.278  - info: host.ioBroker hostname: ioBroker, node: v12.22.2
                          2021-07-19 17:07:30.279  - info: host.ioBroker ip addresses: 192.168.178.62 2003:df:af19:4700:b7e:694a:44a1:812b fe80::6ea7:dc25:16b:d801 fe80::789d:b5ff:fe36:5437
                          2021-07-19 17:07:31.485  - info: host.ioBroker connected to Objects and States
                          2021-07-19 17:07:31.665  - info: host.ioBroker added notifications configuration of host
                          2021-07-19 17:07:31.485  - info: host.ioBroker connected to Objects and States
                          2021-07-19 17:07:31.665  - info: host.ioBroker added notifications configuration of host
                          2021-07-19 17:07:32.415  - info: host.ioBroker 27 instances found
                          2021-07-19 17:07:32.539  - info: host.ioBroker starting 22 instances
                          2021-07-19 17:07:32.709  - info: host.ioBroker instance system.adapter.admin.0 started with pid 8401
                          2021-07-19 17:07:32.415  - info: host.ioBroker 27 instances found
                          2021-07-19 17:07:32.539  - info: host.ioBroker starting 22 instances
                          2021-07-19 17:07:32.709  - info: host.ioBroker instance system.adapter.admin.0 started with pid 8401
                          2021-07-19 17:07:36.353  - info: admin.0 (8401) starting. Version 5.1.12 in /opt/iobroker/node_modules/iobroker.admin, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:36.469  - info: admin.0 (8401) requesting all states
                          2021-07-19 17:07:36.471  - info: admin.0 (8401) requesting all objects
                          2021-07-19 17:07:36.685  - info: host.ioBroker instance system.adapter.mqtt.0 started with pid 8416
                          2021-07-19 17:07:36.353  - info: admin.0 (8401) starting. Version 5.1.12 in /opt/iobroker/node_modules/iobroker.admin, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:36.469  - info: admin.0 (8401) requesting all states
                          2021-07-19 17:07:36.471  - info: admin.0 (8401) requesting all objects
                          2021-07-19 17:07:36.685  - info: host.ioBroker instance system.adapter.mqtt.0 started with pid 8416
                          2021-07-19 17:07:39.309  - info: admin.0 (8401) received all objects
                          2021-07-19 17:07:39.667  - info: admin.0 (8401) https server listening on port 8081
                          2021-07-19 17:07:39.668  - info: admin.0 (8401) Use link "https://localhost:8081" to configure.
                          2021-07-19 17:07:40.287  - info: mqtt.0 (8416) starting. Version 2.4.0 in /opt/iobroker/node_modules/iobroker.mqtt, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:40.642  - info: host.ioBroker instance system.adapter.backitup.0 started with pid 8431
                          2021-07-19 17:07:40.726  - warn: admin.0 (8401) State "admin.0.info.connection" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:07:40.898  - warn: admin.0 (8401) Cannot parse "undefined"
                          2021-07-19 17:07:40.910  - error: admin.0 (8401) error
                          2021-07-19 17:07:41.157  - warn: admin.0 (8401) Cannot parse "undefined"
                          2021-07-19 17:07:41.188  - info: mqtt.0 (8416) Starting MQTT authenticated server on 0.0.0.0:1883
                          2021-07-19 17:07:39.309  - info: admin.0 (8401) received all objects
                          2021-07-19 17:07:39.667  - info: admin.0 (8401) https server listening on port 8081
                          2021-07-19 17:07:39.668  - info: admin.0 (8401) Use link "https://localhost:8081" to configure.
                          2021-07-19 17:07:40.287  - info: mqtt.0 (8416) starting. Version 2.4.0 in /opt/iobroker/node_modules/iobroker.mqtt, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:40.642  - info: host.ioBroker instance system.adapter.backitup.0 started with pid 8431
                          2021-07-19 17:07:40.726  - warn: admin.0 (8401) State "admin.0.info.connection" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:07:40.898  - warn: admin.0 (8401) Cannot parse "undefined"
                          2021-07-19 17:07:40.910  - error: admin.0 (8401) error
                          2021-07-19 17:07:41.157  - warn: admin.0 (8401) Cannot parse "undefined"
                          2021-07-19 17:07:41.188  - info: mqtt.0 (8416) Starting MQTT authenticated server on 0.0.0.0:1883
                          2021-07-19 17:07:44.936  - info: host.ioBroker instance system.adapter.discovery.0 started with pid 8438
                          2021-07-19 17:07:44.936  - info: host.ioBroker instance system.adapter.discovery.0 started with pid 8438
                          2021-07-19 17:07:46.163  - info: mqtt.0 (8416) Client [Garagensteuerung] connected with secret 1626707266087_4811
                          2021-07-19 17:07:46.487  - info: mqtt.0 (8416) Client [Garagensteuerung] subscribes on topic "/garage/data"
                          2021-07-19 17:07:46.163  - info: mqtt.0 (8416) Client [Garagensteuerung] connected with secret 1626707266087_4811
                          2021-07-19 17:07:46.487  - info: mqtt.0 (8416) Client [Garagensteuerung] subscribes on topic "/garage/data"
                          2021-07-19 17:07:48.269  - info: discovery.0 (8438) starting. Version 2.7.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:48.583  - info: backitup.0 (8431) starting. Version 2.1.13 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:48.663  - info: host.ioBroker instance scheduled system.adapter.dwd.0 */5 * * * *
                          2021-07-19 17:07:48.690  - info: host.ioBroker instance system.adapter.dwd.0 started with pid 8461
                          2021-07-19 17:07:48.772  - info: backitup.0 (8431) [iobroker] backup was activated at 01:30 every 1 day(s)
                          2021-07-19 17:07:48.269  - info: discovery.0 (8438) starting. Version 2.7.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:48.583  - info: backitup.0 (8431) starting. Version 2.1.13 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:48.663  - info: host.ioBroker instance scheduled system.adapter.dwd.0 */5 * * * *
                          2021-07-19 17:07:48.690  - info: host.ioBroker instance system.adapter.dwd.0 started with pid 8461
                          2021-07-19 17:07:48.772  - info: backitup.0 (8431) [iobroker] backup was activated at 01:30 every 1 day(s)
                          2021-07-19 17:07:52.310  - info: dwd.0 (8461) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:52.310  - info: dwd.0 (8461) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:52.856  - info: host.ioBroker instance system.adapter.fritzbox.0 started with pid 8476
                          2021-07-19 17:07:52.856  - info: host.ioBroker instance system.adapter.fritzbox.0 started with pid 8476
                          2021-07-19 17:07:53.382  - info: dwd.0 (8461) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          2021-07-19 17:07:53.382  - info: dwd.0 (8461) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          2021-07-19 17:07:54.026  - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                          2021-07-19 17:07:54.026  - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                          2021-07-19 17:07:55.756  - info: fritzbox.0 (8476) starting. Version 0.2.1 in /opt/iobroker/node_modules/iobroker.fritzbox, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:55.824  - info: fritzbox.0 (8476) try to connect: 192.168.178.1
                          2021-07-19 17:07:55.869  - info: fritzbox.0 (8476) adapter connected to fritzbox: 192.168.178.1
                          2021-07-19 17:07:55.894  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                          2021-07-19 17:07:55.897  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                          2021-07-19 17:07:55.899  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.counterActualCalls.ringCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:55.902  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.counterActualCalls.callCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:55.904  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.counterActualCalls.connectCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:55.906  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.counterActualCalls.allActiveCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:55.756  - info: fritzbox.0 (8476) starting. Version 0.2.1 in /opt/iobroker/node_modules/iobroker.fritzbox, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:55.824  - info: fritzbox.0 (8476) try to connect: 192.168.178.1
                          2021-07-19 17:07:55.869  - info: fritzbox.0 (8476) adapter connected to fritzbox: 192.168.178.1
                          2021-07-19 17:07:55.894  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.ringActualNumbers" has to be type "string" but received type "object"
                          2021-07-19 17:07:55.897  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.connectNumbers" has to be type "string" but received type "object"
                          2021-07-19 17:07:55.899  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.counterActualCalls.ringCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:55.902  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.counterActualCalls.callCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:55.904  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.counterActualCalls.connectCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:55.906  - info: fritzbox.0 (8476) State value to set for "fritzbox.0.calls.counterActualCalls.allActiveCount" has to be type "string" but received type "number"
                          2021-07-19 17:07:56.629  - info: host.ioBroker instance system.adapter.fritzdect.0 started with pid 8491
                          2021-07-19 17:07:56.629  - info: host.ioBroker instance system.adapter.fritzdect.0 started with pid 8491
                          2021-07-19 17:07:59.144  - info: fritzdect.0 (8491) starting. Version 2.1.15 in /opt/iobroker/node_modules/iobroker.fritzdect, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:59.194  - info: fritzdect.0 (8491) fritzdect entered ready
                          2021-07-19 17:07:59.253  - info: fritzdect.0 (8491) fritzdect uses USER: Fritz-Smart
                          2021-07-19 17:07:59.254  - info: fritzdect.0 (8491) start creating devices/groups
                          2021-07-19 17:07:59.144  - info: fritzdect.0 (8491) starting. Version 2.1.15 in /opt/iobroker/node_modules/iobroker.fritzdect, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:07:59.194  - info: fritzdect.0 (8491) fritzdect entered ready
                          2021-07-19 17:07:59.253  - info: fritzdect.0 (8491) fritzdect uses USER: Fritz-Smart
                          2021-07-19 17:07:59.254  - info: fritzdect.0 (8491) start creating devices/groups
                          2021-07-19 17:08:01.026  - info: host.ioBroker instance system.adapter.info.0 started with pid 8506
                          2021-07-19 17:08:01.227  - info: fritzdect.0 (8491) CREATE Devices 2
                          2021-07-19 17:08:01.541  - info: fritzdect.0 (8491) setting up temperatur
                          2021-07-19 17:08:01.571  - info: fritzdect.0 (8491) setting up thermostat
                          2021-07-19 17:08:01.760  - info: fritzdect.0 (8491) setting up thermostat nextchange
                          2021-07-19 17:08:01.804  - info: fritzdect.0 (8491) setting up switch
                          2021-07-19 17:08:01.851  - info: fritzdect.0 (8491) setting up powermeter
                          2021-07-19 17:08:01.861  - info: fritzdect.0 (8491) setting up temperatur
                          2021-07-19 17:08:01.869  - info: fritzdect.0 (8491) setting up simpleonoff
                          2021-07-19 17:08:01.894  - info: fritzdect.0 (8491) finished creating devices/groups (if any)
                          2021-07-19 17:08:01.895  - info: fritzdect.0 (8491) start creating templates
                          2021-07-19 17:08:01.026  - info: host.ioBroker instance system.adapter.info.0 started with pid 8506
                          2021-07-19 17:08:01.227  - info: fritzdect.0 (8491) CREATE Devices 2
                          2021-07-19 17:08:01.541  - info: fritzdect.0 (8491) setting up temperatur
                          2021-07-19 17:08:01.571  - info: fritzdect.0 (8491) setting up thermostat
                          2021-07-19 17:08:01.760  - info: fritzdect.0 (8491) setting up thermostat nextchange
                          2021-07-19 17:08:01.804  - info: fritzdect.0 (8491) setting up switch
                          2021-07-19 17:08:01.851  - info: fritzdect.0 (8491) setting up powermeter
                          2021-07-19 17:08:01.861  - info: fritzdect.0 (8491) setting up temperatur
                          2021-07-19 17:08:01.869  - info: fritzdect.0 (8491) setting up simpleonoff
                          2021-07-19 17:08:01.894  - info: fritzdect.0 (8491) finished creating devices/groups (if any)
                          2021-07-19 17:08:01.895  - info: fritzdect.0 (8491) start creating templates
                          2021-07-19 17:08:04.549  - info: fritzdect.0 (8491) create Templates 5
                          2021-07-19 17:08:04.611  - info: fritzdect.0 (8491) setting up Template Dusche abends
                          2021-07-19 17:08:04.661  - info: host.ioBroker instance system.adapter.iot.0 started with pid 8525
                          2021-07-19 17:08:04.693  - info: fritzdect.0 (8491) setting up Template Dusche an
                          2021-07-19 17:08:04.752  - info: fritzdect.0 (8491) setting up Template Dusche aus
                          2021-07-19 17:08:04.805  - info: fritzdect.0 (8491) setting up Template Dusche morgens
                          2021-07-19 17:08:04.862  - info: fritzdect.0 (8491) setting up Template Weihnachtsbeleuchtung
                          2021-07-19 17:08:04.906  - info: fritzdect.0 (8491) finished creating templates (if any)
                          2021-07-19 17:08:04.907  - info: fritzdect.0 (8491) start initial updating devices/groups
                          2021-07-19 17:08:04.549  - info: fritzdect.0 (8491) create Templates 5
                          2021-07-19 17:08:04.611  - info: fritzdect.0 (8491) setting up Template Dusche abends
                          2021-07-19 17:08:04.661  - info: host.ioBroker instance system.adapter.iot.0 started with pid 8525
                          2021-07-19 17:08:04.693  - info: fritzdect.0 (8491) setting up Template Dusche an
                          2021-07-19 17:08:04.752  - info: fritzdect.0 (8491) setting up Template Dusche aus
                          2021-07-19 17:08:04.805  - info: fritzdect.0 (8491) setting up Template Dusche morgens
                          2021-07-19 17:08:04.862  - info: fritzdect.0 (8491) setting up Template Weihnachtsbeleuchtung
                          2021-07-19 17:08:04.906  - info: fritzdect.0 (8491) finished creating templates (if any)
                          2021-07-19 17:08:04.907  - info: fritzdect.0 (8491) start initial updating devices/groups
                          2021-07-19 17:08:06.987  - info: info.0 (8506) starting. Version 1.7.14 in /opt/iobroker/node_modules/iobroker.info, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:07.073  - info: fritzdect.0 (8491) State value to set for "fritzdect.0.DECT_119600802296.windowopenactiveendtime" has to be type "number" but received type "string"
                          2021-07-19 17:08:07.077  - info: fritzdect.0 (8491) State value to set for "fritzdect.0.DECT_119600802296.boostactiveendtime" has to be type "number" but received type "string"
                          2021-07-19 17:08:07.080  - info: fritzdect.0 (8491) State value to set for "fritzdect.0.DECT_119600802296.endperiod" has to be type "number" but received type "string"
                          2021-07-19 17:08:07.382  - info: fritzdect.0 (8491) finished initial updating devices/groups
                          2021-07-19 17:08:07.384  - info: fritzdect.0 (8491) going over to cyclic polling, messages to poll activity only in debug-mode
                          2021-07-19 17:08:06.987  - info: info.0 (8506) starting. Version 1.7.14 in /opt/iobroker/node_modules/iobroker.info, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:07.073  - info: fritzdect.0 (8491) State value to set for "fritzdect.0.DECT_119600802296.windowopenactiveendtime" has to be type "number" but received type "string"
                          2021-07-19 17:08:07.077  - info: fritzdect.0 (8491) State value to set for "fritzdect.0.DECT_119600802296.boostactiveendtime" has to be type "number" but received type "string"
                          2021-07-19 17:08:07.080  - info: fritzdect.0 (8491) State value to set for "fritzdect.0.DECT_119600802296.endperiod" has to be type "number" but received type "string"
                          2021-07-19 17:08:07.382  - info: fritzdect.0 (8491) finished initial updating devices/groups
                          2021-07-19 17:08:07.384  - info: fritzdect.0 (8491) going over to cyclic polling, messages to poll activity only in debug-mode
                          2021-07-19 17:08:08.847  - info: host.ioBroker instance system.adapter.javascript.0 started with pid 8712
                          2021-07-19 17:08:08.847  - info: host.ioBroker instance system.adapter.javascript.0 started with pid 8712
                          2021-07-19 17:08:11.087  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.currentspeed.coresSpeed" has to be stringified but received type "object"
                          2021-07-19 17:08:11.235  - info: iot.0 (8525) starting. Version 1.8.22 in /opt/iobroker/node_modules/iobroker.iot, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:11.592  - info: iot.0 (8525) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                          2021-07-19 17:08:11.931  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.info.cache-l1d" has to be type "number" but received type "string"
                          2021-07-19 17:08:11.955  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.info.cache-l1i" has to be type "number" but received type "string"
                          2021-07-19 17:08:11.957  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.info.cache-l2" has to be type "number" but received type "string"
                          2021-07-19 17:08:11.959  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
                          2021-07-19 17:08:12.397  - info: info.0 (8506) State value to set for "info.0.sysinfo.battery.raspberry" has to be stringified but received type "object"
                          2021-07-19 17:08:12.423  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.temperature.cores" has to be stringified but received type "object"
                          2021-07-19 17:08:12.445  - info: info.0 (8506) State value to set for "info.0.sysinfo.system.hardware.raspberry" has to be stringified but received type "object"
                          2021-07-19 17:08:12.834  - info: host.ioBroker instance scheduled system.adapter.openweathermap.0 23 * * * *
                          2021-07-19 17:08:12.900  - info: host.ioBroker instance system.adapter.openweathermap.0 started with pid 9003
                          2021-07-19 17:08:11.087  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.currentspeed.coresSpeed" has to be stringified but received type "object"
                          2021-07-19 17:08:11.235  - info: iot.0 (8525) starting. Version 1.8.22 in /opt/iobroker/node_modules/iobroker.iot, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:11.592  - info: iot.0 (8525) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                          2021-07-19 17:08:11.931  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.info.cache-l1d" has to be type "number" but received type "string"
                          2021-07-19 17:08:11.955  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.info.cache-l1i" has to be type "number" but received type "string"
                          2021-07-19 17:08:11.957  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.info.cache-l2" has to be type "number" but received type "string"
                          2021-07-19 17:08:11.959  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
                          2021-07-19 17:08:12.397  - info: info.0 (8506) State value to set for "info.0.sysinfo.battery.raspberry" has to be stringified but received type "object"
                          2021-07-19 17:08:12.423  - info: info.0 (8506) State value to set for "info.0.sysinfo.cpu.temperature.cores" has to be stringified but received type "object"
                          2021-07-19 17:08:12.445  - info: info.0 (8506) State value to set for "info.0.sysinfo.system.hardware.raspberry" has to be stringified but received type "object"
                          2021-07-19 17:08:12.834  - info: host.ioBroker instance scheduled system.adapter.openweathermap.0 23 * * * *
                          2021-07-19 17:08:12.900  - info: host.ioBroker instance system.adapter.openweathermap.0 started with pid 9003
                          2021-07-19 17:08:13.752  - info: iot.0 (8525) Connection changed: connect
                          2021-07-19 17:08:13.752  - info: iot.0 (8525) Connection changed: connect
                          2021-07-19 17:08:16.748  - info: host.ioBroker instance system.adapter.rpi2.0 started with pid 9039
                          2021-07-19 17:08:16.748  - info: host.ioBroker instance system.adapter.rpi2.0 started with pid 9039
                          2021-07-19 17:08:17.699  - info: openweathermap.0 (9003) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:17.699  - info: openweathermap.0 (9003) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:18.913  - info: javascript.0 (8712) starting. Version 5.1.3 in /opt/iobroker/node_modules/iobroker.javascript, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:19.287  - info: javascript.0 (8712) requesting all states
                          2021-07-19 17:08:19.310  - info: javascript.0 (8712) requesting all objects
                          2021-07-19 17:08:18.913  - info: javascript.0 (8712) starting. Version 5.1.3 in /opt/iobroker/node_modules/iobroker.javascript, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:19.287  - info: javascript.0 (8712) requesting all states
                          2021-07-19 17:08:19.310  - info: javascript.0 (8712) requesting all objects
                          2021-07-19 17:08:20.661  - info: host.ioBroker instance system.adapter.simple-api.0 started with pid 9058
                          2021-07-19 17:08:20.997  - info: rpi2.0 (9039) starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:21.450  - info: javascript.0 (8712) received all objects
                          2021-07-19 17:08:21.568  - info: javascript.0 (8712) received all states
                          2021-07-19 17:08:21.824  - error: rpi2.0 (9039) No Value found for cpu_frequency
                          2021-07-19 17:08:21.892  - error: rpi2.0 (9039) No Value found for net_received
                          2021-07-19 17:08:21.895  - error: rpi2.0 (9039) No Value found for net_send
                          2021-07-19 17:08:21.967  - error: rpi2.0 (9039) Cannot initialize GPIO: Error: The module '/opt/iobroker/node_modules/epoll/build/Release/epoll.node'
                          was compiled against a different Node.js version using
                          NODE_MODULE_VERSION 64. This version of Node.js requires
                          NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
                          the module (for instance, using `npm rebuild` or `npm install`).
                          2021-07-19 17:08:21.983  - error: rpi2.0 (9039) cannot use GPIO: TypeError: Cannot read property 'setMode' of null
                          2021-07-19 17:08:22.088  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load1" has to be type "number" but received type "string"
                          2021-07-19 17:08:22.106  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load5" has to be type "number" but received type "string"
                          2021-07-19 17:08:22.130  - info: javascript.0 (8712) Start javascript script.js.common.ButtonSteuerung_schalter
                          2021-07-19 17:08:22.110  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load15" has to be type "number" but received type "string"
                          2021-07-19 17:08:22.264  - info: javascript.0 (8712) script.js.common.ButtonSteuerung_schalter: registered 3 subscriptions and 0 schedules
                          2021-07-19 17:08:22.266  - info: javascript.0 (8712) Start javascript script.js.common.Datenpunkt_aktualisierung
                          2021-07-19 17:08:22.316  - info: javascript.0 (8712) script.js.common.Datenpunkt_aktualisierung: registered 0 subscriptions and 1 schedule
                          2021-07-19 17:08:22.317  - info: javascript.0 (8712) Start javascript script.js.common.DatumUhrzeit
                          2021-07-19 17:08:22.344  - info: javascript.0 (8712) script.js.common.DatumUhrzeit: registered 0 subscriptions and 2 schedules
                          2021-07-19 17:08:22.346  - info: javascript.0 (8712) Start javascript script.js.common.GarageRestart
                          2021-07-19 17:08:22.364  - info: javascript.0 (8712) script.js.common.GarageRestart: registered 0 subscriptions and 1 schedule
                          2021-07-19 17:08:22.366  - info: javascript.0 (8712) Start javascript script.js.common.GaragenSteuerung
                          2021-07-19 17:08:22.379  - info: javascript.0 (8712) script.js.common.GaragenSteuerung: registered 9 subscriptions and 0 schedules
                          2021-07-19 17:08:22.381  - info: javascript.0 (8712) Start javascript script.js.common.Kurzbefehle
                          2021-07-19 17:08:22.394  - info: javascript.0 (8712) script.js.common.Kurzbefehle: registered 5 subscriptions and 0 schedules
                          2021-07-19 17:08:22.396  - info: javascript.0 (8712) Start javascript script.js.common.Lautstärkenregelung
                          2021-07-19 17:08:22.412  - info: javascript.0 (8712) script.js.common.Lautstärkenregelung: registered 0 subscriptions and 2 schedules
                          2021-07-19 17:08:22.414  - info: javascript.0 (8712) Start javascript script.js.common.Radio
                          2021-07-19 17:08:22.426  - info: javascript.0 (8712) script.js.common.Radio: registered 3 subscriptions and 0 schedules
                          2021-07-19 17:08:22.428  - info: javascript.0 (8712) Start javascript script.js.common.Relay
                          2021-07-19 17:08:22.442  - info: javascript.0 (8712) script.js.common.Relay: registered 2 subscriptions and 0 schedules
                          2021-07-19 17:08:22.444  - info: javascript.0 (8712) Start javascript script.js.common.Wetterwarnung
                          2021-07-19 17:08:22.455  - info: javascript.0 (8712) script.js.common.Wetterwarnung: registered 1 subscription and 0 schedules
                          2021-07-19 17:08:22.478  - info: javascript.0 (8712) Start javascript script.js.common.Wöchentlicher_Restart
                          2021-07-19 17:08:22.491  - info: javascript.0 (8712) script.js.common.Wöchentlicher_Restart: registered 0 subscriptions and 1 schedule
                          2021-07-19 17:08:22.494  - info: javascript.0 (8712) Start javascript script.js.common.restart
                          2021-07-19 17:08:22.524  - info: javascript.0 (8712) script.js.common.restart: registered 1 subscription and 1 schedule
                          2021-07-19 17:08:22.788  - info: javascript.0 (8712) Start javascript script.js.durchfahrt
                          2021-07-19 17:08:22.815  - info: javascript.0 (8712) script.js.durchfahrt: registered 1 subscription and 0 schedules
                          2021-07-19 17:08:23.081  - info: javascript.0 (8712) Start javascript script.js.common.SolaxCloud
                          2021-07-19 17:08:23.119  - info: javascript.0 (8712) script.js.common.SolaxCloud: registered 1 subscription and 1 schedule
                          2021-07-19 17:08:23.222  - info: openweathermap.0 (9003) Terminated (NO_ERROR): Without reason
                          2021-07-19 17:08:20.661  - info: host.ioBroker instance system.adapter.simple-api.0 started with pid 9058
                          2021-07-19 17:08:20.997  - info: rpi2.0 (9039) starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:21.450  - info: javascript.0 (8712) received all objects
                          2021-07-19 17:08:21.568  - info: javascript.0 (8712) received all states
                          2021-07-19 17:08:21.824  - error: rpi2.0 (9039) No Value found for cpu_frequency
                          2021-07-19 17:08:21.892  - error: rpi2.0 (9039) No Value found for net_received
                          2021-07-19 17:08:21.895  - error: rpi2.0 (9039) No Value found for net_send
                          2021-07-19 17:08:21.967  - error: rpi2.0 (9039) Cannot initialize GPIO: Error: The module '/opt/iobroker/node_modules/epoll/build/Release/epoll.node'
                          was compiled against a different Node.js version using
                          NODE_MODULE_VERSION 64. This version of Node.js requires
                          NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
                          the module (for instance, using `npm rebuild` or `npm install`).
                          2021-07-19 17:08:21.983  - error: rpi2.0 (9039) cannot use GPIO: TypeError: Cannot read property 'setMode' of null
                          2021-07-19 17:08:22.088  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load1" has to be type "number" but received type "string"
                          2021-07-19 17:08:22.106  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load5" has to be type "number" but received type "string"
                          2021-07-19 17:08:22.130  - info: javascript.0 (8712) Start javascript script.js.common.ButtonSteuerung_schalter
                          2021-07-19 17:08:22.110  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load15" has to be type "number" but received type "string"
                          2021-07-19 17:08:22.264  - info: javascript.0 (8712) script.js.common.ButtonSteuerung_schalter: registered 3 subscriptions and 0 schedules
                          2021-07-19 17:08:22.266  - info: javascript.0 (8712) Start javascript script.js.common.Datenpunkt_aktualisierung
                          2021-07-19 17:08:22.316  - info: javascript.0 (8712) script.js.common.Datenpunkt_aktualisierung: registered 0 subscriptions and 1 schedule
                          2021-07-19 17:08:22.317  - info: javascript.0 (8712) Start javascript script.js.common.DatumUhrzeit
                          2021-07-19 17:08:22.344  - info: javascript.0 (8712) script.js.common.DatumUhrzeit: registered 0 subscriptions and 2 schedules
                          2021-07-19 17:08:22.346  - info: javascript.0 (8712) Start javascript script.js.common.GarageRestart
                          2021-07-19 17:08:22.364  - info: javascript.0 (8712) script.js.common.GarageRestart: registered 0 subscriptions and 1 schedule
                          2021-07-19 17:08:22.366  - info: javascript.0 (8712) Start javascript script.js.common.GaragenSteuerung
                          2021-07-19 17:08:22.379  - info: javascript.0 (8712) script.js.common.GaragenSteuerung: registered 9 subscriptions and 0 schedules
                          2021-07-19 17:08:22.381  - info: javascript.0 (8712) Start javascript script.js.common.Kurzbefehle
                          2021-07-19 17:08:22.394  - info: javascript.0 (8712) script.js.common.Kurzbefehle: registered 5 subscriptions and 0 schedules
                          2021-07-19 17:08:22.396  - info: javascript.0 (8712) Start javascript script.js.common.Lautstärkenregelung
                          2021-07-19 17:08:22.412  - info: javascript.0 (8712) script.js.common.Lautstärkenregelung: registered 0 subscriptions and 2 schedules
                          2021-07-19 17:08:22.414  - info: javascript.0 (8712) Start javascript script.js.common.Radio
                          2021-07-19 17:08:22.426  - info: javascript.0 (8712) script.js.common.Radio: registered 3 subscriptions and 0 schedules
                          2021-07-19 17:08:22.428  - info: javascript.0 (8712) Start javascript script.js.common.Relay
                          2021-07-19 17:08:22.442  - info: javascript.0 (8712) script.js.common.Relay: registered 2 subscriptions and 0 schedules
                          2021-07-19 17:08:22.444  - info: javascript.0 (8712) Start javascript script.js.common.Wetterwarnung
                          2021-07-19 17:08:22.455  - info: javascript.0 (8712) script.js.common.Wetterwarnung: registered 1 subscription and 0 schedules
                          2021-07-19 17:08:22.478  - info: javascript.0 (8712) Start javascript script.js.common.Wöchentlicher_Restart
                          2021-07-19 17:08:22.491  - info: javascript.0 (8712) script.js.common.Wöchentlicher_Restart: registered 0 subscriptions and 1 schedule
                          2021-07-19 17:08:22.494  - info: javascript.0 (8712) Start javascript script.js.common.restart
                          2021-07-19 17:08:22.524  - info: javascript.0 (8712) script.js.common.restart: registered 1 subscription and 1 schedule
                          2021-07-19 17:08:22.788  - info: javascript.0 (8712) Start javascript script.js.durchfahrt
                          2021-07-19 17:08:22.815  - info: javascript.0 (8712) script.js.durchfahrt: registered 1 subscription and 0 schedules
                          2021-07-19 17:08:23.081  - info: javascript.0 (8712) Start javascript script.js.common.SolaxCloud
                          2021-07-19 17:08:23.119  - info: javascript.0 (8712) script.js.common.SolaxCloud: registered 1 subscription and 1 schedule
                          2021-07-19 17:08:23.222  - info: openweathermap.0 (9003) Terminated (NO_ERROR): Without reason
                          2021-07-19 17:08:23.848  - info: host.ioBroker instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
                          2021-07-19 17:08:23.848  - info: host.ioBroker instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
                          2021-07-19 17:08:24.527  - info: simple-api.0 (9058) starting. Version 2.6.1 in /opt/iobroker/node_modules/iobroker.simple-api, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:24.595  - info: simple-api.0 (9058) simpleAPI server listening on port 8087
                          2021-07-19 17:08:24.597  - info: simple-api.0 (9058) Allow states only when user is owner: false
                          2021-07-19 17:08:24.621  - info: simple-api.0 (9058) http server listening on port 8087
                          2021-07-19 17:08:24.695  - info: host.ioBroker instance system.adapter.solax.0 started with pid 9122
                          2021-07-19 17:08:24.527  - info: simple-api.0 (9058) starting. Version 2.6.1 in /opt/iobroker/node_modules/iobroker.simple-api, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:24.595  - info: simple-api.0 (9058) simpleAPI server listening on port 8087
                          2021-07-19 17:08:24.597  - info: simple-api.0 (9058) Allow states only when user is owner: false
                          2021-07-19 17:08:24.621  - info: simple-api.0 (9058) http server listening on port 8087
                          2021-07-19 17:08:24.695  - info: host.ioBroker instance system.adapter.solax.0 started with pid 9122
                          2021-07-19 17:08:27.857  - info: solax.0 (9122) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.solax, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:27.857  - info: solax.0 (9122) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.solax, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:28.632  - info: host.ioBroker instance system.adapter.telegram.0 started with pid 9137
                          2021-07-19 17:08:28.632  - info: host.ioBroker instance system.adapter.telegram.0 started with pid 9137
                          2021-07-19 17:08:32.611  - info: host.ioBroker instance system.adapter.terminal.0 started with pid 9148
                          2021-07-19 17:08:32.665  - info: telegram.0 (9137) starting. Version 1.9.0 in /opt/iobroker/node_modules/iobroker.telegram, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:32.611  - info: host.ioBroker instance system.adapter.terminal.0 started with pid 9148
                          2021-07-19 17:08:32.665  - info: telegram.0 (9137) starting. Version 1.9.0 in /opt/iobroker/node_modules/iobroker.telegram, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:35.761  - info: terminal.0 (9148) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.terminal, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:35.941  - info: terminal.0 (9148) http server listening on port 8088
                          2021-07-19 17:08:35.761  - info: terminal.0 (9148) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.terminal, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:35.941  - info: terminal.0 (9148) http server listening on port 8088
                          2021-07-19 17:08:39.039  - info: vis-google-fonts.0 (9167) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.vis-google-fonts, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:39.179  - error: vis-google-fonts.0 (9167) Error: Unknown user in group "1": system.user.api
                          2021-07-19 17:08:39.730  - info: vis-google-fonts.0 (9167) Terminated (NO_ERROR): Without reason
                          2021-07-19 17:08:39.039  - info: vis-google-fonts.0 (9167) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.vis-google-fonts, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:39.179  - error: vis-google-fonts.0 (9167) Error: Unknown user in group "1": system.user.api
                          2021-07-19 17:08:39.730  - info: vis-google-fonts.0 (9167) Terminated (NO_ERROR): Without reason
                          2021-07-19 17:08:40.419  - info: host.ioBroker instance system.adapter.vis-google-fonts.0 terminated while should be started once
                          2021-07-19 17:08:40.419  - info: host.ioBroker instance system.adapter.vis-google-fonts.0 terminated while should be started once
                          2021-07-19 17:08:43.237  - info: vis-inventwo.0 (9182) starting. Version 3.0.11 in /opt/iobroker/node_modules/iobroker.vis-inventwo, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:43.237  - info: vis-inventwo.0 (9182) starting. Version 3.0.11 in /opt/iobroker/node_modules/iobroker.vis-inventwo, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:47.032  - info: vis.0 (9197) starting. Version 1.4.3 in /opt/iobroker/node_modules/iobroker.vis, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:47.032  - info: vis.0 (9197) starting. Version 1.4.3 in /opt/iobroker/node_modules/iobroker.vis, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:47.608  - info: vis.0 (9197) vis license is OK.
                          2021-07-19 17:08:47.608  - info: vis.0 (9197) vis license is OK.
                          2021-07-19 17:08:48.922  - error: vis.0 (9197) Error: Unknown user in group "1": system.user.api
                          2021-07-19 17:08:48.929  - error: vis.0 (9197) Error: Unknown user in group "1": system.user.api
                          2021-07-19 17:08:49.002  - info: host.ioBroker instance system.adapter.web.0 started with pid 9213
                          2021-07-19 17:08:48.922  - error: vis.0 (9197) Error: Unknown user in group "1": system.user.api
                          2021-07-19 17:08:48.929  - error: vis.0 (9197) Error: Unknown user in group "1": system.user.api
                          2021-07-19 17:08:49.002  - info: host.ioBroker instance system.adapter.web.0 started with pid 9213
                          2021-07-19 17:08:49.698  - info: vis.0 (9197) Terminated (NO_ERROR): Without reason
                          2021-07-19 17:08:49.698  - info: vis.0 (9197) Terminated (NO_ERROR): Without reason
                          2021-07-19 17:08:50.327  - info: host.ioBroker instance system.adapter.vis.0 terminated while should be started once
                          2021-07-19 17:08:50.327  - info: host.ioBroker instance system.adapter.vis.0 terminated while should be started once
                          2021-07-19 17:08:52.433  - info: web.0 (9213) starting. Version 3.4.1 in /opt/iobroker/node_modules/iobroker.web, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:52.581  - info: host.ioBroker instance system.adapter.yahka.0 started with pid 9229
                          2021-07-19 17:08:52.896  - info: web.0 (9213) socket.io server listening on port 8082
                          2021-07-19 17:08:52.907  - info: web.0 (9213) http server listening on port 8082
                          2021-07-19 17:08:52.433  - info: web.0 (9213) starting. Version 3.4.1 in /opt/iobroker/node_modules/iobroker.web, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:52.581  - info: host.ioBroker instance system.adapter.yahka.0 started with pid 9229
                          2021-07-19 17:08:52.896  - info: web.0 (9213) socket.io server listening on port 8082
                          2021-07-19 17:08:52.907  - info: web.0 (9213) http server listening on port 8082
                          2021-07-19 17:08:55.866  - info: yahka.0 (9229) starting. Version 0.12.0 in /opt/iobroker/node_modules/iobroker.yahka, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:55.916  - info: yahka.0 (9229) adapter ready, checking config
                          2021-07-19 17:08:55.940  - info: yahka.0 (9229) adding ColoLight with UUID: 79b26087-fa08-4240-8f24-d61163b16fa4
                          2021-07-19 17:08:55.970  - info: yahka.0 (9229) adding Bett-Licht with UUID: ec8fcbc4-5527-4c63-9bfe-a11d4eb292cb
                          2021-07-19 17:08:55.991  - info: yahka.0 (9229) adding Steckdose1 with UUID: 12068a0f-a9d0-47c5-97b1-8b68b37bd2be
                          2021-07-19 17:08:55.999  - info: yahka.0 (9229) adding Heizung with UUID: 901db165-849a-4715-86bc-095a2989c0d9
                          2021-07-19 17:08:56.014  - info: yahka.0 (9229) adding Garagentor with UUID: eb975574-a3b2-4c0a-9953-c3aa23b9d845
                          2021-07-19 17:08:56.027  - info: yahka.0 (9229) adding Radio with UUID: 7061dc05-5b03-43ec-a1e0-f0d6d501f717
                          2021-07-19 17:08:56.033  - info: yahka.0 (9229) adding Treffen with UUID: 2d71d2e2-72ca-449f-9d45-82cdf1ba59fb
                          2021-07-19 17:08:56.039  - info: yahka.0 (9229) adding Essen with UUID: 34b2009b-a215-4906-b6c9-7d867e3278b5
                          2021-07-19 17:08:56.045  - info: yahka.0 (9229) adding Fertig with UUID: b2a9c621-331c-47ea-8d4d-133d9cf4e9a8
                          2021-07-19 17:08:56.051  - info: yahka.0 (9229) adding Licht Fenster with UUID: 2a623e09-0b16-43ed-ae2f-da77db8fcbd9
                          2021-07-19 17:08:56.058  - info: yahka.0 (9229) adding Licht Tor with UUID: 61ccf80c-2092-4c55-b519-709c8aa00f66
                          2021-07-19 17:08:56.065  - info: yahka.0 (9229) adding Licht Treppe with UUID: 325dd33a-ae33-475e-9fc6-007a3aa61ae8
                          2021-07-19 17:08:56.071  - info: yahka.0 (9229) adding Licht Spiegel with UUID: 3e8d4263-cb0f-4890-86e9-32e003dbe7a6
                          2021-07-19 17:08:56.077  - info: yahka.0 (9229) adding Garage Durchfahrt with UUID: c34a4278-a796-4dc9-bb73-4722d78940b9
                          2021-07-19 17:08:56.083  - info: yahka.0 (9229) adding Linus Deckenlampe with UUID: 51a32b37-a153-40b0-bfd8-2b03ebd5a4f1
                          2021-07-19 17:08:56.097  - info: yahka.0 (9229) publishing bridge JahnHausen on 0.0.0.0
                          2021-07-19 17:08:55.866  - info: yahka.0 (9229) starting. Version 0.12.0 in /opt/iobroker/node_modules/iobroker.yahka, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:08:55.916  - info: yahka.0 (9229) adapter ready, checking config
                          2021-07-19 17:08:55.940  - info: yahka.0 (9229) adding ColoLight with UUID: 79b26087-fa08-4240-8f24-d61163b16fa4
                          2021-07-19 17:08:55.970  - info: yahka.0 (9229) adding Bett-Licht with UUID: ec8fcbc4-5527-4c63-9bfe-a11d4eb292cb
                          2021-07-19 17:08:55.991  - info: yahka.0 (9229) adding Steckdose1 with UUID: 12068a0f-a9d0-47c5-97b1-8b68b37bd2be
                          2021-07-19 17:08:55.999  - info: yahka.0 (9229) adding Heizung with UUID: 901db165-849a-4715-86bc-095a2989c0d9
                          2021-07-19 17:08:56.014  - info: yahka.0 (9229) adding Garagentor with UUID: eb975574-a3b2-4c0a-9953-c3aa23b9d845
                          2021-07-19 17:08:56.027  - info: yahka.0 (9229) adding Radio with UUID: 7061dc05-5b03-43ec-a1e0-f0d6d501f717
                          2021-07-19 17:08:56.033  - info: yahka.0 (9229) adding Treffen with UUID: 2d71d2e2-72ca-449f-9d45-82cdf1ba59fb
                          2021-07-19 17:08:56.039  - info: yahka.0 (9229) adding Essen with UUID: 34b2009b-a215-4906-b6c9-7d867e3278b5
                          2021-07-19 17:08:56.045  - info: yahka.0 (9229) adding Fertig with UUID: b2a9c621-331c-47ea-8d4d-133d9cf4e9a8
                          2021-07-19 17:08:56.051  - info: yahka.0 (9229) adding Licht Fenster with UUID: 2a623e09-0b16-43ed-ae2f-da77db8fcbd9
                          2021-07-19 17:08:56.058  - info: yahka.0 (9229) adding Licht Tor with UUID: 61ccf80c-2092-4c55-b519-709c8aa00f66
                          2021-07-19 17:08:56.065  - info: yahka.0 (9229) adding Licht Treppe with UUID: 325dd33a-ae33-475e-9fc6-007a3aa61ae8
                          2021-07-19 17:08:56.071  - info: yahka.0 (9229) adding Licht Spiegel with UUID: 3e8d4263-cb0f-4890-86e9-32e003dbe7a6
                          2021-07-19 17:08:56.077  - info: yahka.0 (9229) adding Garage Durchfahrt with UUID: c34a4278-a796-4dc9-bb73-4722d78940b9
                          2021-07-19 17:08:56.083  - info: yahka.0 (9229) adding Linus Deckenlampe with UUID: 51a32b37-a153-40b0-bfd8-2b03ebd5a4f1
                          2021-07-19 17:08:56.097  - info: yahka.0 (9229) publishing bridge JahnHausen on 0.0.0.0
                          2021-07-19 17:08:57.687  - info: host.ioBroker instance scheduled system.adapter.yr.0 * 6 * * * *
                          2021-07-19 17:08:57.731  - info: host.ioBroker instance system.adapter.yr.0 started with pid 9246
                          2021-07-19 17:08:57.687  - info: host.ioBroker instance scheduled system.adapter.yr.0 * 6 * * * *
                          2021-07-19 17:08:57.731  - info: host.ioBroker instance system.adapter.yr.0 started with pid 9246
                          2021-07-19 17:09:00.672  - info: yr.0 (9246) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:09:00.803  - warn: yr.0 (9246) State "yr.0.forecast.info.diagram" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.044  - info: yr.0 (9246) got weather data from yr.no
                          2021-07-19 17:09:01.079  - warn: yr.0 (9246) State "yr.0.forecast.day0.date" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.081  - warn: yr.0 (9246) State "yr.0.forecast.day0.icon" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.083  - warn: yr.0 (9246) State "yr.0.forecast.day0.state" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.085  - warn: yr.0 (9246) State "yr.0.forecast.day0.temperatureMin" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.087  - warn: yr.0 (9246) State "yr.0.forecast.day0.temperatureMax" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.089  - warn: yr.0 (9246) State "yr.0.forecast.day0.precipitation" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.091  - warn: yr.0 (9246) State "yr.0.forecast.day0.windDirection" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.093  - warn: yr.0 (9246) State "yr.0.forecast.day0.windSpeed" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.095  - warn: yr.0 (9246) State "yr.0.forecast.day0.pressure" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.097  - warn: yr.0 (9246) State "yr.0.forecast.day0.temperatureActual" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.098  - warn: yr.0 (9246) State "yr.0.forecast.day1.date" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.100  - warn: yr.0 (9246) State "yr.0.forecast.day1.icon" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.102  - warn: yr.0 (9246) State "yr.0.forecast.day1.state" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.103  - warn: yr.0 (9246) State "yr.0.forecast.day1.temperatureMin" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.105  - warn: yr.0 (9246) State "yr.0.forecast.day1.temperatureMax" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.107  - warn: yr.0 (9246) State "yr.0.forecast.day1.precipitation" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.108  - warn: yr.0 (9246) State "yr.0.forecast.day1.windDirection" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.110  - warn: yr.0 (9246) State "yr.0.forecast.day1.windSpeed" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.112  - warn: yr.0 (9246) State "yr.0.forecast.day1.pressure" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.113  - warn: yr.0 (9246) State "yr.0.forecast.day2.date" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.115  - warn: yr.0 (9246) State "yr.0.forecast.day2.icon" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.116  - warn: yr.0 (9246) State "yr.0.forecast.day2.state" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.118  - warn: yr.0 (9246) State "yr.0.forecast.day2.temperatureMin" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.120  - warn: yr.0 (9246) State "yr.0.forecast.day2.temperatureMax" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.121  - warn: yr.0 (9246) State "yr.0.forecast.day2.precipitation" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.123  - warn: yr.0 (9246) State "yr.0.forecast.day2.windDirection" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.124  - warn: yr.0 (9246) State "yr.0.forecast.day2.windSpeed" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.126  - warn: yr.0 (9246) State "yr.0.forecast.day2.pressure" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.128  - warn: yr.0 (9246) State "yr.0.forecast.info.html" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.152  - warn: yr.0 (9246) State "yr.0.forecast.info.object" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:00.672  - info: yr.0 (9246) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:09:00.803  - warn: yr.0 (9246) State "yr.0.forecast.info.diagram" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.044  - info: yr.0 (9246) got weather data from yr.no
                          2021-07-19 17:09:01.079  - warn: yr.0 (9246) State "yr.0.forecast.day0.date" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.081  - warn: yr.0 (9246) State "yr.0.forecast.day0.icon" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.083  - warn: yr.0 (9246) State "yr.0.forecast.day0.state" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.085  - warn: yr.0 (9246) State "yr.0.forecast.day0.temperatureMin" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.087  - warn: yr.0 (9246) State "yr.0.forecast.day0.temperatureMax" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.089  - warn: yr.0 (9246) State "yr.0.forecast.day0.precipitation" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.091  - warn: yr.0 (9246) State "yr.0.forecast.day0.windDirection" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.093  - warn: yr.0 (9246) State "yr.0.forecast.day0.windSpeed" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.095  - warn: yr.0 (9246) State "yr.0.forecast.day0.pressure" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.097  - warn: yr.0 (9246) State "yr.0.forecast.day0.temperatureActual" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.098  - warn: yr.0 (9246) State "yr.0.forecast.day1.date" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.100  - warn: yr.0 (9246) State "yr.0.forecast.day1.icon" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.102  - warn: yr.0 (9246) State "yr.0.forecast.day1.state" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.103  - warn: yr.0 (9246) State "yr.0.forecast.day1.temperatureMin" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.105  - warn: yr.0 (9246) State "yr.0.forecast.day1.temperatureMax" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.107  - warn: yr.0 (9246) State "yr.0.forecast.day1.precipitation" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.108  - warn: yr.0 (9246) State "yr.0.forecast.day1.windDirection" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.110  - warn: yr.0 (9246) State "yr.0.forecast.day1.windSpeed" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.112  - warn: yr.0 (9246) State "yr.0.forecast.day1.pressure" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.113  - warn: yr.0 (9246) State "yr.0.forecast.day2.date" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.115  - warn: yr.0 (9246) State "yr.0.forecast.day2.icon" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.116  - warn: yr.0 (9246) State "yr.0.forecast.day2.state" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.118  - warn: yr.0 (9246) State "yr.0.forecast.day2.temperatureMin" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.120  - warn: yr.0 (9246) State "yr.0.forecast.day2.temperatureMax" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.121  - warn: yr.0 (9246) State "yr.0.forecast.day2.precipitation" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.123  - warn: yr.0 (9246) State "yr.0.forecast.day2.windDirection" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.124  - warn: yr.0 (9246) State "yr.0.forecast.day2.windSpeed" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.126  - warn: yr.0 (9246) State "yr.0.forecast.day2.pressure" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.128  - warn: yr.0 (9246) State "yr.0.forecast.info.html" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:01.152  - warn: yr.0 (9246) State "yr.0.forecast.info.object" has no existing object, this might lead to an error in future versions
                          2021-07-19 17:09:06.352  - info: host.ioBroker instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                          2021-07-19 17:09:06.352  - info: host.ioBroker instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                          2021-07-19 17:09:21.742  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load1" has to be type "number" but received type "string"
                          2021-07-19 17:09:21.745  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load5" has to be type "number" but received type "string"
                          2021-07-19 17:09:21.747  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load15" has to be type "number" but received type "string"
                          2021-07-19 17:09:21.742  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load1" has to be type "number" but received type "string"
                          2021-07-19 17:09:21.745  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load5" has to be type "number" but received type "string"
                          2021-07-19 17:09:21.747  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load15" has to be type "number" but received type "string"
                          2021-07-19 17:10:00.126  - info: javascript.0 (8712) script.js.common.SolaxCloud: new request...
                          2021-07-19 17:10:00.150  - info: host.ioBroker instance system.adapter.dwd.0 started with pid 9319
                          2021-07-19 17:10:00.361  - warn: javascript.0 (8712) You are assigning a number to the state "0_userdata.0.SolaxCloud.lastRequest" which expects a string. Please fix your code to use a string or change the state type to number. This warning might become an error in future versions.
                          2021-07-19 17:10:00.387  - warn: javascript.0 (8712)     at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1427:20)
                          2021-07-19 17:10:00.388  - warn: javascript.0 (8712)     at script.js.common.SolaxCloud:18:7
                          2021-07-19 17:10:00.389  - warn: javascript.0 (8712)     at Request._callback (/opt/iobroker/node_modules/iobroker.javascript/lib/request.js:27:17)
                          2021-07-19 17:10:00.390  - warn: javascript.0 (8712)     at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                          2021-07-19 17:10:00.391  - warn: javascript.0 (8712)     at Request.emit (events.js:314:20)
                          2021-07-19 17:10:00.392  - warn: javascript.0 (8712)     at Request.EventEmitter.emit (domain.js:483:12)
                          2021-07-19 17:10:00.392  - warn: javascript.0 (8712)     at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10)
                          2021-07-19 17:10:00.393  - warn: javascript.0 (8712)     at Request.emit (events.js:314:20)
                          2021-07-19 17:10:00.394  - warn: javascript.0 (8712)     at Request.EventEmitter.emit (domain.js:483:12)
                          2021-07-19 17:10:00.394  - warn: javascript.0 (8712)     at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12)
                          2021-07-19 17:10:00.395  - warn: javascript.0 (8712)     at Object.onceWrapper (events.js:420:28)
                          2021-07-19 17:10:00.396  - warn: javascript.0 (8712)     at IncomingMessage.emit (events.js:326:22)
                          2021-07-19 17:10:00.396  - warn: javascript.0 (8712)     at IncomingMessage.EventEmitter.emit (domain.js:483:12)
                          2021-07-19 17:10:00.397  - warn: javascript.0 (8712)     at endReadableNT (_stream_readable.js:1241:12)
                          2021-07-19 17:10:00.398  - warn: javascript.0 (8712)     at processTicksAndRejections (internal/process/task_queues.js:84:21)
                          2021-07-19 17:10:00.416  - info: javascript.0 (8712) State value to set for "0_userdata.0.SolaxCloud.lastRequest" has to be type "string" but received type "number"
                          2021-07-19 17:10:00.126  - info: javascript.0 (8712) script.js.common.SolaxCloud: new request...
                          2021-07-19 17:10:00.150  - info: host.ioBroker instance system.adapter.dwd.0 started with pid 9319
                          2021-07-19 17:10:00.361  - warn: javascript.0 (8712) You are assigning a number to the state "0_userdata.0.SolaxCloud.lastRequest" which expects a string. Please fix your code to use a string or change the state type to number. This warning might become an error in future versions.
                          2021-07-19 17:10:00.387  - warn: javascript.0 (8712)     at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1427:20)
                          2021-07-19 17:10:00.388  - warn: javascript.0 (8712)     at script.js.common.SolaxCloud:18:7
                          2021-07-19 17:10:00.389  - warn: javascript.0 (8712)     at Request._callback (/opt/iobroker/node_modules/iobroker.javascript/lib/request.js:27:17)
                          2021-07-19 17:10:00.390  - warn: javascript.0 (8712)     at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                          2021-07-19 17:10:00.391  - warn: javascript.0 (8712)     at Request.emit (events.js:314:20)
                          2021-07-19 17:10:00.392  - warn: javascript.0 (8712)     at Request.EventEmitter.emit (domain.js:483:12)
                          2021-07-19 17:10:00.392  - warn: javascript.0 (8712)     at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1154:10)
                          2021-07-19 17:10:00.393  - warn: javascript.0 (8712)     at Request.emit (events.js:314:20)
                          2021-07-19 17:10:00.394  - warn: javascript.0 (8712)     at Request.EventEmitter.emit (domain.js:483:12)
                          2021-07-19 17:10:00.394  - warn: javascript.0 (8712)     at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1076:12)
                          2021-07-19 17:10:00.395  - warn: javascript.0 (8712)     at Object.onceWrapper (events.js:420:28)
                          2021-07-19 17:10:00.396  - warn: javascript.0 (8712)     at IncomingMessage.emit (events.js:326:22)
                          2021-07-19 17:10:00.396  - warn: javascript.0 (8712)     at IncomingMessage.EventEmitter.emit (domain.js:483:12)
                          2021-07-19 17:10:00.397  - warn: javascript.0 (8712)     at endReadableNT (_stream_readable.js:1241:12)
                          2021-07-19 17:10:00.398  - warn: javascript.0 (8712)     at processTicksAndRejections (internal/process/task_queues.js:84:21)
                          2021-07-19 17:10:00.416  - info: javascript.0 (8712) State value to set for "0_userdata.0.SolaxCloud.lastRequest" has to be type "string" but received type "number"
                          2021-07-19 17:10:04.180  - info: dwd.0 (9319) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:10:04.180  - info: dwd.0 (9319) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v12.22.2, js-controller: 3.3.11
                          2021-07-19 17:10:07.147  - info: dwd.0 (9319) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          2021-07-19 17:10:07.147  - info: dwd.0 (9319) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          2021-07-19 17:10:07.709  - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                          2021-07-19 17:10:07.709  - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                          2021-07-19 17:10:21.673  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load1" has to be type "number" but received type "string"
                          2021-07-19 17:10:21.675  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load5" has to be type "number" but received type "string"
                          2021-07-19 17:10:21.677  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load15" has to be type "number" but received type "string"
                          2021-07-19 17:10:21.673  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load1" has to be type "number" but received type "string"
                          2021-07-19 17:10:21.675  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load5" has to be type "number" but received type "string"
                          2021-07-19 17:10:21.677  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load15" has to be type "number" but received type "string"
                          2021-07-19 17:11:21.666  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load1" has to be type "number" but received type "string"
                          2021-07-19 17:11:21.668  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load5" has to be type "number" but received type "string"
                          2021-07-19 17:11:21.671  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load15" has to be type "number" but received type "string"
                          2021-07-19 17:11:21.666  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load1" has to be type "number" but received type "string"
                          2021-07-19 17:11:21.668  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load5" has to be type "number" but received type "string"
                          2021-07-19 17:11:21.671  - info: rpi2.0 (9039) State value to set for "rpi2.0.cpu.load15" has to be type "number" but received type "string"
                          
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @LinusJ last edited by

                            @linusj sagte in RPI2 Adapter steuert GPIOs nicht mehr:

                            cd /opt/iobroker/node_modules/
                            npm rebuild epoll
                            
                            L 1 Reply Last reply Reply Quote 0
                            • L
                              LinusJ @Thomas Braun last edited by

                              @thomas-braun OMG DANKE
                              Er geht wieder.
                              Der ist nähmlich wichtig, weil der ioBroker(raspberry) in der Garage ist und an den GPIOs Relais angeschlossen sind, die Lichter und andere Sachen in der Garage steuert.
                              Ich bin dir so unendlich dankbar. Ich versuche schon so lange den zu reparieren. Danke Danke Danke

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              894
                              Online

                              31.9k
                              Users

                              80.1k
                              Topics

                              1.3m
                              Posts

                              2
                              15
                              705
                              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