项目作者: krconv

项目描述 :
An MQTT-controlled garage door controller using a NodeMCU
高级语言: C++
项目地址: git://github.com/krconv/garage-door.git
创建时间: 2020-11-12T12:59:03Z
项目社区:https://github.com/krconv/garage-door

开源协议:MIT License

下载


Garage Door Controller

This code uses a NodeMCU Arduino device to power garage door sensors and controllers for two garage doors. This requests/data is transfered over MQTT, which Home Assistant can be set up to subscribe/publish to in order to controll the garage doors.

The code can be compiled by the Arduino IDE, with the following libraries installed:

  • WiFi
  • ArduinoOTA (for wirelessly updating the program)
  • PubSubClient (for MQTT communication)