briis / hass-weatherflow2mqtt

WeatherFlow to MQTT for Home Assistant. Use UDP to get local weather data in to Home Assistant using MQTT Discovery
MIT License
129 stars 29 forks source link

Recorder issue. #241

Open hmjgriffon1 opened 1 year ago

hmjgriffon1 commented 1 year ago

Home Assistant Version?

2023.9.0

Add-On or Self Hosted?

HA Supervised (Add-On)

Weatherflow2MQTT version?

3.2.1

What happened?

Seeing the errors below in the log.

Relevant log output

Logger: homeassistant.components.sensor.recorder
Source: components/sensor/recorder.py:405
Integration: Sensor (documentation, issues)
First occurred: 10:06:28 PM (4 occurrences)
Last logged: 10:06:28 PM

The unit of sensor.tempest_st_00113901_absolute_humidity (g/m³) cannot be converted to the unit of previously compiled statistics (g/m^3). Generation of long term statistics will be suppressed unless the unit changes back to g/m^3 or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
The unit of sensor.tempest_st_00113901_air_density (lb/ft³) cannot be converted to the unit of previously compiled statistics (lb/ft^3). Generation of long term statistics will be suppressed unless the unit changes back to lb/ft^3 or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
The unit of sensor.tempest_st_00113901_solar_radiation (W/m²) cannot be converted to the unit of previously compiled statistics (W/m^2). Generation of long term statistics will be suppressed unless the unit changes back to W/m^2 or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
The unit of sensor.tempest_st_00113901_solar_insolation (W/m²) cannot be converted to the unit of previously compiled statistics (W/m^2). Generation of long term statistics will be suppressed unless the unit changes back to W/m^2 or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
briis commented 1 year ago

This is because the latest release added the correct Unit values to these sensors. Go to Developer Tools and then click on STATISTICS and find the sensors. Click on solve issues and let HA convert all the previous values to the new ones.

hmjgriffon1 commented 1 year ago

go it.

On Sun, Sep 10, 2023 at 6:31 PM Bjarne Riis @.***> wrote:

This is because the latest release added the correct Unit values to these sensors. Go to Developer Tools and then click on STATISTICS and find the sensors. Click on solve issues and let HA convert all the previous values to the new ones.

— Reply to this email directly, view it on GitHub https://github.com/briis/hass-weatherflow2mqtt/issues/241#issuecomment-1712906487, or unsubscribe https://github.com/notifications/unsubscribe-auth/A47NQ2B4CWXKZE5YNJX6NQDXZYBQRANCNFSM6AAAAAA4PXHZZA . You are receiving this because you authored the thread.Message ID: @.***>