So i have recently installed Hassbian on a raspberry pi 3 after about a year of running quite happily on windows. I’ve always wanted to move away from windows and after helping a friend setup a raspberry pi, as a thanks he bought me one!
Installation went fine and i was up and I used the guide to setup dasher to auto-start:
Then after a reboot and I found that homeassistant was no longer?! It was just not booting. Dasher was working great but no hass?!
After a bit of searching, I found this:
This got me back up and running with hass and dasher all at startup but it seems by Hassbian scripts are now gone. If i try and run anything from GitHub - home-assistant/hassbian-scripts: Scripts used in the Hassbian image. like sudo hassbian-config install samba or sudo hassbian-config upgrade hassbian, nothing works and I just get " sudo: hassbian-config: command not found"
Just wanted to say thanks as I had this exact same scenario today. Minor point that the hyphens and underscores have to match in the wget and the dpkg commands, i.e. - hassbian_scripts-0.6.deb vs hassbian-scripts_0.6.deb
Also, in my case, I found that I also had to do ‘sudo systemctl --system daemon-reload’ in order to get the homeassistant service back again for some reason.