diff --git a/atom.xml b/atom.xml index f13c0f5e50..2db98df3fb 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Most wifi-accesspoints (WAP) and wifi-routers (WRT) support the Simple Network Management Protocol (SNMP). This is a standardized method for monitoring/manageing network connected devices. SNMP uses a tree-like hierarchy where each node is an object. Many of these objects contain (live) lists of insances and metrics, like network interfaces, disks, and wifi registrations.
+A lot WiFi access points and WiFi routers support the Simple Network Management Protocol (SNMP). This is a standardized method for monitoring/manageing network connected devices. SNMP uses a tree-like hierarchy where each node is an object. Many of these objects contain (live) lists of insances and metrics, like network interfaces, disks, and wifi registrations.
This device tracker needs SNMP to be enabled on the router.
OID examples:
-- Mikrotik: 1.3.6.1.4.1.14988.1.1.1.2.1.1 (confirmed, unknown RouterOS version/model)
-- Mikrotik: 1.3.6.1.2.1.4.22.1.2 (confirmed, RouterOS 6.x on RB2011)
-- Aruba: 1.3.6.1.4.1.14823.2.3.3.1.2.4.1.2 (untested)
-- BiPAC 7800DXL: 1.3.6.1.2.1.17.7.1.2.2.1.1 (confirmed on firmware 2.32e)
-- OpenWrt: 1.3.6.1.2.1.4.22.1.2 (tested on Chaos Calmer 15.05 firmware, need to install snmpd package)
-- pfSense: 1.3.6.1.2.1.4.22.1.2 (tested on 2.2.4-RELEASE, need to enable SNMP service)
1.3.6.1.4.1.14988.1.1.1.2.1.1
(confirmed, unknown RouterOS version/model)1.3.6.1.2.1.4.22.1.2
(confirmed, RouterOS 6.x on RB2011)1.3.6.1.4.1.14823.2.3.3.1.2.4.1.2
(untested)1.3.6.1.2.1.17.7.1.2.2.1.1
(confirmed on firmware 2.32e)1.3.6.1.2.1.4.22.1.2
(tested on Chaos Calmer 15.05 firmware, need to install snmpd package)1.3.6.1.2.1.4.22.1.2
(tested on 2.2.4-RELEASE, need to enable SNMP service)
-To use the snmp platform in your installation, add the following to your configuration.yaml
file:
To use the SNMP platform in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
@@ -119,9 +119,7 @@ This device tracker needs SNMP to be enabled on the router.
community (Required): The SNMP community which is configured in the WAP/WRT. Most devices have a default community set to to public
with read-only permission (which is sufficient).
public
with read-only permission (which is sufficient).When launched for the first time, Home Assistant will write a default configuration file enabling the web interface and device discovery. It can take up to a minute for your devices to be discovered and show up in the user interface.
-If you run into trouble while configuring Home Assistant, have a look at the configuration troubleshooting page.
-Tips: Install colorlog (pip install colorlog) to make the console output easier to read, hence also easier to catch errors and warnings,
If you run into trouble while configuring Home Assistant, have a look at the configuration troubleshooting page.
+ +
+ Install colorlog ($ pip install colorlog
) to make the console output easier to read, hence also easier to catch errors and warnings.
+
You will have to restart Home Assistant each time you make changes in configuration.yaml
in order for these to take effect.
diff --git a/sitemap.xml b/sitemap.xml
index d17e802a8c..b23451008a 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1701,26 +1701,26 @@