SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
4.
THE HOME AUTOMATION MARKET
There are many options out there !
7/9/2016 5
@joel__lord
5.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
7/9/2016 6
@joel__lord
6.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
7/9/2016 7
@joel__lord
7.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
7/9/2016 8
@joel__lord
8.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
7/9/2016 9
@joel__lord
9.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
Samsung SmartThings
7/9/2016 10
@joel__lord
10.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
Samsung SmartThings
Belkin Wemo
7/9/2016 11
@joel__lord
11.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
Samsung SmartThings
Belkin Wemo
iRobot
7/9/2016 12
@joel__lord
12.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
Samsung SmartThings
Belkin Wemo
iRobot
Schlage
7/9/2016 13
@joel__lord
13.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
Samsung SmartThings
Belkin Wemo
iRobot
Schlage
Lutron
7/9/2016 14
@joel__lord
14.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
Samsung SmartThings
Belkin Wemo
iRobot
Schlage
Lutron
Zigbee
7/9/2016 15
@joel__lord
15.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
Samsung SmartThings
Belkin Wemo
iRobot
Schlage
Lutron
Zigbee
Z-wave
7/9/2016 16
@joel__lord
16.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
Samsung SmartThings
Belkin Wemo
iRobot
Schlage
Lutron
Zigbee
Z-wave
X10
7/9/2016 17
@joel__lord
17.
THE HOME AUTOMATION MARKET
There are many options out there !
Nest
GE
Philips
Insteon
Samsung SmartThings
Belking Wemo
iRobot
Schlage
Lutron
Zigbee
Z-wave
X10
7/9/2016 18
@joel__lord
18.
THE HOME AUTOMATION MARKET
Each device has it’s own app
Soon, your phone is a mess
and you can’t control your
devices
7/9/2016 19
@joel__lord
19.
WINK ECOSYSTEM
Connect various devices from various providers within a single
application
7/9/2016 20
@joel__lord
20.
WINK ECOSYSTEM
Connect various devices from various providers within a single
application
But even better… They have an API
7/9/2016 21
@joel__lord
21.
WINK ECOSYSTEM
Connect various devices from various providers within a single
application
But even better… They have an API
It’s not what you do with it that counts, it’s what you can do
7/9/2016 22
@joel__lord
35.
LET’S MAKE IT SMARTER
7/9/2016 36
@joel__lord
Integration with Amazon Echo
36.
LET’S MAKE IT SMARTER
7/9/2016 37
@joel__lord
Integration with Amazon Echo
Integration with IFTTT
Either using the Maker Channel
Or using a third party
37.
INTRODUCING IFTTT
7/9/2016 38
@joel__lord
IFTTT is a free web-based service that allows users to create chains
of simple conditional statements, called "recipes", which are triggered
based on changes to other web services such as Gmail, Facebook,
Instagram, and Pinterest. IFTTT is an abbreviation of "If This Then
That"
-Wikipedia
47.
INTRODUCING WINKJS
7/9/2016 48
@joel__lord
A simple Hello World var Wink = require("wink");
var apiCredentials =
require("./credentials");
var wink = new Wink(apiCredentials);
wink.on("ready", function() {
var light = wink.getDeviceByName("Light1");
light.off();
});
48.
INTRODUCING WINKJS
7/9/2016 49
@joel__lord
A Twitter integration //Web server
var express = require("express");
var app = express();
var server =
require("http").createServer(app);
var twit = require("twit");
var keyword = "#devteach";
var Wink = require("../lib");
var apiCredentials =
require("./credentials");
var twitterCredentials =
require("./twitterCredentials");
var wink = new Wink(apiCredentials); //Web
socket var port = 3333; //Start server
server.listen(port, function () {
console.log("Server started on port " +
port); }); //Twitter Stream listener var t =
49.
HOW ABOUT SECURITY?
7/9/2016 50
@joel__lord
You have to be intentional
50.
HOW ABOUT SECURITY?
7/9/2016 51
@joel__lord
You have to be intentional
Keep in mind that you are exposing your home lights to hackers
51.
HOW ABOUT SECURITY?
7/9/2016 52
@joel__lord
You have to be intentional
Keep in mind that you are exposing your home lights to hackers
Or worse… your front door lock.
52.
HOW ABOUT SECURITY?
7/9/2016 53
@joel__lord
Killing a Jeep on the highway: https://www.wired.com/2015/07/hackers-
remotely-kill-jeep-highway/
Hacking smart door bells: http://thehackernews.com/2016/01/doorbell-
hacking-wifi-pasword.html
53.
THANK YOU
7/9/2016 54
@joel__lord
Questions?
Follow me on Twitter for the full slides
@joel__lord
^- Yup, two underscores
0 likes
Be the first to like this
Views
Total views
178
On SlideShare
0
From Embeds
0
Number of Embeds
2
You have now unlocked unlimited access to 20M+ documents!
Unlimited Reading
Learn faster and smarter from top experts
Unlimited Downloading
Download to take your learnings offline and on the go
You also get free access to Scribd!
Instant access to millions of ebooks, audiobooks, magazines, podcasts and more.
Read and listen offline with any device.
Free access to premium services like Tuneln, Mubi and more.