https://github.com/valpackett/node-red-contrib-nut-ups
Node-RED node that gets UPS data via NUT (Network UPS Tools).
https://github.com/valpackett/node-red-contrib-nut-ups
node-red nut ups
Last synced: over 1 year ago
JSON representation
Node-RED node that gets UPS data via NUT (Network UPS Tools).
- Host: GitHub
- URL: https://github.com/valpackett/node-red-contrib-nut-ups
- Owner: valpackett
- License: unlicense
- Created: 2016-11-05T17:03:55.000Z (over 9 years ago)
- Default Branch: trunk
- Last Pushed: 2024-03-29T03:24:42.000Z (about 2 years ago)
- Last Synced: 2024-04-14T12:58:47.894Z (about 2 years ago)
- Topics: node-red, nut, ups
- Language: HTML
- Homepage:
- Size: 56.6 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://www.npmjs.org/package/node-red-contrib-nut-ups)
[](https://www.npmjs.org/package/node-red-contrib-nut-ups)
[](http://unlicense.org)
# node-red-contrib-nut-ups
Node-RED node that gets UPS data via NUT (Network UPS Tools).
## Installation
Just like any other Node-RED node... search **node-red-contrib-nut-ups** in *Manage pallete* or install manually while in the data directory, or in the same directory as Node-RED itself:
```bash
$ npm i node-red-contrib-nut-ups
```
Restart Node-RED and use the node!
## Contributing
Please feel free to submit pull requests!
By participating in this project you agree to follow the [Contributor Code of Conduct](http://contributor-covenant.org/version/1/4/).
## Thanks
[Network UPS Tools](https://networkupstools.org) NUT project
[Node-NUT](https://github.com/skarcha/node-nut) a Node.js module that implements a NUT client
## License
This is free and unencumbered software released into the public domain.
For more information, please refer to the `UNLICENSE` file or [unlicense.org](http://unlicense.org).