Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker 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.2k

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

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

js-controller 3.2 jetzt im Latest!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
575 Beiträge 70 Kommentatoren 145.1k Aufrufe 57 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • 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
    schrieb am zuletzt editiert von 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 Antwort Letzte Antwort
    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
      schrieb am zuletzt editiert von
      #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 Antwort Letzte Antwort
      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
        schrieb am zuletzt editiert von
        #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 Antwort Letzte Antwort
        1
        • J Offline
          J Offline
          Jan1
          schrieb am zuletzt editiert von
          #224

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

          1 Antwort Letzte Antwort
          0
          • apollon77A apollon77

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

            crunchipC Abwesend
            crunchipC Abwesend
            crunchip
            Forum Testing Most Active
            schrieb am zuletzt editiert von 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 Antworten Letzte Antwort
            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
              schrieb am zuletzt editiert von
              #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 Antwort Letzte Antwort
              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
                schrieb am zuletzt editiert von
                #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 Antwort Letzte Antwort
                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
                  schrieb am zuletzt editiert von
                  #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 Antwort Letzte Antwort
                  0
                  • K Offline
                    K Offline
                    Kueppert
                    schrieb am zuletzt editiert von
                    #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 Antwort Letzte Antwort
                    0
                    • M Offline
                      M Offline
                      myssv
                      schrieb am zuletzt editiert von 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 Antwort Letzte Antwort
                      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
                        schrieb am zuletzt editiert von
                        #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 Antwort Letzte Antwort
                        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
                          schrieb am zuletzt editiert von
                          #232

                          @fastfoot DANKE !!

                          1 Antwort Letzte Antwort
                          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
                            schrieb am zuletzt editiert von
                            #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 Antwort Letzte Antwort
                            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
                              schrieb am zuletzt editiert von
                              #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 Antwort Letzte Antwort
                              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
                                schrieb am zuletzt editiert von
                                #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 Antwort Letzte Antwort
                                1
                                • apollon77A apollon77

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

                                  LatziL Online
                                  LatziL Online
                                  Latzi
                                  schrieb am zuletzt editiert von
                                  #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 Antwort Letzte Antwort
                                  1
                                  • FeuersturmF Offline
                                    FeuersturmF Offline
                                    Feuersturm
                                    schrieb am zuletzt editiert von
                                    #237

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

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    1
                                    • FeuersturmF Feuersturm

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

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #238

                                      @apollon77

                                      Ich schließe mich @Feuersturm an.
                                      Läuft ohne Mucken bei mir.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      amg_666A 1 Antwort Letzte Antwort
                                      1
                                      • Thomas BraunT Thomas Braun

                                        @apollon77

                                        Ich schließe mich @Feuersturm an.
                                        Läuft ohne Mucken bei mir.

                                        amg_666A Offline
                                        amg_666A Offline
                                        amg_666
                                        schrieb am zuletzt editiert von
                                        #239

                                        @thomas-braun Kann ich nur bestätigen, läuft jetzt bei mir seit mehreren Stunden absolut stabil

                                        iobroker auf proxmox container

                                        1 Antwort Letzte Antwort
                                        0
                                        • apollon77A Online
                                          apollon77A Online
                                          apollon77
                                          schrieb am zuletzt editiert von
                                          #240

                                          Alles klar, dann gibt es jetzt (min letzten minimalen Optimierungen) die 3.2.11, die in der nächsten Zeit im Latest auftaucht - das wäre damit "Stable RC1" 🙂

                                          Also an alle: Bitte auf 3.2.11 updaten und prüfen,

                                          Vielen Dank für Eure Unterstützung!

                                          Ingo

                                          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 FeuersturmF ChaotC L 4 Antworten Letzte Antwort
                                          1
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          778

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe