To contribute to this page, edit the following file
Philips 7099860PH
Model | 7099860PH |
Vendor | Philips |
Description | LivingColors Aura |
Supports | on/off, brightness, color xy, power-on behavior |
Picture | ![]() |
Notes
Pairing
Factory resetting a Hue bulb can be accomplished in 3 ways. After resetting the bulb will automatically connect.
Hue bridge When the bulb is still connected to the Hue bridge, you can simply factory reset the bulb by removing it from the bridge via the Hue app.
Hue dimmer switch VIDEO: Factory reset a Hue bulb with Hue dimmer switch.
TRADFRI remote control This may also be possible with the Tradfri Remote Control by pressing and holding the reset button on the bottom of the remote (next to the battery). This may not always work.
Power-on behavior
Allows to set the power-on behavior of the bulb. Note that this requires at least November/December ‘18 firmware update of the bulb.
{
"hue_power_on_behavior": "on", //default, on, off, recover, default = on
"hue_power_on_brightness": 125, //default, same values as brightness, default = 255
"hue_power_on_color_temperature": 280, //default, same values as color_temp, default = 366
}
Attribute Value | Description |
---|---|
default | reset to factory default value |
on | lamps on after power loss with configured brightness, color-temperature, color (to-do) |
off | lamps off after power loss |
recover | last running state after power loss |
Device type specific configuration
How to use device type specific configuration
transition
: Controls the transition time (in seconds) of brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to0
(no transition). Note that this value is overridden if atransition
value is present in the MQTT command payload.
Manual Home Assistant configuration
Although Home Assistant integration through MQTT discovery is preferred, manual integration is possbile with the following configuration:
light:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
brightness: true
xy: true
schema: "json"
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
sensor:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
unit_of_measurement: "-"
value_template: "{{ value_json.linkquality }}"