Hi! I am not newbie, but I think that I am doing some stupid mistakes. I had my Home Assistant instance on docker on my one mashine for over 2 years, with no problem. I need to install fresh Home Assistant on my new hardware. I tried multiple installation types. I have ubuntu server 22 (22.06?) server. I tried with virsh with HAOS, but struggled with "Something went wrong loading onboarding, try refreshing" error looping to eternity. I have no logs info. I tried HA on docker - same problem. I tried HAOS using virtualbox on my win11. I tried HA Supervised on VM (Debian 12) followed instructions. SAME PROBLEM AGAIN! I am hopeless
. No errors or any other info during debuging (journalctl -f, <i can send more logs, if you tell me how ;)>). Thanks in advance.
#installation-archived
1 messages Β· Page 72 of 1
Mayby DNS problem? I have no other idea?
Should be no problem. I don't see any blocked connections within something remotely close to HA
It could be DNS! You can use dpaste.org to share more logs.
Only problem. I don't have any logs π
There is literally no logs
no info
I belive that HA does not provide installation untill proper setup is done
Thank you, it worked for almost everything, except for gardena-smart-system, which needed to be reinstalled.
The first things to check on any new installations are:
- IP address, network mask, ip of gateway, ip of DNS server.
- ping 8.8.8.8
- nslookup google.com
everything works as expected
Try another browser and check the console in dev tools.
i thought i checked that already, you are a life saver
thanks!
Did that fix it or what?
Yes, edge worked, Have no idea why chrome was the problem
on chrome loading logo just keeps spinning
Maybe one of your extensions blocks it for some reason. The Network and Console panel in the dev tools (F12) might have hinted towards where to look.
thats actually not that dumb
Console is clean, only after (i think 30 seconds) i get Uncaught (in promise) error, but no futher info, Network panel shows no blocked connections
after the Uncaught error i get "Unable to connect to Home Assistant"
on edge when logged and loaded to HA i get info about error
(its probably poorly translated, because i am using other language)
"Unhealthy" system - lack of privilege
The system is currently "unhealthy" because it does not have privileged access to the Docker runtime. Follow the link to learn more and how to fix it.
Hmm. Which installation method is this? You mentioned several ones earlier.
Ah. I can't really help with supervised but it has a bunch of requirements that might not be met: https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md
I am 100% sure that this is not a problem with requarierments (probably badly spelled π)
probably HA user does not have the privilige to docker
That is a requirement as well. Requirements are not just software/package related.
I'm not that familiar with supervised. I refuse to fiddle with it because it's not recommended and so few people use it so it's not worth keeping it around or learning it.
ok, thanks for helping tho, I'll try with HAOS and check if it was browsers fault too...
If you want some stats what people use: https://analytics.home-assistant.io/
I'm running HA supervised. I'll never go back to HAOS as i need full control at the OS level (ssh, keyboard, cron,swap,network mount,....)
i suggest you to run HAOS as vm, its very convenient!
i am using qemu, you can menage your vm with ease in cokpit mashines
Why not docker then? Supervised is severely limited in the control you can have because of the requirements linked above.
because i don't know docker π
if i'm facing a single error/warning from docker then i restore a backup !
I never had any limitations yet. it's like HAOS, with "/" in read/write mode
you'll have a worse time if you don't know supervised
Supervised uses docker too. It's good to know about it no matter which method you use.
docker is easier and and the entire internet's worth of information to get you started. Supervised has like 2 dudes who can support the hard problems and they aren't always around and theres almost no posts on the internet covering issues.
go supervised = deal with the fun of both your installation and host breaking
or just spin up a container / haos = pretty much nothing that can go wrong
for me as a "user" point of view, i don't care how it works behind. For me as "administrator" either i can fix it or restore it. I don't see why i will be harder to fix. It's a debian running docker. all scripts during installation are availables.
supervisor auto updates and dependencies cahnge. If you don't know how to account for the fixes you will have a forever broken system that will auto update each time you restore it
and if supervisor doesn't work, you won't even be able to pull a backup unless you know what files to back up for HA manually.
then i'll restore on HAOS as a temporary solution ... or ...
how?
you won't have a backup that's recent
supervisor auto updates
the updates happen any time
on top of that, you also need to manage debian updates
i have 2 "end of month" backup, same for weeks, same for days
then have at it, you've been warned
You're only resources for support are going to be on the forums BTW
if things go haywire
i would just have to restore HA (alone) and restore HA backup somewhere. Database is on a dedicated VM (postgresql)
I have 3 proxmox in cluster, and a backup on my nas + external drive
NO. Not without the right keyboard layout and a SSH up and running at boot/os level. That's a minimum i think...
I've been running supervised for 6 years now. Both of those are not really needed.
at this point I'm only running it because I'm too lazy to switch
Having a french/belgian keyboard, having the US layout is a nightmare when you are at the prompt,characters like <, >, | , # % $ are frequently used π
What are you doing at the prompt that often that it matters? lol I can't remember the last time I actually had to SSH into my prod instance for anything.
I was trying to change some behaviour of HAOS, then i discovered nearly everything is RO. ...
well, don't get me wrong, it works fine as long as you have nothing to do.... and it's easier for people to troubleshoot as you know everything is RO ! π that's great for support !!!
I used HAOS for 18 months without any signgle glitch π
expect more with supervised π
i don't know... i hope ... we will see... π
I'm telling you from experience, it requires 3 to 6 month maitenence
whether it's a dependency update, breaking OS level change, or deprecation
for sure , upgrade to debian 13 will be ...mmm... either a piece of cake, or.... π
it never is, and we all typically have to wait for people to come up with an upgrade path
it requires an expert in both HA (supervisor) and Debian
which is basically 4 people. 2 of which are employees of nabucasa, the other 2 are on the forums.
i have being playing with linux for ... 30 years now ... not full time... but here and there. Now it's daily (proxmox + VM + jellyfin,volumio, dedicated dns/dhcp on arm... )
and are you an expert at supervisor?
I'd wager that's a no because you don't even know docker, which is a major component of it
well i never had to deal with docker... except to try some heimdall, reverseproxies, authelia ...
Wait... what? No. Seriously. Don't do that. Network/Linux security 101. sudo.
ssh as user, then first command is " su - root"
i don't want to start all commands with sudo ....
well I can already tell you'll install supervised incorrectly then
Again, you're doing it wrong. You shouldn't need to be issuing commands with sudo that often. If you setup your user/group permissions properly, you should rarely need sudo for things aside from package management and some other low level tasks.
if you follow that philosophy
i don't remember but there is a high chance it was installed as root π
and the guys on the forums will run you through the cleaners when they attempt to help you fix your supervised issues
if you installed it as root, you will 100% run into more issues later on.
may be
not maybe, 100%
it's been proven time and time again
either way, it seems like you aren't interested in advice, not sure why you're here asking questions
that's what i'm doing 99% of the time apt.... from time to time a new samba share / NFS ...
I don't have questions regarding the OS at the moment ... i'm ready to re-install if needed
Well that's the thing, most people who run supervised are unwilling to help people fix supervised installations
all the experts in supervised here are certainly unwilling to help
If i can help, i try ...
but indeed i don't know what are all differences between supervised and full docker...
as all script i had to execute were easy to follow.... and nothing suspect. I followed the officlal guide.
Hi, I attempted creating my first HA for my home this week. So I am totally new to all of this. Account registration was not possible, and finally happened. Problem is the HA website registered a usner name and password that I don't know. It did not use the username and password I entered. I am locked out and unable to use my HA. Please help? I am running HA on virtualbox on windows
Any attempt to find the username and password in the terminal comes back with a username [] and nothing else
Try this: #installation-archived message
Afterwards create the username in lowercase characters only.
Attempting now
im reinstalling HA on a TrueNAS using a VM
For the network part
which setting do i select?
the lan card name "intel..."
or " virtio"
I'd vote for that too.
i suppose i have to check the trust guest filters?
Legend. It worked. Thanks a lot
Probably not. When does it happen?
Huh? How is HACS related?
yestreday i tried to install HA for the first time
and HACS didnt work
i decied to do a clean install now
and now it does work
π€·
yo.
anyone can help me?
first time installing, installed with raspi imager on raspberry pi 3
stuck here:
supervisor.host.sound] Updating PulseAudio information
[supervisor.host.manager] Host information reload completed
[supervisor.resolution.evaluate] System evaluation complete
[supervisor.resolution.fixup] Starting system autofix at state running
[supervisor.resolution.fixup] System autofix complete
i can connect via browser and i plugged a monitor and keyboard to the pi to troubleshoot
Home Assistant observer
Supervisor: Connected
Supported: Supported
Healthy: Healthy
Stuck how?
Hey, I have a bit of trouble - I tried to flash lastest hassio to my raspi (4GB RPI4) but the hassio refused to boot with message saying that it failed to start hassio CLI and put me in recovery. I decided to go to older version (12.1) and that installed and started, BUT iΒ΄m getting this now
Hass.io was the old name for the appliance like install option, that uses Docker. It was renamed in January 2020 and is now called Home Assistant OS.
@rose schooner I converted your message into a file since it's above 15 lines :+1:
IΒ΄ve tryed to ping from Home Assistant OS and I can reach google and 1.1.1.1
any ideas what my next steps shuld be?
now it spams
[supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec```
even tho there IS an interet connection present.
No idea if question goes here, but a buddy runs HA in windows VM and has addons in settings menu, and i use baloob's docker container on unraid, and i got the latest version, but no addon menu? As i'm trying to setup HASS.agent for automating my windows usage and whatnot, but can't properly setup MQTT without addons to make them handshake
See table here which installation method has addons: https://www.home-assistant.io/installation/#advanced-installation-methods
You can run mosquitto in its container.
What virtual machine do you recommend to setup a beta HAOS on a Mac (M1) ?
Found it: use UTM and this tutorial: https://www.youtube.com/watch?v=1-rWFAuz8ls&ab_channel=ConnectedSecure
hi guys
i'm migrating HAOS to a new system today with , HP Z2 Mini
installed HAOS Image to the M2 storage SSD
first boot it is stuck on waiting for root device ...
fact that it is booting tells me the M2 storage works , but it not continues after that
it is still responsive because when reconnect for example my mouse that still shows
How come container doesn't support using addons?
Because Container is a docker container and you can't run containers within containers and addons are just docker containers with some special magic to interact with HA.
(I get bonus points for using the word "container" 5 times in the same reply) lol
Ah, that explains it. But a buddy shows me a screenie of MQTT running as a docker that i didn't think of, and now it's all connected xD
Yup. All my stuff is containers. (I run Container myself).
hi, i have trouble with making HA accessable via duckdns and nginx
if there is a chance anyone is online and have time i would be ready for a screen sharing call for maximum use of time and help π
Wasn't switching SD cards supposed to be seamless?
I did a full backup, and restored on another card
Dashboards, automations etc seem to work but all the mobile apps got disconnected, and even after logging in tiles, widgets, and samsung device controls need to be manually reconfigured
Did you reboot after restoration? Did you use a static ip previously?
Both yes
Is the ip address the same now?
yes
the ip was also a DHCP reservation so it never changed
but i'm still manually reconfiguring stuff
Does anybody know if a Raspberry Pi 5 can handle an external SSD without a powered hub?
when trying to install i get this Error downloading: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate. - Server IP: 127.0.0.1 on the rasberry pi imager
Sounds like an issue when trying to establish the connection
yea i was there but it dident help
is the time/date on the pc you are using correct?
yes
This is an issue with the rpi imager part of the process unfortunately. Some network issue at this phase does not bode well for the steps to come later when HA itself tries to connect out and download what it needs to complete setup.
Have you tried restarting your router and then your pc?
restarting dident work but i will ty restarting router
that did not fix it
antivirus software on the pc?
no
it woeked before but its not now
Hello, I made a mistake. I created a virtual machine in Oracle VM VirtualBox and connected it to the Home Assistant, but I forgot the Home Assistant password. If I buy a Raspberry Pi now, will my account be reset?
π¦ noone can help
You could provide more information: #rules message
here is more information, but yeah i will read ur guide tomorrow, thx
https://community.home-assistant.io/t/i-can-not-access-ha-via-duckdns-and-nginx/752796
Is anyone having a problem with logging on to HA? It keeps saying Can not find server. I have rebooted Proxmox. Can any one help?
@harsh thunder no problem here, check the console logs. maybe your VM(?) is having problems with your network? or could be DNS/zeroconf/mdns issue
Is your HA install HAOS in a VM, or some docker/container thing?
Hey everyone, not sure if this is a installation question - I have an established HA instance that i'm just getting started with SSL on. Currently, I have the letsencrypt add-on with a valid SSL cert generated and on the host. I have the path to the cert defined in my configuration.yaml, and I can successfully hit it from homeassistant.domain.tld (said domain that I own) over port 8123. My next step, as HA is a standalone VM with it's own IP, is to move the lovelace dashboard to port 80/443. I found a guide that says I should add
server_port: 443
to my configuration.yaml under the http portion, however that renders my lovelace instance unreachable from the FQDN address with no port, the default 8123, or port 80. I have a feeling i'm missing something, and i'd really appreciate any help.
@copper steppe Thanks, it is on a VM. It was working all during the day and it just stopped. I have a feeling it maybe the network.
Look at the HAOS console, see what it's saying...? Should show the IP address
Sorry if this is a common/stupid question.
I am running a Ubuntu 22.04 server and was wondering how I can install Home assistant. I cannot use core/container, since I want to use addons. I have attempted to install supervised but I always run into errors when installing. When I attempted to use VirtualBox (headless) my VM would not spin up, or if it did I could not access it. I can run HA normally on my machine using the same config, but not on my server. KVM has a similar issue also.
Edit: Home assistant os not supervised
You have two options: HAOS in a VM or Container.
Supervised is not recommended and not supported on Ubuntu
Sorry I wrote supervised when I meant to write HAOS
What error(s)? Does it have to be ubuntu?
I just double checked and the HAOS vm is running, so it might just be me not bridging the connection correctly or something
Let me see if I can get the logs/recreate it.
HA Green crashes after restoring backup
I checked out the Network, and everything is working, but HA can not find the service on my desktop or any other device. The error is "Could not connect to Server" and I cannot connect to my VPN." I need Help, Please.
HA Green crashes when I restore backup and log in for first time. (works if installed with no backup restore)
How to see the log to diagnose?
I tried before entering credentials:
tail -f/mnt/data/supervisor/homeassistant/home-assistant. log
- no output
journalctl -f -u home-assistant - no output
I can see only after i crashed and rebooted, whenit says
ERROR (MainThread) [supervisor.homcassistant.core] Home Assistant has crashed! (MainThread)
Try ha supervisor logs -vf and ha core logs -vf. Perhaps ha host logs -vf too. -f is for follow/tailing.
You generally want to reboot after a restore.
help, no webui and console message = Home asssitant CLI not starting! Jump into emergency console? ( Hyper visors vhdx from main site ) wya to check logs / fault?
Just above are commands to check logs.
@rustic mauve
This basically started with the initial update 2024.7 which had the bug for ForeighKey constraints
I had disabled Purge since then
Today I thought let me try update and see if I can get it working again, but now it is unresponsive and I am just stressing out here
I have a FULL OS backup from a couple days ago
but only as a last resort
Remove legacy foreign key constraint from sqlite states table (@bdraco - #120779) is the issue that was fixed in 2024.7.2
Anybody that can urgently assist with trying to get my HA accessible again.
All starts up, I have an IP address, Supervisor is Happy, Observer is Healthy, but I can't access my UI
So it's in safe mode, or what
Home Assistant observer
Supervisor: Connected
Supported: Supported
Healthy: Healthy
Doing a core check now, taking very long
Tried restarting in safe mode but get an error that No such container: homeassistant
core info shows a 172.30.32.1 address, is this correct?
Sounds like a container address
Any messages or errors?
There was 1 automation that complained - No other errors or messages
Deleted the automation, restarted and we are back in business
HA is SUPER slow, but I will take that over no access
Thanks guys
Does anyone know how to access the backups on Google Drive without using Home Assistant? I cannot load HA, and I am thinking of reformating my NUC, reinstalling HA, and using the latest full backup. Is this a good idea? At this point, I am dead in the water.
Well... are you up for troubleshooting your install, or do you just want to blast over it w/ a restore? Either is fine... but I'd imagine you can get your current install working if you grab some logs and tell us what's going on w/ it.
You can just grab the tar files out of Google Drive directly on your own, you don't need HA to retrieve them
Yes, they are just files in your Google Drive account
Sign in to Google. Download them.
I'm ready for anything. My problem is that when I try to get into Home Assistant now, I get an error message NSUREError Domainβ1004. I have checked my network, and that is not the problem.
I have switched from VirtualBox to using virt-install instead however when it creates the domain I cannot connect to the console.
The command I used was https://pastebin.com/raw/2jMbzb7p
I found my backup on google and have a number of Full Backups. My last one was the day before it crashed 8/4/2024.
Did you do anything the day before it "crashed" that may have caused this? How are you accessing it to get that error, mobile app? Can you try from a desktop or at least a browser, if so? Are you attempting to access it via DuckDNS or any other proxy?
I tried to gain access from my desktop, iPhone, and the two iPads I have installed on the walls we use for the security system. I do not use DuckDNS.
I modified an automation, which should not have crashed the HA program.
Another ideas?
If HA is not running it doesn't matter what device you try. At this point you connect directly to it with a keyboard and monitor
Then you check logs
btw could you use a phone hotspot with a usb cable to install
cus that all i have rn
Probably not
help its boot looping
help with what? you'll need internet to set it up initially.
like its not even geting to the Waiting for the Home Assistant CLI to be ready
i did before
What am I doing wrong? I use Cloudflare Tunnel and it gives me 400: Bad Request. So I read the docs and found out that I need to configure my Home Assistant URL in Settings>System>Network. But unfortunately the subdomain I created that forwards to the ip:port of my HomeAssistant container doesn't work. I also don't really understand what the "Local network" toggle switch is for. Can someone help or provide the docs, because I haven't found anything specific
You probably need to configure use_x_forwarded_for and trusted_proxies in the http integration: https://www.home-assistant.io/integrations/http#trusted_proxies.
Check out your home-assistant.log file and it'll tell you
Ok ill check
The last log is this one
2024-08-06 19:09:19.315 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 192.168.1.100, but your HTTP integration is not set-up for reverse proxies
Yup, that's what you need to add as a trusted proxy if that's your tunnel host
Ok Imma do that, thanks for the help!
Do I have to add the integration? I can't find it and there is nothing mentioned
In my configuration.yaml file right?
Yup
Thanks, sorry for bug you again and again
I added this:
http:
use_x_forwarded_for: true
trusted_proxies:
- https://homeassistant.hoferlukas.org/ # Add the IP address of the proxy server
But it doesn't work
I'm sure I did something wrong here but don't know what
List of trusted proxies, consisting of IP addresses or networks
No FQDNs
What is a FQDNs?
A fully qualified domain name
So I have to provide the ip on which home assistant is currently running on
Not my domain
You have to provide the IP of the reverse proxy or a network range
For using HAOS add-ons it would be:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
But I don't use a reverse proxy i use tunnel
It is basically the same.
Hmm ok, where can I find the ip of the reverse proxy in cloudflare tunnel?
Can I just google that?
I literally gave you the correct IP range for HAOS add-ons
I'm assuming you are using the Cloudflared add-on for HAOS, right?
In that case you would have to find the IP address or network your container is talking from to HA.
In that case you can either whitelist the IP 192.168.1.100 or the complete IP range 192.168.1.0/24 (but that would whitelist all reverse proxies in the network).
i give up for now i think my sd card is bad so
Oh ok that puts an end to the suffering you had to endure. It works now, thanks! Sorry I'm still kind of a newbie to all of this
When I create the domain/vm using virt-install I cannot connect to the console, and there is no network connect.
The full command I used to install it was was https://pastebin.com/raw/2jMbzb7p
You might want to stick to the docs' command: https://www.home-assistant.io/installation/linux/#hypervisor-specific-configuration
virsh console <vm> in cli gives a console for sure
You have the wrong image. Kvm ends with qcow
\ive tried that also
Read the docs and virt manager. Thats how i installed it.
when it was setting up its now saying disconnedcted
how do i sent the log
send
wow i cant type
help
Im getting the error:
http://pastie.org/p/4ewT0JBfDX5OtociLJ8bpQ
should I modify /var/lib/swtpm-localca and give tss ownership? - THIS WORKED
try #installation-archived message i guess
i have the log how di i send it here tho
any one have any idea why my install on qnap in a container lets me access the home assistant webpage in the image iv attatched and not allow me to open the main webpage for it ?
oh cant send image
I do not understand, what you mean
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.
So once its installed it tells me to go to http://192.168.. and it takes me to a home assistant page that has developer tools at the bottem and overview - configeration etc but then in onbording it tells me to go to that link to access the full enviroment but it does not exsist
Click the 
Share the image of what you see
That QNAP image is incredibly outdated - I'm just curious how ancient
Hello fellow automators.
I have a #zigbee-archived SkyConnect dongle that shows me "unsupported firmware" in HA (when going to Hardware->SkyConnect->Configure->Zigbee)
Although Zigbee works well most of the time with most of the devices, i sometimes experience some issues with several smart switches.
I googled the problem to this comment:
https://github.com/home-assistant/core/issues/119101#issuecomment-2230562337
I would like to try this, but I can not manage to get an ssh session to a system having this "homeassistant" user.
I am using HA on a raspberry pi, newest version. Tried both available ssh plugins.
Can someone help me to execute this command in the correct shell?
0.65.6 π€£
- That's a version from 2018
- https://community.home-assistant.io/t/installation-on-containerstation-of-qnap/140335
oh looks like the qnap container has old version only haha dam
Not even old, ancient
lol dam maybe im better off running in on my windows 2022 server ?
Well... do you want to be able to follow the docs, and have stuff that works?
Or are you happy to be stuck in 2018?
π
Run HAOS in a VM on the server
Was 2018 such a bad year?
lol yup lets go with qnap is a fail and server 2022 hahaha
ok will do thx so much π
I kinda liked it, but HA back then...
So is windows server installation in the link you provided Windows or other systems?
Discussion about how to install Home Assistant (https://www.home-assistant.io/installation), and issues with the install itself. Make sure to mention which type of installation you have. If you're not sure of your installation method, check under Info in the System Health Card (https://my.home-assistant.io/redirect/info/)
So true thx so much for your help
I have run HA in a docker containers on a Pi, then a "retired laptop turned home server" with Linux on it, now moving it to a desktop with Linux as well. By using a volume to keep the config outside of the container, I can back it up easily, and move from one machine to another, even to different hardware architectures. I find the process and docs to be good.
my homeassistant fell off the network the other day, im presuming because my cats knocked the power supply to my pi slightly out of alignment in the plug
rebooting it ended up causing the homeassistant CLI not starting error
i have the SD card but since it doesnt, uh, work right now i've created a backup and am planning to copy the existing config to a new instalation manually
how do i A: troubleshoot the homeassistant CLI not starting error or B: copy the configuration from the backup
Hi i am new to Home Assistant, so excuse me if this sounds stupid. So today i set Home assistant up in a docker container everything worked until i needed to log in in my android phone, HA found the server but it just showed a black screen when pressed on it, i also tried on my laptop and i wouldnt connect there either. So what do i do now? Thank u in advance
how long should it take for it to prepar on a raspberry pi 3b
Hey, if anyone could help that would be great! I moved houses and with that came a new network setup and I cannot get HA going. I have flashed the SD with a fresh install and seem to still be running into issues. I am using a raspberry pi 4 that is wired to the router, but when it boots it is not accessible through homeassistant.local and does not show as a device on the router when I look at connected devices. It also seems the CLI is not loading and i get the message [WARN] Home assistant cli not starting. Jump into emergency console
if you have some troubleshooting steps that would be awesome or if you need more details please let me know. Thanks!
I hit another wall. I followed the instructions for installing Proxmox on an Intel NUC. Everything went well until I typed in the root and then the password. The display changed to root@pve :#. What does that mean?
A newbie challenge - seeking help
mine is still preparing for 2h now aaaaaaaa
What hardware? Can you connect a monitor and check ha supervisor logs -vf for progress/logs?
its a raspberry pi 3b
k i will do that
idk if its just beying slow but its not doing aneything
you'll need to reboot to get anything on the monitor
@quartz radish I converted your message into a file since it's above 15 lines :+1:
ok it did something
@quartz radish I converted your message into a file since it's above 15 lines :+1:
Your image to text converter is drunk but I'm the dizzy one.
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.
is it that bad lol
No but I can't trust anything it says.
i was just useing google lens
I'm not sure if it can recover from that issue. What SD Card is this?
idk
it says Stopping homeassistant application
ima just give it some time to see if its fixes its self
Can you take a picture of the SD Card you use?
yea
my homeassistant fell off the network the other day, im presuming because my cats knocked the power supply to my pi slightly out of alignment in the plug
rebooting it ended up causing the homeassistant CLI not starting error
i have the SD card but since it doesnt, uh, work right now i've created a backup and am planning to copy the existing config to a new instalation manually
how do i A: troubleshoot the homeassistant CLI not starting error or B: copy the configuration from the backup
Check journalctl -ru hassos-supervisor.service and journalctl -ru docker.service.
t'aint running
the homeassistant wont boot
That looks like quality. Not even a manufacturer. I would not use this.
You get into an emergency shell, right? Why are your backups on the same storage that you back up?
its working and im mostley just messing around was bored and wanted to do something
but thx for you help
But it causes errors before you even started with HA.
i did get into the emergency shell
and im asking cause the most recent backup i took and downloaded is out of date, most likely
im not entirely sure why its not in on my computer
These commands you can run in that emergency shell.
ok i will
If you want to extract the backup you have to plug the storage into your PC: #general-archived message
already done
One of the partitions (the biggest at the end) has a hassos-data label. In there should be a supervisor/backup directory.
got it
whats the naming scheme for the backups
transfering over overwrote the "date created" time so i cant tell which one is the most recent
I think it's just some characters.
darn
There's a backup.json inside of those archives with meta data.
k
i found around a week old
that is the most recent backup made
i'll do the commands you said eariler as well
Good idea.
Do we know when 2024.8 will be available?
See #announcements
40+ minutes ago.
Have you tried a docker compose pull?
what is this?
That's how you pull a new image when using the container install.
Images went live about 20 minutes ago
Unless you're in the dark ages and using docker run
How did you set up HA Container?
Unraid community store
Oh...
Yeah it adds a layer of confusion to everything lol
Check the Unraid docs and pray?
This looks dangerous. I think I'll just wait until unraid tells me theres an update lol
Im on 2024.7.4. Is this the last update before 2024.8?
Thank you good sir
hey everyone, im currently running HA in a VM on VMware Workstation 17 pro
i started having issues yesterday, and for the like of me couldnt figure out how to fix it,
which was these as i posted in the HA FB group
anyone notice any Deprecated Add-ons-like i had ZWave JS, File Editor, Mosquito (MQTT) installed and running . i cant reinstall them as they are no longer in the Add-on Storecurrently running HAOS 12.4 and Core ver: 7.4i first thought the code was being updated, had a notification saying it was deprecated but there wasnt any further actions, and the non beta update for august hasnt been released yeti tried restoring to a previous backup but that doesnt seem to fix the issue, and ive tried installing Zwave JS UI, and i get this msg:
Failed to install add-on
Can't install ghcr.io/hassio-addons/zwave-js-ui/amd64:3.9.2: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=3.9.2&fromImage=ghcr.io%2Fhassio-addons%2Fzwave-js-ui%2Famd64&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: TLS handshake timeout")
once an update for Supervisor was released (ver 8.0 ) i tried installing that to see if fix my current issues but now im having issues installing the update for supervisor
heres the log entry:
2024-08-06 10:50:51.638 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0: 404 Client Error for http+docker://localhost/v1.45/images/ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0/json: Not Found ("No such image: ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0")
2024-08-06 10:50:51.653 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0: 404 Client Error for http+docker://localhost/v1.45/images/ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0/json: Not Found ("No such image: ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0")
im currently running:
Core2024.7.4
Supervisor2024.06.2
Operating System12.4
Frontend20240710.0
That's odd. It sounds like you're having DNS issues or perhaps networking issues. None of those addons were deprecated.
any suggestions on how to fix this?
Well, first, did you change anything on your network recently? That's the first thing I would look at. Second would be to maybe completely restart your VM and see if the errors correct themselves.
or also the machine running the VMs
what am i looking for
there is not all that much in supervisor but there is a LOT in docker
but i will try cogneato's suggestion
no didnt change anything, and ive restarted the vm multiple times yesterday and today
discord is re-arranging things on me or something
confirm time/date are correct within the HA OS system, that the bridged network adapter in VMWare is assigned and being used as expected. Use ha network info in the HA OS terminal to view network settings and current DNS servers
Does home assistant need to be the only thing I run on my raspberry pi or can I run lets say pi hole as well on the same raspberry?
Depends on the installation method. I reocmmend the docker installation method if you want to have freedom like that.
So it would probably better to have two separate pi recommended?
No?
I'm getting a pi 5 for home assistant but also interested in pi hole.
I'm new to raspberry world
I don't really recommend pis. But if you do and want to run more than just HA I would recommend the docker way like I said.
docker.service pulled up quite a few identical errors: unable to spawn .\run: Exec format error
like literal dozens
Having multiple servers can be useful though.
Please share.
Context is important. I want to see all of the command's output.
are you sure
there are like 5 images worth of that error on my phone
it is quite unreadable
What I can tell you is that this is probably not worth the time to fix. I'd recommend a re-flash.
ye probably
i really wish it would stop doing stuff like this
thems all the errors
those exec format error I've pretty much only seen when you are trying to run an ARM binary on a x86 CPU or vise versa.
The reason it's not worth it is because the OS and container are managed by the supervisor. Containers are tagged with specific versions, steps depends on your device's arch, then you have to type a lot of commands and report back. The OS' CLI is also quite π© as you can't even change the keyboard layout.
i have no idea how that'd happen considering this HA was working perfectly 4 days ago
was there an update the night of august 5th perchance
What kind of storage do you use?
sd card
It could also be a corrupted files which could also create that error.
i restarted, checked ha network info, everything is good. im gonna try installing the supervisor update
my cat loosened the connector to the pi and it powered off
it is, to be honest, incredibly annoying there's no physical power button to engage a safe shutdown on the pi
that i know of
Nope still same issue
024-08-07 13:35:53.013 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.08.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/amd64-hassio-supervisor/manifests/2024.08.0": net/http: TLS handshake timeout")
2024-08-07 13:35:53.036 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.08.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/amd64-hassio-supervisor/manifests/2024.08.0": net/http: TLS handshake timeout")
although i noticed this in the logs
2024-08-07 13:31:45.349 WARNING (MainThread) [supervisor.jobs] 'HomeAssistantCore.update' blocked from execution, system is not healthy - supervisor
any suggestions on how to fix?
Not a fan of HA addons? If someone is new that sounds way easier
@feral pond you may want to consider using something like an external USB SSD enclosure instead of the SD card. Even if you get the best SD card on the market, they won't live forever, and it will be faster. Get an externally powered one too.
I've lost (due to corruption) probably 10 SD cards over the years on various pi's for various reasons.
No but I didn't say that.
I can't read most of that.
You can try something like that: #1228804362231349409 message
But like I said, I would just re-flash and restore a backup. SD Card failures are not uncommon.
so i did some more digging and noticed that i had a VM Snapshot that was dated before i started having the issues, i checked observer, everything is good, now attempting to install supervisor update
I'm trying to update but it takes ages. I think it stalls somewhere. Trying to update from 2024.7.2 to 2024.8.0.
Had this issue earlier and tried to update in increments but this does not seem to work anymore. Anything else I can try?
Have you checked the console while it's updating?
I'll login via ssh and update via command line and check. That's what you mean right?
Yup. That should allow you to see what's going on and if it actually stalls out.
would it be an issue trying to update supervisor from 2024.06.2 to 2024.08.0?
It says processing. With a few moving dots in front. But the dots stop moving after a few seconds
already reflashed
tried installing update, comes back with error in console/logs , dont know what else i can do as ive restarted HA and the machine running my HA VM and checked and rechecked my DNS Settings
2024-08-07 14:49:30.728 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.08.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/amd64-hassio-supervisor/manifests/2024.08.0": Get "https://ghcr.io/token?scope=repository%3Ahome-assistant%2Famd64-hassio-supervisor%3Apull&service=ghcr.io": local error: tls: bad record MAC")
Did you double check your date/time on the VM? That could be a root cause of TLS issues.
where would i look to check/ change the date and time
In the HA console, type in date and see what it returns.
Also, check the date/time on the VM host machine as well.
date in console shows
Wed Aug 7 15:01:24 PDT 2024
checked my host machine and the date and time are correct
I'm new to HA and noticed that a new update dropped. My question is about - in general, what updates should I blindly accept and which should I be paranoid about? I ask because I have a hunch that a Zigbee issue I saw may have been introduced in a more recent Z2M (not yet verified) so now I'm feeling cautious about finding the right combination of "stuff" that works together.
Should I always feel safe adding a new core?
I bet everyone has a slightly different opinion. But for me, a little wonkiness from time to time is fine. I like shiny toys. I find if I stay up to date that every once and while I will have an issue, but it's usually fixed very very quickly, so staying up to date also means I get the fixes fast.
But depending on how and who uses your setup I'm sure that changes everything.
And have good backups. And test them.
Good point... good backups. Does the backup state also include versions of add-ons or is it just current config details, yaml designs, etc.?
its only a partial backup π
thats in response to a problem i had earlier
alr, i have a clone of the SD card that was in my Pi but my most recent backup is out of date
the SD card is corrupted somewhere in the boot process btw, its unusable to boot
how can i pull those files over to a freshly flashed SD card
I can't update my home assistant. It seems to hang on updating. I tried updating in incremental steps that also didn't work. Trying to update from 2024.7.2 to 2024.8.0. When updating via CLI it just says processing and hangs. I run haos in a VM.
Anyone able to help me?
Hi, I installed home assistant on my raspberry pi over the offical raspberry pi flasher tool on my sd card and booted the device. Webinterface etc is working fine. But how can I activate ssh?
You can install one of the SSH add-ons. You might have to enable advanced mode in your user's profile settings to see them.
Thank you!
Unable to Install HACS. I'm trying to install Alarmo, which is not listed in the Home Assistant Community Add-ons section of Integrations. There was a suggestion on the web to download via terminal interface from GitHub & run (wget -O - https://get.hacs.xyz | bash -). The command executed, but I don't see HACS in the side panel (or anywhere else). Sorry for the dumb question. System info below.
Core 2024.8.0
Supervisor 2024.08.0
Operating System 12.4
Frontend 20240806.1
did you follow the rest of the instructions and restart HA and add the integration?
also, HACS has nothing to do with addons
addons and integrations are completely different
Alarmo is an integration:
Did you get this issues sorted? I am having a very similar issue... I documented my issue here. https://community.home-assistant.io/t/home-assistant-os-install-not-working/757503
If anyone thinks they can help please don't wait to respond! Thanks.
To RobC - yes, I restarted HA and also rebooted HA. I did not see how to add the integration.
you follow these instructions: https://hacs.xyz/docs/configuration/basic
RobC: Thank You. Works!! Very much appreciate it.
I have run HA as Docker and HAOS, ideally I want to run it as docker, but I am currently running HAOS, I noticed doing so it auto detected things much better out of the box than my docker installation did. I am currently only using esphome, advanced ssh/web and code server add-ons, I don't plan on using add-ons directly from HA if I can help it.
Is supervisor just for managing add-ons like these three? Is that all I would lose going back to docker?
Can I backup and restore to a docker installation easily?
Yes, you back up within HA, but you need to manually extract the backup into your config directory to restore a backup. That's another thing that Supervisor helps with
It also helps provide easy updates for HA itself, but that's straightforward to do in a container setup. I don't feel like I lose anything with a container installation
especially if you don't plan to use addons
If I use watchtower to update my docket containers will this pose problems with ha updates? I notice they are fairly slow with haos even on fast hardware. I auto update my dockers every week
The only problem is when you hit a breaking change and HA won't start
We generally recommend not to use Watchtower π
No
As a previous user stated check the date on ha and make sure the date is correct on the host machine I've tried that I went into the console typed in date and it comes back with the value of my current date and time I checked the same thing on my host machine it says the exact same time so they said it could be a DNS issue I've restarted my host machine and ha numerous times as well
Where do you check date? In the ha cli. Mine just says date is not an option inside the ha cli. Is there any chance that it could be a server side error?
Hey all, I'm new to Home Assistant and trying to run it for the first time on a Raspberry Pi 3 Model B. I'm getting this during installation, has anyone seen this before?
supervisor.resolution.fixup] System autofix complete
[supervisor.host.services] Updating service information
[supervisor.host.network] Updating local network information
[supervisor.host.sound] Updating PulseAudio information
[supervisor.host.manager] Host information reload completed
[supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.8.0: 404 Client Error for http+docker://localhost/v1.45/images/ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.8.0/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.8.0")
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec```
Please check ha host logs. This issue often occur due do DNS problems. The host log should be a bit more verbose.
Is ethernet connected?
You can't. At least not right now. You need a keyboard and monitor.
Damn, that's going to be cumbersome haha
It prompted me to download the full logs on the local ui, is that what you're looking for?
Yeah I suggested SSH to be enabled by default before. You can try. I think these are just supervisor logs which might not contain the information I'm looking for.
Yeah I can't see the docker error cause there. That invalid escape sequence error is interesting.
It seems like it could download other things fine.
Yeah, this is my second attempt on it
I saw some other people here have had this issue and their fixes were various network configurations
I just moved into my new apartment so my network was just setup yesterday
Are there any settings that are important?
I don't think so. Problems usually arise if you do something special like blocking DNS or have strange/complicated networking setups.
I can hook up a keyboard and monitor then to run that command, does it rely on ethernet?
No.
My router is in a very inconvenient spot for a keyboard and monitor haha
Alright, I'll get back to you soon
Yeah mine too. Switches and long cables help so you can put the server in a more convenient spot.
Sent you a DM of the output
Unless it contains personal data share it here for all to see and help with.
I can't upload images
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.
Ah. That's just 1 second worth of log.
I'm not sure how to get the full log if I can't ssh
You can enter login into the CLI.
You can then use journalctl and scroll down.
There are ways to limit logs to a specific time frame but I can't trust if the time in the supervisor logs is correct.
Unfortunately I don't think I'll have time to do this at the moment, the only monitor I was able to use is in use by someone else now
I did also realize the setup recommends a power supply, I'm using a simple 5v power brick, would that cause the issue?
If you have some time you can use something like journalctl --since "1 hour ago".
I'll probably just retry tomorrow if I get the time after work, I'll send another message here if I get to
Thank you for the time regardless
There's differences between a charger and a power supply but most use it interchangeably it seems.
Pis can be very power sensitive and should log if the power was insufficient. If that would cause this issue I don't know but I haven't seen the real issue yet, just a symptom.
I Was able to verify the date is correct and that is not causing the issue
No, do you have the advanced and web terminal add-on? If so use that to type in ha>date that's how I was able to get the date and time from HA
The HA CLI has no date command: https://i.imgur.com/U1ycW6f.png
I am haveing the same issue as a few others on this forum. It has to do with the install not working with ghcr.io https://imgur.com/a/rUsAwDj Can someone confirm that my issues does not have to do with dns if i can ping it?
To get the date from the ha cli use the login command then use date.
I dont have any addons since I am still just struggling to get HA OS installed
then use the method the @raven forge mentioned eariler " To get the date from the ha cli use the login command then use date."
As far as i know the date is correct
My main issue is this...
2024-08-08 17:01:08.461 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.08.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/amd64-hassio-supervisor/manifests/2024.08.0": net/http: TLS handshake timeout")
2024-08-08 17:01:08.482 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.08.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/amd64-hassio-supervisor/manifests/2024.08.0": net/http: TLS handshake timeout")
I know but ha > was mentioned which is the HA CLI prompt.
I know my DNS settings are correct & I checked the date and time in home assistant and on my host machine running the VM for home assistant
What virtulization platform are you using? Is this a new install?
I'm using VMware Workstation 17 Pro and this is not a new install
Ive had HA running on this platform for several months, before that was on a RasPi
looks like a firewall type issue taking to the docker registry for image ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0
Is your internet slow, or that hostname blocked, or something like that? I can pull the image fine on my local:
β― docker pull ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0
2024.08.0: Pulling from home-assistant/amd64-hassio-supervisor
ec99f8b99825: Pull complete
646e6dcaa5b7: Pull complete
73e1eb350c1a: Pull complete
...
Let me run a speed test, and check my host machine firewall settings
Although whenever I started having issues with the update the other day, I was able to do a fresh install on my old RasPi and it itself is not seeming to have an issue with installing the update as the supervisor is updated and I just updated HA core
Well I can confirm it's not slow internet as my current download speed is over 250 Mbps. So I know that the raspi didn't have any issues downloading the core update so so that leaves me with a firewall issue
has HA failed to get an IP address or something? Can you login to console, then dry docker commands directly?
I just restarted the the VM, there was no errors during startup for an IP address. Waited for the CLI supervisor system information shows I have an IP address and my ha url and observer URL
I did pull up the Observer URL supervisor shows it's connected supported is supported healthy shows unhealthy and it's for the supervisor
Which I already know that there's an issue with the supervisor as the reason why it's not wanting to update
https://imgur.com/a/8FO6Qss I am unable to pull the docker container in the home assistant cli. I would kinda expect this otherwise it would already be working. Could this have anything to do with my mtu or what can I or should I try to change before I go completely insane trying this over and over.
what's the issue with supervisor? maybe it can point to some underlying problem?
docker logs hassio_supervisor
I can pull hello-world
I vaguely recall other people having similar issue. Let me search
Hmm, could it be ipv6 problem?
What does "ha resolution info" say?
Pulled from supervisor logs
2024-08-08 18:18:32.961 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.08.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: TLS handshake timeout")
2024-08-08 18:18:32.962 INFO (MainThread) [supervisor.resolution.module] Create new issue update_failed - supervisor / None
2024-08-08 18:18:33.026 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.08.0: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.08.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: TLS handshake timeout")
2024-08-08 18:18:33.026 CRITICAL (MainThread) [supervisor.core] Can't update Supervisor! This will break some Add-ons or affect future versions of Home Assistant!
what does 'network info' show in your ha cli?
mine or @cosmic coyote 's
I'm getting you two cross-wired: similar problems.
I'll stick with you for now.
sec a sec, I'll connect to a big screen, my eyes too old for laptop
Maybe a chat/screenshare would be easier?
My guess for both of you is probably DNS
@zealous galleon what is the error with current supervisor? maybe docker image is corrupt, might need to be rmi
Hmm, maybe we can try disabling ipv6
but that's a local-link address anyway
Hmmm, is your VM bridged or NAT in your vmware? It should totally be bridged.
Check that
Vm is set to bridged
and 10.0.0.6 is a valid address on your lan?
what does 'ha network info' say? in particular DNS
faster faster bro
maybe try setting your dns to 8.8.8.8 (google) in case your router DNS has bad cache or something.
or maybe try just restarting docker first: "login" (to get a command prompt) then "systemctl restart docker"
Okay I will try restarting Docker and then change my DNS to what you had said
I tried that command after doing what you had said and it comes back with a unknown command error
dude, let's do screen share, will be much faster (assuming you speak english ok)
Okay what method of screen share would you like to use
I think discord has some? Let me see, might need to temporarily add you as friend
Okay
ive added you, you should have a notification or something
]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
Cat or bot?
Their other posts are more normal
π
There is a cat issue indeed:
h-for-bp β 07.08.2024 22:31
my cat loosened the connector to the pi and it powered off
Did you get the issue sorted? What was the problem? I still have a similar issue
My HA VM keeps crashing. Does anyone know what this mean? Its happening at least once a day. ochi-pci bad entry https://imgur.com/a/1RMCLFV
Are you passing through any usb devices?
Yes 3 things but they have been used for the last 10 months with no problems
Well looks like one may be
Any idea what to look for then to see whats wrong? Its crashes HA so I dont really see any logs or anything. Im running a zooz zwave stick, zigbee stick and a UPS through USB passthrough
The log file for the previous run of HA is in the config directory ending with a 1
sorry where is that directory?
The config directory is where all your home assistant configuration files are
How do you edit files?
ooooo i see now. I have home-assistant.log and log.1 and log.fault
Yes
ok so the .1 should show the very last thing that was logged before it crashed then. Ill have to wait till it crashes again because I already rebooted it 20 minutes ago for something else
Hey guys, i cant update my HA Core to 2024.8: "ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.8.0: 404 Client Error for http+docker://localhost/v1.45/images/ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.8.0/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.8.0")"
Any ideas?
Hi
how can i know if i have and uefi bios ?
I try to install HAOS on this : https://www.amazon.fr/dp/B0C1ZPND7K?ref=ppx_yo2ov_dt_b_product_details
Good Morning all, ran an update on my HA Green and everything is gone. Only had it for about 2 weeks now, and never took a snapshot/backup.
Currently saying this:
Recovery Mode activated and failed to recover logs
https://imgur.com/XFKTErm
Any ideas?
Just shut down and restarted the system and the log shows the following: Any ideas how to recover???
https://imgur.com/a/6b9kMaM
Remove the server_host option from the http section of the configuration.yaml.
sorry how
Oky I'm in there now...
This is what I see in there...(don't see the problem).
https://imgur.com/a/6b9kMaM
Remove everything below scene:
That stuff is a card config and nothing for the configuration.yaml
Restart HA
You cannot backup directly to a USB. You can either use network storage or download the backup with your browser
ok i'll download to my pc and then to a usb as an additional copy
do you recommend every week or depending upon how much i add to the system
I personally have daily backups to a network storage. But in the end it should be enough to do backups before updates or after some significant progress you don't want to loose. The backup frequency is pretty much personal preference.
ok ty again Jorg
I have this same issue but i freshly installed home assistant today on a raspberry pi 3 model b
That sounds like a network problem. Either no internet connection or DNS issues.
Well i have it connected via ethernet
I'll try rebooting the cli to see if that works if possible
Oh it just started
After failing to install it retried then worked
i changed nothing, just clicked again and it now works. Seems like an global issue. I used google DNS.
Did someone know why i get this error on first start ?
[WARN] Home Assistant CLI not starting! Jump into emergency console...
How long has it been? Have you used a browser to reach the setup page?
nop but it's fix now, he dont like to start on wifi i mean
Hey everybody, I'm brand new
I have a crapton of Kasa devices but they have not all been detected, and I cannot add them. The "Add Device" selection doesn't appear to have the proper Kasa integration. Any suggestions?
@keen coral Add the kasa integration? It's called "TP-Link Smart Home"
(and does both Kasa and Tapo)
I still have both, and am using tp-link tapo integration. Didn't know the other could support both?
Hmmm a couple of my devices have fallen off in the last 24 hours. Maybe since OS upgrade.
Ah no, that was me, mucking with DNS while I helped some guy
hello, i tried installing via kvm-image https://www.home-assistant.io/installation/linux#install-home-assistant-operating-system does the system need an internet connection when being installed? When i try "ha" in the VM it tells me the cli-container is not running
Yes.
can someone add "Working internet connection" to the "Minimum recommended assignments:" maybe?
Scroll to the bottom. You can do that yourself.
Back to my issue here. I think it is something with dns. I have a pihole instance between me and the public dns servers. I disabled blocking and ran a few install attempts and all of them failed. I think I found an issue. In my pihole instance I can see the querys to the dns servers. You will find in the immage a query fulfulled by dns.sse.cisco.com, the box beside it says nodata. I tried cloudflare dns. I tried google dns all reply the same nodata. I expect this is a problem if a dns server is returning no data but I am not a professional. https://imgur.com/a/AXi4ncs
Sometimes the dns will return an ip but most times it is no data. Pihole will cache whatever it returns first, which is normally nodata and then pihole fullfills that by itself. Is there some reason for this?
This behaviour can be changed in Pi-hole / dnsmasquerade. You can also extend / reduce TTL.
it seems to not have a quad a(ipv6) record, you on a ipv6 only connection?
I just blew away a proxmox7 install and want to go home assistant bair metal. Proxmox was on zfs with 6 drives. Seing debian12 has no easy support for root on zfs... does anyone have any suggestions for how i can get that zfs software like redundancy for a bair metal homeassitant install?
No. Not supported as fas as I know. Why switch from running it as a VM?
Splitting a gpu between multiple vms isn't cheap where i could run HA with frigate and plex in containers all using that gpu at leaset thats my plan
why not just run frigate in a container..
But giving the GPU to the HAOS VM would have exactly the same behavior as bare-metal? HAOS has no installer to create a RAID.
i just run all the stuff that potentialy needs to access the gpu as lxc containers in proxmox
Hi all, had a question regarding my router... my ISP is offering a wifi 7 router to upgrade from wifi5/6 and i am tempeted to take it - however i am concered about the smart home devices.
if i make the swap to the new router, do i have to repair all my smart home devices (i have atleast 40+ devices and i am concerned).. i read on reddit setting up the same SSID name with the same password and same Authentification (WPA2/WPA3 / etc....) should help ? can anyone confirm pls ?
How your devices connect to your WiFi network has nothing to do with HA
And yes, if you simply use the same SSID and authentication and password, the devices won't know the difference
Any 'pairing' that you do for WiFi devices isn't affected at all by how they connect to your home network
The only consideration is if you're referencing them by IP address when you configured them in HA and you end up with a different one with your new equipment. But that depends on what is handing out addresses in your network, whether you've used address reservations (which you would need to redo), or if they just use mDNS and HA will just find them again
Hey, any resolution on this issue? I have the same problem, I've tried to change the dns to 8.8.8.8 throught multiple ways "dns options servers dns://8.8.8.8" and this somewhat obscure post https://community.home-assistant.io/t/solution-to-a-hanged-preparing-home-installation-screen-during-new-install-on-a-raspberry-pi-4-dns-fix/273803.
I've removed the pi-hole dns from my network back to default. and still getting "[supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2024.8.1: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.8.1&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")"
weirdly, I can ping www.google.com fine, but www.github.com doesn't work :, I can get it to ping by changing /etc/resolv.conf to namespace 1.1.1.1 instead of 10.0.0.1 but it changes back on reboot and after a while when supervisor.resolution module resets everything even if dns --fallback=false.
Tried it again once more and just waited and finally got the create home page!
using proxmox vs
I have that already, but the behavior is as I mentioned. So I am gathering MAC addresses and going into my router to match them in order to get the IP addresses and add them. It's very tedious, that's why I am asking if there is a better way.
You can use arp to watch for hosts on your lan
care to elaborate how to do that please?
I added them by name. My router/dhcp server adds this to local dns
I donβt know on windows. On Mac run βarp -aβ at terminal
Itβs a command that dumps all the ethernet hosts your pc has seen recently
I'm sorry I think I got the posts confused, this is for the kasa integration. I'm talking about the error 500 .
Hello there, im trying to install haos on a rpi3 Model B+. its stuck in the installation ui... can anyone help me figure out whats wrong? i cannot see anything in the logs :/ https://pastebin.com/J9NT3VWt
allright.. thanks a lot
how do i make host and guest share one dhcp reservation netplan kvm
Hi Everyone ! i might need some help π , since the last update of HA in 2024.8.1 , my HA was not accessible , and i tried to reboot it and it goes down to welcome to HA OS , when i try ha to access it , it says :"error response from daemon : no such container : hassio_cli".
Re-flash and restore is probably the easiest: #installation-archived message
i feel silly saying this , but i have never restored a backup from HA , i have all my backup (made by the one drive integration) , i have a backup from last day , my VM is running on my freebox ultra , how do i proceed to do that please ?
Do you have VM snapshots/backups?
It's basically installing HAOS the same you you did at the start and then upload the backup during the onboarding.
i have this kind of backups
hass_backup_2024-08-10-11-00
its .tar
i'm trying reinstalling and restoring backups
is it normal that for a 88 mb save the onboarding get stuck on restoring a save for a long time ?
i ave a partial answer , after updating to 2024.8.1 , my installation was unable to reboot and i had to reinstall completely HA , in order for my backup to beging restoration i had to take the HA OS 12.4 , latest seems bugging when trying to restore
now in 12.4 the restoration is ongoing
restore is complete ! i can confirm that in 12.4 its working well
@barren spire thanks for sharing that just saved me
I am not super knowledgeable on ipv6 but i think i am using ipv4 mainly
Can you explain more? What should be changed?
Google dnsmasq and also in cli: man dnsmasq => -N , --no-negcache
use-stale-cache=6
max-cache-ttl=3600
min-cache-ttl=6
Hmmm, is anyone else struggling with the latest Core update? Running my HA on a PI and its been fine but he latest Core 2024.8.1 seems to crash on install. Once the pi recovers , it stays at 2024.7.4 for core. Trying to see if logs are showing anything
Hi, in my config dir I have the following files:
.exports
.jwt_secret
.timeline
.vacuum
Are these used by Core or can the be deleted?
Hello. Is anyone else having this issue? Is someone available to walk me through some steps of diagnosis. I have tried almost everthing I can think of.
I need to implement a backup solution before it bites me. I found a blog from last June: https://www.derekseaman.com/2023/06/home-assistant-the-ultimate-backup-guide.html
Is this still the latest thinking or do you have a newer reference? π Thanks in advance.
This would absolutely work
I like the HACS integration Auto Backup which manages versioning and everything for you
Hello, i'm trying to install a sonoff zigbee P receiver in a virtual machine (using linux) . The receiver gets recognized automatically but every time i try to configure it (manually or automatically), the virtual machine freezes and needs to be force closed. I even tried reflashing the stick with a newer firmware (i think) and i succesfully updated it using a python script (the original flasher would fail during the initial flashing procedure) . Tried another Linux os and using a brand new haos image with no luck... everything freezes during the configuration . Eventually how can I see the logs in the haos cli or somewhere else before the vm freezes? (After reboot i can't find it anymore)
[supervisor.store.git] Can't clone https://github.com/music-assistant/home-assistant-addon repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/music-assistant/home-assistant-addon /data/addons/git/d5369777
stderr: 'Cloning into '/data/addons/git/d5369777'...
fatal: unable to access 'https://github.com/music-assistant/home-assistant-addon/': Could not resolve host: github.com
'.
[supervisor.store] Can't retrieve data from https://github.com/music-assistant/home-assistant-addon due to
how to fixx it?
i using pi4B
What does ha network info say?
How is the device connected to the internet?
yes
but i not using monitor screen
That answers neither of the two questions.
How is the device connected to the internet?
yes
Hello, i have a question about Zigbee and the Aqara Zigbee Temperature and Humidity meters. I have added these neatly in Home Assistant, but after a few days some meters fail and no more information is transmitted to HA.
I have linked the Aqara meters via Zigbee Home Automation and a Conbee II USB stick. They are 9 devices of which 5 are now offline. I have also changed the batteries of the Aqara devices before. I have been having issues with this for some time.
Does anyone have any suggestions on how I can fix this?
You wanted #zigbee-archived
No, that's a channel π
Go to the #zigbee-archived channel for questions about Zigbee
Discord doesn't have hashtags
OK sorry I don't often use discord, thanks for your reply!
Is HAOS built on 32bit? Just noticed my vm with 4GB assigned never (ever) consumes more than 3.145 GB of ram. My deployment isn't a "fresh" or simple install. (Sorry Discord will not let me attach a pic of mhy esxi usage)
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.
I think it depends on the build. Check usage directly inside the VM with the glances addon.
You can also check getconf LONG_BIT and uname -m.
Hey guys, new kid on the block here π!
I just bought Home Assistant Green and can't seem to get the OS to set up. The error log gives me a couple of errors which I don't know how to fix.
I follow a link that is provided for further instructions but it tells me to run D-Bus. What the heck is that and I how do I run it π€£? Any help would be appreciated. Thanks in advance!
Do the reset procedure
https://green.home-assistant.io/guides/reset/
Sweet, I'll give it a go and report back. Thanks for your help!
Again Is anyone still having issues with not being able to pull the docker immage from ghcr.io on Home assistant os install? https://community.home-assistant.io/t/home-assistant-os-install-not-working/757503/4
I'm also having problems with the docker install. But in my case there does not seems to be any error whatsoever
docker log just shows a few entries of services starting and then it just stops, and nothing happens
Is there a better live-OS to try using for installing Home Assistant OS from?
I tried live booting Ubuntu Desktop 24.04 and 22.04 from a USB stick but neither one allows restoring a disk image to the internal SSD, giving an error unmounting the filesystem
ah, I just didn't go back far enough! I tried again with an older Ubuntu 20.04 live OS and that version does work. Maybe this could be added to the install guide?
https://www.home-assistant.io/installation/generic-x86-64
If anyone else has the same issue, with todays update of the HA operating system, ran the core update afterwards and all went well. No idea what the issue was.
Hello there:
I am trying to get days and month displayed in a card and setup a template for it. need some help if this is formatted correctly
this is the snsor i added under sensors in the config
- platform: template
sensors:
day:
values_template: "{{ ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'][now().weekday()] }}"
date:
values_template: "{% set month = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', Sept', 'Oct', 'Nov', 'Dec'] %} {{ now().day | string + ' ' + months| now().month]}}"
'''
this is what i am using to display under a custom label
label: |
[[[
return states['sensor.day'].state + ", " + states[sensor.date].state
]]]
Discussion about how to install Home Assistant (https://www.home-assistant.io/installation), and issues with the install itself. Make sure to mention which type of installation you have. If you're not sure of your installation method, check under Info in the System Health Card (https://my.home-assistant.io/redirect/info/)
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
#templates-archived can help with the templates, and #frontend-archived with the card
ZIGBEE DONGLE freezes haos virtual machine during configuration: how i fixed it
After trying different linux distro, flashing firmware and using a clean haos image i fixed pairing (and creating the zha network) the dongle in a virtual machine in WINDOWS 11 and cloning the vm (haos image and config) in my linux os (note: you'll need to manually set the disk location using a text editor. You'll need to edit "haos. vbox" and "haos .vbox-prev" in the virtual machine folder. It's easy) . I don't know if these files are 100% required but after days of trying i finally succeded using this method and i won't try other methods!
Btw: NEVER again. Next time i'll have a small problem i'll simply use windows 11 and stop caring!
hi @bright hill . At the end what was the issue ? what fixed it ? what's the current setup ?
I bought a ZBT-1 and in windows it shows in device manager as "homeassistant connect ZBT-1"
Ive added the usb device to the virtual machine as "Nabu Casa home assistant connect zbt-1"
but in home assistant it doesnt show up in settings> system> hardware
what am i doing wrong?
So I've been at it for 2 days no and no luck. Docker installation was working flawlesly for me on windows but I'm having no luck on Debian or Ubuntu
This is all docker logs show:
2024-08-14 16:17:50 homeassistant2 | s6-rc: info: service s6rc-oneshot-runner: starting
2024-08-14 16:17:50 homeassistant2 | s6-rc: info: service s6rc-oneshot-runner successfully started
2024-08-14 16:17:50 homeassistant2 | s6-rc: info: service fix-attrs: starting
2024-08-14 16:17:50 homeassistant2 | s6-rc: info: service fix-attrs successfully started
2024-08-14 16:17:50 homeassistant2 | s6-rc: info: service legacy-cont-init: starting
2024-08-14 16:17:50 homeassistant2 | s6-rc: info: service legacy-cont-init successfully started
2024-08-14 16:17:50 homeassistant2 | s6-rc: info: service legacy-services: starting
2024-08-14 16:17:50 homeassistant2 | services-up: info: copying legacy longrun home-assistant (no readiness notification)
2024-08-14 16:17:51 homeassistant2 | s6-rc: info: service legacy-services successfully started
Anyone have any idea whatsoever? Manually loging into docker container and running hass also does nothing.
Wanted to let you know your solution worked! Thanks for your help π«‘
So I've been at it for 2 days no and no
can someone help me im new to home assistant. if i run home assistant from VM it runs perfectly. but when i try to run from my rpi 3+ it says installation failed no supervisor internet connection. please i need help
[supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
Hi guys, After a bit of help
so I tried adding the home connect intergration and put the wrong id in when i first opened it. when I reopened it I couldn't change it so I tried editing the /homeassistant/.storage/application_credentials file. Well made a mistake and got the following error
- Storage corruption detected for
application_credentials
TheΒ application_credentialsΒ storage could not be parsed and has been renamed toΒ /config/.storage/application_credentials.corrupt.2024-08-15T07:36:16.554660+00:00Β to allow Home Assistant to continue.
A defaultΒ application_credentialsΒ may have been created automatically.
If you made manual edits to the storage file, fix any syntax errors inΒ /config/.storage/application_credentials.corrupt.2024-08-15T07:36:16.554660+00:00, restore the file to the original pathΒ /config/.storage/application_credentials, and restart Home Assistant. Otherwise, restore the system from a backup.
Click SUBMIT below to confirm you have repaired the file or restored from a backup.
The exact error was: Error while loading /config/.storage/application_credentials: trailing comma is not allowed: line 20 column 8 (char 803)
- When I went to renamed file it was blank. When I restore from a backup I dont seem to get my orginal file back
Can I open the backed application_credentials file to cope and paste back in?
You know that you're supposed to manage that in the UI?
Open your Home Assistant instance and Manage your application credentials
If you're touching files in .storage/ then you'd better ensure you've a working backup
The backup will have the original file though
I restored from back up but it didnt seem to bring back the original files.
I have sorted it now there was only two google related things that I had to redo.
Thanks
No i didn't but do now. Cheers
The rule of thumb is never touch files in .storage
Roger, I didn't find the ui shortcut you sent so thought I would go searching lol
While you are there if I want to migrate from my Pi5 to a old laptop running Ubuntu is it as easy as install HA and the restoring from a backup file?
Yes
Can anyone help me connect my Shelly iOS app to the Shelly Plus H&T device? I've been using it for about a year, I changed my wifi password and it now seems like I need a PhD in Quantum Physics to be able to connect the device w/ the iPhone app...After watching a dozen YT videos by some helpful folk, I can claim I'm an expert in resetting it, connecting to the device's web interface, even managed to manually enter the wifi password, update the firmware, etc.
I've since gone back to the iOS app, found the device through the bluetooth option and...it was to no avail.
#integrations-archived can help there assuming you're using Home Assistant
Hi, I have a Rpi5 with HA installed, only issue is I loose connection after it is powered on for like 1 hour. Rpi stays visible in the network, also I can ping the IP. But I cant connect to the :8123 portal. After power off, wait 3 mins, power on, then 192.168.1.246:8123 works again. Any Idea?
Can you connect a keyboard and monitor?
with some effort, Ill search for some cables etc.
If not can you set up the SSH add-on https://www.home-assistant.io/common-tasks/os/#installing-and-using-the-ssh-add-on
SSH terminal is installed and running
Next time it fails see if your SSH client can connect
(which means you need to set that up fully, not just use it in the sidebar)
I need Putty or somehting on my currnt Windows PC
i have set a password in the config setting, and port 22
still issues with connecting Putty in my PC
What are they? Help us help you
oh, it works
I have connection
welcome to the homeassistant command line
ok, now ill wait till my HA is again not showing the portal anymore π
ok, no Chrome browser connection to HA
Can you SSH?
Putty, also no connection
ping no response
Reply from 192.168.1.164: Destination host unreachable.
Then it's keyboard/monitor time
Rpi visible in mesh router, 5G wifi is great, IP is assigned. I will asap connect mouse,keyboard, but have to switch to my PC view to reply here on discord π
No one to help?
Pi3b+
I tried both wifi and ethernet
Even i reinstalled os 3 times
Always same problem.. i tried network info on cli
Its says
supervisor internet false
Have you tried another OS? To rule out problems with hardware
Also have you tried an older HAOS, in case of bugs there?
Nah i didnt try older os..
But my hardware is fine cz i used generic rpi os and everything is fine
Try HAOS 12.2
Ok
I wil do it r8 now
Hi, I am trying to install home assistant for the first time on a raspberry pi 4. I got to the "preparing assistant" page but I am getting the following error and cannot figure out why. Could someone help pls? (also, i hope i am writing in the correct channel π )
[supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi4-64-homeassistant with tag 2024.8.1.
[supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.8.1: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.8.1&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi4-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/raspberrypi4-64-homeassistant/manifests/2024.8.1": Get "https://ghcr.io/token?scope=repository%3Ahome-assistant%2Fraspberrypi4-64-homeassistant%3Apull&service=ghcr.io": context deadline exceeded")
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec```
Please share ha network info if possible.
@slow linden I converted your message into a file since it's above 15 lines :+1:
Can you try docker pull ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.8.1?
I need to send pic. I cant copy from terminal
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.
I saw that earlier already.
You should see ipv4 and ipv6 addresses there
I got the ip and i can go in the webpage. Im new so dont mind. But how to add local network?
You can reach the ha webpage using ip?
Sorry, I confused you with someone else.
Do you have multiple installations running?
Nope
Because this one in your screenshot should not be reachable
What do you mean "you can go in the webpage"?
I may be misunderstanding
I mean 192.168.0.130:8123
Here its saying error installing home assistant
Logs saying no supervisor internet connection
Hey guys I am having an issue while installing HA yellow: it get's stuck while copying the OS image. I was able to screen the installation and I got something like "Could not resolve host: github.com" And that is why it got stuck. ha CLI is not available yet so I cannot updte DNS. Any suggestions?
That address should be appearing in your screenshot, but it isn't. I would reboot this and see what happens
The banner page should look like this when it has a local address
That is missing from yours, and also missing from the network info command
I got this banner page
After i command ha net info it goes upward thats why you cant see it
oh I just saw the full image...I see now. Another interface
Yeah
Just run ha banner to get it again.
imgur doesn't work well on my phone when I try to zoom in, sorry
Yeah it came back
But why i need this page?
I got the ip and i can go in my browser. In the webpage saying error installing home assistant
Demand direct links π
You might be able to enable a force zoom mode in your browser's accessability options.
try su restart
I thought I was out of some meme loop until that edit π
Sorry. I type even worse than usual on mobile.
It's more like I touch the image or try to zoom and it gets replaced by an ad
Oh that. Yeah and back doesn't work either.
yeah
@spark acorn try su restart and then give it some time...couple minutes...then use network info again
I'm trying to get HAOS 13 on x86_64 to install, but it will not boot. Is my grub correct? setparams 'Slot A (OK=1 TRY=2)'
linux (${boothd},gpt2)/bzImage root=PARTUUID=8c3d53e3-6d49-4c38-8349-af
f6859e82fd $default_cmdline $cmdline rauc.slot=A
Tried brother same problem
Supervisor _internet: false
What do you see during boot?
It just says booting slot a and nothing happens and just have a blank screen. Also I've tried booting slot B and B says unknown file system.
What hardware is this running on?
Supervisor internet
slot b would not have anything on a new install
AtomMan X7 Ti with a Intel Ultra 9 processor 185H
I would expect this to behave different if Secure Boot were active but see if it's disabled.
I'd like you to boot ubuntu again and show me the output of this: #installation-archived message
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
Hi, I am trying to install home assistant for the first time on a raspberry pi 4. I got to the "preparing assistant" page but I am getting the following error and cannot figure out why.
[supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi4-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.8.1
[supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi4-64-homeassistant with tag 2024.8.1.
[supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.8.1: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.8.1&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi4-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/raspberrypi4-64-homeassistant/manifests/2024.8.1": Get "https://ghcr.io/token?scope=repository%3Ahome-assistant%2Fraspberrypi4-64-homeassistant%3Apull&service=ghcr.io": context deadline exceeded")
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
@raven forge tried to help me here (#installation-archived message) but we were not able to figure it out
Anyone else has some ideas how to solve the issue? π
context deadline exceeded would mean the server didnt answer to the https request. so either some sort of problem with the registry server, your internet connection or some sort of firewall filters the connection
log into the console using the login command and run nslookup ghcr.io
There's some outputs of that in the thread they linked: https://discord.com/channels/330944238910963714/1273697746963922996
Here to be specific: #1273697746963922996 message
can you open that in your browser?
ghcr.io? it redirects me to https://github.com/features/packages which opens normally
odd. does your computer use a different connection to the internet than the pi?
same router, just pi is connected via cable whereas the computer uses wifi
is this like a std isp router? and there are not extra firewall rules or something for the ip address used by the pi?
the router is Comtrend WR-5804, not sure if that answers your question
but i don't have any firewall rules or ip filtering setup
i went through all the router settings earlier today and i didn't find anything suspicious there π¦
and i can see the pi there just like all other devices, so from the point of view of the router it should be functioning normally
looks like it has 2 lan ports, tried the other one? or do you have a different cable to test?
i tried a different cable but not the other port, i can try that
tried the other port - no change, still the same issue
on the router what speed does it show for the pi? from the manual it looks like it shows the negotiated ethernet speed on the mainpage
it does not show speeds anywhere unfortunately π¦
but I am getting cca 800 Mbps on my computer via the ookla speed test
My guess there is an issue with ipv6 because the ha resolution info command gives this error
https://www.home-assistant.io/more-info/unsupported/dns_server/#dns_server_ipv6_error
But I don't even know if it is a good guess or not - maybe it is nonsense π at any rate, i have no idea how to resolve it if it were so - the suggested dig commands do not work
#installation-archived message
Not necessarily related but might be interesting.
what do you mean by do not work?
The console does not recognize the dig command
you could try ovveriding the dns server your router gives it and see if that resolves the problem.
https://pastebin.com/YvUqDH9r
Any idea what happened here ? First installation
Home Assistant Drive Not Booting After Restart - Need Help with Recovery
Anyone ? ._.
whats the problem?
i posted a log.. I wrote the image to a USB stick, stuck it into my Rpi 3 b+ and ran it. After connecting to homeassistant.local:8123 it tells me "Error installing Home Assistant" and throws that log file
looks like it has no internet or something
its connected through lan cable to my router and im accessing it on another pc, its definenately in my network.. why shouldnt it have internet access ? Router is not blocking it
as the rpi has no rtc id guess it has a wrong date/time and somehow fails to update it via ntp
How can i fix that ?
you can check on the console what time/date it has
type login on the ha console
then date
k, im restarting the pi rn, give me a sec
how do i fix the date if its broken ?
not say that it is rn, its still booting, but if it is ? π
"... waiting for the homeassistant CLI to be ready" rn
date IS actually wrong.. It says Friday 0:50 PM,im in germany its 2 in the morning
Console tells me also:
"Error: System is not ready with state: Setup"
Any idea here?
date -s "yyyy-mm-dd hh:mm:ss" obviously replace with the correct date time values. but if its not in a different month or something it shouldnt really be a problem i think
it says its august, so thats fine
you can check if you can have internet by running ping 8.8.8.8 or something
8.8.8.8 is alive!
So internet is there ? oO
yeah
Doesnt help the problem tho xD
ran supervisor repair and it fixed the state: Setup thing... now its showing me the IPs and stuff
but its still errors with the errormessage in the webui via homeassistant.local
can you try curl https://services.home-assistant.io/whoami/v1
that was one of the things it said it failed to connect to in the log
like ping to that url ?
curl https://services.home-assistant.io/whoami/v1
wait, restarting supervisor after setting the correct date
curl gives correct properties
fk it.. im going to bed.. maybe itll fix itself over night xc
Thanks for your help @storm sluice
@humble mirage Do you run HA Supervised ?
Fuck no
Do I look like some kind of raving lunatic?
Actually... don't answer that
The only two sane options are HAOS and Container, maybe Core for those who can't run either of those
Supervised is a clusterfuck of a trap and nobody should use it
So what are you running on your laptop ?
Because if I switch from RPi to mini PC, I won't be using HAOS anymore.
What's the most appropriate solution to run on Win10 ?
Container, Debian
Why wouldn't you stay with HAOS?
Also, there's no good solution to run on Windows, just least bad
So I could just run any of these images ? https://www.home-assistant.io/installation/windows
So in all cases, i'll remove the current Win10 installed on the mini PC
Yes
well, i might give it a try. Found a Mini PC Vorke V1 Plus for 45β¬ with 128gb ssd
You might want to spend a few bucks more for longevity. Especially if you want to run VMs which I highly recommend.
Running the latest haos_ova-13.0.qcow2.xz in a new Proxmox VM I am faceplanting on the supervisor not able to establish a network connection when the web UI evidently is. ha net info on the terminal of the VM gives me this: https://pastebin.com/WEtyP20s
I'm seeing the symptoms fairly common on the forums, but they seem to all be from raspberry pi installs, with pi-specific fixes.
Why are you censoring local ip addresses when asking for network help? The more you censor, the more variables you create.
I can input an IP if that is important to your resolving the issue? You're familiar with this behaviour from the supervisor?
The very first thing I would try its to check whether you have a valid ip. For that I need your PVE node's ip and the ipv4 ips you censored.
You would expect the web UI to be available on an invalid IP?
Depending on circumstances and what you understand as valid, yes.
If you don't want to share, run these for now and tell me what works or fails.
nslookup ghcr.io
nslookup ghcr.io 1.1.1.1
ping YOURGATEWAYHERE
ping 1.1.1.1
Very interesting. Do you want to share what you understand as an invalid IP in this context?
We've had people with multiple routers before where one side can connect to the other but not the opposite way. Stuff like that. I can't think of a better example right now.
In this case I consider anything invalid that doesn't make sense for your network/environment.
Looks like this subnet does not reach 1.1.1.1 - I'll dig through my firewall rules on the assumption that specific DNS server is a hard requirement for haos.
Yep it's getting rejected. One sec I'll put in a temporary allowance and see if that's all it was π
It does need its DNS. DNS is one of the major pains with HAOS in my opinion. Especially If you block public DNS servers like me. Here's a select few of my lamentations about it:
And if you want to read about more DNS/networking stuff in HAOS and its layers than anyone should have to care about follow from here: #1176295714108747807 message
Huh. Those are some funky design choices.
HAOS is expected to be deployed in a typical home network
HA itself is the same
VLANs and internal firewalls and so on breaks a lot
Typical home networks are not expected to have a usable default DHCP configuration?
