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

Update frient powermeter led 2 #8044

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

tbowmo
Copy link
Contributor

@tbowmo tbowmo commented Sep 28, 2024

This should fix Koenkk/zigbee2mqtt#19042

await entity.read('seMetering', ['develcoPulseConfiguration'], manufacturerOptions);
},
} satisfies Tz.Converter,
interface_mode: {
Copy link
Owner

@Koenkk Koenkk Sep 29, 2024

Choose a reason for hiding this comment

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

Could you refactor this to extend? You can find an example in this PR: https://github.com/Koenkk/zigbee-herdsman-converters/pull/8043/files. This replaced the fz/tz and exposes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmmm.. perhaps, I'm searching for a more comprehensive example, where there are both getter and setter defined (ie both fromZigbee and toZigbee in the same modernExtend function).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Koenkk I think I got it now

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.

[New device support]: EMIZB-141 Power Meter
2 participants