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

Neptune R900 full 8 digit consumption #270

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

Conversation

rybancr
Copy link

@rybancr rybancr commented Jan 9, 2023

Prepended the consumption register high bits to allow full 8 digit reads.
Mapped the meter type field.
Reduced the nouse and leak fields to 3 bits as they were overflowing into adjacent fields.

Decreased NoUse and Leak to 3 bits.  Leak contained the LSB of the consumption high bits field.
Removed Unkn3.
Extended consumption to use the two consumption high bits located in Unkn3 and one from leak to allow for full 8 digit reads.  24 bits allow a consumption up to 16,777,215 before prematurely rolling over.
Copy link

@robbat2 robbat2 left a comment

Choose a reason for hiding this comment

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

Do we have some documentation that tells us what the AmrType values are?
For my data samples, I'm not sure this is correct.

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

2 participants