Search found 742 matches
- Fri Oct 23, 2020 10:10 am
- Forum: General Discussion
- Topic: Siemens Logo
- Replies: 5
- Views: 23596
Re: Siemens Logo
For the feedback to work, you need to specify a response terminator - a character or characters that the data ends with. You could try to match simply (true) and a separate (false) condition, but it doesn't look like the data ends with a known character, which makes feedback parsing difficult.
- Mon Oct 19, 2020 2:35 pm
- Forum: Help Forum
- Topic: Stop button spamming
- Replies: 1
- Views: 14168
Re: Stop button spamming
Sure - just use a flag. Make the actions dependent on the flag being OFF. Then after the actions have happened, immediately set the flag ON, and then set it OFF after say 10 seconds. During those 10 seconds, further attempts to execute the commands will fail because the flag will be ON. Once it goes...
- Sun Oct 18, 2020 7:02 pm
- Forum: General Discussion
- Topic: Siemens Logo
- Replies: 5
- Views: 23596
Re: Siemens Logo
Yes, so that specifically says invalid host - you need to add the host parameter for HTTP 1.1 requests, eg
GET /rest/devices/1/methods/1 HTTP/1.1\x0D\x0AHost:logocontrol:8088\x0D\x0A
GET /rest/devices/1/methods/1 HTTP/1.1\x0D\x0AHost:logocontrol:8088\x0D\x0A
- Sat Oct 17, 2020 4:48 pm
- Forum: General Discussion
- Topic: Siemens Logo
- Replies: 5
- Views: 23596
Re: Siemens Logo
Suggest trying the command in Hercules to see any feedback which might give you a clue why it is not working. Note HTTP 1.1 GET requests require a host parameter, which might be one reason.
- Mon Sep 28, 2020 11:36 am
- Forum: Help Forum
- Topic: HTTP Command help
- Replies: 3
- Views: 17377
Re: HTTP Command help
All DemoPad does is transmit the command data you enter to a tcp/udp socket, it does not manipulate the data you enter in any way. Try comparing with Hercules running in TCP Server mode to confirm, and compare against postman.
- Fri Sep 25, 2020 9:13 am
- Forum: Help Forum
- Topic: HTTP Command help
- Replies: 3
- Views: 17377
Re: HTTP Command help
What is it that goes wrong? Do you get 'command sent' in Designer when you attempt it? Try running Hercules TCP server to see the actual data that comes in vs postman.
- Wed Sep 16, 2020 5:14 pm
- Forum: General Discussion
- Topic: Z wave
- Replies: 5
- Views: 26238
Re: Z wave
There is no way to control z-wave directly from Demopad, you will need a 3rd party Z-Wave gateway of some kind.
- Wed Aug 12, 2020 12:30 pm
- Forum: General Discussion
- Topic: Which command works best
- Replies: 10
- Views: 53787
Re: Which command works best
I believe IP2IR units allow up to 8 simultaneous connections, so that should be ok. What about the test with iTest - do you see the same issue? If you don't, then try a button on the app which does nothing except send that single command - that should narrow down the issue.
- Sun Aug 09, 2020 10:55 am
- Forum: General Discussion
- Topic: Which command works best
- Replies: 10
- Views: 53787
Re: Which command works best
Ok - if you are using a global cache unit, try the same command multiple times via Global Cache's iTest software - assuming the same problem exists, then Global Cache support might be better placed to assist further. We have no reported similar issues with our Centro IR hardware. Out of interest, wh...
- Fri Aug 07, 2020 2:16 pm
- Forum: General Discussion
- Topic: Which command works best
- Replies: 10
- Views: 53787
Re: Which command works best
Yes - which specific command is it that intermittently works? I wouldn't have thought 1 second would be enough time for the TV to turn on though
- Fri Aug 07, 2020 8:13 am
- Forum: General Discussion
- Topic: Which command works best
- Replies: 10
- Views: 53787
Re: Which command works best
There is no difference between pressed and released actions, except for when they occur. Most Sony IR codes need to repeat in order to work, so if you send an IR code (presume you are using a Centro?) and then immediately send another, the Sony code might be cut off, so leave a small delay between t...
- Fri Jun 19, 2020 2:56 pm
- Forum: General Discussion
- Topic: Launching Skype on PC
- Replies: 2
- Views: 14934
Re: Launching Skype on PC
You would need something on the PC listening to commands coming from DemoPad - something like EventGhost for example.
- Tue Jun 02, 2020 6:18 pm
- Forum: General Discussion
- Topic: IFTTT channel
- Replies: 12
- Views: 41978
Re: IFTTT channel
IFTTT Webhooks is the service to use to make a GET request
- Sun May 24, 2020 8:34 pm
- Forum: Help Forum
- Topic: iPad Pro not using the full screen
- Replies: 7
- Views: 27186
Re: iPad Pro not using the full screen
Which version of the app are you using? CentroControl v ?
- Tue May 19, 2020 3:39 pm
- Forum: Help Forum
- Topic: iPad Pro not using the full screen
- Replies: 7
- Views: 27186
Re: iPad Pro not using the full screen
Are you using the Autosize option for the project?