Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. mfd-svg Adapter geht nicht mehr

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    mfd-svg Adapter geht nicht mehr

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

      @Schwabe sagte in VIS von Sigi234:

      Da haben wir den Fehler:

      pi@ioBroker-Tinker:/opt/iobroker$ node -v
      v12.18.0
      pi@ioBroker-Tinker:/opt/iobroker$ nodejs -v
      v12.16.2

      Da kann dir sicher @Thomas-Braun helfen.

      S 1 Reply Last reply Reply Quote 0
      • S
        Schwabe @Schwabe last edited by

        so?
        Vis gestopt, upload, start, cache geleert...kein Unterschied. Der Adapter sagt noch immer Index not found und die Icons kann ich im Vis immer noch nicht sehen.
        Aber auf jeden Fall schon mal vielen Dank für Deine Mühen und Tipps!

        sigi234 1 Reply Last reply Reply Quote 0
        • sigi234
          sigi234 Forum Testing Most Active @Schwabe last edited by

          @Schwabe sagte in VIS von Sigi234:

          so?
          Vis gestopt, upload, start, cache geleert...kein Unterschied. Der Adapter sagt noch immer Index not found und die Icons kann ich im Vis immer noch nicht sehen.
          Aber auf jeden Fall schon mal vielen Dank für Deine Mühen und Tipps!

          Warte Thomas ab, da ist er der Spezialist.

          S 1 Reply Last reply Reply Quote 0
          • S
            Schwabe @sigi234 last edited by

            @sigi234
            Müssen die die gleiche Version haben? Wie kann mir da @Thomas Braun helfen? Und wie kann ich ihn erreichen?

            sigi234 1 Reply Last reply Reply Quote 0
            • S
              Schwabe @sigi234 last edited by

              @sigi234
              Er liest hier also mit, gut dann warte ich gerne. Vielen Dank noch mal und Dir noch einen schönen Abend.

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • sigi234
                sigi234 Forum Testing Most Active @Schwabe last edited by sigi234

                @Schwabe sagte in VIS von Sigi234:

                Müssen die die gleiche Version haben? Wie kann mir da @Thomas Braun helfen? Und wie kann ich ihn erreichen?

                Ja, ja, er ist Online - vielleicht meldet er sich.

                Aber bitte im einen neuen Beitrag.

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

                  @Schwabe Bitte einen eigenen Thread starten und dort die Ausgabe von

                  which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                  
                  lsb_release -a
                  

                  posten.

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

                    @Thomas-Braun
                    Vielen Dank auch schon mal für Deine Hilfe. Leider habe ich keine Ahnung wie ich einen neuen Thread aufmache. Kannst Du das machen und mir sagen wie ich diesen dann finde?
                    Das Ergebnis ist auf jeden Fall:

                    pi@ioBroker-Tinker:~$ which nodejs && nodejs -v && which node && node -v && apt policy node
                    /usr/bin/nodejs
                    v12.16.2
                    /usr/local/bin/node
                    v12.18.0
                    N: Unable to locate package node
                    pi@ioBroker-Tinker:~$ lsb_release -a
                    No LSB modules are available.
                    Distributor ID: Debian
                    Description:    Debian GNU/Linux 10 (buster)
                    Release:        10
                    Codename:       buster
                    pi@ioBroker-Tinker:~$
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Schwabe last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Schwabe last edited by

                        @Schwabe Da klemmt es aber auch an der node-Installation. Gibt nochmal die Ausgabe von

                        which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                        

                        hier rein. Und zwar die ganze Zeile eingeben/kopieren, nicht einen Teil vergessen.

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

                          @Thomas-Braun

                          pi@ioBroker-Tinker:~$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                          /usr/bin/nodejs
                          v12.16.2
                          /usr/local/bin/node
                          v12.18.0
                          /usr/local/bin/npm
                          6.14.4
                          nodejs:
                            Installed: 12.16.2-1nodesource1
                            Candidate: 12.16.2-1nodesource1
                            Version table:
                           *** 12.16.2-1nodesource1 500
                                  500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                  100 /var/lib/dpkg/status
                               10.15.2~dfsg-2 500
                                  500 http://httpredir.debian.org/debian buster/main armhf Packages
                          pi@ioBroker-Tinker:~$
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • sigi234
                            sigi234 Forum Testing Most Active @Schwabe last edited by

                            @Schwabe
                            @Thomas-Braun

                            Info:
                            Hab es von meinen Beitrag verschieben lassen!

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              Schwabe @sigi234 last edited by

                              @sigi234
                              Super, Danke.

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

                                @Schwabe

                                sudo rm /usr/local/bin/node
                                sudo rm /usr/local/bin/npm
                                sudo apt update
                                sudo apt install nodejs --reinstall
                                sudo apt dist-upgrade
                                
                                1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Schwabe last edited by

                                  @Schwabe
                                  Dann mal mit

                                  sudo reboot
                                  

                                  durchstarten. Wenn du wieder im System bist nochmal mit

                                  which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                  

                                  schauen ob es dann passt.

                                  S 2 Replies Last reply Reply Quote 0
                                  • S
                                    Schwabe @Thomas Braun last edited by

                                    @Thomas-Braun
                                    passt das jetzt so?```
                                    pi@ioBroker-Tinker:~$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                    /usr/bin/nodejs
                                    v12.18.0
                                    /usr/bin/node
                                    v12.18.0
                                    /usr/bin/npm
                                    6.14.4
                                    nodejs:
                                    Installed: 12.18.0-1nodesource1
                                    Candidate: 12.18.0-1nodesource1
                                    Version table:
                                    *** 12.18.0-1nodesource1 500
                                    500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                    100 /var/lib/dpkg/status
                                    10.21.0~dfsg-1~deb10u1 500
                                    500 http://security.debian.org buster/updates/main armhf Packages
                                    10.19.0~dfsg1-1 500
                                    500 http://httpredir.debian.org/debian buster/main armhf Packages

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

                                      @Thomas-Braun
                                      leider bekomme ich nach der Installation des mfd-svg Adapters immer noch diese Meldung:
                                      51e154c6-afd0-4293-93e4-18ec72071cc6-image.png

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

                                        @Schwabe node ist jetzt gerade im System. Zum Adapter kann ich nix sagen, kenne ich nicht.

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

                                          @Thomas-Braun
                                          dafür schon mal vielen Dank! Kennst Du jemanden der mir zu dem Adapter noch was sagen kann? @sigi234 ?

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

                                            @haus-automatisierung
                                            Nach der Installation Deines Trash Adapters hatte ich erst das Problem, das mein VIS nur noch in Englisch war und es wurden mir die Icons des mfd-svg Adapters nicht mehr angezeigt. Nachdem ich den Adapter wieder deinstalliert habe, passt das mit der Sprache wieder, nur der mfd Adapter geht weiterhin nicht.
                                            Hast Du vielleicht eine Idee dazu? Danke vorab für Deine Hilfe.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            866
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            vis
                                            3
                                            28
                                            1025
                                            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