Search found 741 matches

by DemoPad
Tue Dec 18, 2018 7:38 pm
Forum: General Discussion
Topic: CENTRO-M
Replies: 86
Views: 823271

Re: CENTRO-M

The pro software lets you export IR codes from pre-defined commands into LIRC format for use with the IR trigger function, but there is no learning ability on the Centro-8M. Our Centro-CM has a 38Khz IR learner function though.
by DemoPad
Wed Nov 21, 2018 1:51 pm
Forum: Help Forum
Topic: Centro-8M keeps turning off
Replies: 2
Views: 5492

Re: Centro-8M keeps turning off

It sounds like an issue with the power supply, or the mains socket, if unplugging the USB power connection & reconnecting does nothing, until you disconnect the power supply from the mains.
by DemoPad
Sat Nov 17, 2018 11:00 am
Forum: General Discussion
Topic: 50 discrete IR devices
Replies: 2
Views: 16061

Re: 50 discrete IR devices

A Centro-C has 16 IR outputs, plus 12 relay outputs which you could theoretically 'route' the IR through to prevent IR signals going from one TV to another, so 12 relays would give you 24 IR outputs, with 4 left over. Eg IR output 1 goes through a relay, controlling either TV1 or TV2 depending on th...
by DemoPad
Sat Nov 10, 2018 10:36 am
Forum: Help Forum
Topic: Help with openHAB IP control
Replies: 3
Views: 6397

Re: Help with openHAB IP control

Note that Hercules represents hexadecimal characters in {0D} format for example, you would need to swap to \x0D format within DemoPad. I suspect the HTTP/1.1 approach would have worked if these changes were made to the iRule command, but if HTTP/1.0 works anyway then it requires less parameters.
by DemoPad
Thu Nov 08, 2018 8:38 am
Forum: General Discussion
Topic: Waiting for posts to appear for FOUR Days!
Replies: 1
Views: 13834

Re: Waiting for posts to appear for FOUR Days!

Apologies for the delay, you are now approved & free to post
by DemoPad
Thu Nov 08, 2018 8:38 am
Forum: General Discussion
Topic: The problem with this board ...
Replies: 1
Views: 13592

Re: The problem with this board ...

Apologies for the delay, not every post needs to be approved, just the first one, you should be free to post now.
by DemoPad
Wed Oct 31, 2018 5:39 pm
Forum: Help Forum
Topic: Project Navigation - Reorder Folders
Replies: 3
Views: 8104

Re: Project Navigation - Reorder Folders

There is no support for nested folders, but you can create as many folders as you wish & move pages and subpages in and out of them without it affecting any links. Folders are always listed in the order in which they were created.
by DemoPad
Sun Oct 28, 2018 8:31 pm
Forum: Help Forum
Topic: Need help on launch command
Replies: 9
Views: 13819

Re: Need help on launch command

Not all apps support the URL Scheme way of launching them, it may be that this one does not. It is a trivial matter to include support, but this must be done by the app developer.
by DemoPad
Fri Oct 26, 2018 9:30 am
Forum: Help Forum
Topic: Image problem
Replies: 3
Views: 6648

Re: Image problem

Yes any image file can be used as a button object. The only thing which differentiates them is that image objects have no press-able actions, there are just there for visual effect. Buttons by default grey out when depressed, and can have actions.
by DemoPad
Tue Oct 16, 2018 2:02 pm
Forum: Help Forum
Topic: Image problem
Replies: 3
Views: 6648

Re: Image problem

Whenever you add an image to a project, if one with the same name already exists, it just warns you that you are about to overwrite the image file named x - this is a normal message - it refers to files contained within the project _Files folder. It sounds like you are adding image objects instead o...
by DemoPad
Fri Oct 12, 2018 4:59 pm
Forum: Help Forum
Topic: Commands not sending
Replies: 6
Views: 9075

Re: Commands not sending

You should be using port 4999 for the IP2SL - though if the command works from the Test Command in the software, then it should also work from the app. Try saving your project, closing the software, re-opening & upload again. Another thing to check is that the Device IP Addresses in the iOS settings...
by DemoPad
Thu Oct 11, 2018 11:33 am
Forum: General Discussion
Topic: Sonoff Wifi Switch with Feedback
Replies: 8
Views: 24616

Re: Sonoff Wifi Switch with Feedback

You could use IFTTT / Alexa / Google to control the unit via a Centro-8M
by DemoPad
Fri Aug 10, 2018 9:04 pm
Forum: Help Forum
Topic: Nexa Lightning
Replies: 2
Views: 6063

Re: Nexa Lightning

Please provide an example of the code you used with iRule. I assume you are using a 3rd party RF connector to the IR output of an iTach IP2IR? Does the code work in Global Cache's iTest program?
by DemoPad
Thu Jul 19, 2018 8:31 pm
Forum: General Discussion
Topic: Sonos App Update
Replies: 12
Views: 32723

Re: Sonos App Update

Excellent work - note in place of the IP address, you can use [#HOST] if using the CentroControl app to directly control it, equally you can use [#CONTENTLENGTH] instead of the actual value, example command for play: POST /MediaRenderer/AVTransport/Control HTTP/1.1\x0D\x0AHOST: [#HOST]:1400\x0D\x0AS...
by DemoPad
Fri Jul 13, 2018 8:02 am
Forum: Help Forum
Topic: Help to control Yamaha RX-A3060 IP
Replies: 5
Views: 8938

Re: Help to control Yamaha RX-A3060 IP

You can use the keywords [#CONTENTLENGTH] and [#HOST] when using HTTP commands. You can use regular expressions to parse xml / json feedback in the 2-way feedback section. Note the http approach for controlling amps in this way means that feedback will not automatically be seen by clients, as there ...