Difference between revisions of "DATV repeater DTMF commands"
Line 1: | Line 1: | ||
− | The | + | The ATV repeater controller includes a DTMF decode enabling off control of some repeater functions. |
+ | |||
+ | The actual command sequence is in the format *xx# - the length of the sequence is variable so a command could be *123456# if required. | ||
+ | |||
+ | The actual command for each function is entirely flexible and is set in the config file. | ||
It is recommended that some command sequences such as shut down are not publicly available and have been grouped in the example config file as keeper commands - [[Repeater Controller configuration]]. | It is recommended that some command sequences such as shut down are not publicly available and have been grouped in the example config file as keeper commands - [[Repeater Controller configuration]]. | ||
+ | |||
+ | The following functions can be changed using DTMF commands - | ||
====Suggested keeper functions==== | ====Suggested keeper functions==== | ||
Line 15: | Line 21: | ||
====User codes for direct input select (use dtmfreset to deselect)==== | ====User codes for direct input select (use dtmfreset to deselect)==== | ||
+ | dtmfreset | ||
+ | |||
dtmfstatusview | dtmfstatusview | ||
Revision as of 11:40, 17 February 2022
The ATV repeater controller includes a DTMF decode enabling off control of some repeater functions.
The actual command sequence is in the format *xx# - the length of the sequence is variable so a command could be *123456# if required.
The actual command for each function is entirely flexible and is set in the config file.
It is recommended that some command sequences such as shut down are not publicly available and have been grouped in the example config file as keeper commands - Repeater Controller configuration.
The following functions can be changed using DTMF commands -
Suggested keeper functions
dtmfkeepertxoff
dtmfkeepertxon
dtmfkeeperreboot
dtmftalkbackaudioenable
dtmftalkbackaudiodisable
User codes for direct input select (use dtmfreset to deselect)
dtmfreset
dtmfstatusview
dtmfquadview
dtmfselectinput0
dtmfselectinput1
dtmfselectinput2
dtmfselectinput3
dtmfselectinput4
dtmfselectinput5
dtmfselectinput6
dtmfselectinput7
RPi GPIO Accessory DTMF Control examples
dtmfoutputs=1
dtmfgpioout1pin=15
dtmfgpioout1label=shack_light
dtmfgpioout1on=31
dtmfgpioout1off=41
dtmfinputs=1
dtmfgpioin1pin=8
dtmfgpioin1label=cabinet_door
i2c Accessory DTMF Control examples
MCP23017. Max 16 lines either in or out
i2cioaddress=0
i2cdtmfoutputs=1
i2cdtmfgpioout1pin=a0
i2cdtmfgpioout1label=shack_heater
i2cdtmfgpioout1on=51
i2cdtmfgpioout1off=61
i2cdtmfinputs=1
i2cdtmfgpioin1pin=b0
i2cdtmfgpioin1label=cabinet_lid