UNPKG

homebridge-enphase-envoy

Version:

Homebridge plugin for Photovoltaic Energy System manufactured by Enphase.

66 lines 1.68 kB
{ "private": false, "displayName": "Enphase Envoy", "name": "homebridge-enphase-envoy", "version": "10.7.4", "description": "Homebridge plugin for Photovoltaic Energy System manufactured by Enphase.", "license": "MIT", "author": "grzegorz914", "maintainers": [ "grzegorz914" ], "homepage": "https://github.com/grzegorz914/homebridge-enphase-envoy#readme", "repository": { "type": "git", "url": "git+https://github.com/grzegorz914/homebridge-enphase-envoy.git" }, "bugs": { "url": "https://github.com/grzegorz914/homebridge-enphase-envoy/issues" }, "type": "module", "exports": { ".": "./index.js" }, "files": [ "src", "index.js", "config.schema.json", "package.json", "CHANGELOG.md", "README.md", "LICENSE" ], "engines": { "homebridge": "^1.8.0 || ^2.0.0", "node": "^20 || ^22 || ^24 || ^25 || ^26" }, "dependencies": { "mqtt": "^5.15.1", "axios": "^1.17.0", "express": "^5.2.1", "fast-xml-parser": "^5.8.0", "fakegato-history": "^0.6.7", "node-cron": "^4.2.1" }, "keywords": [ "homebridge", "homebridge-plugin", "envoy", "enphase", "ensemble", "enpower", "encharge", "photovoltaic", "solar", "mqtt", "restful" ], "funding": { "type": "Buy Coffee To", "url": "https://buycoffee.to/grzegorz914" }, "contributors": [], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }