custom-components / climate.programmable_thermostat

Programmable thermostat that let you have a smart thermostat on budget.
The Unlicense
113 stars 35 forks source link

Not pulling target from sensor #43

Closed mikesumbler closed 2 years ago

mikesumbler commented 2 years ago

Hi,

Ended up using config.yaml to set parameters but I still can't get the thermostat to except the sensor target.

=== climate:

===

===

Want to use the thermostat to set the target and pass to the switch. The switch after an extension is out of the rannge of where the thermostat is so I use the controller as the bridge to it.

Which logs do you need?

Thanks in advance

Mike

mikesumbler commented 2 years ago

Ah - sorry, as per Issue#23, you have to set to heat/cool mode.

Thanks for a great app.

Cheers Mike

mdeweerd commented 2 years ago

Hello

I noticed the same, the temperature is tracked only in auto mode, but not in heat mode.

In my use case, I would need tracking in Heat mode to allow using the same schedule (from the Scheduler component), to allow setting the HVAC mode in the same schedule.

It would be a nice to have if the HVAC mode could track another one in order to keep in sync with another climate module.

mdeweerd commented 2 years ago

If needed I'll create a separate case, but this seems related.

I have the thermostat set to auto mode and it isn't really heating.

image

- platform: programmable_thermostat
  name: 'Principal Aux'
  #heater: light.tz3000_5ng23zjs_ts0001_8d421efe_on_off
  heater:
    - switch.principal_aux_on_off
  actual_temp_sensor: sensor.principal_temperature
  target_temp_sensor: sensor.principal_aux_temperature
  min_temp: 7
  max_temp: 23
  #hvac_options: 3
  hvac_options: 5
  auto_mode: heating
  #ac_mode: false
  min_cycle_duration:
     seconds: 60
  tolerance: 0.2
  initial_hvac_mode: 'off'

I can switch on switch.principal_aux_on_off manually.

mdeweerd commented 2 years ago

The temperature is also not tracked in "Off" mode - tracking in off mode ensures that the right temperature is set when switched on.

MapoDan commented 2 years ago

Ciao,

@mikesumbler: I didn't well understood your issue, can you calrify it :)

@mdweerd:

MapoDan commented 2 years ago

Closed for inactivity