(Terramaster) NAS monitoring via MQTT

Hi all,
Just wanted to share with you that it’s possible to publish monitoring information (in my case CPU usage, CPU temp and HDD temperatures) related to Terramaster ARM NAS devices (in my case an F2-210) via the nice ‘psmqtt’ project.
I managed to integrate it on my TNAS by applying a few changes and then using a docker container. See my fork at

GitHub - f18m/psmqtt: Utility reporting system health and status via MQTT

TL;DR:

docker run -d -v <your config file>:/opt/psmqtt/conf/psmqtt.conf \
   --privileged --hostname tnas \
   ghcr.io/f18m/psmqtt:1.0.2

Hope this helps anybody else other users having a TerraMaster NAS (or just a NAS even)!

1 Like