1.5.0 • Published 8 years ago

norelite v1.5.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
8 years ago

norelite

A set of Node-Red nodes to ease the implementation of your home automation requirements. Overview example image

Install

Use npm to install norelite in the Node-RED data directory.

    cd ~/.node-red
    npm install norelite

Why is norelite needed?

Norelite was developed to simplify the design of Node-Red flows to manage RF-controlled switches. What Norelite contributes to in comparison to using "regular" nodes is that it:

  • It is primarily based on rules that if true triggers an "turn on" action and if false it will trigger an "turn off" action.
  • It will keep the state (actions received) and will re-evaluate if a device should be on and off depeding on the messages received. Many rules can decide whether or not a a device should be active e.g. (1) if it is dark outside (2) if I'm at home and it is dark and passed midnight and there is movement in the house
  • ONE flow will send ON and OFF messages. You don't have to develop a separate flow to manage off actions and take into consideration any colliding rules
  • It is simple!

Supported devices

Documentation

The documentation is located in the Github wiki including some getting started information.

How does it work?

It is briefly explained in the picture below (even if not all types of nodes are represented). Overview example image

Demo

There is an read-only, live data, demonstration environment available on IBM BlueMix: http://goo.gl/T6Ag9P if you want to take a look. Note that nodes are defined on two sheets.

1.5.0

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.6

8 years ago

1.3.5

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago