UNPKG

homebridge-solaredge-kiosk

Version:

A Homebridge plugin to pull SolarEdge solar inverter data from the kiosk page into HomeKit as a light sensor accessory.

37 lines (36 loc) 708 B
{ "pluginAlias": "SolarEdge Inverter", "pluginType": "accessory", "schema": { "name": { "title": "Name", "type": "string", "required": true, "default": "SolarEdge Inverter" }, "manufacturer": { "title": "Manufacturer", "type": "string", "required": false, "default": "" }, "model": { "title": "Inverter Model", "type": "string", "required": false, "default": "" }, "serial": { "title": "Serial Number", "type": "string", "required": false, "default": "" }, "guid": { "title": "GUID", "type": "string", "required": true, "default": "" } } }