Spent hours on this, I cannot get this to switch on the LED.
I have checked the truth of if (float(id($temp_id).state) > float(id(pid_data).target_temperature_low)) and it is true, and just to prove that it’s not the condition that’s not firing, I actually forced it on outside of the condition.
but it just refuses to switch on, I can trigger it manually from home ssistant no problem, what am I doing wrong ?
Wasn’t aware that a climate component is included somewhere in your set up
Still you should be able to work around it more or less easily - for example if your climate component is in home assistant and you want your status led to react on “off”, “idle” and “heating” (for example) you could do something like that:
In that case the led will pulse when the climate component is idling and the led will be on when it is heating. In other cases (off) the status led will be off