Skip to Content

← Tasmota Integration | Contents | Next: Getting Started →

Berry Driver Overview

The DimmerLink Berry driver connects MCU TRIAC AC dimmer hardware to Tasmota via I2C. It provides native Tasmota integration with web dashboard controls, console commands, HTTP API, and MQTT telemetry.

Driver Files

File Purpose
DimmerLink.be Main driver — I2C communication, commands, web UI, telemetry
dimmerlink_loader.be Auto-loader — reads config, creates instances, registers presets
dimmerlink.json Device configuration — auto-generated on first boot

Requirements

Component Details
Tasmota firmware tasmota32 or tasmota32-berry (ESP32 with Berry support)
Hardware ESP32 board + MCU DimmerLink module(s)
I2C wiring SDA, SCL, GND, VCC with 4.7kΩ pull-up resistors on SDA and SCL

Documentation

Page Description
Getting Started Installation, first boot, verification
Configuration JSON config, I2C addresses, multi-device setup
Control Methods Web dashboard, console, HTTP API, MQTT
Code Examples Berry scripts, automations, Home Assistant
Reference & Troubleshooting Command table, curves, common issues

Download