Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.33 KB

E3.md

File metadata and controls

56 lines (41 loc) · 2.33 KB

Gas Water Heater

Features

  • Supports target temperature

Customize

  • Set the temperature precision for whole or halves (false for whole and true for halves, default by false)

    If the temperature value displayed on your water heater is twice the actual value, please set this value to true.

{"precision_halves": true}

Entities

Default entity

EntityID Class Description
water_heater.{DEVICEID}_water_heater water_heater Water heater entity

Extra entities

EntityID Class Description
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)

Services

midea_ac_lan.set_attribute

Service

Set the attribute of appliance. Service data:

Name Description
device_id The Appliance code (Device ID) of appliance
attribute "energy_saving"
"power"
"smart_volume"
"zero_cold_water"
"zero_cold_pulse"
value true or false

Example

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