Replies: 1 comment 1 reply
-
Typically meters transmit higher precision than they show on any displays or dials. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using rtlamr to scan for 60 secs and sleep for 10 mins. I can read my electric and gas meters with SCM message type and consumption values are updating every 10 mins. I am reading my water meter (schlumberger) with R900 message type but the consumption value is not changing. I tried R900 and R900BCD message types: reading is not changing and the consumption value is different for the same meter ID.
When my meter had 208370, the readings with R900 and R900BCD reported these values:
![image](https://user-images.githubusercontent.com/16845183/111402546-c2bdb000-86a1-11eb-9005-24d31bcf5cf5.png)
![image](https://user-images.githubusercontent.com/16845183/111402575-cf420880-86a1-11eb-88e4-abb95d3baa45.png)
Value I read with R900BCD is close to actual reading. Is the last 2 digits on the meter fractions and not being reported in the consumption? Is that how I am supposed to interpret the consumption field?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions