hello i’m a beginner, i have a hue light plug with an electric heater connected.
I setup a generic thermostat but it does not switch the plug. i asume its because it requires a switch.
It always stays on IDLE.
So i tried to create a template switch, but i cant get the switch to properly reflect the state of the hue plug.
It always jumps back to on or off, depending on what template i use.
First suspect would be ‘value_template’ of course.
Can you test that template in Templates (3rd icon under development tools in the menu)
Just paste {{ states('light.heater') }} in the input (left) and see what the output it (right)
I think you should also entity_id: climate.martin_thermostat from the template switch, I don’t see support for that mentioned anywhere and it might throw some things of.
Thanks, {{ states(‘light.heater’) }} outputs off on, i removed the line, now the template switch works, it is in snyc with the light.heat now but the generic_thermostat does not heat still, i set target to 28 and current is 23.9 but it is not switching the switch on. still says idle
generic thermostat is triggered by sensor temp change, or by setpoint (target temp) change. So wait for sensor temp change, or try change target temp in web GUI.
I have the same problem. I get a switch in the GUI that is in sync with the light control. But the genric thermostat never starts “heating”. Manually turning on the switch, changes the thermostat to heating…