I designed an "Auto Button Press" circuit for someone that takes a 5 volt power supply from something on the power bar that will be connected to the same stuff (such as stealing 5 volts from a computer that gets powered on at the same time as a TV)
It is a micro controller that,when turned on, will delay for a jumper configurable number of seconds, and then it will send out another jumper configureable number of "pulses", then just loop infinitely in standby doing nothing until power is cycled.
That way, the circuit is smart towards power on, waits for some settling time for other AC devices to get their power flowing, then it "presses" a button a certain number of times as if to change its channels, video sources, POWER switch, whatever.
It seems to work fine.
I used the micro controller but maybe a pure digital logic circuit could be configured to do that too...like a 4017 chip (10 stage output sequencer) or a binary counter etc, with reset signals tied in and flip flops all over the place in a big digital chaos so it will run once, then disconnect itself from the output pulsing gates until power on reset again.
In my case, the switches on the TV I was controlling were logic level, so I used a 4066 "spst" switch IC to connect across the terminals. If the switches are higher power, simply drive a relay or something from the logic, as required.
DOes anyone think it would be worth while for me to elaborate upon this design with schematics and possibly pure-logic-no-programming circuits?