Home Automation Timer with Node-Red

timerOne of the most common requirements in home automation is to schedule an event at a particular time.

For example a light timer to switch on the outdoor lights on and off at a particular time each day.



Node-Red provides a basic node called the inject node which can be used for basic timing requirements.

inject-nodeYou can use the inject node to send a messages at set intervals and at specific times.The main timing options are shown in the screen shot below.

inject-node-as-timer

The inject node cannot be controlled from a dashboard which means that the timing requirements must really be fixed.

If you need more sophisticated timing then you will need to install other timing nodes.

Other Timing Nodes

Many of these nodes used you latitude and longitude to determine dusk and dawn for controlling events.

light-scheduler-icon

node-red-contrib-light-scheduler Is a node to control lights based on a schedule and the sun position.

The settings of this node are controlled in the Admin panel and cannot be set from the dashboard.

The timer day/hour selection allows you to configure multiple timers per day.

It accepts basic inputs which allow you to override the schedule by sending in a on/off message.

eztimer-iconnode-red-contrib-eztimer -Timer that is also based on sun position and can be set to normal schedule. Schedule settings not as flexible as the light schedule node, but this node can be pro grammatically controlled using a dashboard.

Schedex – Very similar to eztimer as eztimer was based on this node.

timerswitch-iconTimerswitch – This is an easy to use multi-schedule timer which allows you to add multiple on/off periods for a single output.

It is meant to resemble the functionality of mechanical and digital wall timers.

timer-switch

big-timer-icon

node-red-contrib-bigtimer – Most of the other schedule nodes have been inspired by this node and it is the most comprehensive but also the most complicated to configure.
The node accepts basic inputs allowing you to set the state manually and also set the schedule but not as comprehensive as the eztimer.

Video- Creating a  dashboard for the EZtimer.

As mentioned earlier the eztimer accepts inputs and so it is possible to create your own node-red dashboard to control this timer

Flow used in video
download

Summary

The built in debug node allows for basic event timing and scheduling and is usually my first choice.

You can install addition nodes for for complicated scheduling needs but most are only settable from within the nore-red admin panel.

The eztimer is currently the only timer with comprehensive external control capability allowing it to be configured using a dashboard.

Related Tutorials

Please Let me Know if you found it Useful
[Total: 5 Average: 4]

4 comments

  1. I can’t download the Flow of your video tutorial on the Eztimer. The link does not react when I click on it. Can you help me please ?
    THANKS !

Leave a Reply to Moreau Cancel reply

Your email address will not be published. Required fields are marked *