eschava / psmqtt

Utility reporting system health and status via MQTT
MIT License
159 stars 35 forks source link

Autostart psmqtt #8

Closed mario-g0 closed 5 years ago

mario-g0 commented 6 years ago

I finally managed to install on macOS, is there a way to start the program on boot? if I close the terminal, will the program keep running? also, what's the correct syntax to get cpu temp for macOS? sensor_temperatures doesn't seem to work (I get an error)

eschava commented 6 years ago

To autostart program you can try with the solution suggested here: https://superuser.com/questions/229773/run-command-on-startup-login-mac-os-x

CPU temp for MacOS is not implemented yet: https://github.com/giampaolo/psutil/issues/1134