Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IoBroker FitBit Adapter

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    IoBroker FitBit Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      locito09 @Guest last edited by

      @AI3x
      Vielen Dank für deine Arbeit, der Adapter funktioniert sehr gut. Wollte dass einfach mal loswerden

      1 Reply Last reply Reply Quote 0
      • D
        ditus3 last edited by ditus3

        Hallo,
        ich wollte mir gerade voller Vorfreude den Adapter installieren.
        Leider funktioniert der Link von ganz oben nicht. Der Adapter wird auf Github nicht gefunden.

        .... oder stelle ich mich nur zu doof an?
        Kann mir jemand helfen?

        Grüße, Dieter

        cvidal 1 Reply Last reply Reply Quote 0
        • cvidal
          cvidal Forum Testing @ditus3 last edited by cvidal

          @ditus3 sagte in IoBroker FitBit Adapter:

          Hallo,
          ich wollte mir gerade voller Vorfreude den Adapter installieren.
          Leider funktioniert der Link von ganz oben nicht. Der Adapter wird auf Github nicht gefunden.

          .... oder stelle ich mich nur zu doof an?
          Kann mir jemand helfen?

          Grüße, Dieter

          Versuch mal mit npm i iobroker fitbit zu installieren.

          D 1 Reply Last reply Reply Quote 0
          • D
            ditus3 @cvidal last edited by

            @cvidal
            ... vielen Dank, das hat mich auf den richtigen Weg gebracht.

            1. npm i iobroker fitbit
            2. über Adapter und die "Katze" den Pfad
              /home/pi/node_modules/iobroker.fitbit
              eingegeben.
              ... und voila - der Fitbit-Adapter war im iobroker Admin zu sehen.
              Vielen Dank!
            1 Reply Last reply Reply Quote 0
            • L
              locito09 last edited by

              Kann mir einer sagen wie ich den Adapter installieren soll?
              mit npm i iobroker fitbit funktioniert das nicht.
              Bekomme Fehlermeldung:
              Manual installation of ioBroker is no longer supported │
              │ on Linux, OSX and FreeBSD! │
              │ Please refer to the documentation on how to install it! │
              │

              cvidal 1 Reply Last reply Reply Quote 0
              • cvidal
                cvidal Forum Testing @locito09 last edited by cvidal

                @locito09

                Ich glaube dass das Npm install nicht in /opt/iobroker sondern in /opt/iobroker/node_modules/iobroker.fitbit. ausgeführt werden muss.

                L 2 Replies Last reply Reply Quote 0
                • L
                  locito09 @cvidal last edited by

                  @cvidal
                  Geht auch nicht.
                  Wer kann mir ein how to geben wie ich den Adapter installieren kann?

                  1 Reply Last reply Reply Quote 0
                  • Jey Cee
                    Jey Cee Developer last edited by

                    Im Admin auf Adapter -> Octocat Symbol -> Beliebig, dort iobroker.fitbit eingeben und dann auf Installieren Klicken.

                    L 1 Reply Last reply Reply Quote 0
                    • L
                      locito09 @Jey Cee last edited by Negalein

                      @Jey-Cee said in IoBroker FitBit Adapter:

                      iobroker.fitbit

                      Geht nicht, hier die Fehlermeldung:

                      $ ./iobroker url "iobroker.fitbit "
                      install "iobroker.fitbit
                      npm install "iobroker.fitbit --production --save --prefix "/opt/iobroker" (System call)
                      /bin/sh: 1: Syntax error: Unterminated quoted string
                      ERROR: host.debianiobroker Cannot install "iobroker.fitbit: 2
                      ERROR: process exited with code 25
                      
                      Jey Cee 1 Reply Last reply Reply Quote 0
                      • Jey Cee
                        Jey Cee Developer @locito09 last edited by

                        @locito09 da ist irgendwo ein " zu viel. Bei mir hat die Installation geklappt, hab das extra getestet.

                        L 1 Reply Last reply Reply Quote 0
                        • L
                          locito09 @Jey Cee last edited by

                          @Jey-Cee
                          Ich gebe ja nur iobroker.fitbit ein.
                          Ohne sonderzeichen “

                          1 Reply Last reply Reply Quote 0
                          • L
                            locito09 @cvidal last edited by

                            @cvidal
                            Muss ich den ordner iobroker.fitbit von Hand erstellen?

                            cvidal 1 Reply Last reply Reply Quote 0
                            • cvidal
                              cvidal Forum Testing @locito09 last edited by

                              @locito09
                              Ja erstell den Ordner mal per Hand.

                              L 1 Reply Last reply Reply Quote 0
                              • L
                                locito09 @cvidal last edited by Negalein

                                @cvidal

                                Gleiche Fehlermeldung:

                                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.fitbit/package.json'
                                npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                                npm WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
                                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                
                                npm ERR! code ELIFECYCLE
                                npm ERR! errno 100
                                npm ERR! iobroker@2.0.3 postinstall: `node lib/install.js`
                                npm ERR! Exit status 100
                                npm ERR!
                                npm ERR! Failed at the iobroker@2.0.3 postinstall 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!     /root/.npm/_logs/2019-10-15T10_54_38_334Z-debug.log
                                root@debianiobroker:/opt/iobroker/node_modules/iobroker.fitbit# npm iobroker fitbit
                                
                                cvidal 1 Reply Last reply Reply Quote 0
                                • cvidal
                                  cvidal Forum Testing @locito09 last edited by

                                  @locito09
                                  Welche Npm Version hast du Installiert?
                                  Hat der erstellte Ordner eventuell nicht genügend rechte?
                                  Das ist nicht so mein Thema, sorry

                                  L 1 Reply Last reply Reply Quote 0
                                  • L
                                    locito09 @cvidal last edited by

                                    @cvidal
                                    Habe vor kurzem update gemacht auf 6.9.0

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

                                      es gibt neuen Adapter dafür: https://forum.iobroker.net/topic/26448/iobroker-fitbit-api

                                      L 1 Reply Last reply Reply Quote 0
                                      • cvidal
                                        cvidal Forum Testing last edited by

                                        Leider kann ich momentan nicht Testen, dei Fitbit meiner Frau wurde geklaut.
                                        Wird wohl Zeit das sie eine neue bekommt 😊

                                        Jey Cee 1 Reply Last reply Reply Quote 0
                                        • Jey Cee
                                          Jey Cee Developer @cvidal last edited by

                                          @cvidal hätte da eine Charge 3 über

                                          cvidal 1 Reply Last reply Reply Quote 0
                                          • cvidal
                                            cvidal Forum Testing @Jey Cee last edited by

                                            @Jey-Cee Die muss Leider Rosegold mit Rosa Armband sein. Ich denke die hast du nicht.

                                            .

                                            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

                                            628
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            fitbit
                                            9
                                            52
                                            5246
                                            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