Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check all that apply
Type of Change
Checklist
Description of Change
Add new Zigbee Power Meter Device.
Based on the existing driver, support for single-phase, two-phase, and three-phase energy meters has been added.
Added Capability: voltageMeasurement
Cluster: 0x0B04
Attributes: 0x0505, 0x0905, 0x0A05
Added Capability: currentMeasurement
Cluster: 0x0B04
Attributes: 0x0508, 0x0908, 0x0A08
Added Capability: powerMeter (extended for two-phase and three-phase applications)
Cluster: 0x0B04
Attributes: 0x050B, 0x090B, 0x0A0B
Added Capability: energyMeter (using component marked as producedEnergy)
Cluster: 0x0702
Attribute: 0x0001
Additionally, all types of Power Meters now support the capability: powerConsumptionReport, in preparation for integration with SmartThings Energy.
These changes have been communicated in advance to [email protected]. After the merge request, the WWST Certification process will be initiated.
Summary of Completed Tests