SlideShare une entreprise Scribd logo
1  sur  42
Télécharger pour lire hors ligne
Alexa, Netatmo, ZeptrionAir and Co. - Home
Automation with fun
Trivadis – Our Key Figures
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun
• Founded in 1994
• 16 Trivadis locations with
more than 650 employees
• Sales of CHF 111 million (EUR 96 million)
• Over 250 Service Level Agreements
• More than 4000 training participants
• Research and development budget: CHF
5.0 million
• More than 1900 projects each year with
over 800 customers
• Financially independent and sustainably
profitable
2
Martin Berger
• @Kestenholz / Jurasüdfuss / Switzerland
• 2 Junior DBAs
• Trainer for Oracle Infra & Cloud Topics
• Fire Department Instructor
• Lives the Trivadis cultural values: curiosity,
doers, network, space, and together.
martinberger_ch martinberger.com
Q: Do you have a Smart Home
too?
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun4
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun5
U.S. Market
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun6
U.S. Market
https://www.cnbc.com/2018/06/26/study-
what-people-actually-ask-amazons-
alexa.html
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun7
Technology Basics
Device Connections
REST API Only
Cloud Only
REST API & Cloud
$ curl http://172.16.16.23:8090/volume | xmllint --format -
<?xml version="1.0" encoding="UTF-8"?>
<volume deviceID="507224B67A2C">
<targetvolume>30</targetvolume>
<actualvolume>30</actualvolume>
<muteenabled>false</muteenabled>
</volume>
REST API
• Most of the electronical devices like Sonos, Bose SoundTouch etc. provide a REST API
interface
• Called Representational state transfer (REST) or RESTful web services
• Uses a stateless protocol
• http resource methods like GET/PUT/POST/DELETE
• For local use, most of them don’t require any authorization
• Example:
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun10
MQTT
• MQ Telemetry Transport
• A machine-to-machine (M2M)/"Internet of Things" connectivity protocol
• Bidirectional
• Mostly used as an exchange to the internet IoT devices
• MQTT Broker can be locally or in the internet
• SSL/TLS Communication with Certificates
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun11
Amazon Web Services (AWS) Lambda
• Amazon Web Service
• Event driven
• Serverless
• Trigger Processing
• Custom HTTP requests
• Java, Go, PowerShell, Node.js, C#, Python, and Ruby code
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun12
Amazon Web Services (AWS) IoT Core
Source: amazon.com
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun13
IFTT - https://ifttt.com
• IF This Then That
• Pre-definded receipes (applets) - build your own applets
• IoS / Android App available
• You have to allow IFTTT access on your devices
• CHF 0.00
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun14
Devices
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun15
Amazon Echo
• Alexa’s Home
• No Alexa App for Switzerland available
• Web configuration works
• Seven microphones (you can disable it)
• Wireless LAN
• New generations available
• Powerful musik speaker
• Restricted offline usage
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun16
Alexas’ Voice Protocol
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun17
My Strom Wifi Switch
▪ Wireless LAN / Power Connector
▪ Electric Meter & Temperature
▪ Power off / on
▪ Power saving
▪ Random switch on/off
▪ Apple Home Kit compatible
▪ Extend the possibilities with IFTTT
▪ Unofficial Alexa skill
▪ REST API access
▪ CHF 39.00
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun18
Netatmo Welcome
• Indoor Camera
• People, car and animal detection
• Alert function
• Video recording locally (SD Card) or in the cloud
• Extended possibilities with IFTTT
• REST API access only via Internet - dev.netatmo.com
• CHF 189.00
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun19
Netatmo Weather
• Rain gauge
• Wind gauge
• Additional indoor modules available
• Extended possibilities with IFTTT
• REST API access only via Internet - dev.netatmo.com
• CHF 159.00 / CHF 68.00 / CHF 99.00
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun20
Feller Zeptrion AIR (1)
• Swiss Product
• Timer & Scenarios
• Light on / off / dimmers
• Different covers
• No additional cables
• REST API access
• ~ CHF 200.00 per switch
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun21
Feller Zeptrion AIR (2)
• No internet, no cloud, only in local network usable or by VPN
• App for IoS and Android available
• 7’’ Home Panel
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun22
LaMetric
• Real-time smart dashboard/clock
• Receive and act on notifications, tasks, workout timers,
business metrics, emails, news
• REST API access
• CHF 199.00
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun23
Robonect
• The Husqvarna App is really a mess - no direct WLAN/LAN connect to my mower possible, REST API
planned for Q2/2019…
• Robonect is a module plugged in into the service connector
• CHF 185.00
• Attention: You have to open your mower!
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun24
$ coap-client -m put -u "Client_identity" -k "1a2b3c4d5e6f7g8h" -e '{
"3311": [{ "5850": 0 }] }' "coaps://192.168.0.10:5684/15001/65537"
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun25
IKEA TRÅDFRI Gateway & Lamp
• “Unbox and Play”
• Gateway for local and internet control
• Amazon Alexa, Apple HomeKit, Google Assistant and Sonos
• Starter Kit CHF 99.95
Get connected
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun26
Amazon Echo and Local Devices (1)
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun27
Amazon Echo and Local Devices (2)
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun28
[{"id":"67221f4c.e4d49","type":"send-
notification","z":"b77d677e.4d9268","name":"","host":"192.168.1.133","prio
rity":"critical","icontype":"alert","lifetime":"100","icon":"i555","soundI
d":"alarm3","soundRepeat":"1","cycles":"0","x":430,"y":80,"wires":[]}]
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun29
Node Red (1)
• A programming tool for wiring together hardware devices, APIs and online services
• It provides a browser-based editor that makes it easy to wire together flows
• A huge library available for almost every IoT device
• JSON Notation
• https://nodered.org
Node Red (2)
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun30
Flows
Modules
Properties
openHAB 2 (1)
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun31
• Open source, technology agnostic home automation platform
• Ability to integrate a multitude of other devices and systems
• Actual version: 2.4
openHAB 2 (2)
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun32
openHAB 2 - Habpanel (2)
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun33
Apple HomeKit
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun34
• Ipad or Apple TV acts as gateway to the internet / local usage only possible
• Huge list of supported products
• LG, Philips Hue, myStrom etc.
• IoS App
• Siri
Conrad Connect
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun35
• Central Dashboard
• Amazon Echo, Garmin, Logitech Harmony, Sonos, Nokia
Other Stuff
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun36
vSphere Hypervisor Free on Intel NUC
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun37
• vSphere supports up to 32GB memory and 2 CPU
• Intel Core i7-6770HQ, HDMI, USB 3.0 Typ-A
• CHF 600.00 without memory and storage
Dashing
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun38
• Free Dashboard Software
Grafana
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun39
Just do it!
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun40
• Read the API docs
• Focus on one centralized smart home platform (Cloud or Local)
• Configure a separate VLAN for your devices
• Verify firewall settings
• Use a central IoT connection with SSL communication
like Amazon IoT Core
• Use strong passwords
• Audit connections with Wireshark
• Be curious
Dürenummeriere !
Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun41
TechEvent 2019: Alexa, Netatmo, ZeptrionAir and Co, Home Automation with fun; Martin Berger - Trivadis

Contenu connexe

Similaire à TechEvent 2019: Alexa, Netatmo, ZeptrionAir and Co, Home Automation with fun; Martin Berger - Trivadis

DotNetToscana - Azure IoT Hub - Il Concentratore
DotNetToscana - Azure IoT Hub - Il ConcentratoreDotNetToscana - Azure IoT Hub - Il Concentratore
DotNetToscana - Azure IoT Hub - Il ConcentratoreRiccardo Cappello
 
DIY Technology for the Internet of Things
DIY Technology for the Internet of ThingsDIY Technology for the Internet of Things
DIY Technology for the Internet of Thingssrmonk
 
Canzoni sotto l'albero con Azure IoT
Canzoni sotto l'albero con Azure IoTCanzoni sotto l'albero con Azure IoT
Canzoni sotto l'albero con Azure IoTRiccardo Cappello
 
Getting started with AWS IoT on Raspberry Pi
Getting started with AWS IoT on Raspberry PiGetting started with AWS IoT on Raspberry Pi
Getting started with AWS IoT on Raspberry PiIan Massingham
 
Single chip computer for iot application
Single chip computer for iot application Single chip computer for iot application
Single chip computer for iot application iotleague
 
Smart home in the insurance industry
Smart home in the insurance industrySmart home in the insurance industry
Smart home in the insurance industrymarkusmanniic
 
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015SenZations Summer School
 
NXP FRDM-K64F Platform with ARM mbed Demo - Edinburgh 2016 Workshop
NXP FRDM-K64F Platform with ARM mbed Demo - Edinburgh 2016 WorkshopNXP FRDM-K64F Platform with ARM mbed Demo - Edinburgh 2016 Workshop
NXP FRDM-K64F Platform with ARM mbed Demo - Edinburgh 2016 WorkshopOpen Mobile Alliance
 
Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014
Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014
Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014Alec Tucker
 
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...mfrancis
 
Get started with Sigfox - IoT Shifts 2015
Get started with Sigfox - IoT Shifts 2015Get started with Sigfox - IoT Shifts 2015
Get started with Sigfox - IoT Shifts 2015Nicolas Lesconnec
 
A brief introduction to making your own (Internet of Things) Thing
A brief introduction to making your own (Internet of Things) ThingA brief introduction to making your own (Internet of Things) Thing
A brief introduction to making your own (Internet of Things) ThingTinamousSteve
 
Elements of Connected Products
Elements of Connected ProductsElements of Connected Products
Elements of Connected ProductsJordan Husney
 
Null mumbai-iot-workshop
Null mumbai-iot-workshopNull mumbai-iot-workshop
Null mumbai-iot-workshopNitesh Malviya
 
QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421
QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421
QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421Anderson Cheng
 
How to turn your smart home developments into a profitable and sustainable bu...
How to turn your smart home developments into a profitable and sustainable bu...How to turn your smart home developments into a profitable and sustainable bu...
How to turn your smart home developments into a profitable and sustainable bu...mfrancis
 
SBY251 - A Smart Home Project Idea
SBY251 - A Smart Home Project IdeaSBY251 - A Smart Home Project Idea
SBY251 - A Smart Home Project IdeaYutakaKobayashi7
 
.NET Fest 2018. Андрей Тарарака. Как порулить грузовиком в Австралии, находяс...
.NET Fest 2018. Андрей Тарарака. Как порулить грузовиком в Австралии, находяс....NET Fest 2018. Андрей Тарарака. Как порулить грузовиком в Австралии, находяс...
.NET Fest 2018. Андрей Тарарака. Как порулить грузовиком в Австралии, находяс...NETFest
 
Iot meets Serverless
Iot meets ServerlessIot meets Serverless
Iot meets ServerlessNarendran R
 

Similaire à TechEvent 2019: Alexa, Netatmo, ZeptrionAir and Co, Home Automation with fun; Martin Berger - Trivadis (20)

DotNetToscana - Azure IoT Hub - Il Concentratore
DotNetToscana - Azure IoT Hub - Il ConcentratoreDotNetToscana - Azure IoT Hub - Il Concentratore
DotNetToscana - Azure IoT Hub - Il Concentratore
 
DIY Technology for the Internet of Things
DIY Technology for the Internet of ThingsDIY Technology for the Internet of Things
DIY Technology for the Internet of Things
 
Canzoni sotto l'albero con Azure IoT
Canzoni sotto l'albero con Azure IoTCanzoni sotto l'albero con Azure IoT
Canzoni sotto l'albero con Azure IoT
 
Getting started with AWS IoT on Raspberry Pi
Getting started with AWS IoT on Raspberry PiGetting started with AWS IoT on Raspberry Pi
Getting started with AWS IoT on Raspberry Pi
 
Single chip computer for iot application
Single chip computer for iot application Single chip computer for iot application
Single chip computer for iot application
 
Smart home in the insurance industry
Smart home in the insurance industrySmart home in the insurance industry
Smart home in the insurance industry
 
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
 
NXP FRDM-K64F Platform with ARM mbed Demo - Edinburgh 2016 Workshop
NXP FRDM-K64F Platform with ARM mbed Demo - Edinburgh 2016 WorkshopNXP FRDM-K64F Platform with ARM mbed Demo - Edinburgh 2016 Workshop
NXP FRDM-K64F Platform with ARM mbed Demo - Edinburgh 2016 Workshop
 
Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014
Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014
Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014
 
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
 
Get started with Sigfox - IoT Shifts 2015
Get started with Sigfox - IoT Shifts 2015Get started with Sigfox - IoT Shifts 2015
Get started with Sigfox - IoT Shifts 2015
 
A brief introduction to making your own (Internet of Things) Thing
A brief introduction to making your own (Internet of Things) ThingA brief introduction to making your own (Internet of Things) Thing
A brief introduction to making your own (Internet of Things) Thing
 
Elements of Connected Products
Elements of Connected ProductsElements of Connected Products
Elements of Connected Products
 
Null mumbai-iot-workshop
Null mumbai-iot-workshopNull mumbai-iot-workshop
Null mumbai-iot-workshop
 
QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421
QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421
QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421
 
How to turn your smart home developments into a profitable and sustainable bu...
How to turn your smart home developments into a profitable and sustainable bu...How to turn your smart home developments into a profitable and sustainable bu...
How to turn your smart home developments into a profitable and sustainable bu...
 
Unizen Smart Automation Brochure-2015
Unizen Smart Automation Brochure-2015Unizen Smart Automation Brochure-2015
Unizen Smart Automation Brochure-2015
 
SBY251 - A Smart Home Project Idea
SBY251 - A Smart Home Project IdeaSBY251 - A Smart Home Project Idea
SBY251 - A Smart Home Project Idea
 
.NET Fest 2018. Андрей Тарарака. Как порулить грузовиком в Австралии, находяс...
.NET Fest 2018. Андрей Тарарака. Как порулить грузовиком в Австралии, находяс....NET Fest 2018. Андрей Тарарака. Как порулить грузовиком в Австралии, находяс...
.NET Fest 2018. Андрей Тарарака. Как порулить грузовиком в Австралии, находяс...
 
Iot meets Serverless
Iot meets ServerlessIot meets Serverless
Iot meets Serverless
 

Plus de Trivadis

Azure Days 2019: Azure Chatbot Development for Airline Irregularities (Remco ...
Azure Days 2019: Azure Chatbot Development for Airline Irregularities (Remco ...Azure Days 2019: Azure Chatbot Development for Airline Irregularities (Remco ...
Azure Days 2019: Azure Chatbot Development for Airline Irregularities (Remco ...Trivadis
 
Azure Days 2019: Trivadis Azure Foundation – Das Fundament für den ... (Nisan...
Azure Days 2019: Trivadis Azure Foundation – Das Fundament für den ... (Nisan...Azure Days 2019: Trivadis Azure Foundation – Das Fundament für den ... (Nisan...
Azure Days 2019: Trivadis Azure Foundation – Das Fundament für den ... (Nisan...Trivadis
 
Azure Days 2019: Business Intelligence auf Azure (Marco Amhof & Yves Mauron)
Azure Days 2019: Business Intelligence auf Azure (Marco Amhof & Yves Mauron)Azure Days 2019: Business Intelligence auf Azure (Marco Amhof & Yves Mauron)
Azure Days 2019: Business Intelligence auf Azure (Marco Amhof & Yves Mauron)Trivadis
 
Azure Days 2019: Master the Move to Azure (Konrad Brunner)
Azure Days 2019: Master the Move to Azure (Konrad Brunner)Azure Days 2019: Master the Move to Azure (Konrad Brunner)
Azure Days 2019: Master the Move to Azure (Konrad Brunner)Trivadis
 
Azure Days 2019: Keynote Azure Switzerland – Status Quo und Ausblick (Primo A...
Azure Days 2019: Keynote Azure Switzerland – Status Quo und Ausblick (Primo A...Azure Days 2019: Keynote Azure Switzerland – Status Quo und Ausblick (Primo A...
Azure Days 2019: Keynote Azure Switzerland – Status Quo und Ausblick (Primo A...Trivadis
 
Azure Days 2019: Grösser und Komplexer ist nicht immer besser (Meinrad Weiss)
Azure Days 2019: Grösser und Komplexer ist nicht immer besser (Meinrad Weiss)Azure Days 2019: Grösser und Komplexer ist nicht immer besser (Meinrad Weiss)
Azure Days 2019: Grösser und Komplexer ist nicht immer besser (Meinrad Weiss)Trivadis
 
Azure Days 2019: Get Connected with Azure API Management (Gerry Keune & Stefa...
Azure Days 2019: Get Connected with Azure API Management (Gerry Keune & Stefa...Azure Days 2019: Get Connected with Azure API Management (Gerry Keune & Stefa...
Azure Days 2019: Get Connected with Azure API Management (Gerry Keune & Stefa...Trivadis
 
Azure Days 2019: Infrastructure as Code auf Azure (Jonas Wanninger & Daniel H...
Azure Days 2019: Infrastructure as Code auf Azure (Jonas Wanninger & Daniel H...Azure Days 2019: Infrastructure as Code auf Azure (Jonas Wanninger & Daniel H...
Azure Days 2019: Infrastructure as Code auf Azure (Jonas Wanninger & Daniel H...Trivadis
 
Azure Days 2019: Wie bringt man eine Data Analytics Plattform in die Cloud? (...
Azure Days 2019: Wie bringt man eine Data Analytics Plattform in die Cloud? (...Azure Days 2019: Wie bringt man eine Data Analytics Plattform in die Cloud? (...
Azure Days 2019: Wie bringt man eine Data Analytics Plattform in die Cloud? (...Trivadis
 
Azure Days 2019: Azure@Helsana: Die Erweiterung von Dynamics CRM mit Azure Po...
Azure Days 2019: Azure@Helsana: Die Erweiterung von Dynamics CRM mit Azure Po...Azure Days 2019: Azure@Helsana: Die Erweiterung von Dynamics CRM mit Azure Po...
Azure Days 2019: Azure@Helsana: Die Erweiterung von Dynamics CRM mit Azure Po...Trivadis
 
TechEvent 2019: Kundenstory - Kein Angebot, kein Auftrag – Wie Du ein individ...
TechEvent 2019: Kundenstory - Kein Angebot, kein Auftrag – Wie Du ein individ...TechEvent 2019: Kundenstory - Kein Angebot, kein Auftrag – Wie Du ein individ...
TechEvent 2019: Kundenstory - Kein Angebot, kein Auftrag – Wie Du ein individ...Trivadis
 
TechEvent 2019: Oracle Database Appliance M/L - Erfahrungen und Erfolgsmethod...
TechEvent 2019: Oracle Database Appliance M/L - Erfahrungen und Erfolgsmethod...TechEvent 2019: Oracle Database Appliance M/L - Erfahrungen und Erfolgsmethod...
TechEvent 2019: Oracle Database Appliance M/L - Erfahrungen und Erfolgsmethod...Trivadis
 
TechEvent 2019: Security 101 für Web Entwickler; Roland Krüger - Trivadis
TechEvent 2019: Security 101 für Web Entwickler; Roland Krüger - TrivadisTechEvent 2019: Security 101 für Web Entwickler; Roland Krüger - Trivadis
TechEvent 2019: Security 101 für Web Entwickler; Roland Krüger - TrivadisTrivadis
 
TechEvent 2019: Trivadis & Swisscom Partner Angebote; Konrad Häfeli, Markus O...
TechEvent 2019: Trivadis & Swisscom Partner Angebote; Konrad Häfeli, Markus O...TechEvent 2019: Trivadis & Swisscom Partner Angebote; Konrad Häfeli, Markus O...
TechEvent 2019: Trivadis & Swisscom Partner Angebote; Konrad Häfeli, Markus O...Trivadis
 
TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...
TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...
TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...Trivadis
 
TechEvent 2019: Status of the partnership Trivadis and EDB - Comparing Postgr...
TechEvent 2019: Status of the partnership Trivadis and EDB - Comparing Postgr...TechEvent 2019: Status of the partnership Trivadis and EDB - Comparing Postgr...
TechEvent 2019: Status of the partnership Trivadis and EDB - Comparing Postgr...Trivadis
 
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...Trivadis
 
TechEvent 2019: Kundenstory - Vom Hauptmann zu Köpenick zum Polizisten 2020 -...
TechEvent 2019: Kundenstory - Vom Hauptmann zu Köpenick zum Polizisten 2020 -...TechEvent 2019: Kundenstory - Vom Hauptmann zu Köpenick zum Polizisten 2020 -...
TechEvent 2019: Kundenstory - Vom Hauptmann zu Köpenick zum Polizisten 2020 -...Trivadis
 
TechEvent 2019: Vom Rechenzentrum in die Oracle Cloud - Übertragungsmethoden;...
TechEvent 2019: Vom Rechenzentrum in die Oracle Cloud - Übertragungsmethoden;...TechEvent 2019: Vom Rechenzentrum in die Oracle Cloud - Übertragungsmethoden;...
TechEvent 2019: Vom Rechenzentrum in die Oracle Cloud - Übertragungsmethoden;...Trivadis
 
TechEvent 2019: The sleeping Power of Data; Eberhard Lösch - Trivadis
TechEvent 2019: The sleeping Power of Data; Eberhard Lösch - TrivadisTechEvent 2019: The sleeping Power of Data; Eberhard Lösch - Trivadis
TechEvent 2019: The sleeping Power of Data; Eberhard Lösch - TrivadisTrivadis
 

Plus de Trivadis (20)

Azure Days 2019: Azure Chatbot Development for Airline Irregularities (Remco ...
Azure Days 2019: Azure Chatbot Development for Airline Irregularities (Remco ...Azure Days 2019: Azure Chatbot Development for Airline Irregularities (Remco ...
Azure Days 2019: Azure Chatbot Development for Airline Irregularities (Remco ...
 
Azure Days 2019: Trivadis Azure Foundation – Das Fundament für den ... (Nisan...
Azure Days 2019: Trivadis Azure Foundation – Das Fundament für den ... (Nisan...Azure Days 2019: Trivadis Azure Foundation – Das Fundament für den ... (Nisan...
Azure Days 2019: Trivadis Azure Foundation – Das Fundament für den ... (Nisan...
 
Azure Days 2019: Business Intelligence auf Azure (Marco Amhof & Yves Mauron)
Azure Days 2019: Business Intelligence auf Azure (Marco Amhof & Yves Mauron)Azure Days 2019: Business Intelligence auf Azure (Marco Amhof & Yves Mauron)
Azure Days 2019: Business Intelligence auf Azure (Marco Amhof & Yves Mauron)
 
Azure Days 2019: Master the Move to Azure (Konrad Brunner)
Azure Days 2019: Master the Move to Azure (Konrad Brunner)Azure Days 2019: Master the Move to Azure (Konrad Brunner)
Azure Days 2019: Master the Move to Azure (Konrad Brunner)
 
Azure Days 2019: Keynote Azure Switzerland – Status Quo und Ausblick (Primo A...
Azure Days 2019: Keynote Azure Switzerland – Status Quo und Ausblick (Primo A...Azure Days 2019: Keynote Azure Switzerland – Status Quo und Ausblick (Primo A...
Azure Days 2019: Keynote Azure Switzerland – Status Quo und Ausblick (Primo A...
 
Azure Days 2019: Grösser und Komplexer ist nicht immer besser (Meinrad Weiss)
Azure Days 2019: Grösser und Komplexer ist nicht immer besser (Meinrad Weiss)Azure Days 2019: Grösser und Komplexer ist nicht immer besser (Meinrad Weiss)
Azure Days 2019: Grösser und Komplexer ist nicht immer besser (Meinrad Weiss)
 
Azure Days 2019: Get Connected with Azure API Management (Gerry Keune & Stefa...
Azure Days 2019: Get Connected with Azure API Management (Gerry Keune & Stefa...Azure Days 2019: Get Connected with Azure API Management (Gerry Keune & Stefa...
Azure Days 2019: Get Connected with Azure API Management (Gerry Keune & Stefa...
 
Azure Days 2019: Infrastructure as Code auf Azure (Jonas Wanninger & Daniel H...
Azure Days 2019: Infrastructure as Code auf Azure (Jonas Wanninger & Daniel H...Azure Days 2019: Infrastructure as Code auf Azure (Jonas Wanninger & Daniel H...
Azure Days 2019: Infrastructure as Code auf Azure (Jonas Wanninger & Daniel H...
 
Azure Days 2019: Wie bringt man eine Data Analytics Plattform in die Cloud? (...
Azure Days 2019: Wie bringt man eine Data Analytics Plattform in die Cloud? (...Azure Days 2019: Wie bringt man eine Data Analytics Plattform in die Cloud? (...
Azure Days 2019: Wie bringt man eine Data Analytics Plattform in die Cloud? (...
 
Azure Days 2019: Azure@Helsana: Die Erweiterung von Dynamics CRM mit Azure Po...
Azure Days 2019: Azure@Helsana: Die Erweiterung von Dynamics CRM mit Azure Po...Azure Days 2019: Azure@Helsana: Die Erweiterung von Dynamics CRM mit Azure Po...
Azure Days 2019: Azure@Helsana: Die Erweiterung von Dynamics CRM mit Azure Po...
 
TechEvent 2019: Kundenstory - Kein Angebot, kein Auftrag – Wie Du ein individ...
TechEvent 2019: Kundenstory - Kein Angebot, kein Auftrag – Wie Du ein individ...TechEvent 2019: Kundenstory - Kein Angebot, kein Auftrag – Wie Du ein individ...
TechEvent 2019: Kundenstory - Kein Angebot, kein Auftrag – Wie Du ein individ...
 
TechEvent 2019: Oracle Database Appliance M/L - Erfahrungen und Erfolgsmethod...
TechEvent 2019: Oracle Database Appliance M/L - Erfahrungen und Erfolgsmethod...TechEvent 2019: Oracle Database Appliance M/L - Erfahrungen und Erfolgsmethod...
TechEvent 2019: Oracle Database Appliance M/L - Erfahrungen und Erfolgsmethod...
 
TechEvent 2019: Security 101 für Web Entwickler; Roland Krüger - Trivadis
TechEvent 2019: Security 101 für Web Entwickler; Roland Krüger - TrivadisTechEvent 2019: Security 101 für Web Entwickler; Roland Krüger - Trivadis
TechEvent 2019: Security 101 für Web Entwickler; Roland Krüger - Trivadis
 
TechEvent 2019: Trivadis & Swisscom Partner Angebote; Konrad Häfeli, Markus O...
TechEvent 2019: Trivadis & Swisscom Partner Angebote; Konrad Häfeli, Markus O...TechEvent 2019: Trivadis & Swisscom Partner Angebote; Konrad Häfeli, Markus O...
TechEvent 2019: Trivadis & Swisscom Partner Angebote; Konrad Häfeli, Markus O...
 
TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...
TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...
TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...
 
TechEvent 2019: Status of the partnership Trivadis and EDB - Comparing Postgr...
TechEvent 2019: Status of the partnership Trivadis and EDB - Comparing Postgr...TechEvent 2019: Status of the partnership Trivadis and EDB - Comparing Postgr...
TechEvent 2019: Status of the partnership Trivadis and EDB - Comparing Postgr...
 
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
 
TechEvent 2019: Kundenstory - Vom Hauptmann zu Köpenick zum Polizisten 2020 -...
TechEvent 2019: Kundenstory - Vom Hauptmann zu Köpenick zum Polizisten 2020 -...TechEvent 2019: Kundenstory - Vom Hauptmann zu Köpenick zum Polizisten 2020 -...
TechEvent 2019: Kundenstory - Vom Hauptmann zu Köpenick zum Polizisten 2020 -...
 
TechEvent 2019: Vom Rechenzentrum in die Oracle Cloud - Übertragungsmethoden;...
TechEvent 2019: Vom Rechenzentrum in die Oracle Cloud - Übertragungsmethoden;...TechEvent 2019: Vom Rechenzentrum in die Oracle Cloud - Übertragungsmethoden;...
TechEvent 2019: Vom Rechenzentrum in die Oracle Cloud - Übertragungsmethoden;...
 
TechEvent 2019: The sleeping Power of Data; Eberhard Lösch - Trivadis
TechEvent 2019: The sleeping Power of Data; Eberhard Lösch - TrivadisTechEvent 2019: The sleeping Power of Data; Eberhard Lösch - Trivadis
TechEvent 2019: The sleeping Power of Data; Eberhard Lösch - Trivadis
 

Dernier

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 

Dernier (20)

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 

TechEvent 2019: Alexa, Netatmo, ZeptrionAir and Co, Home Automation with fun; Martin Berger - Trivadis

  • 1. Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun
  • 2. Trivadis – Our Key Figures Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun • Founded in 1994 • 16 Trivadis locations with more than 650 employees • Sales of CHF 111 million (EUR 96 million) • Over 250 Service Level Agreements • More than 4000 training participants • Research and development budget: CHF 5.0 million • More than 1900 projects each year with over 800 customers • Financially independent and sustainably profitable 2
  • 3. Martin Berger • @Kestenholz / Jurasüdfuss / Switzerland • 2 Junior DBAs • Trainer for Oracle Infra & Cloud Topics • Fire Department Instructor • Lives the Trivadis cultural values: curiosity, doers, network, space, and together. martinberger_ch martinberger.com
  • 4. Q: Do you have a Smart Home too? Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun4
  • 5. Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun5 U.S. Market
  • 6. Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun6 U.S. Market
  • 9. Device Connections REST API Only Cloud Only REST API & Cloud
  • 10. $ curl http://172.16.16.23:8090/volume | xmllint --format - <?xml version="1.0" encoding="UTF-8"?> <volume deviceID="507224B67A2C"> <targetvolume>30</targetvolume> <actualvolume>30</actualvolume> <muteenabled>false</muteenabled> </volume> REST API • Most of the electronical devices like Sonos, Bose SoundTouch etc. provide a REST API interface • Called Representational state transfer (REST) or RESTful web services • Uses a stateless protocol • http resource methods like GET/PUT/POST/DELETE • For local use, most of them don’t require any authorization • Example: Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun10
  • 11. MQTT • MQ Telemetry Transport • A machine-to-machine (M2M)/"Internet of Things" connectivity protocol • Bidirectional • Mostly used as an exchange to the internet IoT devices • MQTT Broker can be locally or in the internet • SSL/TLS Communication with Certificates Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun11
  • 12. Amazon Web Services (AWS) Lambda • Amazon Web Service • Event driven • Serverless • Trigger Processing • Custom HTTP requests • Java, Go, PowerShell, Node.js, C#, Python, and Ruby code Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun12
  • 13. Amazon Web Services (AWS) IoT Core Source: amazon.com Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun13
  • 14. IFTT - https://ifttt.com • IF This Then That • Pre-definded receipes (applets) - build your own applets • IoS / Android App available • You have to allow IFTTT access on your devices • CHF 0.00 Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun14
  • 15. Devices Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun15
  • 16. Amazon Echo • Alexa’s Home • No Alexa App for Switzerland available • Web configuration works • Seven microphones (you can disable it) • Wireless LAN • New generations available • Powerful musik speaker • Restricted offline usage Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun16
  • 17. Alexas’ Voice Protocol Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun17
  • 18. My Strom Wifi Switch ▪ Wireless LAN / Power Connector ▪ Electric Meter & Temperature ▪ Power off / on ▪ Power saving ▪ Random switch on/off ▪ Apple Home Kit compatible ▪ Extend the possibilities with IFTTT ▪ Unofficial Alexa skill ▪ REST API access ▪ CHF 39.00 Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun18
  • 19. Netatmo Welcome • Indoor Camera • People, car and animal detection • Alert function • Video recording locally (SD Card) or in the cloud • Extended possibilities with IFTTT • REST API access only via Internet - dev.netatmo.com • CHF 189.00 Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun19
  • 20. Netatmo Weather • Rain gauge • Wind gauge • Additional indoor modules available • Extended possibilities with IFTTT • REST API access only via Internet - dev.netatmo.com • CHF 159.00 / CHF 68.00 / CHF 99.00 Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun20
  • 21. Feller Zeptrion AIR (1) • Swiss Product • Timer & Scenarios • Light on / off / dimmers • Different covers • No additional cables • REST API access • ~ CHF 200.00 per switch Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun21
  • 22. Feller Zeptrion AIR (2) • No internet, no cloud, only in local network usable or by VPN • App for IoS and Android available • 7’’ Home Panel Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun22
  • 23. LaMetric • Real-time smart dashboard/clock • Receive and act on notifications, tasks, workout timers, business metrics, emails, news • REST API access • CHF 199.00 Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun23
  • 24. Robonect • The Husqvarna App is really a mess - no direct WLAN/LAN connect to my mower possible, REST API planned for Q2/2019… • Robonect is a module plugged in into the service connector • CHF 185.00 • Attention: You have to open your mower! Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun24
  • 25. $ coap-client -m put -u "Client_identity" -k "1a2b3c4d5e6f7g8h" -e '{ "3311": [{ "5850": 0 }] }' "coaps://192.168.0.10:5684/15001/65537" Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun25 IKEA TRÅDFRI Gateway & Lamp • “Unbox and Play” • Gateway for local and internet control • Amazon Alexa, Apple HomeKit, Google Assistant and Sonos • Starter Kit CHF 99.95
  • 26. Get connected Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun26
  • 27. Amazon Echo and Local Devices (1) Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun27
  • 28. Amazon Echo and Local Devices (2) Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun28
  • 29. [{"id":"67221f4c.e4d49","type":"send- notification","z":"b77d677e.4d9268","name":"","host":"192.168.1.133","prio rity":"critical","icontype":"alert","lifetime":"100","icon":"i555","soundI d":"alarm3","soundRepeat":"1","cycles":"0","x":430,"y":80,"wires":[]}] Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun29 Node Red (1) • A programming tool for wiring together hardware devices, APIs and online services • It provides a browser-based editor that makes it easy to wire together flows • A huge library available for almost every IoT device • JSON Notation • https://nodered.org
  • 30. Node Red (2) Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun30 Flows Modules Properties
  • 31. openHAB 2 (1) Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun31 • Open source, technology agnostic home automation platform • Ability to integrate a multitude of other devices and systems • Actual version: 2.4
  • 32. openHAB 2 (2) Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun32
  • 33. openHAB 2 - Habpanel (2) Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun33
  • 34. Apple HomeKit Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun34 • Ipad or Apple TV acts as gateway to the internet / local usage only possible • Huge list of supported products • LG, Philips Hue, myStrom etc. • IoS App • Siri
  • 35. Conrad Connect Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun35 • Central Dashboard • Amazon Echo, Garmin, Logitech Harmony, Sonos, Nokia
  • 36. Other Stuff Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun36
  • 37. vSphere Hypervisor Free on Intel NUC Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun37 • vSphere supports up to 32GB memory and 2 CPU • Intel Core i7-6770HQ, HDMI, USB 3.0 Typ-A • CHF 600.00 without memory and storage
  • 38. Dashing Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun38 • Free Dashboard Software
  • 39. Grafana Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun39
  • 40. Just do it! Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun40 • Read the API docs • Focus on one centralized smart home platform (Cloud or Local) • Configure a separate VLAN for your devices • Verify firewall settings • Use a central IoT connection with SSL communication like Amazon IoT Core • Use strong passwords • Audit connections with Wireshark • Be curious
  • 41. Dürenummeriere ! Alexa, Netatmo, ZeptrionAir and Co. - Home Automation with fun41