-->
Page 1 of 1

Weekly schedule of relay(s)

PostPosted: Wed May 01, 2019 3:18 am
by atux_null
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?

Re: Weekly schedule of relay(s)

PostPosted: Wed May 01, 2019 8:40 pm
by rudy
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)