OpenEnergyMonitor WiFi Thermostat

此 integration 支持由 OpenEnergyMonitor 销售的基于 ESP8266 的 “WiFi MQTT Relay / Thermostat”(归档页面,现已停售)。其底层仅支持该原始设备的单继电器版本。

该平台会在“手动”模式下控制恒温器的设定温度。

要进行设置,请将以下内容添加到您的 configuration.yaml 文件中。 After changing the configuration.yaml file, restart Home Assistant to apply the changes. The integration is shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.

# `configuration.yaml` 配置示例
climate:
  - platform: oem
    host: 192.168.0.100
host:
  description: 恒温器的 IP 地址或主机名。
  required: true
  type: string
port:
  description: Web 界面的端口。
  required: false
  default: 80
  type: integer
name:
  description: 在前端中显示的名称。
  required: false
  default: Thermostat
  type: string
username:
  description: 如果已设置,用于 Web 界面的用户名。
  required: inclusive
  type: string
password:
  description: 如果已设置,用于 Web 界面的密码。
  required: inclusive
  type: string