jasoncoon / esp8266-fastled-webserver

GNU General Public License v3.0
714 stars 359 forks source link

Integrating time clock for automation #186

Closed JCastillo059 closed 2 years ago

JCastillo059 commented 4 years ago

Hello,

How would I go about integrating time clock into the website so I would be able to automate on/off? Would I add into the file system or firmware?

Time integration: https://github.com/PaulStoffregen/Time Automation function: https://github.com/asd0999/Home-automation-with-time-scheduler

Thanks

jasoncoon commented 3 years ago

Depends on how complicated you want to get with the schedule(s). If it's just a simple "turn on at 8am, turn off at 8pm", you could add a new field to Fields.h for "on time" and "off time".