Hass.io hard drive SMART info?

I’m running Hass.io on a Rpi 3B+ booting off a USB SSD.

Is there any way I could monitor the health of the hard drive from HA?

I was hoping to use smartctl and a command line sensor but smartctl isn’t installed and I don’t know how to install it without getting into the host OS.

Install the portainer addon.

Use portainer to install a smartctl docker image.

1 Like

@thatguy_za

I’ve created simple HASS addon that monitors HDD Temp using smartctl.
Addons schedules CRON, data is visible in HA sensor.hdd_temp.
https://github.com/Draggon/hassio-hdd-tools - just add this repo to your addons

3 Likes