Does anyone know of a FOSS weather station? I have a Linux based home computer lab and I want to be able to track atmospheric pressure, temperature, and wind specifically. It would be nice to be able to detect rain as well if possible.

So I need both a server to have on linux, PLUS the weather station. Does anyone have any recommendations? I strongly prefer large amounts of open documentation as well.

Thank you!

  • DigitalDilemma@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 hours ago

    I used wview for years, and published a couple of weather stations publically. Sadly that looks to be abandoned now.

    Nowadays I just run Home Assistant and combine an anenometer, a rain tip gauge and about a million different temperature sensors into that, mostly with 8266’s running Esphome to collect and forward that data. It’s a fun and cheap little hobby if you like collecting data. The gauge and anenometer were off aliexpress for about £5 each, the esps about the same, and temp sensors less than a quid each. All software foss of course, and uses almost no resources so can run on any linux server.

    • JelleWho@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      4 hours ago

      I personally run an ESP32 with ESPHOME integrated into Home Assistant. So I can also say this is a good way

      • petey@aussie.zone
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        I’ve recently gotten into ESPHome and am in love. I was in a bit of a rush so got Claude Code to do the YAML for me, but it looks easy to hand write. I’ve make an ePaper dashboard, a control hub with an Guition LCD module I had lying around, and a garage door opener controller, all just in the last couple of weeks

  • adeoxymus@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    4 hours ago

    What do you mean? FOSS? Open hardware or able to integrate with existing foss like home assistant?

    For the latter, I’ve used ecowitt based weather stations myself. they’re very durable, give reliable data and came with a quality manual for not much money.

    They come with an app but you can just decide not to use it, all the data is available on the device, hosted as a web server. It has good integrations with HA which is what I use for long term storage together with influxdb.