Replies: 9 comments 22 replies
-
|
Hello, First, i'd like to say thank you very much for creating this flow. I've implemented it in my own home assistance/node red instance and love it. After going through the flow to understand it better, I was able to alter it to fit my use case. There was one thing I am unsure about and wanted to get more info on. Let me preface this by saying I'm a complete novice with javascript. Could you break down in basic terms the following line that is found in the "date ranges" function node and what it is used for? const secondOutput = updateInterval ? { payload: { timeout: updateInterval } } : { reset: true }; Thank you!! |
Beta Was this translation helpful? Give feedback.
-
|
Appreciate you sharing this with the community. So far everything seems great. Would you be able to share your WLED presets for each of the holidays as well? |
Beta Was this translation helpful? Give feedback.
-
|
Hi - thank you for providing this it is truly amazing |
Beta Was this translation helpful? Give feedback.
-
|
so function getHolidayDate table values are zero relative ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi |
Beta Was this translation helpful? Give feedback.
-
|
Good day,
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks so much for this awesome tool! I'm having a little issue, I've followed the instructions for setup and can get the lights to run via the "Manual Start" button, however I'm having an issue with the time-based starts. When I deploy I get an error that says "Call-Service attempted without connection to server." The EzTimer node show that it turns on but flow.dark is true doesn't seem to make its way to the other nodes in the flow. Has anyone else experienced this? |
Beta Was this translation helpful? Give feedback.
-
|
I am getting an error in the "getEasterDate" function in the "date ranges" node: |
Beta Was this translation helpful? Give feedback.
-
|
I know this thread has not had much activity in a while. My question is where do the light.holiday_lights and select.holiday_lights_presets come from? I followed the cookbook and homeassistant shows these entities as not available. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's a flow that's been to control some outdoor house LEDs hooked up to an ESP8266 running WLED.
The holiday lights turn on each day at sunset and then off at midnight. It uses WLED presets based on the day or season. It has a demo mode that will either cycle through all the defined presets or all the included effects.
A write up and the JSON export can be found in the cookbook section of the documentation.
Beta Was this translation helpful? Give feedback.
All reactions