Really, don't force a fixed targetname for the reverse trigger, as it's then not possible to use it in more complex trigger "circuits".
Instead, add a
.float trigger_reverse;
and expect that to be set. Alternatively, compare the origin of the trigger to the midpoint of the door to decide the side on which the trigger is.