ebusd

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.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] file. 在更改了configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] 文件后,重启 Home Assistant 以应用更改。 该集成现在显示在集成页面的 设置 > 设备与服务 下。其实体在集成卡片上以及实体标签上列出。

# Example configuration.yaml entry
ebusd:
  host: 127.0.0.1
  circuit: "700"

Configuration Variables

host string Required

This is the IP address of your ebus daemon, e.g., 127.0.0.1.

circuit string Required

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.

PumpStatus

Heating circuit pump status.

HCSummerTemperatureLimit

Heating circuit summer temperature limit.

HolidayTemperature

Heating circuit holiday temperature.

HWTemperature

Hot water circuit actual temperature.

HWTemperatureDesired

Hot water circuit desired temperature.

HWTimerMonday

Hot water circuit monday timer.

HWTimerTuesday

Hot water circuit tuesday timer.

HWTimerWednesday

Hot water circuit wednesday timer.

HWTimerThursday

Hot water circuit thursday timer.

HWTimerFriday

Hot water circuit friday timer.

HWTimerSaturday

Hot water circuit saturday timer.

HWTimerSunday

Hot water circuit sunday timer.

WaterPressure

Water pressure (bar).

Zone1RoomZoneMapping

Room controller assignment zone 1.

Zone1NightTemperature

Heating circuit night temperature desired on zone 1.

Zone1DayTemperature

Heating circuit day temperature desired on zone 1.

Zone1HolidayTemperature

Heating circuit holiday temperature desired on zone 1.

Zone1RoomTemperature

Actual room temperature on zone 1.

Zone1ActualRoomTemperatureDesired

Actual room temperature desired on zone 1.

Zone1TimerMonday

Heating circuit monday timer on zone 1.

Zone1TimerTuesday

Heating circuit tuesday timer on zone 1.

Zone1TimerWednesday

Heating circuit wednesday timer on zone 1.

Zone1TimerThursday

Heating circuit thursday timer on zone 1.

Zone1TimerFriday

Heating circuit friday timer on zone 1.

Zone1TimerSaturday

Heating circuit saturday timer on zone 1.

Zone1TimerSunday

Heating circuit sunday timer on zone 1.

Zone1OperativeMode

Heating circuit operative mode (on/off/day/night).

ContinuosHeating

Continuous heating.

PowerEnergyConsumptionLastMonth

Power energy consumption from last month.

PowerEnergyConsumptionThisMonth

Power energy consumption from the actual month.

HotWaterTemperature

Hot water circuit temperature.

StorageTemperature

Boiler temperature.

DesiredStorageTemperature

Target boiler temperature.

OutdoorsTemperature

Temperature used for weather dependent calculations.

AverageIgnitionTime

Average flame ignition time (seconds).

MaximumIgnitionTime

Maximum flame ignition time (seconds).

MinimumIgnitionTime

Minimum flame ignition time (seconds).

ReturnTemperature

Temperature returned into heater from water circuit.

DesiredFlowTemperature

Target heat temperature.

FlowTemperature

Out temperature.