Skip to content

Python script to tell me who is currently home. Uses an ASUS router's web interface to determine active wireless devices.

License

Notifications You must be signed in to change notification settings

brandonasuncion/whoshome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whoshome

Python script to tell me who is currently home. Uses an ASUS router's web interface to determine active wireless devices.

Setup

  1. Set the username, password, and gateway IP address in whoshome.py.
    eg.
    USERNAME = "admin"
    PASSWORD = "password"
    GATEWAY = "192.168.1.1"
  2. Set the list of users you want to track.
    eg.
    USERS = {
        'Me': ['5C:F9:38:8E:0B:E6', '60:9A:C1:12:9A:13'],
        'Dad': ['D0:33:11:5F:01:0E'],
        'Mom': ['D0:A6:37:7F:8F:99'],
    }

Credits

Brandon Asuncion // me@brandonasuncion.tech

License

MIT License

About

Python script to tell me who is currently home. Uses an ASUS router's web interface to determine active wireless devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages