home-assistant.io/source/_components/device_tracker.keenetic_ndms2.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.3 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Keenetic NDMS2 Routers Instructions on how to integrate Keenetic NDMS2 Routers into Home Assistant. 2017-09-15 15:40 true false true true keenetic.png Presence Detection 0.54

This component offers presence detection by examining devices connected to a Keenetic Router running NDMS2 firmware.

To use a Keenetic router in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
device_tracker:
  - platform: keenetic_ndms2
    host: !secret router_ip
    username: !secret router_username
    password: !secret router_password

Configuration variables:

  • host (Required): The IP address of your router, e.g., 192.168.1.1.
  • username (Required): The username to login into the router (user should have read access to web interface of the router).
  • password (Required): The password for the specified username.
  • interface (Optional): Ihe internal name of the interface to get devices connected to. Default is 'Home'. For expert users only.

See the device tracker component page for instructions how to configure the people to be tracked.