Search found 44 matches

by rrehart
Thu Jan 02, 2014 5:27 pm
Forum: Help Forum
Topic: IF-THEN-ELSE
Replies: 4
Views: 6952

Re: IF-THEN-ELSE

I'm actually talking more about an ongoing action, rather than a page load action. Here's the scenario: I have two way feedback working to my ISY. I should be able to 'see' when someone turns on a light switch in any room by setting up the statement "ST.*<action>(.*)</action><node>xx xx xx 1</node>"...
by rrehart
Wed Jan 01, 2014 11:49 pm
Forum: Help Forum
Topic: Get Channel Information [DirecTV]
Replies: 4
Views: 7564

Get Channel Information [DirecTV]

I am trying to get and display specific channel information from my direcTV receiver. I can get the information via the 'send data to a website' action: http://<receiver IP>:8080/tv/getTuned Returning: { "callsign": "NFLHD", "date": "20131231", "duration": 3600, "episodeTitle": "Vince Lombardi, Part...
by rrehart
Tue Dec 31, 2013 10:28 pm
Forum: Help Forum
Topic: IF-THEN-ELSE
Replies: 4
Views: 6952

IF-THEN-ELSE

Is it possible to setup up an "IF-THEN-ELSE" Statement in DemoPad?

For instance, I want to check the condition [LIGHT] and set a flag:

IF [LIGHT] is > "0", THEN Set a Flag [LIGHTSWITCH] ON ELSE Set a Flag [LIGHTSWITCH] OFF

Or, is there a way around a straight statement?

Thanks.
by rrehart
Tue Dec 31, 2013 6:04 pm
Forum: Help Forum
Topic: Drop down List to set a Label
Replies: 1
Views: 4019

Drop down List to set a Label

I would like to set up a drop-down selection list on a page in order to set a value of a label. So, for instance: If I have a drop down list of: ItemA ItemB ItemC ItemD If I Click (select) "ItemA", the Action would be to Set a Label [EXAMPLE] Data:12345 How do I create the Drop Down List to view on ...
by rrehart
Tue Dec 31, 2013 4:07 pm
Forum: Help Forum
Topic: Device configuration for ISY99i
Replies: 11
Views: 43867

Re: Device configuration for ISY99i

Got it. I fat fingered the code. It works now. Thank you so much for you help.
by rrehart
Tue Dec 31, 2013 3:55 pm
Forum: Help Forum
Topic: Device configuration for ISY99i
Replies: 11
Views: 43867

Re: Device configuration for ISY99i

I think I did exactly what you said above, and got the result I thought I would - that is, each number press changes the number as opposed to adding a new digit. So, when I press "1" [MYLABEL] changes to 1. When I press "2" [MYLABEL] changes to 2, instead of changing to "12" ("1"+"2") as desired. I'...
by rrehart
Tue Dec 31, 2013 2:46 pm
Forum: Help Forum
Topic: Device configuration for ISY99i
Replies: 11
Views: 43867

Re: Device configuration for ISY99i

I'm not sure I understand. Let's see if I have this right: If I insert a series of buttons onto the subpage (0-9) and "Enter", and assign each button a number label - so: "1" = [MYLABEL]1 "2" = [MYLABEL]2 etc... Then, punch in "224" "Enter". I create an "action" that sends the string: "http://admin:...
by rrehart
Tue Dec 31, 2013 4:18 am
Forum: Help Forum
Topic: Device configuration for ISY99i
Replies: 11
Views: 43867

Re: Device configuration for ISY99i

Ok - I got question #1 out of the way. I did that by creating a number: RawDataValue with a "Maximum Value" of 255, then assigning the GET output to that number. Then, I created a label Percentage . Next, in the two way feedback of the ISY I assigned two actions to the RawDataValue number: 1. Action...
by rrehart
Tue Dec 31, 2013 1:22 am
Forum: Help Forum
Topic: Device configuration for ISY99i
Replies: 11
Views: 43867

Re: Device configuration for ISY99i

Hello all - Thank you for the great post. I have this setup now and working with my ISY994 (4.0.5). Works like a charm. I am wanting to do a little more here and I'm hoping you can help: 1. When I get the feedback, I am able to update a label with the value of any of my dimmers, switches, etc.. The ...
by rrehart
Wed May 15, 2013 6:25 pm
Forum: Help Forum
Topic: Is launching an App within a Panel possible?
Replies: 1
Views: 3744

Is launching an App within a Panel possible?

I currently have my DirecTV panel set with a button to launch the DirecTV app when I want/need to use it. Problem is it launches the app and takes me out of the DP interface. What I'd like to do is launch the DirecTV app within a 'window' on the panel (much like can be done with web pages). Is that ...
by rrehart
Wed May 15, 2013 6:19 pm
Forum: Help Forum
Topic: Sony & DirecTV status assistance
Replies: 1
Views: 4177

Sony & DirecTV status assistance

I have a Sony STR-DA5600ES receiver which is network connected. Through Sony's (terrible) iOS or Android app, when I adjust the volume (either via the app or via my IP2IR Global Cache device) I can see the volume setting (ie; -10, -13.5, -20, etc...) on the Sony app. What I'd like to do is see that ...
by rrehart
Fri Oct 26, 2012 7:51 pm
Forum: Help Forum
Topic: Error transferring data
Replies: 11
Views: 16042

Re: Error transferring data

1. It is a WiFi only iPad, so cellular data is not an issue. 2. I tried shutting off "Reload images/ sounds?" and still have the issue. 3. I am running your program on a PC, not a Mac, so it isn't Parallels. Any other ideas? Is there a way to transfer the files directly (ie, with an SDHC card)? This...
by rrehart
Fri Oct 26, 2012 6:13 pm
Forum: Help Forum
Topic: Error transferring data
Replies: 11
Views: 16042

Error transferring data

Almost without exception, every time I modify my project and try to upload the files I get a "Network Error" on the iPad and 6 - 8 "Error loading project..." pop-up windows on my computer. Doing nothing more than trying to reload 8 or 9 times from the iPad, it finally works without error. MADDENING!...
by rrehart
Fri Oct 26, 2012 12:12 am
Forum: Help Forum
Topic: Countdown timer
Replies: 3
Views: 6545

Countdown timer

Does anyone have an example of a working countdown timer page?

Thanks.
by rrehart
Fri Oct 26, 2012 12:06 am
Forum: Help Forum
Topic: Device status aware?
Replies: 2
Views: 6014

Device status aware?

[attachment=0]All off button.jpgI have my demopad programmed up pretty good now. It is controlling everything as expected, but I have a few 'tweaks' I'd like to make. However, It seems that means that the software has to be aware of the current status of the devices in question. For example; 1. I ha...