Search found 160 matches

by trevorst
Wed Oct 07, 2015 1:22 pm
Forum: Device Command Database
Topic: Looking for Samsung RS232 or IP commands
Replies: 1
Views: 7857

Re: Looking for Samsung RS232 or IP commands

I had the instructions for RS232 control posted to the forum quite a while sgo. They are here.
http://www.demopad.com/forum/viewtopic. ... sung#p7182
by trevorst
Tue Aug 04, 2015 2:25 pm
Forum: Help Forum
Topic: XML Feedback command don't work !!!
Replies: 13
Views: 21629

Re: XML Feedback command don't work !!!

Don't add the /> to the input, use it as the terminator as the feedback terminator.
by trevorst
Thu Jul 30, 2015 11:33 pm
Forum: Help Forum
Topic: XML Feedback command don't work !!!
Replies: 13
Views: 21629

Re: XML Feedback command don't work !!!

I have had success using /> as a terminator on some but not all XML files.
Try the following pattern with /> as the terminator:

<datapoint ise_id="4216".*value="(.*)" type="STATE"

Good luck.
by trevorst
Mon Jun 29, 2015 2:17 pm
Forum: Device Command Database
Topic: Yamaha BD-A1040 IP control
Replies: 3
Views: 13627

Re: Yamaha BD-A1040 IP control

Thanks..
You can post the whole document, just zip it and post the zip file.
by trevorst
Mon Jun 22, 2015 4:04 pm
Forum: General Discussion
Topic: Amazon Fire TV Integration with Demopad
Replies: 0
Views: 29563

Amazon Fire TV Integration with Demopad

I love the Fire TV as it integrates all my streaming entertainment sources into one neat package, has great video resolution and has been solid as a rock since I bought it. The one downer I had was it could not be controlled by Demopad and despite repeated requests Amazon has not released their IP p...
by trevorst
Mon Jun 15, 2015 12:15 pm
Forum: General Discussion
Topic: Z wave
Replies: 5
Views: 17621

Re: Z wave

It is possible to control Z-Wave equipment with Demopad, but it is dependent on th Z-Wave controller you are using. The ISY994i( https://www.universal-devices.com/residential/isy994i-series/ ) can be controlled by Demopad and has a Z-Wave module. I use the ISY994i with Demopad to control Insteon lig...
by trevorst
Tue Mar 10, 2015 2:15 am
Forum: Help Forum
Topic: Color Picker vor RGB Controller in Demopad?
Replies: 4
Views: 10117

Re: Color Picker vor RGB Controller in Demopad?

What is vor RGB picker???
by trevorst
Sat Feb 28, 2015 2:18 am
Forum: Help Forum
Topic: Interfacing with Demopad externally & Other questions
Replies: 6
Views: 10075

Re: Interfacing with Demopad externally & Other questions

What type of IP commands does the Centro-8 listen too ??
by trevorst
Mon Feb 16, 2015 8:46 pm
Forum: Help Forum
Topic: TV Trouble
Replies: 6
Views: 11217

Re: TV Trouble

AKWillows wrote:
karenlee wrote:Thanks for the reply - we're looking into that python code now, seeing if we can reverse engineer something.
Hi - I know this is a very old post - but just wondered if you had managed to get this working in Demopad?
See answer to your other post.
by trevorst
Mon Feb 16, 2015 8:44 pm
Forum: Device Command Database
Topic: Samsung TV Commands
Replies: 19
Views: 162779

Re: Samsung TV Commands

Hi I'm not too worried about the power on limitation - but would like to be able to add Volume Up and Volume down as IP commands. Has anyone had any success controlling a Samsung TV with Demopad over IP? The model number of mine is UE40C6500 - but I'd be interested to hear whether anyone has tried ...
by trevorst
Sun Feb 15, 2015 2:40 pm
Forum: Help Forum
Topic: Kodi (XBMC) with Demopad
Replies: 5
Views: 8742

Re: Kodi (XBMC) with Demopad

Double check that you have enabled remote control/IP control in the settings.
by trevorst
Sun Feb 01, 2015 2:56 pm
Forum: Help Forum
Topic: Kodi (XBMC) with Demopad
Replies: 5
Views: 8742

Re: Kodi (XBMC) with Demopad

Been working for me just fine for several months.
Double check all the network and control settings, sure you know that json is on port 9090.
by trevorst
Sun Jan 18, 2015 6:03 am
Forum: Help Forum
Topic: direct IP ethernet Marantz
Replies: 28
Views: 33996

Re: direct IP ethernet Marantz

I suggest you start a new thread with the title Pioneer Sc-2025 to get help from people that have that device.
by trevorst
Sat Jan 17, 2015 3:16 pm
Forum: Help Forum
Topic: direct IP ethernet Marantz
Replies: 28
Views: 33996

Re: direct IP ethernet Marantz

You got it... That is why I only use the first two charcters. No reason to see 30.5, 30 tells me all I need to know.

The (a) in the regex means alpha characters, not really needed in this code but I just included by habit.
by trevorst
Fri Jan 16, 2015 3:15 pm
Forum: Help Forum
Topic: direct IP ethernet Marantz
Replies: 28
Views: 33996

Re: direct IP ethernet Marantz

That is why I limit the feedback to 2 characters..
I don't need to see the .5 so I'm not going to spend the time figuring out how to capture and display it.
Like I said if you want it then parse it out.