File: README.adoc

package info (click to toggle)
nut 2.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,356 kB
  • sloc: ansic: 123,904; sh: 14,718; cpp: 12,558; makefile: 5,212; python: 1,114; perl: 855; xml: 47
file content (15 lines) | stat: -rw-r--r-- 688 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NUT external API integration scripts
====================================

These directories hold scripts that help integrate NUT with external APIs
not yet natively supported.  These may include REST API, Web-based JSON,
or any other protocol that doesn't have a supported NUT driver but a
prototype to interact with the device can be easily scripted.  They
are useful both for adding the integration to an existing install, or
as a starting point for creating new integrations.

- `enphase`: web-API based integration with Enphase's locally hosted
  IQ Gateway.
+
Supports web-based login and token management, and maps JSON data
  to files consumed by the linkman:dummy-ups[8] driver.