mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 11:38:58 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Mikrotik | Instructions how to integrate Mikrotik/Routerboard based routers into Home Assistant. | 2017-04-28 16:03 | true | false | true | true | mikrotik.png | Presence Detection | 0.44 |
The mikrotik
platform offers presence detection by looking at connected devices to a Mikrotik Routerboard based router.
To use an Mikrotik router in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
device_tracker:
- platform: mikrotik
host: IP_ADDRESS
username: ADMIN_USERNAME
password: ADMIN_PASSWORD
Configuration variables:
- host (Required): The IP address of your router.
- username (Required: The username of an user with administrative privileges.
- password (Required): The password for your given admin account.
- port (Optional): Mikrotik API port (see IP -> Services -> api ). Defaults to
8728
.
See the device tracker component page for instructions how to configure the people to be tracked.