Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Innogy Adapter im lokalen Netzt bleibt Gelb

    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

    Innogy Adapter im lokalen Netzt bleibt Gelb

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

      @scout1978

      Lösch die Zeile halt einfach raus.
      Mit nano z.B.

      sudo nano  /etc/apt/sources.list.d/grafana.list
      
      S 1 Reply Last reply Reply Quote 0
      • S
        scout1978 @Thomas Braun last edited by

        @thomas-braun said in Innogy Adapter im lokalen Netzt bleibt Gelb:

        sudo nano /etc/apt/sources.list.d/grafana.list

        ok hat geklappt

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

          @scout1978

          Dann patch jetzt dein System durch, inkl. upgrade von nodejs.

          iob stop
          sudo apt update
          sudo apt full-upgrade
          sudo reboot
          
          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @scout1978 last edited by Homoran

            @scout1978 sagte in Innogy Adapter im lokalen Netzt bleibt Gelb:

            Brauchst du den Code nochmals in den Klammern?

            der "Fehler" war nach dem @Thomas-Braun keine neue Zeile für di code-tags zu nehmen. hab ich gerade korrigiert

            1 Reply Last reply Reply Quote 0
            • S
              scout1978 last edited by

              @thomas-braun
              Jetzt hab ich ausversehen node Js v18.11.0 erwischt, muss erst wieder zurück finden

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

                @scout1978
                Wer hat denn IRGENDWAS von nodejs18 geschrieben?
                Das ist in deinen Quellen überhaupt nicht aktiv gewesen, das KANNST du gar nicht 'erwischen'.

                Du solltest NUR die vier Zeilen abarbeiten. Dann wäre die aktuelle Version von node16 eingespielt worden.

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

                  @thomas-braun
                  alles erledigt node Js aktuell und die 4 Zeilen abgearbeitet

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

                    @scout1978

                    Nix nacherzählen, Fakten liefern:

                    
                    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    
                    S 1 Reply Last reply Reply Quote 0
                    • S
                      scout1978 @Thomas Braun last edited by

                      @thomas-braun

                      :~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                      aarch64
                      /usr/bin/nodejs
                      /usr/local/bin/node
                      /usr/local/bin/npm
                      v18.11.0
                      v16.18.0
                      8.19.2
                      4.0.23
                      pi
                      pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                      /home/pi
                      Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                      Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                      Hit:3 https://repos.influxdata.com/debian bullseye InRelease
                      Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                      Hit:6 https://phoscon.de/apt/deconz bullseye InRelease
                      Hit:7 https://packages.grafana.com/oss/deb stable InRelease
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      All packages are up to date.
                      nodejs:
                        Installed: 18.11.0-deb-1nodesource1
                        Candidate: 18.11.0-deb-1nodesource1
                        Version table:
                       *** 18.11.0-deb-1nodesource1 100
                              100 /var/lib/dpkg/status
                           16.17.1-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages
                           12.22.12~dfsg-1~deb11u1 500
                              500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                      pi@raspberrypi-Iobroker:~ $ :~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                      aarch64
                      /usr/bin/nodejs
                      /usr/local/bin/node
                      /usr/local/bin/npm
                      v18.11.0
                      v16.18.0
                      8.19.2
                      4.0.23
                      pi
                      pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                      /home/pi
                      Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                      Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                      Hit:3 https://repos.influxdata.com/debian bullseye InRelease
                      Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                      Hit:6 https://phoscon.de/apt/deconz bullseye InRelease
                      Hit:7 https://packages.grafana.com/oss/deb stable InRelease
                      Reading package lists... Done
                      Building dependency tree... Done
                      pi@raspberrypi-Iobroker:~ $.debian.org/debian-security bullseye-
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @scout1978 last edited by

                        @scout1978

                        Kannst du mir mal sagen wie du jetzt node18.11.0 und 16.18.0 'installiert' hast?

                        1 Reply Last reply Reply Quote 0
                        • S
                          scout1978 last edited by

                          @thomas-braun
                          nein

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

                            @scout1978

                            Warum nicht? Ist doch erst wenige Minuten her.

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

                              @thomas-braun
                              So lieber Thomas wie du wohl festgestellt hast bin ich kein Profi, und hangel mich hier irgendwie durch.
                              Vielen Dank für Deine Hilfe aber ich glaube auf die Art komme ich hier nicht weiter.

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

                                @scout1978

                                Wie bist du denn zu den beiden Versionen gehangelt?
                                Irgendeine Anleitung befolgt? Welche? Von alleine kommt der Kram ja nicht auf dein System.

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

                                  @thomas-braun
                                  Habe wie im Iobroker Masterkurs das update gemacht und die falsche Version eingegeben.Danach nach einem Youtube Video versucht das wieder zu ändern.

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

                                    @scout1978

                                    Das yt-Machwerk führt zu jedenfalls zu großem Quatsch.

                                    Zieh es danach wieder gerade:

                                    https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

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

                                      @thomas-braun
                                      Guten Morgen
                                      Habe versucht das gerade zu ziehen. würde das so passen?

                                      pi@raspberrypi-Iobroker:/opt/iobroker $ node -v
                                      v16.18.0
                                      pi@raspberrypi-Iobroker:/opt/iobroker $ uname -m && type -P nodejs node npm && n                                      odejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt u                                      pdate &> /dev/null && sudo apt update && apt policy nodejs
                                      aarch64
                                      /usr/local/bin/node
                                      /usr/local/bin/npm
                                      pi@raspberrypi-Iobroker:/opt/iobroker $ npm ls
                                      iobroker.inst@3.0.0 /opt/iobroker
                                      ├── @types/caseless@0.12.2 extraneous
                                      ├── @types/request@2.48.8 extraneous
                                      ├── @types/tough-cookie@4.0.2 extraneous
                                      ├── coffeescript@1.12.7 extraneous
                                      ├── iobroker.admin@6.2.22
                                      ├── iobroker.alexa2@3.19.9
                                      ├── iobroker.backitup@2.4.12
                                      ├── iobroker.cloud@4.2.2
                                      ├── iobroker.daswetter@3.1.3
                                      ├── iobroker.device-reminder@1.2.9
                                      ├── iobroker.devices@1.0.12
                                      ├── iobroker.discovery@3.0.5
                                      ├── iobroker.dwd@2.8.3
                                      ├── iobroker.eusec@0.9.4
                                      ├── iobroker.go-e@1.0.23
                                      ├── iobroker.heatingcontrol@2.8.7
                                      ├── iobroker.hm-rega@3.0.40
                                      ├── iobroker.hm-rpc@1.15.12
                                      ├── iobroker.influxdb@3.1.8
                                      ├── iobroker.info@1.9.19
                                      ├── iobroker.innogy-smarthome@0.4.7
                                      ├── iobroker.iot@1.11.9
                                      ├── iobroker.iqontrol@2.0.1
                                      ├── iobroker.javascript@6.0.3
                                      ├── iobroker.js-controller@4.0.23
                                      ├── iobroker.nuki-extended@2.5.0
                                      ├── iobroker.oilfox@4.1.2
                                      ├── iobroker.psa@0.0.11
                                      ├── iobroker.shelly@6.0.0
                                      ├── iobroker.smartcontrol@1.2.1
                                      ├── iobroker.telegram@1.14.1
                                      ├── iobroker.tr-064@4.2.16
                                      ├── iobroker.viessmannapi@2.0.9
                                      ├── iobroker.web@5.2.0
                                      ├── iobroker.zigbee@1.7.5
                                      ├── jsonata@1.8.6 extraneous
                                      ├── node-inspect@2.0.0 extraneous
                                      ├── picocolors@1.0.0 extraneous
                                      ├── virtual-tsc@0.6.2 extraneous
                                      └── wake_on_lan@1.0.0 extraneous
                                      
                                      pi@raspberrypi-Iobroker:/opt/iobroker $
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @scout1978 last edited by Thomas Braun

                                        @scout1978

                                        Nein. Pfade falsch.
                                        Und die 16.18.0 ist Stand jetzt noch nicht über nodesource verfügbar. Haste also irgendwie manuell in das System geknüppelt.

                                        Man... Nutzt euren Paketmanager! Dafür ist der da!

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

                                          @thomas-braun
                                          Ok bin dann wohl total überfordert. Versuche jetzt mein letztes Image wieder aufzuspielen....

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

                                            @scout1978

                                            Was verstehst du denn nicht an dem HowTo aus meiner Signatur? Da steht eigentlich alles drin um solche Wirr-Installationen wieder gerade zu ziehen.

                                            Ein Image nützt dir nix, wenn da dann wieder genauso drin herumgefuhrwerkt wird.

                                            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

                                            926
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            118
                                            8159
                                            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