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
I also tried the same format as the answer that worked for the original question with different dps index numbers. Nothing has worked so far, any help would be greatly appreciated.
Thanks