Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
54 lines (41 loc) · 2.44 KB

E3_hans.md

File metadata and controls

54 lines (41 loc) · 2.44 KB

燃气热水器

特性

  • 支持温度设定

自定义

  • 设置热水器温度基数为整度还是半度 (false 为整度 true 为半度, 默认为 false)

    如果你的热水器显示的温度为实际温度的两倍,请将该值设为true。

{"precision_halves": true}

生成实体

默认生成实体

实体ID 类型 描述
water_heater.{DEVICEID}_water_heater water_heater 热水器实体

额外生成实体

实体ID 类型 名称 描述
binary_sensor.{DEVICEID}_burning_state binary_sensor Burning State 燃烧状态
binary_sensor.{DEVICEID}_protection binary_sensor Protection 安全防护
sensor.{DEVICEID}_current_temperature sensor Current Temperature 温度
switch.{DEVICEID}_power switch Power 电源开关
switch.{DEVICEID}_smart_volume switch Smart Volume 智能变容
switch.{DEVICEID}_zero_cold_water switch Zero Cold Water 零冷水
switch.{DEVICEID}_zero_cold_pulse switch Zero Cold Water (Pulse) 零冷水(点动)

服务

midea_ac_lan.set_attribute

Service

设置设备属性, 服务数据:

名称 描述
device_id 设备的编号(Device ID)
attribute "energy_saving"
"power"
"smart_volume"
"zero_cold_water"
"zero_cold_pulse"
value true or false

示例

service: midea_ac_lan.set_attribute
data:
  device_id: XXXXXXXXXXXX
  attribute: smart_volume
  value: true