Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter vodafone-speedtest v0.0.x GitHub/Latest

    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

    Test Adapter vodafone-speedtest v0.0.x GitHub/Latest

    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      Ente @Chaot last edited by

      Hallo zusammen,

      wollte mir eben den Adapter installieren, via:

      https://github.com/peterbaumert/ioBroker.vodafone-speedtest

      Das ist das Ergebniss:

      $ ./iobroker url "https://github.com/peterbaumert/ioBroker.vodafone-speedtest.git" --debug
      install https://github.com/peterbaumert/ioBroker.vodafone-speedtest/tarball/210ae0ca3bb57126a37505a069bd4481ef533b96
      NPM version: 6.14.6
      npm install https://github.com/peterbaumert/ioBroker.vodafone-speedtest/tarball/210ae0ca3bb57126a37505a069bd4481ef533b96 --loglevel error --prefix "/opt/iobroker" (System call)
      > node-libcurl@2.2.0 install /opt/iobroker/node_modules/node-libcurl> node-pre-gyp install --fallback-to-build
      Could not run curl-config, please make sure libcurl dev package is installed.Output: /bin/sh: 1: curl-config: not found
      gyp: Call to 'node /opt/iobroker/node_modules/node-libcurl/tools/curl-config.js --prefix' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
      gyp ERR! configure error 
      gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack     at ChildProcess.emit (events.js:315:20)gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)gyp ERR! System Linux 4.19.118-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/node-libcurl/lib/binding/node_libcurl.node" "--module_name=node_libcurl" "--module_path=/opt/iobroker/node_modules/node-libcurl/lib/binding" "--napi_version=6" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"gyp ERR! cwd /opt/iobroker/node_modules/node-libcurlgyp ERR! node -v v12.18.4gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok 
      node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/node-libcurl/lib/binding/node_libcurl.node --module_name=node_libcurl --module_path=/opt/iobroker/node_modules/node-libcurl/lib/binding --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-libcurl/node_modules/node-pre-gyp/lib/util/compile.js:83:29)node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
      node-pre-gyp ERR! System Linux 4.19.118-v7l+node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-libcurl/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"node-pre-gyp ERR! cwd /opt/iobroker/node_modules/node-libcurlnode-pre-gyp ERR! node -v v12.18.4node-pre-gyp ERR! node-pre-gyp -v v0.15.0node-pre-gyp ERR! not ok Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/node-libcurl/lib/binding/node_libcurl.node --module_name=node_libcurl --module_path=/opt/iobroker/node_modules/node-libcurl/lib/binding --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
      npm
       ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm 
      ERR! node-libcurl@2.2.0 install: `node-pre-gyp install --fallback-to-build`npm ERR! Exit status 1npm ERR! npm ERR! Failed at the node-libcurl@2.2.0 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2020-09-30T22_11_09_706Z-debug.log
      ERROR: host.raspberrypi Cannot install https://github.com/peterbaumert/ioBroker.vodafone-speedtest/tarball/210ae0ca3bb57126a37505a069bd4481ef533b96: 1
      ERROR: process exited with code 25
      

      Irgendetwas mit curl brauche ich. Wie bekomme ich das?

      Danke für Eure Hilfe.

      Viele Grüße
      Chris

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

        @Ente

        sudo apt install libcurl-dev
        

        mal probiert?

        Bzw.

        sudo apt install libcurl4-openssl-dev
        
        E 1 Reply Last reply Reply Quote 0
        • E
          Ente @Thomas Braun last edited by

          @Thomas-Braun said in Test Adapter vodafone-speedtest v0.0.x GitHub/Latest:

          @Ente

          sudo apt install libcurl-dev
          

          mal probiert?

          Resultat:

          4279c3ce-c01f-49fa-8656-03d7488f9c8d-image.png

          Bzw.

          sudo apt install libcurl4-openssl-dev
          

          a841296e-c41f-4b8e-a52f-ba55103a46a8-image.png

          Es kam bei letzterem keine Fehlermeldung.

          Installation des Adapters lief durch:

          83220719-647a-4810-84d0-100a07eca4da-image.png

          Danke schön. Jetzt versuche ich mal die nächsten Schritte.

          E 1 Reply Last reply Reply Quote 0
          • E
            Ente @Ente last edited by

            @thomas-braun

            wie bekomme ich jetzt die Datenpunkte? Der Adapter läuft:

            63db3127-ab56-4448-a93b-1081408b7cc1-image.png

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

              @Ente Keine Ahnung, habe den Adapter nicht im Einsatz.

              E 1 Reply Last reply Reply Quote 0
              • E
                Ente @Thomas Braun last edited by

                @Thomas-Braun said in Test Adapter vodafone-speedtest v0.0.x GitHub/Latest:

                @Ente Keine Ahnung, habe den Adapter nicht im Einsatz.

                Ich habe nicht lange genug gewartet. DP's sind da.

                F 1 Reply Last reply Reply Quote 0
                • F
                  flipkill1985 @Ente last edited by

                  Hallo,

                  Der Adapter läuft bei mir ein paar Stunden super.
                  Dann läuft er einfach nicht mehr keine neuen Werte erst wenn ich ioBroker komplett neu starte.
                  Jemand eine Idee?

                  Grus

                  1 Reply Last reply Reply Quote 0
                  • Master67
                    Master67 @Chaot last edited by

                    @Chaot sagte in Test Adapter vodafone-speedtest v0.0.x GitHub/Latest:

                    @KarlGarry
                    Um die Verwirrung zu steigern solltest du deinen Gigabit Anschluß mal hier testen:
                    https://breitbandmessung.de/

                    Speedtest.net und vodafone.de liefern bei mir immer falsche Ergebnisse die auch immer viel zu niedrig liegen.

                    Danke, aber dort kann man (bei Vodafone) z. Zt. nur bis 400Mbit/s Messen lassen, da bin ich und andere mit einer 1.000Mbit/s Leitung schon mal raus 🙂

                    Chaot 1 Reply Last reply Reply Quote 0
                    • Chaot
                      Chaot @Master67 last edited by

                      @Master67 Das stimmt leider. Zum Zeitpunkt der Erstellung des Beitrags hat man dort noch Gigabit Anschlüsse sauber testen können. Offensichtlich haben die die Option wieder deaktiviert. Schade.

                      1 Reply Last reply Reply Quote 0
                      • A
                        Abry @KarlGarry last edited by

                        @KarlGarry sagte in Test Adapter vodafone-speedtest v0.0.x GitHub/Latest:

                        @Chaot Top, läuft mittlerweile schon seit zwei Tagen wunderbar.

                        Habe die Vodafone 1000 Leitung und bekomme mit dem Vodafone Speedtest immer ~300mbit/s. Sind in 30min Abständen immer XX:00 und XX:30 Uhr.

                        Gleichzeitig lasse ich noch einen Speedtest über Speedtest.net laufen - hier bekomme ich ganz andere Ergebnisse. Läuft auch immer alle 30 Minuten, logischerweise versetzt, XX:15 und XX:45.

                        @Dr-Bakterius hat ja auch ein Unterschied zw Speedtest.net und Vodafone festgestellt.

                        Kann mir irgendwie nicht vorstellen dass die Daten so korrekt sind - limitiert mich da mein Pi4.
                        Lässt sich Breitbandmessung.de irgendwie auch loggen?

                        overview.PNG

                        Ich habe das selbe Problem, dass bei meiner 1000er Leitung von Vodafone nur ca 300 gemessen werden. Wenn ich mit meinem Laptop direkt auf der Vodafone Seite messe, dann bekomm ich knapp 900Mbit.

                        Jemand eine Idee woran es liegen kann?

                        LG

                        1 Reply Last reply Reply Quote 0
                        • Lashandan
                          Lashandan last edited by

                          Hi,

                          ich habe den gesamten Thread durchgelesen und bekomme den Adapter einfach nicht zum Laufen.

                          Installiert ist der Adapter und ich kann die Instanz auch starten.

                          Habe lediglich den Cron-Job auf alle 10Minuten gestellt aber ich erhalte keine Objekte oder Testergbnisse.

                          Das Logfile schmeißt dementsprechende Errormeldungen:
                          5f876d09-cd02-478f-91e9-36151c0b5f38-image.png

                          Kann mir jemand weiterhelfen.
                          Oder ggf. an der Stelle einen anderen Adapter aufzeigen, mit dem ich einen zuverlässigen Speedtest machen kann?

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

                            @lashandan
                            Welche Versionen sind da im Spiel?
                            js-controller?
                            vodafone-speedest?
                            nodeJS? Diese sauber installiert?

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

                              @thomas-braun

                              Hi Thomas,

                              Node.js und NPM sehen so aus:
                              d80d7c6a-2fdf-463d-bbc0-5b603814613c-image.png

                              Speedtest:
                              fa0050dd-a2fb-409a-a2bf-79bfbb958c70-image.png

                              Sind alle soweit sauber installiert.

                              Sag jetzt nicht, da fehlt noch etwas? 😰

                              wendy2702 1 Reply Last reply Reply Quote 0
                              • wendy2702
                                wendy2702 @Lashandan last edited by

                                @lashandan Stell das loggen für den Adapter mal bitte auf Debug und poste die Ausgabe dann hier als Text in Code Tags </>

                                Lashandan 1 Reply Last reply Reply Quote 0
                                • peterbaumert
                                  peterbaumert Developer @Lashandan last edited by

                                  @lashandan

                                  npm rebuild
                                  npm install
                                  

                                  diese beiden befehle im iobroker/node_modules/iobroker.vodafone-speedtest ordner ausführen mit dem iobroker users

                                  1 Reply Last reply Reply Quote 0
                                  • Lashandan
                                    Lashandan last edited by

                                    @peterbaumert

                                    Hi Peter,

                                    ich musste meinen ioBroker neu aufsetzen und komme nun bei der Installation des Adapters zu folgendem Fehler:

                                    $ ./iobroker url "https://github.com/peterbaumert/ioBroker.vodafone-speedtest" --debug
                                    install peterbaumert/ioBroker.vodafone-speedtest#879e618390a35dd82c8a992b6d3940eace6e241f
                                    NPM version: 6.14.11
                                    npm install peterbaumert/ioBroker.vodafone-speedtest#879e618390a35dd82c8a992b6d3940eace6e241f --loglevel error --prefix "/opt/iobroker" (System call)
                                    
                                    > node-aead-crypto@2.2.0 preinstall /opt/iobroker/node_modules/node-aead-crypto> node lib/preinstall.js
                                    node-aead-crypto not needed on this system, since all ciphers are natively supported
                                    
                                    > node-libcurl@2.3.0 install /opt/iobroker/node_modules/node-libcurl> node-pre-gyp install --fallback-to-build
                                    Could not run curl-config, please make sure libcurl dev package is installed.
                                    Output: /bin/sh: 1: curl-config: not foundgyp: Call to 'node /opt/iobroker/node_modules/node-libcurl/scripts/curl-config.js --prefix' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                                    gyp ERR! configure error 
                                    gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack     at ChildProcess.emit (events.js:314:20)gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)gyp ERR! System Linux 5.10.11-v7l+
                                    gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/node-libcurl/lib/binding/node_libcurl.node" "--module_name=node_libcurl" "--module_path=/opt/iobroker/node_modules/node-libcurl/lib/binding" "--napi_version=7" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"gyp ERR! cwd /opt/iobroker/node_modules/node-libcurlgyp ERR! node -v v12.21.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok 
                                    node-pre-gyp ERR! build error 
                                    node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/node-libcurl/lib/binding/node_libcurl.node --module_name=node_libcurl --module_path=/opt/iobroker/node_modules/node-libcurl/lib/binding --napi_version=7 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                    node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:314:20)node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1022:16)node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
                                    node-pre-gyp ERR! System Linux 5.10.11-v7l+node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"node-pre-gyp ERR! cwd /opt/iobroker/node_modules/node-libcurlnode-pre-gyp ERR! node -v v12.21.0node-pre-gyp ERR! node-pre-gyp -v v0.15.0node-pre-gyp ERR! not ok Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/node-libcurl/lib/binding/node_libcurl.node --module_name=node_libcurl --module_path=/opt/iobroker/node_modules/node-libcurl/lib/binding --napi_version=7 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                    npm ERR! code ELIFECYCLE
                                    npm ERR! errno 1
                                    npm ERR! node-libcurl@2.3.0 install: `node-pre-gyp install --fallback-to-build`
                                    npm ERR! Exit status 1
                                    npm ERR! 
                                    npm ERR! Failed at the node-libcurl@2.3.0 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /home/iobroker/.npm/_logs/2021-03-03T20_22_33_222Z-debug.log
                                    ERROR: host.raspberrypi Cannot install peterbaumert/ioBroker.vodafone-speedtest#879e618390a35dd82c8a992b6d3940eace6e241f: 1
                                    ERROR: process exited with code 25
                                    

                                    Kannst du mir hier weiter helfen?
                                    Ich möchte den Adapter sehr gern verwenden.
                                    Zumal ich mir zum Neuaufsetzen auch gleich einen neuen Pi verpasst habe 😉
                                    Hatte vorher noch das 1GB Model und habe jetzt einen Pi 4 mit 8GB 😄

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

                                      @lashandan sagte in Test Adapter vodafone-speedtest v0.0.x GitHub/Latest:

                                      curl-config

                                      fehlt.
                                      Hast du eines der Pakete
                                      libcurl4-gnutls-dev, libcurl4-nss-dev, libcurl4-openssl-dev
                                      installiert?

                                      sudo apt update
                                      sudo apt install libcurl4-openssl-dev
                                      

                                      würde ich vorschlagen.

                                      1 Reply Last reply Reply Quote 1
                                      • Lashandan
                                        Lashandan last edited by

                                        @thomas-braun
                                        Hi Thomas,

                                        danke dir für den Hinweis.
                                        Ich habe den Pi heute frisch aufgesetzt und darauf nur den iOBroker installiert.
                                        Weiterhin habe ich vor später mal Grafana und NodeRed noch drauf zu packen.
                                        Aber das ist ein anderes Thema.

                                        Kannst du mir noch verraten, was dieses Paket macht bzw. wofür ich es brauche?

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

                                          @lashandan
                                          Der Adapter benötigt das Programm 'curl-config' zum funktionieren.
                                          Jedes der drei genannten Pakete stellt das bereit. Also eines der Pakete musst du halt nachinstallieren.
                                          Ich glaube das steht auch in der ReadMe zum Adapter drin.

                                          Lashandan 1 Reply Last reply Reply Quote 1
                                          • Lashandan
                                            Lashandan @Thomas Braun last edited by

                                            @thomas-braun

                                            Vielen Dank Thomas 👍

                                            Das war der entscheidende Hinweis 😉

                                            Ich erhalte nun endlich meine Ergebnisse!
                                            Vielen Dank.

                                            92bd6c88-dc12-4eb9-a399-379de3d6d62f-image.png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            724
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            vodafone speedtest
                                            42
                                            202
                                            25493
                                            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