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 968.93 device from Paulmann #5876

Closed
gritche2 opened this issue Jun 11, 2023 · 1 comment
Closed

Add 968.93 device from Paulmann #5876

gritche2 opened this issue Jun 11, 2023 · 1 comment

Comments

@gritche2
Copy link

Hello,

Sorry if I'm doing wrong I'm not famliliar with git and collaborate on project (first time).
I'm not sure this is the way to ask for an had.

I have follow Support new devices page for adding :
https://en.paulmann.com/p/urail-rail-adapter-smart-home-zigbee-on-off-dimm-166x20mm-chrome-matt/96893

I had in my config mqtt home assistant the file : H036-0500.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 legacy = require('zigbee-herdsman-converters/lib/legacy');
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: ['H036-0500'],
    model: '968.93',
    vendor: 'Paulmann Licht',
    description: 'URail Rail adapter Smart Home Zigbee On/Off/Dimm',
    extend: extend.light_onoff_brightness(),

};

module.exports = definition;

I have alos had image in my fork of zigbee2mqtt.io
I put in copy image and not scaled to 150 image.

Also put an 968.93.md file
H036-0500_880px
H036-0500

Thanks for your help and work !

Regards

Koenkk added a commit that referenced this issue Jun 12, 2023
@Koenkk
Copy link
Owner

Koenkk commented Jun 12, 2023

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)

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

No branches or pull requests

2 participants