如何在Home Assistant中安装Better Thermostat?5分钟快速上手教程
如何在Home Assistant中安装Better Thermostat?5分钟快速上手教程
【免费下载链接】better_thermostatThis custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It combines a room-temperature sensor, window/door sensors, weather forecasts, or an ambient temperature probe to decide when it should call for heat and automatically calibrate your TRVs to fix the imprecise measurements taken in the radiator's vicinity.项目地址: https://gitcode.com/gh_mirrors/be/better_thermostat
Better Thermostat是一款为Home Assistant设计的自定义组件,它能为你的温控散热器阀门(TRV)添加关键智能功能,无需手动创建复杂自动化。该组件结合室温传感器、门窗传感器、天气预报或环境温度探头,智能决定何时需要加热,并自动校准TRV以解决散热器附近温度测量不准确的问题。
📋 安装前准备
在开始安装Better Thermostat之前,请确保你的系统满足以下要求:
- Home Assistant版本需为
2024.12或更高(最新测试版本为2025.11.3) - 已安装HACS(Home Assistant Community Store)
🔧 两种安装方法
方法一:通过HACS安装(推荐)
- 打开Home Assistant界面,进入HACS
- 点击"集成"选项卡
- 点击右下角"+"按钮,搜索"Better Thermostat"
- 选择 Better Thermostat 并点击"安装"
- 等待安装完成后,重启Home Assistant
方法二:手动安装
如果你没有安装HACS,可以通过以下步骤手动安装:
- 访问Better Thermostat的最新发布页面
- 下载最新版本的源代码
- 将下载的文件复制到Home Assistant的
custom_components/better_thermostat目录 - 重启Home Assistant
⚙️ 基本配置流程
- 安装完成后,在Home Assistant中进入"设置" > "设备与服务"
- 点击右上角"+ 添加集成"
- 搜索"Better Thermostat"并选择
- 按照配置向导完成以下步骤:
- 选择你的TRV设备
- 配置温度传感器
- 设置门窗传感器(可选)
- 选择预设模式
- 配置高级控制算法(MPC、PID、TPI等)
详细配置指南可参考项目文档:docs/Configuration/configuration.md
🎛️ 预设温度配置
Better Thermostat允许你完全自定义预设温度:
- 在设置过程中选择要启用的预设模式(如Eco、舒适、睡眠等)
- 每个启用的预设模式会创建一个对应的
number实体(如number.better_thermostat_preset_eco) - 这些实体位于设备的"配置"类别中
- 你可以直接通过这些数字滑块调整每个预设的温度
默认预设温度值:
- 离家(Away): 16.0 °C
- boost: 24.0 °C
- 舒适(Comfort): 21.0 °C
- 节能(Eco): 19.0 °C
- 在家(Home): 20.0 °C
- 睡眠(Sleep): 18.0 °C
- 活动(Activity): 22.0 °C
🔌 支持的集成
Better Thermostat支持所有与Home Assistant兼容的温控器,只要它们显示为climate实体。经过测试的集成包括:
- Zigbee2Mqtt
- Deconz
- Tado
- generic_thermostat
💡 实用配置技巧
门窗传感器配置示例
你可以创建一个门窗传感器组,让Better Thermostat在窗户打开时自动关闭 heating:
group: livingroom_windows: name: Livingroom Windows icon: mdi:window-open-variant all: false entities: - binary_sensor.openclose_1 - binary_sensor.openclose_2 - binary_sensor.openclose_3多TRV分组控制
Better Thermostat原生支持将多个TRV组合成一个组(例如,一个房间有多个散热器),无需额外配置。
🆘 获取帮助
如果在安装或使用过程中遇到问题,可以通过以下方式获取帮助:
- 查看项目文档:docs/
- 在GitHub上创建新的讨论
- 提交issue报告错误或提出功能建议
通过以上步骤,你应该能在5分钟内完成Better Thermostat的安装和基本配置,开始享受智能温控带来的舒适和节能体验!
【免费下载链接】better_thermostatThis custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It combines a room-temperature sensor, window/door sensors, weather forecasts, or an ambient temperature probe to decide when it should call for heat and automatically calibrate your TRVs to fix the imprecise measurements taken in the radiator's vicinity.项目地址: https://gitcode.com/gh_mirrors/be/better_thermostat
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
