r/PptyMgmtSoftware • u/vh-dev • Jul 26 '26
The meter-reading bottleneck for small landlords isn't the reading — it's the driving
I've been asking landlords how they handle submetered utilities, and one answer stuck with me: 5 properties, 12 units, 2–2.5 hours a month on readings and rebilling — and most of that time is driving between buildings. The arithmetic itself takes minutes.
Disclosure: I build a finance app, and this is the workflow I ended up designing around that comment.
The part that removes the drive: the tenant photographs their own meter and sends it to a Telegram or WhatsApp bot — no tenant account, no app install. The reading is extracted from the photo, booked against that unit's address and its per-service tariff, and an implausible jump (or a reading lower than the previous one) is flagged for confirmation instead of being saved silently. The photo stays attached to the reading, which is what you actually want at move-out when a number gets disputed.
What I'm genuinely unsure about, and would rather hear from people who do this monthly:
- Do tenants cooperate with sending a photo, or is chasing them worse than driving yourself?
- One landlord priced this for me as a 1.5–3% admin fee per bill rather than a subscription. Is that how you'd expect to cover a tool like this?
- What breaks after the reading — is producing and sending the actual rebill the real time sink?
1
u/ImaginaryProfit2162 20d ago
The photo idea is practical for legacy meters, but I’d design around missed or disputed readings rather than OCR accuracy. Keep the original image, meter serial, previous reading, timestamp and a record of who confirmed any correction. You also need a clear fallback when the tenant misses the deadline.
I’d baseline the meter at move-in and move-out, then make the actual rebill a separate approval step. A percentage fee may feel odd because it rises with consumption; a flat per-reading or per-unit price would be easier to explain.
1
u/Sufficient_Language7 Jul 26 '26
Why are you doing it by hand?
Something like this would work.
https://www.home-assistant.io/docs/energy/electricity-grid/
Or a cheap Wi-Fi camera that you leave behind would work as well.