node-red-contrib-nexus21
v0.9.2
Published
Nodes to help automate Nexus21 TV Lifts.
Downloads
3
Readme
node-red-contrib-nexus21
Node-red nodes to enable you to automate your Nexus21 TV Lift. Works with the IPLink add on module.
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
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 **