Philips 9290030675
Model | 9290030675 |
Vendor | Philips |
Description | Hue motion sensor |
Exposes | temperature, occupancy, battery, illuminance_lux, illuminance, motion_sensitivity, led_indication, occupancy_timeout, linkquality |
Picture | ![]() |
Notes
Pairing
Factory resetting a Hue bulb can be accomplished in 5 ways. After resetting the bulb will automatically connect.
Touchlink factory reset
See Touchlink
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. Orphaned bulbs (configured to connect to a non-existing Zigbee network) can be adopted by a Hue bridge by entering the 6 character serial number in the Philips Hue app.
Hue dimmer switch
With one of the two Hue Dimmer switches it is possible to put the bulbs into a factory reset.
- Power-supply the bulb
- Bring the dimmer switch next to the bulb, as close as possible
- Hold the I/On and 0/Off button pressed simultaneously for 10 to 12 seconds until…
- The bulb flashes a couple of times. Don't release the buttons until the last flash + a safety second
- Switch the bulb off and on again: it can now be paired again.
See also the VIDEO: Factory reset a Hue bulb with Hue dimmer switchopen in new window.
Bluetooth (if supported by device)
Install the Philips Hue Bluetooth app for Androidopen in new window or iOSopen in new window. You can use the app to trigger a factory reset on a paired light. (Note: The light will only be in bluetooth pairing mode for a couple of minutes after power-on)
TRADFRI remote control
This may also be possible with the Tradfri Remote Controlopen in new window by pressing and holding the reset button on the bottom of the remote (next to the battery). This may not always work, even if the Hue bulb starts flashingopen in new window.
Power-on behavior
This device allows you to set the power-on behavior. Note that this requires at least November/December '18 firmware update of the device. Send a MQTT command to zigbee2mqtt/FRIENDLY_NAME/set
open in new window with the following payload.
{
"hue_power_on_behavior": "on", // default, on, off, recover
"hue_power_on_brightness": 125, // same values as brightness
"hue_power_on_color_temperature": 280, // same values as color_temp
"hue_power_on_color": "#0000FF" // color in hex notation, e.g. #0000FF = blue
}
2
3
4
5
6
Attribute Value | Description |
---|---|
default | reset to factory default value |
on | bulb on after power loss with configured brightness, color-temperature and color |
off | bulb off after power loss |
recover | last running state after power loss |
Rules:
hue_power_on_behavior
value always has to be providedhue_power_on_brightness
,hue_power_on_color_temperature
andhue_power_on_color
can only be provided whenhue_power_on_behavior
=on
hue_power_on_color_temperature
andhue_power_on_color
cannot be provided together, only one can be set- When setting
hue_power_on_behavior
=on
, any not provided values will be reset to their factory defaults
Note: if hue_power_on_behavior
is set to off
, then the only way to turn the bulb on will be through a paired smart device (see pairing above). You will NOT be able to turn the bulb on by sequentially switching power on and off.
OTA updates
This device supports OTA updates, for more information see OTA updates.
Options
How to use device type specific configuration
no_occupancy_since
: Sends a message after the last time no occupancy (occupancy: false) was detected. When setting this for example to [10, 60] a{"no_occupancy_since": 10}
will be send after 10 seconds and a{"no_occupancy_since": 60}
after 60 seconds. The value must be a list of number.temperature_precision
: Number of digits after decimal point for temperature, takes into effect on next report of device. The value must be a number with a minimum value of0
and with a with a maximum value of3
temperature_calibration
: Calibrates the temperature value (absolute offset), takes into effect on next report of device. The value must be a number.illuminance_precision
: Number of digits after decimal point for illuminance, takes into effect on next report of device. The value must be a number with a minimum value of0
and with a with a maximum value of3
illuminance_calibration
: Calibrates the illuminance value (percentual offset), takes into effect on next report of device. The value must be a number.illuminance_lux_precision
: Number of digits after decimal point for illuminance_lux, takes into effect on next report of device. The value must be a number with a minimum value of0
and with a with a maximum value of3
illuminance_lux_calibration
: Calibrates the illuminance_lux value (percentual offset), takes into effect on next report of device. The value must be a number.
Exposes
Temperature (numeric)
Measured temperature value. Value can be found in the published state on the temperature
property. It's not possible to read (/get
) or write (/set
) this value. The unit of this value is °C
.
Occupancy (binary)
Indicates whether the device detected occupancy. Value can be found in the published state on the occupancy
property. It's not possible to read (/get
) or write (/set
) this value. If value equals true
occupancy is ON, if false
OFF.
Battery (numeric)
Remaining battery in %. Value can be found in the published state on the battery
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 100
. The unit of this value is %
.
Illuminance_lux (numeric)
Measured illuminance in lux. Value can be found in the published state on the illuminance_lux
property. It's not possible to read (/get
) or write (/set
) this value. The unit of this value is lx
.
Illuminance (numeric)
Raw measured illuminance. Value can be found in the published state on the illuminance
property. It's not possible to read (/get
) or write (/set
) this value.
Motion_sensitivity (enum)
Value can be found in the published state on the motion_sensitivity
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"motion_sensitivity": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"motion_sensitivity": NEW_VALUE}
. The possible values are: low
, medium
, high
.
Led_indication (binary)
Blink green LED on motion detection. Value can be found in the published state on the led_indication
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indication": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indication": NEW_VALUE}
. If value equals true
led_indication is ON, if false
OFF.
Occupancy_timeout (numeric)
Value can be found in the published state on the occupancy_timeout
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"occupancy_timeout": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"occupancy_timeout": NEW_VALUE}
. The minimal value is 0
and the maximum value is 65535
. The unit of this value is second
.
Linkquality (numeric)
Link quality (signal strength). Value can be found in the published state on the linkquality
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 255
. The unit of this value is lqi
.