I am running ubuntu 2020ā¦shx works fine with me but whatever the sort, you can export it to a file and analyse further in eg. excel/spreadsheetā¦ There are more tools besides āduā, you can also run them to dig into folder, eg. ncduā¦ good luck
haos is linux based so I would assume that additional tools should be installable ā¦ but sadly I cannot be 100% sure as not known to the haos detailsā¦you can just start with āduā and then pipe it to a file that you can readinto excelā¦āduā pumps out a LOT of data though hence the āsortā and āheadā in my proposed approach. Soā¦try for instance du --max-depth 2 and dig deeper from thereā¦not that links/mounts can be double counted
As I donot run hassio I would not know but I still guess you require some unix commandsā¦ Even on Windows or MacOS I need to install additional tools to get into a readable version of the details. Sorry that I cannot help more
tl;dr - Running du -shc /* | sort -h from the SSH add-on will show most everything except add-ons. To see add-on sizes, run docker ps --size from console or SSH access into HAOS (not the add-on).
Running this from the SSH add-on will only show you the storage seen by the HA container (Iām probably wording some of this technically incorrectly).
The formatting can get jacked here depending on your monitor resolution. The screenshot was from a 49" widescreen in 5120x1440. On a normal 1920x1080 monitor, the rows were wonky. Easily fixed by copy/pasting into a spreadsheet editor.
For the size reported by docker, the size outside parentheses is the āwriteā space and the āvirtualā is the read space. I literally just Googled this so it makes sense in my head but Iāll let someone else better than me explain it:
But Iām surprised the add-ons would be responsible as I donāt have many: HACS, Google Fit, ESPSomfy RTS (these two from HACS), ESPHome, File editor, Terminal & SSH.
It shouldnāt be the backups since I deleted all bar the terminal 9.8.1 (which came in handy today as the 9.9 would simply not start). It shouldnāt be the recorder since I deleted almost everything (and itās a 2 month old install with fairly few sensors and events).
Ohā¦I was dumbing this down for me . I had a similar question in my head like a week ago about how much space an add-on was taking up but that penguin fell off the iceberg. Your post popped this back up which reminded me so I did some sleuthing.
You can actually setup the HAOS SSH without a USB key.
So, what I did was use PowerShell to generate a key:
I then opened āid_rsa.pubā in Notepad, copied everything, and pasted it into the SSH add-on āAuthorized Keysā from the āConfigurationā tab.