home-assistant.io/source/_components/device_tracker.keenetic_ndms2.markdown
Emeric 8d92afe7f6 Update all device tracker configuration variables (#6635)
* Update all device tracker configuration variables

* Fix ubus

* fix ubus add missing quotes

* Fix build

* Fix owntracks build

* Update after review

automatic & netgear
2018-10-10 09:50:00 +02:00

1.5 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
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: YOUR_HOST
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

{% configuration %} host: description: The IP address of your router, e.g., 192.168.1.1. required: true type: string port: description: The Telnet port of your router. required: false default: 23 type: integer username: description: The username to login into the router (user should have read access to telnet interface of the router). required: true type: string password: description: The password for the specified username. required: true type: string interface: description: Ihe internal name of the interface to get devices connected to. For expert users only. required: false default: Home type: string {% endconfiguration %}

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