custom-components / climate.programmable_thermostat

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

Switching on heater when above set point #46

Closed mikesumbler closed 2 years ago

mikesumbler commented 2 years ago

Hi

Thermostat appears to be coming on at night when it is quite far above the target setpoint:

I have an auotmation in place to drop the set point at night (a zwave thermostat - HR4ZW). This is picked up on the control in HA but looking this morning (and other days) appears to still be triggering heating around 19.5degrees against set point of 18. There is no heating mode shown as well at these times

History from prog_thermostat:

image

History on switch to boiler (comes on at night so is being triggered):

image

Any suggestions?

Mike

mikesumbler commented 2 years ago

Ok found my own issue (again) - I added the thermostat as an integration and used the helper to populate the parameters then also created another programmable_thermostat in the yaml.

General question - can I delete the thermostat from the integrations page and still have the thermostat in the yaml be functional and read into the config.

MapoDan commented 2 years ago

Ciao,

yes, of course, the YAML and Integration are independent, so you can remove from one of them and the other will keep working.