Post Pics of Your Control Pages! (LOCKED - create new topic)

Posted on
Sun Mar 23, 2014 12:50 pm
mattggarland offline
Posts: 49
Joined: Jan 06, 2013

Re: Post Pics of Your Control Pages HERE!

...

and playing music...

IMG_0441.PNG
IMG_0441.PNG (488.62 KiB) Viewed 7324 times


There's also a night time settings page, featuring alarm settings, the ability to turn other rooms off and a sleep timer for on a night!

IMG_0442.PNG
IMG_0442.PNG (355.82 KiB) Viewed 7324 times


... all great,

but my usual method of control finds me reaching for my wiimote and using osculator instead!

I am using mercury browser on iOS devices all round, control pages are embedded in a self refreshing iframe (to stop them going to sleep and stopping updating time etc.) it also disables zooming!

If anyone wants PSD's or code or anything let me know! also, any suggestions?

Matt

Posted on
Sat Mar 29, 2014 3:22 pm
Seeker offline
Posts: 440
Joined: Aug 05, 2013

Re: Post Pics of Your Control Pages HERE!

I finally started cleaning up my control page today. I've had a few pages I've used for the past six months, but they're pretty scattered and unorganized.

I'm not looking for flashy, just one basic page that covers 90% of my needs.
Attachments
Screen Shot 2014-03-29 at 4.18.01 PM.png
Screen Shot 2014-03-29 at 4.18.01 PM.png (141.82 KiB) Viewed 7264 times

Posted on
Sat Mar 29, 2014 9:15 pm
Chompy offline
User avatar
Posts: 84
Joined: Sep 07, 2009
Location: Seattle, WA

Re: Post Pics of Your Control Pages HERE!

Image

Posted on
Tue Apr 08, 2014 8:05 am
mundmc offline
User avatar
Posts: 1061
Joined: Sep 14, 2012

Re: Post Pics of Your Control Pages HERE!

Amazing! How did you post the door entry log?

Posted on
Tue Apr 08, 2014 12:06 pm
BassMint offline
Posts: 105
Joined: Dec 24, 2013

Re: Post Pics of Your Control Pages HERE!

This is my first control page in progress for what started out as a simple project to remotely control some disco lights. One thing led to another and this is where it led to
I'm about 3/4 done with what I'm doing once I figure it out the rest.
This page controls a room split into a bar lounge area and a disco dance floor. There are three tis and two onkyo receivers. The Yard is Zone2 of the bar onkyo. I have 4x4 matrix switch that sends video from either cable box and the host mini to any tv.
The upper lighted toggle switch panel controls the devices via IR.
The next two rows down control all the devices in the DJ booth. They are switched by 2 Web Power Switches. Each has 8 network switchable outlets at about $130 each. Only drawback is they take about a second or two to respond.
The bottom row are Z-Wave and Hue.
I designed this for the Dell e2014t Multi Touch screen which is the main interface for the room.

¿ Is there any way to resize the text box that display variable info into multiple lines?
Attachments
Screen Shot 2014.png
Screen Shot 2014.png (497.55 KiB) Viewed 7135 times

Posted on
Tue Apr 08, 2014 6:22 pm
DaveL17 offline
User avatar
Posts: 6759
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Post Pics of Your Control Pages HERE!

BassMint wrote:
¿ Is there any way to resize the text box that display variable info into multiple lines?


Not presently, no. Matt and Jay know that folks are looking for this feature.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Wed Apr 09, 2014 11:16 am
Chompy offline
User avatar
Posts: 84
Joined: Sep 07, 2009
Location: Seattle, WA

Re: Post Pics of Your Control Pages HERE!

mundmc wrote:
Amazing! How did you post the door entry log?


I created the variable "OpenClose" & then 8 more variables (Door - Door7) that are used by a trigger every time the door is opened or closed.

The trigger inserts my door's device state into the variable "OpenClose" then runs the following applescript:
Code: Select all
tell application "IndigoServer"
   
   if value of variable "OpenClose" is "true" then
      set value of variable "Door7" to value of variable "Door6"
      set value of variable "Door6" to value of variable "Door5"
      set value of variable "Door5" to value of variable "Door4"
      set value of variable "Door4" to value of variable "Door3"
      set value of variable "Door3" to value of variable "Door2"
      set value of variable "Door2" to value of variable "Door1"
      set value of variable "Door1" to value of variable "Door"
      set value of variable "Door" to "Opened " & time string of (current date) as string
   else
      set the value of variable "Door" to value of variable "Door" & " / Closed " & time string of (current date) as string
   end if
end tell


I also have a schedule that runs every day @ midnight to insert a line break & current date into the variables.
Code: Select all
tell application "IndigoServer"
   set value of variable "Door7" to value of variable "Door5"
   set value of variable "Door6" to value of variable "Door4"
   set value of variable "Door5" to value of variable "Door3"
   set value of variable "Door4" to value of variable "Door2"
   set value of variable "Door3" to value of variable "Door1"
   set value of variable "Door2" to value of variable "Door"
   set value of variable "Door1" to ""
   set value of variable "Door" to (date string of (current date))
end tell


The control page displays the values of each variable, but has the feel of an actual log.
Image
Last edited by Chompy on Thu Apr 10, 2014 1:54 am, edited 1 time in total.

Posted on
Wed Apr 09, 2014 2:38 pm
ckeyes888 offline
Posts: 2425
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Post Pics of Your Control Pages HERE!

Nice CP BassMint. Care to share the rocker power switch images?
Love the retro look.

Thanks,

Carl

Posted on
Wed Apr 09, 2014 7:27 pm
DaveL17 offline
User avatar
Posts: 6759
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Post Pics of Your Control Pages HERE!

@Seeker: I'm curious. Where are you getting your CO2 reading from?

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Wed Apr 09, 2014 8:30 pm
BassMint offline
Posts: 105
Joined: Dec 24, 2013

Re: Post Pics of Your Control Pages HERE!

thanks.
my pleasure.
Attachments
CBN Li Rocker (Yellow)+true.png
CBN Li Rocker (Yellow)+true.png (7.43 KiB) Viewed 7034 times
CBN Li Rocker (UV)+true.png
CBN Li Rocker (UV)+true.png (7.12 KiB) Viewed 7034 times
CBN Li Rocker (Green)+true.png
CBN Li Rocker (Green)+true.png (7.26 KiB) Viewed 7034 times
CBN Li Rocker (Blue)+true.png
CBN Li Rocker (Blue)+true.png (7.02 KiB) Viewed 7034 times
CBN_Red_Rocker_Switch+on.png
CBN_Red_Rocker_Switch+on.png (12.05 KiB) Viewed 7034 times
CBN_Red_Rocker_Switch+.png
CBN_Red_Rocker_Switch+.png (9.84 KiB) Viewed 7034 times
CBN Li Rocker (Red)+true.png
CBN Li Rocker (Red)+true.png (7.28 KiB) Viewed 7034 times
CBN Li Rocker (Red)+.png
CBN Li Rocker (Red)+.png (7.44 KiB) Viewed 7034 times

Posted on
Wed Apr 09, 2014 10:52 pm
ckeyes888 offline
Posts: 2425
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Post Pics of Your Control Pages HERE!

Cool, thanks a bunch.

Carl

Posted on
Thu Apr 10, 2014 4:49 am
Seeker offline
Posts: 440
Joined: Aug 05, 2013

Re: Post Pics of Your Control Pages HERE!

DaveL17 wrote:
@Seeker: I'm curious. Where are you getting your CO2 reading from?


Netatmo via the plugin.

Posted on
Thu Apr 10, 2014 7:38 am
DaveL17 offline
User avatar
Posts: 6759
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Post Pics of Your Control Pages HERE!

Seeker wrote:
DaveL17 wrote:
@Seeker: I'm curious. Where are you getting your CO2 reading from?


Netatmo via the plugin.

Cool. I had seen folks talking about this, but never took the time to look into it. Looks nice!

Thanks.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Thu Apr 10, 2014 3:42 pm
Seeker offline
Posts: 440
Joined: Aug 05, 2013

Re: Post Pics of Your Control Pages HERE!

I'm sure this is a dumb question, but what's the deal with the toggle images? Some change based on device state (on/off), some don't.

is there a reference for how this works? what if I want to roll my own, where inage1 shows if the device is on and image2 shows if it is off?

Posted on
Thu Apr 10, 2014 3:46 pm
DaveL17 offline
User avatar
Posts: 6759
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Post Pics of Your Control Pages HERE!

Seeker wrote:
I'm sure this is a dumb question, but what's the deal with the toggle images? Some change based on device state (on/off), some don't.

is there a reference for how this works? what if I want to roll my own, where inage1 shows if the device is on and image2 shows if it is off?

Exactly.

Look at the webserver images folders to get an idea. You can do it with variable values and device states for example. It makes for some great options to roll your own.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Page 29 of 68 1 ... 26, 27, 28, 29, 30, 31, 32 ... 68

Who is online

Users browsing this forum: No registered users and 15 guests