devices.esphome.io

Kogan SmarterHome Bladeless DC Motor Turbo Smart Fan

Kogan SmarterHome Bladeless DC Motor Turbo Smart Fan

Device Type: misc
Electrical Standard: au
Board: esp8266

Product Image

Product Listing

GPIO Pinout

PinFunction
GPIO3RX
GPIO1TX

Basic Config

substitutions:
name: Kogan Smart Bladeless Fan
esphome:
name: "${name}"
platform: ESP8266
board: esp01_1m
wifi:
ssid: "YourSSID"
password: "YourWifiPassword"
# 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
Edit this page on GitHub