rospogrigio / daikin_residential

Cloud control of Daikin devices that are supported by Daikin Residential Controller app.
GNU General Public License v3.0
282 stars 39 forks source link

Control fan from automation? #188

Closed svenove closed 10 months ago

svenove commented 11 months ago

I want to control the fan speed from an automation, but I can’t figure out how to do it. In the Daikin device, there is no fan control…?

svenove commented 10 months ago

Solved: image

jwillemsen commented 10 months ago

Can you attach the automation as text, easier for others

svenove commented 10 months ago

Sure:


  - service: climate.set_fan_mode
    target:
      device_id: xxxxxxxxxxxxx
    data:
      fan_mode: "5"