JohanBendz / com.philips.hue.zigbee

Philips Hue app for Homey that uses ZigBee directly. No need for bridge.
MIT License
61 stars 43 forks source link

Request for Bulb E14 P45 (White AND Colour Ambiance) #578

Open Nukki0487 opened 3 months ago

Nukki0487 commented 3 months ago

Hi! I've been enjoying the Philips Hue without bridge via my Homey Pro, but unfortunately it does not want to recognize the Colour Ambiance version of the Hue Bulb E14 P45. I do see the normal P45. Could this second version be added as well?

I have added the P45 now as an LCU001, which is not the correct type (otherwise it didn't want to connect at all). Either way, I've poster the interview below:

 "ids": {
    "modelId": "LCU001",
    "manufacturerName": "Signify Netherlands B.V."
  },
  "endpoints": {
            {
        "endpointId": 11,
        "applicationProfileId": 260,
        "applicationDeviceId": 269,
        "applicationDeviceVersion": 0,
        "_reserved1": 1,
        "inputClusters": [
          0,
          3,
          4,
          5,
          6,
          8,
          4096,
          64515,
          768,
          64513
        ],
        "outputClusters": [
          25
        ]
      },
      {
        "endpointId": 242,
        "applicationProfileId": 41440,
        "applicationDeviceId": 97,
        "applicationDeviceVersion": 0,
        "_reserved1": 0,
        "inputClusters": [],
        "outputClusters": [
          33
        ]
      }
    ],
    "deviceType": "router",
    "receiveWhenIdle": true,
    "swBuildId": "1.101.10",
    "capabilities": {
      "alternatePANCoordinator": false,
      "deviceType": true,
      "powerSourceMains": true,
      "receiveWhenIdle": true,
      "security": false,
      "allocateAddress": true
    },
    "extendedEndpointDescriptors": {
      "11": {
        "clusters": {
          "basic": {
            "attributes": [
              {
                "id": 0,
                "name": "zclVersion",
                "value": 8
              },
              {
                "id": 1,
                "name": "appVersion",
                "value": 2
              },
              {
                "id": 2,
                "name": "stackVersion",
                "value": 1
              },
              {
                "id": 3,
                "name": "hwVersion",
                "value": 1
              },
              {
                "id": 4,
                "name": "manufacturerName",
                "value": "Signify Netherlands B.V."
              },
              {
                "id": 5,
                "name": "modelId",
                "value": "LCU001"
              },
              {
                "id": 6,
                "name": "dateCode",
                "value": "20230116"
              },
              {
                "id": 7,
                "name": "powerSource",
                "value": "mains"
              },
              {
                "id": 8,
                "name": "appProfileVersion",
                "value": 0
              },
              {
                "id": 9
              },
              {
                "id": 10
              },
              {
                "id": 11
              },
              {
                "id": 16384,
                "name": "swBuildId",
                "value": "1.101.10"
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 3
              }
            ],
            "commandsGenerated": "UNSUP_GENERAL_COMMAND",
            "commandsReceived": "UNSUP_GENERAL_COMMAND"
          },
          "identify": {
            "attributes": [
              {
                "id": 0,
                "name": "identifyTime",
                "value": 0
              },
              {
                "id": 65533,
                "name": "clusterRevision",
                "value": 2
              }
            ]
          },
          "groups": {},
          "scenes": {},
          "onOff": {},
          "levelControl": {},
          "touchlink": {},
          "colorControl": {}
        },
        "bindings": {
          "ota": {}
        }
      },
      "242": {
        "clusters": {},
        "bindings": {}
      }
    }
  }

Happy to help where I can to make this possible, thanks!