Управление AC диммером через DimmerLink на Raspberry Pi Feb 27, 2026 0 16 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 27, 2026 0 21 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 27, 2026 0 10 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 27, 2026 0 14 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
Tasmota AC Dimmer Control via DimmerLink Feb 27, 2026 0 18 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 27, 2026 0 7 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 with Home Assistant: ESPHome and DimmerLink Guide Feb 27, 2026 0 11 TL;DR: Two integration paths exist. Path A (standard ESPHome ac_dimmer platform) is simple but causes ISR/WiFi conflicts on dual-core ESP32. Path B (DimmerLink ESPHome component) offloads TRIAC timing... ESP32 ac-dimmer dimmerlink home-automation tutorial Read more
ESPHome YAML for AC TRIAC Dimmer: Standard and DimmerLink Feb 27, 2026 0 17 TL;DR: Two ESPHome integration methods exist. The standard ac_dimmer platform works out-of-the-box but has ISR/WiFi conflicts on ESP32. The DimmerLink external component uses a hardware controller for... ESP32 ac-dimmer dimmerlink esphome tutorial Read more
Which AC Dimmer Module to Choose: Complete Buyer's Guide Feb 27, 2026 0 26 TL;DR: Three questions determine your choice: (1) load type — resistive (heater, incandescent) or inductive (motor); (2) load power in watts → calculate amps → pick a rating with a ×1.3 safety margin;... Arduino ESP32 TRIAC ac-dimmer buyer-guide dimmerlink tutorial Read more
ESP32-S2/C3/H2: AC Dimmer Doesn't Work on Single-Core ESP32 Feb 26, 2026 0 26 TL;DR: rbdimmerESP32 is designed for dual-core ESP32 (original and S3). ESP32-S2, C3, C6, and H2 are single-core. The library tries to isolate the dimmer task on a dedicated core — which is impossible... ESP32 ac-dimmer dimmerlink troubleshooting Read more
How to Fix ESP32 AC Dimmer Flickering. Guide Feb 10, 2026 0 251 Tech Articles If you are building an AC dimmer with a TRIAC, you have probably noticed flickering, unstable brightness, or random jumps in light intensity. Most DIY developers think the problem is caused by: low-qu... ESP32 ac-dimmer dimmerlink tutorial Read more
DimmerLink controller – a compact I2C/UART interface Feb 8, 2026 0 216 News We're excited to announce DimmerLink – a compact I2C/UART interface module that brings intelligent AC dimming to your projects without the headaches of timing-critical code. What is DimmerLink? Dimmer... dimmerlink news Read more