Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New device support]: Philips Hue white ambiance Aurelle square panel light, 120x30 cm "929003597701" #19658

Closed
MicEs1 opened this issue Nov 10, 2023 · 1 comment
Labels
new device support New device support request

Comments

@MicEs1
Copy link

MicEs1 commented Nov 10, 2023

Link

https://www.philips-hue.com/en-gb/p/hue-white-ambiance-aurelle-rectangle-panel/8720169158955

Database entry

{"id":74,"type":"Router","ieeeAddr":"0x001788010d21210c","nwkAddr":7284,"manufId":4107,"manufName":"Signify Netherlands B.V.","powerSource":"Mains (single phase)","modelId":"929003597701","epList":[11,242],"endpoints":{"11":{"profId":260,"epId":11,"devId":268,"inClusterList":[0,3,4,5,6,8,4096,768],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"929003597701","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":8,"appVersion":2,"stackVersion":1,"hwVersion":0,"dateCode":"20230403","swBuildId":"1.104.2"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":16,"colorTempPhysicalMin":153,"colorTempPhysicalMax":454,"colorMode":2,"colorTemperature":369}},"genLevelCtrl":{"attributes":{"currentLevel":254}},"genOnOff":{"attributes":{"onOff":1}}},"binds":[],"configuredReportings":[],"meta":{"onLevelSupported":false}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":2,"stackVersion":1,"hwVersion":0,"dateCode":"20230403","swBuildId":"1.104.2","zclVersion":8,"interviewCompleted":true,"meta":{"configured":2},"lastSeen":1699631798071,"defaultSendRequestWhen":"immediate"}

Comments

Hello,

as the Philips Lightpanel with 60x60 cm was quickly added to Zigbee2MQTT and I am very satisfied with the product I choose to buy another lightpanel from the series.

This time I bought the Philips Hue white ambiance Aurelle square panel light with 120x30 cm dimensions.

Here is an Amazon Link to the lightpanel: https://www.amazon.de/dp/B0C61WXY4W

And here directly from Philips itself:
https://www.philips-hue.com/en-gb/p/hue-white-ambiance-aurelle-rectangle-panel/8720169158955

I made the same actions like the last time

This time the model number is 929003597701.

So here is my new signify2.js:

const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const extend = require('zigbee-herdsman-converters/lib/extend');
const ota = require('zigbee-herdsman-converters//lib/ota');
const philips = require('zigbee-herdsman-converters//lib/philips');
const e = exposes.presets;
const ea = exposes.access;

const definition = {
zigbeeModel: ['929003597701'],
model: '929003597701',
vendor: 'Signify Netherlands B.V.',
description: 'Hue white ambiance Aurelle square panel light 120x30',
extend: philips.extend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
};

module.exports = definition;

The database.db entry is:

{"id":74,"type":"Router","ieeeAddr":"0x001788010d21210c","nwkAddr":7284,"manufId":4107,"manufName":"Signify Netherlands B.V.","powerSource":"Mains (single phase)","modelId":"929003597701","epList":[11,242],"endpoints":{"11":{"profId":260,"epId":11,"devId":268,"inClusterList":[0,3,4,5,6,8,4096,768],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"929003597701","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":8,"appVersion":2,"stackVersion":1,"hwVersion":0,"dateCode":"20230403","swBuildId":"1.104.2"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":16,"colorTempPhysicalMin":153,"colorTempPhysicalMax":454,"colorMode":2,"colorTemperature":369}},"genLevelCtrl":{"attributes":{"currentLevel":254}},"genOnOff":{"attributes":{"onOff":1}}},"binds":[],"configuredReportings":[],"meta":{"onLevelSupported":false}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":2,"stackVersion":1,"hwVersion":0,"dateCode":"20230403","swBuildId":"1.104.2","zclVersion":8,"interviewCompleted":true,"meta":{"configured":2},"lastSeen":1699631798071,"defaultSendRequestWhen":"immediate"}

I am able to control light panel in all regards:

  • on/off
  • dim
  • color temperature

Like with the 60x60 cm lightpanel there were also with the new 120x30 cm lightpanel 2 firmware updates in a row:

  • original delivered firmware: Date: 20210305, Version: 1.82.10
  • first updated firmware: Date: 20211210, Version: 1.93.7
  • second updated firmware: Date: 20230403, Version: 1.104.2

So I think it is okay to make another update to the device database. :-)

@Koenkk: Can you please add the new 120x30 cm lightpanel like the last time? Thank you very much.

External converter

No response

Supported color modes

color temperature

Color temperature range

{colorTempRange: [153, 454]}

@MicEs1 MicEs1 added the new device support New device support request label Nov 10, 2023
Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Nov 10, 2023
@Koenkk
Copy link
Owner

Koenkk commented Nov 10, 2023

Added!

Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

2 participants