26
Open House: How Open Platforms Are Making Our Homes Smarter Dan Lieberman, SmartThings @danlieberman

Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Embed Size (px)

DESCRIPTION

Open House: How Open Platforms are Making Our Homes Smarter Our homes are smarter than ever before. Everyday objects are being connected to the Internet so we can monitor and control them from anywhere, but the end-user’s experience is fragmented due to closed systems and data silos. Dan Lieberman from SmartThings will talk about how open platforms will drive the growth of the Internet of Things and change the way that we interact with our physical world.

Citation preview

Page 1: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Open House: How Open Platforms Are Making Our Homes Smarter

Dan Lieberman, SmartThings@danlieberman

Page 2: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

What is the Internet of Things?

Page 3: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Everything that can be connected to the network will be connected.

Page 4: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

The Physical Graph is a virtual representation of the Physical World

Page 5: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

It makes the physical world programmable

Page 6: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

By just about anyone, not limited to firmware engineers.

Page 7: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

What are the key layers of abstraction for the IoT?

Page 8: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

One: The Physical Graph

Page 9: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

The Physical Graph makes things easy, so we don’t have to know how it REALLY works.

Page 10: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Two: Security & Privacy, Security … more Security

Page 11: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Three: Visibility & Control … of Things

Page 12: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

# ask the switch to turn on the lightswitchDevice.sendZclCommandNoAck(switchPort, switchEndPoint, lightDevice, lightEndPoint,

ZCL_CLUSTER_ID_GEN_ON_OFF, ZCL_FRAME_CLIENT_SERVER_DIR,

switchEndPoint.onCmd())

t = Timer(toggleDelay, name = ”On command watchdog")t.start()# we should get a notificationalt([

[ lightPort.RECEIVE(lightEndPoint.mw_incomingZcl(), value = 'incomingZclMsg'),

lambda: t.stop()],[ lightPort.RECEIVE(),

lambda: REPEAT],[ t.TIMEOUT,

lambda: stop()],

])if value and value('incomingZclMsg')[1]:

_msg = value('incomingZclMsg')[1]lightEndPoint.incomingZclCmd(lightPort, lightDevice,

_msg['clusterId'], _msg['cmdCode'], _msg['data'])

livingRoom.Switch1.On()

This Instead of This

Page 13: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Four: Discovery & Intelligence – The application of, well, “applications”

Page 14: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Five: Predictability

Page 15: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

“Would you like me to close the garage door automatically from now on when you leave?”

“Would you like me to order new air filters?”

“Shall I turn off the hot tub now?”

“Shall I turn off the lights in your store?”

“Since you are near the market, did you know that you need milk, eggs, …”

Page 16: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Putting it all together …

Physical World

Physical Graph

Security & Privacy

Visibility & Control

Discovery & Intelligence

Predictability

Page 17: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

The landscape today is fractured

Page 18: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Functionality and data are locked in silos

Page 19: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

50 billion devices by 2020

Page 20: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Building Connections

Page 21: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Ad-hoc

Page 22: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Open Ecosystems

Page 23: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Standardization

Page 24: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

Open federation standards are the missing link: the Internet of Things needs its SMTP

Page 25: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013

True interoperability will create user value and drive growth

Page 26: Dan Lieberman of SmartThings - Open House: How Open Platforms are Making Our Homes Smarter at SIC2013