Merge pull request #14 from fabaff/ddwrt

Ddwrt
This commit is contained in:
Paulus Schoutsen 2015-05-11 08:52:53 -07:00
commit 269306da31
5 changed files with 39 additions and 2 deletions

View File

@ -0,0 +1,24 @@
---
layout: page
title: "DD-WRT support"
description: "Instructions how to integrate DD-WRT based routers into Home Assistant."
date: 2015-05-11 09:00
sidebar: false
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/ddwrt.png' class='brand' />
This platform offers presence detection by looking at connected devices to a [DD-WRT](http://www.dd-wrt.com/site/index) based router.
```yaml
# Example configuration.yaml entry
device_tracker:
platform: ddwrt
host: 192.168.1.1
username: admin
password: PASSWORD
```
See the [device tracker component page](/components/device_tracker.html) for instructions how to configure the people to be tracked.

View File

@ -9,7 +9,14 @@ 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](/components/device_tracker.tomato.html), [netgear](/components/device_tracker.netgear.html) and [luci (OpenWRT)](/components/device_tracker.luci.html). You can also decide to directly scan the network for devices by using the [nmap scanner](/components/device_tracker.nmap_scanner.html).
Home Assistant can get information from your wireless router to track which devices are connected. There are three different types of supported wireless routers:
- [DD-WRT](/components/device_tracker.ddwrt.html)
- [tomato](/components/device_tracker.tomato.html)
- [netgear](/components/device_tracker.netgear.html)
- [luci (OpenWRT)](/components/device_tracker.luci.html)
You can also decide to directly scan the network for devices by using the [nmap scanner](/components/device_tracker.nmap_scanner.html).
To get started add the following lines to your `configuration.yaml` (example for Netgear):

View File

@ -10,7 +10,7 @@ footer: true
---
<img src='/images/supported_brands/netgear.png' class='brand' />
This platform allows you to detect presence by looking at connected devices to a [Netgear](http://www.netgear.com/) device.
```yaml
# Example configuration.yaml entry

View File

@ -58,6 +58,12 @@ Entities are things that you want to observe within Home Assistant. Support for
<td>Control WeMo switches and read the usage statistics from Insight switches.</td>
</tr>
<tr>
<td><a href='/components/device_tracker.ddwrt.html'><img src='/images/supported_brands/ddwrt.png' class='brand overview' /></a></td>
<td><a href='/components/device_tracker.ddwrt.html'>DD-WRT routers</a></td>
<td>Offers presence detection by looking at connected devices.</td>
</tr>
<tr>
<td><a href='/components/device_tracker.luci.html'><img src='/images/supported_brands/openwrt.png' class='brand overview' /></a></td>
<td><a href='/components/device_tracker.luci.html'>OpenWRT routers</a></td>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB