host (Required): The hostname/IP address of the MitraStar Router.
username (Required): Username for MitraStar Router. 1234 is the default username
password (Required): Password for MitraStar Router.
The rest of variables are optional and Home Assistant default variables...
- Download and place MitraStar_GPT-2541GNAC folder in the home-assistant custom components folder like this:
.homeassistant/custom_components/MitraStar_GPT-2541GNAC/*.*
- Add the new platform in the configuration.yaml:
device_tracker:
- platform: MitraStar_GPT-2541GNAC
host: 192.168.1.1
username: 1234
password: router_password
interval_seconds: 120
consider_home: 200
new_device_defaults:
track_new_devices: False
hide_if_away: False
- Restart the home assistant service.