NEWS
Auslesen IP -Adressen
-
@liv-in-sky sagte in Auslesen IP -Adressen:
@Homoran das mag ich garnicht, wenn bei der installation schon eine fehrlermeldung kommt - muss da was extra installiert werden ?
muss ich nochmal prüfen. kann sein, im Moment nur Bluetooth-Adressen drin
![radar2_DP.png](/assets/uploads/files/15Der Fehler ließ sich tatsächlich mit dem Fixer beheben - und das bei einer flammneuen Installation.
Sollte IMHO auch nicht passieren. -
@Homoran wahrscheinlich installiert er irgendwelche npm tools, auf die du dann keine rechte mehr hast - ???
-
Before installing the adapter into ioBroker you need to install on linux arp-scan and libcap2-bin and some drivers which you can do by running below commands.
On Debian (Raspi-Stretch, Ubuntu, …) it looks like: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 -fwhich arp-scan
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich node
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich arp
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich hcitool
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich hciconfig
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich l2ping
)
If you update node or some system tools the above should be executed again!Lesen hilft
-
Radar2 ist anscheinend nicht für Windows.
-
@Homoran aja - die tools habene wir alle schon mal gesehen ? ob der adapter auch auf windows läuft ?
-
@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
-
@sigi234 sagte in Auslesen IP -Adressen:
Radar2 ist anscheinend nicht für Windows.
Das suche ich gerade weil ich das auch im Kopf hatte
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 installationkommt aber nix - muss mich mal weiter reinarbeiten
-
@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.
-
@sigi234 also kannst du ihn auf win installieren ?
-
@liv-in-sky sagte in Auslesen IP -Adressen:
@sigi234 also kannst du ihn auf win installieren ?
Ja,
Adapter aber immer Rot. -
@sigi234 was steht im log?
-
@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
-
@sigi234 sagte in Auslesen IP -Adressen:
uncaught exception: No compatible USB Bluetooth 4.0 device found!
-
@sigi234 hast du bluetooth aktiviert und keinen richtige bluetooth anschluss im pc
-
@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
-
@sigi234 kann man bluetooth im adapter erstmal deaktivieren ?
-
-
@sigi234 wenn ich die sche.... sortierung endlich drin habe, teste ich mal radar2 auf windows
-
@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
-
@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.