-
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Ben edited this page Oct 29, 2021
·
3 revisions
Add the following to your configuration file in the appropriate place. The following are the basic required fields.
{
"name": "Thermobit",
"username": "your-thermobit-username",
"password": "your-thermobit-password",
"platform": "Thermobit"
}
⚠️ The"platform": "Thermobit"
line must not be changed- You can optionally use a
base64
-encoded version of your password
Entry | Type | Default | Explanation |
---|---|---|---|
refreshTime |
int |
15 |
An interval (in seconds) in which your device will refresh with Thermobit. Must be 15 or more. |
debug |
bool |
false |
Global logging setting for the plugin. If true then debug information will be added to the log. This can also be set per accessory later in the config. |
debugFakegato |
bool |
false |
If true , the included Fakegato library will debug to the log. |
disablePlugin |
bool |
false |
If true , the plugin will remove all accessories and not load the plugin on restart. |
Setup
Help/About