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