oyvindn / garage-door-controller

Arduino garage door controller for ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garage door controller

Arduino based garage door controller for ESP32.

Uses MQTT to publish sensor data and to receive the command for triggering the garage door opener.

The 5V relay is used to trigger the garage door opener and the two magnetic door sensors is used to monitor if the door is in the open or closed position. My garage door opener also has a 5V output for a warning light, which I use to check if the door is in motion.

Dependencies

Hardware

  • ESP32-WROOM-32D
  • 2x MC-38 Wired Door Window Sensor
  • 5V relay
  • Waterproof 1-Wire DS18B20 Compatible Digital temperature sensor

About

Arduino garage door controller for ESP32

License:MIT License


Languages

Language:C++ 89.0%Language:C 11.0%