#installation-archived
1 messages Β· Page 55 of 1
i got it on portainer but apperantly im even too stupid for that
anyone who can quickly run it through with me and is up for troubleshooting?
cause i have no clue anymore
the installation alternatives show an example compose file for the basic setup
https://www.home-assistant.io/installation/alternative/#docker-compose
i just have docker, not docker compose
Install it then
then install the compose plugin aswell. this makes maintenance down the road significantly easier
alright
the installation guide of docker elaborates on how to do that
https://docs.docker.com/engine/install/
for the most part of it its just installing docker-compose-plugin
yup did that and it told me dokg was interrupted (i tried installing supervised earlier too but it just ended up in a loop of "checkonline.homeassistant.io") and now im in the loop again so
Hi,
this is my first time installing hassos for raspberry pi3 b+ and I am getting errors on first boot such as
ERROR (MainThread) [supervisor.store] Can't add repository core due to 'GitRepo.clone' blocked from execution, no supervisor internet connection
Any idea how to fix this ?\
besides it being heavily recommended to not use a supervised installation, you may need to fix the host os first
yup aand how do i do that except reinstalling the OS? cause i really dont wanna do that
by reverting all the previously applied changes
for the most part it would be easier to reinstall it quickly
fine
i have been trying to install HAOS for probably 10 hours now (6 hours yesterday with virt-manager, 4 today with docker)
installing haos should be as straightforward as booting the os
especially for virtual environments, but realistically a lot of things get easier by using them https://www.home-assistant.io/installation/alternative/#install-home-assistant-operating-system
i tried this with exactly those steps for virt-manager and i ended up in the UEFI shell, secure boot was off, the startup.nsh file was empty from the shell etc.
nvm, I was getting these errors when accessing the web page using the Ip address but somehow going to http://homeassistant.local:8123/ restarted the whole install process and all seems to be going fine right now
yeah so i got the compose.yml file but again same error as before the container keeps crashing
at least i see with docker container ls how its running and then restarting again
can anyone help
i have no clue anymore. i just created the compose.yml file and well it doesnt work
Need more than 'doesn't work'
if you can give me info how i can get the info? xd
i forgot the command to see what the container is doing
or make logs
None of that is related to answer how it doesn't work
How would you expect anyone to help with what you've provided?
alright so:
fresh raspberry pi os 64bit on RPI5
docker fresh installed, docker compose is installed too.
made the .yml file from the homeassistant website and launched the container with compose up -d
i can't access the home assistant website or my local ip with the port 8123 in my browser
i checked with docker container ls and its always just running for 20 seconds or so and then reboots
also rebooted the system already, didnt change anything
Is there a way to install it on a old pc with no OSes ? or i need linux ?
do you need more info @grand pivot ?
RPi5 isn't supported yet
i know, but not even in docker?
Apparently not
do you got any tips which is the easiest virtualisation program / server i can run on a raspberry pi 5 to make HA OS work for now since the only thing i got is this RPi5 until its supported?
if docker isnt working you are out of options
It's just not supported yet
hello everyone, i'm going crazy trying to figure out the problem that assails me with HA. long story short: installed on Raspberry pi4 4gb in Docker on SSD. System up and running for several years. in the last few weeks i'm having problems with slowness in executing commands, automations, etc... i've seen that the homeassistant container is practically always fixed at 100% CPU
how can I find out the CPU utilisation of individual integrations? because I have several, about 50
thanks a lot! π
is it normal for haos to be stuck on preparing after
[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
it's been stuck on this for a while
has anyone had their /homeassistant folder orphaned? Doing an ls -la in / shows my /homeassistant is owned by user and group 911 which usually (on other nx boxes) means the user has been deleted... what should be the correct owner and group?
you can try Home Assistant OS 11.3.rc*.
In RC1 changelog -> RPI5 initial support
About 2 hours ago RC2 was released
Should I also post here about update issues?
yes
I couldn't update from 2023.12.3 to 2023.12.4 either. Now I am trying to go 2023.12.3 to 2024.1. After sitting there for a while it just hasn't updated. I check System->Logs and there was nothing about why this failed
Are there any hidden logs I can find
Home-assistant is a program. That's like asking if you can open up Microsoft edge, but without installing windows
Linux mint, for example, is an operating system that programs like firefox, libreoffice, and the home-assistant service can run on.
If you really want to go bare-bones, you can install it on arch with only networking and the dependencies of the home-assistant service, as well as sshd so you can control the server with a device that has a display... But I would not recommend that.
I tried updating core and now my uptime is 4 min so I'm guessing I'm crashing mid update?
I tried ha core rebuild and ha core update from SSH cli and it still failed after a long period
Failed How? What was the error logged? What sort of system are you updating?
System>logs shows no errors
Rpi3b haos
Core 2023.12.3 to 2024.1.0
No errors in system>logs
Update runs and some time later the system goes unresponsive (likely reboot from crash) and then the core is not updated
Issue was also present 2023.12.3 to 2023.12.4
When you issued the command via SSH it must have give you some feedback.
Also look in confi/home-assistant.log.1 that is the log file from before the reboot
Yeah, processing with the animated square. I'm using a SSH addon so it's in home assistant
Then after some time it all rebooted and the SSH reloaded to an empty terminal (the startup screen)
Also look in config/home-assistant.log.1 that is the log file from before the restart
@rugged nacelle I converted your message into a file since it's above 15 lines :+1:
2024-01-04 12:05:22.244 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/analytics/analytics.py", line 262, in send_analytics
installed_addons = await asyncio.gather(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 66, in async_get_addon_info
return await hassio.get_addon_info(slug)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 50, in _wrapper
data = await funct(*argv, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 589, in send_command
raise HassioAPIError()
homeassistant.components.hassio.handler.HassioAPIError
2024-01-04 11:44:49.523 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /resolution/info request
2024-01-04 11:44:49.523 ERROR (MainThread) [homeassistant.components.hassio.issues] Failed to update supervisor issues: HassioAPIError()
2024-01-04 12:10:56.112 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2024-01-04 12:10:56.113 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /store -
2024-01-04 12:10:59.113 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /ingress/validate_session request
2024-01-04 12:10:59.114 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /ingress/validate_session -
a bunch of warnings from my tapo camera integration. It errors getting stream when in privacy mode.
errors from chromecast
other than that I don't see anything specific to core update error
Looks like your system may not be able to reach github. What is your DNS set to? Settings -> System -> Network (then click on your NIC
I'm able to use hacs no issue though. Setup adaptive lighting integration this morning
My public access is done through a cloudflared zero trust tunnel
Detected: wlan0 (192.168.0.158/24, fe80::cb72:d797:8812:f2b5/64)
I can ping github.com too from the ssh terminal
Is there any further debugging I can enable
I think for my last update I was running ethernet. Since I went wireless to get it out of the kitchen.
I saw other reports in GitHub issues saying something like this. Does ha just have really strict timeouts and little retry?
if install fails system in headless system (yellow wo. serial port) is there some logs in file system?
Much like other reports on GitHub... It's worked... I went and played wow for a few hours and now it's updated without me touching it? Was it quietly doing it in the background and the UI gave up on tracking it?
My home assistant devices and entities grew faster and less coordinated than i wanted to (my fault)
I think starting from scratch is easier than tyding up.
Ideally keeping my current setup running until the new one is finished, though
Is there anything important I need to keep in mind ? ( I dont't expect a 100% no, or 100% complete list of things, just maybe an advice or 2 what crosses your mind, or what someone forgot to do and wouldve saved a lot of time, etc)
this is a bit to broad of a question to answer unambiguously
personally things that I see as important
- using uuids for
unique_idwhere applicable - using
object_idwhere applicable - naming devices in a way that identify the device itself, not its location or utilization
- making regular backups
- figuring out long term storage of data you want to keep from recorders
For (4) also and testing the restores
Hi. What am I looking for in configuration.yaml please?
Remove the systemmonitor configuration from your configuration.yaml file and restart Home Assistant to fix this issue.
Would it be the logbook > exclude config I have added?
I cannot spot anything specifically mentioning systemmonitor.
Ah, found it... it's in sensors.yaml
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /config
- type: memory_use
- type: memory_use_percent
- type: processor_use
- type: processor_temperature```
For the past several months I've found that I will randomly run into the Home Assistant API becomes no longer available. I can see the watchdog complaining about not reanimating and I can see the container logs show it's stopped around midnight. Unfortunately by the time I discover it I don't have enough supervisor logs to see what was going on and the only way I've found to recover is a with a ha host reboot and it takes quite awhile -- nearly 30 minutes. Suggestions for debugging? The period between this happening varies so it's been difficult to troubleshoot.
what are you running HA on?
A Lenovo ThinkCentre M93P. I went from a Pi4 a couple years ago to Proxmox VM which had some intermittent issues with TPU passthrough to dedicated metal.
It'd been running incredibly on the M93P -- still does -- but for the past few months I discover this issue and only a full reboot recovers with my limited troubleshooting skills
Incredibly it's already in the state again, roughly 24 hours after the last time which was 6 days since the time before. Home Assistant watchdog reanimation failed!
There are a few issues that seem relevant. Here's one: https://github.com/home-assistant/supervisor/issues/4609
Yea, I found that but since it was closed I assumed I'd need to open a new one -- but hoped there might be some good outline of what I should provide from logs to make it more helpful than the last report
In other words, I'm happy to run a series of ideal queries to help track this down and help others.
Hi, when will home assistant be supported on the rpi, i.e. L. When will home assistant be part of the raspberry pi imager?
I think rpi 5
Support for the RPi 5 is experimental right now and not ready for production use yet.
The RPi 4 image is included in the RPi Imager, the RPi 5 image will likely follow, when it is ready
and approximately when will it be ready? I already bought the RPI5.
And how do I know there is a new version of rpi imager that includes HA support on rpi 5? I'm new, I don't know tsk
The RPi Imager isn't the only flashing software. Keep an eye on the HA website. They will likely announce, when the RPi 5 image is released as stable.
@gilded cove I converted your message into a file since it's above 15 lines :+1:
Have you tried to update from the CLI?
Not yet
searching for the command right now π
guessing "ha core update"? π
Or do i need to use hass?
Yes. And ha os update for the operating system
Giving it a try. Wait
I would stop the core before updating. Just to reduce points of problems.
ha core stop
ha core update
ha core start
If it fails too, there should be error messages
Haha... that was pretty smart... stopping ha core from a Terminal AddOn within HA, now HA doesnt work anymore π
You should still be able to SSH into the add-on
No. HA not reachable via Browser... guess i need to restart the raspi
Yeah. You shut down the user interface. The add-on is still running. A SSH client should be able to log in, if the add-on is set up correctly
Or display and keyboard and login to the console
SSH AddOn is currently not configured at all
Hmm... ha still not reachable
Looks like a boot-loop when looking on the raspi leds
Keyboard and monitor give you access to the console
Greetings all! I'm having some difficulty getting the "Home Assistant Core" to update. I'm running on an Oracle VM VirtualBox, on a Windows PC. Everything else seems to be working just fine! I can keep my supervisor updated with no issues. But my core WILL NOT update at all. I'm still stuck on 2023.9.1. When I try to update it through the dashboard, it will just... sit there and do nothing. If I wait about 10, 15, or even 20 minutes, still, nothing changes. I finally go to reboot the VM, and sure enough, I'm back on 2023.9.1. And that's if I even have to reboot the VM. Sometimes the VM screen will fill with warnings and errors. So - I know to get help, I need to look at logs. What I'm hoping for is some learned and kind soul to help me navigate what might be causing this so I can fix it.
I'm not looking for YOU to fix it; rather, I'm looking for someone to help ME fix it. I'm not very strong on *nix skills, but if someone will point me in the right direction and perhaps give me pointers along the way, I'd like to learn how to fix this myself.
First question, I guess is... what logs should I be inspecting?
perhaps start with Settings > System > Logs on the dashboard?
Evening, just virualized HAOS on my debian using KVM as user. Cannot seem to reach it from my network although I created bridge (it βFailed to start Network Manager Wait Online.β) I am new to virtualization so probably this is due to lack of knowledge and easily fixed. Do I need to forward port 8123, how? Do I need to make some settings in my Ubiquiti Dream Machine so that my Debian install may DHCP this machine into my network? Thoughts? π
Right - I know where that is. π So, start the HA Core Update again, and in that Logs area on the dashboard, I'm going to want to watch the entries in the "Home Assistant Core" section I'm guessing, correct?
That's where I'd start, but I'm as clueless when it comes to HA as anyone π
if that doesn't come up with anything worthwhile, you could check the logs of individual Docker containers through the shell (docker logs <container_name>), but again I'm not totally sure which container that would be, homeassistant or hassio_supervisor, if I had to guess
OK - watching now, as it turns out, nothing new shows up in the "Core" section of the logs. But - the "Supervisor" section is seeing some activity. Right now, it's been on this line for the last 5 minutes with no change: [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2024.1.0.
You've got to be kidding me....
@bleak glacier do you know I've been trying this off and on since October, trying to get the Core to upgrade? I tried it 3 times today before hoisting the help flag up above. Aaaaand... now that I'm watching the logs... BAM. The upgrade was successful, it seems. π€·π»ββοΈ π€¦π»ββοΈ
Haha, been there.
okay if it got stuck there, I probably would've told you to open the shell and run docker pull ghcr.io/home-assistant/qemux86-64-homeassistant:2024.1.0
that would've given you more info
I recently set my rpi3b to wifi and put it in the garage. Then I got a sonoff zigbee 3.0 coordinator. I feel like it was fine for a few days but last couple days it crashes all the time. Only thing in the last log was timeouts. Does HA have a really strict timeout watchdog and restarts on some timeouts? I have got a usb extension and moved the zigbee some distance away but thought I would check if its that or some other error
I figured it would be interferrance on the 2.4 band
nvm its still crashing
zigbee plugged directly to pi then tried extension
using rpi power supply
This seems like a better place for my query...
Can I expose a 2TB SATA drive to HAOS without having to move it off the 1TB SSD it'll be installed on?
Need it for NVR footage, and gonna try to symlink the two so that the stuff going to a specific media folder goes to drive #2 instead
Because mount does nothing and apparently fstab is a fool's errand
Can we do something like the config.txt trick, or whatever to change it?
Or am I going to have to change my install strategy?
Nvm udev is apparently what I'm looking for
Hello everyone,
Sorry for my question, but I've install HomeAssistant on virtualbox on my unbutu machine.
Everything works perfectly when I go to the given local IP on the machine.
But, when i wanna go to HomeAssistant from an other machine in my local network, I reach the login page but nothing after.
Do I need to set ports forwarding in my Virtualbox configuration ?
VBox should be bridged
It is ^^
I have the logo and the dark backgrund when I go to the URL, my login form does not showing up now ^^"
Everytime I refresh the login page, I've differents error messages. It looks like I lost so many things :/
- Use incognito mode to avoid browser cache issues
- Check that Ubuntu isn't doing stupid firewall shit again
I will check the 2nd option ^^"
thanks
Well... always the same thing, I think my Ubuntu is a bit broken π
hey all
I want to install an older image of HAOS on my raspi 3b+. Should i use the generic-AARCH64 image or the generic-x86-64 ? π§
Before u Ask: Using a fresh new install with a current version haos image, flashed with Raspi-Imager, runs into "Home Assistant CLI no starting - emergency console". Thats why i want to install an old one
wtf. while i wrote this msg i flashed OS 11.3 again to the sd card fo rthe fourth time and now im not running into "CLI noit starting"... HA is up and running
Well, the x86 one certainly won't run on a Pi - wrong CPU architecture
You should use the Pi3 image, that's the only one that'll work
The only thing i changed in comparison to the last process is, that i used a different power supply (semi official raspi 3b+). Before this supply i used just some random supply. HA just worked with that for quite a year now... is it possible that the newer image needs more power? π
Yes
what the heck
Quite possible that your old supply was borderline, or enough under spec that it caused problems but not fatal ones
The Pi can handle a certain amount of under-supply
interesting.
Thanks
Seems to work again
Can i restore a full backup made with an older HAOS version and older HACore Version?
Currently doing this and ha is not reachable since ~10 minutes ^^
Yes π
Restoring backups take time, have patience
Cool. Thx
so im trying to install HAOS on my pi. Raspi imager says the installation is successful, so I plugged an ethernet cable into my router and to the pi and powered it up. However, the pi is not showing up in my router dashboard nor can i access the web ui (homeassistant.local:8123 or homeassistant:8123)
not sure what im doing wrong. I also dont have mico hdmi to hdmi, so I cant use a monitor....
you may need to wait a few minutes
yeah, it shouldnt take more than like 15 mins tho, right?
ill see if i can find another sd card to flash on to
i would try restarting it first, then trying to connect to it over ip
but having a screen attached to it may help significantly to debug such things
yeah, i bought an adapter but it wont arrive for a few days so i was just gonna see if i can try without it in the meantime
and by over ip do you mean ssh? or ip:8123
No I mean in your browser
its connected to my network now, i can ping 10.0.0.245 but i cant connect to http://10.0.0.245:8123
i should be connecting to that ip correct?
I have no idea if that it the address of your pi
Ok, managed to get the logs. i found this:
[supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.1.1: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=2024.1.1&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi4-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: TLS handshake timeout")
Yes that's the average GitHub repository performance for you
Try again in a couple minutes
got it
now im getting a 404:
[supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.1.1: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.1.1/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.1.1")
documentation says that this is because of not enough storage, even tho i have a 64gb card
Hm that should work
Okay I will never again install HA on my own. Where is the docker image π What horrible hours I went through with endless python dependency errors ... COUNTLESS aaaaaaahhhh... and it's still not starting up (I am accepting hugs now)
and for a short amount of time I was sure I understood the problems
and how to work with python envs
The Docker image route is certainly more straightforward
is it? I'm stuck.. π
I mean.... yes, definitely
the other one is way more straight forward imho. but python dependency hell makes it impossible for me
homeassistant is up-to-date
but no webserver
Share your compose file and also check the log
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /home/patch/.homeassistant/:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host
/home/patch/.homeassistant/ <-- that folder is empty
sudo docker logs homeassistant
but first time running sudo docker-compose up -d ended like this: Status: Downloaded newer image for ghcr.io/home-assistant/home-assistant:stable Creating homeassistant ... done
no output
man, I am cursed by the *nix gods π
docker ps, what's the status show
I saw a ninja running
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b640d63eaef8 ghcr.io/home-assistant/home-assistant:stable "/init" 21 minutes ago Restarting (139) 59 seconds ago homeassistant
What OS/platform are you running on
Host: Raspberry Pi 5 Model B Rev 1.0
Kernel: 6.1.69-v8-16k+
huh?? how is that possible π¦
Apparently not ?
which part of the hardware is causing the issue?
π€·
well, I said earlier *nix gods hate me
so first of all I'd always say usererror (on my end ... forgot a flag while compiling something or only python version 3.11.2 works but not 3.11.3 etc. pp.)
I mean not usererror ... give me the name who is responsible for this python hell π I want to talk. Just talk.
ooof π I can't really backup my system and I know 100% if I google how to do that I end up with a bricked system π it was a ton of work to set it all up!!
anyhow I feel lucky π why not β would you assist me @wooden smelt ?
I have done the 2024.1.1 update yesterday on my RPi5 - however now the rpi is stuck on boot with
"kgdboc deferred probe pending"
before that the Rc2 worked perfectly btw.
haos_rpi5-64-11.3.rc2.img did work, i've done the 2024.1.1 update on the webinterface, and after the reboot it stuck as wrote above
so im not sure if i really want to re-install the haos_rpi5-64-11.3.rc2.img and just stay on it until it works again, or if there is any solution / help i can do, to maybe sort out things
are you on bookworm 12?
ok been beating my smooth brain on a wall for the past 3 hours. My head hurts.... Just got a new PI4 in the mail this morning. Followed the steps on the site to install pi imager. Followed the clicks it said to. Got it all installed. Put ssd into PI4. Booted it up. Got connected on homeassist/8123 (ect). It comes up with a window with blue text that flys by then stops at trying to download from git. I have do SO MANY THINGS. After each thing fails reflashed tried other things. It seems to be a DNS issue. I have even hooked the damned thing right up to my modem so no router to cause dns issues. Still same results.
It gets a ip due to being able to connect via web browser. Just will not finish the install via git
@silver viper use the shell to set dns to 1.1.1.1 instead of your router
thats what helped me
I am at a loss. Tried setting the dns on the pi4 to 1.1.1.1
haha I'm thinking if node red would be enough for me ... or just homebridge to bridge my powersockets
disable ipv6, setup the network device for ipv4 and use 1.1.1.1 as dns
so much work and trouble
ok have a link so that I can make sure I dont type something wrong?
@silver viper gimme a sec im searching
i even followed this link but it resets dns after reboot.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
change the ipv4.adresses and the ipv4.gateway to your own network settings ofc.
yea I did "nmcli> set ipv4.dns 1.1.1.1" but after reboot it goes back to default
even with a save and quit
did you do also "set ipv4.method manual"
that part I do not think I did
do it please, and try it again
ill give it a shot
ok still same thing. During set up I see
[supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
and when I check the dns it shows nothing....
it is like it is not saving the settings. And I can not figure out how else to edit that file
thats fine
can you go into the console and do
where you see ha >
jobs info
as command
omg it just got past it this time!!!!! 4 F***ING HOURS!!!! Time for a few stiff drinks!!!!
installing my back up from my vm to keep the work I did on that and have it on a dedicated system now π
THANK YOU SO MUCH!!! (yes I know lots of caps but OMG!!!)
Having an issue with home assistant corrupting weekly.
Original post: https://www.reddit.com/r/homeassistant/comments/18njlnc/home_assistant_killing_raspberry_pis_in_2_weeks/
Everyone said it was a psu issue so I went and got an official power supply. Reflashed HA, and a week later, the pi stops booting just like before.
the pi itself is fine, i can swap in the SD card i have on my pi running mainsail and it boots
only possible thing causing the issue is either the ssd or the ssd adapter? or am i missing anything
im leaning towards the ssk m.2 adapter, tons of amazon reviews saying it corrupts drives very often
having an issue with a new fresh home assistant install. keeps giving m these errors
[supervisor.jobs] 'FixupStoreExecuteReload.process_fixup' blocked from execution, no supervisor internet connection
[supervisor.resolution.fixup] System autofix complete
[supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
[supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
[supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
[supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
anyone?
@elfin crane my first gut reaction was it sounds like your HD is failing. Used the same storage device in all instances? Tried a new one?
yea same ssd, brand new teamgroup gen3 nvme 256gb drive
unfortunately dont have another to test
but i have a feeling its the adapter, im noticing the usb chip on the pi is really hot. maybe its not be powerful enough for the adapter
anyways im about to pull the trigger on a lenovo m710q so wont have to deal with this anymore lol
Maybe. Since storage was an unchanged shared element, it would be worth ruling out indeed.
Donβt have a microSD card you could test before buying anew?
Can probably create and restore a backup of your HA goodies
yea i've run it on microSD for a while without issue
heard its prone to corrupting
lenovo thin client is so cheap anyways worth not having to deal with those issues
Ah sweet, best of luck
it is.... switching to ssd soon
hi everybody, can someone help me i have problems to update Home Assistant Core from 2023.12.1 to a newer update.
Get allways when i try to update thise Error:
Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2024.1.2: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/qemux86-64-homeassistant:2024.1.2/json: Not Found ("No such image: ghcr.io/home-assistant/qemux86-64-homeassistant:2024.1.2")
Hows your free disk space
yeah, free some space
yeepee you are right now it works thanks verry much!
Hi all, I try to install HA on debian 12 and I have a problem whit the os-agent for arm64, I install Manualy an when run show me an Error, " server os-agent[1010]: WARNING: 2023/11/10 00:25:46 datadisk.go:106: Can't find a data mount! " and don't install HA - supervised
Is the Debian os installed on the machine or on a flashdrive?
Hi all, Iβm trying to install HA on a Pi 4, and when I put the SD card is gets stuck on this:
βA start job is running for Wait Until Kernel Time Synchronisedβ, then it fails and loads the CLI but i cant access the web UI
if itβs relevant under system information Ipv4 addresses for end0 and wlan0 are blank
idk if this is important but it thinks by timezone is Etc/UTC but iβm in est
It doesn't seem to have an internet connection, which is needed
I think I'm having a similar problem. I put HA OS 11.3 (2024.01.04) on the microSD card via Raspberry Pi Imager, put the card in my RPi 4, it gets to onboarding, I type in my name/username/password, then it hangs going to the Location page. onboarding.html is a page with the HA logo and a spinning blue circle. I've tried to reinstall HA on the microSD card 4 times now. π€¬
does ethernet count?
If it has internet access and DNS is available.
Fixed. Used the iPhone app, and it worked fine. Up and running now.
Good day!
I'm trying to run homeassistant from a VM.
In the ssh console I get:
[WARN] Home Assistant CLI is not running! Jump into emergency consoleβ¦
The web interface seems to be working, however I'd like to fix this message in the terminal. Any advice on how to proceed?
fixed the ethernet connection, it runs now and now it has a ipv4 and ipv6 for end0, but the UI still doesnβt load
anyone have any ideas? ^
What does "doesn't load" all mean? I'd suggest checking the log
Hi all, regarding the installation process;
I'm installing on a Ubuntu sever 22.04 with the github clone;
-> sudo scripts/enter.sh
-> cd buildroot/
-> make menuconfig
-> make
it is now going for some while with the installation.
my question would be; when the github source is going to be modified, where is the configuration of HA being saved? it also logged immediately in the docker image...
(please dont be harsh π still a noob in the Docker world, but strong knowledge of Linux/networking etc)
Are you trying to develop for Home Assistant.... or just install Home Assstant? What are you followng?
Seems like they're trying to build HA OS from scratch for some reason. Completely unnecessary for installing HA
Yeah, wondering if they're in the wrong channel or just following the wrong instructions
unless you're planning to do OS development, there's no need to do that
no, not planning....
then just follow the normal installation instructions for HA
somehow you've wandered into the development documentation for HA OS
rather than this: https://www.home-assistant.io/installation/
cli loads fine with no errors, but i cant access the web interface
How are you trying to access it?
Did you try the IP or not?
yeah i did, im not sure if its the right ip though
i ran network info and tried the ip that it gave me but still doesnβt load
which OS? windows? ubuntu?
im running HAOS on a pi 4
are you on different network than the pi?
afaik no, the pi and my pc are both connected via ethernet
do you have access to the pi via ssh?
check "netstat -atn"
this will show if port 8123 is UP and listening to incoming connections
nah i donβt bc i donβt have a terminal to enable it
cli loads fine with no errors
when i run
addons install βTerminal & SSHβ
it says addon with latest version does not exist in the store
is that the wrong addon/name?
As RobC said but using a real SSH client is a bit more convenient.
# ha store | grep -Ei "(name|slug):.*SSH"
name: Advanced SSH & Web Terminal
slug: a0d7b954_ssh
name: Terminal & SSH
slug: core_ssh
# Advanced SSH & Web Terminal
ha addons install a0d7b954_ssh
# Terminal & SSH
ha addons install core_ssh
Also see ha help addons and ha help store
but then it needs to be configured
Good point. I kinda forgot all about that.
am i looking for something specific? itβs has a lot of network unreachable and address not available which i assume is my issue
i donβt have a server failed or ipv6 error when i run resolution info, and the other solution didnβt work
then you need to review the logs
supervisor logs r good, core logs have
2024-01-07 17:55:12.956 ERROR (MainThread) Lasync_upmp_client.ssdp] Received error: [Errno 1011 Network unreachable, transport: _SelectorDatagranTransport Id=36 read-polling write=<idle, bufsize 0Β», socket: < asyncio. TransportSocket rd-36, family=2, tupe=2, proto=0, ladar=('0.0.0.0', 37120)>
and
2024-01-07 17:56:42.988 ERROR (MainThread) Lasync_upmp_client.ssdp] Received error: IErrno 991 Address not available, transport: < SelectorDatagranTransport Id 13 readspolling uritescidle, bufaize 0Β»2, socket: <asyncio. TransportSocket M.13 , Tanily=10, type=2, proto=0, laddr=(' ::', 53647, 0, 0)> s6-rc:
can you ping other machines on your network from there?
is installled on the machin, in the internal memory, On-board eMMC storage.
Try a bootable usb
To install all the system?
Hello, I'm trying to run Home Assistant in a container, using Podman, on macOS.
to install install home assistant. When prompted hit try ubuntu
check if your interface MTU is 1500. I had this issue on Unraid Host, since there is a Kernel Bug, and i changed my MTU to 1472 to avoid the Kernel Bug. Now my HomeAssistant doesnt work anymore. If i change my Host to MTU 1500 my HomeAssistant is fine again, but my Unraid Crashes every 4 days...
Rule 6: not allowed
Hi, Iβm trying to restore a backup of home assistant using the backup feature however I get an error saying backup management do restore full is blocked from execution as no supervisor internet connection. My home internet is currently down but Iβm confused why an internet connection is needed?
Because part of installing means it needs to pull docker images, and a restore includes details of the add-ons etc
Ah okay, guess it hasnβt been an issue before as my internet hasnβt been a problem, thanks for the reply
It's an unfortunate side effect of the way that HAOS does restores
Haven't found any concrete answers to my questions anywere so trying my luck here:
What're the pros and cons of running hassos on ubuntu server on a VM vs setting up HA supervised (in docker that is?)
ony thing I've heard so far is that supervised on ubuntu can create problems. And that updates have to be installed "manually" whatever that means in detail.
I once had to restore my HA from backup, I use hyper v and Veeam
and now every upgrade I feel like I am upgrading from an old version. should I just reload everything from fresh or you think it fixable
Home Assistant Core Update
22 hours ago
2024.1.2
Home Assistant Core
Installed version
2023.12.3
Latest version
2024.1.2
Read release announcement```
every version is alway 12.3 I think, next 2024.1.3 it will show 2023.12.3 again... etc
Hello guys. I'm running home assistant in oracle virtual machine and I keep getting this error:
[190493.656448] systemd-coredump[2481701: Process 231361 (systemd-journal) of user 0 dumped core.
Any idea what might be wrong?
Thanks!
Hi. I've tried to update my HA Core, OS, Supervisor and a few addons, but I'm getting messages such as: "Failed to call service update/install. Error updating Mosquitto broker: 'AddonManager.update' blocked from execution, system is not healthy - supervisor (for example).
I think this started to happen when I was attempting to add DNSmasq, DuckDNS & LetsEncrypt, but I've backed out of all that now, stopped the DuckDNS and DNSmasq addons and removed teh html: section from my configuration.yaml.
Can you help me debug, please? Thanks. Home Assistant (HA OS 10.1)
Windows 11 os and 7.0.12 oracle VM
Oh, bother. just to make matters worse, when I go to the File Editor, I get 401: Unauthorised. I'm in a real pickle here.
I read that this is typically because a DNS server cannot be reached, but I've restored teh DNS settings in my router to the defaults before I installed DNSmasq.
When I try to update the supervisor from the console, I'm told: "Internal Server Error ("Get "hhtps://gchr.io ... : lookupghcr.io: no such host")
But if I do nslookup, I get Address: 140.82.121.33 as expected.
You can try to repair the supervisor with ha su repair
su repair says processing ... done. But then su update still fails.
I can't even restore a backup: it also says "...blocked from execution, system is not healthy - supervisor"
ha jobs options --ignore-conditions healthy DIDN'T allow me to update: I still get the such host message. I think my installation is in some weird limbo between secure and not quite secure. Wuld really appreciate any input at all, please.
One thing; if I do ha network info, it tells me that my nameserver is my HASS machine, not my router.
Share the output.
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.
I'm struggling with a core upgrade, I can't seem to build webrtc-noise-gain, it keeps failing with " /usr/lib/gcc/arm-linux-gnueabihf/12/include/arm_neon.h:6940:1: error: inlining failed in call to βalways_inlineβ βfloat32x4_t vmovq_n_f32(float32_t)β: target specific option mismatch" I've tried building without Neon support, that failed to build as well. Has anyone run into this and happen to have a solution?
This is a rpi4 on 64bit raspbian (bookworm)
I'm running HA OS 10.1 on a Proxmox VM. I'm not sure how to SSH into it, but if I go into the ProxMox console, I can't cut-n-paste the screen for some reason. How can I share a screen capure with you here? I thought I used to be able to paste an image.
Within HA, the errors fade up very briefly as a popup near the bottom of the browser. I don't think it's possible to cut and paste.
to ssh into HAOS i think you gotta get an addon
OKay. Does this work? https://snipboard.io/FnTzOV.jpg I think the problem may be that the DNS is wrong. Is hould be ".1" (the address of my router). I'm not 100% sure, though, since DNSmasq is disabled.
or simplessh wont be added like that
Yes, I read that, but I can't presently install anything.
Im new to HA and HAOS but maybe try a clean install if its your last option?
Or try the repair tab under settings
As you rightly say, I'll keep that as my nuclear option. I'vebuilt my setup over about 4 years with about 30 devices. The repair tab tells me I have updates which need to be downloaded; I have no ability to download updates.
I'll spin up a new VM if I get really stuck, but I'm sure someone here's seen this before.
Has anyone seen errors such as Internal Server Error ("Get "hhtps://gchr.io ... : lookupghcr.io: no such host") when trying to do updates, please?
That sounds like a DNS issue. Can you load https://ghcr.io/ in your browser?
databases- what is a "normal" size? (ie mine is 1.6gb .. seems big (about 2-3 years of data i guess... standard house size is there way of seeing what is taking most of that up etc? is it purely for history/logbook data? is there any benefit of changing db (other than the redundancy /off box aspect? is there any performance benefits etc (if its just log stuff i guess it will be negligible? ) thanks
There is no normal, some people have a few tens of MB, some have a few tens of GBs, but that's unlikely to be years of data
Check your recorder settings
i dont have any 'recorder settings' its not defined in config yaml and cannot see it anywhere in the gui. so i'm assuming its just configured with defaults
Then the docs will tell you what you're storing π
But also #installation-archived message
so back to my original question, other than the obvious benefits of having a seperate db in terms of redundancy , is there any other benefits such as performance to be had by using a seperate db?
Not for 99.99% of people, no
For the 0.01% who're DBAs and have their own database cluster at home already... probably still not
ok fair enough, i've not got problems, just i'm doing some housekeeping on my HA so figured that could be an option too
You can add a serial terminal device to the VM and use xterm which can copy paste.
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.
It does. I sort of can. It redirects to https://github.com/features/packages.
I can't see how. I would need to edit the grub config and I don't see how to do that in HA OS.
You don't habe ro. Just add the device and cold boot.
Thanks. Port added. Do I just reboot the VM, or the actual hardware?
OK that's done, but its a serial port. How would I attach to it.
Select xterm instead of VNC when connecting to the VM. Use the little arrow.
Mmm... I get "starting serial terminal on interface serial1". Port 1 is, indeed, the port number I gave it. but it doesn't seem to respond to keyboard input.
Try port 0
Basicaly the same result, except now it says "starting serial terminal on interface serial0" (the port number I gave it).
Weird. Works fine for me. What image are you using? Can you share a screenshot of the VM's Hardware tab?
Right. I can't explain this, but as I was closing down for the night, I noticed that a functional terminal window had opened behind my browser window.
I can now cut and paste an example of my issue...
ha supervisor update
Error: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.12.0: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=2023.12.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host")
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.
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.
Ahh. The infamous HAOS DNS issues.
nslookup to ghcr.io from that terminal tells me that connection to 192.168.1.12 is refused. This WAS my DNSmasq server address, but I disabled it in an attempt to backtrack out of setting up LetsEncrypt.
So, without a doubt, a DNS issue.
So which DNS servers should it use if not 192.168.1.12?
ha dns options --servers dns://8.8.8.8 --servers dns://1.1.1.1 says operation completed, but nslookup is still trying to use 192.168.1.12
nslookup uses the system DNS while this changes the dns plugin's DNS settings.
If you want to update the system DNS you need to use ha network update ... but I believe you can't override the DHCP name servers with it.
So either use a static ip and proper DNS address, let your router give out a proper DNS address (my recommendation) or try to use nmcli.
I find teh format of the ha CLI tricky. How can I update the namesever? (net name is enp0s18)
You can temporarily make nslookup use any server you want with nslookup ghcr.io 1.1.1.1
Try ha help network, ha help network update and so on.
Yes, but I was only using nslookup to establish that this was a DNS problem. I don't want to use nslookup.
"ha network update enp0s18 --ipv4-nameserver 192.168.1.1" completes sucessfully, but the nameserver is still 192.168.1.12
I believe you can't override the DHCP name servers with it
I tried this some time ago too: <#general-archived message>
Well probably your router is giving that out via DHCP.
Or perhaps you're running two DHCP servers? Hard to say.
Yes, resolv.conf contains the wrong nameserver.
No, I configued it via DNSmasq AddOn, which is no longer functioning.
I'm not familiar with that addon. Not functioning how? Is it still installed?
The addon is a DNS server. The instructions are that I'm to point my router at it as teh primary DNS server. The 8.8.8.8 is the fallback. however, I have removed that configuration from my router. 8.8.8.8 is the primary. Not functioning as in when I hit "Start" HA tells me it doesn't exist: "Image homeassistant/amd64-addon-dnsmasq:1.6.0 does not exist for addon_core_dnsmasq"
What looks to have gone wrong here is that at some point HA has decided it can't update anything. My guess s that it's being directed to the wrong DNS.
@gentle bramble in what context do you run nslookup?
In teh HA instance. If I run nslookup on any other machone on my net, it completely correctly goes to 79.79.79.79 as teh DNS and returns 140.82.121.34 for ghcr.io
It's only the HA instance which us not using an appropriate DNS, and I can't seem to modify it.
If I go to the HA file editor, I get "401: Unauthorized". What on Earth?
Hello, I assume smthng went wrong during the update. The web portal isnt starting anymore. I'm accessing home assistant via homeassistant.local. Anyone with the same problem? What should I do next? Any suggestions?
What install type did you use?
The HA-OS (with supervisor)
Hello dear Home assistant comunity,
can someone tell me how can i download home assitant server on my android tv box TX6, I want to swich from my virtual machine to that. Love you all. Wish you all the best for hollydays.
Best Regards
That'll be a really terrible idea also unsupported too
Connect a display and see what is being said on the display
hmm you think i can maybe install windows on that and then do that
?
with windows virtual box
The only supported install on windows is a virtual machine
Your performance will be terrible on that box I bet
Why would you want to move to that
becouse i installed on my laptop, that i used for server, hacintosh
i found a way with installing linux and then on linux i install the server
buy idk
what you think
?
I would recommend getting a small form factor computer from a used market like eBay and use that instead
okey
the HA-Terminal Welcome Screen
So it's started up fine then? Are you using port 8123 with homeassistant.local?
If so you've probably got DNS issues
Try going to the direct IP of the HAOS device, with port 8123
Eg 192.168.0.25:8123
Hi everyone, im new to home assistant, is it possible to have a tp link router with address reservation to be just on ap mode? This is to have a fixed ip on my devices
[WARN] Home Assistant CLI not starting! Jump into emergency consoleγNow i have this problemγ
with virtualbox version 6.1.32
could i get some help
There's a message: Error returned from supervisor: System is not ready with step: setup
Is it still going on after I restarted the pi4?
maybe i knew the proble
Probably. "TP Link router" is a bit vague. Most TP Link router types I've seen (I'm about to install a TD-W8968 running Open-WRT) would support that ability.
Sorry if this looks like a repeat post, but my undestanding of the problem keeps cahnging! Can anyone help me to force my HA OS 10.1 instance to employ a different DNS, please? I believe I've done something wrong in the configuration of DNSmasq, and my HA instance will not perform updates, nor allow me to use the File Editor, nor run DNSmasq. The DNS address in use matches my HA instance (192.168.1.12), as it had been running DNSmasq.
When I try to do updates, I'm told (for example): Error: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.12.0: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=2023.12.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host")
If I nslookup ghcr.io from my HA VM, I'm tld that connection to 192.168.1.12 was refused. If I nslookup ghcr.io from any other box on my network, I get the correct address for ghcr.io.
Feels like if I could get over this hurdle and do my updates, I'd be back inteh sadddle again.
I still have ssh-access. Is there anything I can do?
Sorry if this looks like a repeat post,
I just fugured out that i still have ssh access
Hi everyone, im new to home assistant,
Sorry, I dont know what I should do or what I have to google for.
not sure if I should perform a downgrade?
Is it worth upgrading Debian to 12?
Depends.
Eventually, yes, you want to upgrade before 11 goes EOL
Today ... maybe, maybe not
Ok, will leave for now, tx
I've upgraded half my boxes to 12 so far, with the HA host one I haven't got around to
β ~ ha core check
Processing... Done.
Post "http://supervisor/core/check": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Hi everyone! I'm new to HA and I'm looking for help with instalation on RPi5. Can someone direct me to the proper place pls?
That'd be this channel π
HAOS doesn't support the Pi5 yet though
If you want to use it you'll have to go down the Container install route
Thanks for the info. Not even a dev build?
There's beta releases, but they're not ready for prime time
Try them if you want to, but expect problems
for somebody new to HA they're likely a mistake
okay, iΒ΄ll trust your judgement π Container install route it is !
D'oh. Never thought of updateing teh DNS in the Network settigns of the GUI. I'm all up-to-date now!
One [?] remaining issue after all this: when I go to File Editor in the GUI, it still says "401: Unauthorised" Anyone any clues what that's about, please?
NB, this is in Chrome. It works if I switch to Edge. Is thissimply a caching issue?
Yep. There goes my cache again... But all working now. That was a sweaty time for me.
Are there any cons of having HAOS on a M2 SSD with a USB adapter on a RPI 5 instead of the SD card?
I have everything ready to migrate but I'm not 100% sure
Only upsides
@humble mirage means i can install my RPi5 like this too?
i know, just considering my options
ITT you'll some people having issue with USB on the RPI5 and others not
11.4 fixed something but I'm not sure if the bootloop is fixed
In general 11.3 and 11.4 have been working very well for me on the SD card
@maiden thicket I'm doing the migration right now with a fresh image and I'll upload the backup later
I''l keep you posted
Thank you!
https://imgur.com/a/vQcZ56u I don't know what happened, I received these errors. It could be the bracket from aliexpress, the memory, some software
Now it booted into CLI
I'm uploading my backup
@maiden thicket Im changing to another drive, hopefully better luck, I'll keep you posted
Ok, this Samsung external SSD I had for another solution is not giving me these errors
OS part is done, redoing backup
Aliexpress goddammit xD
Hi,
I am trying to install haos on my rpi3B+ and on first boot I get stuck at [supervisor.resolution.fixup] System autofix complete
when I plug a screen on my rpi I can see
`INFO: task kworker/2:0:1710 blocker for more than 368 seconds.
Tainted: G C 6.1.63-haos-raspi #1
Does anybody know how to fix this ?
to give a bit more details, it takes more than 30sec for a command such as ha core to even run directly on the pi. It seems very much unresponsive π€·ββοΈ
23-04-04 11:58:18 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
23-04-04 11:58:18 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
23-04-04 11:58:18 INFO (MainThread) [supervisor.resolution.check] System checks complete
23-04-04 11:58:18 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-04-04 11:58:18 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-04-04 11:58:18 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy - setup
23-04-04 11:58:48 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
23-04-04 11:58:48 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-04-04 11:59:18 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
23-04-04 11:59:18 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-04-04 11:59:49 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
23-04-04 11:59:49 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-04-04 12:00:19 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
23-04-04 12:00:19 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
help?
After finally getting USB passthrough working on TrueNAS Scale on the Charts channel, I am having 2 issues...
- Automations will not save, UI says it saved, but when i go back to the page it just isn't there.
- Timezone all screwed up, all sensors showing readings 7hrs ago, all timelines 7hrs ago, TrueNAS, Application and HA config all set to the same timezone so idk whats up
Seems like you're missing automation: !include automations.yaml in your configuration.yaml
How do I even edit that when using kubernetes apps thing built into TrueNAS?
Idk why that would be disabled by default
It's just a file. Anyway, it is there by default
hmm, it is a default install through truenas scale ix-applications. The only change I made was for USB passthrough.
I am very new to Kubernetes, I am not sure where I would look for said file.
root@truenas-newlove[/mnt/main-lts/ix-applications]# ls app_migrations.json backups catalogs config.json default_volumes docker k3s migrations.json releases
Hi guys, do any of you know how I can make a vpn link to get into my boss's homeassistant system? he asked me to do some work, but he doesn't know how to connect me.
if anyone else ever comes across this searching.... it is at...
/mnt/<ix cluster volume>/ix-applications/releases/home-assistant/volumes/ix_volumes/ix-config/
trying to access the host filesystem etc on homeassistant os .. i manage to login but when i try to mount the boot device i get permission denied .. how the heck do i fix that? homeassistant os feels like a nightmare π
i just want to enable i2c so i can control the fan in my case for the rpi :/
mount: mounting /dev/mmcblk0p1 on /tmp/mnt/ failed: Permission denied
Somecone once called it (H)ead (A)che OS π
If you want host access you need a keyboard and monitor or see this: https://developers.home-assistant.io/docs/operating-system/debugging/
It is most likely not what you want though (see note there). HAOS is not a general purpose system. If you need host access you might be outgrowing it.
Maybe this helps? https://community.home-assistant.io/t/add-on-hassos-i2c-configurator/264167
ah that felt easier .. now i aparently need to reboot several times then install the argon1 addon π
need to make a backup of this sd card later ... and hope i can migrate to ssd disk later also π
Still having an issue where all sensors and events are -7hrs from local time.
TrueNAS Scale, ix-application and HA all set to the same timezone value: US/Pacific and idk what else to try... i even checked the K3S application config via terminal... all say US/Pacific. Out of ideas
once again, in case someone else searches for timezone issues this fixed my problem post #4 https://www.truenas.com/community/threads/timezone-is-incorrect-in-truescale-apps.111887/
Hello, I used to run my docker instance from containers listed on dockerhub (for example: homeassistant/raspberrypy3-homeassistant:2023.6.3). Since hassio has moved away from dockerhub, how can I find the spesific release tags that would be able to run on arm64 on a RPI3?
You don't
You just use the standard ghcr.io/home-assistant/home-assistant tag
Those platform specific builds haven't been recommended for a long long time, and were deprecated a longg time ago
ok thanks, so I could use for example just ghcr.io/home-assistant/home-assistant:2024.1.2 and it would just pull the arm64 architecture for me?
Yes
That indeed is how Docker works
It handles all the architecture details for you, you just pull the image
ok nice, updating now, thanks!
hi, first time here. im having alot of issues using sky connect passed through from my esxi host to HAos. for some reason i keep getting "device not accepting address X, error -110" and finally "unable to enumerate usb device" of any1 is boored and wants to help, would be rly nice
Im trying to install home assistant on truenas core but am new to truenas core and home assistant can anybody help me
and am having trouble finding a good guide
^^^^ disregard that ive found a solution
but now im struggling the VM that im setting up is asking for a zvol now no drives show up?
in the zvol create page
I woke up today to find that all my sensors histories cleared.
Checked the logs and it was a corrupt database, I see HA already created a new DB and renamed the old one, if I dont care about the data do I need to do anything? Should I delete the old one?
I'm trying to reinstall a blue. I switched to SPI mode, booted, and did this ums /dev/mmcblk0, however after this it doesn't show up as an USB device on my mac. What could be wrong?
using Docker coantainer on a esxi. ive made a passwthrough from my host to the container for the usb, the skyconnect is plugged in, once i boot HA i got error 110 for the usb. is there any1 that could atleast nudge me the right direction?
ive been bashing my head against this wall for hours now
after the latest OS update, it seems my Odroid once again doesn't properly load the /dev/serial/ devices.. I've seen this a few months ago as well. Anyone else notice this issue?
anything usb plugged in just stopped working
zigbee, rfxcom, zwave
usually a reload/reboot fixes it, but nogo right now
What's the full error?
or better question, how do I get access to the actual OS running, not the HA docker container, so I can take a look what's going on at the kernel level and why it's not properly loading the devices
Mostly you don't
https://developers.home-assistant.io/docs/operating-system/debugging/, but read the warning
ok but something underlying isn't loading things in /dev/ it seems, and when I install the terminal/ssh addon I get very limited visibility to what's happening it seems
This is for developers of Home Assistant. Do not ask for support if you are using these options.
ofc after the last reboot/power cycle it suddenly works again as by magic. But I'll save this one for next time it fails to map the /dev/serial/ devices for some reason. It's a weird random bug that keeps popping its head up on my odroid install
Might decide to do a complete re-image and restore a backup, to start clean. Maybe something corrupted somewhere along the way
If i install HASS in a docker container, wont it dissapear by the next time a new container is created with an update too HA?
I guess this is an installation issue. I just install on a X86 box. and the console keeps logging Bluetooth hci0: Failed to load Intel firmware file intel/ibt-0040-1050.sfi I have bluetooth disabled in UI. And have no intent to use any BLuetooth devices (alt least I don't think so...) How do I get it to stop attempting to load that firmware?
Not if you do that correctly, no
That's what volumes are for:
if I'm trying to move my HA install from sd card (rp3 but dedicated ha image not inside pios) to usb ssd, what is the recommended path to maintain my settings? I set up adguard and a dns server manually I believe awhile ago.
as I see it I could clone the sd card to the ssd using some kind of hd imaging software...
or install new ha on the ssd using rp imager then restore a backup I took from within the ha app
I'm worried restoring from a "Backup" won't have any non-ha stuff like my adguard plugin or any settings I may have changed for dns lookups
or amybe there is some way from within HA to do this migration?
If you're migrating from HAOS to HAOS, a backup contains everything
hi guys, I have quite an old dockerized HA installation. I'm currently in the process of performing a 3-2-1 backup, so I'm reviewing some files within the /config directory. I noticed my home-assistant_v2.db is almost 500MB, but... it hasn't been updated since I did move this installation to it's new location. I have the following in my configuration.yml file:
influxdb:
host: !secret influxdb_host
port: 8086
database: homeassistant
recorder:
db_url: !secret mysql_credentials
purge_keep_days: 400 # Bit more than 13 months to look back a year
Does this mean that the built-in SQLite functionality is not being used at all and that it is safe for me to delete the home-assistant_v2.db file?
if there is no change on the file that may be likely
but you should know how your configuration looks like
well, my question is more: when I define a custom recorder, the built-in SQLite functionality is disabled right?
it is highly unrecommended to increase your recorder purge like that btw
yes that should be the case
yeah I saw some new stuff regarding that which is also why I went to take a look, I think it might be time to update my config a bit as well... and then I ended up in the rabbithole of first having all my backups working properly haha
thanks for the answer! π
thats always a good thing to make sure
yeah I'll move the file and restart home assistant just to be sure no errors in the log appear π
is there any way to tell if my restore from backup during first install is progression or has hung?
it's been spinning for over 30mins
you can try opening a second tab and see if you reach the ui and if all the stuff is there
on certain systems and conditions the backups may take over an hour to restore
looks like it worked!
the logs may also be able to tell
thanks, I was worried about closing it
hey guys, im trying to install home assistant os on a rpi4 but it wont boot. with another os it boots just fine, any ideas? already tried formatting and flashing the sd card again
What does "wont boot" look like?
After i connect power, nothing happens except for the red led on the pi coming on and also staying on. No video output and it also doesnt connect to my network
You're certain you flashed the correct image? What kind of power supply are you using
Pretty sure yeah. I first tried using the Raspberry Pi Imager to flash the Home Assistant OS, after that one didnt work i flashed raspberry pi OS just to test it, and that booted just fine with the same SD card. Also tried downloading the image from github and using balenaEtcher, but same result. Im using the original power supply for the rpi4, but to be sure I also tested another random one I had around with the same result. Thanks for taking the time btw
Hey!
I appear to be having a really wierd issue with Home assistant and Nginx Proxy Manager today. I have used nginx ingress controllers to redirect out to home assistant in the past without issue, and can configure it no problem with just a standard nginx docker container, however when using nginx proxy manager, and only home assistant, my websocket connections just stop receiving messages after about 20-50 seconds. They do not "drop" only just stop recieving messages. I have tried everything imaginable on the forums configuring the route, and was hoping someone else has ran into the same issue and knows of a sollution?
websockets work entierly fine with this software and truenas, and other websocket heavy tooling, it appears to only be home assistant π¦
Alright, i think i have figured out the issue, its not actually nginx, it appears to be pfsense and its NAT routing - the only way i tested nginx proxy manager was through pfsense NAT, others where tested locally... Whoops!
for anyone curious, this was the fix: https://github.com/metallb/metallb/issues/654#issuecomment-748713140
had a very similar issue a short while ago, but in my case it was due to multiple IPs assigned to the same machine: https://community.home-assistant.io/t/strange-behaviour-with-nginx-ssl-terminator/660865
It might also be the pfsense thing, I did not know about that at the time
using Docker coantainer on a esxi. ive made a passwthrough from my host to the container for the usb, the skyconnect is plugged in, once i boot HA i got error 110 for the usb. is there any1 that could atleast nudge me the right direction?
ive been bashing my head against this wall for hours now
What's the actual error?
And what OS are you running for that container?
im using HAOS on a container in my esxi enviornment
Ah, so not "Docker"
no i realized it now as i was writing
(HAOS uses it, but you don't have access to Docker)
aaaah cool
Anyway, we need the full actual error message
i mean, i know the usb passthrough to the HAOS works properly since it works on another windows machine
i cant post pictures i see
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.
im not sure if there are any other loggs i can send you?
I have at some point set a password on HAOS (for the root account), but for the life of me cannot remember it. I can access SSH on port 22222 just fine, but would like to reset the root account on HAOS. Any pointers?
(this is on an Intel NUC)
Hey, everybody, can I get a clue, please? Homeassistant OS still does not have access to peripherals on Raspberry PI usb to expand e.g. USB HDD space? But on other platforms it does?
One of these options should suffice: https://www.home-assistant.io/docs/locked_out/
The issue is not that I cannot access homeassistant, I cannot access HAOS as root anymore. I can use the ssh addon to ssh into the machine, but there I cannot change the password. I would like to set the root password on HAOS.
You can't change the password, and the add-on doesn't give you access to HAOS itself anyway
The locked out instructions are for local - console (keyboard/monitor) - access
If I can't change the password, I'm a bit puzzled why logging on as root without password doesn't work...?
Logging in how?
console
That should be fine, unless you changed something
(hdmi and keyboard connected to the nuc)
This hardware has been around since homeassistant 0.40, i guess something changed down the line somewhere... would a single user boot on the console be able to fix it? Its about the only thing i can think of
yeah im on 9.2 now, and hesitant to upgrade without being able to get into the console
Then there's no password for the console
funky. there is π
guess I'll have to dig some more by myself when the other family members are asleep π
The docs all say no password, and when I've done a test install there's never been a password (I don't run HAOS), so something odd is going on with your setup
Hell, the lack of a password upsets people regularly
Only if you don't log in as root, or if you type 'login' when you're already at a shell prompt.
I can access SSH on port 22222 just fine
@lament sparrow If you have that access, you are at the host console which is set up using keys
I seem to have a problem with the Home Assistant OS image on my SD card, but I cant figure it out. The raspberry pi 4b wont boot with it, just gives me the solid red LED and no output, but when I flash another OS like raspbian it works fine. I tried balenaEtcher and raspberry pi imager but nothing gets home assistant os working π¦
Which file (name) did you use to flash?
haos_rpi4-64-11.4.img.xz
I want to switch from Home Assistant Supervised on Alpine 32-bit to Home Assistant OS 64-bit. I am currently based on an m.2 SSD, which I've removed and connected to my Win11 laptop via USB cable. Disk Management sees a drive (Drive 6), but can't initialize it (I presume because it's formatted with ext4). I have a backup of Home Assistant and all other files from that drive. How can I wipe the drive entirely to start fresh with it?
if you have a full backup from HA, you can just reimage the drive with HAOS and restore that backup
But how can I do that if I can't even access the drive?
a tool like Balena Etcher will be able to flash it without any trouble
I'll check it out. Thanks
The m.2 drive isn't showing up as a target
I presume because it's not initialized.
I hate to ask, but could you hold my hand a bit through this? I'm just not understanding what I need to do.
Everything I try to Google just leads nowhere. I feel like I'm missing the right terminology or something.
To be specific, the computer I run on is an RPi4B (4GB). Just so it's clear that I need the ARM version of the OS
I gave up trying to get my laptop to detect the m.2 stick - nothing I tried was working there. I reconnected it to my RPi and have Home Assistant supervised running on Alpine Linux as before. I have the Terminal & SSH addon running and make a USB flashdrive with a Home Assistant OS image on it. I think that sets me up to install the image which will fully wipe the m.2 drive. I have no clue what commands I have to give the terminal to do that though.
That won't work. You either need to reimage the drive from another machine or put a Linux distro on the USB, boot your RPi from that USB, and then use etcher to reimage the m.2 drive.
Probably easier for you to usb boot on the pi and flash the m.2 if you donβt have a usb adapter
I do have a USB adapter. Windows just isn't recognizing this specific m.2 drive despite the drive definitely working and the adapter definitely working.
Probably need a driver
So just use Raspberry Pi imager to put the Hass OS image on a USB flashdrive and restart my RPi with that and the m.2 SSD both plugged in?
Gotchya. I'll give that a try.
Or find what windows driver you need and be up and running
Seems like Raspberry Pi Imager on Raspbian is sufficient. No need for Etcher.
It just wasn't a viable option on Win11
Because Win11 couldn't detect the drive, not because of any issue with Raspberry Pi Imager
Is there another ssh server in HA-OS directly on the superviser I could use to install display 'drivers"?
See link and advice here: <#installation-archived message>
I don't think you can.
Done π
Thank you very much @shut rivet
I've decided to migrate back to a Pi4 from my Unraid server.
I now have an M.2 Sata case for my Pi4 and I'm wondering if I should install home assistant to with booting from the SSD, or if I should boot from an SD card and just set the data disk to be the SSD.
I'm inclined to just do the latter for ease, but is there any significant benefit from using the SSD as the boot volume? π
hey i have installed the home assistant on raspberry pi zero 2w
An error occured while installing Home Assistant, check the logs below for more information.
i am getting this message
can any one help mee
Nifty, I recall the Pi 2W is meant to be similar spec to Pi 3 so you should be safe, but do note HA over WiFi can be problematic as WiFi itself of course can be problematic, but it does work still π
For logs, go to Settings, System, Logs, you should be able to find some scary messages to share with folk here in there π
I'm trying to add network storage to a remote share (NFS) for backup and media. The Fedora workstation I'm trying to use to add network storage has a device /dev/fedora/home that's mounted at /home. I tried to add /home in the HA storage config panel but that's not working. IP address is correct. Firstly how can I check that this directory ('/home') is available from outside Fedora and if so what's the path to the remote share? I'm not really a Linux person
Which installation method? What do the logs say?
If I update from 24.1.2 to 24.1.3 I see this message on my screen:
xxxxxxxxxx
INFO: task kworker/0:4:12298 blocked for more than 120 seconds. Tainted: G C
6.1.63-haos-raspi #1
"echo > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
xxxxxxxxxx
I googled the above without result. Anyone what I must do, or is it okay?
I have HA installed on a RPi4 HAOS.
It's marked as INFO
it is there for informational purposes. No action needs to be taken
Cheeky (probably break rules) re-ask just in case new folk with knowledge online: What's best: Boot Pi4 from SSD, or just use SSD as data disk?
Boot from SSD especially if the other option is a SD card.
Hi all, I am attempting to setup static address in HomeAssistant. I am in admin status and have also activated advanced mode but i do not see "Configure network interface" option on my page. Does anyone know what I am missing. Thanks!
What's your thinking behind this? Because my assumption was the primary benefit would be speed for initial boot (which once it's booted, I'd assume wouldn't really matter all that much) and speed of writing data and longer life, but if the data disk is the SSD, I'm wondering if it doesn't really make any difference.
- Speed, 2. Reliability, you are going to be restarting at least 3 or 4 times a month probably more when applying updates. You are going to trash an SD pretty quickly and not making the SSD the boot device seems pointless. Using 1 SSD for the boot and another for the data would make more sense, if you are only buying one use it for both.
Which installation method are you using?
Thank you muchly. Before moving it all to a raid it was running on a Pi with an SD card for two years solid but I suppose it does make sense to just have one more stable drive for boot and running. The new case I have only has the one SSD slot so I'll go with that for now π
Core
2023.11.3
Frontend
20231030.2
You need to use your OS' network configuration settings then. That part of HA is only for HAOS and supervised AFAIK.
Thank you for the tip. Let me check that now π
I am using Zimaboard CasaOS btw
My home assistant install has been stuck on preparing home assistant this may take up to 20 minutes website page for a while?
Try refreshing the page with F5
just refreshes to the same page
doesnt change
nothing has changed in the homeassistant os console either
Does the device have internet access?
On the waiting page should be an option to view the process messages. Maybe you can find an error there
all looks ok except
[supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
I had the same. Nothing preventing HA to start.
restart the vm?
You can try that. Worst case would be, something breaks and you would have to set up a new VM
HA keeps restarting, thought it was the .db file, but after deleting it and installing mariadb addon it keeps doing it.
Log says "ended unfished session" and mentions the "recorder", any ideas? im running a pi HA instance with the latest OS and Core versions
just booted up to the exact same page maybe try a new vm?
That page will always be present until HA Core is set up completely
how do i send the more details bit
its too long
the more details bit its no longer like updating
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.
oh one sec
[supervisor.homeassistant.core] Watchdog found Home Assistant failed, restarting...
this also
didnt see it
I would just go with another VM. Don't think it is worth digging deeper in it, if a completely new one (with new storage) doesn't fail too.
how long should a backup restore take ?
this worked
Trying to restore home assisatant from a like 150 MB backup folder has taken 1 hour so far? im not sure if i need to wait longer or if its just broken any suggestions?
what do you see
restoring a backup may take that long on certain systems
you can usually just open another tab and see if stuff loads and everything is in place already
and also by checking the logs
i just see a spinning wheel saying restore in progress
opening in a new tab just brings me back to the welcome! page where u select to restore of start new?
not too sure how?
if reloading shows the welcome /setup page it aint there yet
id wait for a couple more hours and then retry if it still doesnt work
why when opening a new tab it just takes me back to the welcome?
is it still actually restoring?
or do i need to keep the tab open that shows the restoring page and spinning wheel
if this is the noemal login page it should be done, if it is still the one you see when setting up ha initialy it isnt
i dont think so but not sure
ok ty
Hello all. Anyone having issues with HA virtual machine getting stuck every few hours?
Can anyone help me debug the issues? In terminal I get errors like "coredump" or "reset adapter" but I don't know what should I modify to solve these.
Thanks.
Can you share those messages/logs?
One sec to check if I still have access to them. Once I resume it, the error will go away.
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.
This was the log from inside the virtual machine. The terminal errors were wiped out.
And this is a type of error I get in terminal, older, not related to the log I posted previously. Took it from a screenshot.
http://pastie.org/p/4MGvsLnDkyGzRYThlfCtmR
Heyo
I have an old machine with a phantom x2 555 and 8gb of ram which is supposed to run my home assistant.
Im currently trying to figure out which installation method will use the least amount of resources to keep the computer quiet and efficient.
Would deploying it on a linux distribution in a vm be more inefficient then installing the "HomeOS for generic x86"?
Furthermore i want to have some HDDs i want to use as a NAS in the same computer. I found an addon for home assistant. Does that have any drawbacks then to host a NAS on linux itself?
Got a new error.
This is the log:
http://pastie.org/p/1TLdZR3QbDjJosG3azvHqR
And this is what show up in terminal:
http://pastie.org/p/0HL3o54phucFFrbqfhgHrs
I'd say a docker container on a linux bare metal install would be the most efficient. Technically it would be core but that kinda sucks to manage. HAOS is not a general purpose system. Don't abuse it as NAS. I'm a big fan of proxmox VE and virtualizing things.
@raven forge did you manage to go through the logs? how can I solve my issue? π
No, can't right now but there's other people that can look at it. Half my job is getting the information out of people.
Can you check how much space/memory is free in the VM?
From the task manager I can see one VM is "using" 2071MB and one VM is "using" 1815MB. I've wrote "using" because I don't know if that the actual usage or how much ram is allocated to that VM
From within the VM I cannot see ram usage as I got a message saying "this metric requires additional guest additions to work"
Currently I'm using Oracle Virtual Box. Do you know any other VM software that can use the same images format to work?
Run free -h and df -h in the VM. Enter login first. I use proxmox VE. Kinda weird it complains about guest tools. You use the .vdi?
I can't use any of those commands. I get "unknown command" for both of them.
I am not sure how to answer the last question.
I've downloaded an image from home assistant website, specific for virtual box, created a virtual machine with that image and then press start.
Is there any method to send a picture? Is it OK if I DM you a picture?
I think it's .vbox what I'm using to run it
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.
Take note of the...
Enter
loginfirst.
It's .vdi though. Apparently .vbox is the configuration of oracle virtual box.
How to do that in CLI?
By typing those letters and pressing enter
If I type login I get a hash, but typing my HA username there, I get back
/bin/ash: Andrei : not found
Where "Andrei" is my HA username
Once you're at the # prompt, then you can issue both of those 2 commands
....ok π€¦
Free - h gives me:
Mem:
Total 1.9Gi
Used 855Mi
Free 205Mi
Shared 18Mi
Buff/cache 900Mi
Available 1.0Gi
Swap:
Total 978Mi
Used 180Mi
Free: 798Mi
And the other command, df - h, filled my screen with a lot of letters and numbers....overlays
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.
Sharing like this is ok?
https://1drv.ms/i/s!AvOgaa1theyoo8xCoBR3_soCKULSNw
Memory is fine, space might be fine. df -h | less makes this easier to check. I have to check which debugging tools are available in HAOS. Seems like your network adapter is disconnected in your picture.
How do I exit now? Previously I used "exit" but now it's not working
I've pressed Q and went back to #
Looks fine. I read about possible causes being low space and low memory. Next steps would be to check the dump I guess. Or figure out why your networking seems to be broken.
One thing I'm afraid of is this:
I'm running all these on a mini PC I bought on Amazon and it might have very very cheap components inside. Like shitty ram and shitty ssd (m2). Might be any faulty addresses or faulty memory or whatever?
Not sure to be honest. You can check memory with memtest86. I'll see which tools we can potentially use to check the dump when I'm at a PC again. In the mean time I'd check the VM's network settings.
Hello everyone
I just startet my Intel Nuc with HA, but I think I need to type in some command. Can anybody help me?
Type in a command to do what? What's the problem you're trying to solve?
These is the network tab:
https://1drv.ms/i/s!AvOgaa1theyoo8xXnwWEr6i_ifm_qg
Realtek PCIe..... was selected, just expanded the list to see the other options.
You might've picked the wrong one.
I'll try Intel ethernet controller then π€·
Check windows' network status and adapter overview. It should tell you which adapter is active/connected.
Iβve tryd reaching the HA URL: site but I canβt reach it.
HA is saying: "Waiting for Supervisor to startup"
That's not working at all. I've connected one of the VMs to wifi. It's working now, I'll check for how long.
The most frustrating is that it's working fine very random amounts of time. One time is 5mins, other time is 1+ days.
You do not want to use a bridged wifi adapter if you want to run this reliably
Currently it needs restart 5-6 times a day. And by restart I mean I have to go in Oracle Virtual Box, click the VM that is not responding, click show and hit enter. That's the complete procedure.
Something like I need to acknowledge and puf, problem solved.
So I checked and coredumpctl is available in HAOS. You can try to follow this: https://wiki.archlinux.org/title/Core_dump#Managing_the_core_dump_files
Check supervisor logs and core logs. That Waiting for Supervisor to startup... message stays on "indefinitely". It would probably be less confusing if it would go away or have an additional hint when it's done waiting.
Can I post a Foto?
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.
Ok , so I tried "core logs" and it says "network is unreachable"
I thought you wanted to share a picture of it?
I saw it's signal group is 6, but I don't know how to trigger debug.
coredumpctl debug ???
I don't use this tool often (or ever, really), hence why I linked to a resource π
The process that dumped was systemd-journal (/usr/lib/systemd/systemd-journald). The signal would be SIGABRT but there's probably other ways to target it.
I thought itβs blocked
Yes, hence why I instructed the bot to tell you how to send one: #installation-archived message
I have an installation that has been in place for over a year on dedicated hardware (after being restored from a VM installation that ran several years before that. In the past couple of months it stops working at irregular intervals - from a day to over a week. By stop working, I mean the API stops responding and the supervisor tries to restart the homeassistant and it fails (doesn't receive exit event). I don't know what to look into to troubleshoot - I look at ha host/supervisor logs and dmesg and many other places but am not certain how to debug. Inevitably I give up and do a ha host reboot which has also started taking a long time (20+ minutes) - probably due to time outs trying to kill containers. Does anyone have a recommended set of steps that might be able to help me track this down?
Hello Everyone, My Home assiant OS install on a generic x86 is leaking HDD sotrage and i don't know where. did all the processes here: https://www.home-assistant.io/more-info/free-space/
and even used terminal to clean temp files.
i'm leaking more then 7gb of trash I can't find.
What do you mean with leaking?
I keep losing storage space. unitll the ssd fills up
i have an 16gb ssd fill to 98%
just reinstalled the same installation to a backup divce with same spaes the same isntall is onlt taking 50% of the ssd
Half that is HAOS itself. A default install takes up about 7-8 GB. Are you saving camera snapshots/video? These are going to be in the /share directory usually, though you probably would not choose to do this with only ~8GB available to you. How big is the home-assistant_v2.db in the config directory? Have you run ha su rebuild?
Looks like it's not possible to pass through Zigbee USB host device to HA running on Docker under WSL2. That correct?
any reason why id be getting Dependency failed for QEMU guest Agent when installing haos on a vm
Can anyone help me? I'm trying to install it on a raspberry pi 3 and it doesn't come out of this part https://imgur.com/a/RHSetaq
Did you try using the existing images?
im brand new to this so ive started from basically scratch
download virtualbox, changed virualization on in bios, installed HAOS followed the guide, everything sets up fine besides that error
which then doesnt allow me to get a ipv4 address
Correct. Running HA under wsl2 docker isn't supported either as host networking doesn't exist
Ya, I'm just messing about with HA, getting the hang of it. I ran it under VMWare Player image and passed through my ZigBee USB stick and isolated IoT network perfectly. It's really nice to with with. Installed HACS and got custom TP-Link Tapo lights and plus working. This is all just practice so don't mind where it runs for now.
Might be addons or other system data. You can check the space like this (read the whole thread): <#1178968505811484682 message>
Don't fret about the pi mention. It works universally.
This might also be interesting ("normal" space usage): <#general-archived message>
And this (more interactive way to check space via TUI): <#general-archived message>
I can access HA on my local IP but I can't access it at HA.myurl.com despite configuring it correctly in cloudflare tunnels. I get a http 400 error. Any ideas what causes this?
I got it to work passing my zwave usb device from host to HA running in a docker under WSL2. The only reason I ultimately gave up and switched to a full linux VM instead was becase WSL2 didn't have systemd and so I would have had my work cut out to auto start wsl2 and then get docker up and running inside. It was just more hassle than it was worth so I switched to a VM instead.
I was testing the back-up/restore functionality of 11.4, which almost works. Two things I like to check with others before we can give feedback:
Addons
Does anyone have the same issue of not getting to start the installed add-ons?
I have for example the 'advanced ssh & web terminal' and ' studio code server' installed, which are not able to start after a restore.
Restore from onboarding web page
Another thing I notice on the 'restore in progress': The progress circle doesn't stop. No feedback message of being done.
I'd like to see the progress of the restore to be able to see if it crashed or is actually done
Did you reboot after restore?
I feel stupid not having done a full (VM) system restart. Both ssh terminal and studio code work after.
Then I only like to see a bit more of the restore progress, and include a reboot after.
Suggestions can be made on the forum
If you have a feature request for the frontend you can open one here, for Home Assistant itself please post on the forum. All other feature requests should be made to the developer of that custom card/component.
Thank you for pointing me to the right direction. I'm mostly reading-up and now noticing myself about the fast and helpfull community.
Voted for: https://community.home-assistant.io/t/progress-indicator-when-restoring-from-backup/563265
Anyone got pi5 working yet? Got mine running , connected to WiFi , but on connection it states failed pulse audio, in the message.
But doesn't seem to give any suggestion on how to fix it, via cli or other . I'm pretty proficient just not had the time to dig into this much yet.
This is step 1 of migrating my current fully operational setup from Synology / docker into pi supervised
Your logs might indicate more detailed reason, but it could be that your proxy is not setup correct. Check out the http page in the docs for how to make sure your RP is sending the correct headers
Hello everyone. Since a few weeks now, lovelace dont seems to load properly. The connection page shows up but there is only the hassio logo shown. The only way i have is to unplug and plug back the raspberry. My automations seems to work.
Have you set up one of the SSH add-ons, such that you can use an SSH client to connect?
It's not like a SSH server uses much of it.
I ran out of ram at some point and it solved my problem back then. Maybe i can let it run.
You need better hardware then
If you're that RAM constrained then the odds are your problem is running out of RAM
ha host logs might show some OOMs.
Yeah iβm still using pi 3b+
Ignore .. reboot and it just started fine, time the try my backup
i do have some issues wao
a lot of stuff coming from old integrations that i dont use anymore.
Might be a good idea to disable/remove it.
i just did
Hi, yes I got it working on its own by using repository https://github.com/home-assistant/operating-system/releases but that is stand alone. I'm trying to run it now as a docker supervised with Bookworm but I am running into a memory issue. i am still looking for a compatible Pi5 docker image.
I couldn't get supervised on docker ??
Me neither.
Yeah, hence had to do the releases method for a rpi5
Kinda would of preferred it on nas, I think if I had the time to commit I'd prolly get it working but I don't have the time
Time is the issue here. π i think these pi5s are good but cutting edge.
There's no proxy it's set up with a tunnel the exact same way as my other 16 services that work perfectly fine
can somebody help me with installing home assistant os on a old laptop?
Lots of people are trying over in #general-archived - but you really need something faster than that one
I'm trying to copy my old home assistant installation to a raspberry pi running HassOS, but it won't boot due to an invalid filepath in the copied config. I can't seem to get out of the Home Assistant CLI environment to fix the file, and I can't install the ssh plugin because it's booting in safe mode. Is there any way I can salvage this besides re-making the backup? login seems to have given me what I want
The tunnel acts as the reverse proxy right?
Home assistant requires you to set the IP addresses of your upstream proxies that are allowed - I'd check your logs and also the home assistant docs for the HTTP module
(it's a security measure)
Works in a similar way but the technology of it is different I think. But yeah I'll have a nosey tonight after work.
When I set the tunnel to use https protocol it shows a cloudflare error but http protocol shows 400 error. This implies to me the connection is there via the tunnel and is correct but server side something isn't communicating
I use Cloudflare tunnel too, it is in essence, a reverse proxy. It terminates the connection and makes a new request from your locally running agent
What is the Cloudflare error?
#installation-archived message
I have an extra hop that perhaps you don't, but I believe you are hitting the same problem - 400 bad request because proxy is not trusted. Check the logs and I suspect you'll see it
It's also important that you get the configuration right, so HA doesn't treat external access as internal - there was a problem recently where it was showing people's users/photos externally on the log in page because of incorrect proxy configuration
Hello everyone, I am new to Home Assistant and I am looking to purchase a hardware (RPI or Beelink) to install Home Assistant with. My question is about the Home Assistant Operating System, does that means this will replaced the original OS or it's more like an application on top of the current OS.
It replaces the original OS
#zigbee-archived can probably better help there
Thanks, I'll post there!
Hi
I installed a Home Assistant VM on my Unraid Server but the VDisk is full and I want to enlarge it. Has anyone a clue how to do that?
Resize the disk in the VM settings and then reboot the VM (or shut the VM down, resize it, then start the VM)
But if I click on the VM name, and than change the value under capacity nothing happens :/
Not immediately, but once you resized it and rebooted the VM HAOS should resize
I tried for the entire last evening..
It displays "Home Assistant disk capacity has been changed to 64G" at the bottom but under capacity it still shows 32G
I think my problem is that I followed an old guide when setting up my VM... it is based on a vmdk image π€¦ββοΈ
#zigbee-archived can help with Z2M
Ah, my apologies
Sounds like you didn't enable the frontend though
how do i reregister a account to home-assitant because i have forgoteen all my login
Hello! I just installed HAOS on an old laptop of mine. Everything was fine. I went into the web browser, logged in, configured a static IP all via ethernet cables. Now the HAOS is running on LAN via ethernet and my laptop is on WiFi. I can no longer access HA, nor via my phone. I checked the IPs from my PC and HA and they are on the same subnet. Pings don't work, the static IP of HA is unreachable. If I plug the ethernet back in my laptop it works once again. I went into the router setting and the WLAN should be able to communicate to the LAN. I can see both HA and my laptop on the router table of connections. But they cannot reach each other unless I plug ethernet cable in my laptop. Please help... Thank you!
how do i reregister a account to home-
so on your laptop, you are able to talk to HAOS only if ethernet is plugged in but not when you only have wifi enabled?
Would be nice to know:
- internal ip of your HA
- IP that gets assigned to your cabled nic
- IP that gets assigned to your wifi nic
- Can you ping external websites from both networks?
- Can you ping any other cabled device from your wifi laptop?
I changed to vmware last evening. In the last almost 24h, no restart with VMs occurred.
So hopefully this will be the case indefinitely π€
Hello all. I'm currently trying to migrate from HA in a docker container on my Pi 4B to a full VM in virt-manager on the same Pi so that I can use add-ons, which aren't available in the containerized version. I'm following the guide here (https://www.home-assistant.io/installation/linux/) for installation, but I'm running into issues on boot. Any ideas?
I can't attach screenshots, so let me make an imgur album real fast.
I initially tried to follow a guide to set up HA in PiMox, the Pi version of ProxMox, but every time I tried to set up PiMox it broke everything else running on the Pi, such as PiHole and Grafana/Influx.
Best to use a "real" PC to virtualize
Ugh, I just don't want to buy more hardware.
Then don't use add-ons
I'd recommend either running the addons as docker containers or use HAOS bare-metal.
From what I understood from a friend using HA in docker can use containers as add ons. Also in HA OS the ewelink add-on for example is just a miniaturized version of linux.
I can't help you with details but you can check over internet or maybe someone from around here can help you further.
Well, sort of
You run whatever software in a container, which is pretty much what the add-on does
Add-ons are just special container images for HAOS
Interesting. I'll have to do some looking. Their version comparison chart just said the docker version can't use add-ons.
and it can't, but Tinkerer's message above explains
I had unusually high CPU usage on my Home Assistant VM after the latest core update (2024.1.3), so I tried to restore backup before the core update back to 2024.1.2. But looks like something broke and the web interface is not coming up. I tried rebooting the VM but still the same.
Any suggestions on how to debug what went wrong?
Or is there a way to extract out my backups from the VM?
Never mind, I just realized I rolled too far back... even before my proxy setup. So just redefining trusted proxies fixed that.
But now I see the CPU usage is still a problem π¦
Just don't call regular, run-of-the-mill containers "addons" or imply that a container HA install can use "addons". It can't, and doesn't need to
I installed haos_rpi5-64-11.4.dev20240108.img on my rpi5 followed the instructions for ssh via 22222, after much looking I found the /mnt/boot/config,txt which doesn't match any docs I have found yet, added the dtoverlay=disable-bt, rebooted once, then shutdown, added the raz 7 pro, booted again, only to find that bluetooth was still enabled, and the raz wasn't working. I know all this is still a WIP for rpi5 but any thoughts?
The RPi5 might need other options
I'm having some issues setting up the init.d file, the tutorial that I followed didn't work and the guide that I found is also giving me errors, can someone give me some pointers? Because the google search also didn't help me with the error
this seems to be the error:homeassistant Default-Start contains no runlevels, aborting.
Please follow the official docs.
the init.d file
Which one?
the tutorial that I followed
Which one?
giving me errors
Which one(s)?
the google search
Which one?
If you absolutely want to use that guide you should link it and give more information as you're giving information without enough context to follow your steps.
this guide, the inid.d didn't work
tried to fix with this one, it's the last one that I tried, after that I was trying to understand the file and what I did worng
wrong*
sorry, wrong link here
this one
Probably different paths. Hard to say without seeing the error you're getting. Any particular reason for choosing core over the container method? https://www.home-assistant.io/installation/#compare-installation-methods
<#installation-archived message>
So you use systemd to run a init.d script? That makes little sense.
to be honest, I have no fucking clue, I searched for init.d because this tutorial had put the script inside the init.d
this one
I can only recommend you to read this: <#installation-archived message>
If you want to go this route I'd stick to systemd. Forget init.d for now.
container you mean the docker? If I understood correctly I would have issues with addons with the docker
Core does not have addons either. Container is core inside a container.
I'm not using the HAOS because I already have this ubuntu machine for my plex server
You could virtualize HAOS. But doing that on ubuntu (or any non hypervisor specific OS such as proxmox VE) is more for linux gurus.
I don't see much of a problem of how I'm running right now, just want it to start automatically
Only HAOS and supervised have addons. Addons are docker containers. Supervised is not recommended, not supported on ubuntu, does not support other software other than HA installed and is for linux gurus as well.
oh, them I didn't understand what addons were
You probably want to follow this then: https://community.home-assistant.io/t/autostart-using-systemd/199497#python-virtual-environment-1
Try to run the command you'd stick into ExecStart manually and make sure it works before trying to implement it in a unit file.
I'm going to install the docker later, I think it's easier
That's what I'm trying to tell you π
Hi all. New here and new to HA. I have a brand new install Core 2024.1.2, Supervisor 2023.12.1, Operating System 11.4. I tried to install MariaDB 2.6.1 from the Add-On Store. It installs into HA. Following the documentation, I set the password and then attempted to start MariaDB, per the documentation. MariaDB fails to start. No errors. No logs. They only logs are from the initial install which don't indicate any issues.
Any thoughts?
Apologies is this is the wrong place to post this.
Set the logins -> password field to something strong and unique.
Start the add-on.
Check the add-on log output to see the result.
Add the recorder integration to your Home Assistant configuration.
``` did you follow the docs?
btw the devs have confirmed that they've optimized sqlite db (to where it's faster than mariadb) so it's not recommended to move off to mariadb in most circumstances
Should also mentions, running the server on a Beelink 12 server in a ProxMox 8.1.3 VM.
Yes I did that. It fails at step "Start the add-on."
nothing in logs?
Nothin aside from initial install, which all seems okay. After every restart I try to refresh the logs but nothing new
https://www.home-assistant.io/integrations/recorder/#recorder you have this all setup right?
Yes - though according to the docs, I should be able to start the server before adding that to the config.
Thanks for the info. Will try. But given what you said about SQLLite ... maybe I'll just let it be. I know things move fast and furious in the HA word and alot of the YT etc I saw about using MariaDB maybe are out of date now?