Sorry been on a break from this mod, But I've released as small patch and it should be fixed now.


1.6d
Fix for Doors
Thanks for the update!
The update did fix the doors ceasing to work at all when trying this set up, however it did not make them function as remote doors. I could be doing something wrong though. I have it set just as the post says. The problem is; the macro continues to run even after the channel switches. Tell me if i'm wrong but what the macro should do goes like this:
macro is set:
open door;
change primary channel to 1;
close door;
change primary channel to 0;
so what should be happening to my understanding is;
1.) turn on transmitter at channel 0 (the primary channel the door starts at)
2.) door opens
3.) door changes to primary channel 1.
4.) macro stops; due to no longer recieving signal from channel 0
5.) turn on transmitter @ channel 1
6.) door runs open(which doesn't do anything since it is open)- then change channel 1 (which doesn't do anything because it's on 1) then close door, and finally change channel 0.
The problem however is that the macro runs completely through with only the transmitter @ 0 on. it goes;
1.) open door
2.) change channel 1
3.) close door
4.) change channel 0
repeat...... all while never even touching the transmitter outputting channel 1.
is there anyway you could just add a macro command that says open when receiving a signal and close when not?