Can not see active zone in lovelace card
vojtechalbl opened this issue · 2 comments
Hi,
I followed your instruction. Multi thermostat is working fine. Thanks.
But there is no active zone display in my lovelace card.
Any suggestions, please?
configuration.yaml
input_number:
min_living_temperature:
name: Min living temperature
initial: 22
min: 15
max: 25
step: 0.1
min_pokoj_sever_temperature:
name: Min sever temperature
initial: 20
min: 15
max: 25
step: 0.1
min_loznice_temperature:
name: Min loznice temperature
initial: 18
min: 14
max: 25
step: 0.1
climate:
- platform: multizone_generic_thermostat
name: Home
heater: switch.sonoff_10004c1395_2
presets:
none:
report_zone_name_instead_preset_name: true
zones:
living:
friendly_name: obyvak
target_sensor: sensor.living_room_temperature
target_temp_sensor: input_number.min_living_temperature
pokoj_sever:
friendly_name: pokoj sever
target_sensor: sensor.pokoj_kluci_temperature
target_temp_sensor: input_number.min_pokoj_sever_temperature
loznice:
friendly_name: loznice
target_sensor: sensor.loznice_temperature
target_temp_sensor: input_number.min_loznice_temperature
open_window:
delta_temp: 2
min_delta_time: 60
delta_time: 180
zone_react_delay: 00:10:00
min_temp: 17
max_temp: 25
ac_mode: false
#target_temp: 22.0
cold_tolerance: 0.3
hot_tolerance: 0.4
min_cycle_duration:
minutes: 90
initial_hvac_mode: "heat"
precision: 0.1__
lovelace card code:
type: vertical-stack
title: Thermostat
cards:
- type: thermostat
entity: climate.home
name: Domov - type: entities
entities:- input_number.min_pokoj_sever_temperature
- input_number.min_loznice_temperature
- input_number.min_living_temperature
Hi,
Have same issue with my setup.
HA Core 2022.11.1
latest verison of your integraton addon
I see that the Target temp value gates updated, but no zones at all.
if it that is only a cosmetic issue, I would not bother, but acctually its not working as expected either. perhaps its related.
will create separate issue, as it would be offtopic to this one.
thanks
Thomas
Hi, sorry for my english, I am from Czech Rupublic. I have same problem. Only "Idle" without zone name. Please, can you help me? Thanks, Peter