ianperrin / MMM-NetworkScanner

A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address
MIT License
107 stars 47 forks source link

IpAddress does not work #13

Closed arx237 closed 6 years ago

arx237 commented 7 years ago

Mac address works fine however IP Address always shows offline no matter what. Ip address input as fqdn and as ip address.

looolz commented 7 years ago

I can't get neither IP (with IP or fully qualified host name) or MAC-addr working. All devices appear as offline. The Pi is however able to find said devices using ping.

ToddKlindt commented 6 years ago

I have the same issue. IP address never works, MAC always works.

nawak86 commented 6 years ago

hello no solution for this problem ? ty

ianperrin commented 6 years ago

After some time in the wilderness, I have found a little time to review the state of this module. To kick off, I have pushed a series of updates to the repository as an initial attempt to introduce some fixes - including some work on the ipaddress issue. Please feel free to pull these changes and test in your mirror.

If you continue to have issues with the IpAddress not working, please provide as much info as possible below, including a description of the problem, what you were expecting to happen, the config for the module and any errors from the log and/or browser console.