Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.07k stars 1.68k forks source link

[New device support]: Paulmann Base Coin RGBW #21471

Closed markaragnos81 closed 1 month ago

markaragnos81 commented 8 months ago

Link

https://de.paulmann.com/p/led-einbauleuchte-smart-home-zigbee-3.0-base-coin-basisset-schwenkbar-rund-90mm-200-3x4-9w-3x420lm-230v-dimmbar-rgbw-schwarz-matt/92468

Database entry

0xa4c13800ab391456

Comments

Please help me add this :-)

External definition

const {light} = require('zigbee-herdsman-converters/lib/modernExtend');
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 {} = 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: ['924.67'],
    model: '924.67',
    vendor: 'Paulmann Licht GmbH',
    description: 'Paulmann Base Coin rund 90mm 20° 3x4,9W 3x420lm 230V',
    extend: extend.light_onoff_brightness_colortemp_color(),
};

module.exports = definition;
Koenkk commented 8 months ago

Could you try with the generated external converter instead?

markaragnos81 commented 8 months ago

I have tried, but I am probably too stupid

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days