HandyHat / ha-hildebrandglow-dcc

Home Assistant integration for UK SMETS (Smart) meters pulling data from the DCC via the Hildebrand Glow API
MIT License
229 stars 31 forks source link

Integration No Longer Working #350

Closed pwhitea closed 11 months ago

pwhitea commented 11 months ago

Describe the bug Integration has stopped working and errors being logged. No data coming through integration. Using the bright app I am able to see the DCC data. Integration has previously been working perfectlty for last 2 months.

To Reproduce Steps to reproduce the behaviour: Perform a reload of integration and error is generated.

Expected behaviour Data Screenshots If applicable, add screenshots to help explain your problem.

Version HA

Debug log Logger: homeassistant.components.sensor Source: components/sensor/init.py:505 Integration: Sensor (documentation, issues) First occurred: 19 July 2023 at 23:21:16 (6 occurrences) Last logged: 09:36:37

Entity sensor.dcc_sourced_smart_electricity_meter_cost_today (<class 'custom_components.hildebrandglow_dcc.sensor.Cost'>) is using state class 'total_increasing' which is impossible considering device class ('monetary') it is using; expected None or one of 'total'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author. Entity sensor.dcc_sourced_smart_gas_meter_cost_today (<class 'custom_components.hildebrandglow_dcc.sensor.Cost'>) is using state class 'total_increasing' which is impossible considering device class ('monetary') it is using; expected None or one of 'total'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.

Additional context Add any other context about the problem here.

pwhitea commented 11 months ago

Identified problem