Requesting refresh of data points periodically is very easy in OpenBeken. You can just add the following line to your autoexec.bat script:
See more autoexec.bat samples:
https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/autoexecExamples.md
You can also enable TuyaMCU queue in the flags.
Helpful post? Buy me a coffee.
// every 60 seconds, request update from TuyaMCU
addRepeatingEvent 60 -1 tuyaMcu_sendQueryState
See more autoexec.bat samples:
https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/autoexecExamples.md
You can also enable TuyaMCU queue in the flags.