eSterownik eCoal.pl Boiler
The ecoal_boiler
integration 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.yaml
file:
# 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
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)
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
)
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
)
Suggest an edit to this page, or provide/view feedback for this page.