433mhz sensor data not updated

Greetings
I have a strange issue with HA and my RFXcom 433mhz sensors. When I run RFXmgmr on my PC and I get sensor readings every few seconds, there are a lot of sensors in my neighborhood. HA however sometimes tells me my sensors sometimes hasn’t sent anything for 40 minutes and sometimes it writing new data every minute. I’ve tried to remove the sensors from the configuration.yaml and it’s the same thing, even as a new entities the data is old. It seems to be the same thing regardless of the sensor is temperature or wind. My 433mhz switches works fine though. Does HA only record changed values of a sensor?
My HA setup is on a raspberry pi 4 running all the latest like HA 0.110.5 at supervisor 227 and HassOS 4.9

Regards
/Fredrik

Exactly. If the sensor sends the same value, it is not recorded.

That’s good to know. After 6 months I’m still mentally comparing HA to Domoticz. This doesn’t explain why my wind sensor, which is spinning up and down in the wind, isn’t changing. There must be some sort of debug logging to enable in HA to at least see what HA is “seeing”?

/Fredrik

You can add debug: true to your configuration.

In addition, you can probably add to configuration.yaml:

logger:
  default: error
  logs:
    homeassistant.components.rfxtrx: debug