#Need help updating - Not sure what installation I have

1 messages · Page 1 of 1 (latest)

ember compass
#

Hey folks. I have HASS running on a linux virtual machine in a home server, but I'm not sure what installation type it is I have. It's probably linux, but I've been trying to follow the update guide and I haven't had much success.

#

I'm sorry; I know there's probably a few "Best practices" I'm not following here in regards to posting and whatnot, but I'm still relatively new/inexperienced with HASS and I'm trying to figure out what it is I have running

#

I was trying to follow this guide

#

But I don't think I have a homeassistant user

#

so maybe this is the wrong guide

flat kernel
#

Is it running and accessible?

#

As in, can you reach the frontend of HA? Sign in?

ember compass
#

This was mostly set-and-forget for me... I don't do much with home assistant, it's just been working for the most part

#

I just need to update it so that I can get mt ThinQ integration working

warm ember
#

Please try this and don't share localized screenshots

history
docker ps
find / -type f -name configuration.yaml
ember compass
#

for the third command i got a lot of 'permission denied' messages, except for one (even running it with sudo)

#

except for this

flat kernel
ember compass
#

looks like it did

#

that's a shame, not a huge deal though

#

i'm sure that's on me though for not backing up my configurations

#

like I said, not a huge deal.

#

appreciate the help

flat kernel
#

all of the configuration should be in a mapped directory. Are you using docker compose or just "run" ?

flat kernel
#

the relevant line there is - v /PATH_TO_YOUR_CONFIG:/config \
Whatever you chose as "path to your config" is where your configuration is

ember compass
flat kernel
#

if it exists the suggested command find / -type f -name configuration.yaml may locate it

ember compass
#

I ran that

ember compass
warm ember
#

The left side config path is /root/config in your case.