Let's Install Home Assistant OS on TrueNAS Scale to get all the functionality of Home Assistant

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 24

  • @Ray-uc8ij
    @Ray-uc8ij 22 дні тому

    Great tutorial and very thorough. One place I made a big mistake in was when writing the image to the zvol. I didnt realize that it was mandatory to write /dev/zvol and I was just copying and pasting the path in the dataset section. Everytime I booted my VM it would just go to the UFEI shell command and I thought I had done everything right. Don't forget to put the /dev/zvol before the path to your dataset and save yourself some headache.

  • @StevenMoser
    @StevenMoser 19 днів тому

    This worked perfectly, thanks for the tutorial!

  • @paulwalker6794
    @paulwalker6794 Місяць тому

    Your steps were the only thing that got me to get the HA vm up and running. From unxz to qemo-img convert (which has to be a zvol) were so helpful. Thx

  • @Bofrostmannful
    @Bofrostmannful Місяць тому

    Thank you for this Tutorial. It helped me switching from the docker HA. Greetings from Germany

  • @THEZEST1357
    @THEZEST1357 5 місяців тому +1

    This is a fantastic guide, thank you.

  • @thedarkangel_9789
    @thedarkangel_9789 2 місяці тому +1

    Very good video! Thank you!

  • @dasottonator1363
    @dasottonator1363 2 місяці тому

    Thank you my friend !

  • @grambam
    @grambam 4 місяці тому

    Thank you!

  • @christopher.montaigu2342
    @christopher.montaigu2342 Місяць тому +1

    Hello , thx for this tutorial, but i'm stuck when i hit the sudo qemu command, i got this respond " qemu-img: Could not open 'haos_ova-12.2.qcow2': Could not open 'haos_ova-12.2.qcow2': No such file or directory" someone have any idea?
    thx again

  • @BorisChevreau
    @BorisChevreau 4 місяці тому

    Hi Sauber! I've heard using this method makes USB passthrough of Zigbee usb sticks, Bluetooth receivers and such to Home Assistant very complicated because of the way Truenas Scale handles pasthrough now, is it still true? I've seen your method with HAOS and another using Supervised install with Debian install first (recommended to circumvent the passthrough), would you recommend going one way or another? Thanks in advance for your amazing tutorials!

  • @JackTecIT
    @JackTecIT 5 місяців тому

    Hello sauber 👋,
    I watched your video about the NextCloud with truenas. The problem is I followed all your instructions, nginx and portainer are all working fine but when I wanna access NextCloud after setting up everything on duckdns and etc the website is unreachable. Btw I'm on the Scale version maybe there's another solution for scale? I don't care if I have to do it all from scratch as long as I managed to make the nextcloud online outside the network.

  • @jerryaycock
    @jerryaycock 2 місяці тому

    How can I get a HA SkyConnect and a USB Coral to work in Truenas Scale. I would love to move my HA to Truenas

  • @damiansimoncelli8986
    @damiansimoncelli8986 3 місяці тому

    Hi, i made all the steps updating the img to the version12.3 but when i run the vm its says waiting for supervisor to starup and gives me the ip it runs the Home Assistant without the supervisor. How can i fix it? Thanks a lot

  • @Andy13u53
    @Andy13u53 3 місяці тому

    Hi Sauber my TrueNas is missing the qemu-img command what should I install Core 13.0-u5.3

  • @ice_ryda
    @ice_ryda 4 місяці тому

    Def need RAM got all the way up to loading the VM and it didn't work. MY I got 20GB of RAM but it's been used up by the system.

  • @jeanlaurent3003
    @jeanlaurent3003 4 місяці тому

    Runnig V24.04 get stuck at sudo wget ... command not found

    • @douglasburch3265
      @douglasburch3265 4 місяці тому

      Are you logged in under root or a user? If you are logged in as a user you need to make sure the credentials have sudo privileges.

  • @oblivionkelly1862
    @oblivionkelly1862 4 місяці тому

    hello just want to find out your command
    sudo qemu-img convert -0 raw haos_ova-12.2.qcow2 /dev/zvol/apps/vm
    is telling me invalid parameter raw

    • @TekMad
      @TekMad 4 місяці тому

      I just worked out that it is -O (capital o) not a zero.

    • @autolifetech6131
      @autolifetech6131 3 місяці тому +1

      @@TekMad i m getting a error while converting no such file of drectory error, but the directory is corrent, any idea what i could do?

    • @ayhanfeci
      @ayhanfeci 2 місяці тому

      @@autolifetech6131 sudo qemu-img convert -f qcow2 -O raw haos_ova-12.3.qcow2 /dev/zvol/apps/vm

    • @Stilkdog
      @Stilkdog 2 місяці тому

      @@autolifetech6131 Where it says /zvol/home you need to change home to what the name of your datasheet is located in for a drive. So mine was in my Applications folder so I would need to use /zvol/applications instead of home. Hope this helps anyone!

    • @Ray-uc8ij
      @Ray-uc8ij 22 дні тому

      @@autolifetech6131 You have to make sure 100 percent that the name, spacing, and upper and lower case letters are typed in correctly. Otherwise you get an error.