eSterownik eCoal.pl Boiler


The ecoal_boiler integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] is the base for pumps and sensors managed by esterownik.pl eCoal boiler controller.

Configuration

To use your eCoal pumps or sensors in your installation, add the following to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# Example configuration.yaml entry
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

The IP address or the hostname of eCoal controller.

username string (Optional, default: admin)

Login used to connect to controller.

password string (Optional, default: admin)

Password for username.

switches map (Optional)

switch-related configuration options

monitored_conditions list (Optional)

controller available source of switches

Default:

all (central_heating_pump, central_heating_pump2, domestic_hot_water_pump)

sensors map (Optional)

sensor-related configuration options

monitored_conditions list (Optional)

controller available source of sensors

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)