I have a webpage that returns the JSON result below:
I wanted to read out the value of TEMP(highligthed in blue).
To do this I have created a virtual http input with the URL of this website.
Then I created a virtual http commant below this input.
In this command I put the following command recognition "Temp" : \v .
This should give the value behing the string "Temp" : .
But still I get no result. What am I doing wrong?
{ "ActTime" : 1484813438, "ServerTime" : "Jan 19 2017 09:10:38", "Sunrise" : "08:31:00", "Sunset" : "17:06:00", "result" : [ { "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 100, "CustomImage" : 0, "Data" : "15.3 C, 56 %", "DewPoint" : "6.57", "Favorite" : 1, "HardwareID" : 2, "HardwareName" : "RFXCOM", "HaveTimeout" : false, "Humidity" : 56, "HumidityStatus" : "Comfortable", "ID" : "260E", "LastUpdate" : "2017-01-19 09:10:29", "Name" : "Temp boven", "Notifications" : "true", "PlanID" : "0", "Protected" : false, "ShowNotifications" : true, "SignalLevel" : 5, "SubType" : "Cresta, TFA TS34C", "Temp" : 15.30, "Timers" : "false", "Type" : "Temp + Humidity", "TypeImg" : "temperature", "Unit" : 1, "Used" : 1, "XOffset" : "0", "YOffset" : "0", "idx" : "6" } ], "status" : "OK", "title" : "Devices" }
Kommentar