Monday, January 4, 2016

Tutorial - How to set up simple home automation system - Final

Start OpenHAB

"OpenHAB, How Cold Is It?"

Tutorial - How to set up simple home automation system - Part X

OpenHAB

"A vendor and technology agnostic open source automation software for your home"

Tutorial - How to set up simple home automation system - Part IX

The RF24 Libraries

"Optimized High Speed Arduino/Raspberry Pi driver for nRF24L01"

Tutorial - How to set up simple home automation system - Part VIII

Connecting The RF24 Modules

"A highly integrated, ultra low power 2Mbps RF transceiver for the 2.4GHz band"

Tutorial - How to set up simple home automation system - Part VII

Mosquitto

Tutorial - How to set up simple home automation system - Part VI

Testing Your Arduino

Tutorial - How to set up simple home automation system - Part V

The Arduino

Tutorial - How to set up simple home automation system - Part IV

Raspberry Pi - The Internet

Tutorial - How to set up simple home automation system - Part III

Raspberry Pi - First Time Configuration

Tutorial - How to set up simple home automation system - Part II

The Raspberry Pi



On this page

Tutorial - How to set up simple home automation system - Part I


Overview

We'll set up the foundation of a Home Automation System with:
  • A single Arduino with a temperature sensor,
  • Which sends the data wirelessly to a Raspberry Pi,
  • Which will fetch the message,
  • Publish it to an MQTT channel,
  • Where the OpenHAB MQTT binding will pick it up,
  • So it can be displayed in a web browser (and used for rules).