Synology SRM

This integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] allows you to detect presence by looking at connected devices to a Synology SRM router.

Configuration

To use this device tracker in your installation, add the following to your configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] file. 在更改了configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] 文件后,重启 Home Assistant 以应用更改。 该集成现在显示在集成页面的 设置 > 设备与服务 下。其实体在集成卡片上以及实体标签上列出。

# Example configuration.yaml entry
device_tracker:
  - platform: synology_srm
    host: 192.168.1.254
    password: YOUR_ADMIN_PASSWORD

Configuration Variables

host string Required

The Synology SRM router host or IP address, e.g., 192.168.1.1 or router.mydomain.local

port integer (Optional, default: 8001)

The port to connect to the Synology SRM router.

username string (Optional, default: admin)

The username of a user with administrative privileges.

password string Required

The password for your given admin account.

ssl boolean (Optional, default: true)

Use HTTPS instead of HTTP to connect.

verify_ssl boolean (Optional, default: false)

Enable or disable SSL certificate verification.

For instructions on creating multiple administrators on SRM, please refer to the Synology Knowledge Center.

List of models known to be supported:

  • RT1900ac
  • RT2600ac
  • MR2200ac
  • RT6600ax

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