Energy Cost stuck due to currency change

I have an Energy monitor which is working great under the Energy section, its kWh data is accurate.

The energy cost is generating the following error log

Logger: homeassistant.components.sensor.recorder
Source: components/sensor/recorder.py:244
Integration: Sensor (documentation, issues)
First occurred: December 11, 2021, 3:00:10 PM (1 occurrences)
Last logged: December 11, 2021, 3:00:10 PM

The unit of sensor.electricity_meter_led_power_consumption_cost is changing, got multiple {'EUR', 'GBP'}, generation of long term statistics will be suppressed unless the unit is stable and matches the unit of already compiled statistics (EUR)

When I first setup the sensor, I didn’t know the currency was set to EUR so I changed that under [CONFIGURATION GENERAL] to GBP, then I spotted the log error, so changed it back to EUR as the actual currency symbol doesn’t really matter as long as it shows the numeric cost.

However now it’s stuck on 2.14 EUR. How do I fix this?

Go to Developer Tools / Statistics, find the entity and click the FIX ISSUE button on the right.

1 Like

Thank you very much!