Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. js-controller 3.2 jetzt im Latest!

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

js-controller 3.2 jetzt im Latest!

js-controller 3.2 jetzt im Latest!

Scheduled Pinned Locked Moved ioBroker Allgemein
575 Posts 70 Posters 144.9k Views 57 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • apollon77A apollon77

    @dr-bakterius Naja da haben wirs ... DasWetter ist ein Cron Adapter, das heisst das der bei jedem Lauf die Objekte aktualisiert. Es gibt ein Issue im js-controller das ggf zu optimieren - hat es aber nicht in die aktuelle Version geschafft.
    ABER das die Files keinen Unterschied haben kann an sich nicht sein weil sich mindestens Zeitstempel ändern in den Objekten.

    Wir hier im Thread weiter oben besprochen kann die Schreibfreequenz über "writeFileInterval" in iobroker.json bei den File Db Konfigs geändert werden.
    Es hat sich an der Thematik iom Vergleich zum 3.1.6er Adapter oder davor nichts geändert.

    Dr. BakteriusD Offline
    Dr. BakteriusD Offline
    Dr. Bakterius
    Most Active
    wrote on last edited by
    #218

    @apollon77 sagte in js-controller 3.2 jetzt im Latest!:

    ABER das die Files keinen Unterschied haben kann an sich nicht sein weil sich mindestens Zeitstempel ändern in den Objekten.

    Mea culpa - aber es ist nicht leicht die Unterschiede in einer großen Datei zu finden die nur eine Zeile hat. Es haben sich tatsächlich einige Timestamps geändert.

    Das mit 'DasWetter' leuchtet mir ein. Warum aber beim 'Netatmo'? Allerdings frage ich mich, was die Timestamps in den objects zu suchen haben? Würden die nicht in die states gehören?

    1 Reply Last reply
    0
    • apollon77A apollon77

      @dr-bakterius Naja da haben wirs ... DasWetter ist ein Cron Adapter, das heisst das der bei jedem Lauf die Objekte aktualisiert. Es gibt ein Issue im js-controller das ggf zu optimieren - hat es aber nicht in die aktuelle Version geschafft.
      ABER das die Files keinen Unterschied haben kann an sich nicht sein weil sich mindestens Zeitstempel ändern in den Objekten.

      Wir hier im Thread weiter oben besprochen kann die Schreibfreequenz über "writeFileInterval" in iobroker.json bei den File Db Konfigs geändert werden.
      Es hat sich an der Thematik iom Vergleich zum 3.1.6er Adapter oder davor nichts geändert.

      paul53P Offline
      paul53P Offline
      paul53
      wrote on last edited by
      #219

      @apollon77 sagte: weil sich mindestens Zeitstempel ändern in den Objekten.

      In den (statischen) Objekten ändern sich Zeitstempel? Ich kenne bisher nur einen Zeitstempel im Objekt, der das Erstellungsdatum des Objektes enthält und konstant bleibt.

      Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
      Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

      apollon77A 1 Reply Last reply
      0
      • paul53P paul53

        @apollon77 sagte: weil sich mindestens Zeitstempel ändern in den Objekten.

        In den (statischen) Objekten ändern sich Zeitstempel? Ich kenne bisher nur einen Zeitstempel im Objekt, der das Erstellungsdatum des Objektes enthält und konstant bleibt.

        apollon77A Online
        apollon77A Online
        apollon77
        wrote on last edited by
        #220

        @paul53 Objekte haben wir States ein „Last changed timestamp“ und „last change by“.

        Dies ist nötig weil es durchaus Objekte gibt die Content beinhalten Woman wissen muss wenn sich etwa geändert hat (zb JavaScript scripte und blockly speichern den Content in Objekten und ein sync auf Platte muss wissen wo sich jetzt wann zuletzt etwas geändert hat)

        Also das wissen ist outdated ;-))

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        paul53P 1 Reply Last reply
        0
        • apollon77A apollon77

          @paul53 Objekte haben wir States ein „Last changed timestamp“ und „last change by“.

          Dies ist nötig weil es durchaus Objekte gibt die Content beinhalten Woman wissen muss wenn sich etwa geändert hat (zb JavaScript scripte und blockly speichern den Content in Objekten und ein sync auf Platte muss wissen wo sich jetzt wann zuletzt etwas geändert hat)

          Also das wissen ist outdated ;-))

          paul53P Offline
          paul53P Offline
          paul53
          wrote on last edited by paul53
          #221

          @apollon77 sagte: wissen muss wenn sich etwa geändert hat (zb JavaScript scripte und blockly

          Habe den "ts" in den statischen Objekten unter scripts.js mal geprüft: Ja, sie werden bei Änderung des Scripts neu geschrieben. Es ändert sich ja auch der Inhalt.

          Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
          Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

          apollon77A 1 Reply Last reply
          0
          • paul53P paul53

            @apollon77 sagte: wissen muss wenn sich etwa geändert hat (zb JavaScript scripte und blockly

            Habe den "ts" in den statischen Objekten unter scripts.js mal geprüft: Ja, sie werden bei Änderung des Scripts neu geschrieben. Es ändert sich ja auch der Inhalt.

            apollon77A Online
            apollon77A Online
            apollon77
            wrote on last edited by
            #222

            @paul53 naja ist alles so ne Sache. Eine diskussionsfrage ist ob ein Objekt was geschrieben wurde aber identisch zu vorher war einen neuen timestamp bekommen sollte. Die Überlegungen sind vor allem auch Performance. Jedes Mal die Daten des Objekts zu vergleichen kostet auch einiges an Performance.

            Mal schauen. wir haben Noch andere Ideen wie wir das optimieren können.

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            1 Reply Last reply
            0
            • apollon77A apollon77

              Hey all,

              mit den letzten Dingen gibt es jetzt noch eine 3.2.10 (die 3.2.9 haben wir übersprungen, technische Gründe)

              3.2.10 (2021-01-23)

              • (Apollon77) prevent some errors shown and optimize database handling
              • (Apollon77) prevent an endless loop when lua script initialization was not possible
              • (Apollon77) catch semver errors in upgrade commands
              • (foxriver76) ensure setAdapterInstanceEnabled can not hang

              Bitte testen, einige Adapter sollten etwas ruhiger sein hoffe ich. @Diginix Bitte auch deine hängenden Prozesse beobachten

              DiginixD Offline
              DiginixD Offline
              Diginix
              wrote on last edited by
              #223

              @apollon77 sagte in js-controller 3.2 jetzt im Latest!:

              @Diginix Bitte auch deine hängenden Prozesse beobachten

              Seit gestern 19:20 Uhr und mittlerweile über 100 mal per Skript gestoppt/gestartete radar2 Instanz keine hängenden Prozesse.
              3.2.10 läuft bei mir somit bisher auch unauffällig. Besten Dank für den schnellen Bugfix!
              Nun müssen nur noch paar Adapter korrigiert werden damit die "no existing object" Meldungen im Log verschwinden.

              ..:: So long! Tom ::..

              NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

              1 Reply Last reply
              1
              • J Offline
                J Offline
                Jan1
                wrote on last edited by
                #224

                Ich hatte mit der 3.2.8 schon keine Auffälligkeiten und die 3.210 läuft nun ebenfalls ohne Probleme.

                1 Reply Last reply
                0
                • apollon77A apollon77

                  @crunchip Die Alexa2 Fehler bitte mit der kommenden 3.2.9 vom controller nochmals checken

                  crunchipC Away
                  crunchipC Away
                  crunchip
                  Forum Testing Most Active
                  wrote on last edited by crunchip
                  #225

                  @apollon77 sagte in js-controller 3.2 jetzt im Latest!:

                  bitte mit der kommenden 3.2.910 vom controller

                  kam kein Fehler mehr👍

                  ausser (zwar nur Warnung) , dieses wiederholende Cannot get view... beim beenden, hängt das mit dem sonoff Adapter zusammen?

                  2021-01-24 10:28:08.639 - info: host.IoBroker instance system.adapter.virtualpowermeter.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2021-01-24 10:28:08.640 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:28:09.806 - info: host.IoBroker instance system.adapter.javascript.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2021-01-24 10:28:09.807 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:28:09.848 - info: host.IoBroker terminated
                  2021-01-24 10:28:09.848 - warn: host.IoBroker instance system.adapter.ping.0 terminated due to SIGTERM
                  2021-01-24 10:28:09.849 - info: host.IoBroker instance system.adapter.ping.0 terminated with code null ()
                  2021-01-24 10:28:09.849 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:28:09.852 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                  2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                  2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                  2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                  2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                  2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                  2021-01-24 10:28:09.854 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                  2021-01-24 10:28:09.855 - warn: host.IoBroker instance system.adapter.sonoff.0 terminated due to SIGTERM
                  2021-01-24 10:28:09.855 - info: host.IoBroker instance system.adapter.sonoff.0 terminated with code null ()
                  2021-01-24 10:28:09.855 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:28:09.855 - warn: host.IoBroker instance system.adapter.tankerkoenig.0 terminated due to SIGTERM
                  2021-01-24 10:28:09.856 - info: host.IoBroker instance system.adapter.tankerkoenig.0 terminated with code null ()
                  2021-01-24 10:28:09.856 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:28:09.856 - warn: host.IoBroker instance system.adapter.telegram.0 terminated due to SIGTERM
                  2021-01-24 10:28:09.856 - info: host.IoBroker instance system.adapter.telegram.0 terminated with code null ()
                  2021-01-24 10:28:09.856 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:28:09.857 - warn: host.IoBroker instance system.adapter.telegram.1 terminated due to SIGTERM
                  2021-01-24 10:28:09.857 - info: host.IoBroker instance system.adapter.telegram.1 terminated with code null ()
                  2021-01-24 10:28:09.857 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:28:09.857 - warn: host.IoBroker instance system.adapter.text2command.0 terminated due to SIGTERM
                  2021-01-24 10:28:09.857 - info: host.IoBroker instance system.adapter.text2command.0 terminated with code null ()
                  2021-01-24 10:28:09.858 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:28:09.858 - warn: host.IoBroker instance system.adapter.sayit.0 terminated due to SIGTERM
                  2021-01-24 10:28:09.858 - info: host.IoBroker instance system.adapter.sayit.0 terminated with code null ()
                  2021-01-24 10:28:09.858 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:28:09.858 - warn: host.IoBroker instance system.adapter.zigbee.0 terminated due to SIGTERM
                  2021-01-24 10:28:09.858 - info: host.IoBroker instance system.adapter.zigbee.0 terminated with code null ()
                  2021-01-24 10:28:09.859 - info: host.IoBroker All instances are stopped.
                  2021-01-24 10:31:25.603 - info: host.IoBroker iobroker.js-controller version 3.2.10 js-controller starting
                  2021-01-24 10:31:25.607 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                  
                  2021-01-24 10:28:03.648 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                  2021-01-24 10:28:03.649 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                  2021-01-24 10:28:03.704 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                  2021-01-24 10:28:03.705 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                  2021-01-24 10:28:04.716 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                  2021-01-24 10:28:04.717 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                  2021-01-24 10:28:04.763 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                  2021-01-24 10:28:04.764 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                  

                  umgestiegen von Proxmox auf Unraid

                  J apollon77A 2 Replies Last reply
                  0
                  • crunchipC crunchip

                    @apollon77 sagte in js-controller 3.2 jetzt im Latest!:

                    bitte mit der kommenden 3.2.910 vom controller

                    kam kein Fehler mehr👍

                    ausser (zwar nur Warnung) , dieses wiederholende Cannot get view... beim beenden, hängt das mit dem sonoff Adapter zusammen?

                    2021-01-24 10:28:08.639 - info: host.IoBroker instance system.adapter.virtualpowermeter.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                    2021-01-24 10:28:08.640 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:28:09.806 - info: host.IoBroker instance system.adapter.javascript.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                    2021-01-24 10:28:09.807 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:28:09.848 - info: host.IoBroker terminated
                    2021-01-24 10:28:09.848 - warn: host.IoBroker instance system.adapter.ping.0 terminated due to SIGTERM
                    2021-01-24 10:28:09.849 - info: host.IoBroker instance system.adapter.ping.0 terminated with code null ()
                    2021-01-24 10:28:09.849 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:28:09.852 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                    2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                    2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                    2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                    2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                    2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                    2021-01-24 10:28:09.854 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                    2021-01-24 10:28:09.855 - warn: host.IoBroker instance system.adapter.sonoff.0 terminated due to SIGTERM
                    2021-01-24 10:28:09.855 - info: host.IoBroker instance system.adapter.sonoff.0 terminated with code null ()
                    2021-01-24 10:28:09.855 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:28:09.855 - warn: host.IoBroker instance system.adapter.tankerkoenig.0 terminated due to SIGTERM
                    2021-01-24 10:28:09.856 - info: host.IoBroker instance system.adapter.tankerkoenig.0 terminated with code null ()
                    2021-01-24 10:28:09.856 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:28:09.856 - warn: host.IoBroker instance system.adapter.telegram.0 terminated due to SIGTERM
                    2021-01-24 10:28:09.856 - info: host.IoBroker instance system.adapter.telegram.0 terminated with code null ()
                    2021-01-24 10:28:09.856 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:28:09.857 - warn: host.IoBroker instance system.adapter.telegram.1 terminated due to SIGTERM
                    2021-01-24 10:28:09.857 - info: host.IoBroker instance system.adapter.telegram.1 terminated with code null ()
                    2021-01-24 10:28:09.857 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:28:09.857 - warn: host.IoBroker instance system.adapter.text2command.0 terminated due to SIGTERM
                    2021-01-24 10:28:09.857 - info: host.IoBroker instance system.adapter.text2command.0 terminated with code null ()
                    2021-01-24 10:28:09.858 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:28:09.858 - warn: host.IoBroker instance system.adapter.sayit.0 terminated due to SIGTERM
                    2021-01-24 10:28:09.858 - info: host.IoBroker instance system.adapter.sayit.0 terminated with code null ()
                    2021-01-24 10:28:09.858 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:28:09.858 - warn: host.IoBroker instance system.adapter.zigbee.0 terminated due to SIGTERM
                    2021-01-24 10:28:09.858 - info: host.IoBroker instance system.adapter.zigbee.0 terminated with code null ()
                    2021-01-24 10:28:09.859 - info: host.IoBroker All instances are stopped.
                    2021-01-24 10:31:25.603 - info: host.IoBroker iobroker.js-controller version 3.2.10 js-controller starting
                    2021-01-24 10:31:25.607 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    
                    2021-01-24 10:28:03.648 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                    2021-01-24 10:28:03.649 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                    2021-01-24 10:28:03.704 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                    2021-01-24 10:28:03.705 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                    2021-01-24 10:28:04.716 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                    2021-01-24 10:28:04.717 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                    2021-01-24 10:28:04.763 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                    2021-01-24 10:28:04.764 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                    
                    J Offline
                    J Offline
                    Josh
                    wrote on last edited by
                    #226

                    Mein Synology-Adapter kam nach dem Update nicht mehr hoch, Er blieb gelb. Aber ein Restart des Adapters brachte ihn wieder auf grün. Läuft alles bisher ohne Auffälligkeiten.

                    Master: Intel NUC10i5-32GB-1TB_SSD - Proxmox 8.3 - LXC Debian 11
                    Slave1: RPi3B - ZigBee CC2652P - 10x DS18B20
                    Slave2: RPi3B - ZigBee CC2538+CC2592
                    node.js 20.18.1 / NPM 10.8.2 / js-controller 7.0.3

                    1 Reply Last reply
                    0
                    • crunchipC crunchip

                      @apollon77 sagte in js-controller 3.2 jetzt im Latest!:

                      bitte mit der kommenden 3.2.910 vom controller

                      kam kein Fehler mehr👍

                      ausser (zwar nur Warnung) , dieses wiederholende Cannot get view... beim beenden, hängt das mit dem sonoff Adapter zusammen?

                      2021-01-24 10:28:08.639 - info: host.IoBroker instance system.adapter.virtualpowermeter.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                      2021-01-24 10:28:08.640 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:28:09.806 - info: host.IoBroker instance system.adapter.javascript.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                      2021-01-24 10:28:09.807 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:28:09.848 - info: host.IoBroker terminated
                      2021-01-24 10:28:09.848 - warn: host.IoBroker instance system.adapter.ping.0 terminated due to SIGTERM
                      2021-01-24 10:28:09.849 - info: host.IoBroker instance system.adapter.ping.0 terminated with code null ()
                      2021-01-24 10:28:09.849 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:28:09.852 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                      2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                      2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                      2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                      2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                      2021-01-24 10:28:09.853 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                      2021-01-24 10:28:09.854 - warn: host.IoBroker Cannot get view: Error: Connection is closed.
                      2021-01-24 10:28:09.855 - warn: host.IoBroker instance system.adapter.sonoff.0 terminated due to SIGTERM
                      2021-01-24 10:28:09.855 - info: host.IoBroker instance system.adapter.sonoff.0 terminated with code null ()
                      2021-01-24 10:28:09.855 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:28:09.855 - warn: host.IoBroker instance system.adapter.tankerkoenig.0 terminated due to SIGTERM
                      2021-01-24 10:28:09.856 - info: host.IoBroker instance system.adapter.tankerkoenig.0 terminated with code null ()
                      2021-01-24 10:28:09.856 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:28:09.856 - warn: host.IoBroker instance system.adapter.telegram.0 terminated due to SIGTERM
                      2021-01-24 10:28:09.856 - info: host.IoBroker instance system.adapter.telegram.0 terminated with code null ()
                      2021-01-24 10:28:09.856 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:28:09.857 - warn: host.IoBroker instance system.adapter.telegram.1 terminated due to SIGTERM
                      2021-01-24 10:28:09.857 - info: host.IoBroker instance system.adapter.telegram.1 terminated with code null ()
                      2021-01-24 10:28:09.857 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:28:09.857 - warn: host.IoBroker instance system.adapter.text2command.0 terminated due to SIGTERM
                      2021-01-24 10:28:09.857 - info: host.IoBroker instance system.adapter.text2command.0 terminated with code null ()
                      2021-01-24 10:28:09.858 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:28:09.858 - warn: host.IoBroker instance system.adapter.sayit.0 terminated due to SIGTERM
                      2021-01-24 10:28:09.858 - info: host.IoBroker instance system.adapter.sayit.0 terminated with code null ()
                      2021-01-24 10:28:09.858 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:28:09.858 - warn: host.IoBroker instance system.adapter.zigbee.0 terminated due to SIGTERM
                      2021-01-24 10:28:09.858 - info: host.IoBroker instance system.adapter.zigbee.0 terminated with code null ()
                      2021-01-24 10:28:09.859 - info: host.IoBroker All instances are stopped.
                      2021-01-24 10:31:25.603 - info: host.IoBroker iobroker.js-controller version 3.2.10 js-controller starting
                      2021-01-24 10:31:25.607 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                      
                      2021-01-24 10:28:03.648 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                      2021-01-24 10:28:03.649 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                      2021-01-24 10:28:03.704 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                      2021-01-24 10:28:03.705 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                      2021-01-24 10:28:04.716 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                      2021-01-24 10:28:04.717 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                      2021-01-24 10:28:04.763 - info: sonoff.0 (17189) getForeignState not processed because States database not connected
                      2021-01-24 10:28:04.764 - info: sonoff.0 (17189) setForeignState not processed because States database not connected
                      
                      apollon77A Online
                      apollon77A Online
                      apollon77
                      wrote on last edited by
                      #227

                      @crunchip Also diese Meldungen die bisher quasi "verschluckt waren" bedeuten das der Adaoter irgendwie Daten schreiben will obwohlvalles schon beendet ist. Also Issue beim Adapter das man da schaut was los ist. SO lange es aber nur beim beenden eines Adapters passiert ists "ok-ish"

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      amg_666A 1 Reply Last reply
                      1
                      • apollon77A apollon77

                        @crunchip Also diese Meldungen die bisher quasi "verschluckt waren" bedeuten das der Adaoter irgendwie Daten schreiben will obwohlvalles schon beendet ist. Also Issue beim Adapter das man da schaut was los ist. SO lange es aber nur beim beenden eines Adapters passiert ists "ok-ish"

                        amg_666A Offline
                        amg_666A Offline
                        amg_666
                        wrote on last edited by
                        #228

                        @apollon77 ICh würd mich heute auch mal an der 3.2.10 versuchen, bleibt es beim Vorgehen ERST Master, DANN Slaves ?

                        iobroker auf proxmox container

                        apollon77A 1 Reply Last reply
                        0
                        • K Online
                          K Online
                          Kueppert
                          wrote on last edited by
                          #229

                          Hi, mir ist beim Update folgende Fehlerzeile aufgefallen (auf 4.10.13):

                          (17828) npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issu
                          

                          bekannt? Problem?
                          VG Thorsten

                          UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                          apollon77A 1 Reply Last reply
                          0
                          • M Offline
                            M Offline
                            myssv
                            wrote on last edited by Negalein
                            #230

                            Ich bekomme jedes Mal folgende Meldung:

                            root@iobroker:/opt/iobroker# pkill io
                            root@iobroker:/opt/iobroker# iobroker upgrade self
                            **Controller is running. Please stop ioBroker first.**
                            root@iobroker:/opt/iobroker#
                            

                            Was kann ich tun?

                            ioBroker läuft im Docker auf einer Synology.

                            F 1 Reply Last reply
                            0
                            • M myssv

                              Ich bekomme jedes Mal folgende Meldung:

                              root@iobroker:/opt/iobroker# pkill io
                              root@iobroker:/opt/iobroker# iobroker upgrade self
                              **Controller is running. Please stop ioBroker first.**
                              root@iobroker:/opt/iobroker#
                              

                              Was kann ich tun?

                              ioBroker läuft im Docker auf einer Synology.

                              F Offline
                              F Offline
                              fastfoot
                              wrote on last edited by
                              #231

                              @myssv sagte in js-controller 3.2 jetzt im Latest!:

                              root@iobroker:/opt/iobroker# pkill io

                              nimm pkill -u iobroker. Prüfen kannst du noch laufende Prozesse mit ps aux, da sollte links nicht mehr der iobroker auftauchen

                              iobroker läuft unter Docker auf QNAP TS-451+
                              SkriptRecovery: https://forum.iobroker.net/post/930558

                              M 1 Reply Last reply
                              0
                              • F fastfoot

                                @myssv sagte in js-controller 3.2 jetzt im Latest!:

                                root@iobroker:/opt/iobroker# pkill io

                                nimm pkill -u iobroker. Prüfen kannst du noch laufende Prozesse mit ps aux, da sollte links nicht mehr der iobroker auftauchen

                                M Offline
                                M Offline
                                myssv
                                wrote on last edited by
                                #232

                                @fastfoot DANKE !!

                                1 Reply Last reply
                                0
                                • amg_666A amg_666

                                  @apollon77 ICh würd mich heute auch mal an der 3.2.10 versuchen, bleibt es beim Vorgehen ERST Master, DANN Slaves ?

                                  apollon77A Online
                                  apollon77A Online
                                  apollon77
                                  wrote on last edited by
                                  #233

                                  @amg_666 Wenn du noch eine 3.1.x hast dann ja. Wenn schon 3.2 frühere Version dann egal

                                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                  amg_666A 1 Reply Last reply
                                  0
                                  • K Kueppert

                                    Hi, mir ist beim Update folgende Fehlerzeile aufgefallen (auf 4.10.13):

                                    (17828) npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issu
                                    

                                    bekannt? Problem?
                                    VG Thorsten

                                    apollon77A Online
                                    apollon77A Online
                                    apollon77
                                    wrote on last edited by
                                    #234

                                    @kueppert Kommt von irgendeinem deiner Adapter ... und ist erstmal unkritisch

                                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                    LatziL 1 Reply Last reply
                                    0
                                    • apollon77A apollon77

                                      @amg_666 Wenn du noch eine 3.1.x hast dann ja. Wenn schon 3.2 frühere Version dann egal

                                      amg_666A Offline
                                      amg_666A Offline
                                      amg_666
                                      wrote on last edited by
                                      #235

                                      @apollon77

                                      3* Raspi 3b, upgrade lief ohne Probleme durch, keine Fehlermeldungen o.ä. Nur der Zigbee Adapter hat "ewig" gebraucht weil er da wohl im Hintergrund noch diverse serialport Einstellungen gradeziehen musste. Läuft jetzt aber problemlos.

                                      iobroker auf proxmox container

                                      1 Reply Last reply
                                      1
                                      • apollon77A apollon77

                                        @kueppert Kommt von irgendeinem deiner Adapter ... und ist erstmal unkritisch

                                        LatziL Online
                                        LatziL Online
                                        Latzi
                                        wrote on last edited by
                                        #236

                                        @apollon77 sagte in js-controller 3.2 jetzt im Latest!:

                                        @kueppert Kommt von irgendeinem deiner Adapter ... und ist erstmal unkritisch

                                        76960c24-faff-4a95-afdb-568737b64363-grafik.png

                                        1 Reply Last reply
                                        1
                                        • FeuersturmF Online
                                          FeuersturmF Online
                                          Feuersturm
                                          wrote on last edited by
                                          #237

                                          js-controller 3.2.10 läuft bei mir ohne Probleme ☺

                                          Thomas BraunT 1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          322

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe