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 Filament Bulb #18919

Closed
tanders587 opened this issue Sep 9, 2023 · 2 comments
Closed

[New device support]: Philips Hue Filament Bulb #18919

tanders587 opened this issue Sep 9, 2023 · 2 comments
Labels
new device support New device support request

Comments

@tanders587
Copy link

Link

https://www.philips-hue.com/en-us/p/hue-white-filament-a19---e26-smart-bulb/046677571108#overview

Database entry

{"id":11,"type":"Router","ieeeAddr":"0x001788010ce947cc","nwkAddr":21204,"manufId":4107,"manufName":"Signify Netherlands B.V.","powerSource":"Mains (single phase)","modelId":"LWA023","epLi>

Comments

I have the bulb working with the following external converter. I do not believe it is the correct setup but everything functions.

External converter

GNU nano 5.4                                                                              custom.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 tuya = require('zigbee-herdsman-converters/lib/tuya');
const utils = require('zigbee-herdsman-converters/lib/utils');
const globalStore = require('zigbee-herdsman-converters/lib/store');
const e = exposes.presets;
const ea = exposes.access;

const definition = {
    zigbeeModel: ['LWA023'],
    model: '9290030516',
    vendor: 'Philips',
    description: 'Hue Filament Standard A60/E27 bluetooth',
    // Note that fromZigbee, toZigbee and exposes are missing here since we use extend here.
    // Extend contains a default set of fromZigbee/toZigbee converters and expose for common device types.
    // The following extends are available:
    // - extend.switch
    // - extend.light_onoff_brightness
    // - extend.light_onoff_brightness_colortemp
    // - extend.light_onoff_brightness_color
    // - extend.light_onoff_brightness_colortemp_color
    extend: extend.light_onoff_brightness(),
};

module.exports = definition;

Supported color modes

N/A

Color temperature range

No response

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

Koenkk commented Sep 9, 2023

Added, thanks!

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)

@Koenkk Koenkk closed this as completed Sep 9, 2023
@tanders587
Copy link
Author

Thank you

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