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 Centralite 3323-G Micro-Door sensor #1058

Merged
merged 4 commits into from Mar 13, 2020
Merged

Conversation

r1cht3r
Copy link
Contributor

@r1cht3r r1cht3r commented Mar 12, 2020

Similar to the now defunct Iris Contact/Temperature sensor (3320-L), no battery but contact/temperature work fine.

devices.js Outdated
meta: {configureKey: 1},
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
await bind(endpoint, coordinatorEndpoint, ['msTemperatureMeasurement', 'genPowerCfg']);
Copy link
Owner

Choose a reason for hiding this comment

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

As battery is not supported remove genPowerCfg here.

devices.js Outdated
vendor: 'Centralite',
description: 'Micro-Door sensor',
supports: 'contact and temperature',
fromZigbee: [fz.centralite_3323G_contact, fz.temperature],
Copy link
Owner

Choose a reason for hiding this comment

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

Please try with fz.ias_contact_alarm_1 instead of fz.centralite_3323G_contact

@jasonramey
Copy link
Contributor

Requested changes made, thanks!

@Koenkk
Copy link
Owner

Koenkk commented Mar 13, 2020

Thanks!

@Koenkk Koenkk merged commit 7066239 into Koenkk:master Mar 13, 2020
@r1cht3r r1cht3r deleted the centralite_3323G branch March 13, 2020 18:12
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.

None yet

3 participants