-
Notifications
You must be signed in to change notification settings - Fork 0
JSON Configuration
Martin Patfield edited this page Jan 22, 2026
·
3 revisions
Using the Homebridge Config UI is the easiest way to set up this plugin. However, if you wish to do things manually then you will need to add the following to your Homebridge config.json:
{
"name": "Econet Rheem",
"email": "string",
"password": "string",
"devices": [
{
"serialNumber": "string",
"deviceName": "string",
"activeKey": "string"
}
...
],
"enableHistory": boolean
"disableLogging": boolean,
"debug": boolean,
"platform": "HomebridgeEconetRheem"
}| Variable | Required | Description |
|---|---|---|
platform |
yes | Must be "HomebridgeEconetRheem" |
name |
yes | The name of the plugin to display in the logs |
email |
yes | Your Econet account email |
password |
yes | Your Econet account password |
devices |
no | See Advanced Setup for more info |
enableHistory |
no | See Eve App Support for more info |
disableLogging |
no | If true, logging will be reduced to errors and warnings only |
debug |
no | If true, the plugin will produce lots of additional logging for debugging purposes |