homebridge-solaredge-kiosk
Version:
A Homebridge plugin to pull SolarEdge solar inverter data from the kiosk page into HomeKit as a light sensor accessory.
39 lines (38 loc) • 1 kB
JSON
{
"name": "homebridge-solaredge-kiosk",
"version": "0.0.5",
"description": "A Homebridge plugin to pull SolarEdge solar inverter data from the kiosk page into HomeKit as a light sensor accessory.",
"author": "Chris Thomson <chris@cthomson.ca>",
"contributors": [
"christhomson",
"ecoen66"
],
"license": "MIT",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"SolarEdge",
"Solar",
"Inverter"
],
"repository": {
"type": "git",
"url": "git://github.com/christhomson/homebridge-solaredge-kiosk.git"
},
"bugs": {
"url": "http://github.com/christhomson/homebridge-solaredge-kiosk/issues"
},
"dependencies": {
"axios": "^0.19.2",
"axios-cache-adapter": "^2.5.0"
},
"devDependencies": {},
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
},
"homepage": "https://github.com/christhomson/homebridge-solaredge-kiosk#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}