Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Probleme bei update von Admin und Zigbee Adapter

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Probleme bei update von Admin und Zigbee Adapter

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

      @thomas-braun ok, vllt etwas unglücklich formuliert

      W A R N U N G

      hätte ich Werbung machen wollen, gäbe es den direkten Link😜

      1 Reply Last reply Reply Quote 0
      • A
        Aladin0815 last edited by

        Danke für die Antwort, aber bisher hatte ich nur Probleme mit dem Tool, deswegen Suche ich ja hier um Hilfe.

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

          @aladin0815 sagte in Probleme bei update von Admin und Zigbee Adapter:

          Danke für die Antwort, aber bisher hatte ich nur Probleme mit dem Tool

          Das ist bekannt, deswegen raten ja auch alle von der Verwendung von dem Ding ab.

          Erstmal deine Installation reparieren:

          iobroker stop
          iobroker fix
          iobroker start
          iobroker update
          iobroker upgrade
          

          Wie sehen die Rückmeldungen in der Konsole aus?

          Und dann auch noch

          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
          

          zeigen. Der macht ja auch wildes Zeuch mit der node-Installation, wenn ich das richtig weiß.

          A 1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @Aladin0815 last edited by

            @aladin0815 sagte in Probleme bei update von Admin und Zigbee Adapter:

            bisher hatte ich nur Probleme mit dem Tool

            dann lag ich mit meiner Vermutung ja richtig

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

              @thomas-braun sagte in Probleme bei update von Admin und Zigbee Adapter:

              Used repository: stable
              Adapter    "admin"        : 5.3.1    , installed 5.2.3  [Updatable]
              Adapter    "backitup"     : 2.3.3    , installed 2.3.3
              Adapter    "blebox"       : 1.0.0    , installed 1.0.0
              Adapter    "cloud"        : 4.1.0    , installed 4.1.0
              Adapter    "deconz"       : 1.3.19   , installed 1.3.20
              Adapter    "devices"      : 1.0.9    , installed 1.0.9
              Adapter    "discovery"    : 2.7.5    , installed 2.7.5
              Adapter    "e3dc-rscp"    : 1.0.1    , installed 1.0.1
              Adapter    "echarts"      : 1.0.3    , installed 1.0.3
              Adapter    "eusec"        : 0.8.4    , installed 0.8.4
              Adapter    "fritzdect"    : 2.2.3    , installed 2.2.3
              Adapter    "huum-sauna"   : 0.3.0    , installed 0.3.0
              Adapter    "influxdb"     : 1.9.5    , installed 1.9.5
              Adapter    "info"         : 1.9.8    , installed 1.9.16
              Adapter    "iot"          : 1.8.24   , installed 1.8.25
              Adapter    "iqontrol"     : 2.0.0    , installed 2.0.0
              Adapter    "javascript"   : 5.2.21   , installed 5.2.21
              Controller "js-controller": 4.0.19   , installed 4.0.19
              Adapter    "klf200"       : 1.0.1    , installed 1.0.1
              Adapter    "lcn"          : 1.0.4    , installed 1.0.4
              Adapter    "mobile"       : 1.0.1    , installed 1.0.1
              Adapter    "modbus"       : 3.4.17   , installed 3.4.17
              Adapter    "porsche"      : 0.0.2    , installed 0.0.2
              Adapter    "rpi2"         : 1.3.1    , installed 1.3.1
              Adapter    "signal-cmb"   : 0.1.7    , installed 0.1.7
              Adapter    "simple-api"   : 2.6.2    , installed 2.6.2
              Adapter    "smart-eq"     : 0.0.2    , installed 0.0.2
              Adapter    "socketio"     : 3.1.5    , installed 3.1.5
              Adapter    "tr-064"       : 4.2.15   , installed 4.2.15
              Adapter    "web"          : 3.4.16   , installed 3.4.16
              Adapter    "webuntis"     : 0.3.1    , installed 0.3.1
              Adapter    "wiobrowser"   : 1.1.2    , installed 1.1.2
              Adapter    "withings"     : 0.0.3    , installed 0.0.3
              Adapter    "yahka"        : 0.13.1   , installed 0.13.1
              Adapter    "zigbee"       : 1.6.16   , installed 1.6.8  [Updatable]
              
              
              This upgrade of "admin" will introduce the following changes:
              ==========================================================================
              -> 5.3.1:
              Support of IPv6 address by links (vis, material, end so on)
              Corrected errors in the base settings
              Corrected error with the pre-selected language in wizard
              
              -> 5.3.0:
              Enable http compression in webserver
              Removed deprecated package "request"
              Added JSONL option for base settings
              Added small improvements
              Added the file viewer for binary states
              ==========================================================================
              
              Would you like to upgrade admin from @5.2.3 to @5.3.1 now? [(y)es, (n)o]: y
              Update admin from @5.2.3 to @5.3.1
              Cannot upgrade: Cannot read property 'enabled' of undefined
              
              pi@raspberrypi:~ $ 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:~ $ 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
              v14.19.0
              v14.19.0
              6.14.16
              pi
              /home/pi
              OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
              OK:2 https://archive.raspbian.org/raspbian buster InRelease
              Paketlisten werden gelesen... Fertig
              Abhängigkeitsbaum wird aufgebaut.
              Statusinformationen werden eingelesen.... Fertig
              Alle Pakete sind aktuell.
              nodejs:
                Installiert:           14.19.0-deb-1nodesource1
                Installationskandidat: 14.19.0-deb-1nodesource1
                Versionstabelle:
               *** 14.19.0-deb-1nodesource1 100
                      100 /var/lib/dpkg/status
                   10.24.0~dfsg-1~deb10u1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              
              

              hoffe ich habe alles beigefügt!?

              arteck 1 Reply Last reply Reply Quote 0
              • arteck
                arteck Developer Most Active @Aladin0815 last edited by arteck

                @aladin0815 admin nicht aus der console updaten ...

                was sagt der zigbee ?? jetzt nach dem iob fix

                A 1 Reply Last reply Reply Quote 0
                • A
                  Aladin0815 @arteck last edited by

                  @arteck
                  Hallo, ich habe über Console und aus dem Programm herraus probiert, ist immer noch die gleiche Fehlermeldung.

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

                    @aladin0815 sagte in Probleme bei update von Admin und Zigbee Adapter:

                    noch die gleiche Fehlermeldung

                    genau das gleiche in der Konsole oder kommt da vllt etwas mehr?

                    möglicherweise hilft's den js -controller neu zu installieren,
                    ansonsten neu aufsetzen und ein Backup einspielen wird die schnellere Variante sein

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Aladin0815 @crunchip last edited by

                      @crunchip
                      Hallo was genau an der Konsole kommt kann man oben bei den Auszügen sehen und der js-Controller ist ganz neu und hat auch nichts gebracht.
                      Alles neu aufsetzen, da geht bei mir sicher wieder was schief.

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

                        @aladin0815

                        Hat zwar nichts mit dem Problem zu tun (denke ich),
                        aber du hast dir das nodesource-Repo irgendwie aus dem System geworfen.

                        Mir ist immer noch nicht ganz klar, ob und was du da mit dem Elsterforellen-tO0l gemacht hast.

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

                          @thomas-braun
                          Gut wenn alles so schlimm ist, wie mache ich dann alles platt, dann wieder neu und was muss ich beachten!?

                          1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Aladin0815 last edited by

                            @aladin0815 sagte in Probleme bei update von Admin und Zigbee Adapter:

                            Alles neu aufsetzen, da geht bei mir sicher wieder was schief.

                            neue SD-Karte image drauf, iobroker installieren und backup zurück spielen

                            ausser du hast das, wie ein Kollege aus einem anderen Thread, genauso mit dem "Tool" gemacht und kein funktionierendes Backup zur Verfügung

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              Aladin0815 @crunchip last edited by

                              @crunchip
                              So habe es auf einem anderen weg hin bekommen, aber danke noch mal für die Bemühungen!

                              crunchip 1 Reply Last reply Reply Quote 0
                              • crunchip
                                crunchip Forum Testing Most Active @Aladin0815 last edited by

                                @aladin0815 sagte in Probleme bei update von Admin und Zigbee Adapter:

                                habe es auf einem anderen weg hin bekommen

                                und der wäre??, andere könnten bei selbigen Problem eventuell davon profitieren

                                1 Reply Last reply Reply Quote 0
                                • A
                                  Aladin0815 last edited by

                                  @crunchip

                                  cd /opt/iobroker
                                  iobroker stop adapterName
                                  npm install iobroker.adapterName
                                  iobroker upload adapterName
                                  iobroker start adapterName
                                  

                                  mit dem habe ich beide Adapter einzeln dann upgedatet, also laut Anleitung iobroker.
                                  Link Text

                                  crunchip 1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @Aladin0815 last edited by

                                    @aladin0815 sagte in Probleme bei update von Admin und Zigbee Adapter:

                                    dann upgedatet

                                    nein, du hast neu drüber installiert

                                    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

                                    767
                                    Online

                                    31.9k
                                    Users

                                    80.2k
                                    Topics

                                    1.3m
                                    Posts

                                    4
                                    19
                                    1000
                                    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