Franck Nijhof c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00

2.5 KiB

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
Netgear Instructions on how to integrate Netgear routers into Home Assistant. netgear.png
Presence Detection
Local Polling pre 0.7
/components/device_tracker.netgear/

This platform allows you to detect presence by looking at connected devices to a Netgear device.

A recent updates of Orbi APs introduced a bug which takes several hours to detects presence on your local network. The current workaround is to force this integration to use the Orbi's API v2 by adding the accesspoints: node to your configuration.

To use this device tracker in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
device_tracker:
  - platform: netgear
    password: YOUR_ADMIN_PASSWORD

{% configuration %} url: description: The base URL, e.g., http://routerlogin.com:5000 for example. If not provided host and port are used. If none provided autodetection of the URL will be used. required: false type: string host: description: The IP address of your router, e.g., 192.168.1.1. required: false type: string port: description: The port your router communicates with. required: false default: 5000 type: integer username: description: The username of a user with administrative privileges. required: false default: admin type: string password: description: The password for your given admin account. required: true type: string devices: description: If provided only specified devices will be reported. Can be MAC address or the device name as reported in the Netgear UI. required: false type: list exclude: description: Devices to exclude from the scan. required: false type: list accesspoints: description: Also track devices on the specified APs. Only supports MAC address. required: false type: list {% endconfiguration %}

When accesspoints is specified an extra device will be reported for each device connected to the APs specified here, as MY-LAPTOP on RBS40. Router will be reported as AP name for the main AP. Only tested with Orbi.

The use of devices or exclude is recommended when using accesspoints to avoid having a lot of entries.

List of models that are known to use port 80:

  • Nighthawk X4S - AC2600 (R7800)
  • Orbi

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