Skip to content

Tuya AP Future CCT LED Controller

Device Type:light
Electrical Standard:global
Board:esp8266

General Notes

Tuya AP Future CCT LED Controller with a tywe3s chip.

Available on aliexpress from multiple vendors.

Other versions of this controller are available that do RGB, RGBW, RGBCW.

Flashed using the Digiblur Clamp method

alt text

GPIO Pinout

PinFunction
GPIO5Cold White Channel
CPIO13Warm White Channel

Basic Configuration

substitutions:
device_name: led_strip
device_description: CCT LED Strip.
friendly_name: CCT LED strip
esphome:
name: ${device_name}
comment: ${device_description}
esp8266:
board: esp01_1m
# Enable logging
logger:
baudrate: 0 #Disable UART logging
# Device Specific Config
light:
- platform: cwww
name: "CCT Lights"
cold_white: cold_white_channel
warm_white: warm_white_channel
cold_white_color_temperature: 6500 K
warm_white_color_temperature: 2700 K
output:
- platform: esp8266_pwm
id: warm_white_channel
pin: GPIO13
- platform: esp8266_pwm
id: cold_white_channel
pin: GPIO5