Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.48 KB

E2.md

File metadata and controls

48 lines (38 loc) · 1.48 KB

Electric Water Heater

Features

  • Supports target temperature

Entities

Default entity

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

Extra entities

EntityID Class Description
binary_sensor.{DEVICEID}_heating binary_sensor Heating
binary_sensor.{DEVICEID}_heat_insulating binary_sensor Heat Insulating
binary_sensor.{DEVICEID}_protection binary_sensor Protection
sensor.{DEVICEID}_heating_power sensor Heating Power
sensor.{DEVICEID}_current_temperature sensor Current Temperature
switch.{DEVICEID}_auto_cut_out switch Auto Cut-out
switch.{DEVICEID}_power switch Power
switch.{DEVICEID}_variable_heating switch Variable Heating
switch.{DEVICEID}_whole_tank_heating switch Whole Tank Heating

Services

following extra service will be made

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 "auto_cut_out"
"power"
"variable_heating"
"whole_tank_heating"
value true or false

Example

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