Why not an IP controlled relay board.
I've seen them all the way up to 32 channel.
Cheers,
Peter
Search found 15 matches
- Wed Sep 23, 2020 2:41 am
- Forum: Help Forum
- Topic: Need to control 30x relays whats the best way?
- Replies: 2
- Views: 13389
- Sat Jun 20, 2020 7:18 am
- Forum: General Discussion
- Topic: Launching Skype on PC
- Replies: 2
- Views: 13477
Re: Launching Skype on PC
We have a Demopad thread on AVSForum in which we discuss interfacing with EventGhost. There's a lot that the two can do together.
https://www.avsforum.com/forum/93-remot ... users.html
Feel free to ask questions there.
Cheers,
Peter
https://www.avsforum.com/forum/93-remot ... users.html
Feel free to ask questions there.
Cheers,
Peter
- Wed Apr 29, 2020 9:19 am
- Forum: Help Forum
- Topic: Yes No Confirmation Dialog Box
- Replies: 3
- Views: 18655
Re: Yes No Confirmation Dialog Box
Yes. I have exactly the arrangement you describe for system power off. My solution uses a sub-page which is normally hidden with visibility linked to a flag. When the "Power Off" button is pressed the flag is set, and the sub-page appears with two buttons on it. "Confirm" proceeds with the powering ...
- Mon Mar 02, 2020 3:35 am
- Forum: Help Forum
- Topic: Shutdown Widows 10 HTPC
- Replies: 2
- Views: 19519
Re: Shutdown Widows 10 HTPC
I suggest you try EventGhost. It provides extensive control of a PC and getting it to work with Demopad was pretty easy.
Cheers,
Peter
Cheers,
Peter
- Fri Jul 12, 2019 8:46 am
- Forum: Help Forum
- Topic: IP controlled relay board - feedback
- Replies: 1
- Views: 15345
Re: IP controlled relay board - feedback
So it eventually became clear that Demopad couldn't solve this problem by itself. Using EventGhost and a bit of python code did the trick.
Cheers,
Peter
Cheers,
Peter
- Tue Jun 18, 2019 8:57 am
- Forum: Help Forum
- Topic: IP controlled relay board - feedback
- Replies: 1
- Views: 15345
IP controlled relay board - feedback
I've built a remote controlled power supply box based around an eight channel IP controlled relay board that I got from DFRobot - https://www.dfrobot.com/product-503.html The board reports the status of all the relays using a single byte of feedback, with one bit for each of the eight channels. Usin...
- Thu Oct 04, 2018 8:36 am
- Forum: General Discussion
- Topic: Sonos new API
- Replies: 0
- Views: 72316
Sonos new API
Has anyone done any work on the new Sonos API and have any commands that they'd like to share ?
Cheers,
Peter
Cheers,
Peter
- Fri May 04, 2018 7:46 am
- Forum: Help Forum
- Topic: Sonos queue feedback
- Replies: 5
- Views: 9858
Re: Sonos queue feedback
This will hopefully answer all your questions.
If not - ask away !
Cheers,
Peter
If not - ask away !
Cheers,
Peter
- Sun Apr 22, 2018 4:24 am
- Forum: Help Forum
- Topic: Sonos queue feedback
- Replies: 5
- Views: 9858
Re: Sonos queue feedback
After a LOT of trial and error I decided to cut back the queue to the current track + 3 following, as the regex above just wouldn't work reliably. I've also got album art working in a web view by using feedback to grab the artist / album and use these in a http call to the NAS drive to get the appro...
- Thu Apr 19, 2018 4:38 am
- Forum: Help Forum
- Topic: Sonos queue feedback
- Replies: 5
- Views: 9858
Re: Sonos queue feedback
Here is the full regex - BrowseResponse.*?dc:creator>(.*?)</dc:creator BrowseResponse.*?/item.*?dc:creator>(.*?)</dc:creator BrowseResponse.*?/item.*?/item.*?dc:creator>(.*?)</dc:creator BrowseResponse.*?/item.*?/item.*?/item.*?dc:creator>(.*?)</dc:creator BrowseResponse.*?/item.*?/item.*?/item.*?/i...
- Thu Apr 19, 2018 4:34 am
- Forum: Help Forum
- Topic: Sonos queue feedback
- Replies: 5
- Views: 9858
Re: Sonos queue feedback
After lots and lots of reading and learning the wonders of Wireshark I've been able to get Sonos queue feedback working, however it's not yet quite right. I'm tying to extract Artist and Title for the current track and five following tracks. Frustratingly I can only get the current track and four fo...
- Tue Apr 03, 2018 3:59 am
- Forum: Help Forum
- Topic: Reorder feedbacks
- Replies: 5
- Views: 27802
Re: Reorder feedbacks
Another one that I just found is that exporting feedbacks to a file, only saves the names and conditions, not the associated actions.
Cheers,
Peter M
Cheers,
Peter M
- Thu Mar 29, 2018 5:46 am
- Forum: Help Forum
- Topic: Reorder feedbacks
- Replies: 5
- Views: 27802
Reorder feedbacks
I have some pretty long lists of feedbacks, like volume on my Integra processor, and it'd be nice to be able to reorder them like commands.
Any way to do it ?
Is is possible to directly edit .dc2 and .dc3 files ?
Cheers,
Peter M
Any way to do it ?
Is is possible to directly edit .dc2 and .dc3 files ?
Cheers,
Peter M
- Mon Mar 26, 2018 2:32 am
- Forum: Help Forum
- Topic: iPad page scrolling
- Replies: 27
- Views: 173446
Re: iPad page scrolling
Hiding subpages in the designer only applies to what you see in the designer. The subpage is still there and will show up in the app. You need to delete the subpage from the page.
Cheers,
Peter M
Cheers,
Peter M
- Thu Mar 15, 2018 7:11 am
- Forum: Help Forum
- Topic: Sonos queue feedback
- Replies: 5
- Views: 9858
Sonos queue feedback
I'm new to DemoPad and after many years of using iRule I've spent the last month or so re-doing the control system for my theatre room. DemoPad support via email has been brilliant in helping me sort out a few problems. I have a Sonos Connect for streaming CDs into the theatre system, and so I downl...