-
-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Ben edited this page Nov 23, 2021
·
3 revisions
{
"name": "Flume",
"username": "[email protected]",
"password": "password",
"clientId": "1234567890ABCD",
"clientSecret": "1234567890ABCDEFGHIJ",
"refreshInterval": 1,
"threshold": 0.1,
"disableDeviceLogging": false,
"debug": false,
"disablePlugin": false,
"platform": "Flume"
}
-
username
- Your Flume username -
password
- Your Flume password -
clientId
- Your Flume Client ID, found at https://portal.flumetech.com. -
clientSecret
- Your Flume Client Secret, found at https://portal.flumetech.com.
-
refreshInterval
- Number of minutes between updates. Must be1
or more. -
threshold
- Ignore a steady water draw below this value in gallons per refresh interval. Must be0
or more. -
disableDeviceLogging
- Global logging setting for accessory status changes. If true then accessory status changes will not be logged. -
debug
- Global logging setting for the plugin. If true then debug information will be added to the log. -
disablePlugin
- If true, the plugin will remove all accessories and not load the plugin on restart.
- You'll need to get your API Access Client ID and Client Secret from the Flume website at https://portal.flumetech.com.
- This guide offers the steps to take - https://flumetech.readme.io/reference#accessing-the-api.
Setup
Help/About