PSMQTT is a cross-platform utility for reporting system and processes metrics (CPU, memory, disks, network, S.M.A.R.T. disk data, etc) to an MQTT broker.
It integrates seamlessly with HomeAssistant thanks to the support for MQTT discovery messages.
PSMQTT is written in Python and is based on:
- paho-mqtt to communicate with the MQTT broker;
- psutil to collect metrics;
- pySMART to collect SMART data from HDDs/SSDs;
- recurrent to describe scheduling expressions;
- jinja2 to format the data.
The suggested installation method is to use the provided Docker image. However alternative installation methods are available for Linux, FreeBSD and Windows:
- Installing from sources: see Install from source doc
- Installing on FreeBSD: see FreeBSD doc
- Installing on Windows: see Windows doc
Please check the Usage page.
See Known issues.
Please use the GitHub issue tracker to report bugs or request features.