https://apps.garmin.com/en-US/apps/da3db127-3938-4dac-bcf1-e30324fd0d20
{
"ActTime" : 1521592125,
"ServerTime" : "2018-03-21 01:28:45",
"Sunrise" : "05:52",
"Sunset" : "18:04",
"result" : [
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "23.2 C, 28 %",
"Description" : "",
"DewPoint" : "3.68",
"Favorite" : 1,
"HardwareID" : 5,
"HardwareName" : "ESPeasy",
"HardwareType" : "Dummy (Does nothing, use for virtual switches only)",
"HardwareTypeVal" : 15,
"HaveTimeout" : false,
"Humidity" : 28,
"HumidityStatus" : "Dry",
"ID" : "140AE",
"LastUpdate" : "2018-03-21 01:28:33",
"Name" : "Sypialnia",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "THGN122/123, THGN132, THGR122/228/238/268",
"Temp" : 23.199999999999999,
"Timers" : "false",
"Type" : "Temp + Humidity",
"TypeImg" : "temperature",
"Unit" : 1,
"Used" : 1,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "94"
}
],
"status" : "OK",
"title" : "Devices"
}
Hello,
I have a problem with the operation on my 735xt
PUT works great, but GET does not work at all
displays first "sending..." and later "?" or "FAILED: 300"
Device 1 action 1 URL
http://192.168.0.3:8080/json.htm?type=devices&rid=94
Device 1 action 1 JParam
Data
if I select the first level field, eg "Sunrise" the value is returned correctly
JSON response in the browser:{
"ActTime" : 1521592125,
"ServerTime" : "2018-03-21 01:28:45",
"Sunrise" : "05:52",
"Sunset" : "18:04",
"result" : [
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "23.2 C, 28 %",
"Description" : "",
"DewPoint" : "3.68",
"Favorite" : 1,
"HardwareID" : 5,
"HardwareName" : "ESPeasy",
"HardwareType" : "Dummy (Does nothing, use for virtual switches only)",
"HardwareTypeVal" : 15,
"HaveTimeout" : false,
"Humidity" : 28,
"HumidityStatus" : "Dry",
"ID" : "140AE",
"LastUpdate" : "2018-03-21 01:28:33",
"Name" : "Sypialnia",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "THGN122/123, THGN132, THGR122/228/238/268",
"Temp" : 23.199999999999999,
"Timers" : "false",
"Type" : "Temp + Humidity",
"TypeImg" : "temperature",
"Unit" : 1,
"Used" : 1,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "94"
}
],
"status" : "OK",
"title" : "Devices"
}