Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.24 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.24 KB

NEEO with Node-RED

Node-RED nodes for for interacting with the NEEO Brain.

Currently WIP, more nodes/options to be implemented. Once there's enough functionality I will submit it to npm so it can be easily accessed on the node-red search, for now the easy way to install it is:

npm install https://github.com/pfiaux/node-red-contrib-neeo

Nodes

Functions

  • Get Active now
  • (TODO) Get slider/switch/sensor

Outputs

  • Trigger recipe
  • (TODO) Set slider/switch

Settings and NEEO Brains

  • (TODO) Discovered
  • Manually added

Backlog

0.1.0 Read/Set Values on NEEO Brain

Reading and setting most values for using the devices on the Brain.

  • Active now (with hardcoded stuff) node
  • NEEO Brain config node
  • trigger recipe node
  • read sensor value node
  • set switch/slider value node
  • trigger device macro

0.2.0 Push updates

Getting push updates from the NEEO Brain so polling on interval isn't needed, sensor updates come in.

  • listen for sensor updates

Beyond