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 METER payload parser (index.js) #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

caseda
Copy link
Contributor

@caseda caseda commented Oct 2, 2023

If a METER v6 is used without "previous meter value" (4x 0x00) it will be determined by the core parser as a METER v2, which has the "precision" and "scale" in properties1 instead of properties2 failing the payload parser. This fix is necessary to get the new Shelly Qubino devices METER reporting working.

If a METER v6 is used without "previous meter value" (4x `0x00`) it will be determined by the core parser as a METER v2, which has the "precision" and "scale" in `properties1` instead of `properties2` failing the payload parser.
This fix is necessary to get the new Shelly Qubino devices METER reporting working.
@caseda
Copy link
Contributor Author

caseda commented Oct 2, 2023

also fixes #121

@jghaanstra
Copy link

Why is the package updated without including this PR?

@ttherbrink
Copy link
Contributor

We are working on implementing CommandClass Meter V6 in our core code. I will update you when this is rolled out to all our platforms

@caseda
Copy link
Contributor Author

caseda commented Nov 10, 2023

And what about the older Homey version users? that don't want to update immediately, there's a lot of them still.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants