devices.esphome.io
Kogan SmarterHome Bladeless DC Motor Turbo Smart Fan
Kogan SmarterHome Bladeless DC Motor Turbo Smart Fan
Device Type: miscElectrical Standard: auBoard: esp8266
      
  
        
GPIO Pinout
| Pin | Function | 
|---|---|
| GPIO3 | RX | 
| GPIO1 | TX | 
Basic Config
substitutions:  name: Kogan Smart Bladeless Fan
esphome:  name: "${name}"  platform: ESP8266  board: esp01_1m
wifi:  ssid: !secret wifi_ssid  password: !secret wifi_password
# Enable logginglogger:  baud_rate: 0
# Enable Home Assistant APIapi:
# Allow OTA updatesota:
uart:    rx_pin: GPIO3    tx_pin: GPIO1    baud_rate: 9600
tuya:
fan:  - platform: tuya    name: Your Fan Name    switch_datapoint: 1    speed_datapoint: 2    speed_count: 9    oscillation_datapoint: 8