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