--- layout: page title: "Device tracking" description: "Instructions how to setup device tracking within Home Assistant." date: 2015-01-20 22:36 sidebar: false comments: false sharing: true footer: true --- Home Assistant can get information from your wireless router to track which devices are connected. There are three different types of supported wireless routers: tomato, netgear and luci (OpenWRT). To get started add the following lines to your `configuration.yaml` (example for Netgear): ``` device_tracker: platform: netgear host: 192.168.1.1 username: admin password: MY_PASSWORD ```
Tomato requires an extra config variable called `http_id`. The value can be obtained by logging in to the Tomato admin interface and search for `http_id` in the page source code.
Before the Luci scanner can be used you have to install the luci RPC package on OpenWRT: opkg install luci-mod-rpc
.