[SOLVED] Bresser wifi weather station integrated directly & locally to HA

Hey everyone,

Just wanted to share this, in case someone is looking for somethign similar.

I have a BRESSER Wi-Fi TB 7-in-1 RC Weather Station with an external soil moisture/temp sensor that i was trying to integrate into HA. The system is managed locally through a WSlink app, that offers WUnderground, Weathercloud and a third custom ip/settings integration.

The online solutions:

  • WUnderground works well and there’s a custom HA addon that gets the data to your HA . BUT WU only reads outdoor sensor data, no indoor temp/hum and no data from the soil moisture sensor
  • Weathercloud reads indoor and outdoor data, no soil moisture and i didnt look for a solution to integrate it to HA
  • AWEKAS service (connected with custom settings) reads all data, but i couldnt figure out how to get it to HA + there’s a free trial and then ~€60 per year so I didnt bother.

So after a couple of days trying to build a local HTTP listener in HA that would import my data I stumbled upon this:

I set my ha_IP:8123 and a simple username/password in wslink’s 3rd custom ip option.
I set the same un/pw in the component’s settings, unchecked WSlink (My HA is behind duckdns https) and BOOM! it just worked.

(minor issue i had to reinstall the component due to a conversion error between F and C)

That’s all, shoutout to @schizza (in case its the same user), and hope this helps the next buddy who is looking for something similar :slight_smile:

1 Like

Nice, I am wondering arround the Net to find the best weather station for HA.
Can you tell me if you have the complete set of Bresser with the base, or the sensors only ?

Weather station + base + an extra soil moisture sensor

1 Like

By the way, as far as soil moisture/temperature goes, I am far happier with the xiaomi mifloras, 1/4 the price, and much more consistent readings than the bresser sensor.

Hi,

Can you maybe help me to get things sorted out. Unfortuntely for me it was not working at all. Maybe you could sent me the config what you have? Thanks a lot

I don’t quite remember. I’ll have to check it.
But I think I just added the integration, filled in the ip, un/pw and it just worked.

No configuration needed.

Besides setting the 3rd server option on the WS configuration with the same un/pw

Hi everyone ,

I wanted to share my Home Assistant integration called personal_weather_station. It works 100% locally, no API keys or cloud services needed which makes it ideal for local integration of Bresser (or other personal) weather stations.

  • The station sends its data directly to your Home Assistant instance via HTTP, automatically creating entities for temperature, humidity, pressure, wind, rainfall, etc.
  • All sensors — outdoor, indoor, or additional probes — are fully supported without relying on external services.

If anyone is interested, it’s available on HACS, you can check the github repo here

Feel free to reach out if you have questions or need help installing it