Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Aufruf] BLE Adapter testen (v0.6.0)

    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

    [Aufruf] BLE Adapter testen (v0.6.0)

    This topic has been deleted. Only users with topic management privileges can see it.
    • Deanna4711
      Deanna4711 last edited by

      @AlCalzone:

      Status "unknown" ist nicht "unauthorized". Welche Ausgabe bringt folgender Befehl?

      sudo hciconfig hci0 version
      ```` `  
      
      sudo hciconfig hci0 version
      hci0:	Type: Primary  Bus: UART
      	BD Address: 43:45:C5:00:1F:AC  ACL MTU: 1021:8  SCO MTU: 64:1
      	HCI Version:  (0x9)  Revision: 0x26
      	LMP Version:  (0x9)  Subversion: 0x6606
      	Manufacturer: Broadcom Corporation (15)
      
      

      So, ich konnte das Problem jetzt mit vielen Foren und viel lesen eingrenzen/beheben. Das Problem ist die (mangelhafte?) Integration des BT Supports in die Linux Distributionen Armbian und Debian für den RockPi/RockPro64. Ich war mit dem Fehler nicht alleine.

      Ein

      root@rockpi4b:/usr/local/bin# ./start_bt.sh
      

      und dann ein manueller Suchdurchlauf nach BT-Geräten auf der GUI von Armbian hat sofort zum "grünen" Ble.0 Adapter geführt. Aber ohne diesen manuellen Suchdurchlauf wird der Adapter nicht grün. Auf der GUI findet er die Xiaomi Sensoren, jedoch nicht im Adapter. Adresse der Sensoren ist im Adapter angegeben :?:
      10527_unbenannt.jpg
      Aber wie kann ich das jetzt in die Startroutine einbauen? Ich kann das ja nicht nach jedem Neustart ausführen. Sorry für die dumme Frage, aber ich bin ein echter Linux Dummie…. :?

      1 Reply Last reply Reply Quote 0
      • AlCalzone
        AlCalzone Developer last edited by

        @Deanna4711:

        Adresse der Sensoren ist im Adapter angegeben :?: `
        Das ist unnötig, da kein Adressfilter o.ä. drin ist. Du musst bei Plugins "xiaomi" eingeben.

        @Deanna4711:

        Aber wie kann ich das jetzt in die Startroutine einbauen? Ich kann das ja nicht nach jedem Neustart ausführen. Sorry für die dumme Frage, aber ich bin ein echter Linux Dummie…. :? `
        Ich kenne mich da auch nicht so sehr aus. Vielleicht so?

        https://wiki.ubuntuusers.de/rc.local/

        Oder per Cron?

        https://wiki.ubuntuusers.de/Cron/

        1 Reply Last reply Reply Quote 0
        • F
          fromfuture last edited by

          Moin,

          heute kam mein xiaomi Thermo- und Hygrometer an und ich konnte ihn auch integrieren.

          Aber irgendwie werden die Werte nicht korrekt angezeigt.

          Siehe Screenshot.

          Oder muss noch was in den Einstellungen für BLE Adapter eingetragen werden ?

          ![](</s><URL url=)<link_text text="https://uploads.tapatalk-cdn.com/201812 ... 89be76.jpg">https://uploads.tapatalk-cdn.com/20181218/6898b0fedb32b57625dc31abbf89be76.jpg</link_text>" />

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

            @fromfuture:

            Oder muss noch was in den Einstellungen für BLE Adapter eingetragen werden ? `
            Hast Du Xiaomi eingetragen?

            ![](</s><ATTACHMENT 10527_unbenannt.jpg )[attachment=0]Unbenannt.JPG[/attachment]" />

            1 Reply Last reply Reply Quote 0
            • F
              fromfuture last edited by

              Genau daran lag es.

              Jetzt funktioniert es.

              Danke [emoji106][emoji4]

              Gesendet von meinem BKL-L04 mit Tapatalk

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

                @fromfuture:

                Genau daran lag es.

                Jetzt funktioniert es.

                Danke [emoji106][emoji4] `
                Schön, dass ich auch mal helfen konnte… 😄

                Ich verzweifel etwas, ich muss es irgendwie schaffen, das````
                sudo hcitool lescan

                
                Manuell über die Konsole geht es, aber automatisch per Cronjob oder Eintrag in die rc.local kriege ich es nicht hin.
                1 Reply Last reply Reply Quote 0
                • F
                  fromfuture last edited by

                  Da kann ich leider nicht helfen.

                  Kann man eigentlich mehrere xiaomi einbinden?

                  Und wenn gibt es da eine Grenze?

                  Gesendet von meinem BKL-L04 mit Tapatalk

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

                    ich bringe noch einmal die alte Frage wieder auf:

                    Gibt es Aussichten, den Batterie-Level der Pflanzensensoren zu bekommen?

                    Habe ich eine (vielleicht auch schon bekannte) Diskusion darüber erhalten:

                    https://www.open-homeautomation.com/de/ … nt-sensor/

                    Da ich aber zu wenig Know-How habe, kam ich damit wenig weiter.

                    Habe zwar das GATTTOOL gefunden und auch nutzen können. Allerdings nicht viele Ergebnisse erhalten.

                    Und. So lange BLE auf dem ioBroker läuft, funktioniert dasGATTTOOL nicht parallel

                    1 Reply Last reply Reply Quote 0
                    • AlCalzone
                      AlCalzone Developer last edited by

                      @Arnulf:

                      Gibt es Aussichten, den Batterie-Level der Pflanzensensoren zu bekommen? `

                      Das setzt eine aktive Verbindung voraus, die aktuell nicht im Adapter enthalten ist. Mit dem Sensor habe ich allerdings ein Gerät zum Testen, was ich bisher nicht auf dem Schirm hatte. Zugegeben, meine Priorität liegt momentan bei anderen Baustellen, aber vielleicht klappts über die Feiertage.

                      1 Reply Last reply Reply Quote 0
                      • R
                        reini last edited by

                        wenn du das mit dem Batterie-Level hinbekommen würdest wäre das natürlich top und somit bei mir bestens im Garten einsetzbar 8-)

                        1 Reply Last reply Reply Quote 0
                        • AlCalzone
                          AlCalzone Developer last edited by

                          @lobomau:

                          Ich würde gerne nur meine bekannten Geräte einfangen und keine neuen mehr speichern. Kann man das einstellen? `

                          Ich habe soeben 0.6.0 auf npm veröffentlicht (sollte dann morgen im latest sein).

                          Da gibts jetzt eine Option, keine neuen Geräte mehr aufzunehmen.
                          1097_unbenannt.png
                          Die Option deaktivieren und alle Devices aus Objekte löschen, die nicht bekannt sind.

                          –-

                          Außerdem an Board: NodeJS-10-Unterstützung. Ich konnte es allerdings noch nicht selbst testen. Wer also schon auf NodeJS 10 ist, darf gerne testen.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Siegfried Forum Testing last edited by

                            Habe auf die v0.6.0 geupdatet trotzdem scheint bei mir scheint die Möglichkeit nicht auf

                            1 Reply Last reply Reply Quote 0
                            • AlCalzone
                              AlCalzone Developer last edited by

                              Wie hast du geupdated?

                              1 Reply Last reply Reply Quote 0
                              • S
                                Siegfried Forum Testing last edited by

                                erst über git …dann habe ich versucht zu deinstallieren und neu zu installieren ...

                                aber immer hat sich nichts geändert

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Siegfried Forum Testing last edited by

                                  nochmal aus git probiert …

                                  Nun hab ich den fehler: unhandled promise rejection: Error: Cannot find module '@abandonware/bluetooth-hci-socket'

                                  1 Reply Last reply Reply Quote 0
                                  • AlCalzone
                                    AlCalzone Developer last edited by

                                    @Siegfried:

                                    erst über git `
                                    Da ist das Problem. Bei Installation von git wird kein Upload ausgeführt.

                                    Sofern nicht explizit dazu aufgefordert, bitte immer normal über die Adapter-Liste installieren.

                                    @Siegfried:

                                    Cannot find module '@abandonware/bluetooth-hci-socket' `
                                    Was steht im Installer-Log? Da muss irgendein Fehler aufgetreten sein.

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      Siegfried Forum Testing last edited by

                                      da steht:

                                      ! ````
                                      $ ./iobroker url "https://github.com/AlCalzone/ioBroker.ble"
                                      install https://github.com/AlCalzone/ioBroker.ble/tarball/master
                                      npm install https://github.com/AlCalzone/ioBroker.ble/tarball/master --production --save --prefix "/opt/iobroker" (System call)
                                      npm

                                      ERR!

                                      path
                                      /root/.npm/_logs
                                      npm

                                      ERR!

                                      code
                                      EACCES
                                      npm
                                      ERR! errno -13npm
                                      ERR! syscall scandirnpm

                                      ERR!
                                      Error: EACCES: permission denied, scandir '/root/.npm/_logs'
                                      npm
                                      ERR! { Error: EACCES: permission denied, scandir '/root/.npm/_logs'npm
                                      ERR! stack: 'Error: EACCES: permission denied, scandir '/root/.npm/_logs'',npm ERR! errno: -13,

                                      ! npm ERR! code: 'EACCES',npm
                                      ERR! syscall: 'scandir',npm ERR!
                                      path: '/root/.npm/_logs' }npm ERR!
                                      npm ERR! The operation was rejected by your operating system.
                                      ! npm ERR! It is likely you do not have the permissions to access this file as the current usernpm
                                      ERR! npm ERR! If you believe this might be a permissions issue, please double-check the
                                      ! npm ERR! permissions of the file and its containing directories, or try runningnpm ERR! the command again as root/Administrator (though this is not recommended).
                                      ! glob error { Error: EACCES: permission denied, scandir '/root/.npm/_logs' stack: 'Error: EACCES: permission denied, scandir '/root/.npm/_logs'',
                                      errno: -13,
                                      code: 'EACCES',
                                      syscall: 'scandir',
                                      path: '/root/.npm/_logs' }
                                      ! npm

                                      ERR!

                                      path
                                      /root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f
                                      npm

                                      ERR!

                                      code
                                      EACCESnpm
                                      ERR! errno
                                      -13npm ERR! syscall
                                      opennpm

                                      ERR! Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f'npm ERR! { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f'

                                      ! npm ERR! cause: npm
                                      ERR! { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f'npm ERR! errno: -13,
                                      npm ERR! code: 'EACCES',
                                      npm ERR! syscall: 'open',
                                      npm ERR! path: '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f' },
                                      npm ERR! isOperational: true,
                                      npm ERR! stack: 'Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f'',
                                      npm ERR! errno: -13,
                                      npm ERR! code: 'EACCES',
                                      npm ERR! syscall: 'open',
                                      npm ERR! path: '/root/.npm/_cacache/index-v5/f6/d3/856f4e146dc3e8cb995652c4d6a1e16806d6bca7e87878fd9046e55ea74f' }
                                      npm ERR!
                                      npm ERR! The operation was rejected by your operating system.
                                      ! npm ERR! It is likely you do not have the permissions to access this file as the current usernpm ERR!
                                      npm ERR! If you believe this might be a permissions issue, please double-check the
                                      npm ERR!
                                      permissions of the file and its containing directories, or try runningnpm ERR! the command again as root/Administrator (though this is not recommended).
                                      ! npm

                                      WARN
                                      react-beautiful-dnd@9.0.2 requires a peer of react@^16.3.1 but none is installed. You must install peer dependencies yourself.
                                      npm

                                      WARN
                                      react-motion@0.5.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
                                      npm

                                      WARN
                                      react-redux@5.0.7 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself.
                                      npm
                                      WARN react-beautiful-dnd@9.0.2 requires a peer of react@^16.3.1 but none is installed. You must install peer dependencies yourself.
                                      npm WARN react-motion@0.5.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
                                      npm WARN react-redux@5.0.7 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself.npm
                                      WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):npm
                                      WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm

                                      WARN optional SKIPPING OPTIONAL DEPENDENCY: @abandonware/bluetooth-hci-socket@0.5.3-1 (node_modules/@abandonware/bluetooth-hci-socket):npm
                                      WARN optional
                                      SKIPPING OPTIONAL DEPENDENCY: @abandonware/bluetooth-hci-socket@0.5.3-1 preinstall: npm install node-pre-gyp
                                      npm
                                      WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 243

                                      ! process exited with code 0

                                      
                                      ****EDIT: Code in Code und Spoiler-Tags ; Homoran(Admin)****
                                      1 Reply Last reply Reply Quote 0
                                      • AlCalzone
                                        AlCalzone Developer last edited by

                                        Dachte ich es mir doch. Du hast mal mit sudo installiert.

                                        => Lesen und befolgen: viewtopic.php?f=8&t=19209

                                        => Nochmal den Adapter über die Admin-UI installieren.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          Siegfried Forum Testing last edited by

                                          hm bekomme es irgendwie nicht hin.

                                          entweder ich bekomme den fehler oder es läuft wieder die alte version.

                                          Habe auch den Befehl.````
                                          sudo chown -R $(whoami) ~/.npm

                                          
                                          Reicht das? Oder sollte ich das in Klammern mit was ersetzten.
                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Siegfried Forum Testing last edited by

                                            jetzt läuft es …hab nun mit einem anderen Adapter probleme 😞

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            837
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            59
                                            370
                                            65803
                                            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