Heatmiser

heatmiser气候平台允许您控制来自Heatmiser DT/DT-E/PRT/PRT-E的恒温器。该模块目前设置为通过RS232 -> RS485转换器工作,因此它通过IP连接。

需要进一步的工作才能使该设置通过Wi-Fi连接,但所使用的HeatmiserV3 Python模块是V3协议的完整实现。

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

climate:
  - platform: heatmiser
    host: YOUR_IP_ADDRESS
    port: YOUR_PORT
    tstats:
      - id: THERMOSTAT_ID
        name: THERMOSTAT_NAME

单个接口可以处理最多32个连接设备。

Configuration Variables

host string Required

您的接口的IP地址。

port string Required

接口监听的端口。

tstats list Required

网关上激活的恒温器列表。

id string Required

设备上配置的恒温器ID。

name string Required

恒温器的友好名称。