Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 2.14 KB

40.md

File metadata and controls

72 lines (52 loc) · 2.14 KB

Integrated Ceiling Fan

Features

  • Supports fan speed
  • Support oscillate

Customize

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

    If the temperature value displayed is twice the actual value, please set this value to true.

{ "precision_halves": true }

Entities

Default entity

EntityID Class Description
fan.{DEVICEID}_fan fan Fan entity

Extra entities

EntityID Class Description
sensor.{DEVICEID}_current_temperature select Current Temperature
switch.{DEVICEID}_light switch Light
select.{DEVICEID}_ventilation switch Ventilation
select.{DEVICEID}_smelly_sensor switch smelly Sensor
select.{DEVICEID}_direction select Direction

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 "light"
"ventilation"
"smelly_sensor"
value true or false
Name Description
device_id The Appliance code (Device ID) of appliance
attribute "directions"
value 60
70
80
90
100
"Oscillate"

Example

service: midea_ac_lan.set_attribute
data:
  device_id: XXXXXXXXXXXX
  attribute: light
  value: true
service: midea_ac_lan.set_attribute
data:
  device_id: XXXXXXXXXXXX
  attribute: directions
  value: 100