The latest 0.2.0 version does provide a possibility to select network interfaces for monitoring (instead of just having WAN/USB monitoring hardcoded). Of course, it doesn’t solve the problem that your device doesn’t report INTERNET value, but now there is no need to fake it from the BRIDGE value.
Is there a way to define consider home time like scenario for device trackers? Because long after device disconnected from router still shows as “home” probably due to lease time. Or its not getting updated as devices connects and disconnect to the router.
There is no such option yet to select consider home time, but it is planned. Currently, devices are supposed to get a not connected status as soon as they disappear from the connected device list. Without any time delay and any wait if that was a glitch.
I’ll look closer into this issue with device_trarckers
I didn’t really try hard with dashboards yet. So if you will create a better one, you are welcome to suggest it for the integration docs - so other users will be able to have one
Also, if you have any ideas of what sensors or data can be helpful to monitor from the router in Home Assistant, you can always suggest it either here or in the GitHub repository. For now, I’ve implemented something I needed the most, but there is quite a lot more that can be done with time.
My annoyance with the AsusWRT integration is that it would show many device_trackers with the MAC address. My guess is that it’s because the device (usually an iPhone) has a private address in the connection settings. Would using the native API instead of SSH or Telnet allow for better naming of device_trackers?
The device_tracker entities created by this integration are using the following priority list for naming:
Friendly name of the device (if set in the router admin panel)
Name as reported by the connected device
MAC address if neither of the above is known
So if you have given the device a name in the web panel or if the device reported at least some name (e.g. iPads definitely report their name properly in any case, even when reporting random MACs every time), there is no chance to get an entity with MAC.
Of course, that happens as well, but not too regularly
I can see the device tracker for “recognized” devices, but all my “unrecognized” devices are disabled. For example, it sees my cell phone as “unrecognized” and disabled. how to enable it so i can use it as a device tracker for a person?
With the new version 0.3.0, you can manually set the consider home value. Moreover, device tracking got improvements, so it should be more reliable now