-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
EnhancementNew feature or requestNew feature or request
Description
Hi,
Thanks for the awesome project. I would like to request a feature to bulk resolve or update device names using a MAC address list.
Currently, when Pi.Alert discovers many devices, they often appear with generic names or only their MAC addresses. Manually renaming dozens of devices one-by-one is tedious. I would like a way to upload a list that "maps" names to existing MAC addresses.
Use Case
I have a list of known MAC addresses and their corresponding names (e.g., from a router DHCP reservation list or an old inventory). I want to apply these names to the devices already discovered (or to be discovered) in Pi.Alert automatically.
Proposed Workflow
- Upload: User uploads a simple 2-column CSV:
MAC_Address, Device_Name. - Matching: Pi.Alert scans its database for matching MAC addresses.
- Update: If a match is found, Pi.Alert updates the Device Name (and optionally the Owner or Group) with the value from the CSV.
Proposed CSV Example
| MAC_Address | Name |
|---|---|
| AA:BB:CC:11:22:33 | Work-Laptop-John |
| DD:EE:FF:44:55:66 | Kitchen-Sonos |
| 11:22:33:AA:BB:CC | My-Android-Phone |
Why this is helpful:
- Fast Cleanup: Instantly organizes a "messy" dashboard after the first network scan.
- Accuracy: Ensures device names match the user's existing network documentation.
- Maintenance: Allows for quick bulk updates if the naming convention of the network changes.
Thank you for the amazing work on this tool!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request