Skip to main content
Device Type:misc
Electrical Standard:au
Board:esp8266

Kogan SmarterHome Bladeless DC Motor Turbo Smart Fan

Product Image

Product Listing

GPIO Pinout

PinFunction
GPIO3RX
GPIO1TX

Basic Config

substitutions:
name: Kogan Smart Bladeless Fan

esphome:
name: "${name}"

esp8266:
board: esp01_1m

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password

# Enable logging
logger:
baud_rate: 0

# Enable Home Assistant API
api:

# Allow OTA updates
ota:

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