Test Door Sensor

is there a way to test a door sensor (i.e. make it fire) without physically opening it? i am trying to test some logic i created, but it is for a remote vera and i can’t seem to find a way to make a sensor act like it was tripped without physically tripping it.

Nope, but you can use a virtual sensor instead of a door sensor for your testing then change the device to the door after.

yes just go to advanced ,variable table, then check tripped box put 1 in the variable instead 0 then click outside of the variable box to take effect.

thanks guys, apparently if you want to test your code you have to actually call the function… both these suggestions work and helped. thanks!