Acuparse Versions Save

Captures, stores, and displays data from an AcuRite ‎Iris/Atlas weather station and towers via an Access/smartHUB. Uploads data to Weather Underground, CWOP, Weathercloud, PWS Weather, Windy, Windguru, and OpenWeatherMap. *** MIRROR REPO | See: https://gitlab.com/acuparse/acuparse ***

v3.9.4

10 months ago

Fixed

  • Updates to the dashboard time logic caused the time not to display.

3.9.3 - 2023-07-05

Changed

  • Bootstrap to 5.3.0.
  • FontAwesome to 6.4.0.

Fixed

  • WeatherCloud UV Index to integer (Issue 176).

v3.9.3

11 months ago

Changed

  • Bootstrap to 5.3.0.
  • FontAwesome to 6.4.0.

Fixed

  • WeatherCloud UV Index to integer (Issue 176).

v3.9.2

1 year ago

Fixed

  • Contact form always enabled when saving system settings.
  • Previous cron updates to handle 0 readings with tower data broke external uploads.
  • Tower Lightning data not appearing in the API/MQTT (Issue 172).

Changed

  • Bootstrap to 5.2.3.
  • FontAwesome to 6.2.1.
  • RTL Relay Server to 1.1.0 (Issue 168 & 169).
    • Syslog port changed to 10514 to avoid conflicts, update your compose files if you are using the RTL relay server.
    • command: -F syslog:relay:514 to command: -F syslog:relay:10514
    • Run docker-compose pull && docker-compose up -d to update.

Added

  • Option to use the system timezone for RTL readings (Issue 170).

v3.9.1

1 year ago

Fixed

  • UV Index via RTL was not being processed correctly.

Changed

  • Set retained flag on MQTT messages (Issue 171).
  • Update CRON to check for 0 readings before uploading and archiving.
    • When using tower sensors and trimming, readings will zero out when the month rolls over.

v3.9.0

1 year ago

Added

  • Beta RTL Dongle Support via the Acuparse Syslog Relay.
  • Tower data is now sent during MQTT updates.

Changed

  • FontAwesome to 6.2.0.
  • Bootstrap to 5.2.1.
  • instant.page to 5.1.1.
  • Ongoing changes to lightning update logic.
  • Database queries better prepared for occasional duplicated readings.
  • Other minor bug fixes and code cleanup.
  • Logging levels/debug logging updated.

Fixed

  • Cron Backup script not creating archive as expected.
  • Humidity & Pressure Trend not calculated correctly.
  • More lightning logic tweaks.

v3.8.1

2 years ago

Fixed

  • Minor changes to lightning logic.

Added

  • Minor changes to better facilitate future testing.

v3.8.0

2 years ago

Added

  • Ability to publish to an external MQTT Broker.

Changed

  • Offline Towers fail gracefully and will show as offline.
    • API will return NULL readings for the offline sensor and "lastUpdated":"OFFLINE".

Fixed

  • Minor changes to lightning logic.
  • Small bug fixes and minor code refactoring.

v3.7.1

2 years ago

Fixed

  • Wind Direction reversal not working as expected.

v3.7.0

2 years ago

Changed

  • Bootstrap to v5.1.3.

Added

  • Southern Hemisphere settings to reverse Wind Direction.
  • Matomo Analytics integration.
  • Legacy Buster Docker container for backward compatability.
    • Some older Kernels do not support Apache on Bullseye.
    • Tags are acuparse/acuparse:buster and acuparse/acuparse:<VERSION>-buster.

Removed

  • Weather Underground webcam uploader from cam scripts.
    • WU deprecating camera uploads again, and it never really worked.

Fixed

  • Unable to complete update in UI if update checking disabled.

v3.6.1

2 years ago

Changed

  • Bootstrap to v5.1.1.
  • Jquery to v3.6.0.

Fixed

  • CWOP uploading 0 wind gust.
  • Navigation too big on some mobile.
  • Update Slack inviter link.