From b8204cec17dedd59fdcac7b59004667556d4e118 Mon Sep 17 00:00:00 2001 From: Frederick Moor Date: Mon, 31 Jul 2017 11:10:31 -0700 Subject: [PATCH 1/2] add WRT1900ACS, note to disable wireless access 1) Added Linksys WRT1900ACS to the list of tested devices. 2) Added note about need to disable Access via wireless --- .../device_tracker.linksys_smart.markdown | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/source/_components/device_tracker.linksys_smart.markdown b/source/_components/device_tracker.linksys_smart.markdown index 883c60cc3e16..b6d38b8dec12 100644 --- a/source/_components/device_tracker.linksys_smart.markdown +++ b/source/_components/device_tracker.linksys_smart.markdown @@ -12,10 +12,18 @@ logo: linksys.png ha_release: 0.48 --- -The `linksys_smart` platform offers presence detection by looking at connected devices to a Linksys Smart Wifi based -router. It was tested with a LINKSYS WRT3200ACM MU-MIMO Gigabit Wi-Fi Wireless Router. +The `linksys_smart` platform offers presence detection by looking at connected devices to a Linksys Smart Wifi based router. -To use a Linksys Smart Wifi Router in your installation, add the following to your `configuration.yaml` file: +Tested routers: + LINKSYS WRT3200ACM MU-MIMO Gigabit Wi-Fi Wireless Router + LINKSYS WRT1900ACS Dual-band Wi-Fi Router + + +

+For this component to work correctly, it is necessary to disable the "Access via wireless" feature in the Local Management Access section of the router administration page. If "Access via wireless" is not disabled, a connectivity conflict arises because the home assistant integration is trying to pass userid and password, but the router is only expecting a password. +

+ +To use a Linksys Smart Wifi Router in your Home Assistant installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry From 3a8794002034f69c1ea8a7ceee6ee54ccb40dffe Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 23 Aug 2017 09:39:10 +0200 Subject: [PATCH 2/2] Minor changes --- source/_components/device_tracker.linksys_smart.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.linksys_smart.markdown b/source/_components/device_tracker.linksys_smart.markdown index b6d38b8dec12..0e1827c68061 100644 --- a/source/_components/device_tracker.linksys_smart.markdown +++ b/source/_components/device_tracker.linksys_smart.markdown @@ -20,7 +20,7 @@ Tested routers:

-For this component to work correctly, it is necessary to disable the "Access via wireless" feature in the Local Management Access section of the router administration page. If "Access via wireless" is not disabled, a connectivity conflict arises because the home assistant integration is trying to pass userid and password, but the router is only expecting a password. +For this platform to work correctly, it is necessary to disable the "Access via wireless" feature in the Local Management Access section of the router administration page. If "Access via wireless" is not disabled, a connectivity conflict arises because the Home Assistant integration is trying to pass userid and password, but the router is only expecting a password.

To use a Linksys Smart Wifi Router in your Home Assistant installation, add the following to your `configuration.yaml` file: