You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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:
entity: climate.home
name: Domov
entities:
The text was updated successfully, but these errors were encountered: