We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For R900 meters, the code is mapping "Unkn1" to endpoint_type.
"Unkn1"
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.
Unkn1
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}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For R900 meters, the code is mapping
"Unkn1"
toendpoint_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
The text was updated successfully, but these errors were encountered: