Search found 44 matches

by rrehart
Mon Oct 05, 2015 11:58 pm
Forum: General Discussion
Topic: Bluetooth control
Replies: 0
Views: 24034

Bluetooth control

Do you know of any hardware that converts IP to bluetooth? Increasingly more and more devices are using bluetooth for controller connectivity (as opposed to, or in addition to IR); for instance, the forthcoming AppleTV 4. I would like the ability to control devices from my DP interface via bluetooth...
by rrehart
Mon Oct 05, 2015 11:55 pm
Forum: General Discussion
Topic: IOS9 side-by-side
Replies: 0
Views: 22818

IOS9 side-by-side

Any plans to make DemoPad compatible with IOS9's side-by-side app option? That is, to have it present in the menu of apps when swiping from the right and 'resizing' the screen to sbs size when using two apps? If so - when??? :?: :idea:
by rrehart
Sun May 31, 2015 4:54 am
Forum: Help Forum
Topic: xbox one IR codes
Replies: 2
Views: 8637

Re: xbox one IR codes

Thanks. They work great!
by rrehart
Sat May 30, 2015 2:40 am
Forum: Help Forum
Topic: xbox one IR codes
Replies: 2
Views: 8637

xbox one IR codes

Does anyone here know where I can get Xbox One IR codes in Hex or Global Cache' format?

Thanks in advance.
by rrehart
Thu May 28, 2015 4:20 am
Forum: Help Forum
Topic: Ticker sign
Replies: 7
Views: 12795

Re: Ticker sign

I took your advice and built a webpage, serving it up from the local server. Works like a charm... :D :D One more question: When the marquee scrolls, the Web Object in Demopad does not seem to want to let it complete (appears to be refreshing the page after 10 seconds), as it does in Safari on the s...
by rrehart
Wed May 27, 2015 5:52 am
Forum: Help Forum
Topic: Ticker sign
Replies: 7
Views: 12795

Re: Ticker sign

I tried your method and it worked. However, that meant that I had to define 20 ( :o ) flags (10 ea ON/OFF) to get a single letter to move 10 spaces. That would mean that I would have to define 52 flags to move "WELCOME TO MY HOME THEATER" across the screen [10 spaces] once. There MUST be an easier w...
by rrehart
Tue May 26, 2015 3:06 pm
Forum: Help Forum
Topic: Ticker sign
Replies: 7
Views: 12795

Re: Ticker sign

OH! Didn't know they weren't sequential. I'll give that a shot. As far as the label idea, could you elaborate (give an example)?

Thanks.
by rrehart
Sun May 24, 2015 8:46 pm
Forum: Help Forum
Topic: Ticker sign
Replies: 7
Views: 12795

Ticker sign

I am trying to add a 'rolling ticker' sign to my project, much like you'd see in a sports bar, with words rolling across from right to left. In doing so, I did the following: 1. I defined flags for each letter and position in the ticker (i.e., "A Position 0, A Position 1, etc...). 2. Then, I assigne...
by rrehart
Wed Dec 17, 2014 7:39 pm
Forum: Help Forum
Topic: Calculating Number Values
Replies: 2
Views: 5262

Calculating Number Values

I am trying to use numbers to in a calculation, but can't seem to get the RegEx right. So: I set a number to (x), then I set a second number to (y). Then I try to calculate the numbers into a new number (z) and it doesn't calculate. I figure I have to be doing something wrong with the RegEx. Example...
by rrehart
Wed Sep 24, 2014 10:20 pm
Forum: Help Forum
Topic: Export commands?
Replies: 3
Views: 5843

Re: Export commands?

Both. But the manual ones (associated to buttons), and the ones in my 'numbers' definitions are what I am interested in bulk changing.
by rrehart
Mon Sep 22, 2014 10:38 pm
Forum: Help Forum
Topic: Get Channel Information [DirecTV]
Replies: 4
Views: 7528

Re: Get Channel Information [DirecTV]

I got hercules and verified the code was coming back correctly. What I don't know how to do is 'scrape' the returned page for the info to set into a label. Any ideas?
by rrehart
Mon Sep 22, 2014 7:13 pm
Forum: Help Forum
Topic: Export commands?
Replies: 3
Views: 5843

Export commands?

I have a project with A LOT of defined numbers that pull from my ISY via HTTP/REST commands. For instance, I have 15 dimmers to control, each with 20 commands to set the gauges. That alone is 300 lines to update. Unfortunately, because of a potential security breech, I've had to change the password ...
by rrehart
Wed Sep 17, 2014 10:53 pm
Forum: Device Command Database
Topic: DirecTV Commands
Replies: 2
Views: 11568

Re: DirecTV Commands

Yep. You can tune to any station with this command:

http://[IP of your DirecTV box]:8080/tv/tune?major=212 <<< "212" being the channel
by rrehart
Sat Jan 11, 2014 8:52 pm
Forum: Help Forum
Topic: Get Channel Information [DirecTV]
Replies: 4
Views: 7528

Re: Get Channel Information [DirecTV]

What is "Hercules" and where can I get it?
by rrehart
Thu Jan 02, 2014 10:31 pm
Forum: Help Forum
Topic: IF-THEN-ELSE
Replies: 4
Views: 6919

Re: IF-THEN-ELSE

Ok. I got this working by reversing my thinking. Now, I have the status update a Label. Then, I have the corresponding number updated with the label value. Once that happens I can turn a flag Off/On based on the number being either "0" or "1-255". Works like a charm. DEMOPAD : Consider this a featur...