Files
core/tests/fixtures/tado/zone_state.json
T
J. Nick Koston f42804805c Move Tado zone state handling into upstream python-tado library (#33195)
* Tado climate state moved to python-tado

* Resolve various incorrect states and add tests for known tado zone states

* Write state instead of calling for an update

This is a redux of pr #32564 with all of the zone state now moved into
python-tado and tests added for the various states.

* stale string

* add missing undos to dispachers

* remove unneeded hass

* naming

* rearrange

* fix water heater, add test

* fix water heater, add test

* switch hvac mode when changing temp if in auto/off/smart
2020-03-30 09:06:26 -05:00

56 lines
1.3 KiB
JSON

{
"openWindow" : null,
"nextScheduleChange" : null,
"geolocationOverrideDisableTime" : null,
"sensorDataPoints" : {
"insideTemperature" : {
"celsius" : 22.43,
"type" : "TEMPERATURE",
"precision" : {
"fahrenheit" : 0.1,
"celsius" : 0.1
},
"timestamp" : "2020-03-23T18:30:07.377Z",
"fahrenheit" : 72.37
},
"humidity" : {
"timestamp" : "2020-03-23T18:30:07.377Z",
"percentage" : 60.2,
"type" : "PERCENTAGE"
}
},
"overlay" : {
"type" : "MANUAL",
"termination" : {
"projectedExpiry" : null,
"typeSkillBasedApp" : "MANUAL",
"type" : "MANUAL"
},
"setting" : {
"power" : "OFF",
"type" : "AIR_CONDITIONING"
}
},
"geolocationOverride" : false,
"overlayType" : "MANUAL",
"activityDataPoints" : {
"acPower" : {
"type" : "POWER",
"timestamp" : "2020-03-11T15:08:23.604Z",
"value" : "OFF"
}
},
"tadoMode" : "HOME",
"link" : {
"state" : "ONLINE"
},
"setting" : {
"power" : "OFF",
"type" : "AIR_CONDITIONING"
},
"nextTimeBlock" : {
"start" : "2020-03-24T03:00:00.000Z"
},
"preparation" : null
}