Home automation play ground.
This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Stefan Sterz 066e2cca08 add simple frontend 2016-01-12 17:49:13 +01:00
arduino init arduino 2016-01-11 21:09:53 +01:00
nodejs add simple frontend 2016-01-12 17:49:13 +01:00
.gitignore init arduino 2016-01-11 21:09:53 +01:00
README.md add README 2016-01-11 21:16:48 +01:00

README.md

Home Automation

Vision

This should work in such a way that the user logs into a web interface where they then should be able to easily control their home. A lot like heimcontrol.js, however with a cleaner interface and less wasted space. On the technical side it would be nice to have a better protocol than the one used by duino, which seems counterintuitive. Its not a binary protocol, but rather a text based one, which is odd. It would also be nice if there were a easier way to set up device maybe I could use receivers to learn patterns of, for example IR-remotes, that I then could replicate with the transmitter. It would also be nice to have the capability to schedule tasks. Turning on the radio to wake me up or being able to switch of the lights automatically for example.

Hardware Requirements

  • Raspberry Pi
  • Arduino Uno Rev3
  • Heat-Sensor
  • Light-Sensor
  • RC-Transmitter/Receiver
  • IR-Transmitter/Receiver
  • RC-Poweroutlets
  • LEDs

Software Requirements