What's Changed
Bug Fixes
- Fix #467: Missing solar_estimates table migration - The
solar_estimatestable 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.