node-red-contrib-nexus21

0.9.2 • Public • Published

node-red-contrib-nexus21

Donate

Node-red nodes to enable you to automate your Nexus21 TV Lift. Works with the IPLink add on module.

Basic Example

Configuration

One node instance equals 1 TV Lift.

Put in the IP address to point it at the lift.

Usage

The input connection takes basic commands as msg.payload

  • UP
  • DOWN
  • MEM1
  • MEM2
  • MEM3

The output connection will pump out status updates as the lift changes. These are in JSON format as the msg payload and look like:

{
    "STATUS” : "OK",
    "VERTICAL” : "MOVING",
    "HORIZONTAL” : "NA",
    "EXTCMD" : "UP",
    "ERROR" : {
        "id" : 13,
        "short" : "Short Circuit",
        "long" : "Short circuit has been detected while running"
    }
}

Donations Donate

If you would like to donate some money to support ongoing development or as a simple thank you for me sharing this project for others to use, please feel free to send money via PayPal.

Disclaimer

Of course, this software is offered with absolutely NO WARRANTY whatsoever offered or implied. If something is not working right, log a ticket in github or better yet, fix it and submit a pull request.

If you choose to set up and your tv gets crumbled or smashed, it's your problem, nothing to do with this software as there is no warranty whatsoever. Up to you to use it completely at your own risk. So YOU HAVE BEEN WARNED!

Error Codes

** COMING SOON **

Package Sidebar

Install

npm i node-red-contrib-nexus21

Weekly Downloads

0

Version

0.9.2

License

MIT

Unpacked Size

60.9 kB

Total Files

14

Last publish

Collaborators

  • macinspak
  • imagineit