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

Fugato 4-lights #573

Open joeyv12 opened 3 months ago

joeyv12 commented 3 months ago

Hi,

This one is missing, and these 4 lights have an other ID then the other sets of 2 or 3 :-)

https://www.philips-hue.com/nl-be/p/hue-white-and-color-ambiance-fugato-4-lichts-spotbalk/5063430P7

Model ID: 5063430P7

These bulbs have the same capabilities of 5063331P7, wich is already included in the compatibility list.

joeyv12 commented 3 months ago

Interview :-)

"ids": { "modelId": "5063430P7", "manufacturerName": "Philips" }, "endpoints": { "ieeeAddress": "00:17:88:01:0c:f0:de:3b", "networkAddress": 2385, "modelId": "5063430P7", "manufacturerName": "Philips", "endpointDescriptors": [ { "status": "SUCCESS", "nwkAddrOfInterest": 2385, "_reserved": 32, "endpointId": 11, "applicationProfileId": 260, "applicationDeviceId": 269, "applicationDeviceVersion": 0, "_reserved1": 1, "inputClusters": [ 0, 3, 4, 5, 6, 8, 4096, 64515, 768, 64513, 64516 ], "outputClusters": [ 25 ] }, { "status": "SUCCESS", "nwkAddrOfInterest": 2385, "_reserved": 10, "endpointId": 242, "applicationProfileId": 41440, "applicationDeviceId": 97, "applicationDeviceVersion": 0, "_reserved1": 0, "inputClusters": [], "outputClusters": [ 33 ] } ], "deviceType": "router", "receiveWhenIdle": true, "swBuildId": "1.104.2", "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": 3 }, { "id": 4, "name": "manufacturerName", "value": "Philips" }, { "id": 5, "name": "modelId", "value": "5063430P7" }, { "id": 6, "name": "dateCode", "value": "20230403" }, { "id": 7, "name": "powerSource", "value": "mains" }, { "id": 8, "name": "appProfileVersion", "value": 0 }, { "id": 9 }, { "id": 10 }, { "id": 11 }, { "id": 16384, "name": "swBuildId", "value": "1.104.2" }, { "id": 65533, "name": "clusterRevision", "value": 3 } ] }, "identify": {}, "groups": {}, "scenes": {}, "onOff": {}, "levelControl": {}, "touchlink": {}, "colorControl": {} }, "bindings": { "ota": {} } }, "242": { "clusters": {}, "bindings": {} } } }

andersthorsen commented 3 months ago

Might be covered in this PR: https://github.com/JohanBendz/com.philips.hue.zigbee/pull/577