/coopcontrol

Chicken coop door control through OpenHAB or Home Assistant and the Particle cloud.

Primary LanguageC++

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