node-red-contrib-daily-scheduler
v1.0.1
Published
Node-RED node to filter messages based on a daily time range and days of the week.
Maintainers
Readme
node-red-contrib-daily-scheduler
A simple and lightweight Node-RED node to filter messages based on a daily time range and specific days of the week. Perfect for home automation, lighting control, and scheduling tasks without heavy external libraries.
Installation
Run the following command in your Node-RED user directory (typically ~/.node-red):
npm install node-red-contrib-daily-scheduler
Or install it directly via the Manage Palette menu in the Node-RED editor.
How to Use
1.Drag the daily-scheduler node onto your workspace.
2.Open the config dialog.
3.Set the Start Time and End Time (e.g., 08:00 and 22:30).
4.Select the Days of the Week you want the scheduler to be active.
5.Connect your input (e.g., an inject node or a sensor).
6.Use the first output for "ON" actions and the second output for "OFF" actions.