Automation not triggering suddenly

‘’’
I have updated to the latest 2021.3.0 from the previous vesion ,and my Automation is not triggering suddenly ( it worked flawlessly for the last years ) ::

  • id: ‘1542821608198’
    alias: under x degree
    trigger:
    • platform: template
      value_template: ‘{{ states(’‘sensor.sonoffpince’’) | float < states(’‘input_number.maxtemp’’) | float }}’
      condition: []
      action:
    • data:
      entity_id: switch.sonoffpince
      service: switch.turn_on
      mode: single

When I call it from the services the action part is working as expected, strange !
I appreciate any help! Thanks!
‘’’

The same happened to me. I found out that the new service functionality doesn’t work with Norwegian language. Changed my language to English and it works fine.
Also value_templates in the service section tends to disappear if I edit them, so be careful.

the booleans were always returned in uppercase ?? I t’s now True, False

my default is English in the settings
I think I must go back and restore all from my snapshot :frowning:
There is something gone wrong in the Automation section, i got problems, with numeric states, and with value templates

Now I’m reverted it to 2021.2.3 , and it’s fine again

see here…

That change will be reverted

1 Like

Thanks, for the info.

I’m not sure that is the same issue. If you upgrade again, please note whether any errors are logged.

Ok, thanks!

Had similar issues after upgrading. Some hue lights weren’t found anymore. And calling services stopped working. I restored my backup for now. First time I had issues after an update. Im sure they “fix” it soon :slight_smile:

The ‘fix’ for Hue is to READ THE BREAKING CHANGES!!!

Thanks for the hint. But I’m not sure if it’s necessary to be unkind.

It’s unkind to expect a fix for an issue specifically addressed in release notes you didn’t bother to read either before you upgraded or after you got an error and make unnecessary posts complaining…

Well. Let us stop here. It’s helping nobody. Have a great day.

1 Like

I ,Agree
My main concern was with the wather heather stop automatisation, good thing that I built in a mechanical one in series what is stopped it from bigger damage. I love HA , the fix is probably underway ! And in that document didn’t was specified this case, I think, my first bump was with value template !