Good day,
I have this Moes Dimmer
and after a original Tuya .bin backup and OpenBeken flash its working with the next /autoexec.bat
Now my scene... the new bulb is not dimmable through voltage, instead, has IR blaster.
I have a working IR Module and the desired workaround is, capture low/high brightness button press in the MOES dimmer and send a command.
After a while reading I don't know how to block dimmer flow in TuyaMCU to ignore buttons... and capture its onPush button events.
Someone can help me please?
I have this Moes Dimmer

and after a original Tuya .bin backup and OpenBeken flash its working with the next /autoexec.bat
startDriver TuyaMCU
setChannelType 1 toggle
setChannelType 2 dimmer
//tuyaMcu_defWifiState 5
tuyaMcu_setDimmerRange 0 1000
linkTuyaMCUOutputToChannel 1 1 1
linkTuyaMCUOutputToChannel 2 2 2
Now my scene... the new bulb is not dimmable through voltage, instead, has IR blaster.
I have a working IR Module and the desired workaround is, capture low/high brightness button press in the MOES dimmer and send a command.
After a while reading I don't know how to block dimmer flow in TuyaMCU to ignore buttons... and capture its onPush button events.
Someone can help me please?