devices.esphome.io

Martin Jerry US-FC-01 Smart Ceiling Fan Controller

Martin Jerry US-FC-01 Smart Ceiling Fan Controller

Device Type: switch
Electrical Standard: us
Board: esp8266

Martin Jerry US-FC-01 Switch image

Amazon Link

Notes

The Martin Jerry US-FC-01 is a 4 speed fan control switch. It comes pre-flashed with Tasmota firmware and can easily be converted to ESPHome by uploading ESPHome firmware to the switch via Tasmota's web UI.

GPIO Pinout

PinFunction
GPIO1Tuya Tx
GPIO3Tuya Rx

Basic Configuration

esphome:
name: mj-fc01-fan
esp8266:
board: esp01_1m
# OTA flashing
ota:
- platform: esphome
wifi: # Your Wifi network details
# Enable fallback hotspot in case wifi connection fails
ap:
# Enabling the logging component
logger:
baud_rate: 0
# Enable Home Assistant API
api:
# Enable the captive portal
captive_portal:
uart:
rx_pin: GPIO3
tx_pin: GPIO1
baud_rate: 9600
tuya:
fan:
- platform: "tuya"
name: MJ FC01 Fan Speed
switch_datapoint: 1
speed_datapoint: 3
speed_count: 4
Edit this page on GitHub