HTTP + JSON - Sensor readings

Hello All…

Maybe my question is too basic but I’m just creating this topic because I’m really lost.
That’s my problem…
I need to send a request for an external server:
http://192.168.1.106:9876/temperature?deviceMac=b4:43:0d:aa:8a:01
And he give me back an answer like this
{“timestamp”:“1468504893175”,“deviceMac”:“b4:43:0d:aa:8a:01”,“temperature_f”:71.24,“uri”:"/temperature",“status”:“ok”,“temperature”:21.8}

I have been reading everything that I could about Json, how to transform… parse…
I found some exemples but I cant figure out how can I show the temperature refreshing every 10 min for example.
Probably I need to create some rules too…

Please … any expert can help me with this one?!

Thanks in advance!!!

Have a look.at this.

It has examples with the HTTP binding and specifying the refresh interval.

David,

Thank you very much!!!
This link help me a lot!!! now I´m receiving the temperature data perfectly.