AC диммер мерцает при малой яркости Feb 26, 2026 0 0 TL;DR: Нерегулярное мерцание при 5–25% яркости (стабильно от 50% и выше) вызвано джиттером сигнала перехода через ноль, задержками ISR от WiFi на ESP32/ESP8266 или срывами тока удержания TRIAC. Решени... ESP32 ac-dimmer halogen incandescent troubleshooting tutorial Read more
AC диммер не выключается: остаточное свечение при 0% Feb 26, 2026 0 0 TL;DR: Установка диммера на 0% не гарантирует выключения лампы. Ток удержания TRIAC поддерживает проводимость ключа при малых нагрузках. Решение: вызывайте dimmer.setState(OFF) или setMode(OFF_MODE) в... TRIAC ac-dimmer halogen incandescent troubleshooting tutorial Read more
Управление AC диммером через DimmerLink на Raspberry Pi Feb 26, 2026 0 0 TL;DR: Прямое фазовое управление TRIAC с GPIO Raspberry Pi невозможно — джиттер ОС Linux составляет 1–10 мс, тогда как для управления TRIAC требуется < 100 мкс. Используйте DimmerLink как аппаратный к... ac-dimmer dimmerlink linux python raspberry-pi tutorial Read more
Управление AC диммером через DimmerLink в Tasmota Feb 26, 2026 0 6 TL;DR: Tasmota не может нативно управлять TRIAC диммером с фазовым управлением. Используйте DimmerLink как ведомое I2C/UART устройство. На ESP32 Tasmota: напишите 5-строчный скрипт Berry, который прив... ESP8266 ac-dimmer berry dimmerlink smart-home tasmota tutorial Read more
DimmerLink не обнаруживается на шине I2C: режим UART по умолчанию Feb 26, 2026 0 1 TL;DR: DimmerLink поставляется с завода в режиме UART . Команда i2cdetect не покажет адрес 0x50, пока вы не отправите команду SWITCH_I2C ( 02 5B ) по UART на скорости 115200 бод. Также добавьте подтяг... I2C ac-dimmer dimmerlink troubleshooting Read more
DimmerLink Not Detected on I2C: UART Mode Default Issue Feb 26, 2026 0 4 TL;DR: DimmerLink ships from the factory in UART mode . i2cdetect will not show address 0x50 until you send the SWITCH_I2C command ( 02 5B ) over UART at 115200 baud. Also add 4.7 kΩ pull-up resistors... I2C ac-dimmer dimmerlink troubleshooting Read more
AC Dimmer Flickering at Low Brightness Levels Feb 26, 2026 0 2 TL;DR: Irregular flicker at 5–25% brightness (stable at 50%+) is caused by ZC signal jitter, ISR delays from WiFi on ESP32/ESP8266, or TRIAC holding-current misses. Fix: set a minimum stable level (10... ESP32 ac-dimmer halogen incandescent troubleshooting tutorial Read more
AC Dimmer Doesn't Turn Off: Residual Glow at 0% Feb 26, 2026 0 4 TL;DR: Setting the dimmer to 0% does not guarantee the lamp turns off. TRIAC holding current keeps the switch conducting at low loads. Fix: call dimmer.setState(OFF) or setMode(OFF_MODE) instead of se... TRIAC ac-dimmer halogen incandescent troubleshooting tutorial Read more
Tasmota AC Dimmer Control via DimmerLink Feb 26, 2026 0 4 TL;DR: Tasmota cannot drive a phase-cut TRIAC dimmer natively. Use DimmerLink as an I2C/UART slave. On ESP32 Tasmota: write a 5-line Berry script that maps any rule trigger to an I2C register write at... ESP8266 ac-dimmer berry dimmerlink smart-home tasmota tutorial Read more
Raspberry Pi AC Dimmer Control via DimmerLink Feb 26, 2026 0 3 TL;DR: Direct TRIAC phase-cut from Raspberry Pi GPIO is not feasible — Linux OS jitter is 1–10 ms while TRIAC timing requires < 100 µs. Use DimmerLink as a hardware controller: RPi writes a brightness... ac-dimmer dimmerlink linux python raspberry-pi tutorial Read more
AC Dimmer Safety: Mains Voltage, Isolation, and Wiring Feb 26, 2026 0 10 TL;DR: AC dimmer modules use optical isolation — the MCU-side pins (ZC, DIM, VCC, GND) are electrically separated from 230V mains. The AC terminals (AC-IN, AC-N, AC-OUT) are live mains voltage. Size w... ac-dimmer safety theory tutorial Read more
Multi-Channel AC Dimmer Control: 2CH and 4CH Guide Feb 26, 2026 0 10 TL;DR: 2CH 8A and 4CH 10A modules share one ZC pin across all channels. Each channel has its own DIM pin. One interrupt call in code covers all channels; brightness is set independently per channel ha... Arduino ESP32 ESP8266 RBDdimmer ac-dimmer multi-channel tutorial Read more