This custom integration is used to import data from Infometric Panorama Home to Home Assistant.
This custom integration is used to import data from Infometric Panorama Home to Home Assistant. It support 3 type of meters
- Energy meter
- Hot water meter
- Cold water meter
For each meter it will create 3 entities
- Total
- Monthly average
- Monthly prognosis
- Smart meters installed in your apartment connected to Infometric
- Account to access Panorama Home
You can only have one meter of each type.
Choose one of the two installation options below
Install using HACS:
- Copy all files to homeassistant/custom_components/infometric
- Restart Home Assistant
Add the integration as any other integration: Settings > Devices & services > Add integration
You will be requested for 3 things:
- URL to the Panorama home (usually https://lgh.infometric.se/)
- Username (usually your email)
- Password to Panorama Home
The name field is if you want to rename the integration something other than Infometric.
- The main development of this integration is made by @sillymoi in 2021 (https://github.com/sillymoi/homeassistant-infometric)
- Small updates were done by @AndersMarkoff in 2025
- Hardening and stability improvments by @spiddeer in 2025
- 0.0.4
- Diagnostics support
- 0.0.3
- Hardened authentication and session reuse
- Stable unique IDs (UnitId-based) and device grouping
- Config flow improvements (duplicate prevention, clearer errors)
- More robust parsing & error handling
- Adjusted sensor state classes (average/prognosis as measurements)
- Added new translation keys
- Added constants (
DEFAULT_URL,PLATFORMS)
- 0.0.2
- Small adaptations to the Infometric API
- Uplift to home assistant 2025.5.3
- Support for hot and cold water
- Support of HACS installation
- Removal of hardcoded meters
- 0.0.1
- Initial Release