NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 97 98 99 100 101 … 433 Next »
Direct TV Woes

Direct TV Woes
GaryJ73167
Offline

Member

Posts: 126
Threads: 22
Joined: Jun 2016
#21
2017-02-22, 04:07 PM
ElihuRozen Wrote:Sorry. My bad. I've done a lot more bash scripts at work recently, which use $1 to get the first argument, as opposed to batch files at home, which use %1 to get the first argument.

Now that I have this all setup and working, things seem to be MUCH better.......however, once in a while, it is still missing the 1st digit of the channel change. But not NEARLY as much.........last night, i set the time for channel 285, but, wound up with channel 85 instead....

Is there a way I can make the pause a little bit longer? I am thinking maybe the commands went at the direct tv a little too fast.
GaryJ73167
Offline

Member

Posts: 126
Threads: 22
Joined: Jun 2016
#22
2017-02-22, 04:09 PM
GaryJ73167 Wrote:Now that I have this all setup and working, things seem to be MUCH better.......however, once in a while, it is still missing the 1st digit of the channel change. But not NEARLY as much.........last night, i set the time for channel 285, but, wound up with channel 85 instead....

Is there a way I can make the pause a little bit longer? I am thinking maybe the commands went at the direct tv a little too fast.

Ugh....sorry man....I should google things before asking...I got my answer
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#23
2017-02-22, 04:18 PM
DirecTV also allows http tuning which might be more reliable.

Martin
GaryJ73167
Offline

Member

Posts: 126
Threads: 22
Joined: Jun 2016
#24
2017-02-22, 04:22 PM
mvallevand Wrote:DirecTV also allows http tuning which might be more reliable.

Martin

Wow....I need to look into this..... Is it possible to incorporate this into NPVR where I wouldnt even need the IR Blaster ?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#25
2017-02-22, 04:25 PM
Yes you can just modify the batch file you just made.

Martin
GaryJ73167
Offline

Member

Posts: 126
Threads: 22
Joined: Jun 2016
#26
2017-02-22, 04:43 PM
mvallevand Wrote:Yes you can just modify the batch file you just made.

Martin

Thanks for the reply

That is going to be my plan "C".

I just added a longer pause in the batch file........I think this is going to help, but, time will tell
GaryJ73167
Offline

Member

Posts: 126
Threads: 22
Joined: Jun 2016
#27
2017-02-23, 06:39 AM
As of now, this is my BAT file I am using (thanks to all in this thread)

@echo off

cd /d C:\Users\Public\NPVR\Scripts
LogFile=..\Logs\MyHaupBlast.log

"C:\Program Files (x86)\NPVR\HaupBlast.exe" %1
timeout /t 10
"C:\Program Files (x86)\NPVR\HaupBlast.exe" %1

What is does, is, sends 3 characters/digits/or whatever it is (hehe) that wakes up the Direct TV Box
Pauses for 10 seconds
And then the next 3 digits are the actual channel digits it needs to change to

this is working AMAZINGLY well, but, once in a GREAT while, it still isn't waking up the box enough to get the full 3 digit channel change code sent (BUT, it is SOOOO MUCH better than it was)

So, what i want for it to do is to send the 3 character wake up, pause 10 seconds, then send another 3 character wake-up, pause for another 10 seconds, THEN send the 3 digit channel change code (I hope I am making sense)

Can someone guide me and tell me what i need to add tot he batch file to make this happen ?
GaryJ73167
Offline

Member

Posts: 126
Threads: 22
Joined: Jun 2016
#28
2017-02-23, 06:53 AM
And, one more thing (totally stepping out of the box here)

Any idea why everything has been working flawlessly for about 8 months, and overnight, all of the sudden, my Direct TV box just decides to start going into sleep mode (or whatever you call it) when literally NOTHING has changed in my setup in any way ?

Is this normal behavior for these boxes?

It really is quite frustrating......
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#29
2017-02-23, 11:05 AM
GaryJ73167 Wrote:What is does, is, sends 3 characters/digits/or whatever it is (hehe) that wakes up the Direct TV Box
Pauses for 10 seconds
And then the next 3 digits are the actual channel digits it needs to change to

The batch file is sending the three digit channel code twice. The %1 is a variable containing the channel number and the value of that channel number is received from NextPVR.

You may be able to change the behaviour of the set top box by sending a different code instead of the first %1 value. For example, what happens if you send a single "0" (zero) digit by replacing the first %1 with a "0" without the quotes?

Alternatively, you could try having the first .. "C:\Program Files (x86)\NPVR\HaupBlast.exe" %1 ... twice followed by the timeout followed by a third HaupBlast ...

Quote:C:\Program Files (x86)\NPVR\HaupBlast.exe" %1
C:\Program Files (x86)\NPVR\HaupBlast.exe" %1
timeout /t 10
"C:\Program Files (x86)\NPVR\HaupBlast.exe" %1
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#30
2017-02-23, 11:08 AM
GaryJ73167 Wrote:Any idea why everything has been working flawlessly for about 8 months, and overnight, all of the sudden, my Direct TV box just decides to start going into sleep mode

Does the set top box receive updates to its internal software from the broadcast stream? Has the set top box received some kind of reset from the broadcast stream? Does the set top box have a settings menu where the "sleep" timeout is specified?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording to a network drive woes. 2leftfeet 12 7,516 2022-04-05, 08:03 PM
Last Post: mvallevand
  EPG Schedules Direct jwalbrook 6 4,224 2020-12-07, 07:43 PM
Last Post: mvallevand
  How to delete a Schedules Direct Lineup from Version 4? mwkurt 2 1,743 2020-07-19, 02:32 PM
Last Post: mwkurt
  Schedules Direct issues artmetz 4 2,069 2020-04-22, 12:13 AM
Last Post: artmetz
  EPG/Schedules Direct Epitaph 7 2,984 2019-12-12, 03:59 AM
Last Post: Epitaph
  Record direct from live tv? rv0987 3 2,022 2019-11-01, 12:29 PM
Last Post: rv0987
  How do you get channel icons from Schedules Direct SilverTiger 17 6,210 2019-06-28, 02:13 AM
Last Post: sub
  Schedules direct Username and password within the config file Brucek2839 5 2,385 2019-06-16, 02:44 PM
Last Post: Brucek2839
  NextPVR with Ceton InfiniTV, Comcast Card and Schedules Direct add new channels EiEiOhh 5 5,790 2019-06-02, 12:47 AM
Last Post: EiEiOhh
  Series recording woes SpinyGreen 25 7,260 2018-10-08, 09:07 AM
Last Post: Graham

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode