Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Climate history not showing state after 0.96 #25578

Closed
benquan opened this issue Jul 30, 2019 · 2 comments
Closed

Climate history not showing state after 0.96 #25578

benquan opened this issue Jul 30, 2019 · 2 comments

Comments

@benquan
Copy link

benquan commented Jul 30, 2019

Home Assistant release with the issue:

0.96

Last working Home Assistant release (if known):
0.95

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

HASS.IO

Component/platform:

Climate -> history graph

Description of problem:
After 0.96 the climate history graph is not showing the status shaded part (if it's cooling or not).

here is my entity status:
image

and the history graph:

image

Used to be something like this:

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

climate:
  - platform: smartir
    name: Room AC
    unique_id: room_ac
    device_code: 1382
    controller_data: 192.168.0.58
    temperature_sensor: sensor.room_temperature
    humidity_sensor: sensor.room_humidity
    # power_sensor: binary_sensor.ac_power

Traceback (if applicable):


Additional information:

@frenck
Copy link
Member

frenck commented Jul 30, 2019

smartir is a custom component, please report it at the repository that maintains that.

https://github.com/smartHomeHub/SmartIR

@frenck frenck closed this as completed Jul 30, 2019
@Taigar2015
Copy link

Taigar2015 commented Aug 2, 2019

I can confirm, the same problem exists at the Home Assistant Generic Thermostat.
Currently running HA 0.96.5

Prior to 0.96 it was working with the green shade, after upgrading to 0.96 the green shade was removed.

Reading the following topic, https://community.home-assistant.io/t/change-in-honeywell-thermostat-display-time-in-cooling-mode-not-shown/127421/9
I think it is something to all the climate entities in Home Assistant, and not based on a climate platform.

My code is:

climate:
  - platform: generic_thermostat
    name: Ventilatie Receptie thermostaat
    heater: switch.ventilatie_receptie
    target_sensor: sensor.ventilatie_receptie_temperatuur_min
    ac_mode: true
    target_temp: 22
    initial_hvac_mode: "off"

Let me know if I need to open a new issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants