jdmartinez / homeassistant_mitrastar_hgu

MitraStar GPT-2541GNAC (Movistar Spain Router) Component(Device Tracker) for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MitraStar_GPT-2541GNAC_HA

MitraStar GPT-2541GNAC (Movistar Spain Router) Component(Device Tracker) for Home Assistant

Configuration variables:

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...

Installation:

  1. Download and place MitraStar_GPT-2541GNAC folder in the home-assistant custom components folder like this:
 .homeassistant/custom_components/MitraStar_GPT-2541GNAC/*.*
  1. 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

  1. Restart the home assistant service.

About

MitraStar GPT-2541GNAC (Movistar Spain Router) Component(Device Tracker) for Home Assistant

License:GNU General Public License v3.0


Languages

Language:Python 100.0%