Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. BLE und Radar2 rot

    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

    BLE und Radar2 rot

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

      Ich bin Dir noch etwas schuldig:

      Hier erst mal der Log vom BLE:

      host.iobroker-rock64	2019-03-06 18:02:43.167	error	instance system.adapter.ble.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
      

      Mehr kommt leider nicht, bis ich BLE neu gestartet habe.
      Keine 10 Sekunden später kommt die gleiche Meldung usw.

      Ach ja, Deine Antwort hat sich mit meiner überschnitten. ich habe in Edit2 noch was gepostet.

      BLE im Terminal oder im Admin neu installieren? Github geht ja auch im Admin.
      Ich habe nur an einer Neuinstallation des Systems gedacht, weil wir nicht wissen, was sonst noch falsch läuft.

      Gruß,
      Mathias

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

        @MathiasJ sagte in BLE und Radar2 rot:

        BLE im Terminal oder im Admin neu installieren? Github geht ja auch im Admin.

        Admin bitte.

        weil wir nicht wissen, was sonst noch falsch läuft.

        Kannst aber nicht sicher sein, dass du alle Probleme schon gefunden hast 😉

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

          BLE und weitere Adapter im Admin über Github neu installiert, weil die Config-Seite bei anderen Adaptern nicht da war.
          Nun sind sie da.
          BLE wird immer noch heruntergefahren und wartet darauf, daß sie von mir neu gestartet wurde. bringt nur nochts. nach ein par sekunden wird BLE wieder heruntergefahren usw.
          Hier ist der Log der Installation:

           npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/bluetooth-hci-socket/node_modules/abbrev
          npm ERR! code EACCES
          npm ERR! errno -13
          npm ERR! syscall access
          npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/bluetooth-hci-socket/node_modules/abbrev'
          npm ERR!  { Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/bluetooth-hci-socket/node_modules/abbrev'
          npm ERR!   stack: 'Error: EACCES: permission denied, access \'/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/bluetooth-hci-socket/node_modules/abbrev\'',
          npm ERR!   errno: -13,
          npm ERR!   code: 'EACCES',
          npm ERR!   syscall: 'access',
          npm ERR!   path: '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/bluetooth-hci-socket/node_modules/abbrev' }
          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 user
          npm 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 running
          npm ERR! the command again as root/Administrator (though this is not recommended).
          
          

          Der Adapter wurde erfolgreich installiert. Vllt deinstalliere ich die Instanz, mache einen Neustart und installiere sie mal neu?
          Radar2 läuft jetzt durch, seit dem ich die Kiste neu gestartet habe.

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

            @MathiasJ Ja da fehlt das Bluetooth-Modul, das wegen fehlendem Schreibzugriff nicht installiert werden kann. Bist du auf der Kommandozeile üblicherweise als root unterwegs oder als ein anderer User? Falls ersteres, könnte

            chown -R iobroker:iobroker /opt/iobroker
            

            helfen.

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

              danke.....
              ich muß IObroker komplett neu aufsetzen.
              Ich wollte gerade die SD-karte sichern.
              Jetzt ist IObroker gar nicht mehr erreichbar.
              Also von vorne.... 😢

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

                so.....
                nachdem ich alles neu aufgesetzt und USB-Dongles getauscht habe
                BLE läuft........
                Radar2 läuft.......

                Er war nicht nur ein Software- sondern auch ein Hardwareproblem 😞
                Einer der beiden Dongles wurde nicht erkannt. um genau zu sein der Logilink.
                Jetzt laufen beide Adapter mit Speedlink Dongles.
                Vielen lieben Dank, @AlCalzone

                Gruß,
                Mathias

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

                  Yay! 👏

                  MathiasJ 1 Reply Last reply Reply Quote 0
                  • MathiasJ
                    MathiasJ @AlCalzone last edited by MathiasJ

                    @AlCalzone hat auch lange genug gedauert.........
                    Nochmals:
                    Dankeschön!!!

                    bleibt nur noch eine Frage:
                    Wenn ich alle Objekte von BLE lösche, holt sich BLE dann alles neu?
                    Ich möchte sicher gehen, daß auch alles erkannt wurde. Die Objekte kommen vom Backup.

                    Gruß,
                    Mathias

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

                      @MathiasJ sagte in BLE und Radar2 rot:

                      Wenn ich alle Objekte von BLE lösche, holt sich BLE dann alles neu?

                      BLE schreibt grundsätzlich erst mal alles auf, was es hört. Also ruhig löschen, das kann nur etwas Zeit in Anspruch nehmen bis alle Daten wieder da sind.

                      MathiasJ 1 Reply Last reply Reply Quote 0
                      • MathiasJ
                        MathiasJ @AlCalzone last edited by

                        dankeschön,
                        wird dann gemacht.
                        ich habe ihn erst mal heruntergefahren und warte auf ein emmc2USB-Adapter und Kühlkörper.
                        In der Zwischenzeit schreibe ich alles auf, was ich so wissen muß.

                        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

                        522
                        Online

                        31.9k
                        Users

                        80.1k
                        Topics

                        1.3m
                        Posts

                        ble adapter bluetooth radar adapter radar2 radar2 adapter
                        2
                        24
                        2807
                        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