|
Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
SA Explorer 8300HD sleep issue
I have a SA Explorer 8300HD DVR box that likes to go to sleep after a little while. This causes the channel not to change correctly when waking up.
It does not seem to recognize the first 1 or 2 digits. Is there a way to either have every channel change repeat itself after a certain delay or send a non-numerical signal from a USB-UIRT to the cable box every hour or so to keep it awake but would not interfere with any recording?
__________________
If this doesn't work right, Then: "I'm going to blow up the Earth!" |
#2
|
|||
|
|||
STB Keep Alive:
http://forums.sage.tv/forums/showthread.php?t=35228
__________________
Server:W7 Ultimate, SageTV 7.1.9 Capture Devices: HVR-2250, 2x HD PVR 1212 Clients: 1x STX-HD100 3x STP-HD200 @cliftpompee |
#3
|
||||
|
||||
STBKEEPALIVE worked fine for me until I upgraded to Win7 64Bit.
Now I am wondering how I can deal with this. I had Sage learn a New Command under Tuner Control in the Source setup and added that as a prefix for channel changes. However, it is not long enough to wake the STB before changing the channel. It does not miss the first two digits anymore but still misses the first one. Is there a way to either add a delay after the prefix or to combine 2 commands to be the prefix?
__________________
If this doesn't work right, Then: "I'm going to blow up the Earth!" |
#4
|
||||
|
||||
Can you use a batch file in the prefix to send stbkeepalive twice?
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#5
|
||||
|
||||
STBkeepalive does not seem to work in Win7 64Bit.
I am using Sage to send the prefix and was wondering if there is a way to send two command via the channel prefix?
__________________
If this doesn't work right, Then: "I'm going to blow up the Earth!" |
#6
|
|||
|
|||
I have SageTV send a modified 0 (zero) command to my SA8250HD as a prefix.
This code is the same as the 0 but has the last number modified to make it repeat longer. This sends a very long zero to the unit before sending the channel change. Works for me. You can add this to the USBUIRT command file and give it a try. Should be one line with no <crlf>s. Of course YMMV. wake 0000 0048 0000 0018 00BF 00C2 002F 0093 002F 0093 002F 0031 002F 0093 002F 0093 002F 0093 002F 0031 002F 0031 002F 0093 002F 0093 002F 0031 002F 0031 002F 0031 002F 0093 002F 0031 0030 0031 002F 0031 002F 0093 002F 0093 002F 0031 002F 0031 002F 0093 002F 4000 |
#7
|
||||
|
||||
zoundz,
I tried adding the wake command to my file and it takes it fine. However, I get the following 2 issues: 1. It sends the long '0' code to all my cable boxes instead of just the one for some reason. I only put it in the one USB-UIRT Remote Command file and do not have this problem with any other codes. It looks like it is sending one to many 0's 2. After sending all the codes it changes to the channel of only the last digit. Could you possibly send me your file and a screen shot of your remote options for your DVR box?
__________________
If this doesn't work right, Then: "I'm going to blow up the Earth!" Last edited by dvd_maniac; 08-07-2010 at 12:25 PM. |
#8
|
||||
|
||||
Is it possible to group 2 commands together?
__________________
If this doesn't work right, Then: "I'm going to blow up the Earth!" |
#9
|
|||
|
|||
Quote:
I have the delay between codes set to 200ms and the repeat count set to 5. I've found that the repeat count is critical to making the whole thing work. If it is too low, numbers are missed. If it is too high they repeat and screw up the channel change. "onoff" is the name of the long zero code in my ir codes. This might be a help with the code format. http://www.remotecentral.com/features/irdisp1.htm You can piss around with the codes until they do what you want... Here's my remote options setting screen: |
#10
|
||||
|
||||
zoundz,
I'm also having problems getting STBKeepAlive to work with Windows 7. Your idea of the "modified 0 (zero) command" to make it longer is intriguing. I'm wondering if I can make it work with my SA-8300HDC. Since all the channels I tune are 4 digit and start with a 1, I guess I'd have to make a modified "1" command along similar lines. But then if I need to change to channels 1241 or 1511, do the other "1" digits cause problems if they are also extended? On the other hand, I'm not using the Prefix Code. In my .IR file, I see 10 rows of IR codes for the digits 0-9. Can I add another row for the "prefix code"? The dialog for changing the prefix code contains only the single digits 0 through 9. If I paste in a new row into the .IR file with a label of "P", will "P" be added as an option for the prefix code?
__________________
HD300 extender with (2020 New Build) SageTV 64 bit V9.2.2.903 (service mode), Running on Windows 10 (64 bit), Intel Core i7-10700K CPU, 16G RAM, GIGABYTE Z490 UD motherboard. NVidia GTX1650 Super; Viewsonic LCD on one output and Mitsubishi WD57734 HDTV via DVI/HDMI on other output. HDHomeRun HDHR5-4US tuner, Hauppauge "Siena" 1512 HD-PVR2 connected to Cisco Cable modem from Spectrum, tuned with USB-UIRT. Last edited by timg11; 08-10-2010 at 09:52 PM. |
#11
|
|||
|
|||
Quote:
AFAIK you can have as many lines as you want in the .IR file. My modified 0 command is called "onoff" in my .IR file (as in the screencap above) and is totally separate from the digit zero. If you follow the link to the information about the Pronto format, you can piss around with the remote codes until you get the results you're looking for. |
#12
|
||||
|
||||
OK,
I got the long "0" to work. I simply had to change my digits from 3 to 4. It seems to wake and change the channel perfectly. The only problem I am still having is that whenever it sends the long "0" it sends them to every zone in the usb-uirt. I do not understand how this is posssible but it is annoying. It is the long "0" that is sneding over every zone since I do not have any other issues with any other digits. If my other cable box is recording something it will open up the channel change and info dialog box on that set top box, but at least it does not change the channel as "0" is not a valid channel. Do you have any other long codes I could try out which might not interfere with other usb-uirt zones?
__________________
If this doesn't work right, Then: "I'm going to blow up the Earth!" |
#13
|
|||
|
|||
Quote:
If not, then you need to make the beginning of it go "wake Zn0000" instead of "wake 0000" |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Is there a file explorer option anywhere? | ChuckSchick | SageTV Customizations | 1 | 11-06-2007 12:23 PM |
Testing firewire output with SA 8300HD .. | CanadianEh | Hardware Support | 3 | 03-21-2007 03:55 PM |
SageClient sleep/hibernate issue | FidgetyRat | SageTV Software | 1 | 03-15-2007 12:20 PM |
Please Help with Cox Digital Cable (Explorer 3250) Issue | pez | Hardware Support | 2 | 06-03-2006 12:01 AM |
Right click crashes Explorer | willgill | SageTV Software | 6 | 07-23-2004 11:46 AM |