The most common issue when new users make posts like is that they do not understand that triggers require an event. In the case of a State trigger, the state has to change to and/or from the exact specified value. For Numeric state triggers relationship between the state and the above or below must change from False to True. In your example, if the temperature was under xx when you saved the automation, the temperature must rise above xx then fall below xx in order for a trigger event to occur.
When you manually fire an automation, the trigger and conditions are skipped it just runs the action section of the automation… that is why the button is labelled “Run Actions”.
I am changing the state (temp) by sitting on the sensor to heat above xx and putting it under a cold cup to cool. The card shows the temp changjng above and below
It’s 99% correct… and the minor error is one that can easily be caused by one mistaken click in the UI automation editor. If you are not using an attribute as the target of your Numeric state trigger, there shouldn’t be an attibute entry as part of the trigger.
The condition was me trying to error check, however i have removed the attribute line and now all is working! I assumed as it was empty it wouldnt be an issue.
Thank you for your help! That single line would have had me stumped for days