github Yeraze/meshmonitor v2.20.8
v2.20.8 - Paxcounter Telemetry & Localization

latest release: v2.20.9
11 hours ago

What's Changed

New Features

  • Paxcounter Telemetry Support - Added support for receiving and storing Paxcounter telemetry data from Meshtastic nodes. Paxcounter counts nearby WiFi and BLE devices, useful for estimating foot traffic or population density. #976 - Closes #967
  • Simplified Chinese Support - Added Simplified Chinese (简体中文) to the language selector #969
  • Language Selector Repositioned - Moved language selector to top of Settings page for easier access #970
  • Solar Production Estimates in V1 API - Added solar production estimates to v1 REST API #962

Bug Fixes

  • Firefox Sort Dropdown Fix - Fixed issue where changing sort order in Firefox would cause the node list panel to drag unexpectedly #974 - Closes #968
  • Multiple Bug Fixes - Fixed tapback, auto-welcome, config loading, and search state issues #965
  • Audit Log Crash Fix - Fixed crash when handling non-JSON audit log details #963

Improvements

  • Translation Updates - Updated translations from Weblate community #966, #972
  • Translation Attribution - Updated translation support and attribution wording #975
  • V1 API Tests - Added comprehensive unit tests for V1 API endpoints #971
  • Code Refactoring - Extracted App components for better maintainability #961

Issues Closed

  • #967 - [FEAT] Paxcounter telemetry
  • #968 - [BUG] Change sorting moves node list

Full Changelog: v2.20.7...v2.20.8


Proxmox LXC Template

This release includes a Proxmox-compatible LXC container template for MeshMonitor.

Installation

  1. Download the .tar.gz template file
  2. Verify the SHA256 checksum (optional but recommended)
  3. Upload to your Proxmox server: scp meshmonitor-*.tar.gz root@proxmox:/var/lib/vz/template/cache/
  4. Create a new LXC container from the template via Proxmox web UI
  5. Configure /etc/meshmonitor/meshmonitor.env with your Meshtastic node IP
  6. Start the container and access the web UI on port 8080

Documentation

See the Proxmox LXC Deployment Guide for detailed instructions.

Limitations

  • Auto-upgrade feature is not supported in LXC deployments
  • Manual updates required (download new template for each version)
  • Community-supported (Docker remains the primary deployment method)

🚀 MeshMonitor v2.20.8

📦 Installation

Docker (recommended):

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

🧪 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.