Met.no showing strange temp last few days

Hello

I have been taking Met.no integration temperature and using that in automation, but seems that something happened few days back. My sensor started to show wrong temp and over the night temp seems to be unavailable and suddenly rises to wrong value?

History

Like last value in graph is 21.0C but real temp is 10.0C more or less.

I changed to Accuweather and now temp is back ok, but is this issue related to met.no values or something else?

Anyone you have any idea or same issue with met.no , every night met.no report wrong temp and missing some values

Same sensor setting with accuweather works fine.

image

I have exactly the same problem with met.no.
I’ve been talking with some of the moderators on Discord and this is a problem with the integration.

1 Like

I found out this is also the case when using buienradar or accuweather. They show the same behavior.

For me accuweather seems to work better only few unknown measurement value in past week.

Hey Sompse, what’s your template to grab the temperature like if you don’t mind sharing?

Yes i can post template.
I have follow these two template sensors and accuweather seems to be more stable.
Met.no was working ok before my first post here.

#Temp Accuweather#
- platform: template
  sensors:
    koti_ulko_lampo1:
      friendly_name: "Koti Ulko lämpötila"
      unit_of_measurement: '°C'
      value_template: "{{ state_attr('weather.koti_2', 'temperature') }}"
      
       
#Temp MET.NO#
- platform: template
  sensors:
    koti_ulko_lampo_met_no:
      friendly_name: "Koti Ulko lämpötila MET NO"
      unit_of_measurement: '°C'
      value_template: "{{ state_attr('weather.koti', 'temperature') }}"