This automation says:
when
- thermostat temperature changes
- configured temperature changes
then - check if wall heater is off
- check if temperature is below configured temperature
if so: - enable wall heater
The second event works (when I change configured temperature, the cheks are done and the wall heater turns on or not)
But the first event is never thrown