Window Open/Close announce


#1

I am trying to get this piston to announce the name of the window or door when I open or close them.

it’s not really consistent. sometimes it says the right window. sometimes nothing, sometimes the wrong window.

any ideas?


#2

Not sure if this is a factor, but I would start with removing the
double brackets and extra quotes on lines 30 & 41 above.

Written as a ‘Value(if memory serves me right)
Speak text "{ContactOpen} is open" and resume;

or Speak text written as an ‘Expression(my preference)
ContactOpen' is open'

(in an expression box, variables use no brackets, and are usually kept outside the quotes)


#3

This does work better. I also fixed a closed VAR when it should have been open VAR