Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nach update js-controller 4.0.15 ioBroker problem

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    Nach update js-controller 4.0.15 ioBroker problem

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MrSonei6 last edited by Homoran

      Nach dem ich ein backup gemacht hatte und geupdatet hatte, siehe unten Ausgabe war der web Service nicht mehr erreichbar.
      Dann bin ich wieder zurück auf die Version 3.3.22 mit dem Befehl:

      -npm install iobroker.js-controller@3.3.22
      

      MOD-EDIT: Code in code-tags gesetzt!

      Dann ein restore mit dem Befehl

      sudo iobroker restore /opt/iobroker/backups/2022_03_04-12_15_34_backupiobroker.tar.gz --force
      

      MOD-EDIT: Code in code-tags gesetzt!

      gemacht
      Aber es ist immer kommt die Meldung das der IO broker im Browser nicht ewrreichbar ist.

      Bitte um Hilfe

      Hier der outpot während des Updates

      --------------------------------------------
      
      pi@raspberrypi:/opt/iobroker $ sudo iobroker upgrade self
      
      Update js-controller from @3.3.22 to @4.0.15
      NPM version: 6.14.4
      npm install iobroker.js-controller@4.0.15 --loglevel error --unsafe-perm --prefi x "/opt/iobroker" (System call)
      In file included from ../../nan/nan.h:58,
      from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void ()(v8::Localv8::Object)’ to ‘ node::addon_register_func’ {aka ‘void ()(v8::Localv8::Object, v8::Local<v8::V alue>, void*)’} [-Wcast-function-type]
      (node::addon_register_func) (regfunc),
      ^
      /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
      NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
      ^~~~~~~~~~~~~
      ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
      NODE_MODULE(unix_dgram, Initialize)
      ^~~~~~~~~~~
      Server Objects 127.0.0.1:59922 Error from InMemDB: Error: GET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.features.useSets"]
      Server Objects 127.0.0.1:59922 Error from InMemDB: Error: GET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.protocolVersion"]
      Server States 127.0.0.1:58932 Error from InMemDB: Error: GET-UNSUPPORTED for namespace meta.: Data=["meta.states.protocolVersion"]
      Server States 127.0.0.1:58934 Error from InMemDB: Error: PSUBSCRIBE-UNSUPPORTEDfor namespace meta.: Data=["meta.*"]
      Server Objects 127.0.0.1:59922 Error from InMemDB: Error: Unknown LUA script load
      Server Objects 127.0.0.1:59922 Error from InMemDB: Error: Unknown LUA script load
      Server Objects 127.0.0.1:59922 Error from InMemDB: Error: Unknown LUA script load
      Server Objects 127.0.0.1:59922 Error from InMemDB: Error: SET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.features.useSets",{"type":"Buffer","data":[49] }]
      Could not migrate objects to corresponding sets: Error SET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.features.useSets",{"type":"Buffer","data":[49]}]
      pi@raspberrypi:/opt/iobroker $ sudo iobroker start
      pi@raspberrypi:/opt/iobroker $ reboot
      Failed to set wall message, ignoring: Interactive authentication required.
      Failed to reboot system via logind: Interactive authentication required.
      Failed to open initctl fifo: Keine Berechtigung
      Failed to talk to init daemon.
      

      MOD-EDIT: Code in code-tags gesetzt!

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

        @mrsonei6 sagte in Nach update js-controller 4.0.15 ioBroker problem:

        sudo iobroker

        Ist falsch. Der Befehl iobroker wird nicht mit sudo eingeleitet.

        iobroker stop
        iobroker fix
        sudo ln -s /usr/bin/node /usr/bin/nodejs
        which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        

        ausführen und Rückmeldungen hier bekannt geben, dann schauen wir weiter.

        M 1 Reply Last reply Reply Quote 0
        • M
          MrSonei6 @Thomas Braun last edited by Homoran

          @thomas-braun @thomas-braun

          Danke

              Your installation was fixed successfully
              Run iobroker start to start ioBroker again!
          
          
          pi@raspberrypi:/opt/iobroker/iobroker-data $
          pi@raspberrypi:/opt/iobroker/iobroker-data $
          pi@raspberrypi:/opt/iobroker/iobroker-data $
          pi@raspberrypi:/opt/iobroker/iobroker-data $
          pi@raspberrypi:/opt/iobroker/iobroker-data $
          pi@raspberrypi:/opt/iobroker/iobroker-data $ sudo ln -s /usr/bin/node /usr/bin/nodejs
          ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
          pi@raspberrypi:/opt/iobroker/iobroker-data $
          pi@raspberrypi:/opt/iobroker/iobroker-data $
          pi@raspberrypi:/opt/iobroker/iobroker-data $
          pi@raspberrypi:/opt/iobroker/iobroker-data $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          v12.16.3
          v12.16.3
          6.14.4
          pi
          /opt/iobroker/iobroker-data
          pi@raspberrypi:/opt/iobroker/iobroker-data $
          

          MOD-EDIT: Code in code-tags gesetzt!

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

            @mrsonei6 sagte in Nach update js-controller 4.0.15 ioBroker problem:

            sudo apt update && apt policy nodejs
            
            M 1 Reply Last reply Reply Quote 0
            • M
              MrSonei6 @Thomas Braun last edited by Homoran

              @thomas-braun

              pi@raspberrypi:/opt/iobroker/iobroker-data $ sudo apt update && apt policy nodejs
              OK:1 https://deb.nodesource.com/node_12.x buster InRelease
              Holen:2 http://archive.raspberrypi.org/debian buster InRelease [32,6 kB]
              Holen:3 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
              E: Für das Depot »http://raspbian.raspberrypi.org/raspbian buster InRelease« wurde der »Suite«-Wert von »stable« in »oldstable« geändert.
              N: Sie müssen dies explizit bestätigen, bevor Aktualisierungen von diesem Depot angewendet werden können. Lesen Sie die apt-secure(8)-Handbuchseite, wenn Sie weitere Informationen benötigen.
              Möchten Sie diese Änderungen übernehmen und mit der Aktualisierung von diesem Depot fortfahren? [j/N] j
              Holen:4 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13,0 MB]
              E: Für das Depot »http://archive.raspberrypi.org/debian buster InRelease« wurde der »Suite«-Wert von »testing« in »oldstable« geändert.
              N: Sie müssen dies explizit bestätigen, bevor Aktualisierungen von diesem Depot angewendet werden können. Lesen Sie die apt-secure(8)-Handbuchseite, wenn Sie weitere Informationen benötigen.
              Möchten Sie diese Änderungen übernehmen und mit der Aktualisierung von diesem Depot fortfahren? [j/N] j
              Holen:5 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58,8 kB]
              Holen:6 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
              Holen:7 http://raspbian.raspberrypi.org/raspbian buster/non-free armhf Packages [104 kB]
              Es wurden 13,6 MB in 23 s geholt (581 kB/s).
              Paketlisten werden gelesen... Fertig
              Abhängigkeitsbaum wird aufgebaut.
              Statusinformationen werden eingelesen.... Fertig
              Aktualisierung für 155 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
              nodejs:
                Installiert:           12.16.3-1nodesource1
                Installationskandidat: 12.22.10-deb-1nodesource1
                Versionstabelle:
                   12.22.10-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
               *** 12.16.3-1nodesource1 100
                      100 /var/lib/dpkg/status
                   10.24.0~dfsg-1~deb10u1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              pi@raspberrypi:/opt/iobroker/iobroker-data $
              

              MOD-EDIT: Code in code-tags gesetzt!

              Danach ein iobroker start
              Leider geht die Webseite noch nicht!

              Ich atte auch shcon diese beiden Optionen gemacht

              Then two options:
              A.) Edit /opt/iobroker/iobroker-data/iobroker.json and change the "type": "file" that you have in section "objects" and in section "states" to "jsonl" (so goal: "type": "jsonl",)
              B) delete the *.jsonl files in /opt/iobroker/iobroker-data and rename the "objects.json.migrated" to "objects.json" and "states.json.migrated" to "states.json"
              

              MOD-EDIT: Code in code-tags gesetzt!

              ISt es irgendwie möglich die Scripte die ich erstellt habe zu sichern?
              Es geht mir hauptsächlich um meine Scripte
              Alle sandere muss ich neu installierne und ich mach nie wieder ein Update

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

                @mrsonei6 sagte in Nach update js-controller 4.0.15 ioBroker problem:

                ISt es irgendwie möglich die Scripte die ich erstellt habe zu sichern?

                Die sind in deinem regulären Backup drin, das du regelmäßig erstellst. Am besten per Backitup-Adapter.

                Alle sandere muss ich neu installierne und ich mach nie wieder ein Update

                Zuerst machst du mal ein Upgrade von dem ganzen Betriebssytem. Das hast du noch nie gemacht.

                sudo apt update
                sudo apt full-upgrade
                sudo reboot
                

                Ich würde im Zuge dessen auch gleich auf das Repo für node14 umstellen. Node12 ist in absehbarer Zeit eh Geschichte.

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

                  @thomas-braun sagte in Nach update js-controller 4.0.15 ioBroker problem:

                  sudo apt full-upgrade

                  Habe ich gemacht
                  Full update und reboot ist durch
                  Wie ich auf node 14 komme weiß ich leider nicht ;(

                  Web seite geht immer noch nicht ;(
                  Was kann das blos sein?

                  Wie bekomme ich diese scrippte aus den gz files raus?
                  Wenn ich jetzt neu installiere und neue IMG files verwende kann ich ja auch kein Backup zurückspielen
                  Ich bin dazu zu grün hinter den Ohren
                  Mir Sagt das alles null leider.

                  Ich habe jetzt auch wieder die "iobroker.json" datei abgeändert und die beiden Types in "file" zurück geändert
                  Mir hat jemand geraten das ich dort jsonl rein schreiben soll zweimal siehe anleitung unten

                  /opt/iobroker/iobroker-data/iobroker.json and change the "type": "file" that you have in section "objects" and in section "states" to "jsonl" (so goal: "type": "jsonl",)

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

                    @mrsonei6

                    sudo apt update
                    

                    sagt nun?

                    Und wie schaut

                    iobroker status
                    iobroker update -i
                    iobroker list instances
                    

                    aus?

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

                      @thomas-braun

                      pi@raspberrypi:~ $ iobroker status
                      iobroker is running on this host.
                      
                      
                      Objects type: file
                      States  type: file
                      pi@raspberrypi:~ $
                      pi@raspberrypi:~ $
                      pi@raspberrypi:~ $
                      pi@raspberrypi:~ $ iobroker update -i
                      Used repository: stable
                      hash changed or no sources cached => force download of new sources
                      update done
                      Adapter    "admin"         : 5.3.1    , installed 5.3.1
                      Adapter    "alexa2"        : 3.11.2   , installed 3.11.2
                      Adapter    "backitup"      : 2.3.3    , installed 2.3.3
                      Adapter    "discovery"     : 2.7.5    , installed 2.7.5
                      Adapter    "fakeroku"      : 0.2.1    , installed 0.2.1
                      Adapter    "harmony"       : 1.2.2    , installed 1.2.2
                      Adapter    "hmip"          : 1.15.4   , installed 1.15.4
                      Adapter    "hue"           : 3.6.5    , installed 3.6.5
                      Adapter    "ical"          : 1.11.4   , installed 1.11.4
                      Adapter    "info"          : 1.9.8    , installed 1.9.8
                      Adapter    "javascript"    : 5.2.21   , installed 5.2.21
                      Controller "js-controller" : 4.0.15   , installed 3.3.22 [Updateable]
                      Adapter    "telegram"      : 1.11.1   , installed 1.11.1
                      Adapter    "trashschedule" : 1.4.1    , installed 1.4.1
                      Adapter    "web"           : 3.4.16   , installed 3.4.16
                      pi@raspberrypi:~ $
                      pi@raspberrypi:~ $
                      pi@raspberrypi:~ $
                      pi@raspberrypi:~ $
                      pi@raspberrypi:~ $
                      pi@raspberrypi:~ $
                      pi@raspberrypi:~ $ iobroker list instances
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                      + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                      + system.adapter.fakeroku.0               : fakeroku              : raspberrypi                              -  enabled
                      + system.adapter.harmony.0                : harmony               : raspberrypi                              -  enabled
                      + system.adapter.hmip.0                   : hmip                  : raspberrypi                              -  enabled
                      + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: 80
                        system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                      + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                        system.adapter.siro.0                   : siro                  : raspberrypi                              - disabled
                      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                        system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      + instance is alive
                      pi@raspberrypi:~ $
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @MrSonei6 last edited by

                        @mrsonei6

                        Bitte CodeTags verwenden.

                        244a013d-6fc4-4240-8d25-d65ba53b2c56-image.png

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

                          @thomas-braun
                          sorry wusst ich nicht wie das geht 😉
                          Habs geändert

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

                            @mrsonei6

                            Das schaut doch soweit schon mal gut aus.

                            iobroker stop
                            iobroker update
                            iobroker upgrade self
                            iobroker fix
                            iobroker start
                            
                            M 1 Reply Last reply Reply Quote 0
                            • M
                              MrSonei6 @Thomas Braun last edited by MrSonei6

                              @thomas-braun

                              alles durch leider ist die web seite immer noch nciht erreichbar ;(

                              Ich habe jetzt auch wieder die "iobroker.json" datei abgeändert und die beiden Types in "file" zurück geändert
                              Mir hat jemand geraten das ich dort jsonl rein schreiben soll zweimal siehe anleitung

                              Anleitung
                              /opt/iobroker/iobroker-data/iobroker.json and change the "type": "file"
                              that you have in section "objects" and in section "states" to "jsonl" (so goal: "type": "jsonl",)

                              pi@raspberrypi:~ $ iobroker stop
                              pi@raspberrypi:~ $ iobroker update
                              Used repository: stable
                              hash unchanged, use cached sources
                              update done
                              Adapter    "admin"         : 5.3.1    , installed 5.3.1
                              Adapter    "alexa2"        : 3.11.2   , installed 3.11.2
                              Adapter    "backitup"      : 2.3.3    , installed 2.3.3
                              Adapter    "discovery"     : 2.7.5    , installed 2.7.5
                              Adapter    "fakeroku"      : 0.2.1    , installed 0.2.1
                              Adapter    "harmony"       : 1.2.2    , installed 1.2.2
                              Adapter    "hmip"          : 1.15.4   , installed 1.15.4
                              Adapter    "hue"           : 3.6.5    , installed 3.6.5
                              Adapter    "ical"          : 1.11.4   , installed 1.11.4
                              Adapter    "info"          : 1.9.8    , installed 1.9.8
                              Adapter    "javascript"    : 5.2.21   , installed 5.2.21
                              Controller "js-controller" : 4.0.15   , installed 3.3.22 [Updateable]
                              Adapter    "telegram"      : 1.11.1   , installed 1.11.1
                              Adapter    "trashschedule" : 1.4.1    , installed 1.4.1
                              Adapter    "web"           : 3.4.16   , installed 3.4.16
                              pi@raspberrypi:~ $ iobroker upgrade self
                              Update js-controller from @3.3.22 to @4.0.15
                              NPM version: 6.14.16
                              npm install iobroker.js-controller@4.0.15 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                              Server Objects 127.0.0.1:51800 Error from InMemDB: Error: GET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.features.useSets"]
                              Server Objects 127.0.0.1:51800 Error from InMemDB: Error: GET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.protocolVersion"]
                              Server States 127.0.0.1:52088 Error from InMemDB: Error: GET-UNSUPPORTED for namespace meta.: Data=["meta.states.protocolVersion"]
                              Server States 127.0.0.1:52090 Error from InMemDB: Error: PSUBSCRIBE-UNSUPPORTED for namespace meta.: Data=["meta.*"]
                              Server Objects 127.0.0.1:51800 Error from InMemDB: Error: Unknown LUA script load
                              Server Objects 127.0.0.1:51800 Error from InMemDB: Error: Unknown LUA script load
                              Server Objects 127.0.0.1:51800 Error from InMemDB: Error: Unknown LUA script load
                              Server Objects 127.0.0.1:51800 Error from InMemDB: Error: SET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.features.useSets",{"type":"Buffer","data":[49]}]
                              Could not migrate objects to corresponding sets: Error SET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.features.useSets",{"type":"Buffer","data":[49]}]
                              pi@raspberrypi:~ $ iobroker fix
                              library: loaded
                              Library version=2022-02-10
                              
                              ==========================================================================
                              
                                  Welcome to the ioBroker installation fixer!
                                  Script version: 2022-02-13
                              
                                  You might need to enter your password a couple of times.
                              
                              ==========================================================================
                              
                              
                              ==========================================================================
                                  Installing prerequisites (1/3)
                              ==========================================================================
                              
                              OK:1 http://archive.raspberrypi.org/debian buster InRelease
                              OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                              OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                              Paketlisten werden gelesen... Fertig
                              Installed gcc-c++
                              Installed libcairo2-dev
                              Installed libpango1.0-dev
                              Installed libjpeg-dev
                              Installed librsvg2-dev
                              Installed cmake
                              
                              ==========================================================================
                                  Checking ioBroker user and directory permissions (2/3)
                              ==========================================================================
                              
                              Created /etc/sudoers.d/iobroker
                              Fixing directory permissions...
                              
                              ==========================================================================
                                  Checking autostart (3/3)
                              ==========================================================================
                              
                              Enabling autostart...
                              Autostart enabled!
                              
                              ==========================================================================
                              
                                  Your installation was fixed successfully
                                  Run iobroker start to start ioBroker again!
                              
                              ==========================================================================
                              
                              pi@raspberrypi:~ $ iobroker start
                              pi@raspberrypi:~ $
                              
                              
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $ iobroker status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $ iobroker update -i
                              Used repository: stable
                              Adapter    "admin"        : 5.3.1    , installed 5.3.1
                              Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                              Adapter    "backitup"     : 2.3.3    , installed 2.3.3
                              Adapter    "discovery"    : 2.7.5    , installed 2.7.5
                              Adapter    "fakeroku"     : 0.2.1    , installed 0.2.1
                              Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                              Adapter    "hmip"         : 1.15.4   , installed 1.15.4
                              Adapter    "hue"          : 3.6.5    , installed 3.6.5
                              Adapter    "ical"         : 1.11.4   , installed 1.11.4
                              Adapter    "info"         : 1.9.8    , installed 1.9.8
                              Adapter    "javascript"   : 5.2.21   , installed 5.2.21
                              Controller "js-controller": 4.0.15   , installed 4.0.15
                              Adapter    "telegram"     : 1.11.1   , installed 1.11.1
                              Adapter    "trashschedule": 1.4.1    , installed 1.4.1
                              Adapter    "web"          : 3.4.16   , installed 3.4.16
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $ iobroker list instances
                              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                              + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                              + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                              + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                              + system.adapter.fakeroku.0               : fakeroku              : raspberrypi                              -  enabled
                              + system.adapter.harmony.0                : harmony               : raspberrypi                              -  enabled
                              + system.adapter.hmip.0                   : hmip                  : raspberrypi                              -  enabled
                              + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: 80
                                system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                              + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                              + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                system.adapter.siro.0                   : siro                  : raspberrypi                              - disabled
                              + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                              + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                                system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                              
                              + instance is alive
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $
                              pi@raspberrypi:~ $
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @MrSonei6 last edited by

                                @mrsonei6 sagte in Nach update js-controller 4.0.15 ioBroker problem:

                                Mir hat jemand geraten das ich dort jsonl rein schreiben soll zweimal siehe anleitung

                                ? Lass die Finger von den json-Files.
                                Das wird im Zuge eines ordentlichen Upgrades automatisch gemacht.

                                Und jetzt kommst du nicht auf den Admin?
                                Achtung! https verwenden.

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

                                  @thomas-braun

                                  Es geht wieder
                                  😉
                                  Danke

                                  Wiekann man nun auf node 14 umstellen?
                                  Was ist das eigentlich 😉

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

                                    @mrsonei6 sagte in Nach update js-controller 4.0.15 ioBroker problem:

                                    Wiekann man nun auf node 14 umstellen?

                                    Schau in meiner Signatur.
                                    nodeJS ist vereinfacht gesagt das 'Betriebssystem' für den ioBroker.

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

                                      @thomas-braun

                                      OK es ist also nicht so einfach mit einem Befehl erledigt?
                                      Das sieht nach mehr aus in deinem Link

                                      Vielen dank trotzdem schon mal !!
                                      Du hast mir das Wochenende gerettet 😉

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

                                        @mrsonei6 sagte in Nach update js-controller 4.0.15 ioBroker problem:

                                        OK es ist also nicht so einfach mit einem Befehl erledigt?

                                        Mit zwei-drei.

                                        Danach flutscht das auch mit den regulären Updates des Systems mit.
                                        Wenn du das denn machen würdest...

                                        Zuerst machst du mal ein Upgrade von dem ganzen Betriebssytem. Das hast du noch nie gemacht.

                                        Also dringend regelmäßiger das System auf Stand halten.

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

                                          @thomas-braun

                                          Hallo ich schau mir gerade das thema Node 14 an.
                                          Ich weiß nciht so recht welchen anfangsstatus ich habe und was ich machen muss/darf.

                                          Würdest du mir kurz durch helfen Bitte? 😉
                                          Muss ich ganz oben in der anleitung anfenagen mit Node Erstinstallation?
                                          Ist bei mir nicht schon Node 12 installiert?

                                          Hier mal ein Output

                                          sudo nano /etc/apt/sources.list.d/nodesource.list
                                          deb https://deb.nodesource.com/node_12.x buster main
                                          deb-src https://deb.nodesource.com/node_12.x buster main
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @MrSonei6 last edited by

                                            @mrsonei6 sagte in Nach update js-controller 4.0.15 ioBroker problem:

                                            Ist bei mir nicht schon Node 12 installiert?

                                            Das weiß ich nicht.
                                            Aber das passende Repo hast du offenbar.
                                            In der Datei aus der 12 eine 14 machen und das ganz normale Systemupgrade dann.

                                            M 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

                                            996
                                            Online

                                            32.1k
                                            Users

                                            80.7k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            32
                                            2742
                                            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