Has something changed recently? I’ve had a quick look around and can’t find anything that would affect this. I also can’t say when this became a problem with the lighter evenings, but I first noticed it yesterday when I was on 45.1 and it’s still here in 46.
I have some input_selects on a card with my living room lights to trigger scenes, and selecting one of the scenes used to trigger an automation that sets the scene:
alias: trigger_scene_livingroom_bright
trigger:
platform: state
entity_id: input_select.living_room_scenes
to: 'Bright'
action:
service: scene.turn_on
entity_id: scene.livingroom_bright
Activating the automation manually works.
Setting the input select fires the event (or so it says in the little black pop-up), but fails to run the automation.
No errors in the logs, in fact no relevant entries in teh log file at all. Log book shows that the input_select was changed to ‘bright’ (or whichever option was selected), and (as expected) does not show the automation firing afterwards.
I’ve just realised that the only automation I have that is triggered by an input_slider is no longer working either - must be a change in how triggers for input booleans and sliders are handled in automations? Perhaps because it’s just a state change with no ‘from’ or ‘to’ or whatnot?
The only difference between yours and mine was that I had quotes around the options in the input select - I’ve removed the quotes and rebooted and it’s still not triggering, so it’s obviously not an issue with the code, and an issue with my instance of HA.
Anybody got any ideas how I can fix that without a full reinstall. I’ve literally just upgraded to 0.46, so the HA core package has only just been reinstalled. Any funky commands I can run to make whatever has borked rejuvenate itself?
…or better, anyway to work out why it’s not triggering on my instance?
Arrrrggghhh - I’ve sussed it - I just un-hid all the affected automations so I could manually trigger them etc to try and work out what was going on and they were all turned off! I have no idea why, or when, or how they’ve got turned off, but they were, and now I’ve turned them back on they’re working!
Thanks for trying to help me though @treno , it’s much appreciated
Cheers for this, I just spent 20 mins trying to work mine out before seeing this, same here, for some reason the automatons linked to the input select were off, all automatons now altered to;