Search found 741 matches

by DemoPad
Mon Oct 19, 2020 2:35 pm
Forum: Help Forum
Topic: Stop button spamming
Replies: 1
Views: 7947

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...
by DemoPad
Sun Oct 18, 2020 7:02 pm
Forum: General Discussion
Topic: Siemens Logo
Replies: 5
Views: 14463

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
by DemoPad
Sat Oct 17, 2020 4:48 pm
Forum: General Discussion
Topic: Siemens Logo
Replies: 5
Views: 14463

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.
by DemoPad
Mon Sep 28, 2020 11:36 am
Forum: Help Forum
Topic: HTTP Command help
Replies: 3
Views: 9215

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.
by DemoPad
Fri Sep 25, 2020 9:13 am
Forum: Help Forum
Topic: HTTP Command help
Replies: 3
Views: 9215

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.
by DemoPad
Wed Sep 16, 2020 5:14 pm
Forum: General Discussion
Topic: Z wave
Replies: 5
Views: 17225

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.
by DemoPad
Wed Aug 12, 2020 12:30 pm
Forum: General Discussion
Topic: Which command works best
Replies: 10
Views: 26447

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.
by DemoPad
Sun Aug 09, 2020 10:55 am
Forum: General Discussion
Topic: Which command works best
Replies: 10
Views: 26447

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...
by DemoPad
Fri Aug 07, 2020 2:16 pm
Forum: General Discussion
Topic: Which command works best
Replies: 10
Views: 26447

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
by DemoPad
Fri Aug 07, 2020 8:13 am
Forum: General Discussion
Topic: Which command works best
Replies: 10
Views: 26447

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...
by DemoPad
Fri Jun 19, 2020 2:56 pm
Forum: General Discussion
Topic: Launching Skype on PC
Replies: 2
Views: 7890

Re: Launching Skype on PC

You would need something on the PC listening to commands coming from DemoPad - something like EventGhost for example.
by DemoPad
Tue Jun 02, 2020 6:18 pm
Forum: General Discussion
Topic: IFTTT channel
Replies: 12
Views: 27742

Re: IFTTT channel

IFTTT Webhooks is the service to use to make a GET request
by DemoPad
Sun May 24, 2020 8:34 pm
Forum: Help Forum
Topic: iPad Pro not using the full screen
Replies: 7
Views: 15240

Re: iPad Pro not using the full screen

Which version of the app are you using? CentroControl v ?
by DemoPad
Tue May 19, 2020 3:39 pm
Forum: Help Forum
Topic: iPad Pro not using the full screen
Replies: 7
Views: 15240

Re: iPad Pro not using the full screen

Are you using the Autosize option for the project?
by DemoPad
Tue Jan 21, 2020 3:01 pm
Forum: General Discussion
Topic: Time dependant startup page
Replies: 2
Views: 9697

Re: Time dependant startup page

Yes - particularly if you are using a Centro-8M - you could have a timed event which sets and unsets a global flag 'Nighttime', and make your page jumps dependent on the state of that flag.