Install HASSIO on Raspberry pi 4 Raspbian Buster (with Windows PC)

In theory an ssd through usb 3.0 should be capable of 300Mb/s. The sd slot on a pi theoretically tops out at circa 60Mb/s (take both these with a pinch of salt)
So the processing is always done from the state machine in memory which in my tests run about 58% faster on pi4 vs pi3
Booting (at the moment) will always be via the sd (even if just used as a boot loader, though that ‘should’ change soonish (6 months maybe) )
So the major benefits will be : -

  1. Increased RAM (you know if you’ve bought a 4GB version)
  2. Reloading automations and scripts (which also helps in the start of HA as well)
  3. Configuration checks
  4. Durability as discussed
  5. The most noticeable in regular use though will be the serving of Web pages (your UI experience will become a LOT slicker).

Losing a USB port ??? You have 4 ? Say you have z wave, zigbee and the ssd, you still have a spare :man_shrugging:

@Tediore, do you have a link for that item ? :pray: :smiley:

You’ll see a performance (and reliability) increase with an SSD, and it’s definitely worth using the port IMO.

Sure thing! https://www.amazon.com/dp/B011M8YACM/ref=cm_sw_r_other_apa_i_F9WiEbTJV9TQZ

This is unfortunately reported to not work in the Pi 4’s USB 3.0 ports though, so keep that in mind.

I would like to install Mosquitto MQTT on my Raspberry pi 4G, some has already done that before ?

I’ve been convinced by the need of SSD :wink:
This will be the next step, once my setup is OK, and that I’m able to rebuild the environment from scratch.

I need to fully understand all what I do before continuing :slight_smile:

Ah ! That’s a “I’ll wait for another option then” that’s a pity, thanks anyway

Yep, that is ALWAYS the best plan.
Good Luck

People can use MQTT in different ways, over ethernet, over zigbee, to z wave (z wave protocol is proprietary so I think this is just to the hub) but none of those options require another port.
Though someone is bound to surprise me at some point. :man_shrugging:

I would like to install  **Mosquitto MQTT**

People can use MQTT in different ways, over ethernet, over zigbee, to z wave (z wave protocol is proprietary so I think this is just to the hub) but none of those options require another port.
Though someone is bound to surprise me at some point. :man_shrugging:

Sure this does not concern USB port :slight_smile:

I will follow the advice of moving to SSD once my HomeAssistant will be ready to work :wink: and once I’ll find a USB3-sata connector for it

I’ll keep you posted on my progress with the same item.

The status of R Pi 4 bootloader is given on this post (currently not from USB (be that USB stick or SSD) : -

I think Skynet has some good experience on this so I will go over there and read up what he has to say.

Skynet, what’s the latest on SSD adapters any particular recomendations ? TIA

That Shinestar adapater that i linked in the guide works pretty good. Been rock solid for a few month now without issues. It was recommended on some rpi forum, thats how i learned about it.

1 Like

RPi 4 is a meh. Bluetooth, wifi and rflink/conbee II doesn’t work properly with system on SSD USB 3.0.

Hello,
When I enter a command

curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s -- -m raspberrypi4

I get an error

bash: line 1: 500:: command not found

Any help, please

URL was recently changed due to the rebranding.

O!! Thanks for the help. For me there is a lot of new and so much …

Hi, for a pi3 are the instructions the same?

@DominiqueGEORGES I think you should update the title since the install script does not work anymore. :frowning:

BTW Does anybody managed to install HA on the brand new Raspberry Pi OS?

Well the Raspian Buster is not exactly brand new - last version released in Feb '20. So what problems are you facing?

What is the brand new Raspberry Pi OS ?

Is just the old raspbian :wink: Raspberry just rebrendet it

Actually the last version is 2020-05-27
I know that it does not changes much from the previous release but it seems to me that the following script does not work :frowning:

curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s -- -m raspberrypi4

UPDATE

I’ve “changed” the script link with the following

https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh

The link does not work in the one row command, therefore I had to split in:

wget https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh

bash ./installer.sh -m raspberrypi4

you will be asked to type " not supported " without quotes and with a reboot it worked.

If someone can test to confirm my procedure would be nice :wink:

2 Likes

Ah okay - I was using the VM version - thought it would be the same https://www.raspberrypi.org/downloads/raspberry-pi-desktop/