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

Add Philips Hue PAR38 Outdoor Spotlight bulb support #6258

Merged
merged 3 commits into from
Oct 10, 2023

Conversation

rgregg
Copy link
Contributor

@rgregg rgregg commented Oct 9, 2023

Add support for the new Philips Hue White and Color PAR38 Outdoor Spotlight bulb

@Koenkk
Copy link
Owner

Koenkk commented Oct 9, 2023

can you provide a link to the device?

@rgregg
Copy link
Contributor Author

rgregg commented Oct 9, 2023

@@ -2506,6 +2506,13 @@ const definitions: Definition[] = [
description: 'Hue Lily outdoor spot light',
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
},
{
zigbeeModel: ['LCS002'],
model: '577262',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When googling on this number, I don't get this bulb, either:

  • Use 046677577261 here (EAN)
  • Or a model number that is written on the device/box, I expect something in the format of 1742830P7

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah thanks, I updated this to match what is on the device itself. In Googling 9290031508, I see a lot of indications that it should have an X at the end (e.g. FCC website), but the device does not have the X on the model number.

@Koenkk Koenkk merged commit af74d48 into Koenkk:master Oct 10, 2023
@Koenkk
Copy link
Owner

Koenkk commented Oct 10, 2023

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants