RF Devices - homebridge-plugins/homebridge-ewelink GitHub Wiki

Use the 'RF Devices' (rfDevices[]) configuration section to customise how your RF Bridge devices are exposed to HomeKit.

See Supported Devices to see which devices can be customised using this section.

Configuration

The easiest way to customise these devices is via the Homebridge/HOOBS UI. However, if you prefer to edit your Homebridge config file manually then here is a list of the options and and examples:

Entry Type Required Default Min Explanation
label str No "" This setting has no effect except to help identify this device.
deviceId str Yes "" eWeLink Device ID (10 characters e.g. "10000abcde".
ignoreDevice bool No false If true, this accessory will be removed and ignored from HomeKit.
resetOnStartup bool No false

If true, the plugin will remove and re-add all subdevices when the plugin initialises. Useful if adding or removing subdevices via the eWeLink app.

ipAddress str No ""

You can manually set the IP address for this device if it cannot be discovered by the plugin.

overrideLogging str No "default"

Override global logging setting for this device.

  • "default" - follows global setting
  • "standard" for standard logging
  • "debug" for debug logging
  • "disable" to disable all accessory logging

Examples

An example to reset the subdevices of a Sonoff RF Bridge:

"rfDevices": [
   {
      "deviceId": "10009553c8",
      "resetOnStartup": true
   }
]
⚠️ **GitHub.com Fallback** ⚠️