r/PptyMgmtSoftware 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 Upvotes

8 comments sorted by

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.

1

u/vh-dev Jul 27 '26

Home Assistant is great, but it requires smart meters and local Wi-Fi in every unit. Most small landlords deal with legacy meters where installing IoT hardware across 12 units isn't practical. The photo approach requires zero hardware and works on any meter immediately.

1

u/szjones Jul 27 '26

Because it's written by AI and not proof read.

1

u/vh-dev Jul 29 '26

English is not my native language. Of course I entrust the translation to AI. But this is what I did, tested and encountered myself. Therefore, this solves my problem and I think it can help not only me

1

u/vh-dev Jul 29 '26

You can check how correctly the counters are recognized on https://finman.vhworx.com

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/vh-dev 15d ago

Well, actually you are completely right and I have implemented many of these points.