https://github.com/thingzi/thingzi-logic-timers
Timer nodes for node red
https://github.com/thingzi/thingzi-logic-timers
node-red timers
Last synced: 8 months ago
JSON representation
Timer nodes for node red
- Host: GitHub
- URL: https://github.com/thingzi/thingzi-logic-timers
- Owner: thingzi
- License: mit
- Created: 2022-01-07T15:53:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T17:00:09.000Z (about 1 year ago)
- Last Synced: 2025-01-31T04:23:37.721Z (8 months ago)
- Topics: node-red, timers
- Language: HTML
- Homepage: https://flows.nodered.org/node/thingzi-logic-timers
- Size: 621 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
A collection of useful nodes to help with time based automation.
Despite the large number of timer nodes available for node red i never found one i was satisfied with. Some were far too simple and others way too complicated. In the end i made my own which are indended to be reliable & easy to use with a clean design.
### Timer Node
Daily on/off timer node that supports fixed times of the day or sun events. Useful for setting timers such as lights that go on when its dark and off of at a fixed time.
### Time Check Node
Time check node for testing if a time (default current time) is within the set range including sun events. The original message is forwarded to different outputs based on pass/fail.
### Schedule Node
Set events for a weekly schedule using a visual calendar. Useful for schedules such as heating where you have a morning time, evening time and these may vary at the weekend.
### Activity Node
Handle time based activity events with timeouts and extensions. Useful for controlling lights based on motion
or similar.
If you like/use this node, coffee makes me happy and it keeps me coding when i should be sleeping...