You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AwoX devices are known to cause network instability. If your Zigbee network has poor performance or you are seeing errors like \`NO_NETWORK_ROUTE\` you should remove this device from the network.
The first-generation Hue Go can be reset by long pressing the button on the bottom of the unit, [as advised by Philips on Twitter](https://twitter.com/tweethue/status/937713840728559621).
15
+
They suggest keeping the button pressed for 35 seconds. After about 25 seconds the light will start doing some flashes: keep pressing anyway for the whole 35. **The power cord has to be connected while doing this procedure**.
16
+
`;
17
+
return`
18
+
## Pairing
19
+
New Bulbs are automatically in pairing mode.
20
+
Factory resetting a Hue bulb can be accomplished in 5 ways which are described below. After resetting the bulb will automatically connect.
21
+
22
+
### Touchlink factory reset
23
+
See [Touchlink](../guide/usage/touchlink.md)
24
+
25
+
### Hue bridge
26
+
When the bulb is still connected to the Hue bridge, you can simply factory reset the bulb
27
+
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.
28
+
29
+
### Hue dimmer switch
30
+
With [one](./324131092621.md) of the [two](./929002398602.md) Hue Dimmer switches it is possible to put the bulbs into a factory reset.
31
+
32
+
1. Power-supply the bulb
33
+
2. Bring the dimmer switch next to the bulb, as close as possible
34
+
3. Hold the I/On and 0/Off button pressed simultaneously for 10 to 12 seconds until…
35
+
4. The bulb flashes a couple of times. Don't release the buttons until the last flash + a safety second
36
+
5. Switch the bulb off and on again: it can now be paired again.
37
+
38
+
See also the [VIDEO: Factory reset a Hue bulb with Hue dimmer switch](https://www.youtube.com/watch?v=qvlEAELiJKs).
39
+
40
+
### Bluetooth (if supported by device)
41
+
Install the Philips Hue Bluetooth app for [Android](https://play.google.com/store/apps/details?id=com.signify.hue.blue)
42
+
or [iOS](https://apps.apple.com/us/app/philips-hue-bluetooth/id1456604186). You can use the app to trigger a factory reset on a paired light. (Note: The light will only be in bluetooth pairing
This device allows you to set the power-on behavior. Note that this requires at least November/December '18 firmware update of the device.
55
+
Send a MQTT command to [\`zigbee2mqtt/FRIENDLY_NAME/set\`](../guide/usage/mqtt_topics_and_messages.md#zigbee2mqtt-friendly-name-set) with the following payload.
56
+
57
+
\`\`\`js
58
+
{
59
+
"hue_power_on_behavior": "on", // default, on, off, recover
60
+
"hue_power_on_brightness": 125, // same values as brightness
61
+
"hue_power_on_color_temperature": 280, // same values as color_temp
62
+
"hue_power_on_color": "#0000FF" // color in hex notation, e.g. #0000FF = blue
on | bulb on after power loss with configured brightness, color-temperature and color
70
+
off | bulb off after power loss
71
+
recover | last running state after power loss
72
+
73
+
Rules:
74
+
- \`hue_power_on_behavior\` value always has to be provided
75
+
- \`hue_power_on_brightness\`, \`hue_power_on_color_temperature\` and \`hue_power_on_color\` can only be provided when \`hue_power_on_behavior\` = \`on\`
76
+
- \`hue_power_on_color_temperature\` and \`hue_power_on_color\` cannot be provided together, only one can be set
77
+
- When setting \`hue_power_on_behavior\` = \`on\`, any not provided values will be reset to their factory defaults
78
+
79
+
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.
Copy file name to clipboardexpand all lines: docs/devices/046677476816.md
+15-13
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,22 @@ pageClass: device-page
23
23
24
24
25
25
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
26
-
## Notes
27
26
28
27
29
-
### Pairing
30
-
Factory resetting a Hue bulb can be accomplished in 5 ways.
31
-
After resetting the bulb will automatically connect.
28
+
<!-- Notes END: Do not edit below this line -->
29
+
30
+
## Pairing
31
+
New Bulbs are automatically in pairing mode.
32
+
Factory resetting a Hue bulb can be accomplished in 5 ways which are described below. After resetting the bulb will automatically connect.
32
33
33
-
####Touchlink factory reset
34
+
### Touchlink factory reset
34
35
See [Touchlink](../guide/usage/touchlink.md)
35
36
36
-
####Hue bridge
37
+
### Hue bridge
37
38
When the bulb is still connected to the Hue bridge, you can simply factory reset the bulb
38
39
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.
39
40
40
-
####Hue dimmer switch
41
+
### Hue dimmer switch
41
42
With [one](./324131092621.md) of the [two](./929002398602.md) Hue Dimmer switches it is possible to put the bulbs into a factory reset.
42
43
43
44
1. Power-supply the bulb
@@ -48,21 +49,22 @@ With [one](./324131092621.md) of the [two](./929002398602.md) Hue Dimmer switche
48
49
49
50
See also the [VIDEO: Factory reset a Hue bulb with Hue dimmer switch](https://www.youtube.com/watch?v=qvlEAELiJKs).
50
51
51
-
####Bluetooth (if supported by device)
52
+
### Bluetooth (if supported by device)
52
53
Install the Philips Hue Bluetooth app for [Android](https://play.google.com/store/apps/details?id=com.signify.hue.blue)
53
54
or [iOS](https://apps.apple.com/us/app/philips-hue-bluetooth/id1456604186). You can use the app to trigger a factory reset on a paired light. (Note: The light will only be in bluetooth pairing
by pressing and holding the reset button on the bottom of the remote (next to the battery).
60
61
[This may not always work, even if the Hue bulb starts flashing](https://github.com/Koenkk/zigbee2mqtt/issues/296#issuecomment-416923751).
61
62
62
63
63
-
### Power-on behavior
64
+
65
+
## Power-on behavior
64
66
This device allows you to set the power-on behavior. Note that this requires at least November/December '18 firmware update of the device.
65
-
Send a MQTT command to [`zigbee2mqtt/FRIENDLY_NAME/set`](https://www.zigbee2mqtt.io/../guide/usage/mqtt_topics_and_messages.md#zigbee2mqttfriendly_nameset) with the following payload.
67
+
Send a MQTT command to [`zigbee2mqtt/FRIENDLY_NAME/set`](../guide/usage/mqtt_topics_and_messages.md#zigbee2mqtt-friendly-name-set) with the following payload.
66
68
67
69
```js
68
70
{
@@ -86,8 +88,8 @@ Rules:
86
88
-`hue_power_on_color_temperature` and `hue_power_on_color` cannot be provided together, only one can be set
87
89
- When setting `hue_power_on_behavior` = `on`, any not provided values will be reset to their factory defaults
88
90
89
-
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.
90
-
<!-- Notes END: Do not edit below this line -->
91
+
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.
92
+
91
93
92
94
## OTA updates
93
95
This device supports OTA updates, for more information see [OTA updates](../guide/usage/ota_updates.md).
Copy file name to clipboardexpand all lines: docs/devices/046677551780.md
+15-13
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,22 @@ pageClass: device-page
23
23
24
24
25
25
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
26
-
## Notes
27
26
28
27
29
-
### Pairing
30
-
Factory resetting a Hue bulb can be accomplished in 5 ways.
31
-
After resetting the bulb will automatically connect.
28
+
<!-- Notes END: Do not edit below this line -->
29
+
30
+
## Pairing
31
+
New Bulbs are automatically in pairing mode.
32
+
Factory resetting a Hue bulb can be accomplished in 5 ways which are described below. After resetting the bulb will automatically connect.
32
33
33
-
####Touchlink factory reset
34
+
### Touchlink factory reset
34
35
See [Touchlink](../guide/usage/touchlink.md)
35
36
36
-
####Hue bridge
37
+
### Hue bridge
37
38
When the bulb is still connected to the Hue bridge, you can simply factory reset the bulb
38
39
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.
39
40
40
-
####Hue dimmer switch
41
+
### Hue dimmer switch
41
42
With [one](./324131092621.md) of the [two](./929002398602.md) Hue Dimmer switches it is possible to put the bulbs into a factory reset.
42
43
43
44
1. Power-supply the bulb
@@ -48,21 +49,22 @@ With [one](./324131092621.md) of the [two](./929002398602.md) Hue Dimmer switche
48
49
49
50
See also the [VIDEO: Factory reset a Hue bulb with Hue dimmer switch](https://www.youtube.com/watch?v=qvlEAELiJKs).
50
51
51
-
####Bluetooth (if supported by device)
52
+
### Bluetooth (if supported by device)
52
53
Install the Philips Hue Bluetooth app for [Android](https://play.google.com/store/apps/details?id=com.signify.hue.blue)
53
54
or [iOS](https://apps.apple.com/us/app/philips-hue-bluetooth/id1456604186). You can use the app to trigger a factory reset on a paired light. (Note: The light will only be in bluetooth pairing
by pressing and holding the reset button on the bottom of the remote (next to the battery).
60
61
[This may not always work, even if the Hue bulb starts flashing](https://github.com/Koenkk/zigbee2mqtt/issues/296#issuecomment-416923751).
61
62
62
63
63
-
### Power-on behavior
64
+
65
+
## Power-on behavior
64
66
This device allows you to set the power-on behavior. Note that this requires at least November/December '18 firmware update of the device.
65
-
Send a MQTT command to [`zigbee2mqtt/FRIENDLY_NAME/set`](https://www.zigbee2mqtt.io/../guide/usage/mqtt_topics_and_messages.md#zigbee2mqttfriendly_nameset) with the following payload.
67
+
Send a MQTT command to [`zigbee2mqtt/FRIENDLY_NAME/set`](../guide/usage/mqtt_topics_and_messages.md#zigbee2mqtt-friendly-name-set) with the following payload.
66
68
67
69
```js
68
70
{
@@ -86,8 +88,8 @@ Rules:
86
88
-`hue_power_on_color_temperature` and `hue_power_on_color` cannot be provided together, only one can be set
87
89
- When setting `hue_power_on_behavior` = `on`, any not provided values will be reset to their factory defaults
88
90
89
-
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.
90
-
<!-- Notes END: Do not edit below this line -->
91
+
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.
92
+
91
93
92
94
## OTA updates
93
95
This device supports OTA updates, for more information see [OTA updates](../guide/usage/ota_updates.md).
Copy file name to clipboardexpand all lines: docs/devices/046677552343.md
+1
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ Rules:
55
55
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.
56
56
<!-- Notes END: Do not edit below this line -->
57
57
58
+
58
59
## OTA updates
59
60
This device supports OTA updates, for more information see [OTA updates](../guide/usage/ota_updates.md).
Copy file name to clipboardexpand all lines: docs/devices/046677562229.md
+15-13
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,22 @@ pageClass: device-page
23
23
24
24
25
25
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
26
-
## Notes
27
26
28
27
29
-
### Pairing
30
-
Factory resetting a Hue bulb can be accomplished in 5 ways.
31
-
After resetting the bulb will automatically connect.
28
+
<!-- Notes END: Do not edit below this line -->
29
+
30
+
## Pairing
31
+
New Bulbs are automatically in pairing mode.
32
+
Factory resetting a Hue bulb can be accomplished in 5 ways which are described below. After resetting the bulb will automatically connect.
32
33
33
-
####Touchlink factory reset
34
+
### Touchlink factory reset
34
35
See [Touchlink](../guide/usage/touchlink.md)
35
36
36
-
####Hue bridge
37
+
### Hue bridge
37
38
When the bulb is still connected to the Hue bridge, you can simply factory reset the bulb
38
39
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.
39
40
40
-
####Hue dimmer switch
41
+
### Hue dimmer switch
41
42
With [one](./324131092621.md) of the [two](./929002398602.md) Hue Dimmer switches it is possible to put the bulbs into a factory reset.
42
43
43
44
1. Power-supply the bulb
@@ -48,21 +49,22 @@ With [one](./324131092621.md) of the [two](./929002398602.md) Hue Dimmer switche
48
49
49
50
See also the [VIDEO: Factory reset a Hue bulb with Hue dimmer switch](https://www.youtube.com/watch?v=qvlEAELiJKs).
50
51
51
-
####Bluetooth (if supported by device)
52
+
### Bluetooth (if supported by device)
52
53
Install the Philips Hue Bluetooth app for [Android](https://play.google.com/store/apps/details?id=com.signify.hue.blue)
53
54
or [iOS](https://apps.apple.com/us/app/philips-hue-bluetooth/id1456604186). You can use the app to trigger a factory reset on a paired light. (Note: The light will only be in bluetooth pairing
by pressing and holding the reset button on the bottom of the remote (next to the battery).
60
61
[This may not always work, even if the Hue bulb starts flashing](https://github.com/Koenkk/zigbee2mqtt/issues/296#issuecomment-416923751).
61
62
62
63
63
-
### Power-on behavior
64
+
65
+
## Power-on behavior
64
66
This device allows you to set the power-on behavior. Note that this requires at least November/December '18 firmware update of the device.
65
-
Send a MQTT command to [`zigbee2mqtt/FRIENDLY_NAME/set`](https://www.zigbee2mqtt.io/../guide/usage/mqtt_topics_and_messages.md#zigbee2mqttfriendly_nameset) with the following payload.
67
+
Send a MQTT command to [`zigbee2mqtt/FRIENDLY_NAME/set`](../guide/usage/mqtt_topics_and_messages.md#zigbee2mqtt-friendly-name-set) with the following payload.
66
68
67
69
```js
68
70
{
@@ -86,8 +88,8 @@ Rules:
86
88
-`hue_power_on_color_temperature` and `hue_power_on_color` cannot be provided together, only one can be set
87
89
- When setting `hue_power_on_behavior` = `on`, any not provided values will be reset to their factory defaults
88
90
89
-
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.
90
-
<!-- Notes END: Do not edit below this line -->
91
+
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.
92
+
91
93
92
94
## OTA updates
93
95
This device supports OTA updates, for more information see [OTA updates](../guide/usage/ota_updates.md).
0 commit comments