-
-
Notifications
You must be signed in to change notification settings - Fork 32
Light Devices
Ben edited this page Nov 30, 2021
·
4 revisions
Use the 'Light Devices' (lightDevices[]
) configuration section to customise how your light dimmers/bulbs/strips are exposed to HomeKit.
See Supported Devices to see which devices can be customised using this 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 examples:
Entry | Type | Required | Default | Min | Explanation |
---|---|---|---|---|---|
name |
str |
Yes | "" |
A label for this device, will be used as the HomeKit name if setting up a local device. | |
serialNumber |
str |
Yes | "" |
32 digit serial number (uuid) of the device. | |
connection |
str |
No | "default" |
Connection method to use for this device. Must be one of:
|
|
deviceUrl |
str |
No | "" |
IP address to use for the device when connection is local . |
|
ignoreDevice |
bool |
No | false |
If true , this accessory will be removed and ignored from HomeKit. |
|
model |
str |
See 1 | "" |
2 Required when device has been setup as local Set the model for this device. One of:
|
|
brightnessStep |
int |
No | 1 |
1 |
A minimum step for the brightness slider in the Home app. |
adaptiveLightingShift |
int |
No | 0 |
-1 |
The mired for each Adaptive Lighting update will be increased by this value, making the light appear warmer. Set to -1 to remove Adaptive Lighting feature. |
firmwareRevision |
str |
No | "" |
For local devices, HomeKit will show this as the firmware version. | |
userkey |
str |
No | "" |
Override the user key for this device if it is registered to a different Meross account. | |
overrideLogging |
str |
No | "default" |
Override global logging setting for this device.
|