I'm pretty new to node red and after accessing my hue devices I want to integrate a myStrom switch which delivers also a temperature value.
Instead of using some palett (node-red-contrib-mystrom
) I also could adress my the switch via http:///temp and therefore I use a http-request and a text output.
In the end it doesn't matter which way I go as the result is the same.
The result looks like this: {"measured":37.62,"compensation":19,"compensated":18.62,"offset":0}
As I want to display the result in a gauge im only interested in the value 19 - everything else needs to be deleted.
How can I achieve that ? Thanks for some hints