NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 49 50 51 52 53 … 193 Next »
Power on/off external digital box.

 
  • 0 Vote(s) - 0 Average
Power on/off external digital box.
koornneef
Offline

Junior Member

Posts: 47
Threads: 11
Joined: Jan 2008
#1
2009-05-09, 02:32 PM
Hey Sub.
I searched the wishlist and don't see anyone suggesting this..

For those of us using an external tuner (digital cable box, non-US,) we need to keep that box powered up all the time, so it can see channel changes from the IR blaster.

Any chance of an option to send a 'power' command via IR at the start of tuner in use and a second 'power' when no longer capturing? Or even call a batch file 30 seconds before recording or when entering live-tv?

Two reasons for this:
1. My cable box takes 400Watts of power (yeah, more than the PC)
2. Power fail turns off the box and there is no 'power on when plugged in' option, so I record black screens for the rest of the day.

Even more advanced (but I'd be happy without) would be for gbpvr to see that the incoming signal is all black and assume it's 'out of sync' with the cable box power and send a power on again.

Thanks!
-jim
observer_11
Offline

Senior Member

Posts: 315
Threads: 52
Joined: Dec 2005
#2
2009-05-09, 06:26 PM
What model STB? How is it connected to your HTPC? I can turn my Motorola STB on/off using the "-d 64" paramaters with Timmmore's firewire channel tool and the GraphRecorder "plug-in" (actually installed and configured as a capture source).
.

HTPC Server: AMD Athlon XP 3200+, 768Mb RAM, Gigabyte 6200 AGP, Hauppauge 500MCE Capture Tuner, WinXP Pro SP3 (concurrent users), NPVR 2.5.9
Client1: PCH A110 Client2: AMD Opteron 2.6Ghz, 2Gb DDR, ATI 1650, WinXP Pro SP3, NPVR 2.5.9 Client3: Intel E6420, 2Gb RAM, XFX Radeon HD 7850, WinXP Pro SP3, NPVR 2.5.9 Client 4: Intel E2120, 4Gb DDR2, Nvidia 7600GS, Vista SP1 32-bit, NPVR 2.5.9
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#3
2009-05-09, 07:57 PM
400 watts - are you sure? thats enough to fry eggs on!

There is a snag in that many STB's use the same IR signal to turn the box on as turn it off. So unless you know the current state, you could be turning it off!

I think that's why the Harmony remotes have the help system to make you get things back in sync.

I've got my STB and the PVR server running off a UPS now after suffering similar problems.
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#4
2009-05-09, 10:47 PM
You could also try a usb controlled power strip - this one is only on if your computer is on.

http://www.instructables.com/id/SC9F1YAFJKGWVP3/

or buy one at:

http://www.theecostrip.com/

of course then you can't watch tv with the computer off :0)

Observer how does you stb set up work - I have found with the timmmore software I couldn't tell the state of the STB and the same command turns it off so it was easy to create issues. Plus standby for STB's is often only a few percent better than "ON" mode
observer_11
Offline

Senior Member

Posts: 315
Threads: 52
Joined: Dec 2005
#5
2009-05-10, 01:42 PM
carpeVideo Wrote:Observer how does you stb set up work - I have found with the timmmore software I couldn't tell the state of the STB and the same command turns it off so it was easy to create issues. Plus standby for STB's is often only a few percent better than "ON" mode

I currently have no way to confirm the power state, but I am planning to experiment with this info from the Motorola STB wiki:[INDENT]NOTE: There are no discrete ON or OFF commands, but you can emulate them with the following:[/INDENT]
  • ON = MENU - POWER - POWER (if OFF: displays setup menu, powers OFF, then powers ON. If ON: displays menu, powers OFF, powers back ON.)
  • OFF = MENU - POWER (if OFF: displays setup menu, then powers OFF. If ON: displays menu, then powers OFF.)
[INDENT]NOTE: To get rid of the warning screen that sometimes comes up regarding interruption of an ongoing program recording, append a "LIVE" key to the end of the macro. i.e. ON = MENU - POWER - POWER - LIVE and OFF = MENU - POWER - LIVE.
[/INDENT]
.

HTPC Server: AMD Athlon XP 3200+, 768Mb RAM, Gigabyte 6200 AGP, Hauppauge 500MCE Capture Tuner, WinXP Pro SP3 (concurrent users), NPVR 2.5.9
Client1: PCH A110 Client2: AMD Opteron 2.6Ghz, 2Gb DDR, ATI 1650, WinXP Pro SP3, NPVR 2.5.9 Client3: Intel E6420, 2Gb RAM, XFX Radeon HD 7850, WinXP Pro SP3, NPVR 2.5.9 Client 4: Intel E2120, 4Gb DDR2, Nvidia 7600GS, Vista SP1 32-bit, NPVR 2.5.9
observer_11
Offline

Senior Member

Posts: 315
Threads: 52
Joined: Dec 2005
#6
2009-05-10, 03:10 PM
Here are 2 small batch files for discretely turning the Motorola STB ON and OFF, as per my earlier post. Because the WinXP command line has no SLEEP function I am using the popular "ping" command workaround with the ON batch and you may need to add this to the OFF batch if you find timings aren't quite right between the PC and STB. I have also commented out the last "LIVE" command because I wasn't sure I had the right STB button code (2?) and didn't have time to test. Please note this is only a sample template for others - your install directory may differ as well as your STB device code (mine happens to be 2).

Here is the Discrete STB "ON":
Code:
REM Disrete Power ON for Motorola STB  Batch Program
"C:\Program Files\Timmmoore\MCE 2005 STB Controller\Channelw" -d 2 9
"C:\Program Files\Timmmoore\MCE 2005 STB Controller\Channelw" -d 2 64
@ping 127.0.0.1 -n 2 -w 500 > nul
"C:\Program Files\Timmmoore\MCE 2005 STB Controller\Channelw" -d 2 64
REM "C:\Program Files\Timmmoore\MCE 2005 STB Controller\Channelw" -d 2 2
Here is the Discrete STB "OFF":
Code:
REM Motorola Discrete Power OFF Batch Program
"C:\Program Files\Timmmoore\MCE 2005 STB Controller\Channelw" -d 2 9
"C:\Program Files\Timmmoore\MCE 2005 STB Controller\Channelw" -d 2 64
REM "C:\Program Files\Timmmoore\MCE 2005 STB Controller\Channelw" -d 2 2
.

HTPC Server: AMD Athlon XP 3200+, 768Mb RAM, Gigabyte 6200 AGP, Hauppauge 500MCE Capture Tuner, WinXP Pro SP3 (concurrent users), NPVR 2.5.9
Client1: PCH A110 Client2: AMD Opteron 2.6Ghz, 2Gb DDR, ATI 1650, WinXP Pro SP3, NPVR 2.5.9 Client3: Intel E6420, 2Gb RAM, XFX Radeon HD 7850, WinXP Pro SP3, NPVR 2.5.9 Client 4: Intel E2120, 4Gb DDR2, Nvidia 7600GS, Vista SP1 32-bit, NPVR 2.5.9
koornneef
Offline

Junior Member

Posts: 47
Threads: 11
Joined: Jan 2008
#7
2009-05-20, 01:35 PM
Hey Observer..
Do you have a link on setting up the graphrecorder plugin?

The STB does not have distinct on/off buttons and I'm OK with the possibility of toggling it the wrong way.

Channel change is reliable and I would assume sending the power command would be the same. But that is why I mentioned if the code was 'built-in' then you could check for a black screen as an indication of the STB being off.

Oh, the model is a really old 1st generation Atlanta bought from Rogers cable here in Canada. If you're tuned to a PPV program it sucks up much more power than regular tv. Prolly DRM decoding? Anyway, power consumption was tested with a kill-a-watt meter. It's hot enough that electrical tape won't stick as the adhesive turns to goo.

Anyhow, I was thinking it might be a good option for those with STB or Satellite, where the internal tuner on the capture card isn't compatible.


-jim
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#8
2009-05-20, 05:43 PM
koornneef Wrote:Channel change is reliable and I would assume sending the power command would be the same. But that is why I mentioned if the code was 'built-in' then you could check for a black screen as an indication of the STB being off.
Sorry, but there is zero chance I'm going to build something like this into the app. You'll need to find some external work around. Also, the app does not look at the video when its recording - since this would require decoders etc, which are not used during recording, so the app would have no idea if the video was black.
observer_11
Offline

Senior Member

Posts: 315
Threads: 52
Joined: Dec 2005
#9
2009-05-20, 07:51 PM
I think if you look on the wiki there is some info on GraphRecorder. Also search the forums for 'GraphRecorder' should turn up a few more tidbits.
.

HTPC Server: AMD Athlon XP 3200+, 768Mb RAM, Gigabyte 6200 AGP, Hauppauge 500MCE Capture Tuner, WinXP Pro SP3 (concurrent users), NPVR 2.5.9
Client1: PCH A110 Client2: AMD Opteron 2.6Ghz, 2Gb DDR, ATI 1650, WinXP Pro SP3, NPVR 2.5.9 Client3: Intel E6420, 2Gb RAM, XFX Radeon HD 7850, WinXP Pro SP3, NPVR 2.5.9 Client 4: Intel E2120, 4Gb DDR2, Nvidia 7600GS, Vista SP1 32-bit, NPVR 2.5.9
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#10
2009-05-21, 04:46 PM
carpeVideo Wrote:You could also try a usb controlled power strip - this one is only on if your computer is on.


or buy one at:

http://www.theecostrip.com/

anyone seen these available in the uk?
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  "Edit Digital Channel" missing H/V option martint123 2 2,507 2015-06-17, 01:43 PM
Last Post: martint123
  External Player support gEd 14 6,729 2015-03-19, 02:54 AM
Last Post: digiblur
  Power savings : .bat files needed to switch on/off setupbox_HDPVR_etc Abbadon 2 2,805 2013-11-11, 03:33 AM
Last Post: pBS
  Change default "Play" command for digital radio stations to Listen instead of Watch McBainUK 3 2,065 2012-08-19, 04:47 PM
Last Post: sub
  USB / External drives NumberFive 8 3,011 2011-03-10, 11:16 PM
Last Post: sub
  Playing digital radio recordings mvallevand 2 1,595 2011-01-25, 12:21 AM
Last Post: mvallevand
  external player and external task jam_zhou 2 1,717 2010-09-13, 04:42 PM
Last Post: sub
  Mapping Digital Channels skycyclepilot 4 2,215 2010-06-09, 11:07 AM
Last Post: NickR
  Scheduled Power Control widman 8 3,671 2009-11-10, 01:43 PM
Last Post: CureForSanity
  Digital channel mapping options PaulH 6 3,245 2009-11-05, 01:46 AM
Last Post: liteswap

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

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

Linear Mode
Threaded Mode