An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

[![npm version](https://img.shields.io/npm/v/node-red-contrib-nut-ups.svg?style=flat)](https://www.npmjs.org/package/node-red-contrib-nut-ups)
[![npm downloads](https://img.shields.io/npm/dm/node-red-contrib-nut-ups.svg?style=flat)](https://www.npmjs.org/package/node-red-contrib-nut-ups)
[![Unlicense](https://img.shields.io/badge/un-license-green.svg?style=flat)](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).