Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 906 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 906 Bytes

CoopControl

Controls my chicken coop. Automated door through OpenHAB and the particle cloud.

Features

  • Automatically open and close with the sun.
  • Temperature and humidity sensors for ingestion into openhab.

Prerequisites

Hardware Setup

  1. Particle Photon with Relay Shield
  2. A linear actuator or similar
  3. TODO add wiring diagram

Particle Web IDE install

  1. Create new app
  2. Include RelayShield library
  3. Copy paste coopcontrol.ino into ID
  4. Add separate files with contents of DHT.cpp and DHT.h

Home Assistant Setup

See home-assistant

OpenHAB2 Setup

See openhab