Weather integration (buienradar): no current temperature?

Hi all

I’m using the Buienradar integration and all the monitored conditions that I’m using are working fine, except for the current temperature…
I have removed it, restarted and added it again but nowhere to see in my entities.
Anybody else using this condition and does it work for you?

TIA
Nick

Nobody using the current temperature from Buienradar?
Is it not working/provided anymore and is the documentation outdated?

Am I doing something wrong?
From scenes.yaml

- platform: buienradar
  name: 'Home'
  latitude: xx.xx
  longitude: x.xx
  monitored_conditions:
    - symbol
    - humidity
    - temperature
    - feeltemperature
    - windforce
    - pressure
    - temperature_1d
    - temperature_2d
    - mintemp_1d
    - mintemp_2d
    - rain_1d
    - rain_2d
    - winddirection
    - precipitation_forecast_average

Nobody?
bump

Although I get these data for the city that I live through a browser on the Buienradar website, I changed it to the nearest weather station but still don’t get the current temperature.

Does anyone have a clue what might be wrong, where to look or is just nobody using this?
TIA
Nick

I have the same issue.
Do you also use the weather integartion?

weather:
  - platform: buienradar
    name: 'xxxxxxx'
    forecast: true

When I disablled this, the sensor will work.
No idea why.

FINALLY someone steps in :partying_face: (bring some champagne!)

Hi Xa4.Jens, I’m only using the sensor but might have configured the integration as well in the past, just to try everything possible but it’s not present anymore.

What did you do with the original weather forecast integration?

Hi Nick4, I have disabled the weather integration in the config.yaml (put some # before the lines)
At the moment I have not updated to 0.113.3 yet, so in my configuration.yaml everything under rfxtrx is still divided into covers, switches, lights, etc. (see RFXCOM unavailable after upgrade to 0.113)
The buienradar sensor is therefore under sensor:
After restarting the server I have several sensor.br_xxxxx. Not all are working, for example sensor.br_symbol have no data, but sensor.br_symbol_2 works. I’am not an expert but I have the data I needed. Maybe if I have updated to 0.113.3 the doubles are gone. II’ll try that when it’s less warm

sensor:
# Buienradar
  - platform: buienradar
    name: 'fill in your place'
    # Force 'Measuring station xxx' to be used:
    latitude: xx.x  #see buienradar for location
    longitude: x.x
    monitored_conditions:
      - stationname
      - symbol
      - humidity
      - temperature
      - windspeed
      - pressure
      # conditions for forecasted data:
      - symbol_1d
      - symbol_2d
      - symbol_3d
      - symbol_4d
      - symbol_5d
      - temperature_1d
      - temperature_2d
      - temperature_3d
      - temperature_4d
      - temperature_5d
      - mintemp_1d
      - rainchance_1d
      - rainchance_2d
      - sunchance_1d
      - sunchance_2d
      - rain_1d
      - rain_2d
      - minrain_1d
      - maxrain_1d
      - windforce_1d
      - windforce_2d
      - windspeed_1d
      - windspeed_2d
      - winddirection_1d
      - winddirection_2d
      - windazimuth_1d
      - windazimuth_2d