Difference between revisions of "DATV repeater DTMF commands"

From BATC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
The following functions can be changed using DTMF commands - the actual command sequence is entirely flexible and set in the config file.   
 
The following functions can be changed using DTMF commands - the actual command sequence is entirely flexible and 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 (see [[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]].
  
 
====Suggested keeper functions====
 
====Suggested keeper functions====

Revision as of 11:31, 17 February 2022

The following functions can be changed using DTMF commands - the actual command sequence is entirely flexible and 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.

Suggested keeper functions

dtmfkeepertxoff

dtmfkeepertxon

dtmfkeeperreboot

dtmftalkbackaudioenable

dtmftalkbackaudiodisable

User codes for direct input select (use dtmfreset to deselect)

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