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: light
Electrical Standard: global
Board: esp8266
Difficulty: 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.

alt text

GPIO Pinout

PinFunction
GPIO12PWM

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 flashing
ota:
- platform: esphome
wifi: # Your Wifi network details
# Enable fallback hotspot in case wifi connection fails
ap:
# Enabling the logging component
logger:
# Enable Home Assistant API
api:
# Enable the captive portal
captive_portal:
# Enable the Web Server component
webserver:
output:
- platform: esp8266_pwm
id: LED_controller
pin: GPIO12
light:
- platform: monochromatic
name: "LED"
output: LED_controller
Edit this page on GitHub