Input Select Node Red select option call

Hi,

I have been struggling to get an input_select to work together with Node-RED. The idea I have is to have an input_select which governs the general state of the house (e.g. sleep, normal, away).

I have a simple flow which checks if I’m home (via the Android app) and then calls the input_select.select_option. Now the thing that boggles me is that I can see that the select option gets called, no API error or anything. However the input_select itself simply does not change?

At this point I’m at a loss what is, or isn’t working here and some feedback would be greatly appreciated!
input_select|690x127

i think you have unnecessary curly brackets around normal. {“option”:“normal”} should work.

1 Like

Thank you! That was it, funny how you completely miss that when you are staring at your screen for a while.