Disclaimer, Complete newbie to the world of Raspberry Pi. I have enough experience googlefu-ing my way around problems but constantly failing has lead me to ask on the forum.
My week has consisted of experimenting on a friends R-pi1 through Ethernet. And now just recently getting an Raspberry Pi zero Wireless. Below are the steps + issues I have encountered, not included the actual amount of time and face palm moments. Each problem encountered has lead to me try a different route.
###Raspberry Pi 1 Model B
- Install Hassbian using etcher and SSH’ing into the unit.
- Run Home assistant, update .yaml file reboot Rpi (installed yaml script no problem)
- Home assistant didn’t come up, PANIC. (Find out later this is due to Auto-start not working)
- Start home assistant through SSH: Laptop goes to sleep and home assistant stops working.
Once again learn something new, when SSH instance is turned off so is what ever was in said instance.
###Part 2 of Raspberry Pi Model B
- Reflash card with Rassbian Lite and connect via ssh
- Follow step by step instructions to install Home Assistant
- Start and Run Home assistant
- Go to install yaml script. Can’t do it. I dont remember the exact error, however it was something along the lines of home assistant script doesnt exist. I tried to install the script through both the Pi and the (homeassistant) homeassistant user accounts with similar results.
- Give up on yaml script, try and get home assistant to auto start with daemon instructions. “Hass” can not be found. Use whereis
whereis hass hass:
- Cant find anything in documentation about this, Give up until Pi Zero wireless comes in the mail.
###Pi Zero Wireless
- Exact Repeat of part 2 above. With the added steps of setting up wireless networking via wpa_supplicant.conf file
- Go binge eat crummy fast food to forget this shitshow.
###Part 2 of Pi Zero Wireless
- This time we’re gonna try the Hassbian image, maybe, just maybe this will work.
- Update wpa_supplicant.conf file.
ifconfig
- No wlan0 listed at all. Only the i0 or l0
- Give up, post this exessivly long post and hope someone out there can help me in my plight.
Thanks for reading, and any input would be appreciated. I’ve tasted the home assistant life (basic hue card came up) and I really do want this to work.