Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
homeautomation:uefipc [2025/04/11 07:04] – created willy | homeautomation:uefipc [2025/04/17 08:24] (current) – [Setup Home Assistant] willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== C.2) HA on a standard PC ====== | ====== C.2) HA on a standard PC ====== | ||
+ | |||
+ | === Install Home Assistant ==== | ||
+ | |||
+ | Follow the official [[https:// | ||
+ | |||
+ | As a general note, Home Assistant //does not provide an installer// | ||
+ | |||
+ | I already had a Linux installed, so i just downloaded the IMG file from Home Assistant download page and flashed it with a typical: | ||
+ | <code bash> | ||
+ | dd if=home-assistant.img of=/dev/sda | ||
+ | </ | ||
+ | |||
+ | **Beware:** the above command will **destroy** your computer operating system and replace it with Home Assistant. You will not even be able to reboot, only power cycling will work. | ||
+ | |||
+ | Make sure your wired network is plugged, as after the first boot you will need to fire up a web browser and locate your Home Assistant IP (see your DHCP logs...). In any case, you can check Home Assistant console output on Home Assistant computer screen: it should tell you which IP address it is using. You can also perform basic maintanance tasks, which includes IP changes, from this CLI. | ||
+ | |||
+ | |||