Closed majdzik84 closed 5 years ago
looks like a typo, try removing the 1s
mode_state_template: "{{ value_json.thermostat_mode }}"
current_temperature_template: "{{ value_json.thermostat_currtemp }}"
temperature_state_template: "{{ value_json.thermostat_seltemp }}"
After deleting the digits, the thermostat card appeared and shows the current temperatures. However, I cannot change the temperature or mode. nothing happens.
The putty also does not display information about the change of mode or temperature
probably a bug. To be honest I never tested this :) Will do this week
@Proddy You do a really great job.
I tested the modes quickly.
Could you still check the status of the current program? On the thermostat there is always automatic mode (in earlier versions it was also). It would be great if it showed if the mode currently turned on is auto, heat or off
try 1.9.1b8 again. I added "heat"
as for HA showing the string, I can't change that as its a default component within Home Assistant.
You could try using another card component, like https://github.com/nervetattoo/simple-thermostat which I've tried before. Its much more configurable. For example I added this to the lovelace UI file for my old RC30
- type: custom:thermostat-card
title: Living Room
entity: climate.thermostat
pending: 1
chevron_size: 50
no_card: false
hvac:
states:
low: off
manual: manual
auto: auto
attribute: operation_mode
highlight_tap: true
Version 1.9.1b7
Climate configuration is not working properly.
When I try the following configuration I get an empty thermostat card. I also tried on HC2 - the same
When I delete the numbers indicating the circuit. I am able to switch HC1. When I add the numbers 1 or 2, there is no reaction.
Below are data from mqtt explorer for HC2