Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 2.2 jetzt im Latest

    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

    js-controller 2.2 jetzt im Latest

    This topic has been deleted. Only users with topic management privileges can see it.
    • SBorg
      SBorg Forum Testing Most Active last edited by

      Soweit läuft alles mit der 2.2.8 👍
      Nicht tragisch, aber NodeRED braucht jetzt satte 11 Minuten nach ioB-Start bis es wieder kpl. läuft?
      ...und nach 2.2.7 --> 2.2.8
      Bild 1.png
      Hat er Recht:

       curl http://download.iobroker.net/sources-dist-latest-hash.json
      <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
      <html><head>
      <title>301 Moved Permanently</title>
      </head><body>
      <h1>Moved Permanently</h1>
      <p>The document has moved <a href="http://repo.iobroker.live/sources-dist-latest-hash.json">here</a>.</p>
      <hr>
      <address>Apache/2.4.10 (Debian) Server at download.iobroker.net Port 80</address>
      </body></html>
      

      Ok, der Weiterleitung folgend will aber auch nicht:

      wget -O test http://download.iobroker.net/sources-dist-latest-hash.json
      --2020-01-25 11:33:00--  http://download.iobroker.net/sources-dist-latest-hash.json
      Resolving download.iobroker.net (download.iobroker.net)... 2a02:c205:0:855::1, 79.143.182.215
      Connecting to download.iobroker.net (download.iobroker.net)|2a02:c205:0:855::1|:80... connected.
      HTTP request sent, awaiting response... 301 Moved Permanently
      Location: http://repo.iobroker.live/sources-dist-latest-hash.json [following]
      --2020-01-25 11:33:00--  http://repo.iobroker.live/sources-dist-latest-hash.json
      Resolving repo.iobroker.live (repo.iobroker.live)... failed: Temporary failure in name resolution.
      wget: unable to resolve host address ‘repo.iobroker.live’
      

      Was, wie wo läuft denn da falsch/hat es beim Update zerbröselt?

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

        @SBorg sieht nach einem DNS aus ...

        Node-red Start sollte mit Controller nix zu tun haben.

        SBorg 1 Reply Last reply Reply Quote 0
        • Dr. Bakterius
          Dr. Bakterius Most Active @Michael2142 last edited by

          @Michael2142 sagte in js-controller 2.2 jetzt im Latest:

          Bei mir wird als aktuell 2.1.1 angezeigt und wenn ich den iobroker stoppe und update und upgrade sagt er er ist up to date. was mach ich falsch?

          Ist der Verwahrungsort auf 'latest'? Vermutlich steht der auf 'default' und da wird nur die 2.1.1 als letzte stabile Version angeboten. 2.2.x ist noch beta.

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

            Hallo,

            mein iobroker sagt, dass er mit 2.2.7 uptodate ist. Was mir auch auffällt, ich habe den Adapter Deutsche Feiertage, ich kann das Upgrade auf 1.0.15 machen. Iobroker zeigt mir immer noch an, dass 1.0.14 installiert ist. Da ist irgend etwas faul mit meiner Installation. Neustart wurde gemacht, keine Besserung. Repo steht auf latest.

            J 1 Reply Last reply Reply Quote 0
            • J
              Jan1 @opossum last edited by

              @opossum
              Das war ein Bug im Adapter und ist mit 1.0.16 oder 17 behoben.

              sigi234 1 Reply Last reply Reply Quote 0
              • sigi234
                sigi234 Forum Testing Most Active @Jan1 last edited by

                @Jan1 sagte in js-controller 2.2 jetzt im Latest:

                17

                Mit V 17

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

                  Hallo, @Jan1 und @sigi234 ,

                  danke Euch, muss ich mal die V17 suchen.

                  sigi234 1 Reply Last reply Reply Quote 0
                  • sigi234
                    sigi234 Forum Testing Most Active @opossum last edited by

                    @opossum sagte in js-controller 2.2 jetzt im Latest:

                    Hallo, @Jan1 und @sigi234 ,

                    danke Euch, muss ich mal die V17 suchen.

                    https://github.com/Pix---/ioBroker.feiertage.git

                    1 Reply Last reply Reply Quote 1
                    • opossum
                      opossum last edited by opossum

                      Hallo, gefunden, Problem ist für Feiertagsadapter beseitigt. Nun mal schauen, ob ich den Controller jetzt auf 2.2.8 angehoben bekomme.
                      EDIT: Hm, er meint, er ist up to date.
                      EDIT: Jetzt hat das geklappt, musste auch die Repositories bearbeiten (siehe weiter oben). Nun hat das geklappt.
                      Alle Adapter wieder grün.

                      1 Reply Last reply Reply Quote 0
                      • SBorg
                        SBorg Forum Testing Most Active @apollon77 last edited by

                        @apollon77 sagte in js-controller 2.2 jetzt im Latest:

                        @SBorg sieht nach einem DNS aus ...

                        Node-red Start sollte mit Controller nix zu tun haben.

                        Blöde Zufälle gibt es... Der Repo-Server ist auf den von mir verwendeten DNS-Servern kurzfristig nicht mehr erreichbar gewesen. Cloudflare hinzugefügt, schon ging es wieder. Mittlerweile geht es auch wieder über meine Standard-DNS-Server.
                        Startet der JS-Controller aber nicht den NodeRED-Adapter? Wenn er mal gestartet wurde geht es einigermaßen schnell. Aber bis zum Start dauert es. Ist aber nicht wirklich tragisch, Neustarts sind eh nur nachts geplant.

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

                          @SBorg Was genau steht denn so im Log? Also solche Delays wären mir neu.

                          SBorg 1 Reply Last reply Reply Quote 0
                          • SBorg
                            SBorg Forum Testing Most Active @apollon77 last edited by

                            @apollon77 Aktuell sind die ganzen Warnings bzgl. "no connection to objects DB" wieder da (ev. erinnerst du dich noch an die 2er Beta-Testphase). So 20-30 Stück beim starten. Der Rest dann die normalen Meldungen der Adapter/Skripte, bis dann nach rund 8 Minuten die Meldung kommt dass der NodeRED startet. ~3 Minuten später ist er dann alive. An der CPU-Last/Speicherauslastung ist auch nix zu erkennen, die bleibt relativ konstant (der benötigte RAM nimmt natürlich zu 😉 )

                            apollon77 crunchip 2 Replies Last reply Reply Quote 0
                            • apollon77
                              apollon77 @SBorg last edited by

                              @SBorg kommen die nur vom node-red Adapter oder wie? Zeig mal log bitte.

                              SBorg 1 Reply Last reply Reply Quote 0
                              • T
                                Tomcat1982 @knopers1 last edited by

                                @knopers1

                                okay, geht wieder mit:

                                cd /opt/iobroker/
                                iobroker stop tr-064
                                cd /opt/iobroker/node_modules/iobroker.tr-064
                                npm install soef
                                

                                Danke für die Hilfe, bei mir hat es das Problem beseitigt 🙂

                                1 Reply Last reply Reply Quote 0
                                • SBorg
                                  SBorg Forum Testing Most Active @apollon77 last edited by

                                  @apollon77 sagte in js-controller 2.2 jetzt im Latest:

                                  @SBorg kommen die nur vom node-red Adapter oder wie? Zeig mal log bitte.

                                  Ne, von so ziemlich allem. Während des startens sind es 28 Stück, danach wird es besser. Mich stört es nicht, ist halt nur eine Feststellung (ebenso wie NodeRED):

                                  2020-01-26 03:09:54.459  - info: host.Ubuntu iobroker.js-controller version 2.2.8 js-controller starting
                                  2020-01-26 03:09:54.474  - info: host.Ubuntu Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                  2020-01-26 03:09:54.476  - info: host.Ubuntu hostname: Ubuntu, node: v10.18.1
                                  2020-01-26 03:09:54.480  - info: host.Ubuntu ip addresses: 192.168.1.30 2001:xxx...
                                  2020-01-26 03:09:56.844  - info: host.Ubuntu connected to Objects and States
                                  2020-01-26 03:10:03.676  - info: host.Ubuntu 85 instances found
                                  2020-01-26 03:10:03.961  - info: host.Ubuntu starting 49 instances
                                  2020-01-26 03:10:04.064  - info: host.Ubuntu instance system.adapter.admin.0 started with pid 20829
                                  2020-01-26 03:10:07.985  - info: host.Ubuntu instance system.adapter.alexa2.0 started with pid 20842
                                  2020-01-26 03:10:15.537  - info: host.Ubuntu instance system.adapter.backitup.0 started with pid 20855
                                  2020-01-26 03:10:16.123  - warn: alexa2.0 (20842) no connection to objects DB
                                  2020-01-26 03:10:16.173  - info: host.Ubuntu instance system.adapter.broadlink2.0 started with pid 20863
                                  2020-01-26 03:10:16.201  - info: admin.0 (20829) starting. Version 3.7.7 in /opt/iobroker/node_modules/iobroker.admin, node: v10.18.1
                                  2020-01-26 03:10:16.496  - info: admin.0 (20829) requesting all states
                                  2020-01-26 03:10:16.501  - info: admin.0 (20829) requesting all objects
                                  2020-01-26 03:10:24.999  - info: host.Ubuntu instance system.adapter.countdown.0 started with pid 20881
                                  2020-01-26 03:10:25.444  - warn: broadlink2.0 (20863) no connection to objects DB
                                  2020-01-26 03:10:25.599  - info: host.Ubuntu instance scheduled system.adapter.daswetter.0 16,46 * * * *
                                  2020-01-26 03:10:26.152  - info: alexa2.0 (20842) starting. Version 3.0.7 in /opt/iobroker/node_modules/iobroker.alexa2, node: v10.18.1
                                  2020-01-26 03:10:28.076  - info: host.Ubuntu instance scheduled system.adapter.dwd.0 */20 * * * *
                                  2020-01-26 03:10:28.100  - info: host.Ubuntu instance system.adapter.dwd.0 started with pid 20894
                                  2020-01-26 03:10:28.419  - warn: backitup.0 (20855) no connection to objects DB
                                  2020-01-26 03:10:30.625  - info: admin.0 (20829) received all objects
                                  2020-01-26 03:10:31.434  - info: admin.0 (20829) http server listening on port 8081
                                  2020-01-26 03:10:31.435  - info: admin.0 (20829) Use link "http://localhost:8081" to configure.
                                  2020-01-26 03:10:32.787  - info: alexa2.0 (20842) Alexa-Push-Connection established. Disable Polling
                                  2020-01-26 03:10:36.971  - info: host.Ubuntu instance system.adapter.email.0 started with pid 20922
                                  2020-01-26 03:10:37.680  - info: host.Ubuntu instance system.adapter.fb-checkpresence.0 started with pid 20929
                                  2020-01-26 03:10:37.788  - info: broadlink2.0 (20863) starting. Version 2.0.2 in /opt/iobroker/node_modules/iobroker.broadlink2, node: v10.18.1
                                  2020-01-26 03:10:38.324  - warn: dwd.0 (20894) no connection to objects DB
                                  2020-01-26 03:10:44.480  - info: host.Ubuntu instance scheduled system.adapter.feiertage.0 0 0 * * *
                                  2020-01-26 03:10:44.501  - info: host.Ubuntu instance system.adapter.feiertage.0 started with pid 20947
                                  2020-01-26 03:10:45.181  - info: host.Ubuntu instance system.adapter.fritzbox.0 started with pid 20956
                                  2020-01-26 03:10:45.302  - warn: email.0 (20922) no connection to objects DB
                                  2020-01-26 03:10:45.435  - info: countdown.0 (20881) starting. Version 1.0.4 in /opt/iobroker/node_modules/iobroker.countdown, node: v10.18.1
                                  2020-01-26 03:10:46.775  - info: broadlink2.0 (20863) broadlink2 initialization started...
                                  2020-01-26 03:10:46.785  - info: broadlink2.0 (20863) Devices to add:  
                                  2020-01-26 03:10:46.799  - info: broadlink2.0 (20863) Devices to rename: RM:RMMINI-xxx=RM3-Mini_WoZi
                                  2020-01-26 03:10:46.945  - info: broadlink2.0 (20863) UDP socket listening on 0.0.0.0:15001
                                  2020-01-26 03:10:46.946  - info: broadlink2.0 (20863) Discover Broadlink devices for 10sec on broadlink2.0
                                  2020-01-26 03:10:47.662  - info: broadlink2.0 (20863) Device RM:0x2737xxx...
                                  2020-01-26 03:10:53.460  - info: host.Ubuntu instance system.adapter.history.0 started with pid 20974
                                  2020-01-26 03:10:54.020  - info: host.Ubuntu instance scheduled system.adapter.ical.0 0,30 * * * *
                                  2020-01-26 03:10:54.049  - info: host.Ubuntu instance system.adapter.ical.0 started with pid 20983
                                  2020-01-26 03:10:54.150  - info: backitup.0 (20855) starting. Version 1.3.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v10.18.1
                                  2020-01-26 03:10:54.409  - warn: fritzbox.0 (20956) no connection to objects DB
                                  2020-01-26 03:10:54.498  - info: backitup.0 (20855) [iobroker] backup was activated at 02:08 every 1 day(s)
                                  2020-01-26 03:11:01.466  - info: host.Ubuntu instance scheduled system.adapter.ical.1 0 */6 * * *
                                  2020-01-26 03:11:01.882  - warn: history.0 (20974) no connection to objects DB
                                  2020-01-26 03:11:01.487  - info: host.Ubuntu instance system.adapter.ical.1 started with pid 21003
                                  2020-01-26 03:11:02.717  - info: host.Ubuntu instance system.adapter.info.0 started with pid 21058
                                  2020-01-26 03:11:03.596  - warn: ical.0 (20983) no connection to objects DB
                                  2020-01-26 03:11:09.562  - info: host.Ubuntu instance system.adapter.iot.0 started with pid 21108
                                  2020-01-26 03:11:10.332  - info: host.Ubuntu instance system.adapter.javascript.0 started with pid 21115
                                  2020-01-26 03:11:10.391  - info: fb-checkpresence.0 (20929) starting. Version 0.2.0 in /opt/iobroker/node_modules/iobroker.fb-checkpresence, node: v10.18.1
                                  2020-01-26 03:11:10.615  - info: email.0 (20922) starting. Version 1.0.6 in /opt/iobroker/node_modules/iobroker.email, node: v10.18.1
                                  2020-01-26 03:11:10.877  - info: fb-checkpresence.0 (20929) start fb-checkpresence: ip-address: 192.168.1.1 polling interval: 1 (*/1 * * * *)
                                  2020-01-26 03:11:10.887  - warn: ical.1 (21003) no connection to objects DB
                                  2020-01-26 03:11:11.000  - info: broadlink2.0 (20863) broadlink2.0 started and found 1 devices named 'RM:0x27xxx...'.
                                  2020-01-26 03:11:11.337  - info: fb-checkpresence.0 (20929) service GetHostNumberOfEntries is supported
                                  2020-01-26 03:11:11.738  - info: fb-checkpresence.0 (20929) service X_AVM-DE_GetHostListPath is supported
                                  2020-01-26 03:11:11.914  - info: fb-checkpresence.0 (20929) service GetSpecificHostEntry is supported
                                  2020-01-26 03:11:12.041  - info: host.Ubuntu instance system.adapter.lgtv11.0 started with pid 21126
                                  2020-01-26 03:11:12.300  - info: fb-checkpresence.0 (20929) service X_AVM-DE_GetSpecificHostEntryByIP is supported
                                  2020-01-26 03:11:12.463  - info: fb-checkpresence.0 (20929) service GetSecurityPort is supported
                                  2020-01-26 03:11:21.335  - info: host.Ubuntu instance system.adapter.linkeddevices.0 started with pid 21149
                                  2020-01-26 03:11:21.349  - info: host.Ubuntu instance scheduled system.adapter.luftdaten.0 */5 * * * *
                                  2020-01-26 03:11:21.378  - info: host.Ubuntu instance system.adapter.luftdaten.0 started with pid 21157
                                  2020-01-26 03:11:21.421  - info: dwd.0 (20894) starting. Version 2.4.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v10.18.1
                                  2020-01-26 03:11:24.733  - info: dwd.0 (20894) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:11:30.501  - info: host.Ubuntu instance scheduled system.adapter.meteoalarm.0 43 */30 * * * *
                                  2020-01-26 03:11:31.179  - info: host.Ubuntu instance system.adapter.mqtt.0 started with pid 21179
                                  2020-01-26 03:11:31.280  - info: host.Ubuntu instance system.adapter.dwd.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:11:32.039  - info: host.Ubuntu instance system.adapter.nina.0 started with pid 21188
                                  2020-01-26 03:11:40.479  - info: host.Ubuntu instance system.adapter.node-red.0 started with pid 21207
                                  2020-01-26 03:11:40.721  - warn: mqtt.0 (21179) no connection to objects DB
                                  2020-01-26 03:11:41.494  - info: host.Ubuntu instance scheduled system.adapter.odl.0 30 * * * *
                                  2020-01-26 03:11:41.575  - info: host.Ubuntu instance system.adapter.odl.0 started with pid 21214
                                  2020-01-26 03:11:41.652  - info: javascript.0 (21115) starting. Version 4.3.4 in /opt/iobroker/node_modules/iobroker.javascript, node: v10.18.1
                                  2020-01-26 03:11:41.788  - warn: nina.0 (21188) no connection to objects DB
                                  2020-01-26 03:11:41.969  - info: javascript.0 (21115) npm install request --production --prefix "/opt/iobroker/node_modules/iobroker.javascript" (System call)
                                  2020-01-26 03:11:45.126  - warn: nina.0 (21188) no connection to states DB
                                  2020-01-26 03:11:45.127  - warn: mqtt.0 (21179) no connection to states DB
                                  2020-01-26 03:11:50.899  - warn: node-red.0 (21207) no connection to objects DB
                                  2020-01-26 03:11:51.317  - info: host.Ubuntu instance scheduled system.adapter.openweathermap.0 46 * * * *
                                  2020-01-26 03:11:51.341  - info: host.Ubuntu instance system.adapter.openweathermap.0 started with pid 21247
                                  2020-01-26 03:11:52.547  - info: host.Ubuntu instance system.adapter.pi-hole.0 started with pid 21260
                                  2020-01-26 03:11:52.594  - info: host.Ubuntu instance system.adapter.ping.0 started with pid 21262
                                  2020-01-26 03:11:52.892  - warn: odl.0 (21214) no connection to objects DB
                                  2020-01-26 03:12:03.448  - warn: openweathermap.0 (21247) no connection to objects DB
                                  2020-01-26 03:12:03.528  - warn: ping.0 (21262) no connection to objects DB
                                  2020-01-26 03:12:02.551  - info: host.Ubuntu instance system.adapter.pollenflug.0 started with pid 21295
                                  2020-01-26 03:12:03.792  - info: host.Ubuntu instance system.adapter.radar2.0 started with pid 21302
                                  2020-01-26 03:12:03.848  - info: ical.0 (20983) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.ical, node: v10.18.1
                                  2020-01-26 03:12:04.200  - warn: pi-hole.0 (21260) no connection to objects DB
                                  2020-01-26 03:12:04.354  - info: host.Ubuntu instance system.adapter.sayit.0 started with pid 21319
                                  2020-01-26 03:12:04.400  - info: feiertage.0 (20947) starting. Version 1.0.17 in /opt/iobroker/node_modules/iobroker.feiertage, node: v10.18.1
                                  2020-01-26 03:12:15.116  - info: host.Ubuntu instance system.adapter.scenes.0 started with pid 21357
                                  2020-01-26 03:12:15.221  - warn: pollenflug.0 (21295) no connection to objects DB
                                  2020-01-26 03:12:15.438  - warn: sayit.0 (21319) no connection to objects DB
                                  2020-01-26 03:12:15.740  - warn: radar2.0 (21302) no connection to objects DB
                                  2020-01-26 03:12:16.818  - info: host.Ubuntu instance system.adapter.simple-api.0 started with pid 21371
                                  2020-01-26 03:12:16.860  - info: host.Ubuntu instance system.adapter.sonoff.0 started with pid 21372
                                  2020-01-26 03:12:17.148  - info: feiertage.0 (20947) Next holiday: Valentinstag is in 19 days on 14.02.2020
                                  2020-01-26 03:12:17.166  - info: feiertage.0 (20947) adapter feiertage objects written
                                  2020-01-26 03:12:18.006  - info: ical.1 (21003) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.ical, node: v10.18.1
                                  2020-01-26 03:12:20.567  - info: host.Ubuntu instance system.adapter.sourceanalytix.0 started with pid 21387
                                  2020-01-26 03:12:21.219  - warn: node-red.0 (21207) no connection to states DB
                                  2020-01-26 03:12:21.257  - warn: odl.0 (21214) no connection to states DB
                                  2020-01-26 03:12:21.937  - warn: pi-hole.0 (21260) no connection to states DB
                                  2020-01-26 03:12:21.943  - warn: openweathermap.0 (21247) no connection to states DB
                                  2020-01-26 03:12:21.948  - warn: ping.0 (21262) no connection to states DB
                                  2020-01-26 03:12:22.167  - info: feiertage.0 (20947) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:12:23.159  - info: ical.1 (21003) processing URL: Abfall http://192.168.1.30:32500/abfuhrtermine_bis_2020-12-31.ics
                                  2020-01-26 03:12:23.319  - info: host.Ubuntu instance system.adapter.feiertage.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:12:24.886  - warn: pollenflug.0 (21295) no connection to states DB
                                  2020-01-26 03:12:24.889  - warn: sayit.0 (21319) no connection to states DB
                                  2020-01-26 03:12:25.247  - warn: radar2.0 (21302) no connection to states DB
                                  2020-01-26 03:12:25.615  - info: host.Ubuntu instance system.adapter.statistics.0 started with pid 21406
                                  2020-01-26 03:12:25.792  - info: javascript.0 (21115) + request@2.88.0
                                  added 76 packages from 98 contributors and audited 116 packages in 37.479s
                                  
                                  2020-01-26 03:12:26.994  - info: javascript.0 (21115) 
                                  1 package is looking for funding
                                    run `npm fund` for details
                                  
                                  
                                  2020-01-26 03:12:27.027  - info: javascript.0 (21115) found 0 vulnerabilities
                                  
                                  
                                  2020-01-26 03:12:27.747  - info: javascript.0 (21115) requesting all states
                                  2020-01-26 03:12:27.771  - info: javascript.0 (21115) requesting all objects
                                  2020-01-26 03:12:28.177  - info: host.Ubuntu instance system.adapter.tankerkoenig.0 started with pid 21419
                                  2020-01-26 03:12:29.610  - warn: sonoff.0 (21372) no connection to states DB
                                  2020-01-26 03:12:31.307  - info: ical.0 (20983) processing URL: Google https://calendar.google.com/xxx...
                                  2020-01-26 03:12:32.862  - info: ical.1 (21003) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:12:33.444  - info: host.Ubuntu instance system.adapter.terminal.0 started with pid 21433
                                  2020-01-26 03:12:34.260  - warn: sourceanalytix.0 (21387) no connection to objects DB
                                  2020-01-26 03:12:35.117  - info: host.Ubuntu instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:12:37.848  - warn: statistics.0 (21406) no connection to objects DB
                                  2020-01-26 03:12:37.895  - info: javascript.0 (21115) received all objects
                                  2020-01-26 03:12:38.295  - info: javascript.0 (21115) received all states
                                  2020-01-26 03:12:40.752  - warn: tankerkoenig.0 (21419) no connection to objects DB
                                  2020-01-26 03:12:42.263  - info: host.Ubuntu instance system.adapter.trashschedule.0 started with pid 21450
                                  2020-01-26 03:12:42.319  - info: host.Ubuntu instance system.adapter.tuya.0 started with pid 21457
                                  2020-01-26 03:12:43.576  - info: luftdaten.0 (21157) starting. Version 0.0.11 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v10.18.1
                                  2020-01-26 03:12:44.239  - info: host.Ubuntu instance system.adapter.upnp.0 started with pid 21469
                                  2020-01-26 03:12:44.244  - warn: terminal.0 (21433) no connection to objects DB
                                  2020-01-26 03:12:45.812  - warn: sourceanalytix.0 (21387) no connection to states DB
                                  2020-01-26 03:12:46.951  - warn: statistics.0 (21406) no connection to states DB
                                  2020-01-26 03:12:47.883  - warn: tankerkoenig.0 (21419) no connection to states DB
                                  2020-01-26 03:12:47.923  - warn: terminal.0 (21433) no connection to states DB
                                  2020-01-26 03:12:50.261  - info: ical.0 (20983) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:12:52.476  - warn: trashschedule.0 (21450) no connection to objects DB
                                  2020-01-26 03:12:55.028  - warn: tuya.0 (21457) no connection to objects DB
                                  2020-01-26 03:12:55.380  - info: luftdaten.0 (21157) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:12:57.833  - info: host.Ubuntu instance system.adapter.web.0 started with pid 21505
                                  2020-01-26 03:12:58.424  - warn: upnp.0 (21469) no connection to objects DB
                                  2020-01-26 03:12:58.436  - info: host.Ubuntu instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:12:58.437  - info: host.Ubuntu instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:12:58.501  - info: linkeddevices.0 (21149) starting. Version 1.1.1 in /opt/iobroker/node_modules/iobroker.linkeddevices, node: v10.18.1
                                  2020-01-26 03:12:58.677  - info: linkeddevices.0 (21149) [initialObjects] started...
                                  2020-01-26 03:13:00.421  - info: host.Ubuntu instance scheduled system.adapter.youtube.0 21 18 * * * *
                                  2020-01-26 03:13:00.455  - info: host.Ubuntu instance system.adapter.youtube.0 started with pid 21517
                                  2020-01-26 03:13:02.071  - warn: tuya.0 (21457) no connection to states DB
                                  2020-01-26 03:13:02.151  - warn: upnp.0 (21469) no connection to states DB
                                  2020-01-26 03:13:05.520  - info: host.Ubuntu instance scheduled system.adapter.yr.0 33 * * * *
                                  2020-01-26 03:13:05.627  - info: host.Ubuntu instance system.adapter.yr.0 started with pid 21537
                                  2020-01-26 03:13:07.940  - warn: vis-google-fonts.0 (21492) no connection to states DB
                                  2020-01-26 03:13:11.287  - warn: vis.0 (21499) no connection to objects DB
                                  2020-01-26 03:13:12.313  - warn: web.0 (21505) no connection to objects DB
                                  2020-01-26 03:13:14.405  - warn: youtube.0 (21517) no connection to objects DB
                                  2020-01-26 03:13:14.434  - info: host.Ubuntu instance system.adapter.enigma2.0 started with pid 21553
                                  2020-01-26 03:13:15.207  - info: host.Ubuntu instance system.adapter.influxdb.0 started with pid 21562
                                  2020-01-26 03:13:15.950  - info: iot.0 (21108) starting. Version 1.2.1 in /opt/iobroker/node_modules/iobroker.iot, node: v10.18.1
                                  2020-01-26 03:13:16.137  - info: iot.0 (21108) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                                  2020-01-26 03:13:16.265  - warn: yr.0 (21537) no connection to objects DB
                                  2020-01-26 03:13:16.704  - warn: host.Ubuntu startInstance cannot find adapter "tr-064@3.1.0". Try to install it... 1 attempt
                                  2020-01-26 03:13:16.705  - info: host.Ubuntu iobroker install tr-064@3.1.0 using installedFrom
                                  2020-01-26 03:13:17.944  - info: javascript.0 (21115) Start javascript script.js.common.Alexa.Anrufmonitor
                                  2020-01-26 03:13:18.076  - info: javascript.0 (21115) script.js.common.Alexa.Anrufmonitor: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:18.077  - info: javascript.0 (21115) Start javascript script.js.common.Alexa.Tabletten
                                  2020-01-26 03:13:18.116  - info: javascript.0 (21115) script.js.common.Alexa.Tabletten: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:18.117  - info: javascript.0 (21115) Start javascript script.js.common.Alexa.Temperatur_Arbeitszimmer
                                  2020-01-26 03:13:18.133  - info: javascript.0 (21115) script.js.common.Alexa.Temperatur_Arbeitszimmer: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:18.142  - info: javascript.0 (21115) Start javascript script.js.common.Alexa.Temperatur_Wohnzimmer
                                  2020-01-26 03:13:18.150  - info: javascript.0 (21115) script.js.common.Alexa.Temperatur_Wohnzimmer: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:18.159  - info: javascript.0 (21115) Start javascript script.js.common.Allgemein.LG-TV
                                  2020-01-26 03:13:18.171  - info: javascript.0 (21115) script.js.common.Allgemein.LG-TV: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:18.173  - info: javascript.0 (21115) Start javascript script.js.common.Allgemein.Reset_Router-Reconnect
                                  2020-01-26 03:13:18.234  - info: javascript.0 (21115) script.js.common.Allgemein.Reset_Router-Reconnect: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:18.235  - info: javascript.0 (21115) Start javascript script.js.common.Allgemein.Reset_Tagesaufgaben
                                  2020-01-26 03:13:18.354  - info: javascript.0 (21115) script.js.common.Allgemein.Reset_Tagesaufgaben: registered 1 subscription and 1 schedule
                                  2020-01-26 03:13:18.356  - info: javascript.0 (21115) Start javascript script.js.common.Data_extern.Lebensmittelwarnung
                                  2020-01-26 03:13:19.692  - info: javascript.0 (21115) script.js.common.Data_extern.Lebensmittelwarnung: Hole Daten...
                                  2020-01-26 03:13:19.718  - info: javascript.0 (21115) script.js.common.Data_extern.Lebensmittelwarnung: registered 1 subscription and 1 schedule
                                  2020-01-26 03:13:19.719  - info: javascript.0 (21115) Start javascript script.js.common.Data_extern.LuftfeuchteAbfrage
                                  2020-01-26 03:13:19.746  - info: javascript.0 (21115) script.js.common.Data_extern.LuftfeuchteAbfrage: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:19.747  - info: javascript.0 (21115) Start javascript script.js.common.Data_extern.Prognose_Ozon_Farbe
                                  2020-01-26 03:13:19.788  - info: javascript.0 (21115) script.js.common.Data_extern.Prognose_Ozon_Farbe: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:19.789  - info: javascript.0 (21115) Start javascript script.js.common.Daten.Muellabfuhr
                                  2020-01-26 03:13:19.864  - info: javascript.0 (21115) script.js.common.Daten.Muellabfuhr: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:19.865  - info: javascript.0 (21115) Start javascript script.js.common.Daten.Tabletten
                                  2020-01-26 03:13:19.908  - info: javascript.0 (21115) script.js.common.Daten.Tabletten: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:19.909  - info: javascript.0 (21115) Start javascript script.js.common.Daten.TaupunktAbfrage
                                  2020-01-26 03:13:19.933  - info: javascript.0 (21115) script.js.common.Daten.TaupunktAbfrage: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:19.934  - info: javascript.0 (21115) Start javascript script.js.common.Daten.TemperaturAbfrage
                                  2020-01-26 03:13:19.963  - info: javascript.0 (21115) script.js.common.Daten.TemperaturAbfrage: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:19.964  - info: javascript.0 (21115) Start javascript script.js.common.Daten.Verbrauchsmaterialien
                                  2020-01-26 03:13:19.990  - info: javascript.0 (21115) script.js.common.Daten.Verbrauchsmaterialien: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:19.996  - info: javascript.0 (21115) Start javascript script.js.common.Daten.View_Watcher
                                  2020-01-26 03:13:20.024  - info: javascript.0 (21115) script.js.common.Daten.View_Watcher: registered 2 subscriptions and 0 schedules
                                  2020-01-26 03:13:20.025  - info: javascript.0 (21115) Start javascript script.js.common.Daten.Wetterdaten
                                  2020-01-26 03:13:20.079  - info: javascript.0 (21115) script.js.common.Daten.Wetterdaten: registered 0 subscriptions and 2 schedules
                                  2020-01-26 03:13:20.081  - info: javascript.0 (21115) Start javascript script.js.common.Heizung.WW_Zirkulation
                                  2020-01-26 03:13:20.122  - info: javascript.0 (21115) script.js.common.Heizung.WW_Zirkulation: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:20.123  - info: javascript.0 (21115) Start javascript script.js.common.Rechner.DreamboxAlexa
                                  2020-01-26 03:13:20.147  - info: javascript.0 (21115) script.js.common.Rechner.DreamboxAlexa: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:20.147  - info: javascript.0 (21115) Start javascript script.js.common.Rechner.Dreambox_AUS(1)
                                  2020-01-26 03:13:20.185  - info: javascript.0 (21115) script.js.common.Rechner.Dreambox_AUS(1): registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:20.186  - info: javascript.0 (21115) Start javascript script.js.common.Rechner.Dreambox_Button
                                  2020-01-26 03:13:20.206  - info: javascript.0 (21115) script.js.common.Rechner.Dreambox_Button: WEBIF_VERSION = Dream webif
                                  2020-01-26 03:13:20.216  - info: javascript.0 (21115) script.js.common.Rechner.Dreambox_Button: registered 21 subscriptions and 0 schedules
                                  2020-01-26 03:13:20.217  - info: javascript.0 (21115) Start javascript script.js.common.Rechner.Dreambox_VIS
                                  2020-01-26 03:13:20.236  - info: javascript.0 (21115) script.js.common.Rechner.Dreambox_VIS: registered 3 subscriptions and 0 schedules
                                  2020-01-26 03:13:20.237  - info: javascript.0 (21115) Start javascript script.js.common.Rechner.NAS-Server_AN
                                  2020-01-26 03:13:20.265  - info: javascript.0 (21115) script.js.common.Rechner.NAS-Server_AN: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:20.267  - info: javascript.0 (21115) Start javascript script.js.common.System.Servicemeldungen
                                  2020-01-26 03:13:20.304  - info: javascript.0 (21115) script.js.common.System.Servicemeldungen: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:20.305  - info: javascript.0 (21115) Start javascript script.js.common.System.eventList
                                  2020-01-26 03:13:20.399  - info: javascript.0 (21115) script.js.common.System.eventList: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:20.400  - info: javascript.0 (21115) Start javascript script.js.common.Systeminfos.MinMax_Statistik
                                  2020-01-26 03:13:20.464  - info: javascript.0 (21115) script.js.common.Systeminfos.MinMax_Statistik: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:20.465  - info: javascript.0 (21115) Start javascript script.js.common.Systeminfos.MinMax_per_30Days
                                  2020-01-26 03:13:20.516  - info: javascript.0 (21115) script.js.common.Systeminfos.MinMax_per_30Days: Datenwerte berechnet...
                                  2020-01-26 03:13:20.517  - info: javascript.0 (21115) script.js.common.Systeminfos.MinMax_per_30Days: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:20.523  - info: javascript.0 (21115) Start javascript script.js.common.Systeminfos.MinMax_per_7Days
                                  2020-01-26 03:13:20.580  - info: javascript.0 (21115) script.js.common.Systeminfos.MinMax_per_7Days: Datenwerte berechnet...
                                  2020-01-26 03:13:20.580  - info: javascript.0 (21115) script.js.common.Systeminfos.MinMax_per_7Days: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:20.602  - info: javascript.0 (21115) Start javascript script.js.common.Test.Telefonnummernsuche
                                  2020-01-26 03:13:20.623  - info: javascript.0 (21115) script.js.common.Test.Telefonnummernsuche: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:20.624  - info: javascript.0 (21115) Start javascript script.js.common.Test.Test_LogSkript1
                                  2020-01-26 03:13:20.762  - info: javascript.0 (21115) script.js.common.Test.Test_LogSkript1: registered 0 subscriptions and 0 schedules
                                  2020-01-26 03:13:20.764  - info: javascript.0 (21115) Start javascript script.js.common.System.NodeRED_Commander
                                  2020-01-26 03:13:20.774  - info: javascript.0 (21115) script.js.common.System.NodeRED_Commander: registered 1 subscription and 0 schedules
                                  2020-01-26 03:13:20.775  - info: javascript.0 (21115) Start javascript script.js.common.Test.Luftdaten
                                  2020-01-26 03:13:20.816  - info: javascript.0 (21115) script.js.common.Test.Luftdaten: registered 1 subscription and 1 schedule
                                  2020-01-26 03:13:20.817  - info: javascript.0 (21115) Start javascript script.js.common.Test.Luftdaten_1
                                  2020-01-26 03:13:20.843  - info: javascript.0 (21115) script.js.common.Test.Luftdaten_1: registered 0 subscriptions and 1 schedule
                                  2020-01-26 03:13:23.198  - info: javascript.0 (21115) script.js.common.Data_extern.Lebensmittelwarnung: Daten aktualisiert...
                                  2020-01-26 03:13:23.241  - info: javascript.0 (21115) script.js.common.Test.Luftdaten: Luftdaten aktualisiert
                                  2020-01-26 03:13:23.265  - info: javascript.0 (21115) script.js.common.Test.Test_LogSkript1: Start monitoring of the ioBroker log...
                                  2020-01-26 03:13:25.976  - warn: enigma2.0 (21553) no connection to objects DB
                                  2020-01-26 03:13:27.604  - warn: influxdb.0 (21562) no connection to objects DB
                                  2020-01-26 03:13:29.067  - info: mqtt.0 (21179) starting. Version 2.1.1 in /opt/iobroker/node_modules/iobroker.mqtt, node: v10.18.1
                                  2020-01-26 03:13:31.327  - info: host.Ubuntu iobroker npm-install: NPM version: 6.13.4npm install iobroker.tr-064@3.1.0 --loglevel error --prefix "/opt/iobroker" (System call)
                                  2020-01-26 03:13:31.915  - warn: youtube.0 (21517) no connection to states DB
                                  2020-01-26 03:13:33.387  - warn: vis.0 (21499) no connection to states DB
                                  2020-01-26 03:13:33.427  - warn: web.0 (21505) no connection to states DB
                                  2020-01-26 03:13:42.056  - info: nina.0 (21188) starting. Version 0.0.15 in /opt/iobroker/node_modules/iobroker.nina, node: v10.18.1
                                  2020-01-26 03:13:44.071  - warn: yr.0 (21537) no connection to states DB
                                  2020-01-26 03:13:57.003  - info: ping.0 (21262) starting. Version 1.3.2 in /opt/iobroker/node_modules/iobroker.ping, node: v10.18.1
                                  2020-01-26 03:13:57.678  - info: odl.0 (21214) starting. Version 1.0.3 in /opt/iobroker/node_modules/iobroker.odl, node: v10.18.1
                                  2020-01-26 03:13:58.201  - info: mqtt.0 (21179) Starting MQTT ' authenticated  server on port 1883
                                  2020-01-26 03:13:59.110  - warn: enigma2.0 (21553) no connection to states DB
                                  2020-01-26 03:13:59.116  - warn: influxdb.0 (21562) no connection to states DB
                                  2020-01-26 03:13:59.506  - info: iot.0 (21108) Connection changed: connect
                                  2020-01-26 03:14:07.726  - info: pollenflug.0 (21295) starting. Version 1.0.4 in /opt/iobroker/node_modules/iobroker.pollenflug, node: v10.18.1
                                  2020-01-26 03:14:07.878  - info: pollenflug.0 (21295) Starting Adapter pollenflug.0 in version 1.0.4
                                  2020-01-26 03:14:22.224  - info: node-red.0 (21207) starting. Version 1.13.0 in /opt/iobroker/node_modules/iobroker.node-red, node: v10.18.1
                                  2020-01-26 03:14:22.677  - info: vis-google-fonts.0 (21492) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.vis-google-fonts, node: v10.18.1
                                  2020-01-26 03:14:22.743  - info: pollenflug.0 (21295) Requesting DWD pollen information now.
                                  2020-01-26 03:14:23.032  - info: javascript.0 (21115) script.js.common.Test.Luftdaten: Luftdaten aktualisiert
                                  2020-01-26 03:14:30.757  - info: fritzbox.0 (20956) starting. Version 0.2.1 in /opt/iobroker/node_modules/iobroker.fritzbox, node: v10.18.1
                                  2020-01-26 03:14:30.959  - info: fritzbox.0 (20956) try to connect: 192.168.1.1
                                  2020-01-26 03:14:31.033  - info: fritzbox.0 (20956) adapter connected to fritzbox: 192.168.1.1
                                  2020-01-26 03:14:31.458  - warn: ping.0 (21262) please update js-controller to at least 1.2.0
                                  2020-01-26 03:14:32.460  - warn: ping.0 (21262) please update js-controller to at least 1.2.0
                                  2020-01-26 03:14:33.461  - warn: ping.0 (21262) please update js-controller to at least 1.2.0
                                  2020-01-26 03:14:34.462  - warn: ping.0 (21262) please update js-controller to at least 1.2.0
                                  2020-01-26 03:14:35.463  - warn: ping.0 (21262) please update js-controller to at least 1.2.0
                                  2020-01-26 03:14:36.465  - warn: ping.0 (21262) please update js-controller to at least 1.2.0
                                  2020-01-26 03:14:37.465  - warn: ping.0 (21262) please update js-controller to at least 1.2.0
                                  2020-01-26 03:14:38.468  - warn: ping.0 (21262) please update js-controller to at least 1.2.0
                                  2020-01-26 03:14:46.603  - info: pi-hole.0 (21260) starting. Version 1.2.2 in /opt/iobroker/node_modules/iobroker.pi-hole, node: v10.18.1
                                  2020-01-26 03:14:47.092  - info: lgtv11.0 (21126) starting. Version 1.0.5 in /opt/iobroker/node_modules/iobroker.lgtv11, node: v10.18.1
                                  2020-01-26 03:14:47.224  - info: lgtv11.0 (21126) Ready. Configured LG TV IP: 192.168.1.221, Port: 8080, Pairing Key: xxx
                                  2020-01-26 03:15:12.413  - info: host.Ubuntu instance system.adapter.luftdaten.0 started with pid 21804
                                  2020-01-26 03:15:13.084  - info: scenes.0 (21357) starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.scenes, node: v10.18.1
                                  2020-01-26 03:15:14.179  - info: radar2.0 (21302) starting. Version 1.0.9 in /opt/iobroker/node_modules/iobroker.radar2, node: v10.18.1
                                  2020-01-26 03:15:14.232  - info: simple-api.0 (21371) starting. Version 2.3.2 in /opt/iobroker/node_modules/iobroker.simple-api, node: v10.18.1
                                  2020-01-26 03:15:14.490  - info: simple-api.0 (21371) simpleAPI server listening on port 8087
                                  2020-01-26 03:15:14.491  - info: simple-api.0 (21371) Allow states only when user is owner: false
                                  2020-01-26 03:15:14.502  - info: simple-api.0 (21371) http server listening on port 8087
                                  2020-01-26 03:15:20.883  - info: host.Ubuntu iobroker npm-install: host.Ubuntu install adapter tr-064@3.1.0upload [3] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/words.js words.js application/javascriptupload [2] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/tr-064.png tr-064.png image/pngupload [1] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/index_m.html index_m.html text/htmlupload [0] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/index.html index.html text/htmlhost.Ubuntu object system.adapter.tr-064 created/updated
                                  2020-01-26 03:15:20.894  - error: host.Ubuntu iobroker npm-install: Some packets could not be installed. Please install them manually
                                  2020-01-26 03:15:24.051  - info: host.Ubuntu iobroker npm-install: exit 0
                                  2020-01-26 03:15:24.082  - info: host.Ubuntu instance system.adapter.tr-064.0 started with pid 21830
                                  2020-01-26 03:15:25.012  - info: vis-google-fonts.0 (21492) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:15:26.479  - info: node-red.0 (21207) Starting node-red: --max-old-space-size=128 /opt/iobroker/node_modules/node-red/red.js -v --settings /opt/iobroker/iobroker-data/node-red/settings.js
                                  2020-01-26 03:15:26.923  - warn: luftdaten.0 (21804) no connection to states DB
                                  2020-01-26 03:15:34.134  - info: host.Ubuntu instance system.adapter.vis-google-fonts.0 terminated while should be started once
                                  2020-01-26 03:15:34.155  - info: sonoff.0 (21372) starting. Version 2.3.3 in /opt/iobroker/node_modules/iobroker.sonoff, node: v10.18.1
                                  2020-01-26 03:15:34.308  - info: linkeddevices.0 (21149) [createLinkedObject] linked object 'alexa2.0.Echo-Devices.xxxRRG.Commands.speak' to 'linkeddevices.0.speak'
                                  2020-01-26 03:15:34.920  - warn: tr-064.0 (21830) no connection to objects DB
                                  2020-01-26 03:15:35.471  - info: radar2.0 (21302) radar2 initialization started...
                                  2020-01-26 03:15:35.548  - info: sonoff.0 (21372) Starting MQTT authenticated  server on port 1885
                                  2020-01-26 03:15:36.027  - info: radar2.0 (21302) Connected with '0.0.0.0' for DHCP Scan
                                  2020-01-26 03:15:37.165  - info: radar2.0 (21302) found '@abandonware/noble'
                                  2020-01-26 03:15:37.349  - info: radar2.0 (21302) found 'node-bluetooth'
                                  2020-01-26 03:15:37.350  - info: radar2.0 (21302) radar2 set to flag items away if they are not seen for 3 minutes
                                  2020-01-26 03:15:37.352  - info: radar2.0 (21302) use known BT list: []
                                  2020-01-26 03:15:37.353  - info: radar2.0 (21302) use known IP list: []
                                  2020-01-26 03:15:37.354  - info: radar2.0 (21302) Remove name end for host names: .fritz.box
                                  2020-01-26 03:15:37.358  - info: radar2.0 (21302) arp-scan will use the following interfaces: [ 'enp2s0', 'enp1s0', 'enp1s0' ]
                                  2020-01-26 03:15:37.359  - info: radar2.0 (21302) radar2 set to scan every 20 seconds and printers every 720 minutes.
                                  2020-01-26 03:15:37.723  - info: radar2.0 (21302) Will try to scan BT devices: false
                                  2020-01-26 03:15:43.522  - info: sonoff.0 (21372) Client [Wohnzimmer-Nebler] connected with secret xxx
                                  2020-01-26 03:15:45.261  - info: sourceanalytix.0 (21387) starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.sourceanalytix, node: v10.18.1
                                  2020-01-26 03:15:45.442  - info: sourceanalytix.0 (21387) Adapter SourceAnalytix startet :-)
                                  2020-01-26 03:15:45.448  - info: sourceanalytix.0 (21387) Initializing all enabled states for SourceAnalytix
                                  2020-01-26 03:15:48.163  - info: mqtt.0 (21179) Client [ioBroker] connected with secret xxx
                                  2020-01-26 03:15:50.492  - warn: node-red.0 (21855) no connection to objects DB
                                  2020-01-26 03:15:52.803  - info: statistics.0 (21406) starting. Version 0.2.2 in /opt/iobroker/node_modules/iobroker.statistics, node: v10.18.1
                                  2020-01-26 03:15:52.985  - info: mqtt.0 (21179) Client [ioBroker] subscribes on topic "/stat/HeizCon/PowerUP"
                                  2020-01-26 03:15:54.983  - warn: node-red.0 (21207) 26 Jan 03:15:54 - [warn] [moment:f25fb7f2.bf8ab8] The input property was NOT a recognisable date. Output will be a blank string
                                  
                                  2020-01-26 03:15:55.016  - warn: tr-064.0 (21830) no connection to states DB
                                  2020-01-26 03:16:01.697  - info: host.Ubuntu instance system.adapter.daswetter.0 started with pid 21961
                                  2020-01-26 03:16:08.069  - info: vis.0 (21499) starting. Version 1.2.3 in /opt/iobroker/node_modules/iobroker.vis, node: v10.18.1
                                  2020-01-26 03:16:08.364  - info: statistics.0 (21406) [CREATION] enabled statistics for MyOwnData.0.Wetter.Ozon.Ozonwert
                                  2020-01-26 03:16:08.373  - info: terminal.0 (21433) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.terminal, node: v10.18.1
                                  2020-01-26 03:16:08.409  - info: statistics.0 (21406) [INFO] statistics observes 1 values after startup
                                  2020-01-26 03:16:08.428  - info: statistics.0 (21406) [INFO] monitor "MyOwnData.0.Wetter.Ozon.Ozonwert" as avg
                                  2020-01-26 03:16:08.430  - info: statistics.0 (21406) [INFO] monitor "MyOwnData.0.Wetter.Ozon.Ozonwert" as minmax
                                  2020-01-26 03:16:10.614  - warn: daswetter.0 (21961) no connection to objects DB
                                  2020-01-26 03:16:10.668  - warn: node-red.0 (21855) no connection to states DB
                                  2020-01-26 03:16:16.145  - info: vis.0 (21499) vis license is OK.
                                  2020-01-26 03:16:17.103  - info: sayit.0 (21319) starting. Version 1.8.2 in /opt/iobroker/node_modules/iobroker.sayit, node: v10.18.1
                                  2020-01-26 03:16:17.293  - info: sayit.0 (21319) Upload announce mp3 files
                                  2020-01-26 03:16:18.553  - info: terminal.0 (21433) http server listening on port 8090
                                  2020-01-26 03:16:20.979  - info: linkeddevices.0 (21149) [createLinkedObject] linked object 'luftdaten.0.xxx.SDS_P1' to 'linkeddevices.0.SDS_P1'
                                  2020-01-26 03:16:21.174  - info: radar2.0 (21302) Init item Fritzbox with { name: 'Fritzbox',id: 'Fritzbox',type: 'IP',rip: [ '192.168.1.1' ],hasMAC: [ 'xxx' ],lasthere: '2020-01-26T02:06:17.713Z',anwesend: false }
                                  2020-01-26 03:16:22.712  - warn: daswetter.0 (21961) no connection to states DB
                                  2020-01-26 03:16:34.066  - info: upnp.0 (21469) starting. Version 1.0.15 in /opt/iobroker/node_modules/iobroker.upnp, node: v10.18.1
                                  2020-01-26 03:16:34.221  - info: upnp.0 (21469) Auto discover: false
                                  2020-01-26 03:16:36.626  - info: sayit.0 (21319) All files uploaded
                                  2020-01-26 03:16:43.504  - info: tuya.0 (21457) starting. Version 3.1.16 in /opt/iobroker/node_modules/iobroker.tuya, node: v10.18.1
                                  2020-01-26 03:16:45.593  - info: linkeddevices.0 (21149) [createLinkedObject] linked object 'luftdaten.0.xxx.SDS_P2' to 'linkeddevices.0.SDS_P2'
                                  2020-01-26 03:16:45.611  - info: linkeddevices.0 (21149) [createAllLinkedObjects] count of active linkedObjects: 3
                                  2020-01-26 03:16:46.105  - info: linkeddevices.0 (21149) [initialObjects] finished
                                  2020-01-26 03:16:46.283  - info: radar2.0 (21302) Init item Ubuntu with { name: 'Ubuntu',id: 'Ubuntu',type: 'IP',hasMAC: [ 'xxx' ],ipVendor: 'MITAC INTERNATIONAL CORP.',rip: [ '192.168.1.30' ],lasthere: '2020-01-26T02:06:17.851Z',anwesend: false }
                                  2020-01-26 03:16:47.317  - info: vis.0 (21499) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:16:47.329  - info: linkeddevices.0 (21149) [onObjectChange] parentObject 'alexa2.0.Echo-Devices.xxx.Commands.speak' properties changed
                                  2020-01-26 03:16:54.014  - info: host.Ubuntu instance system.adapter.vis.0 terminated while should be started once
                                  2020-01-26 03:16:54.052  - info: youtube.0 (21517) starting. Version 0.0.6 in /opt/iobroker/node_modules/iobroker.youtube, node: v10.18.1
                                  2020-01-26 03:17:01.434  - info: web.0 (21505) starting. Version 2.4.10 in /opt/iobroker/node_modules/iobroker.web, node: v10.18.1
                                  2020-01-26 03:17:03.906  - info: radar2.0 (21302) Init item DM920UHD with { name: 'DM920UHD',id: 'DM920UHD',type: 'IP',rip: [ '192.168.1.120' ],lasthere: '2020-01-25T22:57:10.696Z',anwesend: false }
                                  2020-01-26 03:17:05.178  - info: web.0 (21505) socket.io server listening on port 8082
                                  2020-01-26 03:17:05.205  - info: web.0 (21505) simpleAPI server listening on port 8082
                                  2020-01-26 03:17:05.206  - info: web.0 (21505) Allow states only when user is owner: false
                                  2020-01-26 03:17:05.216  - info: web.0 (21505) http server listening on port 8082
                                  2020-01-26 03:17:11.116  - info: influxdb.0 (21562) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.influxdb, node: v10.18.1
                                  2020-01-26 03:17:11.408  - info: linkeddevices.0 (21149) [createLinkedObject] linked object 'alexa2.0.Echo-Devices.xxx.Commands.speak' to 'linkeddevices.0.speak'
                                  2020-01-26 03:17:11.409  - info: linkeddevices.0 (21149) [onObjectChange] count of active linkedObjects: 3
                                  2020-01-26 03:17:11.207  - info: influxdb.0 (21562) Buffer initialized with data for 3 points and 0 conflicts from last exit
                                  2020-01-26 03:17:11.224  - info: influxdb.0 (21562) Connecting http://localhost:8086 ...
                                  2020-01-26 03:17:11.503  - info: influxdb.0 (21562) Connected!
                                  2020-01-26 03:17:19.736  - info: trashschedule.0 (21450) starting. Version 0.0.3 in /opt/iobroker/node_modules/iobroker.trashschedule, node: v10.18.1
                                  2020-01-26 03:17:19.883  - info: influxdb.0 (21562) enabled logging of Ozonwert, Alias=true, 1 points now activated
                                  2020-01-26 03:17:19.925  - info: influxdb.0 (21562) enabled logging of PM10, Alias=true, 2 points now activated
                                  2020-01-26 03:17:19.927  - info: influxdb.0 (21562) enabled logging of PM2.5, Alias=true, 3 points now activated
                                  2020-01-26 03:17:19.929  - info: influxdb.0 (21562) enabled logging of Strahlendosis, Alias=true, 4 points now activated
                                  2020-01-26 03:17:21.493  - info: radar2.0 (21302) Init item Windows-VM with { name: 'Windows-VM',id: 'Windows-VM',type: 'IP',rip: [ '192.168.1.140' ],lasthere: '2020-01-25T18:36:51.384Z',anwesend: false }
                                  2020-01-26 03:17:24.180  - info: youtube.0 (21517) cleaned everything up...
                                  2020-01-26 03:17:25.684  - info: youtube.0 (21517) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:17:28.159  - info: host.Ubuntu instance system.adapter.youtube.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:17:28.176  - info: luftdaten.0 (21804) starting. Version 0.0.11 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v10.18.1
                                  2020-01-26 03:17:37.328  - info: tr-064.0 (21830) starting. Version 3.1.0 in /opt/iobroker/node_modules/iobroker.tr-064, node: v10.18.1
                                  2020-01-26 03:17:38.756  - info: radar2.0 (21302) Init item Acer-Laptop with { name: 'Acer-Laptop',id: 'Acer-Laptop',type: 'IP',rip: [ '192.168.1.142' ],lasthere: '2020-01-26T00:00:43.679Z',anwesend: false }
                                  2020-01-26 03:17:38.815  - info: luftdaten.0 (21804) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:17:45.570  - info: host.Ubuntu instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:17:45.668  - info: daswetter.0 (21961) starting. Version 2.8.1 in /opt/iobroker/node_modules/iobroker.daswetter, node: v10.18.1
                                  2020-01-26 03:17:49.046  - info: radar2.0 (21302) Init item NAS-Server with { name: 'NAS-Server',id: 'NAS-Server',type: 'IP',rip: [ '192.168.1.143' ],lasthere: '2020-01-25T18:36:56.991Z',anwesend: false }
                                  2020-01-26 03:17:56.174  - info: openweathermap.0 (21247) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v10.18.1
                                  2020-01-26 03:17:59.322  - info: radar2.0 (21302) Init item S20-Wohnzimmer-Nebler with { name: 'S20-Wohnzimmer-Nebler',id: 'S20-Wohnzimmer-Nebler',type: 'IP',hasMAC: [ 'xxx' ],ipVendor: 'Espressif Inc.',rip: [ '192.168.1.152' ],lasthere: '2020-01-26T02:06:17.722Z',anwesend: false }
                                  2020-01-26 03:17:59.664  - info: tuya.0 (21457) xxx Init with IP=192.168.1.20, Key=xxx, Version=3.1
                                  2020-01-26 03:17:59.672  - info: tuya.0 (21457) Existing devices initialized
                                  2020-01-26 03:17:59.733  - info: tuya.0 (21457) Listen for local Tuya devices on port 6666
                                  2020-01-26 03:17:59.736  - info: tuya.0 (21457) Listen for encrypted local Tuya devices on port 6667
                                  2020-01-26 03:17:59.967  - info: radar2.0 (21302) Init item LED-Stripe_WoZi-Schrankwand with { name: 'LED-Stripe_WoZi-Schrankwand',id: 'LED-Stripe_WoZi-Schrankwand',type: 'IP',hasMAC: [ 'xxx' ],ipVendor: 'Espressif Inc.',rip: [ '192.168.1.20' ],lasthere: '2020-01-26T02:06:17.714Z',anwesend: false }
                                  2020-01-26 03:18:09.059  - info: info.0 (21058) starting. Version 1.5.7 in /opt/iobroker/node_modules/iobroker.info, node: v10.18.1
                                  2020-01-26 03:18:10.550  - info: radar2.0 (21302) Init item LG-TV with { name: 'LG-TV',id: 'LG-TV',type: 'IP',hasMAC: [ 'xxx' ],ipVendor: 'Vendor N/A',rip: [ '192.168.1.221' ],lasthere: '2020-01-25T18:37:15.617Z',anwesend: false }
                                  2020-01-26 03:18:13.669  - info: info.0 (21058) Reading CPU current speed every 3 seconds.
                                  2020-01-26 03:18:13.711  - info: info.0 (21058) Reading CPU data every 3 seconds.
                                  2020-01-26 03:18:14.294  - info: info.0 (21058) Reading disk data every 8 seconds.
                                  2020-01-26 03:18:15.379  - info: info.0 (21058) Reading memory data every 3 seconds.
                                  2020-01-26 03:18:15.413  - info: info.0 (21058) Reading CPU temp data every 3 seconds.
                                  2020-01-26 03:18:16.045  - info: info.0 (21058) Reading user data every 8 seconds.
                                  2020-01-26 03:18:16.216  - info: info.0 (21058) Reading battery data every 8 seconds.
                                  2020-01-26 03:18:16.666  - info: info.0 (21058) Popup news was read...
                                  2020-01-26 03:18:17.943  - info: info.0 (21058) Reading process data every 8 seconds.
                                  2020-01-26 03:18:21.100  - info: host.Ubuntu instance system.adapter.youtube.0 started with pid 22731
                                  2020-01-26 03:18:29.364  - info: enigma2.0 (21553) starting. Version 1.2.9 in /opt/iobroker/node_modules/iobroker.enigma2, node: v10.18.1
                                  2020-01-26 03:18:29.457  - info: enigma2.0 (21553) starting Polling every 30000 ms
                                  2020-01-26 03:18:29.479  - info: radar2.0 (21302) Init item Broadlink-RM-MINI-3 with { name: 'Broadlink-RM-MINI-3',id: 'Broadlink-RM-MINI-3',type: 'IP',hasMAC: [ 'xxx' ],ipVendor: 'HangZhou Gubei Electronics Technology Co.,Ltd',rip: [ '192.168.1.223' ],lasthere: '2020-01-26T02:06:17.715Z',anwesend: false }
                                  2020-01-26 03:18:30.304  - warn: youtube.0 (22731) no connection to objects DB
                                  2020-01-26 03:18:42.043  - info: yr.0 (21537) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.yr, node: v10.18.1
                                  2020-01-26 03:18:43.017  - info: yr.0 (21537) got weather data from yr.no
                                  2020-01-26 03:18:46.739  - info: radar2.0 (21302) Init item Wohnzimmer-EchoDot with { name: 'Wohnzimmer-EchoDot',id: 'Wohnzimmer-EchoDot',type: 'IP',hasMAC: [ 'xxx' ],ipVendor: 'Amazon Technologies Inc.',rip: [ '192.168.1.230' ],lasthere: '2020-01-26T02:06:17.717Z',anwesend: false }
                                  2020-01-26 03:18:55.479  - info: host.Ubuntu instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:18:55.514  - info: youtube.0 (22731) starting. Version 0.0.6 in /opt/iobroker/node_modules/iobroker.youtube, node: v10.18.1
                                  2020-01-26 03:18:58.122  - info: radar2.0 (21302) Init item UleFone-Power-3S with { name: 'UleFone-Power-3S',id: 'UleFone-Power-3S',type: 'IP',hasMAC: [ 'xxx' ],ipVendor: 'Tellabs',rip: [ '192.168.1.231' ],lasthere: '2020-01-26T00:01:29.587Z',anwesend: false }
                                  2020-01-26 03:18:59.999  - info: radar2.0 (21302) Init item RaspberryPi with { name: 'RaspberryPi',id: 'RaspberryPi',type: 'IP',rip: [ '192.168.1.31' ],hasMAC: [ 'xxx' ],lasthere: '2020-01-26T02:06:17.713Z',anwesend: false }
                                  2020-01-26 03:19:01.755  - info: radar2.0 (21302) Init item Dell-Multifunktionsgerät with { name: 'Dell-Multifunktionsgerät',id: 'Dell-Multifunktionsgerät',type: 'IP',rip: [ '192.168.2.10' ],hasMAC: [ 'xxx' ],lasthere: '2020-01-26T02:06:17.765Z',anwesend: false }
                                  2020-01-26 03:19:02.604  - info: enigma2.0 (21553) enigma2: 192.168.1.120:80 ist nicht erreichbar!
                                  2020-01-26 03:19:05.490  - info: openweathermap.0 (21247) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:19:06.062  - info: host.Ubuntu instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:19:13.462  - info: pollenflug.0 (21295) Next DWD pollen request starts on Sun Jan 26 2020 11:00:00 GMT+0100 (GMT+01:00)
                                  2020-01-26 03:19:15.799  - info: alexa2.0 (20842) Subscribing to states...
                                  2020-01-26 03:19:23.469  - info: tankerkoenig.0 (21419) starting. Version 2.0.6 in /opt/iobroker/node_modules/iobroker.tankerkoenig, node: v10.18.1
                                  2020-01-26 03:19:23.646  - info: tankerkoenig.0 (21419) Sync time set to 16 minutes or 960000 ms
                                  2020-01-26 03:19:24.665  - warn: tankerkoenig.0 (21419) Please update js-controller to at least 1.2.0
                                  2020-01-26 03:19:24.683  - info: tankerkoenig.0 (21419) Reading data from tankerkoenig ...
                                  2020-01-26 03:19:25.631  - info: youtube.0 (22731) cleaned everything up...
                                  2020-01-26 03:19:27.137  - info: youtube.0 (22731) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:19:27.724  - info: host.Ubuntu instance system.adapter.youtube.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:19:54.918  - info: daswetter.0 (21961) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:19:55.460  - info: host.Ubuntu instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:20:00.405  - info: host.Ubuntu instance system.adapter.luftdaten.0 started with pid 25620
                                  2020-01-26 03:20:04.430  - info: host.Ubuntu instance system.adapter.dwd.0 started with pid 25882
                                  2020-01-26 03:20:12.714  - info: luftdaten.0 (25620) starting. Version 0.0.11 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v10.18.1
                                  2020-01-26 03:20:12.969  - warn: dwd.0 (25882) no connection to objects DB
                                  2020-01-26 03:20:17.846  - warn: luftdaten.0 (25620) Error: ESOCKETTIMEDOUT
                                  2020-01-26 03:20:24.421  - info: luftdaten.0 (25620) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:20:24.545  - info: dwd.0 (25882) starting. Version 2.4.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v10.18.1
                                  2020-01-26 03:20:25.572  - info: host.Ubuntu instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:20:28.916  - info: dwd.0 (25882) Terminated (NO_ERROR): Without reason
                                  2020-01-26 03:20:29.440  - info: host.Ubuntu instance system.adapter.dwd.0 terminated with code 0 (NO_ERROR)
                                  2020-01-26 03:22:06.675  - info: radar2.0 (21302) MyIP Error Error: Request Failed. Status Code: 522at ClientRequest.fun (/opt/iobroker/node_modules/@apollon/frankjoke-myadapter/myAdapter.js:985:35)at Object.onceWrapper (events.js:286:20)at ClientRequest.emit (events.js:198:13)at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:556:21)at HTTPParser.parserOnHeadersComplete (_http_common.js:109:17)at Socket.socketOnData (_http_client.js:442:20)at Socket.emit (events.js:198:13)at addChunk (_stream_readable.js:288:12)at readableAddChunk (_stream_readable.js:269:11)at Socket.Readable.push (_stream_readable.js:224:10)
                                  2020-01-26 03:22:07.100  - info: radar2.0 (21302) New external IP address 0
                                  2020-01-26 03:22:07.147  - info: radar2.0 (21302) Adapter identified macs: (xxx...), bts: ()
                                  2020-01-26 03:22:13.098  - info: radar2.0 (21302) will scan UWZ with code UWZDExxx every 120 minutes
                                  2020-01-26 03:22:13.118  - info: radar2.0 (21302) radar2 found 14 devices in config (Fritzbox,Ubuntu,DM920UHD,Windows-VM,Acer-Laptop,NAS-Server,S20-Wohnzimmer-Nebler,LED-Stripe_WoZi-Schrankwand,LG-TV,Broadlink-RM-MINI-3,Wohnzimmer-EchoDot,UleFone-Power-3S,RaspberryPi,Dell-Multifunktionsgerät)
                                  2020-01-26 03:22:13.122  - info: radar2.0 (21302) radar2 set use of noble(true), doArp("-lgq --retry=7 --timeout=600" on enp2s0,enp1s0,enp1s0), btid(0) and doUwz(UWZDExxx,120,0,de,true).
                                  2020-01-26 03:22:13.376  - info: radar2.0 (21302) UWZ found the following (changed) warnings: No warnings
                                  2020-01-26 03:23:07.229  - info: radar2.0 (21302) first scan took 53.938 seconds
                                  2020-01-26 03:23:07.230  - warn: radar2.0 (21302) scanDelay increased to 55.938 seconds!
                                  2020-01-26 03:23:07.232  - info: radar2.0 (21302) will scan external network every  60  minutes
                                  

                                  Danach läuft er "rund" und NodeRED/DashBoard sind erreichbar/funktionieren.

                                  1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @SBorg last edited by

                                    @SBorg sagte in js-controller 2.2 jetzt im Latest:

                                    no connection to objects DB

                                    ist nun auch wieder vorhanden

                                    • DasWetter
                                    • DWD
                                    • weatherunderground
                                    apollon77 1 Reply Last reply Reply Quote 0
                                    • apollon77
                                      apollon77 @crunchip last edited by

                                      @crunchip ok .... hm ... welche cpu Auslastung hat der js-Controller? Was steht so grob bei system.host.name.evenLoopLag ... vor allem wenn so ein Adapter startet?

                                      crunchip 1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @apollon77 last edited by crunchip

                                        @apollon77

                                        @apollon77 sagte in js-controller 2.2 jetzt im Latest:

                                        grob bei system.host.name.evenLoopLag

                                        hab ich ne Zeitlang beobachtet...liegt so zwischen 1 und 21ms, in der Regel jedoch bei 1-2ms
                                        cpu host schwankt zwischen 24 und 45%, in der Regel bei rund 27%

                                        neustart der instanz weather...lag die cpu bei 82%
                                        bei wetter und dwd blieb alles unaufällig

                                        die "no connection to objects DB" kommen bei diesen drei Adaptern nicht beim starten, sondern im laufe des Tages mittendrin mal, aufgefallen ist es mir seit paar Tagen beim DWD,
                                        seit js-controller aktualisierung, kamen dann daswetter und weatherunderground dazu

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

                                          @crunchip Also nur manchmal? Kann sein das die drei Adapter (die übrigens alle sehr viele Objekte und Daten durch die Gegend schubsen) zeitlich ungefähr gleich laufen? Dann kann es sein das js-controller zu dem zeitpunkt einfach sehr viel zu tun hat und daher neue Adapter mehr Zeit brauchen um zu starten.

                                          Ich würde es aber aktuell mal solassen - ich kann nur die Wartezeit erhöhen ... aber ich sage es mal so: Wenn das auftritt dann ist das ein Zeichen das das System an gewisse grenzen stösst ... und man muss überlegen was man daran verbessert (oder ob man es so lässt)

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

                                            So und passend zu dem kommenden Stable Release hier ist jetzt Admin 3.7.8 da was final die Custom-Probleme mit Material behebe sollte und auch noch das Download von Javascript exports fixt 🙂
                                            Kommt denke über Nacht ins Latest ... also Thema für morgen früh liebe Tester @Diginix

                                            Diginix Archimedeus A 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            564
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            39
                                            160
                                            18239
                                            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