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?
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
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