devices.esphome.io
MagicHome-ZJ-WFMN-C-Single Color V1.1 LED Controller
MagicHome-ZJ-WFMN-C-Single Color V1.1 LED Controller
Device Type: lightElectrical Standard: globalBoard: esp8266Difficulty: Soldering required, 4/5
General Notes
MagicHome LED controller too be used with an monochromatic LED strip.
information_source Please note that MagicHome began to produce devices with BL602 chip instead of ESP. ESPHome is not compatible with BL602. Before buying make sure a controller is using the right chip.
GPIO Pinout
| Pin | Function |
|---|---|
| GPIO12 | PWM |
Basic Configuration
# Basic Config
substitutions: device_name: led-strip device_description: RGB LED Strip Controller. friendly_name: LED Controller
esphome: name: ${device_name} comment: ${device_description}
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:
# Enable Home Assistant APIapi:
# Enable the captive portalcaptive_portal:
# Enable the Web Server component webserver:
output: - platform: esp8266_pwm id: LED_controller pin: GPIO12
light: - platform: monochromatic name: "LED" output: LED_controller