4.3 KiB
Introduction
The WeeWX weather system is written in Python and runs on Linux, MacOSX, Solaris, and *BSD. It collects data from many different types of weather stations and sensors, then generates plots, HTML pages, and monthly and yearly summary reports. It can push plots, pages, and reports to a web server, and data data to many different online weather services.
Initial development began in the winter of 2008-2009, with the first release in 2009.
The source code is hosted on GitHub. Installation instructions and releases are available at weewx.com/downloads.
See the hardware list for a complete list of supported stations, and for pictures to help identify your hardware! The hardware comparison shows specifications for many different types of hardware, including some not yet supported by WeeWX.
The WeeWX distribution includes drivers for many types of hardware. These are listed in the hardware guide. See the WeeWX Wiki for additional drivers and other extensions. If your hardware is not in the core driver list, you should first install WeeWX, then download and install the driver for your hardware.
Quickstart Guides
Each quickstart guide shows how to install, run, monitor, upgrade, and uninstall WeeWX. Choose the guide that is appropriate for your operating system and needs.
- Debian - including Ubuntu, Mint, Raspberry Pi OS, Devuan
- Redhat - including Fedora, CentOS, Rocky
- SUSE - including openSUSE
- pip - any operating system
- git - any operating system
The Debian, Redhat, and SUSE installers use the conventions and software management tools for their respective operating systems; these are the fastest and easiest way to get up and running.
The pip installer will work on any operating system; use this approach for macOS or one of the BSDs, or if you are using an older operating system. This is also a good approach if you plan to do a lot of customization, or if you are developing a driver, skin, or other extension.
If you want to install WeeWX on a system with very little storage, or if you want to experiment with code that is under dev elopment, then you may want to run directly from the WeeWX sources.
Documentation
WeeWX includes extensive documentation, and the WeeWX developers work hard to keep it relevant and up to date. If you have questions, please consult the documentation first.
- User guide - installation, getting started, troubleshooting
- Customization guide - reports, plots, localization, formatting, extensions
- Utilities - tools to manage stations, reports, and data
- Hardware guide - how to configure hardware, features of supported hardware
- Upgrade guide - detailed changes in each release
- Notes for developers - things you should know if you write drivers or skins
Support
Please first try to solve any problems yourself by reading the documentation. If that fails, check the answers to frequently-asked questions, browse the latest guides and software in the WeeWX Wiki, or post a question to the WeeWX user group.
FAQ
The Frequently Asked Questions (FAQ) is contributed by WeeWX users. It contains pointers to more information for problems and questions most frequently asked in the WeeWX forums.
https://github.com/weewx/weewx/wiki/WeeWX-Frequently-Asked-Questions
Wiki
The wiki content is contributed by WeeWX users. It contains suggestions and experiences with different types of hardware, skins, extensions to WeeWX, and other useful tips and tricks.
https://github.com/weewx/weewx/wiki
Forums
weewx-user is for general issues such as installation, sharing skins and templates, reporting unexpected behavior, and suggestions for improvement.
weewx-development is for discussions about developing drivers, extensions, or working on the core code.
Licensing and Copyright
WeeWX is licensed under the GNU Public License v3.
© Copyright 2009-2023 Thomas Keffer, Matthew Wall, and Gary Roderick