# \[APP\]\[Pro\] Philips Hue Zigbee (Without the bridge)

**URL:** https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734
**Category:** Apps
**Tags:** app, zigbee
**Created:** [May 12, 2020, 11:53am UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734 "2020-05-12T11:53:46Z")
**Posts on this page:** 20
**Page:** 42

<div class="post-metadata">

### Author: ![elnana](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/elnana/32/79707_2.png) [@elnana](https://community.homey.app/u/elnana)
#### Post date: [October 12, 2023, 4:54pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/860 "2023-10-12T16:54:21Z")

</div>

Hi @johan_bendz  
I’ve purchased a Hue Centris Cross, but all the individual bulbs got registered as an Unknown Zigbee device. On the developer tools site, the ModelID for the bulbs are 5060830P7\_01, 5060830P7\_02, 5060830P7\_03 and 5060830P7\_04.

Could you the Centris Cross support in your next release?

Also is there a way to have smooth dimming? I saw an old post of yours with a flow where the variable “Duration” was available, but couldn’t find it in Homey anymore. I’m using the HP 23.

> **[Hue Centris-taklampe med 3 spotlys – svart | Philips Hue NO](https://www.philips-hue.com/no-no/p/hue-white-and-color-ambiance-centris-taklampe-med-3-spotlight-kryss/5060830P7)**
>
> Kjøp den svarte Cross Centris-taklampen med 3 spotlys som kan vinkles individuelt. Hvert av lysene i armaturen kan avgi en av millioner av farger.

EDIT: Here is the interviews:

Center panel light:

```auto

  "ids": {
    "modelId": "5060830P7_01",
    "manufacturerName": "Philips"
  },
  "endpoints": {
    "ieeeAddress": "00:17:88:01:0b:e7:a9:96",
    "networkAddress": 32265,
    "modelId": "5060830P7_01",
    "manufacturerName": "Philips",
    "endpointDescriptors": [
      {
        "status": "SUCCESS",
        "nwkAddrOfInterest": 32265,
        "_reserved": 28,
        "endpointId": 11,
        "applicationProfileId": 260,
        "applicationDeviceId": 269,
        "applicationDeviceVersion": 0,
        "_reserved1": 1,
        "inputClusters": [
          0,
          3,
          4,
          5,
          6,
          8,
          4096,
          768,
          64513
        ],
        "outputClusters": [
          25
        ]
      },
      {
        "status": "SUCCESS",
        "nwkAddrOfInterest": 32265,
        "_reserved": 10,
        "endpointId": 242,
        "applicationProfileId": 41440,
        "applicationDeviceId": 97,
        "applicationDeviceVersion": 0,
        "_reserved1": 0,
        "inputClusters": [],
        "outputClusters": [
          33
        ]
      }
    ],
    "deviceType": "router",
    "receiveWhenIdle": true,
    "swBuildId": "1.82.10",
    "capabilities": {
      "alternatePANCoordinator": false,
      "deviceType": true,
      "powerSourceMains": true,
      "receiveWhenIdle": true,
      "security": false,
      "allocateAddress": true
    },
    "extendedEndpointDescriptors": {
      "11": {
        "clusters": {
          "basic": {
            "attributes": [
              {
                "id": 0,
                "name": "zclVersion",
                "value": 2
              },
              {
                "id": 1,
                "name": "appVersion",
                "value": 2
              },
              {
                "id": 2,
                "name": "stackVersion",
                "value": 1
              },
              {
                "id": 3,
                "name": "hwVersion",
                "value": 0
              },
              {
                "id": 4,
                "name": "manufacturerName",
                "value": "Philips"
              },
              {
                "id": 5,
                "name": "modelId",
                "value": "5060830P7_01"
              },
              {
                "id": 6,
                "name": "dateCode",
                "value": "20210305"
              },
              {
                "id": 7,
                "name": "powerSource",
                "value": "mains"
              },
              {
                "id": 8,
                "name": "appProfileVersion",
                "value": 0
              },
              {
                "id": 9
              },
              {
                "id": 10
              },
              {
                "id": 11
              },
              {
                "id": 16384,
                "name": "swBuildId",
                "value": "1.82.10"
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "identify": {
            "attributes": [
              {
                "id": 0,
                "name": "identifyTime",
                "value": 0
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "groups": {
            "attributes": [
              {
                "id": 0,
                "name": "nameSupport",
                "value": {
                  "type": "Buffer",
                  "data": [
                    0
                  ]
                }
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "scenes": {
            "attributes": [
              {
                "id": 0
              },
              {
                "id": 1
              },
              {
                "id": 2
              },
              {
                "id": 3
              },
              {
                "id": 4
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "onOff": {
            "attributes": [
              {
                "id": 0,
                "name": "onOff",
                "value": true
              },
              {
                "id": 16384
              },
              {
                "id": 16385,
                "name": "onTime",
                "value": 0
              },
              {
                "id": 16386,
                "name": "offWaitTime",
                "value": 0
              },
              {
                "id": 16387
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "levelControl": {
            "attributes": [
              {
                "id": 0,
                "name": "currentLevel",
                "value": 254
              },
              {
                "id": 1,
                "name": "remainingTime",
                "value": 0
              },
              {
                "id": 15
              },
              {
                "id": 16384
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "touchlink": {
            "attributes": [
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1,
                "reportingConfiguration": {
                  "status": "UNREPORTABLE_ATTRIBUTE",
                  "direction": "reported"
                }
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "colorControl": {
            "attributes": [
              {
                "id": 0,
                "name": "currentHue",
                "value": 32
              },
              {
                "id": 1,
                "name": "currentSaturation",
                "value": 140
              },
              {
                "id": 2
              },
              {
                "id": 3,
                "name": "currentX",
                "value": 29973
              },
              {
                "id": 4,
                "name": "currentY",
                "value": 26871
              },
              {
                "id": 7,
                "name": "colorTemperatureMireds",
                "value": 366
              },
              {
                "id": 8,
                "name": "colorMode",
                "value": "colorTemperatureMireds"
              },
              {
                "id": 15
              },
              {
                "id": 16
              },
              {
                "id": 17
              },
              {
                "id": 18
              },
              {
                "id": 19
              },
              {
                "id": 21
              },
              {
                "id": 22
              },
              {
                "id": 23
              },
              {
                "id": 25
              },
              {
                "id": 26
              },
              {
                "id": 27
              },
              {
                "id": 48
              },
              {
                "id": 49
              },
              {
                "id": 50
              },
              {
                "id": 51
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          }
        },
        "bindings": {
          "ota": {}
        }
      },
      "242": {
        "clusters": {},
        "bindings": {}
      }
    }
  }

```

Left spot (single spot):

```auto

  "ids": {
    "modelId": "5060830P7_02",
    "manufacturerName": "Philips"
  },
  "endpoints": {
    "ieeeAddress": "00:17:88:01:0d:53:e0:4d",
    "networkAddress": 40041,
    "modelId": "5060830P7_02",
    "manufacturerName": "Philips",
    "endpointDescriptors": [
      {
        "status": "SUCCESS",
        "nwkAddrOfInterest": 40041,
        "_reserved": 30,
        "endpointId": 11,
        "applicationProfileId": 260,
        "applicationDeviceId": 269,
        "applicationDeviceVersion": 0,
        "_reserved1": 1,
        "inputClusters": [
          0,
          3,
          4,
          5,
          6,
          8,
          4096,
          64514,
          768,
          64513
        ],
        "outputClusters": [
          25
        ]
      },
      {
        "status": "SUCCESS",
        "nwkAddrOfInterest": 40041,
        "_reserved": 10,
        "endpointId": 242,
        "applicationProfileId": 41440,
        "applicationDeviceId": 97,
        "applicationDeviceVersion": 0,
        "_reserved1": 0,
        "inputClusters": [],
        "outputClusters": [
          33
        ]
      }
    ],
    "deviceType": "router",
    "receiveWhenIdle": true,
    "swBuildId": "1.65.11_hB798F2B",
    "capabilities": {
      "alternatePANCoordinator": false,
      "deviceType": true,
      "powerSourceMains": true,
      "receiveWhenIdle": true,
      "security": false,
      "allocateAddress": true
    },
    "extendedEndpointDescriptors": {
      "11": {
        "clusters": {
          "basic": {
            "attributes": [
              {
                "id": 0,
                "name": "zclVersion",
                "value": 2
              },
              {
                "id": 1,
                "name": "appVersion",
                "value": 2
              },
              {
                "id": 2,
                "name": "stackVersion",
                "value": 1
              },
              {
                "id": 3,
                "name": "hwVersion",
                "value": 3
              },
              {
                "id": 4,
                "name": "manufacturerName",
                "value": "Philips"
              },
              {
                "id": 5,
                "name": "modelId",
                "value": "5060830P7_02"
              },
              {
                "id": 6,
                "name": "dateCode",
                "value": "20200327"
              },
              {
                "id": 7,
                "name": "powerSource",
                "value": "mains"
              },
              {
                "id": 8,
                "name": "appProfileVersion",
                "value": 0
              },
              {
                "id": 9
              },
              {
                "id": 10
              },
              {
                "id": 11
              },
              {
                "id": 16384,
                "name": "swBuildId",
                "value": "1.65.11_hB798F2B"
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "identify": {
            "attributes": [
              {
                "id": 0,
                "name": "identifyTime",
                "value": 0
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "groups": {
            "attributes": [
              {
                "id": 0,
                "name": "nameSupport",
                "value": {
                  "type": "Buffer",
                  "data": [
                    0
                  ]
                }
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "scenes": {
            "attributes": [
              {
                "id": 0
              },
              {
                "id": 1
              },
              {
                "id": 2
              },
              {
                "id": 3
              },
              {
                "id": 4
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "onOff": {
            "attributes": [
              {
                "id": 0,
                "name": "onOff",
                "value": true
              },
              {
                "id": 16384
              },
              {
                "id": 16385,
                "name": "onTime",
                "value": 0
              },
              {
                "id": 16386,
                "name": "offWaitTime",
                "value": 0
              },
              {
                "id": 16387
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "levelControl": {
            "attributes": [
              {
                "id": 0,
                "name": "currentLevel",
                "value": 254
              },
              {
                "id": 1,
                "name": "remainingTime",
                "value": 0
              },
              {
                "id": 15
              },
              {
                "id": 16384
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "touchlink": {
            "attributes": [
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1,
                "reportingConfiguration": {
                  "status": "UNREPORTABLE_ATTRIBUTE",
                  "direction": "reported"
                }
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "colorControl": {
            "attributes": [
              {
                "id": 0,
                "name": "currentHue",
                "value": 32
              },
              {
                "id": 1,
                "name": "currentSaturation",
                "value": 140
              },
              {
                "id": 2
              },
              {
                "id": 3,
                "name": "currentX",
                "value": 29972
              },
              {
                "id": 4,
                "name": "currentY",
                "value": 26871
              },
              {
                "id": 7,
                "name": "colorTemperatureMireds",
                "value": 366
              },
              {
                "id": 8,
                "name": "colorMode",
                "value": "colorTemperatureMireds"
              },
              {
                "id": 15
              },
              {
                "id": 16
              },
              {
                "id": 17
              },
              {
                "id": 18
              },
              {
                "id": 19
              },
              {
                "id": 21
              },
              {
                "id": 22
              },
              {
                "id": 23
              },
              {
                "id": 25
              },
              {
                "id": 26
              },
              {
                "id": 27
              },
              {
                "id": 48
              },
              {
                "id": 49
              },
              {
                "id": 50
              },
              {
                "id": 51
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          }
        },
        "bindings": {
          "ota": {}
        }
      },
      "242": {
        "clusters": {},
        "bindings": {}
      }
    }
  }

```

2nd spot (Duo spot):

```auto

  "ids": {
    "modelId": "5060830P7_03",
    "manufacturerName": "Philips"
  },
  "endpoints": {
    "ieeeAddress": "00:17:88:01:0d:4d:74:40",
    "networkAddress": 3044,
    "modelId": "5060830P7_03",
    "manufacturerName": "Philips",
    "endpointDescriptors": [
      {
        "status": "SUCCESS",
        "nwkAddrOfInterest": 3044,
        "_reserved": 30,
        "endpointId": 11,
        "applicationProfileId": 260,
        "applicationDeviceId": 269,
        "applicationDeviceVersion": 0,
        "_reserved1": 1,
        "inputClusters": [
          0,
          3,
          4,
          5,
          6,
          8,
          4096,
          64514,
          768,
          64513
        ],
        "outputClusters": [
          25
        ]
      },
      {
        "status": "SUCCESS",
        "nwkAddrOfInterest": 3044,
        "_reserved": 10,
        "endpointId": 242,
        "applicationProfileId": 41440,
        "applicationDeviceId": 97,
        "applicationDeviceVersion": 0,
        "_reserved1": 0,
        "inputClusters": [],
        "outputClusters": [
          33
        ]
      }
    ],
    "deviceType": "router",
    "receiveWhenIdle": true,
    "swBuildId": "1.65.11_hB798F2B",
    "capabilities": {
      "alternatePANCoordinator": false,
      "deviceType": true,
      "powerSourceMains": true,
      "receiveWhenIdle": true,
      "security": false,
      "allocateAddress": true
    },
    "extendedEndpointDescriptors": {
      "11": {
        "clusters": {
          "basic": {
            "attributes": [
              {
                "id": 0,
                "name": "zclVersion",
                "value": 2
              },
              {
                "id": 1,
                "name": "appVersion",
                "value": 2
              },
              {
                "id": 2,
                "name": "stackVersion",
                "value": 1
              },
              {
                "id": 3,
                "name": "hwVersion",
                "value": 3
              },
              {
                "id": 4,
                "name": "manufacturerName",
                "value": "Philips"
              },
              {
                "id": 5,
                "name": "modelId",
                "value": "5060830P7_03"
              },
              {
                "id": 6,
                "name": "dateCode",
                "value": "20200327"
              },
              {
                "id": 7,
                "name": "powerSource",
                "value": "mains"
              },
              {
                "id": 8,
                "name": "appProfileVersion",
                "value": 0
              },
              {
                "id": 9
              },
              {
                "id": 10
              },
              {
                "id": 11
              },
              {
                "id": 16384,
                "name": "swBuildId",
                "value": "1.65.11_hB798F2B"
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "identify": {
            "attributes": [
              {
                "id": 0,
                "name": "identifyTime",
                "value": 0
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "groups": {
            "attributes": [
              {
                "id": 0,
                "name": "nameSupport",
                "value": {
                  "type": "Buffer",
                  "data": [
                    0
                  ]
                }
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "scenes": {
            "attributes": [
              {
                "id": 0
              },
              {
                "id": 1
              },
              {
                "id": 2
              },
              {
                "id": 3
              },
              {
                "id": 4
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "onOff": {
            "attributes": [
              {
                "id": 0,
                "name": "onOff",
                "value": true
              },
              {
                "id": 16384
              },
              {
                "id": 16385,
                "name": "onTime",
                "value": 0
              },
              {
                "id": 16386,
                "name": "offWaitTime",
                "value": 0
              },
              {
                "id": 16387
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "levelControl": {
            "attributes": [
              {
                "id": 0,
                "name": "currentLevel",
                "value": 254
              },
              {
                "id": 1,
                "name": "remainingTime",
                "value": 0
              },
              {
                "id": 15
              },
              {
                "id": 16384
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "touchlink": {
            "attributes": [
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1,
                "reportingConfiguration": {
                  "status": "UNREPORTABLE_ATTRIBUTE",
                  "direction": "reported"
                }
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "colorControl": {
            "attributes": [
              {
                "id": 0,
                "name": "currentHue",
                "value": 32
              },
              {
                "id": 1,
                "name": "currentSaturation",
                "value": 140
              },
              {
                "id": 2
              },
              {
                "id": 3,
                "name": "currentX",
                "value": 29972
              },
              {
                "id": 4,
                "name": "currentY",
                "value": 26871
              },
              {
                "id": 7,
                "name": "colorTemperatureMireds",
                "value": 366
              },
              {
                "id": 8,
                "name": "colorMode",
                "value": "colorTemperatureMireds"
              },
              {
                "id": 15
              },
              {
                "id": 16
              },
              {
                "id": 17
              },
              {
                "id": 18
              },
              {
                "id": 19
              },
              {
                "id": 21
              },
              {
                "id": 22
              },
              {
                "id": 23
              },
              {
                "id": 25
              },
              {
                "id": 26
              },
              {
                "id": 27
              },
              {
                "id": 48
              },
              {
                "id": 49
              },
              {
                "id": 50
              },
              {
                "id": 51
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          }
        },
        "bindings": {
          "ota": {}
        }
      },
      "242": {
        "clusters": {},
        "bindings": {}
      }
    }
  }

```

---

<div class="post-metadata">

### Author: ![JoeMama](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/joemama/32/89283_2.png) [@JoeMama](https://community.homey.app/u/JoeMama)
#### Post date: [October 12, 2023, 5:50pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/861 "2023-10-12T17:50:54Z")

</div>

Hi, you get smooth dimming by activating the “Duration” on the “Dim to xx” or “Dim relative xx” flowcard. It’s available for all my Hue lamps through this app, are you sure it’s disabled?

---

<div class="post-metadata">

### Author: ![JoeMama](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/joemama/32/89283_2.png) [@JoeMama](https://community.homey.app/u/JoeMama)
#### Post date: [October 12, 2023, 5:52pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/862 "2023-10-12T17:52:17Z")

</div>

Hi again,

I did some searching and I saw that this same issue was discussed around the migration from FW4.2 to FW5 back in 2020, so I guess it’s a longshot.  
It’s worthy of a donation from my side, it’s rendered my outdoor sensor useless and I don’t want to bring out my Hue hub again for one simple sensor… 😕  
(It felt so good to be freed from the Hue hub)

EDIT;  
I’ve browsed the GitHub section for this app, and it seems there are way newer versions than what’s installed on my Homey (And in the app store?). As far as I could tell by browsing through the drivers/code, this feature is already implemented. I just don’t understand how I can grab a newer version.

---

<div class="post-metadata">

### Author: ![robertklep](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robertklep/32/160628_2.png) [@robertklep](https://community.homey.app/u/robertklep)
#### Post date: [October 12, 2023, 6:40pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/863 "2023-10-12T18:40:46Z")

</div>

> [@JoeMama](#):
>
> I just don’t understand how I can grab a newer version.

Install the test version of the app: [Philips Hue, without the bridge App for Homey | Homey](https://homey.app/a/com.philips.hue.zigbee/test/)

---

<div class="post-metadata">

### Author: ![JoeMama](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/joemama/32/89283_2.png) [@JoeMama](https://community.homey.app/u/JoeMama)
#### Post date: [October 12, 2023, 6:56pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/864 "2023-10-12T18:56:03Z")

</div>

I am embarrassed over how easy that was.  
Thanks for helping me, the issue is already sorted.

I’m so relieved 😅

---

<div class="post-metadata">

### Author: ![elnana](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/elnana/32/79707_2.png) [@elnana](https://community.homey.app/u/elnana)
#### Post date: [October 12, 2023, 8:58pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/865 "2023-10-12T20:58:19Z")

</div>

Thanks for answering. It makes sense now that you say it. Unfortunately I can’t use that function yet since my lamps are registered as an “Unregistered Zigbee Device”

---

<div class="post-metadata">

### Author: ![JoeMama](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/joemama/32/89283_2.png) [@JoeMama](https://community.homey.app/u/JoeMama)
#### Post date: [October 12, 2023, 9:12pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/866 "2023-10-12T21:12:08Z")

</div>

Try @robertklep ‘s answer above. Maybe it is supported in a newer version.

With that said, I added three filament bulbs in my previous version that showed up as «unregistered zigbee device». Those cards still works for me, so that’s why I suggested that.  
Unable to help you any further I’m afraid, but I hope you figure it out! 👍🏻

---

<div class="post-metadata">

### Author: ![elnana](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/elnana/32/79707_2.png) [@elnana](https://community.homey.app/u/elnana)
#### Post date: [October 12, 2023, 9:32pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/867 "2023-10-12T21:32:01Z")

</div>

3rd right spot (Duo spot):

```auto

  "ids": {
    "modelId": "5060830P7_04",
    "manufacturerName": "Philips"
  },
  "endpoints": {
    "ieeeAddress": "00:17:88:01:0d:53:e0:19",
    "networkAddress": 31801,
    "modelId": "5060830P7_04",
    "manufacturerName": "Philips",
    "endpointDescriptors": [
      {
        "status": "SUCCESS",
        "nwkAddrOfInterest": 31801,
        "_reserved": 30,
        "endpointId": 11,
        "applicationProfileId": 260,
        "applicationDeviceId": 269,
        "applicationDeviceVersion": 0,
        "_reserved1": 1,
        "inputClusters": [
          0,
          3,
          4,
          5,
          6,
          8,
          4096,
          64514,
          768,
          64513
        ],
        "outputClusters": [
          25
        ]
      },
      {
        "status": "SUCCESS",
        "nwkAddrOfInterest": 31801,
        "_reserved": 10,
        "endpointId": 242,
        "applicationProfileId": 41440,
        "applicationDeviceId": 97,
        "applicationDeviceVersion": 0,
        "_reserved1": 0,
        "inputClusters": [],
        "outputClusters": [
          33
        ]
      }
    ],
    "deviceType": "router",
    "receiveWhenIdle": true,
    "swBuildId": "1.65.11_hB798F2B",
    "capabilities": {
      "alternatePANCoordinator": false,
      "deviceType": true,
      "powerSourceMains": true,
      "receiveWhenIdle": true,
      "security": false,
      "allocateAddress": true
    },
    "extendedEndpointDescriptors": {
      "11": {
        "clusters": {
          "basic": {
            "attributes": [
              {
                "id": 0,
                "name": "zclVersion",
                "value": 2
              },
              {
                "id": 1,
                "name": "appVersion",
                "value": 2
              },
              {
                "id": 2,
                "name": "stackVersion",
                "value": 1
              },
              {
                "id": 3,
                "name": "hwVersion",
                "value": 3
              },
              {
                "id": 4,
                "name": "manufacturerName",
                "value": "Philips"
              },
              {
                "id": 5,
                "name": "modelId",
                "value": "5060830P7_04"
              },
              {
                "id": 6,
                "name": "dateCode",
                "value": "20200327"
              },
              {
                "id": 7,
                "name": "powerSource",
                "value": "mains"
              },
              {
                "id": 8,
                "name": "appProfileVersion",
                "value": 0
              },
              {
                "id": 9
              },
              {
                "id": 10
              },
              {
                "id": 11
              },
              {
                "id": 16384,
                "name": "swBuildId",
                "value": "1.65.11_hB798F2B"
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "identify": {
            "attributes": [
              {
                "id": 0,
                "name": "identifyTime",
                "value": 0
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "groups": {
            "attributes": [
              {
                "id": 0,
                "name": "nameSupport",
                "value": {
                  "type": "Buffer",
                  "data": [
                    0
                  ]
                }
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "scenes": {
            "attributes": [
              {
                "id": 0
              },
              {
                "id": 1
              },
              {
                "id": 2
              },
              {
                "id": 3
              },
              {
                "id": 4
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "onOff": {
            "attributes": [
              {
                "id": 0,
                "name": "onOff",
                "value": true
              },
              {
                "id": 16384
              },
              {
                "id": 16385,
                "name": "onTime",
                "value": 0
              },
              {
                "id": 16386,
                "name": "offWaitTime",
                "value": 0
              },
              {
                "id": 16387
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "levelControl": {
            "attributes": [
              {
                "id": 0,
                "name": "currentLevel",
                "value": 254
              },
              {
                "id": 1,
                "name": "remainingTime",
                "value": 0
              },
              {
                "id": 15
              },
              {
                "id": 16384
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "touchlink": {
            "attributes": [
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 1,
                "reportingConfiguration": {
                  "status": "UNREPORTABLE_ATTRIBUTE",
                  "direction": "reported"
                }
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "colorControl": {
            "attributes": [
              {
                "id": 0,
                "name": "currentHue",
                "value": 32
              },
              {
                "id": 1,
                "name": "currentSaturation",
                "value": 140
              },
              {
                "id": 2
              },
              {
                "id": 3,
                "name": "currentX",
                "value": 29972
              },
              {
                "id": 4,
                "name": "currentY",
                "value": 26871
              },
              {
                "id": 7,
                "name": "colorTemperatureMireds",
                "value": 366
              },
              {
                "id": 8,
                "name": "colorMode",
                "value": "colorTemperatureMireds"
              },
              {
                "id": 15
              },
              {
                "id": 16
              },
              {
                "id": 17
              },
              {
                "id": 18
              },
              {
                "id": 19
              },
              {
                "id": 21
              },
              {
                "id": 22
              },
              {
                "id": 23
              },
              {
                "id": 25
              },
              {
                "id": 26
              },
              {
                "id": 27
              },
              {
                "id": 48
              },
              {
                "id": 49
              },
              {
                "id": 50
              },
              {
                "id": 51
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          }
        },
        "bindings": {
          "ota": {}
        }
      },
      "242": {
        "clusters": {},
        "bindings": {}
      }
    }
  }

```

---

<div class="post-metadata">

### Author: ![elnana](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/elnana/32/79707_2.png) [@elnana](https://community.homey.app/u/elnana)
#### Post date: [October 12, 2023, 9:47pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/868 "2023-10-12T21:47:35Z")

</div>

Figured it out. I’m using the application, which does not have the duration function. The solution is to edit my current flow to include one by one bulb instead of grouping them.

---

<div class="post-metadata">

### Author: ![gy\_1977](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/gy_1977/32/16573_2.png) [@gy\_1977](https://community.homey.app/u/gy_1977)
#### Post date: [October 12, 2023, 9:55pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/869 "2023-10-12T21:55:24Z")

</div>

Hi will the test version on the app fix this

---

<div class="post-metadata">

### Author: ![JoeMama](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/joemama/32/89283_2.png) [@JoeMama](https://community.homey.app/u/JoeMama)
#### Post date: [October 16, 2023, 7:13pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/870 "2023-10-16T19:13:30Z")

</div>

To anyone who might want to troubleshoot with me. The latest test version of the app is really letting me down on Zigbee end devices. This is one of my outdoor sensors:  
It is reporting as “unavailable” even though it activates flows, and reports back motion alarms and temperature/lux. “Try to repair” does nothing, I’ve tried multiple times.

 ![2023-10-16 21.08.02](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/d/5/d51145eb5db2e4de13e4f869cb815d91ae4d82ae.jpeg)

This is another device, a regular dimmer switch (Gen1/2). It also reports as “missing” from the Zigbee network, but the flows it’s supposed to activate works at each button press.

 ![2023-10-16 21.08.29](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/a/e/ae1e2def5980397252d79480ff278da44c410a7a.jpeg)

I’m using the latest test version of the app (I did it to get motion sensor sensitivity settings) but it does not seem to alter the sensitivity on my SML002 outdoor sensor so I might revert back a few verisons.

---

<div class="post-metadata">

### Author: ![Sharkys](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/sharkys/32/54029_2.png) [@Sharkys](https://community.homey.app/u/Sharkys)
#### Post date: [October 16, 2023, 7:19pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/871 "2023-10-16T19:19:37Z")

</div>

Zigbee starting is HP23 issue - you may need to wait, sometimes even 10-15 min - in any way, contact Athom.

Device left from Zigbee network can be solved by repeating maintenance - Try to repair

---

<div class="post-metadata">

### Author: ![JoeMama](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/joemama/32/89283_2.png) [@JoeMama](https://community.homey.app/u/JoeMama)
#### Post date: [October 16, 2023, 7:28pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/872 "2023-10-16T19:28:37Z")

</div>

Thanks. I forgot to mention that this has been the status quo for days now. I was not sure whether or not it was an app issue or a zigbee driver issue (HP23).

I’ve waited a long time, and the repair sequence has been tried multiple times.

---

<div class="post-metadata">

### Author: ![Rmb](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rmb/32/79135_2.png) [@Rmb](https://community.homey.app/u/Rmb)
#### Post date: [October 16, 2023, 7:51pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/873 "2023-10-16T19:51:40Z")

</div>

I have the Hue Outdoor Occupancy sensor SLM004. I had to install the experimental app “Philips Hue without the bridge” version 2.0.46 to get it paired. Homey is at 10.0.8.  
I have it installed for 2 months and have it re-paired several times as there is a red explanation mark that Zigbee is starting. De device is still working in that case, motion alarms are noticed in Homey. Repairing does not work. Repairing instructs to set the device in learning mode (hold the button at the back for at least 10 seconds) and then nothing happens.

---

<div class="post-metadata">

### Author: ![Sharkys](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/sharkys/32/54029_2.png) [@Sharkys](https://community.homey.app/u/Sharkys)
#### Post date: [October 16, 2023, 7:54pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/874 "2023-10-16T19:54:32Z")

</div>

> [@JoeMama](#):
>
> for days now.

So even when you restart, it’s still the same? In any way, produce debug log and contact Athom…

---

<div class="post-metadata">

### Author: ![JoeMama](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/joemama/32/89283_2.png) [@JoeMama](https://community.homey.app/u/JoeMama)
#### Post date: [October 16, 2023, 8:06pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/875 "2023-10-16T20:06:49Z")

</div>

I will.

However, at this point I’m concidering reverting back to the last stable version, and using zigbee door magnet sensors for this purpose instead. The lux and temperature can be sourced by other sensors (For example a weather station).

---

<div class="post-metadata">

### Author: ![gy\_1977](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/gy_1977/32/16573_2.png) [@gy\_1977](https://community.homey.app/u/gy_1977)
#### Post date: [October 17, 2023, 7:01am UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/876 "2023-10-17T07:01:50Z")

</div>

I’m having this exactly issue also with the outdoor sensor SML004, I’m on the 7.5.0 app and the I have a homey pro 2019 running version 10.0.2

I restarted my homey and it picked everything up again except for the sensor, it’s saying device timeout, the device is still working however as I have the lux sensor switching lights on and off.

I’m using the experimental version of this app and it’s up all my hue bulbs and other sensors etc.

Does rolling back to a previous version work or is this a known issue with the sensor.

---

<div class="post-metadata">

### Author: ![JoeMama](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/joemama/32/89283_2.png) [@JoeMama](https://community.homey.app/u/JoeMama)
#### Post date: [October 17, 2023, 2:56pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/877 "2023-10-17T14:56:52Z")

</div>

Rolling back did not work for me. I think there is some issues with the driver still.

I’d love to pay a symbolic sum to get these issues fixed but I’m probably just buying different sensors to fix it. How are these apps monetized? Not at all, I guess? That obviously halts development, as most people don’t like to work for free.

---

<div class="post-metadata">

### Author: ![gy\_1977](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/gy_1977/32/16573_2.png) [@gy\_1977](https://community.homey.app/u/gy_1977)
#### Post date: [October 17, 2023, 4:37pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/878 "2023-10-17T16:37:13Z")

</div>

I downgraded to the non experimental app and it found the sensor

I then installed the experimental one again and it’s working

So odd

---

<div class="post-metadata">

### Author: ![rvdeijk](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rvdeijk/32/22542_2.png) [@rvdeijk](https://community.homey.app/u/rvdeijk)
#### Post date: [October 18, 2023, 4:58pm UTC](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734/879 "2023-10-18T16:58:55Z")

</div>

@johan_bendz Thx for adding the A60 light bulb (LWA021) to the next release of the app: [Philips Hue A60 new model support · Issue #483 · JohanBendz/com.philips.hue.zigbee · GitHub](https://github.com/JohanBendz/com.philips.hue.zigbee/issues/483)

[Previous page](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734.md?page=41)

[Next page](https://community.homey.app/t/app-pro-philips-hue-zigbee-without-the-bridge/29734.md?page=43)
