Hello.
I use node-red and tuyapi to control my floor heater sensors. I use the node "tuya smart device".
Set orders work perfect like this one to set a new temperatur (it is json):
{
"dps": 2,
"set": {{payload}}
}
But how can i just read a value like dps:3 for the room temperatur? I must somehow use the get() operation but i tried nearly every way and nothign works. Can someone please help here?
I hope you understand my problem. If you need further info please tell me. Sorry I am pretty new to all this stuff
This is the Info site for this: https://flows.nodered.org/node/node-red-contrib-tuya-smart-device
The SET ist the Standard so the code above works. But I can have the GET code to work