See it in action @ ghwx.ca
Acuparse is a PHP/MySQL program that captures, stores, and displays weather data from an AcuRite® 5n1 weather station and tower sensors, via your Access/smartHUB. It uploads weather data to Weather Underground, PWS Weather, and CWOP. It also processes and stores images from a local network camera for display and uploads to Weather Underground.
Built for weather geeks and designed to be clean, simple, and mobile friendly. It uses a minimal UI with a focus on data, not flashy graphics. Designed to compliment MyAcuRite and other 3rd party's sites and tools.
Notice: This program is open source 3rd party software. It is neither written nor supported by AcuRite®. This software requires a working AcuRite® Access/smartHUB. Weather data gets redirected from your Access/smartHUB to your Acuparse server. It is captured, stored, and passed along to MyAcuRite. The response from MyAcuRite gets sent back to the Access/smartHUB. Although the syslog may assist with diagnosing issues; if you cannot send data to MyAcuRite, you may experience trouble with Acuparse. Users currently having trouble sending updates to Weather Underground should find Acuparse much more stable.
- Your weather data belongs to you, stored on your OWN server.
- Showcase live camera images and send them to Weather Underground.
- Uploads weather data from your 5N1 or a Tower/5N1 to external providers.
- Customize barometer readings.
- Display data in both ℉ and ℃. Selectable default.
- Multiple tower sensors, public or private.
- Multiple admin/regular user logins.
- Regular users can only view private sensor data.
- Archived data display.
- Watch data flow using the syslog.
- Stays online even when MyAcuRite is not.
- Does not require internet access. Can be deployed independently of MyAcuRite.
- Export JSON data for use in external applications.
- Customizable email outage notifications.
- Google Invisible reCAPTCHA and Analytics support.
- Advanced Data Reporting.
- Reports can be run against the database. Open issues for custom report requests and tag them with the reports tag. phpMyAdmin is an excellent tool for advanced manual reporting on your station.
- Charts and Graphing.
- Since this is available at most external weather sites.
- Multiple Access/smartHUB/5n1 sensors
- The current framework is built around a single Access/smartHUB and 5n1 sensor.
Requires LAMP stack. Some PHP, Apache, and GNU/Linux experience recommended.
Note: If you are not using an Access, you will need to setup a DNS redirect using a DNS server on your local network.
See docs/INSTALL.md for detailed installation instructions.
Installing on a fresh instance of a Debian based OS is the only officially supported and tested install method.
Acuparse can also, in theory, be run locally on a Raspberry Pi(Raspbian) or similar configuration. Some installer modifications might be required if not using a supported OS.
Access Users
The Acurite Access sends data to MyAcuRite using an SSL connection. By Default Apache will use the snake oil cert to serve over HTTPS. For most users, this should be sufficient. If you use a hostname, you will need to install and configure an SSL certificate. The installer will ask and attempt to generate a Lets Encrypt cert for you.
Info: Installer currently supports Debian Stretch(9), Ubuntu 16.04 LTS, and Raspbian.
Install the base operating system and update. Then download and run the installer.
wget https://raw.githubusercontent.com/acuparse/installer/master/install.sh && sudo sh install.sh
Detailed upgrade instructions for significant releases will be published in the docs/updates folder if required.
-
Pull the changes from Git.
cd /opt/acuparse && sudo git pull
-
Connect to your site to complete the update.
If you like Acuparse, you can support my work and the project by buying me a coffee!
Acuparse is open-source software. Released with an AGPL-3.0+ license. It also uses several other open source scripts. Their licences included where available.
3rd party scripts located in src/pub/lib
.
See LICENSE for more details.
A commercial licence without any AGPL restrictions is also available. Visit acuparse.com/commercial for details.
Support for the core application/bugs handled using GitHub Issues.
For everything else, join the Users Mailing List.
If you require advanced assistance, consider a commercial licence/support.
See CHANGELOG.md for detailed release notes.
See CONTRIBUTING.md for more details.