Skip to content

Arduino Sketch to control Garage door with MQTT. Provides door state with both Open and close sensors. Also provide temperature/humidity using DHT. Use standard EthernetShield.

License

Notifications You must be signed in to change notification settings

bennydiamond/UnoGarageDoorMQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnoGarageDoorMQTT

Requires Arduino Ethernet Shield

Use non-latching digital Hall effect sensors for both Open and Close door state

Use MQTT to convey status, availability(via LWT) and to receive commands.

Has a retry mechanism, with max retry limit if door doesn't get to the desired state. Is only enforced when receiving a command. External door activation does not trigger this.

Prints debug log on port 80. Does not automatically refresh but is simple enough to monitor with a script and continually calling wget.

About

Arduino Sketch to control Garage door with MQTT. Provides door state with both Open and close sensors. Also provide temperature/humidity using DHT. Use standard EthernetShield.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published