github Yeraze/meshmonitor v2.14.1
v2.14.1 - Solar Monitoring Fixes

latest releases: v2.21.2, v2.21.1, v2.21.0...
one month ago

What's Changed

Bug Fixes

  • Fix #467: Missing solar_estimates table migration - The solar_estimates table migration file existed but was not being executed during database initialization. This has been fixed by adding the migration to the initialization sequence.

Features

  • Manual Solar Fetch Button - Added a "Fetch Estimates Now" button to the Settings page in the Solar Monitoring section, allowing users to manually trigger solar estimate fetching instead of waiting for the hourly automatic fetch.

Full Changelog

Pull Requests:

  • fix: Add solar estimates table migration and manual fetch button #468

Issues Resolved:

  • [BUG] Solar telemetry not showing #467

Full Changelog: v2.14.0...v2.14.1

๐Ÿš€ MeshMonitor v2.14.1

๐Ÿ“ฆ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:v2.14.1

๐Ÿงช Testing

โœ… All tests passed
โœ… TypeScript checks passed
โœ… Docker images built for linux/amd64, linux/arm64, linux/arm/v7

๐Ÿ“‹ Changes

See commit history for detailed changes.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.