-
-
Notifications
You must be signed in to change notification settings - Fork 127
Single Channel Devices
Use the 'Single Channel Devices' (singleDevices[]
) configuration section to customise how your single-channel switch, outlet and light switch devices are exposed to HomeKit.
See Supported Devices to see which devices can be customised using the 'Single Channel Devices' section.
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 an example:
Entry | Type | Required | Default | Min | Explanation |
---|---|---|---|---|---|
deviceId |
str |
Yes | "" |
eWeLink Device ID (10 characters e.g. "10000abcde" . |
|
deviceModel |
str |
See 1 | "" |
Set the model for this device.
1 Required with Eachen GD-DC5 - set to |
|
label |
str |
No | "" |
This setting has no effect except to help identify this device. | |
showAs |
str |
No | "default" |
Expose this device as a different HomeKit accessory type.
Has no effect if |
|
inUsePowerThreshold |
int |
No | 0 |
0 |
HomeKit will set the 'In Use' status of outlet devices to true when the wattage is above this number Only has effect when |
"singleDevices": [
{
"deviceId": "10009553c8"
},
{
"deviceId": "10009553c9"
}
]