toblum / McGarager

MQTT garage door opener for ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

McGarager v2

Simple MQTT garage door opener with endstop detection (reed sensor)

This is a rewrite of the initial McGarager firmware. It fits to the McGarager PCB.

It uses:

Notes:

  • No support for neopixel as of now.

Initial config values:

  • AP SSID: McGarager / GaragerMc
  • Config-UI credentials: admin / GaragerM
  • Base MQTT topic: mc_garager

MQTT topics:

  • #Base MQTT topic#/status: McGarager publishes JSON status messages to this topic when open/close inputs have changed of if trigged via command.
  • #Base MQTT topic#/cmnd:
    Topic that receives commands
    • Message "status": Trigger sending of status message.
    • Message "trigger": Make the relay close for 250 ms.

PCB v1.0

Preview: PCB Preview

Front: PCB front

Back: PCB back

3D printed enclosure

Csae preview

About

MQTT garage door opener for ESP8266

License:MIT License


Languages

Language:C++ 100.0%