It it possible to just remove the mcu and wire directly to the beken?
The only dimmer that doesn’t seem to use mcu is the martin jerry dimmer
https://templates.blakadder.com/martin_jerry_MJ-SD01.html
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tam
startDriver TuyaMCU
tuyaMcu_defWiFiState 4
tuyaMcu_setDimmerRange 100 900
setChannelLabel 1 L1 1
setChannelType 1 toggle
linkTuyaMCUOutputToChannel 1 bool 1
setChannelLabel 2 L2 1
setChannelType 2 toggle
linkTuyaMCUOutputToChannel 7 bool 2
setChannelType 3 dimmer
linkTuyaMCUOutputToChannel 2 val 3
setChannelType 4 dimmer
linkTuyaMCUOutputToChannel 8 val 4
setChannelLabel 5 toggle_L1_after
setChannelType 5 textField
linkTuyaMCUOutputToChannel 6 val 5
setChannelLabel 6 toggle_L2_after
setChannelType 6 textField
linkTuyaMCUOutputToChannel 12 val 6
mqtt_broadcastInterval 120
PowerSave 1
TL;DR: Users opened the MoesGo MS-105B dual dimmer, then achieved 100 % OTA success after 3 profile attempts—“the device stays in AP mode after power-cycle” [Elektroda, leśny_ziutek, post #20827936] Flashing works via Tuya-cloudcutter and OpenBeken without soldering.
Why it matters: This lets DIYers replace Tuya cloud control with fully local, automatable firmware in under 10 minutes.
• SoC: Tuya CB2S (BK7231N, 2 MB flash) [Elektroda, 20827148] • Companion MCU: Holtek HT66F3195 for zero-cross dimming [Elektroda, post #20827148] • Power stage: 2× SLD8N65SV 650 V / 7 A MOSFETs [Elektroda, 20827148] • Type: Trailing-edge (MOSFET) dimmer, 1–100 % output [Elektroda, 20827148] • OTA block risk: Updating to newer Tuya firmware can lock flashing [Elektroda, post #20827829]
tuyaMcu_defWiFiState 4 to autoexec.bat and reboot; the MCU stops buzzing after a short delay [Elektroda, 20828080]tuyaMcu_setDimmerRange <min> <max>, e.g., 100 900, then test. Philips WarmGlow dimmed 0–100 %, while an Osram lamp only managed 30–100 % [Elektroda, 21351383]TglChannelOnToggle; a rules script then toggles channel 1 or 2 [Elektroda, 20899252]tuya-cloudcutter.sh, choose BK7231N profile, supply OpenBeken .ug file.light entities (with brightness) and one RSSI sensor; erroneous extra relays were fixed in that build [Elektroda, 20838604]