- Supports target temperature
-
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 }
EntityID | Class | Description |
---|---|---|
water_heater.{DEVICEID}_water_heater | water_heater | Water heater entity |
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) |
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_lan.set_attribute
data:
device_id: XXXXXXXXXXXX
attribute: smart_volume
value: true