Frontend: Nest thermostat showing "null - null"

Created on 31 Mar 2018  路  18Comments  路  Source: home-assistant/frontend

Our Nest Thermostat is currently set to heat at a single target temperature; starting today, the UI began showing this:

screen shot 2018-03-30 at 4 28 02 pm

Although this data is correct (in that min and max targets are, indeed, null):

screen shot 2018-03-30 at 5 15 04 pm

...shouldn't the platform show the target temperature?

EDIT: had an incorrect second screenshot.

Most helpful comment

Done

All 18 comments

Which version of Home Assistant are you using?

@balloob 0.66.0 (sorry, should have included that).

The only anecdotal info I can give: it seemed to happen this morning when I randomly tried the climate.turn_off and climate.turn_on service calls. Can't imagine that's a problem, but FYI.

So it is caused by #1037. But the bug is in the backend: we should not include a target temp range if operation mode is set to heat.

@c727 do you think that we should include temporary null checks for attributes?

Hmz. Someone else has to fix it please, currently not at home

Done

I also have this bug. But not only with the nulls but also extra controls are now shown. Wasn't the case in 0.65

image

We have the same issue with ecobee climate

For me the fix in 0.66.1 didn't work Still the same. Mysensors HVAC component
image

Have you done a hard refresh of the browser page? Ctrl + shift + r in chrome.

@MartinHjelmare is right on the money: a hard refresh does the trick!

screen shot 2018-04-02 at 1 05 16 pm

OK nulls are gone. But the problem with several temp controls is still there
image

It might be related to supported features. I think we need to make those conditional now in the mysensors platform. I think this is a separate issue.

There's two approaches to this. Either change supported features, or disable/hide controls based on the state.
I would prefer the latter (like we do with the light controls) as supported features is a given for a device, and should not change based on its state/operation mode...

Mysensors is a bit special as the features depends on the sketch the user writes. We have to support different sketches. It's comparable to different types of devices.

@MartinHjelmare Shall i open a separate issue on HA? I believe you are the main driving force for mysensors platform so you are already aware of the issue,,,

Yes I'm aware and it's now on my todo. You can open an issue if you want. It doesn't hurt.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Depechie picture Depechie  路  3Comments

wangyt123ng picture wangyt123ng  路  3Comments

Misiu picture Misiu  路  3Comments

SeanPM5 picture SeanPM5  路  3Comments

andriej picture andriej  路  3Comments