Integration between the ebusd daemon (used for communication with the eBUS heating systems), and Home Assistant. The ebusd integrations uses the sensor integration.
Configuration
Enable the sensor by adding the following to your configuration.yaml
The 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.yaml
The 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. The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.
# Example configuration.yaml entry
ebusd:
host: 127.0.0.1
circuit: "700"
Configuration Variables
This is the IP address of your ebus daemon, e.g., 127.0.0.1
.
The heating circuit name to monitor, e.g., ‘700’, ‘ehp’ or ‘bai’.
port integer (Optional, default: 8888)
The port your ebus daemon uses.
name string (Optional, default: ebusd)
The name to use when displaying this ebusd instance.
monitored_conditions list (Optional)
List of conditions to monitor. Note that not all monitored_conditions listed here can be supported by your circuit. This integration maps limited set of keys to circuit specific ebusd values.
ActualFlowTemperatureDesired
Heating circuit flow temperature desired.
MaxFlowTemperatureDesired
Heating circuit maximum flow temperature.
MinFlowTemperatureDesired
Heating circuit minimum flow temperature.
Heating circuit pump status.
Heating circuit summer temperature limit.
Heating circuit holiday temperature.
Hot water circuit actual temperature.
Hot water circuit desired temperature.
Hot water circuit monday timer.
Hot water circuit tuesday timer.
Hot water circuit wednesday timer.
Hot water circuit thursday timer.
Hot water circuit friday timer.
Hot water circuit saturday timer.
Hot water circuit sunday timer.
Room controller assignment zone 1.
Heating circuit night temperature desired on zone 1.
Heating circuit day temperature desired on zone 1.
Heating circuit holiday temperature desired on zone 1.
Actual room temperature on zone 1.
Zone1ActualRoomTemperatureDesired
Actual room temperature desired on zone 1.
Heating circuit monday timer on zone 1.
Heating circuit tuesday timer on zone 1.
Heating circuit wednesday timer on zone 1.
Heating circuit thursday timer on zone 1.
Heating circuit friday timer on zone 1.
Heating circuit saturday timer on zone 1.
Heating circuit sunday timer on zone 1.
Heating circuit operative mode (on/off/day/night).
PowerEnergyConsumptionLastMonth
Power energy consumption from last month.
PowerEnergyConsumptionThisMonth
Power energy consumption from the actual month.
Hot water circuit temperature.
DesiredStorageTemperature
Target boiler temperature.
Temperature used for weather dependent calculations.
Average flame ignition time (seconds).
Maximum flame ignition time (seconds).
Minimum flame ignition time (seconds).
Temperature returned into heater from water circuit.
Help us improve our documentation
Suggest an edit to this page, or provide/view feedback for this page.