๐ 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
viaMqttfield is read from NodeInfo protobuf messages - The field was being read from
nodeInfo.user.viaMqtt(wrong) instead ofnodeInfo.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/pythontomeshtastic/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.