Skip to content

Commit

Permalink
Fix no energy reported for Innr SP 234 (Koenkk#4942)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschornick authored and Mephistofeles committed Dec 13, 2022
1 parent 7741020 commit 13258ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices/innr.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ module.exports = [
await reporting.rmsVoltage(endpoint);
// Gives UNSUPPORTED_ATTRIBUTE on reporting.readMeteringMultiplierDivisor.
endpoint.saveClusterAttributeKeyValue('seMetering', {multiplier: 1, divisor: 100});
await reporting.currentSummDelivered(endpoint);
},
ota: ota.zigbeeOTA,
exposes: [e.power(), e.current(), e.voltage().withAccess(ea.STATE), e.switch(), e.energy()],
Expand Down

0 comments on commit 13258ed

Please sign in to comment.