Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. Auslesen IP -Adressen

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    241

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Auslesen IP -Adressen

Scheduled Pinned Locked Moved Visualisierung
vis
541 Posts 17 Posters 105.2k Views 22 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • sigi234S sigi234

    @Homoran

    Radar2 ist anscheinend nicht für Windows.

    liv-in-skyL Offline
    liv-in-skyL Offline
    liv-in-sky
    wrote on last edited by
    #392

    @sigi234 diese version machen ich auf jeden fall soweit fertig, dass du sie nutzen kannst - auch wenn leider die echos fehlen werden - aber der rest sollte gefunden werden

    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

    1 Reply Last reply
    0
    • sigi234S sigi234

      @Homoran

      Radar2 ist anscheinend nicht für Windows.

      HomoranH Do not disturb
      HomoranH Do not disturb
      Homoran
      Global Moderator Administrators
      wrote on last edited by Homoran
      #393

      @sigi234 sagte in Auslesen IP -Adressen:

      @Homoran

      Radar2 ist anscheinend nicht für Windows.

      Das suche ich gerade weil ich das auch im Kopf hatte

      @liv-in-sky

      This adapter tries to find the devices specified on the network or with bluetooth. It also shows the current external IP of the network, can read ink status of HP printers and also Weather warnings from UWZ for several european countries. It also can read daily currency exchange rates from ECB.

      It works by:

      Using arp-scan and ping to lookup devices on the network with IPv4 und IPv6!
      Listening to dhcp messages which announces new devices coming to the network.
      It works on multiple interfaces which mean iof your system has Wlan and lan on different networks it can see both lans.
      Normal Bluetooth and Bluetooth LE is supported
      HP-printer ink-status
      European central bank currency exchange for Euero
      UWZ Weather warnings for the area where ioBroker is set to
      Uses arp-scan and ping on network as only expernal programs, everything else is internal to nodejs.
      The adapter works also without root rights but some configuration actions are required before installation

      kommt aber nix - muss mich mal weiter reinarbeiten

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      sigi234S 1 Reply Last reply
      0
      • HomoranH Homoran

        @sigi234 sagte in Auslesen IP -Adressen:

        @Homoran

        Radar2 ist anscheinend nicht für Windows.

        Das suche ich gerade weil ich das auch im Kopf hatte

        @liv-in-sky

        This adapter tries to find the devices specified on the network or with bluetooth. It also shows the current external IP of the network, can read ink status of HP printers and also Weather warnings from UWZ for several european countries. It also can read daily currency exchange rates from ECB.

        It works by:

        Using arp-scan and ping to lookup devices on the network with IPv4 und IPv6!
        Listening to dhcp messages which announces new devices coming to the network.
        It works on multiple interfaces which mean iof your system has Wlan and lan on different networks it can see both lans.
        Normal Bluetooth and Bluetooth LE is supported
        HP-printer ink-status
        European central bank currency exchange for Euero
        UWZ Weather warnings for the area where ioBroker is set to
        Uses arp-scan and ping on network as only expernal programs, everything else is internal to nodejs.
        The adapter works also without root rights but some configuration actions are required before installation

        kommt aber nix - muss mich mal weiter reinarbeiten

        sigi234S Online
        sigi234S Online
        sigi234
        Forum Testing Most Active
        wrote on last edited by
        #394

        @Homoran sagte in Auslesen IP -Adressen:

        kommt aber nix - muss mich mal weiter reinarbeiten

        Bei Windows steht arp-scan nicht zur Verfügung und es wird nur node-ping verwendet.

        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Immer Daten sichern!

        liv-in-skyL 1 Reply Last reply
        0
        • sigi234S sigi234

          @Homoran sagte in Auslesen IP -Adressen:

          kommt aber nix - muss mich mal weiter reinarbeiten

          Bei Windows steht arp-scan nicht zur Verfügung und es wird nur node-ping verwendet.

          liv-in-skyL Offline
          liv-in-skyL Offline
          liv-in-sky
          wrote on last edited by
          #395

          @sigi234 also kannst du ihn auf win installieren ?

          nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

          sigi234S 1 Reply Last reply
          0
          • liv-in-skyL liv-in-sky

            @sigi234 also kannst du ihn auf win installieren ?

            sigi234S Online
            sigi234S Online
            sigi234
            Forum Testing Most Active
            wrote on last edited by
            #396

            @liv-in-sky sagte in Auslesen IP -Adressen:

            @sigi234 also kannst du ihn auf win installieren ?

            Ja,
            Adapter aber immer Rot.

            Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
            Immer Daten sichern!

            HomoranH 1 Reply Last reply
            0
            • sigi234S sigi234

              @liv-in-sky sagte in Auslesen IP -Adressen:

              @sigi234 also kannst du ihn auf win installieren ?

              Ja,
              Adapter aber immer Rot.

              HomoranH Do not disturb
              HomoranH Do not disturb
              Homoran
              Global Moderator Administrators
              wrote on last edited by
              #397

              @sigi234 was steht im log?

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              sigi234S 1 Reply Last reply
              0
              • HomoranH Homoran

                @sigi234 was steht im log?

                sigi234S Online
                sigi234S Online
                sigi234
                Forum Testing Most Active
                wrote on last edited by sigi234
                #398

                @Homoran sagte in Auslesen IP -Adressen:

                @sigi234 was steht im log?

                radar2.0	2020-02-08 12:51:51.945	info	(12800) Terminated (NO_ERROR): Without reason
                radar2.0	2020-02-08 12:51:51.944	info	(12800) terminating
                radar2.0	2020-02-08 12:51:51.939	warn	(12800) Promise problem unhandledRejection of Promise Promise { <rejected> TypeError: A.isLinuxApp(...).then is not a function at Network.updateMacdb.then.then.then (C:\Program Files\iobroker\Test\nod
                radar2.0	2020-02-08 12:51:51.937	warn	(12800) Adapter will exit in latest 1 sec with code false!
                radar2.0	2020-02-08 12:51:51.936	info	(12800) Connected with '0.0.0.0' for DHCP Scan
                radar2.0	2020-02-08 12:51:51.933	info	(12800) Adapter disconnected and stopped with dostop(false) and callback(true)
                radar2.0	2020-02-08 12:51:51.933	error	(12800) Error: No compatible USB Bluetooth 4.0 device found! at BluetoothHciSocket.bindUser (C:\Program Files\iobroker\Test\node_modules\iobroker.radar2\node_modules\@abandonware\bluetooth-hci-soc
                radar2.0	2020-02-08 12:51:51.932	error	(12800) uncaught exception: No compatible USB Bluetooth 4.0 device found!
                radar2.0	2020-02-08 12:51:51.929	info	(12800) radar2 set to scan every 30 seconds and printers every 100 minutes.
                radar2.0	2020-02-08 12:51:51.929	info	(12800) arp-scan will use the following interfaces: [ 'Ethernet', 'Npcap Loopback Adapter' ]
                radar2.0	2020-02-08 12:51:51.928	warn	(12800) arp-scan cmd line not configured in config! Will use '-lgq --retry=4 --timeout=400'
                radar2.0	2020-02-08 12:51:51.928	info	(12800) use known IP list: []
                radar2.0	2020-02-08 12:51:51.928	info	(12800) use known BT list: []
                radar2.0	2020-02-08 12:51:51.927	info	(12800) radar2 set to flag items away if they are not seen for 2 minutes
                radar2.0	2020-02-08 12:51:51.912	info	(12800) found and will use '@abandonware/noble'
                radar2.0	2020-02-08 12:51:51.724	info	(12800) found and will use 'node-bluetooth scan'
                radar2.0	2020-02-08 12:51:51.692	info	(12800) radar2 initialization started...
                radar2.0	2020-02-08 12:51:51.624	info	(12800) starting. Version 1.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.radar2, node: v10.16.3
                

                Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                Immer Daten sichern!

                HomoranH liv-in-skyL 2 Replies Last reply
                0
                • sigi234S sigi234

                  @Homoran sagte in Auslesen IP -Adressen:

                  @sigi234 was steht im log?

                  radar2.0	2020-02-08 12:51:51.945	info	(12800) Terminated (NO_ERROR): Without reason
                  radar2.0	2020-02-08 12:51:51.944	info	(12800) terminating
                  radar2.0	2020-02-08 12:51:51.939	warn	(12800) Promise problem unhandledRejection of Promise Promise { <rejected> TypeError: A.isLinuxApp(...).then is not a function at Network.updateMacdb.then.then.then (C:\Program Files\iobroker\Test\nod
                  radar2.0	2020-02-08 12:51:51.937	warn	(12800) Adapter will exit in latest 1 sec with code false!
                  radar2.0	2020-02-08 12:51:51.936	info	(12800) Connected with '0.0.0.0' for DHCP Scan
                  radar2.0	2020-02-08 12:51:51.933	info	(12800) Adapter disconnected and stopped with dostop(false) and callback(true)
                  radar2.0	2020-02-08 12:51:51.933	error	(12800) Error: No compatible USB Bluetooth 4.0 device found! at BluetoothHciSocket.bindUser (C:\Program Files\iobroker\Test\node_modules\iobroker.radar2\node_modules\@abandonware\bluetooth-hci-soc
                  radar2.0	2020-02-08 12:51:51.932	error	(12800) uncaught exception: No compatible USB Bluetooth 4.0 device found!
                  radar2.0	2020-02-08 12:51:51.929	info	(12800) radar2 set to scan every 30 seconds and printers every 100 minutes.
                  radar2.0	2020-02-08 12:51:51.929	info	(12800) arp-scan will use the following interfaces: [ 'Ethernet', 'Npcap Loopback Adapter' ]
                  radar2.0	2020-02-08 12:51:51.928	warn	(12800) arp-scan cmd line not configured in config! Will use '-lgq --retry=4 --timeout=400'
                  radar2.0	2020-02-08 12:51:51.928	info	(12800) use known IP list: []
                  radar2.0	2020-02-08 12:51:51.928	info	(12800) use known BT list: []
                  radar2.0	2020-02-08 12:51:51.927	info	(12800) radar2 set to flag items away if they are not seen for 2 minutes
                  radar2.0	2020-02-08 12:51:51.912	info	(12800) found and will use '@abandonware/noble'
                  radar2.0	2020-02-08 12:51:51.724	info	(12800) found and will use 'node-bluetooth scan'
                  radar2.0	2020-02-08 12:51:51.692	info	(12800) radar2 initialization started...
                  radar2.0	2020-02-08 12:51:51.624	info	(12800) starting. Version 1.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.radar2, node: v10.16.3
                  
                  HomoranH Do not disturb
                  HomoranH Do not disturb
                  Homoran
                  Global Moderator Administrators
                  wrote on last edited by
                  #399

                  @sigi234 sagte in Auslesen IP -Adressen:

                  uncaught exception: No compatible USB Bluetooth 4.0 device found!

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Reply Last reply
                  0
                  • sigi234S sigi234

                    @Homoran sagte in Auslesen IP -Adressen:

                    @sigi234 was steht im log?

                    radar2.0	2020-02-08 12:51:51.945	info	(12800) Terminated (NO_ERROR): Without reason
                    radar2.0	2020-02-08 12:51:51.944	info	(12800) terminating
                    radar2.0	2020-02-08 12:51:51.939	warn	(12800) Promise problem unhandledRejection of Promise Promise { <rejected> TypeError: A.isLinuxApp(...).then is not a function at Network.updateMacdb.then.then.then (C:\Program Files\iobroker\Test\nod
                    radar2.0	2020-02-08 12:51:51.937	warn	(12800) Adapter will exit in latest 1 sec with code false!
                    radar2.0	2020-02-08 12:51:51.936	info	(12800) Connected with '0.0.0.0' for DHCP Scan
                    radar2.0	2020-02-08 12:51:51.933	info	(12800) Adapter disconnected and stopped with dostop(false) and callback(true)
                    radar2.0	2020-02-08 12:51:51.933	error	(12800) Error: No compatible USB Bluetooth 4.0 device found! at BluetoothHciSocket.bindUser (C:\Program Files\iobroker\Test\node_modules\iobroker.radar2\node_modules\@abandonware\bluetooth-hci-soc
                    radar2.0	2020-02-08 12:51:51.932	error	(12800) uncaught exception: No compatible USB Bluetooth 4.0 device found!
                    radar2.0	2020-02-08 12:51:51.929	info	(12800) radar2 set to scan every 30 seconds and printers every 100 minutes.
                    radar2.0	2020-02-08 12:51:51.929	info	(12800) arp-scan will use the following interfaces: [ 'Ethernet', 'Npcap Loopback Adapter' ]
                    radar2.0	2020-02-08 12:51:51.928	warn	(12800) arp-scan cmd line not configured in config! Will use '-lgq --retry=4 --timeout=400'
                    radar2.0	2020-02-08 12:51:51.928	info	(12800) use known IP list: []
                    radar2.0	2020-02-08 12:51:51.928	info	(12800) use known BT list: []
                    radar2.0	2020-02-08 12:51:51.927	info	(12800) radar2 set to flag items away if they are not seen for 2 minutes
                    radar2.0	2020-02-08 12:51:51.912	info	(12800) found and will use '@abandonware/noble'
                    radar2.0	2020-02-08 12:51:51.724	info	(12800) found and will use 'node-bluetooth scan'
                    radar2.0	2020-02-08 12:51:51.692	info	(12800) radar2 initialization started...
                    radar2.0	2020-02-08 12:51:51.624	info	(12800) starting. Version 1.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.radar2, node: v10.16.3
                    
                    liv-in-skyL Offline
                    liv-in-skyL Offline
                    liv-in-sky
                    wrote on last edited by
                    #400

                    @sigi234 hast du bluetooth aktiviert und keinen richtige bluetooth anschluss im pc

                    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                    sigi234S 1 Reply Last reply
                    0
                    • liv-in-skyL liv-in-sky

                      @sigi234 hast du bluetooth aktiviert und keinen richtige bluetooth anschluss im pc

                      sigi234S Online
                      sigi234S Online
                      sigi234
                      Forum Testing Most Active
                      wrote on last edited by sigi234
                      #401

                      @liv-in-sky sagte in Auslesen IP -Adressen:

                      @sigi234 hast du bluetooth aktiviert und keinen richtige bluetooth anschluss im pc

                      Realtek Bluetooth 4.0 Adapter on Board

                      Screenshot (1603)_LI.jpg

                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Immer Daten sichern!

                      liv-in-skyL 3 Replies Last reply
                      0
                      • sigi234S sigi234

                        @liv-in-sky sagte in Auslesen IP -Adressen:

                        @sigi234 hast du bluetooth aktiviert und keinen richtige bluetooth anschluss im pc

                        Realtek Bluetooth 4.0 Adapter on Board

                        Screenshot (1603)_LI.jpg

                        liv-in-skyL Offline
                        liv-in-skyL Offline
                        liv-in-sky
                        wrote on last edited by
                        #402

                        @sigi234 kann man bluetooth im adapter erstmal deaktivieren ?

                        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                        1 Reply Last reply
                        0
                        • sigi234S sigi234

                          @liv-in-sky sagte in Auslesen IP -Adressen:

                          @sigi234 hast du bluetooth aktiviert und keinen richtige bluetooth anschluss im pc

                          Realtek Bluetooth 4.0 Adapter on Board

                          Screenshot (1603)_LI.jpg

                          liv-in-skyL Offline
                          liv-in-skyL Offline
                          liv-in-sky
                          wrote on last edited by liv-in-sky
                          #403

                          @sigi234

                          ...edRejection of Promise Promise { <rejected> TypeError: A.isLinuxApp(...).then is ...

                          da steht was von linux app - da muss der adapter-mann gefragt werden - vielleicht musst du noch was anderes in windowes machen

                          nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                          1 Reply Last reply
                          0
                          • sigi234S sigi234

                            @liv-in-sky sagte in Auslesen IP -Adressen:

                            @sigi234 hast du bluetooth aktiviert und keinen richtige bluetooth anschluss im pc

                            Realtek Bluetooth 4.0 Adapter on Board

                            Screenshot (1603)_LI.jpg

                            liv-in-skyL Offline
                            liv-in-skyL Offline
                            liv-in-sky
                            wrote on last edited by
                            #404

                            @sigi234 wenn ich die sche.... sortierung endlich drin habe, teste ich mal radar2 auf windows

                            nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                            sigi234S HomoranH 2 Replies Last reply
                            0
                            • liv-in-skyL liv-in-sky

                              @sigi234 wenn ich die sche.... sortierung endlich drin habe, teste ich mal radar2 auf windows

                              sigi234S Online
                              sigi234S Online
                              sigi234
                              Forum Testing Most Active
                              wrote on last edited by
                              #405

                              @liv-in-sky sagte in Auslesen IP -Adressen:

                              @sigi234 wenn ich die sche.... sortierung endlich drin habe, teste ich mal radar2 auf windows

                              https://forum.iobroker.net/topic/26721/test-adapter-radar2-v1-2-x-github

                              Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                              Immer Daten sichern!

                              1 Reply Last reply
                              0
                              • liv-in-skyL liv-in-sky

                                @sigi234 wenn ich die sche.... sortierung endlich drin habe, teste ich mal radar2 auf windows

                                HomoranH Do not disturb
                                HomoranH Do not disturb
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #406

                                @liv-in-sky ich habe den Eindruck, dass da einiges bei der Konvertierung von radar zu radar2 durcheinandergekommen ist.

                                Ich finde jetzt nur noch Hinweise zu OSX, nicht zu Windows. Und OSX ist ja auch in gewisser Weise Linux.
                                Trotzdem taucht immer wieder Windows in den ReadMes auf.

                                kein Support per PN! - Fragen im Forum stellen -
                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!

                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                liv-in-skyL 1 Reply Last reply
                                0
                                • HomoranH Homoran

                                  @liv-in-sky ich habe den Eindruck, dass da einiges bei der Konvertierung von radar zu radar2 durcheinandergekommen ist.

                                  Ich finde jetzt nur noch Hinweise zu OSX, nicht zu Windows. Und OSX ist ja auch in gewisser Weise Linux.
                                  Trotzdem taucht immer wieder Windows in den ReadMes auf.

                                  liv-in-skyL Offline
                                  liv-in-skyL Offline
                                  liv-in-sky
                                  wrote on last edited by
                                  #407

                                  @Homoran ist @Jey-Cee unser mann ? der etwas über radar2 und windows weiß ?

                                  nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                  HomoranH sigi234S 2 Replies Last reply
                                  0
                                  • liv-in-skyL liv-in-sky

                                    @Homoran ist @Jey-Cee unser mann ? der etwas über radar2 und windows weiß ?

                                    HomoranH Do not disturb
                                    HomoranH Do not disturb
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #408

                                    @liv-in-sky sieht so aus, wenn man den Tester-Thread ansieht

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!

                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Reply Last reply
                                    0
                                    • liv-in-skyL liv-in-sky

                                      @Homoran ist @Jey-Cee unser mann ? der etwas über radar2 und windows weiß ?

                                      sigi234S Online
                                      sigi234S Online
                                      sigi234
                                      Forum Testing Most Active
                                      wrote on last edited by
                                      #409

                                      @liv-in-sky sagte in Auslesen IP -Adressen:

                                      @Homoran ist @Jey-Cee unser mann ? der etwas über radar2 und windows weiß ?

                                      Ja und ev. @Stabilostick

                                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Immer Daten sichern!

                                      HomoranH 1 Reply Last reply
                                      0
                                      • sigi234S sigi234

                                        @liv-in-sky sagte in Auslesen IP -Adressen:

                                        @Homoran ist @Jey-Cee unser mann ? der etwas über radar2 und windows weiß ?

                                        Ja und ev. @Stabilostick

                                        HomoranH Do not disturb
                                        HomoranH Do not disturb
                                        Homoran
                                        Global Moderator Administrators
                                        wrote on last edited by
                                        #410

                                        @sigi234
                                        @liv-in-sky
                                        Der Entwickler ist aber Frank Joke

                                        kein Support per PN! - Fragen im Forum stellen -
                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!

                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        liv-in-skyL sigi234S Jey CeeJ 3 Replies Last reply
                                        0
                                        • HomoranH Homoran

                                          @sigi234
                                          @liv-in-sky
                                          Der Entwickler ist aber Frank Joke

                                          liv-in-skyL Offline
                                          liv-in-skyL Offline
                                          liv-in-sky
                                          wrote on last edited by liv-in-sky
                                          #411

                                          @Homoran vielleicht meldet sich einer der beiden - Frank Joke - der name sagt mir nix - wie auch immer, allein durch dieses script muss ich feststellen, um den adapter zu entwickeln oder zu pflegen - respekt - da muss man ahnung haben

                                          nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          575

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe