Search code examples
androidenergysmart

How can we read the electricity usage from the Electricity Meters in Android?


I'm an Android enthusiastic. I'm thinking of a eco-friendly app that awares the user about the electricity consumption they had made so far. So, I need some way to measure the electricity usage from the Electricity Meters. Most of the apps that I have browsed and used from Android market required me to enter the electricity usage manually which is kind of hectic and discouraging aspect of such apps. I want to automate that part and improve such apps. Any idea, Android Folks? Any suggestion, Android Guru?


Solution

  • As per http://en.wikipedia.org/wiki/Automatic_meter_reading there are many different types and likely proprietary implementations of the protocol used by these wireless meters.

    Some likely even include encrypted or checksum verified protocols which would further prevent reading the data.

    It's a good idea, but without official support from the companies supplying the meter reading technology you are probably out of luck.