DIY Home Automation App with tons of features.
Take a look at this for more info.
The App is ready to go,just insert links and Go! The format of the "Vitals link" has to be 'specially structured', this is shown below.
My (personal) backend setup can be seen here. I HIGHLY recommend you take a good look at it.
var vitals = {
'temp': 0,
'light': 0,
'outsideTemp': 0,
'icon': "",
'ishome': "yes",
'ismotion': false,
'isnoise': false,
'state1': "off",
'state2': "off",
'state3': "off",
'state4': "off",
'visits': 0,
'webcamstatus': "undefined",
'tempRaw': 0,
'uptime': moment().from(startTime),
'motionLights':"0000",
'motionlight1':0,
'motionlight2':0,
'motionlight3':0,
'motionlight4':0,
'tempArray':[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
};
And tempArray :
tempArray = [100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,0,0,0,0,0]
#If you have trouble viewing the storyboard Make sure you change the viewing 'ratio' to this
But other than making sure the links are correct, the app is good to go! (Night mode At night doesn't work though)
I used Sleep on LAN for my 'sleep/lock' button's. I also used DarkSky and a webcam app called LiveCam Pro
If you found this App helpful in anyway (or not) feel free to donate!