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
hey @makeitworktech ,
You should enable SSH access on your TerraMaster NAS.
Then login via SSH (if you’re on Windows you can use the Putty client or the MobaXTerm client) and then copy paste the lines of my post on the terminal:
Once your file is ready, the -v <your config file>:/opt/psmqtt/conf/psmqtt.conf portion of the command I posted earlier will expose your customized configuration file to the psmqtt application that runs inside the docker container…
Hello, can you help me? I get an error - socket.gaierror: [Errno -2] Name does not resolve
What should I change in the file - psmqtt.conf ?
Thanks in advance
Hi, thanks for the links and help, everything worked out! The only thing I couldn’t get was the CPU temperature, do you know how to fix the code? The device is terramaster f2-212. I also tried to get the fan data, but I’m new to this and it hasn’t worked yet