r/myweatherstation

▲ 150 r/myweatherstation+62 crossposts

I developed Weather World because I wanted a simpler, more helpful way to stay ahead of the forecast. I truly believe that a weather app should be a tool that makes your life easier, not a source of distraction with ads and confusing menus.

How it helps you: The core of the app is all about visual clarity. I’ve focused on creating intuitive graphs that let you see temperature shifts and precipitation trends at a single glance. Instead of reading through long lists of numbers, you can visualize exactly how your day will unfold. It’s minimalist, lightweight, and built for speed—perfect for anyone who values a clean Android experience.

I’d love your support! Please give it a try and see if it helps your daily routine. If you find it useful, please recommend it to your friends! As a solo developer, your support and word-of-mouth are what help me improve and grow.

In compliance with the community rules, I’ve shared the link via IndieAppCircle. Check it out there and let me know what you think!

Find it here: https://play.google.com/store/apps/details?id=com.danie.pocasisveta

u/Tough_Deer_3756 — 13 hours ago

What Is The Best Professional Weather Stations?

Now I'm currently searching for the best professional weather stations that are accurate, reliable, and monitor everyday weather conditions like temperature, humidity, wind speed, rainfall, and barometric pressure with precision. I want something with a clear display, wireless sensors, and that delivers real-time data consistently without signal drops or calibration issues.

I've come across several options during my research, but I'd love to hear about your personal experiences and recommendations.

reddit.com
u/Aromanse — 13 hours ago
▲ 0 r/myweatherstation+1 crossposts

Im going to Mississippi State University for broadcast meteorology, but I have a terrible fear of severe weather. Am I cooked?

Ik it sounds counterintuitive, and I truly am fascinated by weather, but I am terrified of severe weather along with that fascination. I have panic attacks whenever risk days are higher than slight. I really want to pursue this passion but idk how to get over my fear. Ive tried being as prepared as possible but I still worry even so.

u/Hyunjin_loves1234 — 1 day ago
▲ 129 r/myweatherstation+5 crossposts

I built a severe weather station that uses an SDR to pull data from cheap sensors, and runs a machine learning ensemble every 15 minutes on that data to forecast imminent severe weather.

(Pi 3b+)The thesis for this project is both simple, and a fun challenge: Design a model that only relies on locally gathered data, to predict severe weather events with minimal false negatives and an acceptable level of false positives, then put it all into a box that 'just works' when plugged in, unlike many 'smart' devices sold today.

I once bought a meat thermometer. I opened it to use on the Christmas roast, and the app greeted me with "we are happy to have been a part of your cooking experience. Unfortunately, as of <date 4 months prior>, our servers are shutting down."

Panicking about the tight timing of christmas dinner and cursing the God who made me, I ran out to get an emergency thermometer because <local big box store> sold me a brick! 

I got my money back eventually, but it's given me a vendetta against any machines or services that require offsite hardware, or require some company to pay their bills to work.

On June 10th, a major wind storm came to my city. That storm was powerful enough that it knocked all the NWS ASOS stations near me offline for a few days. Remembering my vendetta, and eyeballing the cheap Amazon-special weather station i recently acquired,  the seeds of an idea formed.

The result of that idea is Weather Station Alpha: A self-contained forecasting box that predicts seven distinct severe weather hazards across 1-hour and 24-hour horizons, using local sensor data only.

 The hardware sits inside a metal project box running neural net inference on a schedule, with an SDR, LEDs, a barometer, and its own cooling fans, so it runs at the absolute limit of what the Pi's power supply can handle. Any more overhead and this little guy undervolts. Ask me how I know.

I wrote five services to orchestrate the ui and api, sensor data pipeline, machine learning pipeline, active cooling, and physical LED status animations.

The prediction engine runs an LSTM neural net with attention, trained on 30 years of official NWS data. To resolve prediction confidence, the system blends a 500-pass Dropout Monte Carlo simulation 50/50 with a distance-weighted K-Nearest Neighbors algorithm. The Monte Carlo engine generates randomized path variants to simulate realistic transitions, while the KNN uses the network's N-1 layer as a vector embedding space. 

This acts as a real-time learner, and is the real strength of the system: when local anomalies or sensor quirks arise, you can flag the timestamps in the admin to inject new example vectors, teaching the box about local climatology and sensor quirks instantly without retraining the underlying neural network.

The data collection relies on an RTL-SDR USB dongle pulling radio transmissions from local wireless sensors, combined with an on-board USB barometer. 

After I got all the bits in the box, i drilled 1/2" holes. 2 in the lid for the antenna and LED, and one in the back for power. I put rubber grommets on those holes. I also added some o-rings to the silicone diffuser, and cut a nice decal and lettering for it with my circut machine. I think it came out pretty sharp :)

After initial setup, I spent a week calibrating it against the real local data..adding and removing samples and tweaking thresholds. It was a particularly stormy week so I had good data to test against. After that week, I was satisfied with its sensitivity and dataset...or so I thought.

About a week after this calibration a funny thing happened with the real time learning...The box was giving me a "wind" warning one afternoon. I looked outside at the nice calm day...and decided this was another false positive to be corrected and tamped down. I raised the thresholds and added a none point for that time.

Whelp, 15 minutes later, a gust front came thru that was strong enough to knock some tree branches off.

I sheepishly deleted that none point and put the thresholds right back where I had them. It was then I vowed to wait a week before questioning the black magic of the box and applying corrective inputs.

Now, if society collapses tomorrow, the National Weather Service disbands, and all the doppler radars are shut down...I'll still have a decent little severe weather warning system so long as I keep that computer powered, adjust it for events it misclassifies, and change the AAs in the sensors every 9 or so months. 

No one using this box will ever get a message saying "we are happy to have been a part of your weather experience, but our servers dont exist anymore, sorryyyyy".

The entire parts list, a more in-depth explanation, and the code are open-source and ready to build, available on my github.

Project repo: https://github.com/Dominic-Muscatella/weather-station-alpha

OR, skip over the setup instructions and go right to the explainer:
https://github.com/Dominic-Muscatella/weather-station-alpha/tree/master#how-it-all-works

u/MakerOfGreatThings — 2 days ago

Birthday gift for husband. Overwhelmed at options.

Completely new to this. Did a quick google search and was met with so many options. The one that looked the most interesting, Ambient Weather WS-5000, has a subscription? Definitely do not want that.

Is there something that is similar (customizable addons) that is all on one screen without the subscription?

  • We do not have a smart home

  • Solar or battery is fine with us (unless you believe one is better over the other please let me know)

  • We live in the New England area if that matters

reddit.com
u/mezasu123 — 3 days ago

Weather station grounding

I'm curious if a wireless weather station needs grounding if it's not the tallest thing coming off of a house. I understand it's not ideal placement, but it is what it is. There are higher metal plumbing vents, exhaust vents and attic vents that are all metal. Why wouldn't they need grounding, but the weather station does?

Thanks for taking the time to reply.

reddit.com
u/realbigtar — 4 days ago

Why even premium weather stations have low temperature accuracy?

Temperature accuracy of these weather station seems to be ±1 Degree Celsius which is very low.

Indoor/Outdoor thermometers are available in $10-$30 range with digital sensors having accuracy of ±0.1-0.3 Degree Celsius.

Why are companies which are charging $200 for weather stations not using these highly accurate sensors?

Ecowitt Wittboy GW2001 ($200)- ±1°C Accuracy

SwitchBot Indoor/Outdoor Thermo-Hygrometer ($14)- ±0.2°C Accuracy

reddit.com
u/Lullam — 6 days ago

Improve Tempest Station UI

I have owned a couple of Tempest Weather Stations over the years and as much as I loved them, I always felt that not having a dedicated screen was a bit of a let down. I first used the Tempest URL that WeatherFlow provides, but it is plain and not setup how I would prefer. I decided to build my own site that would both be a full blown weather page - plus an additional URL for Tempest Devices. Some of the highlights of the Tempest page is it auto updates (both backend data and new versions of the app), solar events, weather graph (with precip, temp, and wind), forecast, high-res radar, data points that include AQI, pressure, UV, lightning, and more. One of the more unique aspects is that it also has an animated background that represents the current weather. Clouds move. The sun 'rises' and 'sets', the moon also does this, lightning, snow, etc. Just about any weather will be shown. Rain falls, and lightning flashes :) There is also a weather alert system built in that will auto clear after some time (but still show a plus sign that there is an unread alert). It also has a built in override for non-Tempest users - or if your Tempest is down or loses its connection, it will gather weather from your area and from other weather sources via several different APIs. It works in portrait and landscape mode and is tuned for 10", 15" and 22" devices. Check it out when you get a chance and let me know if you have any requests for changes or new features. Will gather feedback and work to continue to improve. The URL is https://myweatherdesk.com/mytempest and you can email me your feedback or requests at myweatherdesk00@gmail.com Thanks! - Wade

https://preview.redd.it/4jb8q30yn9ah1.png?width=1920&format=png&auto=webp&s=ee8a69524b8d2f643ff9a4648f0f68acda00b2df

https://preview.redd.it/w43j8bm1o9ah1.png?width=1080&format=png&auto=webp&s=b6bc1a44dec0ce4d4131d2c14de86be2f04c0ef3

reddit.com
u/Edgarp_1970 — 6 days ago

Upgrade Ambient weather WA5WH2902, WH65B

As the title says, the sensor is failing and paid its dues. I need wind direction, wind speed, rain rate and accumulated. Should I just upgrade the sensor or the whole unit? Replace with what?

reddit.com
u/thealbertaguy — 7 days ago

I need a recommendation for a weather station that may not exist

This will be my first weather station. I have a set of uncommon requirements and I'm not sure if there's a commercial product that ticks all my boxes:

  • MUST work entirely locally without reliable access to the internet. I'm rural enough that the internet can take a vacation or something for a week from time to time. My WiFi network stays up, but the link to the outside world goes down.

  • MUST have a always-on local display. I do not want to have to find my phone to load an app or check a self-hosted website from my laptop. I want a display I can stick on the wall that always shows the information I care about.

  • The information I'm most interested in is outdoor dewpoint followed closely by inside dewpoint. Yes, I know these could be calculated from temp and RH but, again, I just want something I can glance at as I walk by.

  • An anemometer with direction would be nice, but not required, as would the sensors required for it to display WBGT.

  • A rain gauge would also be nice but TBH just a luxury as I have one I can look out the window and see.

  • I can't spend more than $300 on this right now.

  • Bonus points if, when the internet is up, it'll pull a forecast and display forecast hi/low for today and tomorrow. To be clear, I understand this feature can only work while the internet is up.

Is there any commercial product that'll meet these requirements within my budget?

reddit.com
u/williaty — 8 days ago

EcoWitt doesn't support multiple outdoor temp sensors?

I'm new-ish to weather stations and my only experience is with a mediocre LaCrosse station I'm looking to replace. I really like what EcoWitt has to offer in terms of sensors and data uploading EXCEPT that apparently you can only have ONE outdoor temp sensor per gateway?! Am I missing something or do they really only support multiple indoor sensors but not outdoor ones? What's the logic behind that? I guess I could buy multiple gateways, but that seems silly to have to do, plus electrical outlets are in short supply in my 50s era home even with power strips in every room.

My use case is largely for gardening. I'm in a harsh climate (high elevation desert) and need temp/humidity sensors to help identify microclimates, and I may also want to deploy soil moisture & temp sensors. I was looking into Ambient weather but was put off by the combo of high price and bad reviews (namely for the temp and soil sensors, which I would like several of each). There's not much info on the difference in weatherproofing between EcoWitts WN31 and WN32 so I'm wondering if I could just build housing to protect the WN31s and put them outside, my climate is such that moisture is nonexistant but the UV is what destroys things.

For those who's priority is multiple outdoor temp/humidity sensors, what do you use?

reddit.com
u/ChemHotel — 10 days ago
▲ 4 r/myweatherstation+1 crossposts

How to get constant weather updates for long distance travel?

Hi all, this will be my first long distance drive with a Prius 2011 and I was wondering if anyone has suggestion for how to stay constantly updated with the weather? Safety is priority and heading into a city in 8 hours time is one thing but inclement weather breaking up the journey is another. It would be very helpful if there is a radio station that I can simply tune in.

For worse case scenario, and facing with sudden incessant rain or gusting winds, is there anything you do to ride it out?

Also, my trip is in 2 days time. So if purchase is recommended, I can buy something in next 2 days so it has to be available in Walmart or Autozone.

reddit.com
u/morality-comeback — 10 days ago

New tempest install critique

Just installed yesterday. The most open space I have is in this pasture area. My only concern so far is that I noticed some wobble with the top of my pole. It's a telescoping flag pole with additional 1" PVC pipe. I needed the pvc to reduce the pole down to a size I could mount to so just left the extra length getting me up to almost 20ft.

We have wind/breeze regularly being just a few miles from Lake Michigan and that is something I would like to track but I'm afraid the slight wobble I noticed immediately after installation and while windy might throw off general accuracy? We are also really wanting to track rain. The pole itself seems rigid enough and is aluminum and the PVC section extends less than the recommended 4 ft beyond the pole. I need to observe it some more and get some feedback here as I may need to cut down the PVC section.

Thanks!

u/Affectionate-Box5874 — 11 days ago

The ever evolving weather station build.. LOL

Started with thinking of the WS90.. then read about the rain sensor, so thought a ws80 and wh40h. Was getting a monitor then realized would not use it so GW3010. But talking to wife and comprimises am thinking Just get a WN32 with rain shield, a WH40H, some soil sensors, and the GM3010. Than add a ws68 If i want wind speed, but I have 30 ft trees on 2 sides and a 1 story house on the third, so wind probably not accurate. Now Without the ws68 I dont get a uv or light sensor, do I need those? I assume I can feed them all through the GW3010 and to app or website?

What is wrong with this plan?

reddit.com
u/Davhamm — 8 days ago

Home weather station for boyfriend

Hello,

I am looking for a weather station which will be a birthday gift for my boyfriend. I have zero knowledge about them. He has had some basic station since 8 years we are together but it recently broke during heavy storm. It was just a tiny 2*4cm plastic thing you put on the window shelf. Right now we are on holiday and he is nervously checking weather as there were said to be thunderstorms at home. I would be much more chill if he would relax instead of constant checking therefore i think he needs a new station. Had plans for another gift but I changed my mind, thankfully i found this sub.

Things i suspect he would like:

- app so he can check weather from anywhere

- wifi connectivity so sensor could be at his brothers house 150m away which is more on the open

- works on solar power, he loves it

- budget is 250€ (Europe)

- birthday is tomorrow and it is no problem if it arrives late

- i'm ok with recommendations and will just show him and he will choose which one

Thanks 🙏

reddit.com
u/saltusuxorem — 11 days ago

Real-time anemometers for public space management

I'm looking into the feasibility of installing several anemometers throughout public spaces managed by my organization, with the goal of getting alerted when wind speed/gusts are strong enough to potentially knock over our patio umbrellas. We can't rely on general forecasts for this, because it's Manhattan and local wind speeds are so strongly affected by the tall buildings. None of us has set up a system like this before, so we'd appreciate any advice on what options to consider. Beyond the question of which devices are most affordable and reliable, there's also the question of how we'd set up the alerts - is that something that comes standard, or would we need additional software? We do have the ability to install these on light poles with electrical outlets, so power isn't as much of a concern.

reddit.com
u/lizrnyc — 9 days ago
▲ 5 r/myweatherstation+1 crossposts

Looking for a basic weather station and weather radio combo

I've done some searching with no luck. Im looking for a basic weather station that tells me indoor and outdoor temp, but also gets my local weather alerts. Any suggestions would be appreciated.

Edit: Im also fine with the outdoor setup that measures wind and pressure. I am interested in the weather. Im just looking for specific features.

reddit.com
u/Individual_Cow7365 — 10 days ago
▲ 1 r/myweatherstation+2 crossposts

Built a small weather scanner for Kalshi and just hit my first 100%+ weather trade.

Built a small weather scanner for Kalshi and just hit my first 100%+ weather trade.
The tool is pretty simple: I enter the market coordinates, it pulls the latest forecast data (currently using Open-Meteo and weather data sources), analyzes the projected high temperature, compares it against the available Kalshi ranges, and generates a report with the contracts that look most interesting. It also scores the setups based on how far the forecast is from the market range and a few other factors. I still make the final decision manually it's more of a research assistant than a prediction bot.
This Chicago 76° or below position was one of the scanner's recommendations. Still improving it and testing different forecast inputs, but it's been fun building. Curious if anyone else here is using custom tools or workflows for weather markets.

BTW: I’m not selling anything or spamming, this script is for personal use

u/TMMAG — 11 days ago