An Arduino IDE sketch for MQTT-controlled LED fixture with stepped illumination levels and sunrise fade-up.
This is an update to my previous project, moving it from an Arduino nano to an ESP32 and setting it up for use in the Home Assistant Node-RED integration.
Goals for this update:
* Add flexibility in alarm programming
* Make usable in lighting "scenes"
* Integrate with home automation controls such as Google Home and Amazon Alexa.
This project uses a modified branch of the jled library. In order to create a long fade-up sequence, you must use the modified version.