Here’s the jist of it in English. Un grand merci a Kriss30 pour ce post (Big thanks to Kriss30)
How to install Home Assistant on the french Freebox Delta VM.
Install Debian 10 in a VM (I tried using Ubuntu 19.10 but that doesn’t work. It has no docker image. It might work with Ubuntu 19.03, but I haven’t tried).
Connect to the terminal on the VM and execute the following commands: sudo -i apt-get install software-properties-common apt-get update apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat curl -fsSL [get.docker.com](http://get.docker.com) | sh systemctl start docker && systemctl enable docker curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s -- -m raspberrypi4
All this will take a while - it took around an hour on my connection. It will download and install loads of software. You may need to restart some of the commands. I had to run the last command twice because it timed out the first time
Now use your computer’s webbrowser to connect to the ip 192.168.0.xxx:8123 where 192.168.0.xxx is the IP of your VM.
Sorry for french in this tread, but this step by step is specific for french user of “Freebox Delta”, a box of french web operator. With the step by step write in french, the users who don’t speek english could find how to install HASS into the Freebox Delta.
je pense que j’ai dû me planter quelque part avant. j’ai supprimer la VM et refait toute l’installation en suivant vos instruction et du coup tout fonctionne parfaitement.
merci beaucoup.
Glad that it works now. Just for you information, the forum language is english, please don’t post in a foreign language, otherwise most of the people will just ignore your post.
It’s not disturbing for me as I understand french more or less. It’s just the forum language, so everyone should use it. And even though it is a french box, it was me a non-french person, who doesn’t own this box, who was able to help the person in the above linked topic to setup home assistant on the Freebox. With this I want to say, that more people will be able to help you, even if they don’t own the box, to solve your problem if you formulate it in English
Hello everybody,
I’ve installed HassIO the way as described above.
Everyything goes well and the install finishes with “Run HASSIO” without any issue.
I’m running everything on Ubuntu 19.04 (Mosquitto, Node-Red and Hassio).
Now when I go to 192-168-1-253:8123 I’ll get the "preparing HASSIO screen) which will not go away even after waiting a couple of hours.
I rebooted a couple of times but no change.
I’ve removed hassio from docker and installed it with different machine-types ( qemuarm-64`, raspberrypi3, raspberrypi4, raspberrypi3-64 and qemuarm).
Happily hassio installs very quickly. All of these types have no issue, but the webpage keeps saying: “preparing hassio”.
Does anybody know what could be wrong?
nous avons créé un forum Francophone pour tous ceux qui ne sont pas très à l’aise avec la langue de shakespeare.
Le but est de pouvoir également échanger sur certains matériels plus spécifiques comme Fil pilote, ou IPX800
Hello,
Sorry for the noob question but I saw that you are using docker in HA installation on Freebox Delta. Does it mean that when Freebox (or VM machine) will restart, you will loose everything as there is no save of user/configuration?