seydx / homebridge-fritz-platform

AiO Homebridge dynamic platform plugin for AVM hardware like Fritz!Box, Fritz!Repeater etc.
MIT License
223 stars 32 forks source link

[Question] Detecting rogue devices and view device names when someone joins the guest WiFi #234

Open vincentcox opened 3 years ago

vincentcox commented 3 years ago

My first question is that if it is possible to detect rogue devices. Currently, by adding an IP/Mac address it is possible to detect presence of known devices by adding their IP/MAC. But I was wondering if it was possible to get a notification if a rogue device (a device that shouldn't be on my network) connects to my wifi. Knowing beforehand which IP or mac address it will be, is not possible because I want to detect rogue devices.

My secondary question is that it is possible to display the name of a connected device to the guest. Now it's just "Someone connected to Guest Wifi" instead of "Iphone-Vincent connected to Guest Wifi".

Thanks in advance!