eSterownik eCoal.pl 锅炉

ecoal_boiler integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] 是由 esterownik.pl eCoal 锅炉控制器 管理的泵和传感器的基础。

配置

要在您的安装中使用 eCoal 泵或传感器,请将以下内容添加到您的 configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] 文件中。 在更改了configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] 文件后,重启 Home Assistant 以应用更改。 该集成现在显示在集成页面的 设置 > 设备与服务 下。其实体在集成卡片上以及实体标签上列出。

# 示例 configuration.yaml 条目
ecoal_boiler:
  host: YOUR_IP_ADDRESS
  username: YOUR_USERNAME
  password: YOUR_PASSWORD
  switches:
    monitored_conditions:
      - central_heating_pump
      - central_heating_pump2
  sensors:
    monitored_conditions:
      - outdoor_temp
      - indoor_temp

Configuration Variables

host string Required

eCoal 控制器的 IP 地址或主机名。

username string (Optional, default: admin)

用于连接控制器的登录名。

password string (Optional, default: admin)

登录名的密码。

switches map (Optional)

开关相关的配置选项

monitored_conditions list (Optional)

控制器可用的开关来源

Default:

all (central_heating_pump, central_heating_pump2, domestic_hot_water_pump)

sensors map (Optional)

传感器相关的配置选项

monitored_conditions list (Optional)

控制器可用的传感器来源

Default:

all (outdoor_temp, indoor_temp, indoor2_temp, domestic_hot_water_temp, target_domestic_hot_water_temp, feedwater_in_temp, feedwater_out_temp, target_feedwater_temp, fuel_feeder_temp, exhaust_temp)