A S1-B(WT) WiFi AC Triac Dimmer, recently purchased from AliExpress, CB2S module was flashed with BK7231N at 115200 baud after removing it from the board (bus failure if attached to the board). The device is working properly with the following autoexec.bat
startDriver TuyaMCU
startDriver SSDP
startDriver Wemo
tuyaMcu_defWiFiState 4
tuyaMcu_setBaudRate 115200
setChannelType 1 toggle
setChannelType 2 dimmer
tuyaMcu_setDimmerRange 0 1000
linkTuyaMCUOutputToChannel 20 1 1
linkTuyaMCUOutputToChannel 22 2 2
I am trying to use this with Alexa directly, replacing a different dimmer but Alexa is only discovering it as a Wemo plug with no dimming control.
Is there a way to configure the device so that it is recognized as a dimming lamp? Thanks.