node-red-contrib-tuya-smart-device icon indicating copy to clipboard operation
node-red-contrib-tuya-smart-device copied to clipboard

Data refresh very Slow

Open Smoeller0 opened this issue 10 months ago • 1 comments

Hello I have Tuya devices to log Power. Devices like this https://de.aliexpress.com/item/1005005903131842.html It is connected and i can read Data. But when i aks the Device with msg.payload = {"operation":"GET" , "dps": 19}. or with msg.payload ={"operation":"GET","schema":true} It often send the Old data. Sometimes it Refresh but very slow. ener When i open the Tuya App data come Fresh. In the Picture red underline i have open the App. Only when open the App data refresh fast.

The Output is the everytime the Same msg.payload = {"operation":"GET" , "dps": 19} or any other number or msg.payload ={"operation":"GET","schema":true} The same output from many dps

Someone had the same Problem or an idea what go wrong here?

Smoeller0 avatar Apr 09 '24 11:04 Smoeller0

Its Done msg.payload ={operation: "REFRESH"} Was the soution

Smoeller0 avatar Apr 10 '24 09:04 Smoeller0