1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/time/suncalc
2019-10-20 22:43:32 +01:00
..
icons Start making non-red-nodes tolerant to missing payloads 2015-03-31 13:18:25 +01:00
79-suncalc.html Move suncalc and timeswitch into time category 2019-10-20 22:43:32 +01:00
79-suncalc.js fix suncalc not handling summer nights. 2018-07-17 10:24:40 +01:00
LICENSE Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
package.json Move suncalc and timeswitch into time category 2019-10-20 22:43:32 +01:00
README.md update parser and time nodes info style 2016-03-02 13:27:52 +00:00

node-red-node-suncalc

A Node-RED node to provide a signal at sunrise and sunset.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-node-suncalc

Usage

Uses the suncalc npm to generate an output at sunrise and sunset based on a specified location.

Several choices of definition of sunrise and sunset are available, see the suncalc module for details.

The node provide two outputs. The first output emits a msg.payload of 1 or 0 every minute depending if day-time (1) or night-time (0).

The second output emits only on the transition between night to day (-> 1) or day to night (-> 0).

It also sets the msg.topic to sun and msg.moon to the fraction of the moon currently visible (a value between 0 for no moon and 1 for full moon).