All Projects → fellinga → node-red-contrib-ui-time-scheduler

fellinga / node-red-contrib-ui-time-scheduler

Licence: MIT license
Easily power on/off any kind of device based on a schedule that you can easily create at the node-red-dashboard frontend.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to node-red-contrib-ui-time-scheduler

docker-iot-dashboard
A complete IoT server for LoRaWAN IoT projects: node-red + influxdb + grafana + ssl + let's encrypt using docker-compose.
Stars: ✭ 79 (+182.14%)
Mutual labels:  node-red
node-red-contrib-azure-iot-device
Azure IoT Device node for Node-Red
Stars: ✭ 19 (-32.14%)
Mutual labels:  node-red
node-red-contrib-sonos-plus
A set of Node-RED nodes to control SONOS player in your local network.
Stars: ✭ 57 (+103.57%)
Mutual labels:  node-red
node-red-contrib-bosch-shc
Bosch Smart Home Controller (SHC) nodes for Node-Red
Stars: ✭ 15 (-46.43%)
Mutual labels:  node-red
in24hrs
Discover how every solution in some way related to the IoT needs a platform and how to create that platform. This book is about being agile and reducing time to market without breaking the bank. It is about designing something that you can scale incrementally without having to do a lot of rework and potentially disrupting your current state of t…
Stars: ✭ 26 (-7.14%)
Mutual labels:  node-red
node-red-contrib-ical-events
Node-RED module to get events from a iCal Calender (Google e.g.), icloud or Caldav Server via kalender-events
Stars: ✭ 38 (+35.71%)
Mutual labels:  node-red
node-red-contrib-whatsappbot
Whatsapp Bot 🤖 for Node-Red
Stars: ✭ 37 (+32.14%)
Mutual labels:  node-red
node-red-contrib-mindconnect
Node-RED Agent for the MindConnect API (community driven project)
Stars: ✭ 43 (+53.57%)
Mutual labels:  node-red
ioBroker.node-red
Instantiate the server with node-red
Stars: ✭ 50 (+78.57%)
Mutual labels:  node-red
goethe
Threading and Caching Utilities for golang
Stars: ✭ 30 (+7.14%)
Mutual labels:  timers
awesome-rhasspy
Carefully curated list of projects and resources for the voice assistant Rhasspy
Stars: ✭ 50 (+78.57%)
Mutual labels:  node-red
node-red-bluemix-nodes
A collection of node-red nodes for the IBM Bluemix platform
Stars: ✭ 32 (+14.29%)
Mutual labels:  node-red
alarmserver
IP Camera Alarm Server to MQTT
Stars: ✭ 73 (+160.71%)
Mutual labels:  node-red
fiware-meteoroid
Meteoroid realizes integrating Function as a Service(FaaS) capabilities in FIWARE. It provides a management interface specialized for FaaS and FIWARE.
Stars: ✭ 13 (-53.57%)
Mutual labels:  schedules
Andino-X1
Sources for the Raspberry Pi Board - Andino X1
Stars: ✭ 14 (-50%)
Mutual labels:  node-red
embedded-time
Time(ing) library (Instant/Duration/Clock/Timer/Period/Frequency) for bare-metal embedded systems
Stars: ✭ 72 (+157.14%)
Mutual labels:  timers
detect-timeseriesdata-change
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Stars: ✭ 21 (-25%)
Mutual labels:  node-red
air-quality
Air quality sensing and monitoring
Stars: ✭ 17 (-39.29%)
Mutual labels:  node-red
node-red-contrib-loxone
Connect the Loxone Miniserver to node-red via the Websocket API
Stars: ✭ 65 (+132.14%)
Mutual labels:  node-red
node-red-contrib-homebridge-automation
Homebridge and Node-RED Integration
Stars: ✭ 97 (+246.43%)
Mutual labels:  node-red

node-red-contrib-ui-time-scheduler

A node-red-ui time scheduler for the Node-RED Dashboard.

Default Mode Event Mode

Install

You can install this node directly from the "Manage Palette" menu in the Node-RED interface.
Alternatively, run the following command in your Node-RED user directory - typically ~/.node-red on Linux or %HOMEPATH%\.nodered on Windows

    npm install node-red-contrib-ui-time-scheduler

Requirements

node-red v0.19 or above
node-red-dashboard v2.10.0 (v2.15.4 or above would be ideal)

Usage

Add a time-scheduler-node to your flow. Open the dashboard, you will see an empty scheduler. Click the plus sign at the top right corner of the node to create a new timer.

Input

You can inject timers via a msg property payload (see restoring schedules after a reboot section). If the injected msg has a property disableDevice or enableDevice the node will disable/enable the devices output. Disabling/enabling works both with device name and index.

Output

Whenever you add, edit or delete a timer a JSON string is sent to the nodes top output. This JSON string contains all timers and settings.

Every other output (number of total outputs depends on how many devices you have added) emits true/false every 60 seconds. In Event Mode the event is only sent at the specified time. Adjusting the refresh rate, choosing if a msg.topic is sent and if messages are blocked unless the value has changed is possible within the node's options.

Restoring schedules after a reboot

You can use the JSON string from the nodes top output to directly inject timers after a (re)boot or (re)deploy:

If you changed the node-red contextStorage to localfilesystem, timers are automatically saved and restored after a reboot.

Frontend & Demo

Time Scheduler Demo (Default Mode)

Examples

You can find example flows and schedules within the examples folder. Easily import flows via the Node-RED flow editor:

☰ -> Import -> Examples -> node-red-contrib-ui-time-scheduler

History

Find the changelog here.

Donate

You can donate by clicking the following link if you want to support this free project:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].