I’ve built a custom Home Assistant integration for Elmeasure prepaid electricity meters and wanted to share it with the community.
My apartment complex uses Elmeasure meters, with the meter data available through the ElNetPPS v3 and MyGate apps. Since I couldn’t find an existing Home Assistant integration, I reverse-engineered the API used by the apps and built one myself.
The integration currently exposes sensors for:
-
Electricity balance
-
Current load
-
Energy consumption
-
Live meter data
-
And more
If you’re using an Elmeasure prepaid meter, feel free to check it out:
GitHub - dreadedlama/elmeasure
Would love to hear from anyone who tries it. Feedback, feature requests, bug reports, and contributions are always welcome!