https://github.com/hlfshell/garden-relay
Arduino/ESP8266/Nodemcu relay controller via MQTT and WiFi
https://github.com/hlfshell/garden-relay
Last synced: 11 months ago
JSON representation
Arduino/ESP8266/Nodemcu relay controller via MQTT and WiFi
- Host: GitHub
- URL: https://github.com/hlfshell/garden-relay
- Owner: hlfshell
- Created: 2017-02-13T00:18:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T14:59:42.000Z (over 9 years ago)
- Last Synced: 2025-04-05T01:24:43.020Z (about 1 year ago)
- Language: Arduino
- Size: 3.91 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# garden-relay
Arduino/ESP8266/Adafruit Feather Huzzah relay controller via MQTT and WiFi.
This is a quick sketch designed to control my fiance's garden lights for her indoor garden. The Feather board is connected with a single relay controlling the lights on pin 15 (easily configurable), connects to my house's local MQTT network (I'm using [Mosca](https://github.com/mcollina/mosca), and, upon receiving an "on"/"off" command to its subscribed topic, switches the relay on/off.
It also uses an Adafruit OLED Featherwing.
To be paired with [MQTT Scheduler](https://github.com/hlfshell/mqtt-scheduler).