github Yeraze/meshmonitor v2.7.2
v2.7.2 - MQTT Node Detection Fix

latest releases: v2.20.12, v2.20.11, v2.20.10...
one month ago

๐Ÿ› Bug Fix

Fixed MQTT Node Detection (#227)

MQTT-connected nodes are now properly detected and displayed with the ๐ŸŒ icon in the node list.

What was fixed:

  • Corrected the location where viaMqtt field is read from NodeInfo protobuf messages
  • The field was being read from nodeInfo.user.viaMqtt (wrong) instead of nodeInfo.viaMqtt (correct)

Impact:

  • Users with MQTT-connected nodes will now see the ๐ŸŒ icon properly displayed
  • MQTT node filtering now works as intended
  • Better visibility into network topology for large MQTT networks

๐Ÿ“ Documentation

  • Updated meshtasticd Docker image reference from meshtastic/python to meshtastic/meshtasticd

๐Ÿ”— Related


Full Changelog: v2.7.1...v2.7.2

๐Ÿš€ MeshMonitor v2.7.2

๐Ÿ“ฆ Installation

Docker (recommended):

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

๐Ÿงช 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.