Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recorder issue. #241

Open
hmjgriffon1 opened this issue Sep 8, 2023 · 2 comments
Open

Recorder issue. #241

hmjgriffon1 opened this issue Sep 8, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@hmjgriffon1
Copy link

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
@hmjgriffon1 hmjgriffon1 added the bug Something isn't working label Sep 8, 2023
@briis
Copy link
Owner

briis commented Sep 10, 2023

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
Copy link
Author

hmjgriffon1 commented Sep 10, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants