This integration allows you to monitor your OBI Energy Tracker device directly within Home Assistant. The OBI Energy Tracker is a cost-effective solution for reading smart energy meters, typically accessed via the heyOBI smartphone application.e.
Add this repository, via custom repository: https://www.hacs.xyz/docs/faq/custom_repositories/
The "OBI Energy Tracker" is a low cost device to read out smart energy meters. In default you can access the data in the "heyOBI" application on our smartphone. I extracted the API Calls from the backend of the application, and created this "Home Assistant" Integration.
During setup, you'll need:
- Email: Your "OBI" account email address
- Password: Your "OBI" account password
- Country: Country code (default: DE for Germany)
The integration retrieves:
- Meter Reading
- Feed-In Meter Reading
- Battery Level
- Online Status
- Connection Strength
- Last Record Received At
Unofficial API for the "heyOBI" backend, as used in this repository. The endpoints are not officially documented.
- Perform Login → sets
token(JWT) anduserId(from the JWT payload). - Perform Get bridge info → sets
bridgeIdanddeviceIdbased on the first linked sensor. - After that, Get hourly data and Get meter data can be called...
Disclaimer: This integration is not affiliated with or endorsed by OBI. Use at your own risk.
