When You say:
what is the meaning of this?Then there is some JavaScript code to read the SetPoint and pass it to the 'insert' div, noting that the '11' here is the position of the thermostat in the resulting JSON information:
Is it different from the idx?
What number shall i consider from the following json info:
Code: Select all
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "16.0",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 6,
"HardwareName" : "NETATMO",
"HardwareType" : "Netatmo",
"HardwareTypeVal" : 54,
"HaveTimeout" : false,
"ID" : "000004C",
"LastUpdate" : "2017-02-09 10:46:11",
"Name" : "NETATMO_SETPOINT",
"Notifications" : "false",
"PlanID" : "3",
"PlanIDs" : [ 3, 4 ],
"Protected" : false,
"SetPoint" : "16.0",
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "SetPoint",
"Timers" : "false",
"Type" : "Thermostat",
"TypeImg" : "override_mini",
"Unit" : 1,
"Used" : 1,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "5"
Rebelo