eCoal water boiler controller
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
- host
(string)(Required)
The IP address or the hostname of eCoal controller.
- username
-
(string)(Optional)
Login used to connect to controller.
Default value:
admin
- password
-
(string)(Optional)
Password for username.
Default value:
admin
- switches
(map)(Optional)
switch-related configuration options
- sensors
(map)(Optional)
sensor-related configuration options