LeeSaferite / node-red-contrib-isy

UDI ISY994i integration for Node-RED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-isy

UDI ISY994i integration for Node-RED

This node requires a UDI ISY 994i controller.

This project provides several nodes:

  • Websocket: Subscribes to all events published via websocket by the ISY and exposes the parsed XML for use in Node-Red flows. Additional information about event category is also provided in the message.
  • Device: Allows for commands to be issued to a selected ISY device and subscribes to changes in that device.
  • Scene: Allows for commands to be issued to a selected ISY scene and subscribes to changes in that scene.
  • Program: Allows for commands to be issued to a selected ISY program and subscribes to changes in that program's state.
  • Variable: Allows for variable value and init values to be set. Subscribes to changes in variable values.

The project's Wiki contains Installation Instructions and examples.

This project is in no way supported nor endorsed by UDI nor the author. No warranty is provided for the software and if you choose to use it, you do so at you own risk.

Version History:

  • 1.0.0: Initial Release

About

UDI ISY994i integration for Node-RED

License:Apache License 2.0


Languages

Language:JavaScript 59.4%Language:HTML 40.6%