I have a node red node Nora" which reads temperature values from my room via Google Home .
I have parsed values for heat/eco/off so i can forward calls to rest api's via voice commands. Ok.
Is there any way i can read temperature values and parse them into a rest api, i believe the term is "float" ?
Here is a pic of my setup.
Here is debug over Nora (Thermostat id 123)
I have inserted json node - split and switch to seperate payloads.
After switch i have a switchstring node that has "args" to parse to my rest api (Fibaro Nodes)
(this is pic of "mode" heat/eco/off payload and args for rest api)
Is there a way to parse temperature values from another payload
"setpoint" to my rest api nodes ?
Hopefully with voice commands on Google Home i can adjust temperature with rest api calls back to my home Center.
Excuse my newbie terminology, i have only recently begun with node red and iot in general.
Any ideas or info would be greatly appreciated.
Thanks