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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. js-controller 3.0/3.1 jetzt im Latest!

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    12
    1
    134

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

js-controller 3.0/3.1 jetzt im Latest!

Scheduled Pinned Locked Moved ioBroker Allgemein
js-controller
1.3k Posts 127 Posters 522.4k Views 89 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D deta

    Moin,
    update ok

    Was mir aufgefallen ist, bei Upnp und tr-064 Adapter

    upnp.0	2020-04-27 06:19:06.292	warn	(3135) no connection to objects DB
    tr-064.0	2020-04-27 06:18:51.565	warn	(2755) no connection to states DB
    

    Selbe Fehler bei beiden.
    Adapter alles aktuell.

    cu Deta

    sigi234S Online
    sigi234S Online
    sigi234
    Forum Testing Most Active
    wrote on last edited by
    #471

    @deta sagte in js-controller 3.0 jetzt im Latest!:

    bei UNPD

    https://forum.iobroker.net/topic/32694/test-adapter-upnp-1-0-x

    Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
    Immer Daten sichern!

    D 1 Reply Last reply
    0
    • sigi234S sigi234

      @deta sagte in js-controller 3.0 jetzt im Latest!:

      bei UNPD

      https://forum.iobroker.net/topic/32694/test-adapter-upnp-1-0-x

      D Offline
      D Offline
      deta
      Most Active
      wrote on last edited by
      #472

      @sigi234 ist heute Früh als Update mit da gewesen!
      Dennoch...der Warn

      apollon77A 1 Reply Last reply
      0
      • D deta

        @sigi234 ist heute Früh als Update mit da gewesen!
        Dennoch...der Warn

        apollon77A Offline
        apollon77A Offline
        apollon77
        wrote on last edited by
        #473

        @deta der warm heißt nur das die objects dB etwas gebraucht hat um sich zu verbinden. Kann passieren wenn alles startet. Restarte die beiden mal einzeln. Kommt’s dann auch?

        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
        D 1 Reply Last reply
        0
        • bahnuhrB Online
          bahnuhrB Online
          bahnuhr
          Forum Testing Most Active
          wrote on last edited by bahnuhr
          #474

          bin noch nicht auf 3.0

          Im log erscheint bei mir:

          telegram.0	2020-04-27 08:00:01.645	warn	(12632) adapter.getMessage is deprecated and will be removed in js-controller 3.0. Please report this warning to the developer of this adapter!
          

          Wenn dies schon bekannt, dann gut (habe jetzt nicht den ganzen thread danach durchgeschaut).

          mfg
          Dieter


          Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
          Danke.
          gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
          ScreenToGif :https://www.screentogif.com/downloads.html

          apollon77A 1 Reply Last reply
          0
          • apollon77A apollon77

            Mensch ... sieht ja alles super aus :-) 15h Ruhe hier im Thread und bereits über 2.000 Installationen der neuen Version.

            Wir haben die letzten Tage noch einiges Eures Feedback und Themen von verschiedenen Stellen und vor allem auch letzte Randfälle die Sentry gemeldet hat gesammelt und daraus ist die 3.0.19 aka Stable RC1 entstanden. Jetzt bitte alle nochmal updaten - sollte in den nächsten Stunden im Latest bei allen auftauchen.

            Vor allem die tr-064 Probleme sollten jetzt weniger werden ...

            3.0.19 (2020-04-26) Release Elena

            • (Apollon77) make sure to correctly create empty logfile on "delLogs" (Sentry IOBROKER-JS-CONTROLLER-Q)
            • (foxriver76) make callback consistent when client has closed connection (Sentry IOBROKER-JS-CONTROLLER-R)
            • (foxriver76) add missing Error for DB closed, which was used but undefined in tools.js
            • (foxriver76) if buffer is of type object and not a buffer object log a warning - also bufferFrom null will also result in an error, prevent it (Sentry IOBROKER-JS-CONTROLLER-S)
            • (foxriver76) in edge cases def can be an object, we also support this on extendObject
            • (foxriver76) make sure stacktrace is there on validateId
            • (foxriver76) avoid error on installAdapters function due to downloadyRetry (Sentry IOBROKER-JS-CONTROLLER-V)
            • (Apollon77) make sure Logfile is rewritten with empty content (Sentry IOBROKER-JS-CONTROLLER-Q)
            • (Apollon77) Update Sentry Plugin to 1.0.0, adds pathBlacklist option, fixes pot. crash reason
            • (foxriver76) ensure backward compatibility with auto decrypt function
            • (Apollon77) Re-allow states to be set with no val property but check that there is at least one property
            • (foxriver76) also call enumerateAdapterDocs when deleting all instances

            Have fun

            dslraserD Offline
            dslraserD Offline
            dslraser
            Forum Testing Most Active
            wrote on last edited by
            #475

            @apollon77
            bis auf eine Meldung alles okay.

            denon.0	2020-04-27 08:14:08.358	error	(576) Could not create DE states: Error: The id is empty! Please provide a valid id.
            

            läuft aber trotzdem.(Adapter im Anschluss neu gestartet und läuft)

            apollon77A 1 Reply Last reply
            0
            • K Offline
              K Offline
              Kueppert
              wrote on last edited by
              #476

              Moin,
              hab auch die 3.0.19 drauf gemacht. Alles bisher ohne Auffälligkeiten - AUßER der iot...will der schon wieder nen rebuild??

              iot.0	2020-04-27 08:20:48.067	warn	(19280) Cannot initialize getImage: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 64. This 
              

              Muss man das bei dem Adapter jetzt jedes Update vom JS-COntroller machen? :grin: Die Meldung ist diesmal aber etwas anders formuliert als sonst...

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

              AlCalzoneA 1 Reply Last reply
              0
              • apollon77A apollon77

                Mensch ... sieht ja alles super aus :-) 15h Ruhe hier im Thread und bereits über 2.000 Installationen der neuen Version.

                Wir haben die letzten Tage noch einiges Eures Feedback und Themen von verschiedenen Stellen und vor allem auch letzte Randfälle die Sentry gemeldet hat gesammelt und daraus ist die 3.0.19 aka Stable RC1 entstanden. Jetzt bitte alle nochmal updaten - sollte in den nächsten Stunden im Latest bei allen auftauchen.

                Vor allem die tr-064 Probleme sollten jetzt weniger werden ...

                3.0.19 (2020-04-26) Release Elena

                • (Apollon77) make sure to correctly create empty logfile on "delLogs" (Sentry IOBROKER-JS-CONTROLLER-Q)
                • (foxriver76) make callback consistent when client has closed connection (Sentry IOBROKER-JS-CONTROLLER-R)
                • (foxriver76) add missing Error for DB closed, which was used but undefined in tools.js
                • (foxriver76) if buffer is of type object and not a buffer object log a warning - also bufferFrom null will also result in an error, prevent it (Sentry IOBROKER-JS-CONTROLLER-S)
                • (foxriver76) in edge cases def can be an object, we also support this on extendObject
                • (foxriver76) make sure stacktrace is there on validateId
                • (foxriver76) avoid error on installAdapters function due to downloadyRetry (Sentry IOBROKER-JS-CONTROLLER-V)
                • (Apollon77) make sure Logfile is rewritten with empty content (Sentry IOBROKER-JS-CONTROLLER-Q)
                • (Apollon77) Update Sentry Plugin to 1.0.0, adds pathBlacklist option, fixes pot. crash reason
                • (foxriver76) ensure backward compatibility with auto decrypt function
                • (Apollon77) Re-allow states to be set with no val property but check that there is at least one property
                • (foxriver76) also call enumerateAdapterDocs when deleting all instances

                Have fun

                BBTownB Offline
                BBTownB Offline
                BBTown
                wrote on last edited by
                #477

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

                3.0.19 (2020-04-26) Release Elena

                läuft bei mir unauffällig :+1:

                ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.1.0 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

                1 Reply Last reply
                0
                • K Kueppert

                  Moin,
                  hab auch die 3.0.19 drauf gemacht. Alles bisher ohne Auffälligkeiten - AUßER der iot...will der schon wieder nen rebuild??

                  iot.0	2020-04-27 08:20:48.067	warn	(19280) Cannot initialize getImage: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 64. This 
                  

                  Muss man das bei dem Adapter jetzt jedes Update vom JS-COntroller machen? :grin: Die Meldung ist diesmal aber etwas anders formuliert als sonst...

                  AlCalzoneA Offline
                  AlCalzoneA Offline
                  AlCalzone
                  Developer
                  wrote on last edited by
                  #478

                  @Kueppert Ich glaube eher, dass noch kein Rebuild geschehen ist.

                  Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                  K 1 Reply Last reply
                  0
                  • AlCalzoneA AlCalzone

                    @Kueppert Ich glaube eher, dass noch kein Rebuild geschehen ist.

                    K Offline
                    K Offline
                    Kueppert
                    wrote on last edited by Kueppert
                    #479

                    @AlCalzone dochdoch, hab iobroker rebuild <ADAPTER> nach jedem Update des JS-Controllers gemacht. Ich versuche es jetzt mal mit iobroker rebuild <ADAPTER> --install und werde berichten - beim nächsten JS-Controller-Update ;)

                    EDIT: nach dem Rebuild keine weitere WARN-Meldung vom Adapter

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

                    AlCalzoneA 1 Reply Last reply
                    1
                    • L Offline
                      L Offline
                      LJSven
                      wrote on last edited by LJSven
                      #480

                      Bei mir wird im Info noch die 10er Node Version angezeigt. Ist die folgende vorgehensweise richtig, um das gesammte System auf den aktuellsten Stand (Betriebssystem, iobroker, node) zu bringen ->

                      cd /opt/iobroker
                      iobroker backup
                      iobroker stop
                      cd
                      sudo apt-get update
                      sudo apt-get upgrade
                      cd /opt/iobroker
                      curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
                      sudo apt-get install -y nodejs
                      iobroker update
                      iobroker upgrade self
                      iobroker uprade
                      iobroker fix
                      iobroker start

                      Zuerst den Slave, anschließend den Master!

                      Könnte man daraus nicht ein Script machen, wie es beim "iobroker fix" auch ist?

                      apollon77A 1 Reply Last reply
                      0
                      • bahnuhrB bahnuhr

                        bin noch nicht auf 3.0

                        Im log erscheint bei mir:

                        telegram.0	2020-04-27 08:00:01.645	warn	(12632) adapter.getMessage is deprecated and will be removed in js-controller 3.0. Please report this warning to the developer of this adapter!
                        

                        Wenn dies schon bekannt, dann gut (habe jetzt nicht den ganzen thread danach durchgeschaut).

                        mfg
                        Dieter

                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        wrote on last edited by
                        #481

                        @bahnuhr Da gibts ein Update für vom Adapter

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

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

                          @apollon77
                          bis auf eine Meldung alles okay.

                          denon.0	2020-04-27 08:14:08.358	error	(576) Could not create DE states: Error: The id is empty! Please provide a valid id.
                          

                          läuft aber trotzdem.(Adapter im Anschluss neu gestartet und läuft)

                          apollon77A Offline
                          apollon77A Offline
                          apollon77
                          wrote on last edited by
                          #482

                          @dslraser Issue bitte beim Adapter anlegen

                          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
                          dslraserD 1 Reply Last reply
                          0
                          • L LJSven

                            Bei mir wird im Info noch die 10er Node Version angezeigt. Ist die folgende vorgehensweise richtig, um das gesammte System auf den aktuellsten Stand (Betriebssystem, iobroker, node) zu bringen ->

                            cd /opt/iobroker
                            iobroker backup
                            iobroker stop
                            cd
                            sudo apt-get update
                            sudo apt-get upgrade
                            cd /opt/iobroker
                            curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
                            sudo apt-get install -y nodejs
                            iobroker update
                            iobroker upgrade self
                            iobroker uprade
                            iobroker fix
                            iobroker start

                            Zuerst den Slave, anschließend den Master!

                            Könnte man daraus nicht ein Script machen, wie es beim "iobroker fix" auch ist?

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            wrote on last edited by
                            #483

                            @LJSven Naja das "iobroker upgrade" an sich kann man machen muss man nicht ... updated halt alle Adapter.

                            Ja sieht sinnvoll aus ... aber hey dabei kann so viel schief gehen in jedem einzelnen Schritt .... nee das macht man besser selbst schritt für schritt

                            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
                            E 1 Reply Last reply
                            0
                            • MaufloM Offline
                              MaufloM Offline
                              Mauflo
                              wrote on last edited by
                              #484

                              @apollon77, bin jetzt komplett aktuell js-controller 3.0.19 und das Ding läuft! Keine Probleme mehr mit irgendwelchen Adaptern, außer die übliche Warnung bei Radar2 und broadlink2:

                              radar2.0	2020-04-27 09:29:54.058	warn	(4379) adapter.objects.getObjectList is deprecated, and will be removed in the future. Please use adapter.getObjectList/Async. Report this to Developer!
                              
                              broadlink2.0	2020-04-27 09:42:28.185	warn	(15858) adapter.objects.getObjectList is deprecated, and will be removed in the future. Please use adapter.getObjectList/Async. Report this to Developer!
                              

                              TR-064 läuft und macht keine Probleme mit dem PW mehr, und auch Hue scheint soweit zu laufen.

                              Soweit mein Bericht!

                              RaspberryPi 4 4 GB - Raspbian light Buster - ARMv7 Processor rev 3 (v7l) - Node.js v12.18.0 - NPM 6.14.4 - Aktive Instanzen 18 (admin, alexa2, backitup, broadlink2, ham-wemo, harmony, history, hs100, hue, info, iot, javascript, radar2, scenes, tr-064, web [2x], wifilight) all latest and updated

                              1 Reply Last reply
                              1
                              • K Kueppert

                                @AlCalzone dochdoch, hab iobroker rebuild <ADAPTER> nach jedem Update des JS-Controllers gemacht. Ich versuche es jetzt mal mit iobroker rebuild <ADAPTER> --install und werde berichten - beim nächsten JS-Controller-Update ;)

                                EDIT: nach dem Rebuild keine weitere WARN-Meldung vom Adapter

                                AlCalzoneA Offline
                                AlCalzoneA Offline
                                AlCalzone
                                Developer
                                wrote on last edited by
                                #485

                                @Kueppert In meinen Tests hat rebuild ohne install bisher nicht funktioniert. Vermutlich lag es daran auch bei dir.

                                Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                1 Reply Last reply
                                2
                                • apollon77A apollon77

                                  @deta der warm heißt nur das die objects dB etwas gebraucht hat um sich zu verbinden. Kann passieren wenn alles startet. Restarte die beiden mal einzeln. Kommt’s dann auch?

                                  D Offline
                                  D Offline
                                  deta
                                  Most Active
                                  wrote on last edited by
                                  #486

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

                                  @deta der warm heißt nur das die objects dB etwas gebraucht hat um sich zu verbinden. Kann passieren wenn alles startet. Restarte die beiden mal einzeln. Kommt’s dann auch?

                                  sie gut aus. Danke

                                  1 Reply Last reply
                                  0
                                  • apollon77A apollon77

                                    @dslraser Issue bitte beim Adapter anlegen

                                    dslraserD Offline
                                    dslraserD Offline
                                    dslraser
                                    Forum Testing Most Active
                                    wrote on last edited by
                                    #487

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

                                    @dslraser Issue bitte beim Adapter anlegen

                                    erledigt

                                    1 Reply Last reply
                                    0
                                    • DiginixD Offline
                                      DiginixD Offline
                                      Diginix
                                      wrote on last edited by
                                      #488

                                      @apollon77 Bin nun auch auf 3.0.19 und bisher alles grün und unauffällig. :+1: :clap:

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

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

                                      1 Reply Last reply
                                      1
                                      • apollon77A apollon77

                                        @LJSven Naja das "iobroker upgrade" an sich kann man machen muss man nicht ... updated halt alle Adapter.

                                        Ja sieht sinnvoll aus ... aber hey dabei kann so viel schief gehen in jedem einzelnen Schritt .... nee das macht man besser selbst schritt für schritt

                                        E Offline
                                        E Offline
                                        e-s
                                        wrote on last edited by e-s
                                        #489

                                        @apollon77
                                        Weiß nicht ob der Fehler schon bekannt ist Mir ist klar, gehört eigentlich zum devices Adapter. aber auf die schnelle ist es hier einfacher.
                                        Beim deinstallieren des devices Adapter:

                                        host.ubuntuserver	2020-04-27 21:33:52.259	info	iobroker exit 0
                                        host.ubuntuserver	2020-04-27 21:33:48.951	info	iobroker WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1
                                        host.ubuntuserver	2020-04-27 21:33:48.942	info	iobroker npm
                                        host.ubuntuserver	2020-04-27 21:33:29.801	error	Cannot write files: /opt/iobroker/iobroker-data/files/devices.admin/_data.json: ENOENT: no such file or directory, open '/opt/iobroker/iobroker-data/files/devices.admin/_data.json'
                                        host.ubuntuserver	2020-04-27 21:33:29.649	info	iobroker npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11, 12, 13.npm WARN npm You can find the latest version at https://nodejs.org/
                                        host.ubuntuserver	2020-04-27 21:33:29.642	info	iobroker WARN npm npm does not support Node.js v14.0.0npm WARN npm You should probably upgrade to a newer version of node as wenpm WARN npm can't make any promises that npm will work with this versi
                                        host.ubuntuserver	2020-04-27 21:33:29.641	info	iobroker npm
                                        host.ubuntuserver	2020-04-27 21:33:28.975	info	iobroker npm uninstall iobroker.devices --error --prefix "/opt/iobroker" (System call)
                                        host.ubuntuserver	2020-04-27 21:33:28.824	info	iobroker host.ubuntuserver object devices.admin deletedhost.ubuntuserver Deleting 2 object(s).
                                        host.ubuntuserver	2020-04-27 21:33:28.804	info	iobroker host.ubuntuserver file devices.admin deleted
                                        readDir	2020-04-27 21:33:28.770	warn	will not read this directory () in future versions: devices is not an object of type "meta"
                                        readDir	2020-04-27 21:33:28.764	warn	will not read this directory (widgets/devices.html/) in future versions: vis is not an object of type "meta"
                                        readDir	2020-04-27 21:33:28.756	warn	will not read this directory (widgets/devices/) in future versions: vis is not an object of type "meta"
                                        host.ubuntuserver	2020-04-27 21:33:27.181	info	iobroker host.ubuntuserver Counted 1 adapter for devices
                                        host.ubuntuserver	2020-04-27 21:33:27.176	info	iobroker host.ubuntuserver Counted 1 meta of devices
                                        host.ubuntuserver	2020-04-27 21:33:27.104	info	iobroker Delete adapter "devices"
                                        host.ubuntuserver	2020-04-27 21:33:24.465	info	iobroker del devices
                                        

                                        Ach ja, gehört zum bosesoundtouch:

                                        bosesoundtouch.0	2020-04-27 21:13:19.940	info	(18695) connecting to host ws://192.168.2.128:8080/
                                        bosesoundtouch.0	2020-04-27 21:13:18.684	info	(18695) starting. Version 0.9.2 in /opt/iobroker/node_modules/iobroker.bosesoundtouch, node: v14.0.0, js-controller: 3.0.19
                                        bosesoundtouch.0	2020-04-27 21:13:18.679	error	(18695) : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.
                                        
                                        wendy2702W 2 Replies Last reply
                                        0
                                        • E e-s

                                          @apollon77
                                          Weiß nicht ob der Fehler schon bekannt ist Mir ist klar, gehört eigentlich zum devices Adapter. aber auf die schnelle ist es hier einfacher.
                                          Beim deinstallieren des devices Adapter:

                                          host.ubuntuserver	2020-04-27 21:33:52.259	info	iobroker exit 0
                                          host.ubuntuserver	2020-04-27 21:33:48.951	info	iobroker WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1
                                          host.ubuntuserver	2020-04-27 21:33:48.942	info	iobroker npm
                                          host.ubuntuserver	2020-04-27 21:33:29.801	error	Cannot write files: /opt/iobroker/iobroker-data/files/devices.admin/_data.json: ENOENT: no such file or directory, open '/opt/iobroker/iobroker-data/files/devices.admin/_data.json'
                                          host.ubuntuserver	2020-04-27 21:33:29.649	info	iobroker npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11, 12, 13.npm WARN npm You can find the latest version at https://nodejs.org/
                                          host.ubuntuserver	2020-04-27 21:33:29.642	info	iobroker WARN npm npm does not support Node.js v14.0.0npm WARN npm You should probably upgrade to a newer version of node as wenpm WARN npm can't make any promises that npm will work with this versi
                                          host.ubuntuserver	2020-04-27 21:33:29.641	info	iobroker npm
                                          host.ubuntuserver	2020-04-27 21:33:28.975	info	iobroker npm uninstall iobroker.devices --error --prefix "/opt/iobroker" (System call)
                                          host.ubuntuserver	2020-04-27 21:33:28.824	info	iobroker host.ubuntuserver object devices.admin deletedhost.ubuntuserver Deleting 2 object(s).
                                          host.ubuntuserver	2020-04-27 21:33:28.804	info	iobroker host.ubuntuserver file devices.admin deleted
                                          readDir	2020-04-27 21:33:28.770	warn	will not read this directory () in future versions: devices is not an object of type "meta"
                                          readDir	2020-04-27 21:33:28.764	warn	will not read this directory (widgets/devices.html/) in future versions: vis is not an object of type "meta"
                                          readDir	2020-04-27 21:33:28.756	warn	will not read this directory (widgets/devices/) in future versions: vis is not an object of type "meta"
                                          host.ubuntuserver	2020-04-27 21:33:27.181	info	iobroker host.ubuntuserver Counted 1 adapter for devices
                                          host.ubuntuserver	2020-04-27 21:33:27.176	info	iobroker host.ubuntuserver Counted 1 meta of devices
                                          host.ubuntuserver	2020-04-27 21:33:27.104	info	iobroker Delete adapter "devices"
                                          host.ubuntuserver	2020-04-27 21:33:24.465	info	iobroker del devices
                                          

                                          Ach ja, gehört zum bosesoundtouch:

                                          bosesoundtouch.0	2020-04-27 21:13:19.940	info	(18695) connecting to host ws://192.168.2.128:8080/
                                          bosesoundtouch.0	2020-04-27 21:13:18.684	info	(18695) starting. Version 0.9.2 in /opt/iobroker/node_modules/iobroker.bosesoundtouch, node: v14.0.0, js-controller: 3.0.19
                                          bosesoundtouch.0	2020-04-27 21:13:18.679	error	(18695) : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.
                                          
                                          wendy2702W Offline
                                          wendy2702W Offline
                                          wendy2702
                                          wrote on last edited by
                                          #490

                                          @e-s sagte in js-controller 3.0 jetzt im Latest!:

                                          Node.js v14.0.0

                                          Kann auch eher daran liegen das du scheinbar schon NODEJS 14 verwendest.

                                          Bitte keine Fragen per PN, die gehören ins Forum!

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          E 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          537

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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