Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.54 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.54 KB

Home Assistant - Dyson Pure Cool Link Fan using local polling

Installation (HACS) - Highly Recommended

  1. Have HACS installed, this will allow you to easily update
  2. Add https://github.com/ivanmihov/ha-dyson-fan as a custom repository as Type: Integration
  3. Click install under "Dyson Fan", restart your instance.

Installation (Manual)

  1. Download this repository as a ZIP (green button, top right) and unzip the archive
  2. Copy /custom_components/dyson_fan to your <config_dir>/custom_components/ directory
    • You will need to create the custom_components folder if it does not exist
    • On Hassio the final location will be /config/custom_components/dyson_fan
    • On Hassbian the final location will be /home/homeassistant/.homeassistant/custom_components/dyson_fan
  3. Restart your instance.

Configuration

dyson_fan:
  name: "Dyson Living Room"
  password: "xxxxxxxx"
  serial: "XXX-XX-XXXXXXXX"
  ip_address: "XXX.XXX.XXX.XXX"
  type: XXX

password is the "Product Wi-Fi Password" listed on your Dyson

serial is part of the "Product SSID" listed on your Dyson. Eg.: DYSON-NH8-US-JGQ1245A-475 => the serial number is between DYSON and 475 => NH8-US-JGQ1245A

type is part of the "Product SSID" listed on your Dyson. Eg.: DYSON-NH8-US-JGQ1245A-475 => the type is the last digits after the dash => 475

ip_address is the IP of the Dyson on your local network