Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller Lucy (Version 7.0) jetzt im Stable Repository

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    js-controller Lucy (Version 7.0) jetzt im Stable Repository

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

      @foxriver76

      Ist haargenau die gleiche Situation bei den Sprüngen von einer Debian/Ubuntu/wasauchimmer-Version zu einer höheren. Das kann mit dem Überspringen funktionieren, wenn die Basis-Installation sehr minimal ist und Änderungen ggfls. nur in anderen Bereichen zum tragen kommen. Es muss aber nicht funktionieren. Mindestens wird das Vorhaben aber komplexer.

      1 Reply Last reply Reply Quote 0
      • bahnuhr
        bahnuhr Forum Testing Most Active last edited by bahnuhr

        Sowohl auf dem Master, als auch auf dem Slave kommt:

        313daf08-59b4-403f-8f83-e975028520af-image.png

        Nach einer gewissen Zeit drücke ich dann F5 und dann steht da:
        bf0c65ac-a055-43f4-9b0a-fb0bfd4737e6-image.png

        Scheint wohl doch geklappt zu haben.

        1 Reply Last reply Reply Quote 0
        • H
          Holzi99 @foxriver76 last edited by

          @foxriver76

          Ok, vielen Dank!
          Dann wäre es ja für andere ggf. auch sehr interessant, wenn das gleiche Problem besteht.

          Denn: Wie @Thomas-Braun wohl gerne unterstellt, pflegt man sein System nicht. Merkwürdigerweise habe ich unter apt-get update keine aktualisierbaren Pakete, das System läuft auf Bookworm und im ioBroker unter Adapter taucht ein Update auf, welches aber den js-controller 6 voraussetzt.

          Keine Ahnung, was das mit "Never change a running system" zu tun hat. Aber es soll Leute geben, die arbeiten, sind längere Zeit nicht zuhause und hängen nicht 24/7 am Terminal und prüfen sekündlich die Updates.

          @foxriver76
          Wenn ich das also richtig verstanden habe, dann führe ich jetzt folgendes aus:

          1. iob stop
          2. Wechsel ins Verzeichnis /opt/iobroker/
          3. Führe den Befehl "npm i iobroker.js-controller@6.0.11 --omit=dev" aus und warte bis die Installation durch ist
          4. iob start

          Und danach sollte die Version 6.0.11 aktiv sein und von der kann ich dann auf v7.x gehen.

          Alles korrekt?

          Es grüßt
          der Holzi

          Thomas Braun MartinP 2 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Holzi99 last edited by Thomas Braun

            @holzi99

            Wenn ich

            Mein System läuft noch auf Version 5.

            lese ist das wohl keine 'Unterstellung' sondern eine Tatsache.
            Der js-controlller@6 ist ja nun schon geraume Zeit aktuell (gewesen).

            und prüfen sekündlich die Updates.

            Polemik. Zwischen 'sekündlich' und 'einmal im Jahr' gibt es ja nun noch was dazwischen.

            1 Reply Last reply Reply Quote 1
            • MartinP
              MartinP @Holzi99 last edited by MartinP

              Habe "die erste Wahl" genommen

              Die erste Wahl für Linux Systeme ist die Aktualisierung über den Admin im Hosts Tab.
              Sollte diese nicht verfügbar sein bitte folgenden Weg wählen:

              ioBroker stoppen (iobroker stop)
              Prüfen das keine Prozesse (Adapter, Backups) mehr laufen (ps auxww|grep io und auch ps auxww|grep backup). Es passiert manchmal das trotz dem Stoppen noch Zombies zurückbleiben
              Das Update erfolgt via iob upgrade self
              ioBroker starten (iobroker start)

              Dauer der Prozedur - etwa so lange, wie es dauerte, diesen Post zu schreiben - und das auf meiner lahmen Kiste (siehe signatur)

              Dummerweise "rumpelt" der MQTT Broker/Client wieder herum...

              Verträgt sich nicht mit meinem ESP32 Device...

              Wenn die einmal "out-of-sync" sind, kommen sie nur schwer wieder zusammen in Endlosschleife folgender Sermon:

              mqtt.0
              	2024-11-28 18:45:35.699	warn	Client [esp32-f8aea129e748] Message 23 deleted after 11 retries
              mqtt.0
              	2024-11-28 18:45:37.699	warn	Client [esp32-f8aea129e748] Message 23 deleted after 11 retries
              mqtt.0
              	2024-11-28 18:45:39.699	warn	Client [esp32-f8aea129e748] Message 23 deleted after 11 retries
              mqtt.0
              	2024-11-28 18:45:41.699	warn	Client [esp32-f8aea129e748] Message 23 deleted after 11 retries
              mqtt.0
              	2024-11-28 18:45:43.701	warn	Client [esp32-f8aea129e748] Message 23 deleted after 11 retries
              mqtt.0
              	2024-11-28 18:45:47.702	warn	Client [esp32-e0624b304ec0] Message 23 deleted after 11 retries
              mqtt.0
              	2024-11-28 18:45:48.081	info	Client [esp32-f8aea129e748] connection closed: closed
              mqtt.0
              	2024-11-28 18:45:50.300	info	Client [esp32-e0624b304ec0] connection closed: closed
              mqtt.0
              	2024-11-28 18:45:57.090	info	Client [esp32-f8aea129e748] connected with secret 1732815957089_4712
              mqtt.0
              	2024-11-28 18:45:57.097	info	Client [esp32-f8aea129e748] Received pubrec on esp32-f8aea129e748 for unknown messageId 1
              

              Das ist aber auch nach anderweitigen Neustarts des iobroker ein mir bekanntes Problem ...

              meist kriege ich es weg, wenn ich die mqtt.0 Instanz neu starte

              H 1 Reply Last reply Reply Quote 0
              • H
                Holzi99 @MartinP last edited by

                @martinp

                D.h. Du bist auch von Version 5.x auf 7.x gesprungen?
                Ich trau mich das noch nicht aus der Ferne auszulösen, wenn die Maschine dann hängt bin ich geliefert!

                MartinP 1 Reply Last reply Reply Quote 0
                • MartinP
                  MartinP @Holzi99 last edited by

                  @holzi99 Nee, hatte vorher 6.x

                  Bin bemüht im Rahmen des Stable Repositories im Tritt zu bleiben ... Wenn man da die Zügel zu sehr schleifen lässt, rächt sich das genauso, als wenn man den neuesten heißen Sch**** aus Github installiert ...
                  Letzteres lässt sich aber in der Regel leichter beheben, als Ersteres ...
                  Freue mich aber auch nicht gerade auf die Zeit zwischen ... Mitte 2025 und '26 - da muss irgendwann debian Bookworm Trixie weichen ....

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

                    @martinp sagte in js-controller Lucy (Version 7.0) jetzt im Stable Repository:

                    Freue mich aber auch nicht gerade auf die Zeit zwischen ... Mitte 2025 und '26 - da muss irgendwann debian Bookworm Trixie weichen ....

                    Mit der Strategie " im Tritt zu bleiben ..." dürfte das alles keine großen Klimmzüge benötigen.

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      Josh @Thomas Braun last edited by

                      Ich habe gerade meinen Master und die beiden Slaves upgegraded. Beim Master gab es keine Auffälligkeiten. Bei den beiden Slaves kam nach dem Upgradestart per WebGUI eine Fehlermeldung. Trotzdem sind auch dort die Upgrades durchgelaufen. Alle Adapter wieder grün.

                      Danke an die Devs.

                      1 Reply Last reply Reply Quote 0
                      • Feuersturm
                        Feuersturm @foxriver76 last edited by Feuersturm

                        @foxriver76 Ich hab gerade auf meinem Produktivsystem das update auf js-controller 7.0.3 durchgeführt über die Admin UI (v7.4.1) und hatte folgende Fehler im Log

                        2024-11-29 19:22:16.391 - info: host.ioBroker All instances are stopped.
                        2024-11-29 19:22:16.490 - info: host.ioBroker terminated
                        2024-11-29 19:22:20.769 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Successfully stopped js-controller
                        2024-11-29 19:22:20.794 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Server is running on http://localhost:8081
                        2024-11-29 19:23:30.056 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Final information delivered
                        2024-11-29 19:23:30.190 - info: host.ioBroker [CONTROLLER_AUTO_UPGRADE] Successfully started js-controller
                        2024-11-29 19:23:33.536 - info: host.ioBroker iobroker.js-controller version 7.0.3 js-controller starting
                        2024-11-29 19:23:33.550 - info: host.ioBroker Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                        2024-11-29 19:23:33.555 - info: host.ioBroker hostname: ioBroker, node: v20.18.1
                        2024-11-29 19:23:33.560 - info: host.ioBroker ip addresses: 192.168.178.54 fe80::f854:c1ff:fe5f:6c25
                        2024-11-29 19:23:36.448 - info: host.ioBroker connected to Objects and States
                        2024-11-29 19:23:36.494 - info: host.ioBroker added notifications configuration of host
                        2024-11-29 19:23:36.528 - info: host.ioBroker Node.js version has changed from 20.18.0 to 20.18.1
                        2024-11-29 19:23:36.725 - info: host.ioBroker Successfully updated capabilities "cap_net_admin, cap_net_bind_service, cap_net_raw" for /usr/bin/node
                        2024-11-29 19:23:37.813 - info: host.ioBroker 67 instances found
                        2024-11-29 19:23:37.939 - info: host.ioBroker starting 53 instances
                        2024-11-29 19:23:38.745 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeCurrent"
                        2024-11-29 19:23:39.127 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeNewest"
                        2024-11-29 19:23:39.177 - info: host.ioBroker instance system.adapter.admin.0 in version "7.4.1" started with pid 19934
                        2024-11-29 19:23:39.197 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeNewestNext"
                        2024-11-29 19:23:39.208 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmCurrent"
                        2024-11-29 19:23:39.219 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmNewest"
                        2024-11-29 19:23:39.236 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmNewestNext"
                        2024-11-29 19:23:39.249 - info: host.ioBroker Some obsolete host states deleted.
                        2024-11-29 19:23:42.937 - info: host.ioBroker instance system.adapter.javascript.0 in version "8.8.3" started with pid 19941
                        2024-11-29 19:23:45.918 - info: admin.0 (19934) starting. Version 7.4.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.18.1, js-controller: 7.0.3
                        2024-11-29 19:23:46.187 - info: admin.0 (19934) requesting all objects
                        2024-11-29 19:23:48.054 - debug: javascript.0 (19941) Redis Objects: Use Redis connection: 127.0.0.1:9001
                        2024-11-29 19:23:48.780 - debug: javascript.0 (19941) Objects client ready ... initialize now
                        2024-11-29 19:23:48.834 - debug: javascript.0 (19941) Objects create System PubSub Client
                        2024-11-29 19:23:48.841 - debug: javascript.0 (19941) Objects create User PubSub Client
                        2024-11-29 19:23:49.545 - info: host.ioBroker instance system.adapter.scenes.0 in version "3.2.3" started with pid 19968
                        2024-11-29 19:23:49.565 - debug: javascript.0 (19941) Objects client initialize lua scripts
                        2024-11-29 19:23:49.596 - debug: javascript.0 (19941) Objects connected to redis: 127.0.0.1:9001
                        2024-11-29 19:23:49.796 - debug: javascript.0 (19941) Redis States: Use Redis connection: 127.0.0.1:9000
                        2024-11-29 19:23:49.871 - debug: javascript.0 (19941) States create System PubSub Client
                        2024-11-29 19:23:49.877 - debug: javascript.0 (19941) States create User PubSub Client
                        2024-11-29 19:23:50.372 - info: admin.0 (19934) received all objects
                        2024-11-29 19:23:51.629 - debug: javascript.0 (19941) States connected to redis: 127.0.0.1:9000
                        2024-11-29 19:23:51.903 - info: host.ioBroker instance system.adapter.scheduler.0 in version "1.4.1" started with pid 19982
                        2024-11-29 19:23:52.160 - info: admin.0 (19934) socket.io server listening on port 8081
                        2024-11-29 19:23:52.171 - info: admin.0 (19934) http server listening on port 8081
                        2024-11-29 19:23:52.176 - info: admin.0 (19934) Use link "http://127.0.0.1:8081" to configure.
                        2024-11-29 19:23:52.794 - debug: javascript.0 (19941) Plugin sentry Initialize Plugin (enabled=true)
                        2024-11-29 19:23:55.345 - error: admin.0 (19934) uncaught exception: write EPIPE
                        2024-11-29 19:23:55.349 - error: admin.0 (19934) Error: write EPIPE
                        at afterWriteDispatched (node:internal/stream_base_commons:161:15)
                        at writeGeneric (node:internal/stream_base_commons:152:3)
                        at Socket._writeGeneric (node:net:958:11)
                        at Socket._write (node:net:970:8)
                        at writeOrBuffer (node:internal/streams/writable:572:12)
                        at _write (node:internal/streams/writable:501:10)
                        at Socket.Writable.write (node:internal/streams/writable:510:10)
                        at _checkPassword (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:47:35)
                        at Socket. (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:81:21)
                        at Socket.emit (node:events:518:28)
                        2024-11-29 19:23:55.369 - error: admin.0 (19934) Exception-Code: EPIPE: write EPIPE
                        2024-11-29 19:23:55.516 - info: admin.0 (19934) terminating http server on port 8081
                        2024-11-29 19:23:55.524 - info: admin.0 (19934) terminating
                        2024-11-29 19:23:55.530 - warn: admin.0 (19934) Terminated (UNCAUGHT_EXCEPTION): Without reason
                        2024-11-29 19:23:55.992 - info: host.ioBroker instance system.adapter.influxdb.1 in version "4.0.2" started with pid 20004
                        2024-11-29 19:23:56.455 - error: host.ioBroker Caught by controller[0]: Error: write EPIPE
                        2024-11-29 19:23:56.461 - error: host.ioBroker Caught by controller[0]: at afterWriteDispatched (node:internal/stream_base_commons:161:15)
                        2024-11-29 19:23:56.464 - error: host.ioBroker Caught by controller[0]: at writeGeneric (node:internal/stream_base_commons:152:3)
                        2024-11-29 19:23:56.467 - error: host.ioBroker Caught by controller[0]: at Socket._writeGeneric (node:net:958:11)
                        2024-11-29 19:23:56.471 - error: host.ioBroker Caught by controller[0]: at Socket._write (node:net:970:8)
                        2024-11-29 19:23:56.478 - error: host.ioBroker Caught by controller[0]: at writeOrBuffer (node:internal/streams/writable:572:12)
                        2024-11-29 19:23:56.489 - error: host.ioBroker Caught by controller[0]: at _write (node:internal/streams/writable:501:10)
                        2024-11-29 19:23:56.492 - error: host.ioBroker Caught by controller[0]: at Socket.Writable.write (node:internal/streams/writable:510:10)
                        2024-11-29 19:23:56.502 - error: host.ioBroker Caught by controller[0]: at _checkPassword (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:47:35)
                        2024-11-29 19:23:56.509 - error: host.ioBroker Caught by controller[0]: at Socket. (/opt/iobroker/node_modules/iobroker.admin/src/lib/checkLinuxPass.ts:81:21)
                        2024-11-29 19:23:56.514 - error: host.ioBroker Caught by controller[0]: at Socket.emit (node:events:518:28) {
                        2024-11-29 19:23:56.519 - error: host.ioBroker Caught by controller[0]: errno: -32,
                        2024-11-29 19:23:56.523 - error: host.ioBroker Caught by controller[0]: code: 'EPIPE',
                        2024-11-29 19:23:56.526 - error: host.ioBroker Caught by controller[0]: syscall: 'write'
                        2024-11-29 19:23:56.532 - error: host.ioBroker Caught by controller[0]: }
                        2024-11-29 19:23:56.537 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-11-29 19:23:56.543 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                        2024-11-29 19:24:00.984 - info: host.ioBroker instance scheduled system.adapter.ical.0 0 * * * *
                        2024-11-29 19:24:01.013 - info: host.ioBroker instance system.adapter.ical.0 in version "1.16.1" started with pid 20029
                        2024-11-29 19:24:01.688 - info: javascript.0 (19941) starting. Version 8.8.3 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.18.1, js-controller: 7.0.3
                        2024-11-29 19:24:01.846 - debug: javascript.0 (19941) config.subscribe (Do not subscribe all states on start): false
                        2024-11-29 19:24:01.865 - debug: javascript.0 (19941) Custom libraries in config: "xml2js moment moment-timezone moment-duration-format mathjs node-unifi": ["xml2js","moment","moment-timezone","moment-duration-format","mathjs","node-unifi"]
                        2024-11-29 19:24:01.900 - debug: javascript.0 (19941) Found installed libraries: ["mathjs","moment","moment-duration-format","moment-timezone","node-unifi","xml2js"]
                        2024-11-29 19:24:01.905 - debug: javascript.0 (19941) Found custom library in config: "xml2js@latest"
                        2024-11-29 19:24:04.001 - info: scenes.0 (19968) starting. Version 3.2.3 in /opt/iobroker/node_modules/iobroker.scenes, node: v20.18.1, js-controller: 7.0.3
                        2024-11-29 19:24:04.038 - info: host.ioBroker instance scheduled system.adapter.ical.1 0 * * * *
                        2024-11-29 19:24:04.089 - info: host.ioBroker instance system.adapter.ical.1 in version "1.16.1" started with pid 20055
                        2024-11-29 19:24:04.933 - info: scheduler.0 (19982) starting. Version 1.4.1 in /opt/iobroker/node_modules/iobroker.scheduler, node: v20.18.1, js-controller: 7.0.3
                        2024-11-29 19:24:07.555 - info: host.ioBroker instance scheduled system.adapter.ical.2 0 * * * *
                        2024-11-29 19:24:07.582 - info: host.ioBroker instance system.adapter.ical.2 in version "1.16.1" started with pid 20070
                        2024-11-29 19:24:08.448 - info: influxdb.1 (20004) starting. Version 4.0.2 in /opt/iobroker/node_modules/iobroker.influxdb, node: v20.18.1, js-controller: 7.0.3
                        2024-11-29 19:24:08.608 - info: influxdb.1 (20004) No stored data from last exit found
                        2024-11-29 19:24:08.636 - info: influxdb.1 (20004) Connecting http://192.168.178.101:8086/ ...
                        2024-11-29 19:24:08.650 - info: influxdb.1 (20004) Influx DB Version used: 2.x
                        

                        Edit: Ich hab den Epipe Fehler letztens auf meinem Testsystem gesehen als ich auf admin 7.4.2 aktualisiert habe https://github.com/ioBroker/ioBroker.admin/issues/2839
                        Ist es ein admin oder js-controller Thema?

                        Feuer-sturm created this issue in ioBroker/ioBroker.admin

                        closed [bug]: uncaught exception: write EPIPE after update to admin 7.4.2 #2839

                        foxriver76 1 Reply Last reply Reply Quote 0
                        • foxriver76
                          foxriver76 Developer @Feuersturm last edited by

                          @feuersturm ja sollte man sich erst mal bei Admin anschauen muss man Code schauen was an der Stelle passiert.

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

                            Nachdem ich auf 7.0.3 aktualisiert habe, bekomme ich Probleme mit meinem Heitzungsthermostat.
                            Ich musste die Batterien tauschen und habe den dann neu gekoppelt. Dabei kommen Fehlermeldungen mit Hinweis auf js-controller 7.0.
                            Das Thermostat koppelt war, ist aber nicht mehr steuerbar.

                            Start Kopplung

                            2024-11-30 16:16:24.485 - info: zigbee.0 (1924) Starting interview of '0x847127fffe11dad6'
                            2024-11-30 16:16:24.734 - info: zigbee.0 (1924) Device '0x847127fffe11dad6' announced itself
                            2024-11-30 16:16:24.891 - warn: zigbee.0 (1924) Object 847127fffe11dad6.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
                            2024-11-30 16:16:24.893 - warn: zigbee.0 (1924) Object 847127fffe11dad6.mode_force is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
                            2024-11-30 16:16:25.034 - warn: zigbee.0 (1924) Object zigbee.0.847127fffe11dad6.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
                            2024-11-30 16:16:25.035 - warn: zigbee.0 (1924) Object zigbee.0.847127fffe11dad6.mode_force is invalid: obj.common.states has an invalid type! Expected "object", received "string" This will throw an error up from js-controller version 7.0.0!
                            2024-11-30 16:16:26.001 - info: zigbee.0 (1924) Successfully interviewed '0x847127fffe11dad6', device has successfully been paired
                            2024-11-30 16:16:26.001 - info: zigbee.0 (1924) Device '0x847127fffe11dad6' is supported, identified as: Siterwell Radiator valve with thermostat (GS361A-H04)
                            2024-11-30 16:17:19.580 - info: zigbee.0 (1924) Zigbee: stop joining
                            2024-11-30 16:17:43.286 - info: zigbee.0 (1924) -> Configuring 0x847127fffe11dad6 TS0601
                            

                            Start Reconfigure

                            2024-11-30 16:17:43.290 - warn: zigbee.0 (1924) DeviceConfigure: 0x847127fffe11dad6 TS0601 Failed to configure. When device works is all fine when not wake up the device and check again
                            

                            Was nun? Ist mein altes Zigbee Thermostat zu alt und nun inkompatible mit js-controller 7?

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              BugBuster1701 @BugBuster1701 last edited by

                              Nachtrag: Habe baugleiches Thermostat gewechselt. Die Fehlermeldungen bleiben, das ist aber trotzdem steuerbar. Macht die Sache nicht einfacher.

                              foxriver76 1 Reply Last reply Reply Quote 0
                              • foxriver76
                                foxriver76 Developer @BugBuster1701 last edited by

                                @bugbuster1701 die Controller Warnung hat nix damit zu.

                                jolic 1 Reply Last reply Reply Quote 0
                                • jolic
                                  jolic @foxriver76 last edited by jolic

                                  Problem mit Snapshot-Update im VIS2 nach Upgrade des js-Controllers auf Version 7.0.3

                                  Hallo, ich habe im VIS2 für eine Kamera ein Basic Image-Widget mit der URL zum Snapshot meiner Kamera eingebunden. Die Snapshot-URL funktioniert einwandfrei, und ich erhalte alle 2 Sekunden ein aktuelles Bild, da ich die Updatezeit(ms) auf 2000 eingestellt habe, um eine angemessene Bildaktualisierung zu erhalten.

                                  Bildschirmfoto_basic_refreshInterval.jpg

                                  Seit dem gestrigen Update des js-Controllers von Version 6.0.11 auf 7.0.3 funktioniert diese Updatezeit (basic_refreshInterval) jedoch nicht mehr. Das Bild wird nur noch aktualisiert, wenn ich die gesamte Seite neu lade. Getestet mit Fully Browser 1.53, Google Chrome 131.0.6778.86, Brave 1.73.91 und ioBroker Visu 1.3.0.

                                  Kann dies jemand bestätigen (möglicherweise ein Bug) oder kennt eine Lösung dafür?

                                  Das Update wurde erfolgreich über die Konsole durchgeführt, keine Fehler unter Protokolle, anbei meine aktuelle Konfiguration:

                                  PlatformBetriebssystem:linux
                                  Architektur:arm64
                                  CPUs:4
                                  Geschwindigkeit:1500 MHz
                                  Modell:Cortex-A72
                                  RAM:7.6 GB
                                  System-Betriebszeit:23:33:38
                                  Node.js:v20.18.0
                                  time:1732988101669
                                  timeOffset:-60
                                  NPM:10.9.0
                                  Adapter-Anzahl:547
                                  Datenträgergröße:916.6 GB
                                  Freier Festplattenspeicher:909.7 GB
                                  Aktive Instanzen:14
                                  Pfad:/opt/iobroker/
                                  Betriebszeit:23:33:21
                                  aktiv:true
                                  _nodeCurrent:20.18.0
                                  _nodeNewest:20.18.1
                                  _nodeNewestNext:20.18.1
                                  _npmCurrent:10.9.0
                                  _npmNewest:10.8.2
                                  _npmNewestNext:10.8.2
                                  

                                  PS: Die Node.js-Version 20.18.1 wird bald für mein OS verfügbar sein. Ich vermute, dass dies kaum mit dem aktuellen Problem zusammenhängt.

                                  Nachtrag: Sorry, da lag ich wohl falsch! Ich bin zurück auf Version 6.0.11, aber das Problem bleibt bestehen. In den letzten Tagen habe ich eigentlich nichts am ioBroker verändert, daher hatte ich vermutet, dass es am js-Controller liegt. Ich werde meine Logs noch einmal genauer durchsehen – möglicherweise hängt es mit einem Systemupdate zusammen.

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

                                    @jolic sagte in js-controller Lucy (Version 7.0) jetzt im Stable Repository:

                                    möglicherweise hängt es mit einem Systemupdate zusammen.

                                    Und wie und wo und womit bist du da genau unterwegs?

                                    iob diag
                                    

                                    anschauen.

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

                                      @thomas-braun

                                      Hallo Thomas, wie du vielleicht aus dem alten Thread iobroker-auf-manjaro-und-raspberry-4 weißt, nutze ich Manjaro ARM auf einem Pi4.

                                      Der "iob fix" funktioniert nach wie vor wie im Thread beschrieben, mit Ausnahme der Debian-Warnungen wie „apt-get: Befehl nicht gefunden“ hier mit curl gestartet:

                                      [pi4m@manjaro-arm ~]$ curl -fsSL https://iobroker.net/fix.sh | bash -
                                      library: loaded
                                      Library version=2024-10-22
                                      
                                      ==========================================================================
                                      
                                          Welcome to the ioBroker installation fixer!
                                          Script version: 2024-10-22
                                          
                                          You might need to enter your password a couple of times.
                                      
                                      ==========================================================================
                                      
                                      
                                      ==========================================================================
                                          Installing prerequisites (1/5)
                                      ==========================================================================
                                      
                                      sudo: apt-get: Befehl nicht gefunden
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed acl
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed sudo
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed libcap2-bin
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed build-essential
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed gcc
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed make
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed libavahi-compat-libdnssd-dev
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed libudev-dev
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed libpam0g-dev
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed pkg-config
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed git
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed curl
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed unzip
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed distro-info
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed libcairo2-dev
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed libpango1.0-dev
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed libjpeg-dev
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed libgif-dev
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed librsvg2-dev
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed libpixman-1-dev
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed net-tools
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed cmake
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed polkitd
                                      sudo: apt-get: Befehl nicht gefunden
                                      Installed passwd
                                      
                                      ==========================================================================
                                          Checking ioBroker user and directory permissions (2/5)
                                      ==========================================================================
                                      
                                      Created /etc/sudoers.d/iobroker
                                      Fixing directory permissions...
                                      
                                      ==========================================================================
                                          Check and cleanup npm temporary directories (3/5)
                                      ==========================================================================
                                      
                                      Done.
                                      
                                      ==========================================================================
                                          Database maintenance (4/5)
                                      ==========================================================================
                                      
                                      Checking for uncompressed JSONL databases... This might take a while!
                                      
                                      Compressing /opt/iobroker/iobroker-data/states.jsonl
                                      Compressing /opt/iobroker/iobroker-data/objects.jsonl
                                      Compressed 2 JSONL files. Done
                                      
                                      ==========================================================================
                                          Checking autostart (5/5)
                                      ==========================================================================
                                      
                                      Enabling autostart...
                                      Autostart enabled!
                                      
                                      ==========================================================================
                                      
                                          Your installation was fixed successfully
                                          Run iobroker start to start ioBroker again!
                                      
                                      ==========================================================================
                                      
                                      

                                      Der "iob diag" hatte im August auch funktioniert, heute erhalte ich diese Meldung:

                                      *** iob diag is starting up, please wait ***
                                      iob diag needs to be updated. Please execute 'iobroker fix' first.
                                      

                                      Mir ist bewusst, dass ioBroker offiziell nur Debian unterstützt und supportet. Aber vielleicht hast du trotzdem eine Idee, wie ich „iob diag“ unter Manjaro wieder zum Laufen bringen könnte?

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

                                        @jolic sagte in js-controller Lucy (Version 7.0) jetzt im Stable Repository:

                                        Aber vielleicht hast du trotzdem eine Idee, wie ich „iob diag“ unter Manjaro wieder zum Laufen bringen könnte?

                                        Hab ich.

                                        pacman -S distro-info
                                        

                                        und es sollte laufen.

                                        Mein EndeavourOS meldet sich nämlich so:

                                        *** BASE SYSTEM ***
                                         Static hostname: roamer
                                               Icon name: computer-laptop
                                                 Chassis: laptop 💻
                                        Operating System: EndeavourOS
                                                  Kernel: Linux 6.12.1-arch1-1
                                            Architecture: x86-64
                                         Hardware Vendor: Lenovo
                                          Hardware Model: Lenovo V17 G4 IRU
                                        Firmware Version: MCCN29WW
                                           Firmware Date: Sun 2024-09-29
                                            Firmware Age: 2month 2d
                                        OS is similar to: arch
                                        
                                        model name      : 13th Gen Intel(R) Core(TM) i5-1335U
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : x86_64
                                        Userland        : 64 bit
                                        
                                        Systemuptime and Load:
                                         23:42:06 up 14:44,  2 users,  load average: 0.22, 0.33, 0.37
                                        CPU threads: 12
                                        
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Unknown release codenamed 'rolling'. Please check yourself if the Operating System is actively maintained.
                                        
                                        
                                        jolic 1 Reply Last reply Reply Quote 0
                                        • jolic
                                          jolic @Thomas Braun last edited by jolic

                                          @thomas-braun

                                          Prima! langt die SUMMARY?
                                          Nachtrag, wahrscheinlich nein, hier alles:

                                          Script v.2024-10-19
                                          
                                          *** BASE SYSTEM ***
                                           Static hostname: manjaro-arm
                                                 Icon name: computer
                                          Operating System: Manjaro ARM Linux
                                                    Kernel: Linux 6.6.59-1-MANJARO-RPI4
                                              Architecture: arm64
                                          OS is similar to: arch
                                          
                                          Model           : Raspberry Pi 4 Model B Rev 1.5
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : aarch64
                                          Userland        : 64 bit
                                          
                                          Systemuptime and Load:
                                           23:47:13 up  1:04,  2 users,  load average: 0.32, 0.33, 0.28
                                          CPU threads: 4
                                          
                                          
                                          *** LIFE CYCLE STATUS ***
                                          Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          No throttling issues detected.
                                          
                                          *** TIME AND TIMEZONES ***
                                                         Local time: Sat 2024-11-30 23:47:13 CET
                                                     Universal time: Sat 2024-11-30 22:47:13 UTC
                                                           RTC time: n/a
                                                          Time zone: Europe/Berlin (CET, +0100)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** Users and Groups ***
                                          User that called 'iob diag':
                                          pi4m
                                          HOME=/home/pi4m
                                          GROUPS=sys network power users video storage lp input audio wheel pi4m iobroker
                                          
                                          User that is running 'js-controller':
                                          js-controller is not running
                                          
                                          *** DISPLAY-SERVER SETUP ***
                                          Display-Server: false
                                          Desktop: 
                                          Terminal:       tty
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            8.2G        302M        6.3G        3.1M        1.7G        7.9G
                                          Swap:            12G          0B         12G
                                          Total:           20G        302M         18G
                                          
                                          Active iob-Instances:   1
                                          
                                                   7806 M total memory
                                                    289 M used memory
                                                   1130 M active memory
                                                    460 M inactive memory
                                                   5989 M free memory
                                                    118 M buffer memory
                                                   1519 M swap cache
                                                  11709 M total swap
                                                      0 M used swap
                                                  11709 M free swap
                                          
                                          *** top - Table Of Processes  ***
                                          top - 23:47:14 up  1:04,  2 users,  load average: 0.32, 0.33, 0.28
                                          Tasks: 160 total,   3 running, 157 sleeping,   0 stopped,   0 zombie
                                          %Cpu(s):  2.1 us,  4.2 sy,  0.0 ni, 93.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                          MiB Mem :   7806.6 total,   5988.0 free,    290.4 used,   1638.3 buff/cache     
                                          MiB Swap:  11710.0 total,  11710.0 free,      0.0 used.   7516.3 avail Mem 
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                          * iobroker.service loaded failed failed ioBroker Server
                                          
                                          Legend: LOAD   -> Reflects whether the unit definition was properly loaded.
                                                  ACTIVE -> The high-level unit activation state, i.e. generalization of SUB.
                                                  SUB    -> The low-level unit activation state, values depend on unit type.
                                          
                                          1 loaded units listed.
                                          
                                          
                                          *** DMESG CRITICAL ERRORS ***
                                          No critical errors detected
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          dev            devtmpfs  3.8G     0  3.8G   0% /dev
                                          run            tmpfs     3.9G  1.1M  3.9G   1% /run
                                          /dev/sda2      ext4      917G  7.2G  873G   1% /
                                          tmpfs          tmpfs     3.9G  1.9M  3.9G   1% /dev/shm
                                          tmpfs          tmpfs     3.9G   20K  3.9G   1% /tmp
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-network-generator.service
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-udev-load-credentials.service
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev-early.service
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-sysctl.service
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev.service
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-networkd.service
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-vconsole-setup.service
                                          /dev/sda1      vfat      458M   51M  407M  12% /boot
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup.service
                                          tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                                          tmpfs          tmpfs     781M  4.0K  781M   1% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Sat Nov 30 22:42:51 2024] EXT4-fs (sda2): mounted filesystem 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w with ordered data mode. Quota mode: none.
                                          [Sat Nov 30 22:42:53 2024] EXT4-fs (sda2): re-mounted 4f15f9f9-8c71-4493-986e-d850a02a0242 r/w. Quota mode: none.
                                          
                                          Show mounted filesystems:
                                          TARGET  SOURCE    FSTYPE OPTIONS
                                          /       /dev/sda2 ext4   rw,noatime
                                          `-/boot /dev/sda1 vfat   rw,nodev,noexec,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          526M    /var/
                                          498M    /var/log
                                          497M    /var/log/journal/256940e9bd0e49078df2cc99156a71f7
                                          497M    /var/log/journal
                                          23M     /var/lib/pacman
                                          
                                          Archived and active journals take up 496.5M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          11M     /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          1.1G    /opt/iobroker/iobroker-data/
                                          950M    /opt/iobroker/iobroker-data/files
                                          617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                          560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                          558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                          
                                          The five largest files in iobroker-data are:
                                          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                          24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                                          24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                                          24M     /opt/iobroker/iobroker-data/files/vis-2/customWidgets.js.map
                                          13M     /opt/iobroker/iobroker-data/objects.jsonl
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          No Devices found 'by-id'
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v20.18.0
                                          /usr/bin/node           v20.18.0
                                          /usr/bin/npm            10.9.0
                                          /usr/bin/npx            10.9.0
                                          /usr/bin/corepack       0.29.3
                                          
                                          Temp directories causing deletion problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree: 0
                                          No problems detected
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is not running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Hosts:
                                          manjaro-arm         manjaro-arm (version: 7.0.3, hostname: manjaro-arm   , alive, uptime: 619)
                                          
                                          Core adapters versions
                                          js-controller:  7.0.3
                                          admin:          7.1.5
                                          javascript:     8.8.3
                                          
                                          nodejs modules from github:     0
                                          
                                          Adapter State
                                            system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                            system.adapter.backitup.0               : backitup              : manjaro-arm                              -  enabled
                                            system.adapter.dwd.0                    : dwd                   : manjaro-arm                              -  enabled
                                            system.adapter.email.0                  : email                 : manjaro-arm                              -  enabled
                                            system.adapter.fullybrowser.0           : fullybrowser          : manjaro-arm                              -  enabled
                                            system.adapter.ical.0                   : ical                  : manjaro-arm                              -  enabled
                                            system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : manjaro-arm                              - disabled
                                            system.adapter.javascript.0             : javascript            : manjaro-arm                              -  enabled
                                            system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                                            system.adapter.ping.0                   : ping                  : manjaro-arm                              -  enabled
                                            system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                                            system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                                            system.adapter.tr-064.0                 : tr-064                : manjaro-arm                              -  enabled
                                            system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: manjaro-arm                              -  enabled
                                            system.adapter.vis-2.0                  : vis-2                 : manjaro-arm                              -  enabled
                                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : manjaro-arm                              -  enabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : manjaro-arm                              -  enabled
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : manjaro-arm                              -  enabled
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : manjaro-arm                              -  enabled
                                            system.adapter.vis.0                    : vis                   : manjaro-arm                              -  enabled
                                            system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            system.adapter.yahka.0                  : yahka                 : manjaro-arm                              -  enabled
                                            system.adapter.zwave2.0                 : zwave2                : manjaro-arm                              -  enabled
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                            system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                            system.adapter.mqtt.0                   : mqtt                  : manjaro-arm                              -  enabled, port: 1883, bind: 0.0.0.0
                                            system.adapter.shelly.0                 : shelly                : manjaro-arm                              -  enabled, port: 1882, bind: 0.0.0.0
                                            system.adapter.simple-api.0             : simple-api            : manjaro-arm                              -  enabled, port: 8087, bind: 192.168.0.164, run as: admin
                                            system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          ioBroker-Repositories
                                          ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                          │ (index) │ name               │ url                                                     │ auto upgrade │
                                          ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                          │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                          │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                          └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                          
                                          Active repo(s): Stable (default)
                                          Upgrade policy: none
                                          
                                          Installed ioBroker-Instances
                                          Used repository: Stable (default)
                                          Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                          Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                          Adapter    "email"        : 1.3.1    , installed 1.3.1
                                          Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                                          Adapter    "ical"         : 1.16.1   , installed 1.16.1
                                          Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                                          Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                          Controller "js-controller": 7.0.3    , installed 7.0.3
                                          Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                          Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                          Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                          Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                                          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                          Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                          Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                          Adapter    "zwave2"       : 3.1.0    , installed 3.1.0
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        2325
                                          States:         1800
                                          
                                          *** OS-Repositories and Updates ***
                                          No Debian-based Linux detected.
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                          tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      968        5055       563/pihole-FTL      
                                          tcp        0      0 127.0.0.1:5335          0.0.0.0:*               LISTEN      0          5975       450/unbound         
                                          tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      968        5051       563/pihole-FTL      
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          4094       552/sshd: /usr/bin/ 
                                          tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          3973       472/lighttpd        
                                          tcp6       0      0 ::1:4711                :::*                    LISTEN      968        5056       563/pihole-FTL      
                                          tcp6       0      0 :::53                   :::*                    LISTEN      968        5053       563/pihole-FTL      
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          4096       552/sshd: /usr/bin/ 
                                          udp        0      0 0.0.0.0:53              0.0.0.0:*                           968        5050       563/pihole-FTL      
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          6685       453/dhcpcd: [networ 
                                          udp        0      0 127.0.0.1:5335          0.0.0.0:*                           0          5974       450/unbound         
                                          udp6       0      0 :::53                   :::*                                968        5052       563/pihole-FTL      
                                          udp6       0      0 :::546                  :::*                                0          6687       453/dhcpcd: [networ 
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2024-11-30 23:06:39.942  - info: host.manjaro-arm instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
                                          2024-11-30 23:06:40.004  - info: host.manjaro-arm instance system.adapter.shelly.0 terminated with code 0 (NO_ERROR)
                                          2024-11-30 23:06:40.004  - info: host.manjaro-arm instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                          2024-11-30 23:06:40.124  - info: host.manjaro-arm stopInstance timeout system.adapter.javascript.0 killing pid 1637
                                          2024-11-30 23:06:40.125  - info: host.manjaro-arm stopInstance timeout system.adapter.ping.0 killing pid 1727
                                          2024-11-30 23:06:40.125  - info: host.manjaro-arm stopInstance timeout system.adapter.zwave2.0 killing pid 1769
                                          2024-11-30 23:06:40.126  - info: host.manjaro-arm stopInstance timeout system.adapter.web.0 killing pid 1875
                                          2024-11-30 23:06:40.262  - info: host.manjaro-arm instance system.adapter.email.0 terminated with code 0 (NO_ERROR)
                                          2024-11-30 23:06:40.263  - info: host.manjaro-arm instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
                                          2024-11-30 23:06:40.286  - info: host.manjaro-arm instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                          2024-11-30 23:06:40.343  - info: host.manjaro-arm instance system.adapter.fullybrowser.0 terminated with code 0 (NO_ERROR)
                                          2024-11-30 23:06:40.343  - info: host.manjaro-arm All instances are stopped.
                                          2024-11-30 23:06:40.544  - warn: host.manjaro-arm instance system.adapter.javascript.0 terminated due to SIGKILL
                                          2024-11-30 23:06:40.544  - info: host.manjaro-arm instance system.adapter.javascript.0 terminated with code null ()
                                          2024-11-30 23:06:40.545  - info: host.manjaro-arm All instances are stopped.
                                          2024-11-30 23:06:40.545  - warn: host.manjaro-arm instance system.adapter.ping.0 terminated due to SIGKILL
                                          2024-11-30 23:06:40.545  - info: host.manjaro-arm instance system.adapter.ping.0 terminated with code null ()
                                          2024-11-30 23:06:40.545  - info: host.manjaro-arm All instances are stopped.
                                          2024-11-30 23:06:40.585  - warn: host.manjaro-arm instance system.adapter.zwave2.0 terminated due to SIGKILL
                                          2024-11-30 23:06:40.585  - info: host.manjaro-arm instance system.adapter.zwave2.0 terminated with code null ()
                                          2024-11-30 23:06:40.585  - info: host.manjaro-arm All instances are stopped.
                                          2024-11-30 23:06:40.586  - warn: host.manjaro-arm instance system.adapter.web.0 terminated due to SIGKILL
                                          2024-11-30 23:06:40.586  - info: host.manjaro-arm instance system.adapter.web.0 terminated with code null ()
                                          2024-11-30 23:06:40.586  - info: host.manjaro-arm All instances are stopped.
                                          2024-11-30 23:06:40.750  - info: host.manjaro-arm terminated
                                          
                                          
                                          ======================= SUMMARY =======================
                                                                  v.2024-10-19
                                          
                                          
                                           Static hostname: manjaro-arm
                                                 Icon name: computer
                                          Operating System: Manjaro ARM Linux
                                                    Kernel: Linux 6.6.59-1-MANJARO-RPI4
                                              Architecture: arm64
                                          
                                          Installation:           native
                                          Kernel:                 aarch64
                                          Userland:               64 bit
                                          Timezone:               Europe/Berlin (CET, +0100)
                                          User-ID:                1000
                                          Display-Server:         false
                                          Boot Target:            multi-user.target
                                          
                                          Pending OS-Updates:     0
                                          Pending iob updates:    0
                                          
                                          Nodejs-Installation:
                                          /usr/bin/nodejs         v20.18.0
                                          /usr/bin/node           v20.18.0
                                          /usr/bin/npm            10.9.0
                                          /usr/bin/npx            10.9.0
                                          /usr/bin/corepack       0.29.3
                                          
                                          Recommended versions are nodejs 20.18.1 and npm 10.8.2
                                          nodeJS installation is correct
                                          
                                          MEMORY: 
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            8.2G        297M        6.3G        3.1M        1.7G        7.9G
                                          Swap:            12G          0B         12G
                                          Total:           20G        297M         18G
                                          
                                          Active iob-Instances:   1
                                          Upgrade policy: none
                                          
                                          ioBroker Core:          js-controller           7.0.3
                                                                  admin                   7.1.5
                                          
                                          ioBroker Status:        iobroker is not running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Status admin and web instance:
                                            system.adapter.admin.0                  : admin                 : manjaro-arm                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                            system.adapter.web.0                    : web                   : manjaro-arm                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          Objects:                2325
                                          States:                 1800
                                          
                                          Size of iob-Database:
                                          
                                          13M     /opt/iobroker/iobroker-data/objects.jsonl
                                          376K    /opt/iobroker/iobroker-data/states.jsonl
                                          
                                          
                                          Unknown release codenamed 'n/a'. Please check yourself if the Operating System is actively maintained.
                                          
                                          =================== END OF SUMMARY ====================
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @jolic last edited by

                                            @jolic
                                            Außer, das der ioBroker nicht läuft, sieht man da halt nicht viel.

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

                                            Support us

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

                                            506
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            backup dynamic notifications js-controller lucy stable test
                                            35
                                            116
                                            12261
                                            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