Replies: 2 comments 3 replies
-
Although I am not familiar with your specific water meter I can say that it's quite common for AMR transmissions to truncate some of the least significant register digits if they're not considered consequential for billing purposes. Eg. If your supplier effectively reads 12600.000 over the air this month and let's say 12700.000 next month then you'll still end up paying for the 52.111 that wasn't read out today. As for why, water meters are usually entirely battery powered and every digit that is transmitted consumes a tiny bit of that finite energy reserve. With batteries designed to ideally last tens of years every transmitted bit becomes consequential. |
Beta Was this translation helpful? Give feedback.
-
Found previous water bill and confirmed the water company only charge for usage per CCF, 100 cubic feet = 748 gallons. From bill: previous reading 121, current reading: 125, units: 4, measurement CCF. This explains transmitting only significant digits for billing. |
Beta Was this translation helpful? Give feedback.
-
Thanks for all the work on RTLAMR, i am successfully reading both my electric and gas meter.
Now I am trying to get this working with a recently installed Water module. RTLAMR is receiving my meter since the endpoint number matches the number on my meter. reading in json mode: Protocaol: 0x1E, EndpointType: 0xAB, Endpoint: MyMeterID. Consumption: 126
The problem is consumption only shows first 3 number of the reading and missing the last 5 numbers including decimal point. 126 where the meter actually reads 12652.111
Beta Was this translation helpful? Give feedback.
All reactions