Smart-Home am Beispiel der Präsenzerkennung im Raum Projektarbeit Lennart Heimbs, Johannes Krug, Sebastian Dohle und Kevin Holzschuh bei Prof. Oliver Hofmann SS2019
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

smart_home_technical_paper 2.0KB

1234567891011121314151617181920212223
  1. Presence detection in a smart home environment
  2. Sebastian DOHLE <dohlese65595@th-nuernberg.de>
  3. Lennart HEIMBS <heimbsle69869@th-nuernberg.de>
  4. Kevin HOLZSCHUH <holzschuhke56905@th-nuernberg.de>
  5. Johannes KRUG <krugjo67713@th-nuernberg.de>
  6. Georg-Simon-Ohm University of Applied Sciences Nuremberg (Germany)
  7. Abstract - In this paper, we present a smart home setup, based on a raspberry pi, that allows for the implementation of custom sensors, developed by this team, as well as of the shelf commercial sensors. We describe the necessary software used for sensor implementation, networking, logic and user interface. Detecting the presence of persons in a room demonstrates the usefulness of the setup.
  8. Keywords: Smart Home, Presence detection, Node-red, mqtt, gateway, raspberry pi
  9. 1. INTRODUCTION
  10. The market for smart home ecosystems is currently heavily fragmented. https://www.statista.com/study/42112/smart-home-report/
  11. A couple of market-leaders like eq-3, Amazon and Control4 have already established their own ecosystems with their own networking protocolls.
  12. Since the market is still growing, more companies join the smart home market with their own solutions and the vast variety of communication protocolls is ever growing.
  13. Existing community projects like FHEM, ioBroker and openHAB try to address this by providing a unified interface for a number of protocolls.
  14. Because these projects either lack in usability (FHEM), require the knowledge of a specifiy programming language (openHAB) or lack customizability (ioBroker) we will describe in this paper a three-layered implementation of a highly customizable and easy to program solution.
  15. Section 2 covers the used hardware and communications design for the smart home environment.
  16. The used software, why the software was used and how it works is described in section 3 and in section 3
  17. Section 2 contains the outline of the setup used and we will describe the specific components and explain why they are used in Section 3