<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>Hey guys... I have a fan on the transmit radio, but as I don't want to run it all the time, only when transmitting, I'm going to drive a relay from a GPIO pin off of a URI instead. I found two excellent resources as a basis for what I'm after: <br></div><div><br></div><div><a href="http://www.qsl.net/k0kn/txfan" target="_blank">http://www.qsl.net/k0kn/txfan</a><br></div><div><a href="http://latinovoip.net/allstar-and-the-gpio-fan-script-for-dmk-engineering-uri/" target="_blank">http://latinovoip.net/allstar-and-the-gpio-fan-script-for-dmk-engineering-uri/</a><br></div><div><br></div><div>I setup the following in my node stanza:</div><div><br></div><div>[2376]</div><div>events = events2376</div><div><br></div><div>[events2376]</div><div><div>touch /tmp/RPT_TXKEYED2376 = s|t|RPT_TXKEYED</div><div>rm -f /tmp/RPT_TXKEYED2376 = s|f|RPT_TXKEYED</div></div><div><br></div><div>As you can see, this is pretty simple, write RPT_TXKEYED2376 when the RPT_TXKEYED variable is true, remove when false. I even checked for the presence of those variables when the repeater is keyed/active from doing a "rpt showvars 2376":<br></div><div><br></div><div><div>as2376*CLI> rpt showvars 2376</div><div>Variable listing for node 2376:</div><div>   XX_RPT_TXKEYED=1</div><div>   RPT_ETXKEYED=1</div><div>   RPT_TXKEYED=1</div><div>   RPT_RXKEYED=1</div><div>   RPT_NUMLINKS=0</div><div>   RPT_LINKS=0</div><div>   RPT_NUMALINKS=0</div><div>   RPT_ALINKS=0</div><div>   RPT_AUTOPATCHUP=0</div><div>    -- 9 variables</div></div><div><br></div><div>Everything suggests this should work, but it is not for whatever reason, which leads me to two possible guesses: </div><div><br></div><div>- the logic is not placed correctly where it needs to be in rpt.conf</div><div>- chan_voter does not talk to the event management subsystem</div><div><br></div><div>Any ideas? Kinda lost... </div><div><br></div><div>Thanks, </div><div>Stephen </div><span class="HOEnZb"><font color="#888888"><div>K1LNX</div><div><br></div></font></span></div>
</div><br></div>