69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"thermostatList": [
|
|
{
|
|
"identifier": 8675309,
|
|
"name": "ecobee",
|
|
"modelNumber": "athenaSmart",
|
|
"program": {
|
|
"climates": [
|
|
{ "name": "Climate1", "climateRef": "c1" },
|
|
{ "name": "Climate2", "climateRef": "c2" }
|
|
],
|
|
"currentClimateRef": "c1"
|
|
},
|
|
"runtime": {
|
|
"connected": true,
|
|
"actualTemperature": 300,
|
|
"actualHumidity": 15,
|
|
"desiredHeat": 400,
|
|
"desiredCool": 200,
|
|
"desiredFanMode": "on",
|
|
"desiredHumidity": 40
|
|
},
|
|
"settings": {
|
|
"hvacMode": "auto",
|
|
"heatStages": 1,
|
|
"coolStages": 1,
|
|
"fanMinOnTime": 10,
|
|
"heatCoolMinDelta": 50,
|
|
"holdAction": "nextTransition",
|
|
"hasHumidifier": true,
|
|
"humidifierMode": "manual",
|
|
"humidity": "30"
|
|
},
|
|
"equipmentStatus": "fan",
|
|
"events": [
|
|
{
|
|
"name": "Event1",
|
|
"running": true,
|
|
"type": "hold",
|
|
"holdClimateRef": "away",
|
|
"endDate": "2022-01-01 10:00:00",
|
|
"startDate": "2022-02-02 11:00:00"
|
|
}
|
|
],
|
|
"remoteSensors": [
|
|
{
|
|
"id": "rs:100",
|
|
"name": "Remote Sensor 1",
|
|
"type": "ecobee3_remote_sensor",
|
|
"code": "WKRP",
|
|
"inUse": false,
|
|
"capability": [
|
|
{
|
|
"id": "1",
|
|
"type": "temperature",
|
|
"value": "782"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"type": "occupancy",
|
|
"value": "false"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|