Skip to content

sillymoi/homeassistant-infometric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Infometric Integration

This custom integration is used to import data from Infometric Panorama Home to Home Assistant.

Description

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

Getting Started

Dependencies

  • Smart meters installed in your apartment connected to Infometric
  • Account to access Panorama Home

Limitations

You can only have one meter of each type.

Installing

Choose one of the two installation options below

Automatic installation (preferred)

Install using HACS:

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Manual installation

  • Copy all files to homeassistant/custom_components/infometric
  • Restart Home Assistant

Initial setup

Add the integration as any other integration: Settings > Devices & services > Add integration

You will be requested for 3 things:

The name field is if you want to rename the integration something other than Infometric.

Authors

Version History

  • 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

Acknowledgments