Core: 0.77.1 UI: climate card doesn't show temperature graph

Created on 31 Aug 2018  路  6Comments  路  Source: home-assistant/core

Home Assistant release with the issue: 0.77.1

Last working Home Assistant release (if known): 0.76

Operating environment (Hass.io/Docker/Windows/etc.): Ubuntu 18.04/venv

Component/platform: https://www.home-assistant.io/components/climate.mqtt/

Description of problem: In former ha versions a click on a climate device in the UI showed a detail card containing a graph for the setpoints and actual temperature. In 0.77 there's only a graph for the state shown, which IMO is less interesting. All my climate devices are connected using mqtt. That happens in lovelace as well.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

climate:
  - platform: mqtt
    name: Wohnzimmer
    current_temperature_topic: FFFFFF/wall thermostat/000000/temperature
    temperature_state_topic:  FFFFFF/wall thermostat/000000/set temperature
    temperature_command_topic: FFFFFF/set/000000/automatic
    temperatur_state_template: "{{ value_json }}"
    modes:
      - automatic
      - manual
      - boost
      - vacation
    mode_state_topic: "FFFFFF/wall thermostat/000000/mode"
    mode_command_topic: "FFFFFF/setmode/000000"

Most helpful comment

FYI this is fixed in 0.77.2

All 6 comments

looks like it will be fixed with this PR: https://github.com/home-assistant/home-assistant-polymer/pull/1617

Glad to see it's not just me that ran into this issue.

Also gone from History but I guess that's not unexpected really since it originates from the same source.

FYI this is fixed in 0.77.2

Thanks for that updating now.

I thought it interesting there was such a sudden update rolled out.

Is anyone else getting current temperatures rounded to the nearest whole number?

Works as expected again. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Elmardus picture Elmardus  路  3Comments

arangates picture arangates  路  3Comments

TheZoker picture TheZoker  路  3Comments

MartinHjelmare picture MartinHjelmare  路  3Comments

flsabourin picture flsabourin  路  3Comments