So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By atux_null
#82091 I have an esp8266 nodemcu and a set of four relays. I have found a simple project where it is a single html page that turns each relay on or off.
I would like to add schedule weekly, if possible separate for each relay. Is there anythung available on how to achieve that please?
User avatar
By rudy
#82104 Take a look at sprinkler projects. They work on schedules and have multiple relays outputs.

https://github.com/search?q=esp8266+sprinkler

I took a quick look and this one might be useable. It uses a serial 8 bit latch for outputs but it would not be too hard to set individual port pins on the ESP8266. (less than the 8 supported)