psmqtt icon indicating copy to clipboard operation
psmqtt copied to clipboard

Utility reporting system health and status via MQTT

Results 11 psmqtt issues
Sort by recently updated
recently updated
newest added

Would be nice with possibility to enable discovery features with Home Assistant. Look at this project for inspiration: https://github.com/Sennevds/system_sensors

Temp sensor in HA gives "unknown" ![image](https://user-images.githubusercontent.com/103600481/166136098-8221304f-e4f8-47ce-be1b-93e015734d58.png) And MQTT Explorer gives ![image](https://user-images.githubusercontent.com/103600481/166136128-13b52199-c58c-4c76-8f31-b8a2105950ba.png) ASUS_CPU sensor is working but that ASUS_TEMP is not working? What should I do? What am I missing...

Hi, is it possible to have some sort of explanation about the meaning of different temperatures. _sensors_temperatures/*;_ gives ![image](https://user-images.githubusercontent.com/103600481/166132892-a0c2cd96-257a-4bf8-82ea-d8cf38142a34.png) And please add **fan speed** if possible.

Hi, it seems that my raid 0 devices are not liked by the python program. Here's my psmqtt.conf: ``` import socket mqtt_broker = '192.168.1.65' # default: 'localhost' mqtt_port = 1883...

hello your script is working awesome, I`m have 1 question and need for help. 1. what would be the best way to start the script on boot? `@reboot /usr/bin/python3 /home/server/psmqtt/psmqtt.py`...

Any plans to support DockerFile container? What volumes/folders does it need? Some root privilegies? On my NAS i have all containerized and i'd like to have this too.

Hello, Documentation for psmqtt.conf is a little parse. For example how to input another address that 'localhost' for the broker Will it be: mqtt_broker = 192.168.0.34 or mqtt_broker = '192.168.0.34'...

Would it be possible to get some simple monitoring of docker? Would like to see how many containers and then how many that are up and running of those registered....

Hi, Is it possible to add a topic that reports on the status of psmqtt like a LWT topic? Thanks

Thanks for adding in SMART support! Sadly, I've been fighting with psmqtt to get it working consistently (this is on windows) I have 8 drives (5 hdd, 3 ssd), but...