@bernd67 wrote:
Having this in my Config:
homeassistant: customize: climate.og_feline_hzg_gen: friendly_name: Feline Heizung sensor: - platform: knx name: 'og_feline_hzg_gen_ist' state_address: '3/1/203' # sync_state: false type: 'temperature' # Future option for setting setpoint - platform: knx name: 'og_feline_hzg_gen_soll' state_address: '3/2/203' type: 'temperature' switch: - platform: knx name: 'og_feline_hzg_gen_onoff' address: '3/3/203' climate: - platform: generic_thermostat name: og_feline_hzg_gen heater: switch.og_feline_hzg_gen_onoff target_sensor: sensor.og_feline_hzg_gen_ist target_temp: 20.5 min_temp: 7 max_temp: 24 cold_tolerance: 0.1 hot_tolerance: 0.1 ac_mode: false keep_alive: minutes: 10 min_cycle_duration: seconds: 45 initial_hvac_mode: 'off' precision: 0.
and found this in my HA Logfile:
[homeassistant.components.generic_thermostat.climate] Obtained current and target temperature. Generic thermostat active. 20.22, 20.5Seam to be perfect … but the f…g item does not heat (and so the onoff-thing does not switch)
Add: If I set the initial_hvac_mode to ‘heat’, it heats.Has anyone any idea? Thanks in advance…
Cheers
Bernd
Posts: 20
Participants: 4