Search found 741 matches
- Tue Dec 18, 2018 7:38 pm
- Forum: General Discussion
- Topic: CENTRO-M
- Replies: 86
- Views: 147524
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.
- Wed Nov 21, 2018 1:51 pm
- Forum: Help Forum
- Topic: Centro-8M keeps turning off
- Replies: 2
- Views: 4933
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.
- Sat Nov 17, 2018 11:00 am
- Forum: General Discussion
- Topic: 50 discrete IR devices
- Replies: 2
- Views: 7697
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...
- Sat Nov 10, 2018 10:36 am
- Forum: Help Forum
- Topic: Help with openHAB IP control
- Replies: 3
- Views: 5790
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.
- Thu Nov 08, 2018 8:38 am
- Forum: General Discussion
- Topic: Waiting for posts to appear for FOUR Days!
- Replies: 1
- Views: 7237
Re: Waiting for posts to appear for FOUR Days!
Apologies for the delay, you are now approved & free to post
- Thu Nov 08, 2018 8:38 am
- Forum: General Discussion
- Topic: The problem with this board ...
- Replies: 1
- Views: 7063
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.
- Wed Oct 31, 2018 5:39 pm
- Forum: Help Forum
- Topic: Project Navigation - Reorder Folders
- Replies: 3
- Views: 6587
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.
- Sun Oct 28, 2018 8:31 pm
- Forum: Help Forum
- Topic: Need help on launch command
- Replies: 9
- Views: 11607
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.
- Fri Oct 26, 2018 9:30 am
- Forum: Help Forum
- Topic: Image problem
- Replies: 3
- Views: 5741
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.
- Tue Oct 16, 2018 2:02 pm
- Forum: Help Forum
- Topic: Image problem
- Replies: 3
- Views: 5741
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...
- Fri Oct 12, 2018 4:59 pm
- Forum: Help Forum
- Topic: Commands not sending
- Replies: 6
- Views: 7671
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...
- Thu Oct 11, 2018 11:33 am
- Forum: General Discussion
- Topic: Sonoff Wifi Switch with Feedback
- Replies: 8
- Views: 17920
Re: Sonoff Wifi Switch with Feedback
You could use IFTTT / Alexa / Google to control the unit via a Centro-8M
- Fri Aug 10, 2018 9:04 pm
- Forum: Help Forum
- Topic: Nexa Lightning
- Replies: 2
- Views: 5375
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?
- Thu Jul 19, 2018 8:31 pm
- Forum: General Discussion
- Topic: Sonos App Update
- Replies: 12
- Views: 24777
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...
- Fri Jul 13, 2018 8:02 am
- Forum: Help Forum
- Topic: Help to control Yamaha RX-A3060 IP
- Replies: 5
- Views: 7982
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 ...