BME280 temperature fluctuations

I have been using a BME280 sensor in combination with ESP32 (barebone) to monitor the enviornment on our balcony for over 6months. Recently (as in the past 4-5 days) I have noticed some crazy fluctuations occurring for a moment, then back to the expected value.
As anyone seen similar using this (or other) sensors?

Screen Shot 2021-11-18 at 2.41.27 pm

I’m doing very little with the code/configuration for this device. There is a DeepSleep which runs 15sec on, 1/2hr off.

  - platform: bme280
    temperature:
      name: "Balcony Temperature"
      id: temp
      oversampling: 16x
    pressure:
      name: "Balcony Pressure"
    humidity:
      name: "Balcony Humidity"
    address: 0x76
    update_interval: 60s