#installation-archived
1 messages · Page 25 of 1
In this case, it does not work. How can I get it working?
use whatever domain you want for your internal net but do not configure .local in your router
all the (bonjour) devices announce their .local address to your network on their own, they do not need a router
Done
#installation-archived message
this is such announcement, the router does not care about it
Yes that is what I am asking. Anybody here knows how to set nginx proxy manager to work with home assistant in host mode
I have done these steps, but HA still does not find those devices. I can see from host computer, that those devices are announcing their existence via mDNS.
what is the problem? nginx does not need host network and can surely work in bridged mode
then you might have misconfigured some multicast settings or mdns fails (which it does occasionaly), try a reset of your network
My problem is Nginx (Bridge network) + Homeasisstant (Host Network) doens't work. Nginx can not reverse proxy when Home assistants network mode is Host.
it can, you just need to find the right settings
Have you done anything like that?
I'm outside of my realm of expertise; can gparted be installed on the live Ubuntu usb?
Sure but it should already exist
Oh it's part of ubuntu?
Just type it into the Application search box. It's included in the desktop live image
Thanks. I appreciate the help.
yes, it works but is a bit tricky to accomplish
https://nginxproxymanager.com/advanced-config/#custom-nginx-configurations
Hi all, not sure if this is the right channel. I run Home Assistant in a container. I have recorder running in an mysql which runs in a separate container. Furthermore I have an influx databas running in a 3rd container.
Now I want to move my installation to a new server. If I use Home assistant Backup, is it correct to assume that this will backup the Home Assistant Dashboard and the MYSQL database ?
The backup file is around 500mb I would assume that's the case, but I am not sure and the documentation doen't give me more details.
no, the backup only backs up the ha config in a container install
snapshot, to be exact
So the MySql is not saved?
no, only internal pgsql(?) is saved
Is the internal sqlite even used when I use a mysql ? Thought mysql would replace internal
Anyway I will backup everything...
its not in use, you can delete the .db file
i need help with shelly relay not having supported firmware version in HA
I think I know what may have been happening. Others have confirmed that the supervisor was adjusting partitions. What I'm thinking may have happened is since I have 1TB of videos on a HA partition and that partition could have been expanded the amount of power to expand that partition was too much and thus the raspberry pi reset. My raspberry pi is run without a monitor and the image starts with ssh enabled, so I could have unplugged it in the middle of the partitions expanding when I wanted to see what was happening during boot. I have battery backups and a fan on it 24/7, including 20W of power, so I'm unsure why that would be the case. Either way I'm going to make an NTFS partition to put the movies on outside of the HA partition, give HA 100GB (way too much, but time will determine if that will be true). I'll add an empty space between the 100GB and the NTFS partition just incase it will need to expand and will not interfere with the last partition. Going to keep the ssd off the power supply for now as I want to see if this partition setup will fix the issue.
I'm just in the process of switching from a bare metal install on a i3 Dell Optiplex (tiny form factor) to an i5 version. Driver behind it is finally getting my Coral M2 TPU last week, this CPU on the i3 is much higher now so I thought I'd just throw £50 towards a new box. I have two questions relating to this if I may.
- Can I just move hardware (SSD) into new box. My guess is no, as the MAC address will be different on the network adapter. I can change the static IP address easy enough to match the current hardware.
- Can I have more than one storage device? If not would a SATA SSD be better, or use a NVME drive (use is HA and Frigate)
- I would boot up the install and check the ip address, HA will post it when finished, the new hardware will be detected, unless you have a static setup in some way.
- With HA you CAN have more than one storage device, but be warned if you expect the storage devices to be mapped to the same path you need to keep all interfaces in the same order.
NVMe drives are usually cheaper than SATA at the moment. If you have a slot I'd use it. I don't think you really need it though
There are some ways around this but the most simple way is to keep each storage device in the same interface. Stratplayer, I am actually moving that direction as well because the last supervisor update corrupted my partitions, so that will be good. Luckily I was able to recover over 90% of my data and configurations!
when you say same interface, what do you mean
USB, you could be going through the usb headers as well, but make sure the devices is in the same configuration when you configure it the first time.
ideally i'd want to end up with SATA SSD boot with bare metal HA, then the nvme drive for /media folder only
to store all the frigate/doubletake images
for example, SSD 1 maps to /hdd1 and then SSD 1 is unplugged into a different USB header, and a new third drive is plugged in to that header named SSD 2, now SSD 2 maps to /hdd1 and the SSD 1 maps /hdd2
I'm just saying this as a word of caution, is their a third question on how to have the second drive be the /media folder?
HA/HAOS should be smart enough to mount disks by id/serial/whatever
Apparently it's not the case
should, yes, maybe now it is, that wasn't the case for me 6 months ago 🙂
if that is the case I'd map using id/serial/whatever so if you do change the configuration all will work still! Thank you Impact.
not my strongest skill (Linux command line)
I guess there was a Q3 🙂
how do you go about pointing to different folders, assume its command line
🙂 I understand, so for that you would use the link command LN (all lower cased), you'd determine where your drive is registered and link it to the media location. I find it best to remove the folder first, then use the ln command.
i will have a google on it
I’m an expert; currently running HA on a Pi just fine but for some reason can’t get it on the VM. 🤷♂️
i cant be the first who wanted to do it
My VM is running Raspbian as it is the only 64bit version of Debian I could get, and is going to also be used on the Raspberry Pi.
Huh? Debian itself provides 64 bit isos: https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
You didn't answer the other questions
Well I wasn’t able to find it. Found an article saying if I get Raspbian and so an upgrade it will be Debian 64 bit.
I'm sure of it, I hope I got you in the right direction.
Okay so which version is it?
I did a cat /etc/debian_version and it gave me 11.6
That's recent enough. What I find strange is that according to your docker output your arch is i386. That's not 64 bit.
You can test this yourself with dpkg --print-architecture. It's where docker gets its info for deb [arch=... from.
They don't provide packages for that.
To install Docker Engine, you need the 64-bit version of one of these Debian or Raspbian versions
https://docs.docker.com/engine/install/debian/
I recommend installing debian with the ISO I linked or run HAOS if you want addons. You seem to have some frankenstein OS.
I think it uses a 32 bit OS that upgrades to 64 bit; maybe I have to put in an upgrade command to change it to 64 bit?
Hii 🙂
I’m following this Guide https://community.home-assistant.io/t/installing-home-assistant-on-raspberry-pi-with-touchscreen-kiosk-mode/501957
Now I have the Problem that if I execute: ssh pi@127.0.0.1 ‘export DISPLAY=:0 && xset dpms force on I get the bash: line 1: ‘export: command not found error.
I didn’t find a solution in the Internet and GPT. 😅
I’m a Noob, so I hope someone can give me some Tips 🙂
I would use the display and run this command directly on the device. Looks like you are trying to change a display feature through ssh which may not be given the right permissions.
Thanks i will try it.
Hey guys, I'm new to HA. I got a Dell Wyse mini PC and I was wondering if there's any specific benefit of installing HA OS directly using Generic x86-64 method over running it as VM on windows?
as always running as a VM you can easily image, manage, and restore many instances, etc just as all VM benefits come. The downfall would be it could run a bit slower, normally VMs in windows have a bit of overhead, such as 3GB RAM just for video. With HA you would reclaim that rAM.
That's a "smart" quote in there, You're using a ‘ instead of '
I see, thank you. The mini PC is primarily going to be used for just HA. I'm only considering VM in case I want to perhaps run a plex server in the future alongside HA. I'm just wondering if it's worth the slow performance
It's a mistake made by copying and pasting my forum post.
Might have gotten the wrong OS; but HA should have still worked on the 32 bit no? 🤔
Not sure why I can’t find an iso image for Raspbian 64 bit. 🤔
yes, use Raspberry Pi Imager, there are versions on it even for the RP3 and Yellow
in that case install HACS then install Plex as an integration....
I can currently run both HA and Plex fairly decently together on a Raspberry Pi 4 8GB
I’m trying a reinstall of it within VM, hopefully it will work this time around if I can get the proper ISO image of it. Let’s see what happens. 🤷♂️
Rasbian is not a supported OS for supervised
If you're an expert I presume you read the supervised requirements carefully?
Well I got it on ny Pi which has Raspbian and its been working fin. 🤷♂️
raspbian is ancient, you should really get off supervised.
How is it ancient if it recently got a 64bit?
Also, it has the clone tool in it that I love using and I clone flash drives with it to have backups.
raspberry os is what you mean
It will work. Until it breaks
Which is not uncommon
You mean raspberry pi OS 
Hello i am getting this error
2023-03-21 00:00:09.743 ERROR (MainThread) [homeassistant.auth.providers] Invalid configuration for auth provider trusted_networks: Invalid Version4 UUID @ data['trusted_users']['192.168.2.8'][0]. Got 'G'
2023-03-21 00:00:09.745 ERROR (MainThread) [homeassistant.config] Invalid config for [homeassistant]: Invalid Version4 UUID @ data['trusted_users']['192.168.2.8'][0]. Got None. (See /config/configuration.yaml, line 2).
Home assistant has restarted in save mode
Whichever this one is.
But can’t find me an ISO file to put into the VM. How do I convert it so VM recognizes it and boots from it?
Sounds like your config has some bad values
configuration.yaml, line 2
`homeassistant:
packages: !include_dir_named packages
auth_providers:
- type: trusted_networks
trusted_networks:- 192.168.2.8
trusted_users:
192.168.2.8: Gang
allow_bypass_login: true`
- 192.168.2.8
the code is to bypass the login screen on that ip
where can i find it?
Settings -> People -> Users tab at the top
Click the user and in the modal, there's an ID w/ a UUID after it
this code? c4e28b83aebd423cb400f83399e9f7a7
thanks
Why are you so hell bent on using a OS made for rpi on your VM which is very much not a pi? ARM is a different architecture.
You're asking for problems. If you insist, you can try the qm disk import command: https://pve.proxmox.com/pve-docs/qm.1.html
Well, I wanted to do a reinstall of my HA but I wanted to do it within a VM before I do it on the Pi to see if I can get it to work without any problems. Like a test run before I do it on my Pi. That way I won’t lose my current setup and can see what I forgot to copy over from it; rather then doing a full backup and restore of HA that might bring problems from previous version over to the new install.
But I found out that there is no 64 bit version of the Raspberry OS for PC and I can’t use the Pi 64 bit into the VM unless I use some kinda emulator.
So what was the reason that the HA install wasn’t working in the 32 bit version that I have in my VM?
Is there a reason you're not running HA on the VM and skip the pi?
Because on my Pi I am going to run Raspberry OS and have HA in a docker; that way I can also use the Pi for other things as well. So I wanted to create a similar environment in the VM; that way the more similar they are the more similar issues I would get on both regarding setup.
For example I am currently unable to install HA because it can not detect that I have Docker-ce setup in my 32 bit system.
So, what seams to be the issue here? 🤷♂️
https://pastebin.com/3svepwLh
And also this
https://pastebin.com/0RSwZMcL
Like I said before, docker provides no packages for i386: <#installation-archived message>
Just install debian in your VM. Raspberry's OS is based on it. What I meant is why not use your VM instead of the pi
You want to use supervised though? In which case you can't run other things as well on the Pi. Its HA and add ons only
I’m currently using HA Supersized in a docker in Raspberry OS; and other software on the size that are not included within HA.
My VM is in my laptop, that I don’t want to have on all the time; but the Pi can stay on.
And I used to have HA installed in a docker within the VM that is 32 bit; so I know it is posible but not sure how I had done it.
Which is also against the supervised requirements
https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md
WIth ancient versions, probably
It all sounds very strange 😆
Any way to get the “accent versions” again? 😅
It was nice testing stuff in the VM before I put it on my actual HA of the Pi.
You have to research that yourself
Ok, now I tried it on my Pi and still getting issues. 🤷♂️
When I use “curl -fsSL get.docker.com | sh”
It gives me this
https://pastebin.com/SHn7izdB
http://ppa.launchpad.net/utappia/stable/ubuntu 
Pretty sure Ubuntu will have docs for adding the keys
What dies that mean? How do I fix it?
Google for
ubuntu ppa key
What OS, what version?
The 64 bit of Raspberry OS; so basicly Debian, but I think that script is for Ubuntu..? 🤔
That PPA is for Ubuntu, yes
The script you ran isn't, but the error is unrelated to the script
Was there a question attached to that URL?
So what’s the solution..? Considering I am running it on a Debian…
I'm not sure what strange things you do with your devices but it's caused by the apt-get update. Check your sources
There's no problem with your Docker installation script running
The problem is that you've added some random Ubuntu PPA incorrectly
I never added anything, I only added the command I showed.
What about this has anything to do with Ubuntu? “curl -fsSL get.docker.com | sh”
I’m following this
How do I un-add whatever you say I added?
Really, you don't have the skills to use that method
If you want add-ons then use HAOS
Questions like this means that Supervised is just going to blow up in your face
I’m currently using Supervised and got everything setup so want to bring everything over to the new setup. Can’t do that if the whole thing is different.
Use HAOS
How do I un-add whatever you mentioned?
It didn’t work in the VM and it’s not working on the Pi… and it is the same docker-ce that is giving the issue.
Remove the entry from your APT list... but that's just going to be the tip of the iceberg
You're clearly running that system in a way that's against the requirements, which means it's going to go horribly wrong for you
HA will be marked as unhealthy and unsupported, and the odds are you won't get working install - or if you do it'll fail soon
I don't know why you so badly want to use Supervised, but it's (another) mistake
Which entry am I trying to remove from the list?
We learn from mistakes, and I am resilient; so let’s do this. 🙃
You already have all the information you need - if you can't work it out then there's not a lot more I am willing to do to help you chew off your own foot
grep -nRI ppa /etc/apt/ should show you the file(s) containing ppa
I’m looking at the list and don’t see ubuntu anywhere; so which one is it?
Wait, could it be this thing?
I had tried getting it but it didn’t work and I couldn’t undo it
Why don't you wipe it and start with a fresh Debian install... ||or even HAOS||
The 64 bit of Raspberry OS
This ensures you're going to have problems 😉
But then you read the requirements, you know that... right?
I think I removed it
I think I got HA installed but I see this in it
[warn] Could not find /etc/default/grub or /boot/firmware/cmdline.txt failed to switch to cgroup v1
What does that mean?
@vital jackal you do realise HAOS is identical to supervised, except you don't have to manage the underlying OS
They both have the same restrictions
o/ y’all Question. I have two machines. one running Ubuntu and another is running HA OS. Now. i want to combine them.
I think the most reliable solution is running HA OS on a VM running off of my Ubuntu server. How would y’all suggest i go ab this?
The only solution is HAOS in a VM
right right. but
But?
I know 0 about linux VM software
oooh
https://www.home-assistant.io/installation/linux includes KVM instructions
Yes
Well, it's not, but it's close
Try when you're awake, it will cause less headaches lol
i bet haha.
A lil off topic but spent like an hour and a half with my PCs RAM being on the wrong speed and me not realizing for a YEAR
So brain is alr fried for the night haha
Trying to install HAOS on a 640Gb SATA HDD using a Windows 11 PC. The HDD is connected via a SATA/USB adapter, and will be put in an old PC to be a Home Assistant - exclusive machine. I'm using Balena Etcher and the current X86 image from HA's installation guide, but the flash fails with a long log/error which I can't understand, or copy.
Before I try the 'method 2 (Ubuntu) / 2 usb drives', here's my question: Does the destination drive (HDD) have to be specifically formatted, and if so, how?
Thanks, Andy
It doesn't, no
So an empty partition is OK?
ok, thanks, so I have another issue then, either its the image, the HDD or the method of transfer. Does my windows 11 pc have to be specifically set-up to do this, i.e. BIOS/UEFI changes?
@vagrant folio When using Discord's Reply feature it defaults to pinging the person you reply to, which can get frustrating for the target. Use Shift + click on the Reply option, or click @ ON to @ OFF to stop this - on the right side of the compose bar.
You have to change this every time (thank the Discord devs for that).
Using Reply when it's only the two of us seems... rather pointless
If the Windows PC needed something done specifically it'd be in the install docs...
Are you using the URL, or downloading the image?
I'm sorry, I just started using Discord to ask questions - I'm not 'up to speed with it yet, so apologies
I can't for the life of me find that 'click to disable pinging' switch!
But I understand your point about not using the 'reply' - thanks
I'm using the URL
On the right side of the window...
Then try downloading it, uncompressing it, and see if that helps
On the right side of the window I see 'Add reaction', 'Reply', 'Create Thread' and 'More'.
And when you hit reply then it appears
'More doesn't have anything helpful'
Got it now - thanks!
I'll try 'downloading it, uncompressing it, and see if that helps' - many thanks
Ok, I got HA up and running but it has a few little bugs such as this one …
[warn] Could not find /etc/default/grub or /boot/firmware/cmdline.txt failed to switch to cgroup v1
What does that mean?
That means you shouldn't be running Supervised
Ya yaa, now how do I fix it? 😅
Flash HAOS
lol
I think #installation-archived message has gone right past them, or they think they know better
I found out that my grub files are missing for some reason. 🤷♂️
Are you sure you're actually using grub and not something like systemd?
What does one have to do with the other..? I’m getting a cgroup error due to grub files not being found.
Systemd and grub are bootloaders
If you're using systemd then grub won't exist
If you don't understand the difference then for the love of god don't use supervised
They don't want to hear that sadly... they know better 
Hi I just checked the installation instructions using docker, but it has privileged: true and network_mode: host from a security standpoint this seems like a bad idea. What breaks if I don't have those 2?
Well, the first is needed for automatic device passthrough - you can work around that
The second... that's required for anything that uses uPNP/mDNS/etc... if you don't have that many integrations just won't work
Currently I don't think I will need that so should be fine 🙂 (Thanks for the responses)
Many people don't use it, you should be fine
Not using host mode will put you in a position where it's hard to help you if you have problems
Hello and good day folks. I am just getting started with HA, and have a small setup running on my Raspberry Pi. At the moment, there is nothing fancy but I just followed the onboarding and have some devices showed up on the HA dashboard, and somehow some devices are also showed on my apple home app. All good and fine, but I would rather like to start over and focus on one device at a time. I am looking for a way to use configuration as code for Home Assistant. Is there any way I can have all the device and dashboard configuration in some yaml file and have it installed in the correct location in rpi using something like Ansible or Terraform? Any guides that I can use?
Okay got it. Perfect answer.
It does suck a bit, but it means that many things can be done without restarting
next question would be the best way to clean up the devices, should I just delete the docker container and all the data and start the container again from scratch? I am a bit overwhelmed with the devices showing up in my apple home app. I hope they will go away too.
Hey all, Im new to HA but when the install finishes I get the login page and not the onboarding (create and account) page. Can anyone tell me what Im doing wrong?
Hi, I am migrating my HA from a Raspberry Pi4 to a Windows 11 Virtualbox platform. However after I restored the backup to my virtualbox install, non of the add-ons are able to start.
What am I doing wrong here?
next question would be the best way to
whats the location of the backup files in the Console mode.. i rebooted my home assistant and it didnt come up i checked the console and said it failed to start due to no disk space... so i typed in login to get in but i cant find the location for backups or a database i could delete to restart ha... how do i go about doing it? even the smb share isnt working so i gotta do it through console
Again, my current version that I have installed is the Supervised version, that I have been using all this time. And I have some add-ons, and integrations, and all kinds of things already setup in it. So I don’t want to change versions because some of the stuff might not work as it is now. For example; I was unable to reintegrate my Nest system into it for whatever reason, unless I did a restore of my old system. The same goes for my local Tuya setup as it gives me an error when I try to put in a new one.
Take a backup, install HAOS, restore the backup
Sure, but all the stuff I got from the Supervisor would be lost right..?
No, only the software you installed on the host would be lost
As mentioned before, Supervised is just HAOS where you manage the OS
But I’ll still have Supervisor and all the stuff I got in it?

Hi, I would like to kindly ask someone for help I do have homeassistant installed on odroid-n2 essentialy HA Blue with 128GB MMC from storage tab it seems I have really more than 90GB free but unfortunately I can execute any addon even ssh one as it's complaining no free space left. I removed majority of backups, my DB has ~300MB. Any way how to expand that internal docker storage to rest of that MMC?
what appears at Settings > System > Storage when you hover mouse over the usage bar?
I'm on tablet only atm even hovering with pen is doing nothing there I can see only green 11%
I'm trying to boot my Home Assistant from usb 3 on RP4 but it only works on usb 2, i've googled and tried:
usb-storage.quirks=152d:0562:u but it does not work, any ideas?
What is that you're using? Pi4? Something else?
Ok, where is the docker guide on getting that one?
I’ll give it a try. 🤦♂️
Ya, I’m going to put it as a docker container.
What’s dockerized vs haos?
Is there some youtube that explains all this?
All it shows is checkmarks; no explanation as to how they differ and the pros and cons of each.
Hi brilliant peeps, is there an fairly simple way to stop the browser from the Dangerous warning Deceptive site ahead due to duckdns ?
HAOS is an operating system, where you have the supervisor and add ons, you can take a supervised backup and restore in HAOS with no issues - including add ons (it's basically supervised but far far easier to manage as they both have the same requirements)
Containerised install is just home assistant container itself, you don't get add ons, etc. However it gives you the flexibility to run whatever you want on the system, as add ons are just glorified docker containers
But I’m trying to get Container version that has Supervisor in it right..?
Seams like the devs just sat back and thought how can we make this more confusing for everyone… 🤦♂️
A container version with supervised does not exist
Supervised is a container manager
But installing it within Docker makes it a container right..?
If you want add ons and are stuck wanting that, go HAOS
If you want to have flexibility learn docker and learn to manage/ spin up containers yourself
Yes but you can't install everything in docker
Home assistants container in docker is just the bare core. There's no supervisor
Docker is a container for a single program usually
Its very different to a virtual machine which will run an entire OS
Hello! I need help with installing Home Assistant on a Raspberry Pi 3
no
What's wrong
It keeps giving me errors
https://hastebin.com/share/newomadino.rust @sudden quarry@manic bane
Well, I am currently running supervised HA in a docker; meaning it is in a container. 🤷♂️
No, supervised runs multiple containers. One of which is a supervisor, one of which is HA, and others for your add ons
what is the advantage to running HA supervised over just a regular old docker image? Can I do anything else with the system? I just have installed debian on a new machine (was previously running HA on gentoo) and want to get it right, but not if that means I can't run my own other services (wireguard, webserver, another docker image or two)
I'm reading this document here (https://github.com/home-assistant/architecture/blob/6da4482d171f2ef04de9320d313526653b5818b4/adr/0014-home-assistant-supervised.md) and it seems to indicate I cannot use the system for anything else. Can someone please comment on the veracity of this statement?
supervised is basically never suggested
so what is?
either docker or haos bare metal / in a vm
haos if you want to install addons and have the supervisor (backup/restore functionality)
docker if you want to manage all your own containers (instead of addons doing it for you inside haos)
I'd rather manage my own docker containers. Is backup/restore impossible when I install via docker?
backup exists just not restore (in docker ha)
you can just copy over /config tho
manage backups yourself
that is pretty easy
yep
does HA use any database?
sqlite but it's common to use mariadb instead
and if you want to store long term data influx as well
it's all in the docs
thanks
Yes, I like that; how do I get that?
Why does the supervisor version exist iv the non supervisor version also has Supervisor in it? 🤷♂️
Then run HAOS. They're functionally the same
Supervised was going to be killed off, replaced by HAOS
But people complained so it didn't
Supervised is only useful if you're wanting to run it on a non uefi device, which are incredibly old nowadays
Well, before it was HA OS the project used ResinOS. Same ecosystem.
What is called "supervised" was when someone ran a copy of that ecosystem on some other OS
@vital jackal You run this copy if you follow every detail of the original project. Few have time for that. So run a plain docker installation where you manage everything and there are few limitations, or run HAOS where it is managed for you
So Supervisor has no specific advantage for someone running it on a Pi?
The Devs really needed to name these thing better.
Ignore supervised. It's not for you. Run a docker installation or the HAOS installation
Wait, when I get the docker installation is that not HAOS on it..?
https://analytics.home-assistant.io/ it's finally down to 6% and getting less all the time
@vital jackal OS stands for operating system. Do you know what Windows, MacOS, Linux, Ubuntu, etc are?
Do you understand you need an operating system before you install docker on that operating system?
Ya, but when you put HA in a docker its like your putting an OS within an OS like a VM right?
@vital jackal you can either select your own os (some flavor of linux, or even windows with WSL) and run HA in docker, or install HAOS bare metal or in a hypervisor
it isn't a VM
it is a container
I know, you miss understood me
When you run home assistant in a container, you're only running home assistant.
You would already need an operating system to accomplish that
By the way is there a ClubHouse room based on HA? I think having a voice chat would be way easier to explain things vs typing all this out.
Home assistant operating system is a operating system which comes with docker and manages that for you. Home Assistant and Home Assistant OS are not the same thing.
all you do to install via docker is install docker, docker-compose, setup dockerfile, docker-compose up -d, profit
rather docker-compose pull first
it is rather simple
When I get the version that has Supervisor in it and is in a docker; what is that version called?
🤦♂️
either you want HAOS, or you want to install an OS and run HA via docker
I want to have HA in a docker; but with supervisor on it so I can bring all my addons and integrations back into the new system.
well you are asking for trouble
I use some of the stuff that I got from Supervisor.
in general, you can set those things up yourself
In the chat above; someone said I can have Supervisor without having Ha Supervised. 🤷♂️
it seems if you want to use your machine for multiple things, the easiest way may be to use qemu or esxi or something like that
I don't know
No. Or you misunderstood.
Its better for Supervisor to set those up so it can include it within its backups.
apparently one can simply copy the files, as I plan on doing
and now that I have rsnapshot, that is what I will do
Having HA do a backup is way better then copying files over.
i don't see anything there that says that. you likely misunderstood
just run HAOS
if you are asking these questions, the "supervised" install method is not for you
Read above that and after that message.
I'd rather manage files and be able to use my machine as I'd like
I want ease over specific management of everything. One click backup and download in whatever computer…
then run HAOS
I actually got Supervisor version installed but it gave me this
[warn] Could not find /etc/default/grub or /boot/firmware/cmdline.txt failed to switch to cgroup v1
What does that mean?
HAOS is the intended project. "Supervised" is a copy of that project which is installed on another OS because it is impossible to prevent anyone from doing that. Any OS. But it should be Debian. You can DO whatever you want but it won't be supported, because that "copy" is going to go off the rails. Especially for anyone who refers to running "in a docker"
seriously just run it in a VM if you want easy backup/restore
It is on a Debian on a Pi
I need it on my Pi
lol you're trying to split up stuff on a pi?
I want to use my Pi for 2 things, HA and another software.
Why can’t we just fix my issue and run it as it is now?
they ain't gonna fix it
It’s been working fine all this time, not sure why it gave me that issue notification
buy a used SFF PC, install linux flavor of your choice. Install HAOS in VM on that box
then you have linux box to do whatever else you want
I don't even know what your issue is, but it starts with not understanding what you're running, and that's almost always the case with anyone who has chosen a "supervised" install
Stop telling me to buy stuff. lol
piling on a PI is only going to end in pain
stop telling people to write code for you
stick with HAOS
[warn] Could not find /etc/default/grub or /boot/firmware/cmdline.txt failed to switch to cgroup v1
What does that mean?
Well supervised installer now blocks anything non debian by default lol
It can't find grub
Which I already told you. If your install is using systemd then that will cause it (or any other boot loader)
Supervised = you manage everything
HAOS = you get the features of supervised except it's a managed OS for you
Container = you run a docker container containing HA only. You run any other add ons or software you want as other containers
So I need to change the OS’s systemd to work with grub?
No. If you dont understand how bootloaders work then supervised is not for you
But I’m sure others know how it works; so what do I do?
lol that's a fight that is long since lost
This has been the weirdest most non productive convo I’ve seen in a while
phnx: I still run gentoo most everywhere, except on my machine where I will be using my google coral...
It’s like in billy Madison “I award you no points and may god have mercy on your soul”
systemd is just so heavyweight
So how do I hack me a solution? 😋
That's how you ended up here
mount the sd card in another system if you can. Pull off the config files. Reinstall HAOS
qemu! qemu! I hope it isn't a pi 2 or something
and I hope you didn't skimp on the ram
there are no backups?
What next?
copy/paste config files back in
What about using Devuan for Ha?
Someone told me it doesn’t use systemd.
wrong part to focus on
the only way that you won't have issues is if you use HAOS
Can’t use that, I need it in a docker to use other software that are not included in HA.
Need to make it all work in a single all in one device.
make it work in an NUC
@vital jackal the pi and SD card don't handle this general computing concept very well. " I want to run other things" is better for an actual desktop computer.
s/need/want
that's what I do
i run all the things in docker. No supervised needed
I run all of my services on a single NUC
and if I cared about the backup, I'd run qemu or something
I am trying to build an all in one solution to home automation. Like a hub that controls all the houses needs that I can make and take to another house if needed.
or run flat docker with no supervisor
and not expensive at all
Like if someone comes and sees it I cam make another for them; rather then telling them to buy 5 Pis…
rpis are more expensive than NUCs these days
and less capable
and NUCs are 'all in one'
Don’t have any experience with those, but chances are I get more issues with that as well considering how hard HA is being so far.
and have the horsepower to run HAOS alongside whatever else you want
HA isn't hard. you just picked the hardest possible install method without the experience needed to run it
Any ways, I got the Pi for now; so let’s find a solution rather then advises. 🤷♂️
it is like saying you have a motorcycle and you want to take your family of 6 to the movies
Ive been using it fine all this time; and it even works fine even with the error notifications on it.
the solution is to re-install. Either HAOS or some flavor of linux with docker (no supervisor)
your OS is FUBAR through your own meddling
step 0 is getting a running OS
So what issues can that issue cause me; what’s it for exactly?
Same here. Everything from plex to ha to traefik to gitlab lol
on a pi?
I got a running OS now; it is working fine
lol
You really don’t want help do you lol
lol
I got issue notification on it but the things I use don’t cause any issues with it. 🤷♂️
Something something you can lead a horse to water, you can drown it in the water, and it will still die of thirst
I'm confused as to what the problem is if everything is fine, and what you are running if "stick with HAOS" is being said
What if it swims in the water but you still get a notification about it? 😅
Again…
[warn] Could not find /etc/default/grub or /boot/firmware/cmdline.txt failed to switch to cgroup v1
What does that mean?
If you want to run other programs on the pi then a plain Linux OS install with everything on docker and no supervisor is the way to go
Regarding the functionality of the HA
We keep telling you. There's no grub. It wants grub
It has grub in it…
I did a check and it told me it has grub
I did a
ls -l /etc/default/grub
So what kinda actual issues would not having grub give me?
Well what you're having right now
I also have a AppArmor and Network Manager issue notification; yet everything is running fine.
So the worst is that I will get those notifications..? 🤷♂️
The worst is it might just stop working
Well, if it does; I’ll think of using all the other versions then. 😅
I make backups to not lose my stuff
Or save yourself a headache and fix it now
Fix what..? Getting a notification?
What kinda issues would not having grub give me? (Other then being notified of potencial issue).
worst case? it doesn't come back after reboot
And the sane question for AppArmor and Network Manager.
It reboots just fine; so if a future update fucks it up I’ll just restore to old version and stop doing updates.
ignore it. Make sure you are downloading your backups. Choose between a plain docker installation and HAOS when it completely breaks. In that time, find another device to run other things on.
So; no ClubHouse for HA? 😅
Is the exasperation through text not enough? You want to actually hear it?
Well ya, we can discuss automation ideas and a lot of other stuff with voice.
What does this mean?
Manually configured MQTT sensor(s) found under platform key sensor.
Please move the configuration to the mqtt integration key and restart Home Assistant to fix this issue.
What does this mean?
Failed to start add-on
Image homeassistant/aarch64-addon-configurator: 5.5.0 does not exist for addon_core_configurator
I tried to open my editor after restoring my HA from the backup; so it should have worked fine.
I'm assuming your new system is restored from a backup? Try reinstalling the addon.
It worked
@vital jackal try to not be so hard to help
@vital jackal I converted your message into a file since it's above 15 lines :+1:
I’m new to a lot of stuff but I learn and try to figure out things before I ask. But sometimes I don’t get what I’m looking at.
when people who have more experience than you advise against doing something, either listen to them or stop asking for help
if you are going to go against the general recommendation, figure it out on your own
Well, people like to advice in things that have nothing to do with the question I asked. I ask for help and get advices instead. 🤷♂️
Anyways; my question wasn’t about the OS; but rather the mqtt setup…
then move the question to the proper channel
Update Weirdness. Anybody else experiencing weirdness after updating to Core 2023.3.5 from .4? In Settings, I still see 1 update and Home Assistant Core Update with a spinner going. Just two lines, not the usual several showing current and new. Have never seen this before. HA is clearly up and running. This is just left over stuff. I suspect restart will help, but wanted to report.
Also found today that my HA had locked me out of remote access (while away from home, OK on WiFi). Check with Nabu Casa and they suggested I reboot host. Did that when I got home and was able to access again. Not sure if it was the IP Flood issue again, or something else. This was 2023.3.4 OS 9.5. Odd behaviors - or Gremlins. Just FYI in case anybody else is seeing it.
Yeah, something's up. Even the Settings > ... > Restart Home Assistant doesn't even work. Argh.
And following reboot, Settings shows that I'm still on .4 ?
Is HA a 64 bit? Or is it both 32 and 64?
HA (python3) does not care about the architecture, HAOS should be available for both afaik and docker images are also available for both
Are you still struggling with your raspberry-in-vm-supervised-installation? Just checking
Might keep it as I have it with all the bugs; as long as everything is working as it was all this time. Even tho I keep getting error notifications…
This way I don’t mess with what I got
I have question: I would like to install Homeassistant to a Rasperry . I follow the instructios on the Homepage to install it. everything looks well til I come to this line :
pip3 install homeassistant==2023.3.5
then I got this error message :
Error : Could not find a Version that satisfies the requirment homeassistant ==2023.3.5
Does anybody know what I should do ?
Can anybody here help me ?
You skipped the part in the docs about Python 3.10 being required
If you're not already comfortable with troubleshooting Python builds I'd strongly recommend you switch to Docker
(and particularly compose files)
I'd recommend going with HAOS if you don't understand python and it's dependencies, and if you're skilled at "Configuration files" go with tinkerer's suggestion.
Keep in mind, HAOS will replace your OS on the raspberry pi.
Thank very much you with your answers, i installed meanwhile Python 3.10.2.
Sorry I am a beginner in this case
but now i got in the line python3 -m veny . this error Error: Command '['/srv/homeassistant/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
is there a module veny?
brings me back to my initial comment: if you don't know python this route is not a good choice for you
I would not like to change my OS . It runs meanwhile very OK sine 1 week with note Red and grafana and all the other things
then you should run docker
otherwise I recommend you read up on the commands you're running
@cloud flint I converted your message into a file since it's above 15 lines :+1:
Hi. For the last couple of months, every time I hard reboot (which is not often), I get the following errors in the logs and the side panel is missing most links to the add-ons. I am running the latest HA OS on an Odroid N2+. Restarting HA fixes whatever the problem is that the errors are not there.
@cloud flint I converted your message into a file since it's above 15 lines :+1:
Im new to this but can anyone give me any insight as to why Im not getting to the onboarding (creating an account) part after installing onto a pi4?
@lime oasis Is the installation page open in your browser?
@crude inlet yes. I followed the first steps with the only variation being that I had to download the image becuase the link wouldnt work in blancaetcher
I mean the home assistant install/preparing page
What are you looking at right now? A console?
@crude inlet yes.
Click the blue dot and check the logs
What do you see there?
just the IP address info, OS version, and url
Okay, so in a browser from another device you enter that IP address in the address bar with :8123 at the end
The ipv4 address
for some reason I cant access it via the IP but when I go to the URL i can access the login page
Hmm, a login page implies that you've already created a user account and password for it
yeah but I havent. I only flashed the sd and booted up the pi
I have in a docker container in my NAS in the past
But its offline. I removed it because it was pulling too many resources
You might double check that
yeap. I had a backup online
so I shut it down but the new pi still isnt accessible
I can ping the IP from my PC but still cant access the login/onboarding page
@lime oasis I would power it off and then on again, then try the IP address:8123
@crude inlet yeah I tried that and even assigned a new ip to it. Still no luck
Then going back to the console directly and checking logs is all you can do
I’m getting this error message Config flow could not be loaded: {"message":"Invalid handler specified"} when I try to install integration for frigate any help would be appreciated
You were in the right place asking in #cameras-archived
When you go back over there, do mention what version of HA and what version of the frigate integration
Hi, im having troubles installing Home ASsistant OS on my fujitsu s920, i got it "booting", but now it just shows a terminal cursor, not even flashing
Does it support UEFI?
According to its datasheet it does
Hey guys, I have a RaspberryPi 1 B+ and want to use it for home assistant. I know, that this model is very slow for home assistant, but i want to use it anyways, just to try how it works. Ive tried several images, but i doesnt work. Which image should i use for my rpi?
I suspect even a container install will not be useable on that pi1. Last time I tried was 2 years ago or something and HA built in a lot of additional stuff since then
so your 700mb memory will not suffice by a lot
It's listed on the supported devices page: https://github.com/home-assistant/operating-system/blob/dev/Documentation/boards/README.md
I don't see a specific image for it but I'd try the rpi2 image: https://github.com/home-assistant/operating-system/releases/tag/9.5
Thank you, ill give it a try
rip sd card
it should
why?
It does: https://objects.icecat.biz/objects/mmo_35342366_1490784108_3751_14551.pdf
Didn't find a official source in english
because it is going to swap. a lot
Is it normal, that when i put boot option filter to uefi only, the boot option via drive disappears? I only can boot into diagnostic tools then?
Ah I probably need to do: efibootmgr --create --disk /dev/<drivename> --part 1 --label "HAOS"
--loader '\EFI\BOOT\bootx64.efi'
Anyone seen Failed to connect when selecting integration > MQTT > MQTT all my settings seem to be correct.
https://i.imgur.com/hGiJDNn.png
https://i.imgur.com/RFlwLD9.png
https://i.imgur.com/eAMR8Gz.png
mosquitto does not seem to be recieving anything for some reason?
Can someone help me
Here are logs from <t:1679527749:t> today ----> https://hastebin.com/share/patepukiri.rust
No longer need help, fixed it.
Greetings,
I am trying to run Home Assistant Supervisor from the GitHub repository (https://github.com/home-assistant/supervisor), but I am facing some issues. Here are the steps I followed :
- I cloned the repository to my local machine using git clone https://github.com/home-assistant/supervisor.git
- I created a virtual environment using (python3 -m venv venv) and activated it using (source venv/bin/activate)
- I installed the requirements using (pip3 install -r requirements.txt)
- I tried to run the supervisor using python3 -m supervisor, and failed
- I tried to run the supervisor using the debuging mode in vs code, and failed
Also I tried to build and run the Dockerfile using (docker build -t test-homeassistant . ) but I got this error : ERROR: failed to solve: base name (${BUILD_FROM}) should not be blank.
Note : I could run the core with no problems
I also have the same problem as @opaque dock
Why? Why are you doing that?
If you're trying to run HA then that's the wrong approach
https://www.home-assistant.io/installation is how you install and run HA - and if you want add-ons and the supervisor you should use HAOS
I'm trying to run the source code so that I can develop/contribute
Then #developers can help you with setting up a development environment
Do see the dev docs at https://developers.home-assistant.io/ though
Core already updating to .6 for 4 hours now. F*cked or just pull the plug and restart.
I'd check the logs to see what it's doing
Same but the log doesn't show much about installation progress and/or errors.
Good thing fresh install with restore is easy.
You might not be looking at the correct log
Hello friends! Please tell me how can I install HomeAssistant on the x64 platform so that I can connect external drives? Do I need HA OS?
Why do you want to connect external drives?
Home Assistant OS isn't a general purpose/NAS platform, so using HAOS (directly) is unlikely to be a good idea
I use the main disk for HA is msata 32gb
And on an additional disk I want to keep my videos from zoneminder and photo files that I will use from homeassistant
HAOS seems to be a more stable outcome than Ubuntu+Ha installed from the console. And as far as I know, just HAOS cannot have access to media ownership? With other types of installation, everything can be implemented
A single disk is fine, and HAOS supports that
But it's an all or nothing, you don't pick what it does
I'd also say that if you find Ubuntu + HA unstable then you've probably done something wrong (other than using Ubuntu, which isn't that bad)
If you want full flexibility then use Debian + HAOS in a KVM VM
Or just go Debian + Docker
I'm actually using RPI+HA as well as Debian + HAOS in KVM on various sites, but after 3 years of use I'm running into one problem with RPI+HA with file space expansion (for addons to work). It's time to check it out and choose the best solution for my house, I'm moving from RPI_HA to x64 amd. Thanks for your replies, they are helpful as always.
Im trying to install home assistant on esxi 6.7 and it gets hung up on the extracting ova this could take some time. is there any other way to install the os on a vm or speed the extracting process up??
Are you talking about the Preparing Home Assistant screen?
Hi again! i installed docker and HA. ON started, but I do not have the option to restore the system from a backup, but only create an account
That's normal - only HAOS has support for restoring built in
You can extract homeassistant.tar.gz from the backup and extract that wherever you need
wow, is this serious? Interestingly, I got it, I thought this experience would be easier) But in any case, it's easier than Openhab)
Restores are part of the Supervisor, as are add-ons
You only get the Supervisor when you use HAOS, otherwise it's assumed you're capable of handling your own backups and software installs
That is, I then create an account, physically put the file in the right directory, and then go in and restore the right file, right?
No need to create an account
Stop HA, extract the backup of the config folder over your new config folder, start HA
It might make sense to extract the file on the server itself to keep permissions and such in tact. Just in case you were planning to extract on your PC and then upload
I don't understand where should I extract my full backup? https://prnt.sc/uKKd2tHM1i9F
Extract it to wherever you mapped /config from
/PATH_TO_YOUR_CONFIG:/config
``` where in the docs you replaced `/PATH_TO_YOUR_CONFIG` with .. the path to your config
Keep in mind that none of the other things there can be restored
If that matters to you then you'd want to run HAOS in a KVM VM
and in the case of a KVM VM I won't be Accessible to the available hard drives?
Vicious circle)
You might be able to pass the disk(s) through but what does that have to do with each other?
You'll be able to run whatever other software you want on the host, fully accessing the hard drives
I need addons in home assistant such as MOTION EYE and ZONE MINDER to have access to external drives in order to put files there
Can they not work with virtual disks? Oh, you're talking about USB disks? These can be passed through rather easily depending on the hypervisor.
I still don't know why you'd need to do that instead of using a virtual disk that's stored on that USB disk
You can run those things not as add-ons, avoiding that problem
Though I'd recommend Frigate over either of them
Small question re: install (or not small, I dunno). First attempt with this, watched a video, read the install webpage. I have an old MSI laptop that I was going to use to run HAOS. I went into the BIOS and ensured UEFI was enabled, and secure boot disabled (but perhaps THIS is where I messed up?) I grabbed ubuntu, belena etcher, and an HA x86 image. Loaded up ubuntu, cleaned up the partition on my laptops SSD, and flashed HAOS using etcher. Restart - removed media, buuut... I only boot into the BIOS. I can see that the SSD is in the boot options, but it won't kick off. Curious if anyone can point me to the stupid mistake I made?
For example: I have 2 disks 32 gigabytes ssd sata and 256 gigabytes hdd - sata. HAOS installed on SSD. I want to save my video files on my hard drive. HAOS does not allow this, that's the problem.
You don't have to run MotionEye etc in HAOS
You can run that - or anything else - in Docker on the host, while running HAOS in a VM
This is inconvenient, I want to manage everything from Homeassistant and not from individual addresses in the address bar of the browser. All in one place)
Well shit, fiddled with some booting options and now I am even a little further set back - but will get back into ubuntu and see if I can make this work or just go buy something.
Got it! Woohoo.
What were you doing wrong?
Older laptop, and it wasn't detecting the bootloader. This forum had the solutions...
But now I've got it up and runninng, and have a z-wave dongle arriving tomorrow so I can start to play and figure things out!
you have a usb extender for it right
Yep, also ordered that as well as I saw there could be some interference issues
I used the older of the two laptops I had mentioned yesterday when we chatted: MSI GT72 2QE.
Then you have to deal with the limitations of the solution you want
Cuz you’re sending me the newer one? 
<@&330946878646517761> ^
does one need HAOS to do z-wave?
I had read something to that effect
maybe better suited to another room
No, and try #zwave-archived
I mean, honestly, it's mostly collecting dust. You cover shipping, we could probably make something work.
I might take you up on that. What are the specs?
Hello! Accept my apologies. But the question remains open. If I install HA-OS on x64 then I won't have access to additional SATA drives and I won't be able to store files (multimedia, etc.) on them, is this correct?
And if I install HA in docker ON x64, then I won't be able to restore my full backup from HAOS (from my previous RaspberryPI4)
Correct, and correct
Hence why I recommended that you use a KVM VM for HAOS if you want to use add-ons and restore that backup, and the other software in Docker on the host to access the additional drives
Is there an instruction on how to make additional drives visible to HAOS with this installation method?
It kinda sounds like you’re trying to use haos as an all purpose NAS which is a terrible idea dude
It is not only the OS which needs to see the drive. Each container also needs to recognize it
It's not a good choice for an NVR or Media Server
Is this going to become a problem for HA Docker users? https://blog.alexellis.io/docker-is-deleting-open-source-images/
No
That's already been discussed, you'll find details if you search, but there's no impact to HA
hello im trying to install homeassistant core on my raspberry pi and im getting this error does anyone know how to fix it
i cant send a picture
ERROR: Could not find a version that satisfies the requirement homeassistant==2023.3.6
ERROR: No matching distribution found for homeassistant==2023.3.6
any reason you're not going the HA Container route @heady anvil
i want to use core version because i dont really want to use docker
I guess that's a reason
What's your python version?
it was like 3.9 i think, im trying to get 3.10 but its taking forever to build
hi all!
i'm stuck on "preparing home assistant" screen due this error:
x509: certificate has expired or is not yet valid
I found the problem occurs due to raspberry date is incorrect.
ha > host info
dt_utc: 2022-07-13...
I've tried many reboots but no success.
how can I update this date information?
is it possible to enter Raspberry SSH?
Are you connected with a monitor or where's that prompt from?
yes
You can type login there but note that this is not recommended
My line of thinking was that since you can break the system with both I'll add a disclaimer
installed via container and it worked like a charm.
after first reboot Raspberry corrected the date
so, after the setup I figured out that Container installation method doesn't support Addons. oh sad. lets get back to HA OS and hope it works
back to the same date sync problem
ha > login
date
wed jul 13 2022
after reboot the nothing changed
during boot process I found a message:
[ FAILED ] Failed to start Wait Until Kernel Time Synchronized
Seesystemctl status systemd-time-wait-sync.servicefor details
any idea?
Is the pi connected to LAN?
yes, the same way when I tried via container and it worked fine
is there any way to test internet connection from cli?
or maybe manually set raspberry date via cli?
I'm having connection issues myself right now so I can't really research/test well but here's a few useful commands: timedatectl --help, ping domain, nslookup domain, curl domain/website
curl, ping and nslookup commands worked fine on google.com
trying timedatectl set-timezone UTC says Failed: read-only file system
it does, you just have to know what your doing. specifically: you need to mount one of your drives to a certain location. udev rules are your friend here.
You don't need addons
They are just other pieces of software
I'll be using mosquitto, zigbeem2qtt, node-red, vscode and others
And all are available as normal docker containers
didn't know about this. any guide on how to install addons within docker installation?
Zigbee2MQTT's guide uses docker (compose), for example: https://www.zigbee2mqtt.io/guide/getting-started/
To add it to the sidebar you can use this: https://www.home-assistant.io/integrations/panel_iframe/
You can also check the source for the addon(s)
thanks!
Sorry for slow reply! I work in a secure location, no personal electronics, and it was a loooong day! I'll grab and send you a message in a few!
wow, finally got it fully working!
date problem was correct by:
ha > dns options —servers dns://8.8.8.8 —servers dns://8.8.4.4 —servers dns://1.1.1.1 —servers dns://192.168.xxx (local router ip)
ha > dns restartAt the ha cli type login
Then type vi /etc/systemd/timesyncd.conf
Press i
add the line NTP=time1.google.com time2.google.com time3.google.com
and change the FallbackNTP to FallbackNTP=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org
Press ESC and type :wq
Type reboot
Hello i have a problem installation ' block from superviser '
You should share your logs
Hi all.
I just reinstalled a HA docker on my unRAID server.
It is asking for a username and password instead of the initial config screen.
I assume it is grabbing credentials from somewhere. So I uninstalled the docker and ssh into the server, then deleting the entire HA folder from my cache share.
Tried installing again and got the same result as before.
Did you also delete all the hidden files and folders?
I deleted the entire HA folder from the cache.
Did you go into the folder and delete the contents, or delete the config folder itself
I ssh'd into unRAID, went o /mnt/cache/appdata
Then deleted the folder Home Automation Container or whatever it was.
The entire thing.
Was the HA container stopped at the time?
Yes.
I can only assume you didn't delete the right folder
Right. I was wondering if there is some other location where data gets stored.
It's the folder with configuration.yaml
That folder has .storage/ and other hidden files/folders
Found it!
Seems there was a second folder in unRAID under mnt/user
After I deleted that, I was able to restart the config.
Does HA not play nice with Xiaomi devices?
I am trying to add some using the xiaomi miio rout and most devices it just says "The device model is not known, not able to set up the device using config flow".
Can't seem to add my webcams, humidity and temp sensors.
The answer is that HA is at the mercy of the libraries written, and those are usually done without any manufacturer support
If you want things that are more likely to work, don't buy WiFi devices without careful research
Zigbee (other than Tuya, and Sonoff's end devices) or Z-Wave are safe bets
That would mean changing all my existing devices.
I have quite a few already, just they are strewn across several brands, makes and models.
You may have more luck with https://github.com/al-one/hass-xiaomi-miot than the built in integration
I was hoping HA would "bring them all together".
Keep in mind that most manufacturers design their kit for their own hubs, and don't have a documented API
Making things work is not a trivial task, unless they're based on actual standards like Zigbee or Z-Wave
Hi! Can someone confirm, that Homeassistant will run on a Asus Tinker Board R2.0? On the R2.0 boards are not mentioned.
I assume you mean Home Assistant OS?
yes
If you already have it, then it probably will work, worth trying
If you don't then there's better hardware to run HA on
can you recommend something, wich i can get for as cheap as a Asus Tinker Board R2.0 and is available?
#hardware-archived has a long history of recommendations, mostly revolving around mini PCs or laptops - including second hand ones
thanks
hi im trying to install ha onto my raspbeery pi but as a docker container
to wipe my sd card to install the raspberry pi os can i just format it as fat32?
alright
is there anything i need to change in the advaced options before downloading the OS? @humble mirage
If you don't have a keyboard and monitor to set it up, then yes
can you check dms, i sent a ss of it since i cant send ss here
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
Flash it, boot it, use the Docker install script, configure a compose file, start HA, profit
so nothing needs to be changed in the advanced settings?
You look good, you've enabled SSH and configured a user
ok ty
do i need to set a username and password as well?
it wont let me continue without a password
Or a key
wait was i supposed to configure a wireless LAN as well? @humble mirage
or it doenst matter
cuz i have ethernet
You don't need to tag me to demand my attention
Well... then I'd have to work out how to convert that to real money 
ah you're in king sausage fingers land arent you
Also, which dollar... there's a few dozens of them around the world
the ones stained with blood and oil duh
Ah, so that eliminates at least half
sorry about that, just a habit. how can i SSH into the raspberry pi?
If you've set up a user ... you add a key or you set a password
yea but i mean how can i get into the raspberry pi terminal via SSH
i setup a password earlier
With ... an SSH client?
yea sorry
kinda seems like he's more of an haos guy?
Wink?
ye thats where im coming from lol
Windows has a built in SSH client
im using wsl
Or there's any number of other options
well based on your questions it sounds like you are still pretty new to stuff and you're gonna have pain going forward
ssh user@remote_host
yea im def new to all of this, but im willing to learn
why not get a vps or another pi or build out a homelab and learn then move your smart home shit over after you already know what you're doing tho?
Eh... if they're willing to Google and use backups, this is the best way to learn
stumbling forward is fine on their own googling things but he's not learning much with you spoon feeding him imo
at least i wouldnt in his shoes
still, yolo
so i got docker now, should i also get portainer?
If you badly want a UI to manage your containers, rather than learning, sure
how can i fix that error
i think imgur compressed it
but i was just trying to install portainer
and received this error:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Did you install it?
yes
i isntalled it via:
curl -sSL https://get.docker.com | sh
because its more convenient
whats the commadn for that

Reboot ... that means restart the computer
alright
You really want to go and read up on Linux basics
i established a SSH connection to the rapsberry pi from my windows pc
ty
There's lots of good guides out there, but if you want convenient you're not going to learn
You could save yourself a lot of time and just switch to HAOS now
Right, but you picked a method that means you need to learn, and you're going out of your way to avoid learning...
Hi - trying to install via docker on linux.... getting a timeout "docker: Error response from daemon: Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)."
has the URL changed?
oh weirdly working now on 5th attempt
anyone else seeing these errors after the latest supervisor update to 2023.03.2:```
Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:125
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 00:19:13 (3 occurrences)
Last logged: 00:19:13
Failed to to call /ingress/validate_session -```
When updating is is better to update the add ons or external connectors first or HA? I’m at 2022.5.5 and worried everything will break going to 2023.3 😅
Hi, I have my Home Assistant installed on a VM (Virtualbox) and I want to do reverse proxy to point to my Home Assistant Box using Caddy. Is there somewhere I can get some reference for this setup?
The Caddy works for Jellyfin but not Homeassistant.
Hi, all! I am setting up a new instance of HA on my new Synology 220+ NAS. I have successfully setup Synology Virtual Machine, using the .ova image from Home Assistant. I finished the onboarding and downloaded the 750 mb backup file to the backup directory on HA.
Then I started a full restore, wiping the entire installation. This has been going on for 24 hours now. Should I still wait, or can I monitor the progress somehow?
No findings in the VM log
Disk space within the VM also is sufficient
Could it be my new installation has an older HA version than the one I backed up, which was upgtraded from OS Version: Home Assistant OS 9.5 and Home Assistant Core: 2023.3.6
The Caddy works for Jellyfin but not
ive all of a sudden been getting a lot of errors on my haos installation (vm). i tried reinstalling it, and its still happening a lot. not realy sure what the issue is? getting a repeaded mix of primarily the following 2 errors
sd 0:0:0:0 [sda] tag #'x': acess beyond end of device
and
systemd-journald[115]: Failed to write entry (12 items, 'xxx' bytes), ignoring: Read-only file system
some crappy secondhand windows laptop lmao
i wouldnt be surprised if it were just eol
I'd be wondering if the hard disk is dead/dying
i am noticing frequent 99%, 100% disk speeds in task manager
so maybe its just time to get somethign new
Check the disk's SMART values with GSmartControl/CrystalDiskInfo.
You can also check what's writing data with Task manager's Detail view (CTRL+SHIFT+ESC) or in Resource Monitor or with SysInternals' Process Exlorer.
You have to modify the columns to show disk related information
That assumes it still runs Windows, they said HAOS...
some crappy secondhand windows laptop
on my haos installation (vm)
in task manager
This made me assume the host is windows
True...
yes, host is windows

That's good... it gives you more info, and may point to a problem with the VM plaform (too)
dmesg -T or journalctl -k (if it still works) inside the VM might tell you something about the FS issue
does this work in ha cli?
No. You have to type login there first. I'd recommend you create a snapshot/backup before working with that much power
got daily snapshots backuped automatically to drive so all good on that front
raspberry pis still dont seem easy to come by if i wanted to replace my sysytem..
Do you actually benefit from a pi vs another system like a (U)SFF/Mini PC?
i know pis are just the simplest things to run ha on, so ill just have to do some research on what id want to run haos on
going with an hp t610 lol
Might be a tad underpowered for some things. I'd recommend something with a little bit newer processor but that's better suited for #hardware-archived
hmm, Im on unraid, i ran HA in docker container but since of reinstall im thinking about switching.
I want to run it in docker, cause i want to run the add-ons as containers instead, but as of last patch or so ESPHome does not support all features when not running their addon as an addon. Correct?
What features do you think are missing?
somthing about something 😛
Ah... FUD
I don't think there is any difference but you can confirm in the ESPHome discord
ESPHome is a system to control your ESP8266/ESP32, with a native integration for Home Assistant.
You can find their documentation here, and get help with ESPHome itself here in the #diy-archived channel (#integrations-archived for the Home Assistant side integration with it). They also have their own Discord server too.
the only thing I can think of is getting to the dashboard via HA
You can slap any URL in the sidebar
But that is not all. What is really mind-blowing, is that the ESPHome integration will now provide update entities when using the add-on!```
You just don't get ingress
this isnt all it's cracked up to be. in the esphome dashboard you can update all with one click. in home assistant you can only do one at a time
Yeah don't tell anyone, but I kinda don't enjoy the update entities.
featuren't
It's more annoying with the everything presence sensors in the way, tbf. They need to be unplugged and directly connected for a successful update
i'm waiting for aliexpress to make better ones for 1/3 the price
$80 or w/e he charges feels a bit high
maybe if $20 from each purchase went to esphome devs i'd feel better about it
Yeah I got a couple in the spirit of support.
i'm all for supporting people in the community, and i dont have anything against the guy, but outside looking in it's just esphome with a few sensors that his dad made a pcb for and 3d printed a case and sells at a huge mark up
guess i'm just not a big fan of hustling in general
nice to hear. Ill do container
Have HA OS running on an old mac mini for a couple of month now without issues. Last night we had a power outage and HA didn't start anymore.
Was trying to get into the rescue shell - no idea how to get to it...
Q1: any help on now to get into the shell (screen and keyboard attached - yes have checked forums/google/etc but no joy) ?
Finally booted into Ubuntu server on a USB stick and all the disks seam to be out-of-whack - after fsck and reboot everything works fine again 🙂
Q2: how can I get to the logs to find out what went wrong (the logs on HA don't really say anything) ?
Was brave enough to 'kill' it again just for giggles - same result. Then did a clean shutdown - same result.... there must be something going on with the disk system under the hood.
Q3: how do I go about finding the culprit (am quite OK with linux/docker/ha but new to HA OS) ?
is there a way i can get homeasssistant on a 32 bit raspbery pi on pios lite
Go for 64bit and yes infact os lite is more efficient as there is no desktop for os to deal with. Especially for headless setup
I’m not sure if my pi supports 64 bit
Rpi3b?
Ah then don't. That 512gb ram is it?
Yea
Use that 32bit but don't install HA, will not be a good experince, even if it runs
ahh ok
Get/use something else
Should I upgrade to a Hp thin client
Yep. Any hardware in last 10 years is good 😃
ok thanks
Even an old laptop for that power efficiency
it would prob be more preformance and more cost affective to get a hp thin client
Don't throw away that rpi2b yet. 😃You may use it for application like octoprint, audiophile media softwar with cards like justboom which can be atteched to rpi for that audio solution if ypu need one
I prob won’t I use it for pihole right now and I might try octoprint because I got a new printer today
I am no 3d printer expert, but hardcore 3d guys suggest klipper instead of octoprint. But then you can't use rpi2b for anything else
Yeah I’m pretty new to 3d printing so I probably will give them a go
I wish I baught a better pi but they are pretty hard to get right now and I didn’t know that this pi was 32 bit lol
Try both. Whatz there to lose except few prints. I personally like octoprint as i can host them in docker and still use my rpi for other containers
Yeah I will prob try sort out my printer first as it’s pretty new the prints aren’t perfect yet
Rpi is no longer useful, don't invest on it unless price comes back to usual and availability is there. Which is unlikely in this year atleast
yeah any old pc/laptop would cost less and have way more performance
anyone get haos running on oracle vm server?
When accessing the Add-ons screen, or any Add-on itself, I am getting this error in the browser DevTools screen:
Uncaught (in promise) SyntaxError: "" literal not terminated before end of script (entrypoint.fc042133.js:1214:46481)
I'm not even sure where to look to begin to resolve this or if this is even my fault. The last update I had done was when the big migration happened. It has been a few weeks since I last touched HA directly. And I could have sworn everything was fine, but maybe I didn't look around enough after the update?
I've since updated all outstanding updates that are showing up (HA and Add-on updates, except ESPHome device firmware) and still no change.
Why would you want it in the cloud?
A little more info, the end of the JS file looks like this:
o.runClassFinishers(p.F,h.finishers)}([(0,o.Mo)("ha-icon-button-arrow-p
Not sure if that's some sort of visual limit, or what's actually being returned. but that's line 1214, column 46481 at the end so I would think that means that's what's being returned and so breaking the js, thus the page execution.
restart your machine
i have done that
i have restarted, i am fully updated
but it was like this before updating
browser cache is disabled when DevTools are open
I've seen chrome ignore that setting very well
Tried a restart of HA just to be sure of that too?
im curious what else restarting would mean?
i've restarted HA, my RasPi. just used Edge, and not seeing the same error that FireFox devtools shows me, but it's still not loading the Add-Ons page
maybe its loading something or rather fails to load something underlying
check the logs?
things are messy. gonna clear them and restart again
@low notch So this is the only thing that kinda sticks out since it's an add-on and im having problems with add-ons:
Error requesting ESPHome Dashboard data: Cannot connect to host 127.0.0.1:65339 ssl:default [Connect call failed ('127.0.0.1', 65339)]
The rest are like typical startup issues with the 10 second limit or things that I know are disconnected that it says it can't connect to, but haven't caused problems in the past.
but not sure that would have anything to do with JavaScript errors?
Some people may think computer lol
I believe there is some kind of webpack working every time HA loads to minify etc the js, since this is not working there might be some greater underlying issue.
webpack minifies during build process, not during runtime,
disk corruption is quite common on sd cards, just to mention it
im using an SSD that's only a few months old
but im on the built-in addon screen not hacs. hacs is actually working fine
ok
well shit. backups is part of hassio and so it won't load either....just great
It's not, it's running on a server in my house
Is it failing to start? Or is this front end issue?
responding to me?
either way, more background on what i'm doing. I'd been running haos on oracle virtualbox, on a server in my house, running some other VMs as well
I iwanted to migrate from a type2 hypervisor to a type 1, so I picked oracle vm server, and ovmm
I think the limitation here is they don't support EFI guests
so I gave up and swapped to ESXI, which surpirsingly is free, so giving that a shot now
so far it's better, feel like I'm close to getting my current haos imported into it
hey guys, i'm not sure what's going on but ever since the past few days it seems like HA decides to crash on me randomly and intermittently - everything will be ok for ages then all of a sudden i got to check on something and find that i've got no connection, and can't get it back without restarting HA in my VM - what's the next step for what i should do to figure out what's wrong?
"Restarting HA in my VM"... is the VM HA OS or some other type of install? Have you checked out the home-assistant log files to see if there's any leads on what happened.
i'm running HA through virtualbox on my windows machine - i forget the type of installation that is, but i think HA OS - how would i check?
similarly where would i find the logs for HA?
Yeah, that'd be HA OS. Well, how do you usually modify your config files? home-assistant.log files live in there
After you reboot, you'll want to take a look at home-assistant.log.1
That'll be from prior to the reboot
But also... have you checked out the VBox console when it's non responsive
Is the console up and running?
yup, just found log.1 - there's a lot of errors but the main one that i'm seeing is something like this
2023-03-26 22:41:52.523 ERROR (MainThread) [snitun.client.client_peer] Can't connect to SniTun server ap-southeast-1-1.ui.nabu.casa:443 with: [Errno -3] Try again```
also i didn't check the console, but when i stopped the VM it had the shutdown code stuff so it looked like it was responsive?
there's also other errors but that's definitely the main one that keeps repeating
Well... you said it crashes on you, but are you ONLY accessing via the Nabu URL?
Have you tried local access when you believe it's not working
yeah - i tried on my phone and it was coming up with an error saying about SSL not connected or something - i have a screenshot of that error in case you want it too - but then when i came to my computer that's connected to 192.168.x.x:8123, it also said "connecting..." in the bottom corner and wasn't doing anything
Gotcha, sharing more errors and the screenshot wouldn't hurt
Pointing to DNS issues from your one error above
Post them to pastebin/imgur or whatever
so that's what i was seeing on my phone
going to settings just brought me up to my server settings, but i couldn't really see anything weird from that
this was while connected through local wifi and not connected to local wifi too
Yeah, doubt it's a mobile config issue if you saw issues via a local desktop device too
at the time i didn't have a chance to check anything out so just left it, then when i checked it on my laptop through 192.x.x.x:8123 and saw it also wasn't connecting, i restarted the VM
for what it's worth, this is the second time this has happened within the last few days - maybe a week? though it could be less
Gotcha, share the rest of that log file to see if there's any other indicators, or anything that happened to start running everything off the rails
also i can't tell for sure, but i think this started happening when i signed up for a nabu casa trial to test things out remotely - though i could be wrong about that so maybe take it with a grain of salt 😛
sure, one sec, will paste to pastebin
the whole log file?
Sure
cool, can do
or depending on how long it was up, a few hours?
Hard to say though if you're not sure how long it was broken for
So more is better 🙂
The error you posted is definitely a Nabu integration error
But again... it's more that it can't resolve the hostname using your DNS resolver, not a specific thing to Nabu
How's your host's network connection
so that goes until 2023-03-26 23:38:33.703
it repeats those same errors constantly until i restarted it - the logs go until about 2023-03-27 22:49:00
so about a day and 11 minutes after those logs end
host network connection is good as far as i can tell
I see errors as soon as you restart about the connectivity being limited
Are you expecting it to be able to connect to the Internet Printing Protocol?
It gets a timeout immediately after starting
Also, it can't hit 192.168.1.106:38400
2023-03-26 22:36:00.414 ERROR (MainThread) [homeassistant.components.radarr] Error fetching radarr data: Request exception for 'http://192.168.1.101:7878/api/v3/rootfolder' with - Cannot connect to host 192.168.1.101:7878 ssl:True [Network unreachable]
If it can't reach the network, you're gonna have a bad time

