custom-components / climate.programmable_thermostat

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

Heater doesn't turn off #53

Closed flixerator closed 8 months ago

flixerator commented 2 years ago

Hello, thank you for great product, but t doesn't work for me properly(it doesn't turn off the valve, it can only turn it on)here is my config and logs climate:

Logger: homeassistant.helpers.template Source: helpers/template.py:1779 First occurred: 01:32:20 (4 occurrences) Last logged: 01:32:32

Template variable warning: dict object has no element Undefined when rendering '{% set values = {'idle':'off','heat':'heating','cool':'cooling','fan only':'fan'} %}{{ values[value_json.running_state] }}' Logger: homeassistant.components.mqtt.climate Source: components/mqtt/climate.py:413 Integration: MQTT (documentation, issues) First occurred: 01:32:20 (4 occurrences) Last logged: 01:32:32

Invalid ['off', 'heating', 'cooling', 'drying', 'idle', 'fan'] action:

tell me if you need anything else, i am a bit newbie in HA but I'll try to find any other logs or info Hope you can help me

jsiemek commented 2 years ago

Great work with programmable_thermostat!

I can confirm. I use programmable_thermostat to control geckos temperature. At the evening day thermostat goes off, but hater lamp remain on.

MapoDan commented 2 years ago

Ciao,

your heater/cooler has the service turn_off available?

MapoDan commented 2 years ago

It may be also the min_cycle_duration as per issue #52

jump396 commented 2 years ago

I have the same problem, It doesnt turn off. Could i verify something? I invoke the service climate.turn_off but It doesnt turn off sometime.

MapoDan commented 2 years ago

Probably you have set min_duration_cycle. check it. Check also #52