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

endpoint_type varying for R900 water meter #42

Open
robbat2 opened this issue Dec 19, 2022 · 0 comments
Open

endpoint_type varying for R900 water meter #42

robbat2 opened this issue Dec 19, 2022 · 0 comments

Comments

@robbat2
Copy link

robbat2 commented Dec 19, 2022

For R900 meters, the code is mapping "Unkn1" to endpoint_type.

The R900 water meters in my area (sample size 147), the values of Unkn1 seem to flip between 131 & 163, even on a single meter.

This seems... wrong. I don't think it should be mapped in this way, but I'm not sure what is actually in the field.

Sample data, from my own meter

{"Time":"2022-12-18T01:57:01.888978224Z","Offset":0,"Length":0,"Type":"R900","Message":{"ID":XXX,"Unkn1":163,"NoUse":32,"BackFlow":0,"Consumption":208090,"Unkn3":0,"Leak":0,"LeakNow":0}}
{"Time":"2022-12-18T02:00:45.882235945Z","Offset":0,"Length":0,"Type":"R900","Message":{"ID":XXX,"Unkn1":131,"NoUse":32,"BackFlow":0,"Consumption":208090,"Unkn3":0,"Leak":0,"LeakNow":0}}
{"Time":"2022-12-18T02:01:13.886661769Z","Offset":0,"Length":0,"Type":"R900","Message":{"ID":XXX,"Unkn1":163,"NoUse":32,"BackFlow":0,"Consumption":208090,"Unkn3":0,"Leak":0,"LeakNow":0}}
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

No branches or pull requests

1 participant