otaviojr / node-red-contrib-smartthings

Allows you to control your devices and get their status using NodeRed
MIT License
32 stars 16 forks source link

Temperature value #65

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi, I have in SmartThings one device Aeotec multisensor 6 .... how can I set the function in node red to "read" the temperature from the node Temperature?

Humancell commented 2 years ago

From what I have seen so far, I believe there are two ways to do this. You can have an inject node that sends the topic "update" to the Temperature node and it will then emit the latest reported Temperature.

It also appears that you can configure that node to emit the temperature any time it is updated from the sensor. I have not verified this yet as I'm working through some configuration issue.