I am new to the hole Home assistant system and also Raspberry PI, so sorry if the question is stupid
My issue is that I cant locate the homeassistant folder on my raspbbery pi 2. I have the managed to install it and it is running as I can acsess it over webvbrowser so I assume that the system is installed correctly.
But if i look in the etc/opt I have a empty folderā¦
The system is installed with the PI user, and is installed on a raspberry pi 2 with the latest NOOBS installed.
Pretty sure itĀ“s me how is doing it wrong but cant seam to find out just what it is that is wrong.
Not a stupid question. Still new myself. 1st install of HASS I ended up putting it in /opt.
Next time I installed it ended up in my home folder. Hunted around for 20mins trying to find it.
You kind of have to pay attention during install to HOW you are installing it. If you are less than familiar with Linux folder permissions, the vagaries of installing as user or superuser, you can end up with your stuff either not where you expect it, or somewhere it wonāt work as expected.
When fabaff says āusuallyā, itās not an empty statement.
Thank you all for your reply, but sorry I may be a lost cause here.
Still cant find that folder you mention in any of the locations mentioned, see imagesā¦
I am very new to the Pi and to Home Assistant. Having the same issue. I cant seem to find the āconfiguration.yamlā folder. After doing a ālsā in the homeassistant directory it shows the directory but does not let me access it. He is a screen shot of my terminal window. Note: I am ssh into the Pi on Mac. Iām guessing the directories that are not highlighted in purple are not accessible. Thank you in advance for the help.
The directories not highlighted in purple are called āfilesā
Try āls -laā to see if itās a file or directory. Read some info about the basic linux/unix command line tools first and try to understand what, for example, ā-rw-r--r--ā means.
I donāt mean to be rude, but you wonāt get far without some basic command line knowledge.
You can open the configuration.yaml in the editor of your choice then.
thank you. Iām trying the learn by doing approach. Kind of like moving to Spain to learn Spanish. Thanks! Do you have any recommendations as far as sources for learning Linux commands?
Sorry, I donāt have a specific recommendation.
Any beginnerās tutorial should get you going. Personally I like the OāReilly books.
Thereās a āLinux in a nutshellā which probably is fine - I havenāt read this one though.
After some initial reading, the ālearning Spanish in Spainā method sounds like a good idea
I am also new to pi and homeassistant. I just bought The Linux Command Line: A Complete Introduction to hopefully give me a much better understanding of the command line as I am currently having the same problems locating files and navigating the file structure.
Iām on a Windows machine, but if you want to stay in touch over email or skype as we learn this I think that we might learn faster and better working together. I never feel as if I have learned something until I can teach it to someone. Iāve got plans for my Echo, the Etekcity outlets and my Garadget to integrate with HA and the sooner I can learn it the better.
Iāve been trying to configure Home Assistant on a Raspberry Pi 2. After hours of work I couldnāt figure out why it was not reading my configuration.yaml file. Iād make changes to it and they wouldnāt appear in the HA browser interface.
It turned out there are configuration.yaml files in TWO places, but Home Assistant only reads one of them.
One of the files is/home/pi/.homeassistant/configuration.yaml
The other is /home/homeassistant/.homeassistant/configuration.yaml
HA was reading the second one, and the one under the pi user isā¦I donāt knowā¦maybe decorative.
It has just taken me 2 DAYS of searching to try and find the configuration.yaml folder and I have now found it. The easy way to find it is:
The following assumes you already have HA installed
Open a terminal
type āhassā
Give the terminal as much time as it needs to do its thing (now would be a good time to go and get a coffee or something stronger)
When the terminal has stopped doing its thing, scroll back up to the top where you first started. You should see a line of output which says something like
navigate to this file by typing cd /filename/filename/ .homeassistant (you might need to sudo su) ls -l will confirm the correct location (configuration.yaml should be listed)
you can now use your favourite text editor to edit the file
Hi steeddk, I just recently installed hass.io on raspberrypi3 with etchy on mac. However I found the yaml configuration file much easier on a windows machine by using WinSCP.
To start using WinSCP to navigate the files on your raspberry:
Hi, new user here. I found this thread after hitting the same problem. As my pi is running debian jesse and also running other software I did not want to use the supplied OS image, and instead found the docker versions. I was able to install docker and the newer test deb packge version installed with no problems and looks to be running OK.
But, being docker, there is another location thats not yet listed in this thread. On my pi3, i found the config in /usr/share/hassio/homeassistant/