homebridge-kiwigrid
Version:
A HomeBridge plugin to connect local KiwiGrid installations (like Solarwatt EnergyManager) to HomeKit.
25 lines • 807 B
JSON
{
"pluginAlias": "Homebridge Kiwigrid",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"ip": {
"title": "IP address (digits only) of the API gateway in your local network.",
"type": "string",
"required": true,
"default": "0.0.0.0",
"description": "Try the connection with this link » http://IPADDRESS/rest/kiwigrid/wizard/devices (you should get a JSON response). Does not work with online services like https://energymanager.com, for example."
},
"refreshIntervalMinutes": {
"title": "Refresh interval in minutes",
"type": "integer",
"required": false,
"default": 5,
"minimum": 1,
"maximum": 1440
}
}
}
}