Hello,
I noticed that after updating to 0.62 around 6 AM this morning I am no longer able to see or set the temperature on my Ecobee device:
After noticing this I checked the attributes of climate.main_house
and noticed that temperature
is showing null
and the target_temp_high
and target_temp_low
attributes are missing:
{
"current_temperature": 72,
"min_temp": 45,
"max_temp": 95,
"temperature": null,
"operation_mode": "auto",
"operation_list": [
"auto",
"auxHeatOnly",
"cool",
"heat",
"off"
],
"hold_mode": "smart2",
"away_mode": "off",
"actual_humidity": 57,
"fan": "on",
"mode": "Home",
"operation": "fan",
"climate_list": [
"Away",
"Home",
"Sleep",
"Home Weekend",
"Home Cold",
"Sleep Cold",
"Sleep Freeze"
],
"fan_min_on_time": 20,
"unit_of_measurement": "°F",
"friendly_name": "Main House",
"supported_features": 1457
}
Is anyone else seeing this behavior?
Thanks,
Dan