Your Universal Remote Control Center
RemoteCentral.com
Custom Installers' Lounge Forum - View Post
Previous section Next section Previous page Next page Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Page 2 of 2
Topic:
How do I get a dealers attention.
This thread has 18 replies. Displaying posts 16 through 19.
OP | Post 16 made on Sunday August 5, 2012 at 00:12
InAMinute
Long Time Member
Joined:
Posts:
June 2011
42
On August 4, 2012 at 23:55, Hasbeen said...
Your GUI is very basic looking. Most guys on the site with design experience already make buttons. You need to kick that up about 5 levels

Agreed. The system supports HTML5, Javascript and an open API
with a little web development knowledge you can create some insane pages
OP | Post 17 made on Sunday August 5, 2012 at 00:37
InAMinute
Long Time Member
Joined:
Posts:
June 2011
42
On August 4, 2012 at 19:59, longshot16 said...
Warranty
Advanced replacement
Training
Tech support
Handheld remote

Something that works upon release

Warranty is one year parts & labor.
Shipped overnight
Dealers get the software for free and can start creating and testing without buying any hardware. Someone is always available to help.
Tech support is given by the actual software and hardware development team.
Handheld remotes. We support triggers, this allows any remote capable of sending
IP/RS-232 commands to control our system, and get bidirectional feedback.

This system has been thoroughly tested, and will do it's job no questions asked.

Last edited by InAMinute on August 5, 2012 00:46.
Post 18 made on Sunday August 5, 2012 at 02:57
Ernie Gilman
Yes, That Ernie!
Joined:
Posts:
December 2001
30,076
"Will do its job no questions asked" ??

What the hell does that mean?

Okay, you say thoroughly tested. You said thoroughly.

Tell us how to make it control a system composed of a Denon CI type AVR, a Sony BD, a DirecTV HR24, and a Samsung TV. You said "thoroughly," so you've tested this and should be able to just copy and paste an answer.

If that's not what you meant by "thoroughly," then you've fallen into advertising fluff. Don't.
A good answer is easier with a clear question giving the make and model of everything.
"The biggest problem in communication is the illusion that it has taken place." -- G. “Bernie” Shaw
OP | Post 19 made on Sunday August 5, 2012 at 04:04
InAMinute
Long Time Member
Joined:
Posts:
June 2011
42
On August 5, 2012 at 02:57, Ernie Gilman said...
"Will do its job no questions asked" ??

What the hell does that mean?

Okay, you say thoroughly tested. You said thoroughly.

Tell us how to make it control a system composed of a Denon CI type AVR, a Sony BD, a DirecTV HR24, and a Samsung TV. You said "thoroughly," so you've tested this and should be able to just copy and paste an answer.

If that's not what you meant by "thoroughly," then you've fallen into advertising fluff. Don't.

Without models?
I will give it a shot anyway.

1 The Denon CI Type AVR (AVR-1912).(IP)Open software click find UPnP device. Add to commander

2 Sony BD (BDPS570)(IR/IP) Go to our forum download driver add to commander. Add function for IP based keyboard from Ipad or iphone, and android device.

3 DirectTV (HR2xx)(IP)Go to our forum download driver add to commander.

4 Samsung (UN65ES8000F) (IR) Go to our forum download driver add to commander. Samsung does have UPnP but does not advertise it's self as a controller, only a DLNA device, and the network disconnects when the power is off. So IR it is.

Below is the javascript function that lets you send keyboard commands to the Sony BD

//This makes the connection

function() {
var response
="GET /register?name=MainControl"
+"&RegistrationType=initial"
+"&deviceId=physics HTTP/1.1\r\n"
+"Host: 10.0.1.10:50002\r\n"
+"Connection: close\r\n\r\n";

return(response);
}

//This sends text.

function(text) {
var command
="GET /sendText?text="+text+" HTTP/1.1\r\n"
+"Host: 10.0.1.10:50002\r\n"
+"X-CERS-DEVICE-ID: physics\r\n"
+"Connection: close\r\n\r\n";
return(command);
}

Last edited by InAMinute on August 5, 2012 04:28.
Page 2 of 2


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse