Skip to content

Configuration

Ben edited this page Oct 29, 2021 · 3 revisions

⚠️ It is recommended (and easier) to use the Homebridge/HOOBS UI plugin settings screen to configure the plugin

Required Settings

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

Optional Settings

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.
Clone this wiki locally