Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter radar2 v1.2.x GitHub

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

Test Adapter radar2 v1.2.x GitHub

Geplant Angeheftet Gesperrt Verschoben Tester
radar2 adapter
244 Beiträge 49 Kommentatoren 38.1k Aufrufe 42 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Basti97B Basti97

    Ich habe nun den Adapter Radar2 installiert. Nachdem ich alle zusätzlich benötigten Installation durchgeführt habe. Funktoniert er gleich sofort. Nun habe ich aber trotzdem eine Frage wo kann ich einstellen das der Bluetooth Adapter nicht jedes mal alle Scant und in den Datenpunkt ubts Datenpunkt schreibt. Sondern nur die Zufuhr eingegebeneb bzw bekannten Geräten.

    frankjokeF Offline
    frankjokeF Offline
    frankjoke
    schrieb am zuletzt editiert von
    #123

    @Basti97

    Wenn du V2.01 verwendest dann kannst das einzelne Abspeichern in der Konfig (Speichern Sie unbekannte BT-Daten) verhindern. Die eine Variable wo alle unknown macs gelistet werden wird trotzdem generiert damit der Adapter weiß welche er schon gesehen hat!

    Frank,

    NUC's, VM's und Raspi's unter Raspian, Ubuntu und Debian zum Testen.
    Adapter die ich selbst beigesteuert habe: BMW, broadlink2, radar2, systeminfo, km200, xs1 und einige im Anmarsch!

    Basti97B 1 Antwort Letzte Antwort
    0
    • frankjokeF frankjoke

      @Basti97

      Wenn du V2.01 verwendest dann kannst das einzelne Abspeichern in der Konfig (Speichern Sie unbekannte BT-Daten) verhindern. Die eine Variable wo alle unknown macs gelistet werden wird trotzdem generiert damit der Adapter weiß welche er schon gesehen hat!

      Basti97B Offline
      Basti97B Offline
      Basti97
      Most Active
      schrieb am zuletzt editiert von Basti97
      #124

      @frankjoke Ok Danke ja ich habe den neuesten. Ich gucke mal und probiere es mal aus. 😁😁 Aso und die unbekannten Macs die nicht gespeichert werden sollen werden dann nicht mehr aktualisiert oder?

      Iobroker läuft als VM auf Proxmoxserver x folgende Hersteller im Einsatz Sonoff, Gosund, Siemens x Aofo über Tasmota x Zigbee x das Smarthome wächst und wächst

      1 Antwort Letzte Antwort
      0
      • J Offline
        J Offline
        Jan1
        schrieb am zuletzt editiert von
        #125

        Wie bekomme ich das eigentlich weg?

        radar2.0	2020-12-05 14:17:13.657	warn	(360746) Adapter not running as root or iobroker has no sudo right, cannot use arp-scan!
        
        DiginixD 1 Antwort Letzte Antwort
        1
        • J Jan1

          Wie bekomme ich das eigentlich weg?

          radar2.0	2020-12-05 14:17:13.657	warn	(360746) Adapter not running as root or iobroker has no sudo right, cannot use arp-scan!
          
          DiginixD Offline
          DiginixD Offline
          Diginix
          schrieb am zuletzt editiert von Diginix
          #126

          @Jan1 Alle setcap Befehle wie in Post #2 beschrieben ausgeführt?

          ..:: So long! Tom ::..

          NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

          J 1 Antwort Letzte Antwort
          0
          • DiginixD Diginix

            @Jan1 Alle setcap Befehle wie in Post #2 beschrieben ausgeführt?

            J Offline
            J Offline
            Jan1
            schrieb am zuletzt editiert von
            #127

            @Diginix
            Das da:

            sudo apt-get install libcap2-bin arp-scan bluetooth bluez libbluetooth-dev libudev-dev net-tools
            
            sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which arp-scan`)
            
            sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which node`)
            
            sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which arp`)
            
            sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which hcitool`)
            
            sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which hciconfig`)
            
            sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which l2ping`)
            

            Oder noch was anderes?

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • J Jan1

              @Diginix
              Das da:

              sudo apt-get install libcap2-bin arp-scan bluetooth bluez libbluetooth-dev libudev-dev net-tools
              
              sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which arp-scan`)
              
              sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which node`)
              
              sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which arp`)
              
              sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which hcitool`)
              
              sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which hciconfig`)
              
              sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -f `which l2ping`)
              

              Oder noch was anderes?

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #128

              @Jan1

              sudo -u iobroker groups
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              J 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @Jan1

                sudo -u iobroker groups
                
                J Offline
                J Offline
                Jan1
                schrieb am zuletzt editiert von
                #129

                @Thomas-Braun

                jan@Beelink:~$ sudo -u iobroker groups
                iobroker tty dialout audio video bluetooth
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • J Jan1

                  @Thomas-Braun

                  jan@Beelink:~$ sudo -u iobroker groups
                  iobroker tty dialout audio video bluetooth
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #130

                  @Jan1 Füg den User mal der Gruppe sudo hinzu.

                  Ist zwar eigentlich nicht Sinn der Sache, aber kannst ja mal schauen ob es damit funktioniert.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  J 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @Jan1 Füg den User mal der Gruppe sudo hinzu.

                    Ist zwar eigentlich nicht Sinn der Sache, aber kannst ja mal schauen ob es damit funktioniert.

                    J Offline
                    J Offline
                    Jan1
                    schrieb am zuletzt editiert von
                    #131

                    @Thomas-Braun
                    welchen, iobroker oder jan?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • J Jan1

                      @Thomas-Braun
                      welchen, iobroker oder jan?

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #132

                      @Jan1 Den jan haben wir nicht angeschaut.
                      Aber wenn der auch fehlt, dann beide.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      J 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @Jan1 Den jan haben wir nicht angeschaut.
                        Aber wenn der auch fehlt, dann beide.

                        J Offline
                        J Offline
                        Jan1
                        schrieb am zuletzt editiert von
                        #133

                        @Thomas-Braun
                        stimmt, ging ja um iobroker :)

                        Also dann mal:

                        sudo adduser iobroker sudo
                        

                        und

                        sudo adduser jan sudo
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • J Jan1

                          @Thomas-Braun
                          stimmt, ging ja um iobroker :)

                          Also dann mal:

                          sudo adduser iobroker sudo
                          

                          und

                          sudo adduser jan sudo
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #134

                          @Jan1 Nein...

                          sudo usermod -aG sudo iobroker
                          

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          J 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @Jan1 Nein...

                            sudo usermod -aG sudo iobroker
                            
                            J Offline
                            J Offline
                            Jan1
                            schrieb am zuletzt editiert von Jan1
                            #135

                            @Thomas-Braun
                            ausgeführt
                            wie überprüfe ich das nun noch?

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • J Jan1

                              @Thomas-Braun
                              ausgeführt
                              wie überprüfe ich das nun noch?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #136

                              @Jan1
                              Den Befehl von vorhin nochmal ausführen?
                              Kann aber sein, dass der User iobroker erst einmal ausgeloggt werden muss. Starte am besten mal neu.

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              J 2 Antworten Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @Jan1
                                Den Befehl von vorhin nochmal ausführen?
                                Kann aber sein, dass der User iobroker erst einmal ausgeloggt werden muss. Starte am besten mal neu.

                                J Offline
                                J Offline
                                Jan1
                                schrieb am zuletzt editiert von
                                #137

                                @Thomas-Braun
                                jou is drin

                                jan@Beelink:~$ sudo -u iobroker groups
                                iobroker tty dialout sudo audio video bluetooth
                                

                                mal schauen ob die Meldung damit erledigt ist.

                                1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @Jan1
                                  Den Befehl von vorhin nochmal ausführen?
                                  Kann aber sein, dass der User iobroker erst einmal ausgeloggt werden muss. Starte am besten mal neu.

                                  J Offline
                                  J Offline
                                  Jan1
                                  schrieb am zuletzt editiert von
                                  #138

                                  @Thomas-Braun
                                  Das war leider nicht die Lösung, da nach Neustart des Adapter schon wieder diese Meldung drinsteht:

                                  radar2.0	2020-12-06 11:28:47.062	warn	(6069) Adapter not running as root or iobroker has no sudo right, cannot use arp-scan!
                                  
                                  1 Antwort Letzte Antwort
                                  0
                                  • A Offline
                                    A Offline
                                    a1development
                                    schrieb am zuletzt editiert von a1development
                                    #139

                                    I am using Radar2 very sucessfully for quite some time with Gigaset Keeper Tags,
                                    i recently received the new Samsung SmartTag that they started selling this month.

                                    The awesome news is, this has a massivly increased broadcast range. Radar2 is picking it up where the old tag was long out of range, BUT the Samsung SmartTag has some kind of rolling bt mac address. Its changing all the time. I tried to track all the different BT Adresses it genereates, but i stopped after 20 or so.

                                    @frankjoke is there any additional information from the BT scan ( serial numbers etc ) that could be used to identify the signal source. If so, the new Samsung SmartTags would be a huge upgrade for radar2 users. I am talking about this device https://www.samsung.com/de/mobile-accessories/galaxy-smarttag-black-ei-t5300bbegeu/

                                    lobomauL 1 Antwort Letzte Antwort
                                    0
                                    • A a1development

                                      I am using Radar2 very sucessfully for quite some time with Gigaset Keeper Tags,
                                      i recently received the new Samsung SmartTag that they started selling this month.

                                      The awesome news is, this has a massivly increased broadcast range. Radar2 is picking it up where the old tag was long out of range, BUT the Samsung SmartTag has some kind of rolling bt mac address. Its changing all the time. I tried to track all the different BT Adresses it genereates, but i stopped after 20 or so.

                                      @frankjoke is there any additional information from the BT scan ( serial numbers etc ) that could be used to identify the signal source. If so, the new Samsung SmartTags would be a huge upgrade for radar2 users. I am talking about this device https://www.samsung.com/de/mobile-accessories/galaxy-smarttag-black-ei-t5300bbegeu/

                                      lobomauL Offline
                                      lobomauL Offline
                                      lobomau
                                      schrieb am zuletzt editiert von
                                      #140

                                      @a1development I don`t understand how it works. BT has not such a long range!? Does it only work together with Samsung and the SmartThings-App?

                                      Host: NUC8i3 mit Proxmox:

                                      • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
                                      • Slave: Pi4
                                      A 1 Antwort Letzte Antwort
                                      0
                                      • lobomauL lobomau

                                        @a1development I don`t understand how it works. BT has not such a long range!? Does it only work together with Samsung and the SmartThings-App?

                                        A Offline
                                        A Offline
                                        a1development
                                        schrieb am zuletzt editiert von
                                        #141

                                        @lobomau i know.
                                        I was surprised when it showed up in ioBroker under radar2.0_uBTs List of unknown BT devices.
                                        I tested it in my house and placed it as far apart as possible ( one level down into the basement in the farest corner that i can think of ) and it still picks it up.

                                        The Gigaset Keeper Tag does lose its connection on the same level about 10-12m away from the BT dongle that is used for radar2.

                                        Not sure what Samsung is doing there, but to me this looks very promising. BUT with the rolling BT addresses, it s no use for radar2.

                                        1 Antwort Letzte Antwort
                                        0
                                        • A Offline
                                          A Offline
                                          a1development
                                          schrieb am zuletzt editiert von
                                          #142

                                          OK. I switched to "Tile Pro" BT Beacons. I did some tests and compared to the Gigaset Gatekeeper, they are working alot further.

                                          Axel KoenekeA 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          772

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe