Hi,
I have a URL that I can poll with an API key to get the following data :-
{"result":[{"station_id":"SP","name":"South Perth","record_datetime":"2016-12-16 14:20:00","air_temp":"30.1","humidity":"26.1","soil_temp":"27.9","solar":"1002","rain":"0","dewpoint":"8.6","wind_speed_ave":"11.16","wind_speed_max":"15.88","wind_direction_deg":"98.9","wind_direction_comp":"E"}]}
I have a number of questions ....
The data point allows the 'Device Identifier Key' and Device Identifier ... Am I correct in assuming this is station_id and SP ?
There is nothing on the UI to allow me to define that time stamp I need is record_datetime ... Am I correct in assuming it will use the time of polling ?
I want to capture the air_temp ... I assume I set the HTTP parameter name to air_temp ... I have used the HTTP JSON receiver ... why does it not work / poll ?
Thanks
Jon K