Has anyone out there created a 3 position switch (Hand-Off-Auto) that can be used to manually command a switch?
Hand (turns the load on directly from Home screen manual command)
Off (turns the load off directly from Home screen manual command)
Auto (frees the load to be commanded via automation/scripts)
Hand and Off would override any automation/script command.
TIA
I’m using a input_select for this. This creates a dropdown select instead of a nice switch though.
I suppose you could use an input_number (in slider mode) as well and then translate the 3 numbered positions into the corresponding modes. Unfortunately this would then need some graphics to explain the positions since the number would be confusing…
Thanks much for everyone’s feedback. I will keep at it. Noob out.