Skip to content

jasonlearst/garage-door-controller-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT Garage Door Controller

This repository contains the source code for a MQTT Garage Door Controller built on the Particle Photon controller.

Using this implementation

Rename the _secrets.h template to secrets.h by removing the leading underscore. Fill in the correct information for your MQTT broker. Add the code contained in configuration.yml to your Home Assistant configuration to connect Home Assistant to the controller.

cover:
  - platform: mqtt
    name: "garage"
    device_class: garage
    state_topic: "garage-cover/door/status"
    command_topic: "garage-cover/door/action"
    availability_topic: "garage-cover/availability"

Inspiration for this project

This code is adapted from the instructables guide DIY Smart Garage Door Opener + Home Assistant Integration. You can find the original authors code at https://gitlab.com/MrDIYca/garage-door-opener-mqtt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published