Proliphix

proliphix 气候平台让您可以通过 Home Assistant 控制 Proliphix 温控器。

当前支持和测试的温控器:

  • NT10e

要进行设置,请在您的 configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] 文件中添加以下信息:

climate:
  - platform: proliphix
    host: IP_ADDRESS
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

Configuration Variables

host string Required

温控器的地址,如 192.168.1.32。

username string Required

温控器的用户名。

password string Required

温控器的密码。

Proliphix NT 温控器系列是以太网连接的温控器。它们具有基于 OID 值的获取/设置的本地 HTTP 接口。完整的 API 集合可在此 API 文档 中获得。