devices.esphome.io
TOPGREENER TGWF500D 3-Way Smart Dimmer Switch
TOPGREENER TGWF500D 3-Way Smart Dimmer Switch
Device Type: dimmerElectrical Standard: usBoard: esp8266
TOPGREENER TGWF500D 3-Way Smart Dimmer Switch
Notes
This TuyaMCU requires a baud rate of 9600.
GPIO Pinout
| Pin | Function |
|---|---|
| GPI15 | Tuya Tx |
| GPI15 | Tuya Rx |
Basic Configuration
substitutions: device_name: familyroom_light_1 #change friendly_name: Family Room Light #change icon: "mdi:light-switch"
esphome: name: ${device_name} name_add_mac_suffix: true
ESP8266: board: esp01_1m # OTA flashingota: - platform: esphome
wifi: # Your Wifi network details # Enable fallback hotspot in case wifi connection fails ap:
# Enabling the logging componentlogger: level: DEBUG baud_rate: 0
# Enable Home Assistant APIapi:
# Enable the captive portalcaptive_portal:
# Enable the Web Server component webserver:
uart: rx_pin: GPIO13 tx_pin: GPIO15 baud_rate: 9600
tuya:
sensor:
- platform: uptime name: ${friendly_name} Uptime
light: - platform: "tuya" name: ${friendly_name} dimmer_datapoint: 3 switch_datapoint: 1 min_value: 10 max_value: 255