Skip to content

A small module that can be added to an old garage door system which will allow for integration with Home Assistant using MQTT.

Notifications You must be signed in to change notification settings

AritroSaha10/MQTT-Garage-Door-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Smart Home Garage Door

A small module that can be added to an old garage door system which will allow for integration with Home Assistant using MQTT.

How It Works

The code uses MQTT in order to communicate with the Home Assistant Server. To connect, it uses MQTT AutoDiscovery. You'll just have to connect the Particle Photon to the wifi, enable MQTT AutoDiscovery, and restart your Home Assistant server. For more information, please check this link. Since the garage door module does not include any sensor for whether the garage door is open or closed, the stop button has been repurposed to work as a state switcher. Other than that, it is very similar to a normal smart garage door opener.

Example lovelace card

image

Hardware Required

  • Particle Photon (ESP8266 Code will be added later)
  • Relay
  • Pre-existing garage door opener (only tested with Chamberlain, but should work with anything else)

Wiring

There are two parts of wiring. The first part is connecting the relay to the ESP8266 / Particle Photon. The second part is connecting the relay to the garage door.

First Part

TODO

About

A small module that can be added to an old garage door system which will allow for integration with Home Assistant using MQTT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages