#installation-archived

1 messages Β· Page 55 of 1

fickle rampart
#

i still couldnt figure out how to install it on DOCKER

#

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

versed vapor
fickle rampart
#

i just have docker, not docker compose

grand pivot
#

Install it then

versed vapor
#

then install the compose plugin aswell. this makes maintenance down the road significantly easier

fickle rampart
#

alright

versed vapor
#

for the most part of it its just installing docker-compose-plugin

fickle rampart
#

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

summer quartz
#

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 ?\

versed vapor
fickle rampart
#

yup aand how do i do that except reinstalling the OS? cause i really dont wanna do that

versed vapor
#

by reverting all the previously applied changes

#

for the most part it would be easier to reinstall it quickly

fickle rampart
#

fine

#

i have been trying to install HAOS for probably 10 hours now (6 hours yesterday with virt-manager, 4 today with docker)

versed vapor
#

installing haos should be as straightforward as booting the os

fickle rampart
summer quartz
fickle rampart
#

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

grand pivot
#

Need more than 'doesn't work'

fickle rampart
#

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

grand pivot
#

None of that is related to answer how it doesn't work

#

How would you expect anyone to help with what you've provided?

fickle rampart
#

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

fading summit
#

Is there a way to install it on a old pc with no OSes ? or i need linux ?

fickle rampart
grand pivot
#

RPi5 isn't supported yet

fickle rampart
#

i know, but not even in docker?

grand pivot
#

Apparently not

versed vapor
#

that changes a lot of things

#

kinda weird that it isnt

fickle rampart
#

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?

versed vapor
#

if docker isnt working you are out of options

grand pivot
#

It's just not supported yet

fickle rampart
#

alright

#

thanks anyways

olive jay
#

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! πŸ™‚

mental lily
#

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

eager path
#

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?

mental vector
rugged nacelle
#

Should I also post here about update issues?

grand pivot
#

yes

rugged nacelle
#

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

errant grove
#

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.

rugged nacelle
#

I tried updating core and now my uptime is 4 min so I'm guessing I'm crashing mid update?

rugged nacelle
#

I tried ha core rebuild and ha core update from SSH cli and it still failed after a long period

viscid sigil
rugged nacelle
#

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

viscid sigil
#

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

rugged nacelle
#

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)

viscid sigil
#

Also look in config/home-assistant.log.1 that is the log file from before the restart

humble scaffoldBOT
rugged nacelle
#
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

viscid sigil
rugged nacelle
#

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)

viscid sigil
#

Ok that's not it then

#

πŸ€·β€β™‚οΈ

rugged nacelle
#

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.

rugged nacelle
#

Is ha su repair worth a go?

rugged nacelle
placid sage
#

if install fails system in headless system (yellow wo. serial port) is there some logs in file system?

rugged nacelle
mild tide
#

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)

versed vapor
#

this is a bit to broad of a question to answer unambiguously
personally things that I see as important

  • using uuids for unique_id where applicable
  • using object_id where 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
humble mirage
#

For (4) also and testing the restores

proper ledge
#

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```
agile blaze
#

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.

empty bloom
#

what are you running HA on?

agile blaze
#

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

agile blaze
#

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!

grand pivot
agile blaze
#

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.

coarse canyon
#

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

tender wren
#

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

coarse canyon
#

and approximately when will it be ready? I already bought the RPI5.

tender wren
#

When it is ready.

#

My personal guess would be the first half of 2024

coarse canyon
#

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

tender wren
#

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.

humble scaffoldBOT
#

@gilded cove I converted your message into a file since it's above 15 lines :+1:

tender wren
#

Have you tried to update from the CLI?

gilded cove
#

Not yet

#

searching for the command right now πŸ˜„

#

guessing "ha core update"? πŸ˜„

#

Or do i need to use hass?

tender wren
#

Yes. And ha os update for the operating system

gilded cove
#

Giving it a try. Wait

tender wren
#

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

gilded cove
#

Haha... that was pretty smart... stopping ha core from a Terminal AddOn within HA, now HA doesnt work anymore πŸ˜„

tender wren
#

You should still be able to SSH into the add-on

gilded cove
#

No. HA not reachable via Browser... guess i need to restart the raspi

tender wren
#

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

gilded cove
#

SSH AddOn is currently not configured at all

#

Hmm... ha still not reachable

#

Looks like a boot-loop when looking on the raspi leds

tender wren
#

Keyboard and monitor give you access to the console

feral yarrow
#

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?

bleak glacier
grand estuary
#

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? πŸ™‚

feral yarrow
bleak glacier
#

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

feral yarrow
#

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. πŸ€·πŸ»β€β™‚οΈ πŸ€¦πŸ»β€β™‚οΈ

bleak glacier
#

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

rugged nacelle
#

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

mellow linden
#

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?

mellow linden
#

Or am I going to have to change my install strategy?

mellow linden
#

Nvm udev is apparently what I'm looking for

safe falcon
#

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 ?

humble mirage
#

VBox should be bridged

safe falcon
#

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 :/

humble mirage
#
  1. Use incognito mode to avoid browser cache issues
  2. Check that Ubuntu isn't doing stupid firewall shit again
safe falcon
#

I will check the 2nd option ^^"

#

thanks

#

Well... always the same thing, I think my Ubuntu is a bit broken πŸ™„

gilded cove
#

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

humble mirage
#

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

gilded cove
#

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? πŸ˜†

humble mirage
#

Yes

gilded cove
#

what the heck

humble mirage
#

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

gilded cove
#

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 ^^

shut rivet
gilded cove
#

Cool. Thx

fleet grail
#

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....

versed vapor
#

you may need to wait a few minutes

fleet grail
#

yeah, it shouldnt take more than like 15 mins tho, right?

#

ill see if i can find another sd card to flash on to

versed vapor
#

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

fleet grail
#

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

versed vapor
#

No I mean in your browser

fleet grail
#

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?

versed vapor
#

I have no idea if that it the address of your pi

fleet grail
#

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")

versed vapor
#

Yes that's the average GitHub repository performance for you

#

Try again in a couple minutes

fleet grail
#

got it

fleet grail
#

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

versed vapor
#

Hm that should work

wind osprey
#

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

fallen lichen
#

The Docker image route is certainly more straightforward

wind osprey
fallen lichen
#

I mean.... yes, definitely

wind osprey
#

the other one is way more straight forward imho. but python dependency hell makes it impossible for me

wind osprey
fallen lichen
#

Share your compose file and also check the log

wind osprey
#
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

fallen lichen
#

sudo docker logs homeassistant

wind osprey
#

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

wind osprey
#

man, I am cursed by the *nix gods πŸ˜„

fallen lichen
#

docker ps, what's the status show

wind osprey
#

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
fallen lichen
#

What OS/platform are you running on

wind osprey
grand pivot
#

That's the problem

#

Pi5 isn't supported yet

wind osprey
grand pivot
#

It's new

#

And clearly not working yet

wind osprey
#

everything works perfectly

#

besides hass

grand pivot
#

Apparently not ?

wind osprey
#

even my old hardware hat works

#

for sound

grand pivot
#

Not sure what you want me to say

#

Doesn't work. You've proven that

wind osprey
#

which part of the hardware is causing the issue?

grand pivot
#

🀷

wind osprey
#

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.

wooden smelt
#

Switch to Debian 12

#

Python 3.11.2

wind osprey
# wooden smelt Switch to Debian 12

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 ?

wooden smelt
#

Raspberry Pi?

glossy crown
#

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

glossy crown
#

i'm using the homeassistant OS

#

see here

silver viper
#

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

glossy crown
#

@silver viper use the shell to set dns to 1.1.1.1 instead of your router

#

thats what helped me

silver viper
#

I am at a loss. Tried setting the dns on the pi4 to 1.1.1.1

wind osprey
#

haha I'm thinking if node red would be enough for me ... or just homebridge to bridge my powersockets

glossy crown
#

disable ipv6, setup the network device for ipv4 and use 1.1.1.1 as dns

wind osprey
#

so much work and trouble

silver viper
#

ok have a link so that I can make sure I dont type something wrong?

glossy crown
#

@silver viper gimme a sec im searching

silver viper
#

thank you so much

#

just reflashing right now

glossy crown
#

i have no running ha atm otherwise i would look the commands up

glossy crown
#

change the ipv4.adresses and the ipv4.gateway to your own network settings ofc.

silver viper
#

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

glossy crown
#

did you do also "set ipv4.method manual"

silver viper
#

that part I do not think I did

glossy crown
#

do it please, and try it again

silver viper
#

ill give it a shot

glossy crown
#

hmm i'll probably setup HA again 😦

#

since it looks like nooone could help me :/

silver viper
#

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

glossy crown
#

thats fine

#

can you go into the console and do

#

where you see ha >

#

jobs info

#

as command

silver viper
#

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 πŸ™‚

silver viper
glossy crown
#

πŸ˜„

#

youre welcome

#

enjoy your drinks, and drink one for me too!

elfin crane
#

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

midnight girder
#

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

midnight girder
#

anyone?

west rover
#

@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?

elfin crane
#

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

west rover
#

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

elfin crane
#

heard its prone to corrupting

#

lenovo thin client is so cheap anyways worth not having to deal with those issues

west rover
#

Ah sweet, best of luck

wind osprey
arctic cliff
fallen lichen
#

Hows your free disk space

arctic cliff
#

about 700mb~

#

to less? it runs on a vm

fallen lichen
#

yeah, free some space

arctic cliff
#

ok i try

#

now i have 1.6gb free i try to update

arctic cliff
sinful sluice
#

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

stray pecan
#

Is the Debian os installed on the machine or on a flashdrive?

wise lagoon
#

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

tender wren
#

It doesn't seem to have an internet connection, which is needed

cedar sluice
wise lagoon
tender wren
#

If it has internet access and DNS is available.

cedar sluice
fervent trout
#

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?

wise lagoon
wise lagoon
#

anyone have any ideas? ^

fallen lichen
#

What does "doesn't load" all mean? I'd suggest checking the log

knotty lagoon
#

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)

fallen lichen
#

Are you trying to develop for Home Assistant.... or just install Home Assstant? What are you followng?

grand pivot
#

Seems like they're trying to build HA OS from scratch for some reason. Completely unnecessary for installing HA

fallen lichen
#

Yeah, wondering if they're in the wrong channel or just following the wrong instructions

knotty lagoon
#

I'm just trying to install HAOS from scratch yes

grand pivot
#

unless you're planning to do OS development, there's no need to do that

knotty lagoon
#

no, not planning....

grand pivot
#

then just follow the normal installation instructions for HA

#

somehow you've wandered into the development documentation for HA OS

knotty lagoon
#

Thanks!

#

I will re-image and start over πŸ™‚

wise lagoon
grand pivot
#

How are you trying to access it?

wise lagoon
grand pivot
#

Did you try the IP or not?

wise lagoon
#

yeah i did, im not sure if its the right ip though

grand pivot
#

Figure that out first

#

The CLI will tell you what it is

wise lagoon
knotty lagoon
wise lagoon
knotty lagoon
#

are you on different network than the pi?

wise lagoon
knotty lagoon
#

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

wise lagoon
grand pivot
#

cli loads fine with no errors

wise lagoon
#

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?

grand pivot
#

you don't need that if you're already sitting at a CLI

#

ha core logs

raven forge
grand pivot
#

but then it needs to be configured

raven forge
#

Good point. I kinda forgot all about that.

wise lagoon
# grand pivot `ha core logs`

am i looking for something specific? it’s has a lot of network unreachable and address not available which i assume is my issue

grand pivot
#

it's probably your DNS

wise lagoon
grand pivot
#

then you need to review the logs

wise lagoon
# grand pivot 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:

grand pivot
#

can you ping other machines on your network from there?

sinful sluice
sinful sluice
#

To install all the system?

compact oyster
#

Hello, I'm trying to run Home Assistant in a container, using Podman, on macOS.

stray pecan
rancid patrol
fallen lichen
#

Rule 6: not allowed

jaunty merlin
#

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?

humble mirage
#

Because part of installing means it needs to pull docker images, and a restore includes details of the add-ons etc

jaunty merlin
#

Ah okay, guess it hasn’t been an issue before as my internet hasn’t been a problem, thanks for the reply

humble mirage
#

It's an unfortunate side effect of the way that HAOS does restores

sour olive
#

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.

flint harbor
#

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

simple wigeon
#

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!

gentle bramble
#

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)

simple wigeon
gentle bramble
#

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.

tender wren
#

You can try to repair the supervisor with ha su repair

gentle bramble
#

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"

gentle bramble
#

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.

raven forge
#

Share the output.

humble scaffoldBOT
#

Please use a code share site to share code or logs, for example:

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.

frosty frost
#

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?

frosty frost
#

This is a rpi4 on 64bit raspbian (bookworm)

gentle bramble
# raven forge Share the output.

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.

weak storm
gentle bramble
#

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.

weak storm
#

or simplessh wont be added like that

gentle bramble
weak storm
#

Im new to HA and HAOS but maybe try a clean install if its your last option?

#

Or try the repair tab under settings

gentle bramble
#

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?

potent surge
unreal oxide
#

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

humble mirage
#

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

unreal oxide
#

whats unlikely to be years of data?

#

10's of GB?

humble mirage
#

Your database

#

By default it's 10 days, plus long term statistics

unreal oxide
#

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

humble mirage
#

Then the docs will tell you what you're storing πŸ˜‰

unreal oxide
#

ok so 1.6gb is just going to be 10 days as you say above?

#

seems a lot

humble mirage
#

Depends on your setup

#

Lots of very chatty entities, that's quite do-able

unreal oxide
#

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?

humble mirage
#

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

unreal oxide
#

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

raven forge
humble scaffoldBOT
#

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.

gentle bramble
raven forge
#

You don't habe ro. Just add the device and cold boot.

gentle bramble
#

Thanks. Port added. Do I just reboot the VM, or the actual hardware?

gentle bramble
raven forge
#

Select xterm instead of VNC when connecting to the VM. Use the little arrow.

gentle bramble
#

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.

raven forge
#

Try port 0

gentle bramble
#

Basicaly the same result, except now it says "starting serial terminal on interface serial0" (the port number I gave it).

raven forge
#

Weird. Works fine for me. What image are you using? Can you share a screenshot of the VM's Hardware tab?

gentle bramble
#

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")

humble scaffoldBOT
#

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:

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.

raven forge
#

Ahh. The infamous HAOS DNS issues.

gentle bramble
#

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.

raven forge
#

So which DNS servers should it use if not 192.168.1.12?

gentle bramble
#

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

raven forge
#

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.

gentle bramble
#

I find teh format of the ha CLI tricky. How can I update the namesever? (net name is enp0s18)

raven forge
#

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.

gentle bramble
#

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

raven forge
gentle bramble
#

Dammit. Something managed to set it to .12 .

#

It's trying to kill me.

raven forge
#

Well probably your router is giving that out via DHCP.

#

Or perhaps you're running two DHCP servers? Hard to say.

gentle bramble
#

Yes, resolv.conf contains the wrong nameserver.

#

No, I configued it via DNSmasq AddOn, which is no longer functioning.

raven forge
#

I'm not familiar with that addon. Not functioning how? Is it still installed?

gentle bramble
#

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.

faint dust
#

@gentle bramble in what context do you run nslookup?

gentle bramble
#

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?

south hawk
#

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?

manic bane
south hawk
#

The HA-OS (with supervisor)

rancid flax
#

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

manic bane
manic bane
rancid flax
#

?

#

with windows virtual box

manic bane
#

Why would you want to move to that

rancid flax
#

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

#

?

manic bane
#

I would recommend getting a small form factor computer from a used market like eBay and use that instead

rancid flax
#

okey

south hawk
manic bane
# south hawk 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

heavy geode
#

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

desert axle
#

[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

south hawk
#

Is it still going on after I restarted the pi4?

desert axle
#

maybe i knew the proble

gentle bramble
#

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.

south hawk
#

I still have ssh-access. Is there anything I can do?

humble mirage
#

Sorry if this looks like a repeat post,

south hawk
#

I just fugured out that i still have ssh access

humble mirage
#

Hi everyone, im new to home assistant,

south hawk
#

Sorry, I dont know what I should do or what I have to google for.

#

not sure if I should perform a downgrade?

steel marsh
#

Is it worth upgrading Debian to 12?

raven forge
#

Depends.

humble mirage
#

Eventually, yes, you want to upgrade before 11 goes EOL

#

Today ... maybe, maybe not

steel marsh
#

Ok, will leave for now, tx

humble mirage
#

I've upgraded half my boxes to 12 so far, with the HA host one I haven't got around to

south hawk
#

➜ ~ ha core check
Processing... Done.
Post "http://supervisor/core/check": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

maiden thicket
#

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?

humble mirage
#

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

maiden thicket
humble mirage
#

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

maiden thicket
gentle bramble
gentle bramble
#

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?

gentle bramble
#

Yep. There goes my cache again... But all working now. That was a sweaty time for me.

fallen saddle
#

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

humble mirage
#

Only upsides

maiden thicket
humble mirage
#

When HAOS supports it, sure

#

But we've had that conversation

fallen saddle
#

I had the release candidates on a thumb drive and it was booting without problems

maiden thicket
fallen saddle
#

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

fallen saddle
#

@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

fallen saddle
#

Now it booted into CLI

#

I'm uploading my backup

fallen saddle
#

@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

summer quartz
#

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 πŸ€·β€β™‚οΈ

oblique veldt
#

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?

ionic marsh
#

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
grand pivot
#

Seems like you're missing automation: !include automations.yaml in your configuration.yaml

ionic marsh
#

Idk why that would be disabled by default

grand pivot
#

It's just a file. Anyway, it is there by default

ionic marsh
#

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

sand coyote
#

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.

ionic marsh
cerulean skiff
#

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

raven forge
# cerulean skiff trying to access the host filesystem etc on homeassistant os .. i manage to logi...

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

cerulean skiff
#

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 πŸ™‚

ionic marsh
#

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

ionic marsh
rugged kite
#

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?

humble mirage
#

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

rugged kite
humble mirage
#

Yes

#

That indeed is how Docker works

#

It handles all the architecture details for you, you just pull the image

rugged kite
#

ok nice, updating now, thanks!

sullen ice
#

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

peak merlin
#

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

wary socket
#

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?

civic axle
#

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?

sullen ice
#

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

nimble parrot
#

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

nimble parrot
#

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

humble mirage
#

Mostly you don't

nimble parrot
#

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

humble mirage
#

This is for developers of Home Assistant. Do not ask for support if you are using these options.

nimble parrot
#

ah cool

#

many thanks πŸ™‚

nimble parrot
#

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

radiant iris
#

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?

mortal sinew
#

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?

humble mirage
zenith owl
#

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?

grand pivot
#

If you're migrating from HAOS to HAOS, a backup contains everything

heady gate
#

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?

versed vapor
#

if there is no change on the file that may be likely

#

but you should know how your configuration looks like

heady gate
#

well, my question is more: when I define a custom recorder, the built-in SQLite functionality is disabled right?

versed vapor
#

it is highly unrecommended to increase your recorder purge like that btw

#

yes that should be the case

heady gate
#

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! πŸ™‚

versed vapor
#

thats always a good thing to make sure

heady gate
#

yeah I'll move the file and restart home assistant just to be sure no errors in the log appear πŸ™‚

zenith owl
#

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

versed vapor
#

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

zenith owl
#

looks like it worked!

versed vapor
#

the logs may also be able to tell

zenith owl
#

thanks, I was worried about closing it

south spoke
#

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

fallen lichen
#

What does "wont boot" look like?

south spoke
fallen lichen
#

You're certain you flashed the correct image? What kind of power supply are you using

south spoke
# fallen lichen You're certain you flashed the correct image? What kind of power supply are you...

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

obtuse storm
#

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 😦

obtuse storm
#

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!

heady gate
sullen ice
#

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

humble mirage
#

What's the actual error?

humble mirage
sullen ice
#

im using HAOS on a container in my esxi enviornment

humble mirage
#

Ah, so not "Docker"

sullen ice
#

no i realized it now as i was writing

humble mirage
#

(HAOS uses it, but you don't have access to Docker)

sullen ice
#

aaaah cool

humble mirage
#

Anyway, we need the full actual error message

sullen ice
#

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

humble scaffoldBOT
#

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.

sullen ice
#

like thats all i get

#

and there is no ttyusb0 listed even

sullen ice
#

im not sure if there are any other loggs i can send you?

lament sparrow
#

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)

naive pond
#

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?

lament sparrow
#

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.

humble mirage
#

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

lament sparrow
humble mirage
#

Logging in how?

lament sparrow
#

console

humble mirage
#

That should be fine, unless you changed something

lament sparrow
#

(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

humble mirage
#

So you started with the old ResinOS builds

#

Did you ever update to HAOS?

lament sparrow
#

yeah im on 9.2 now, and hesitant to upgrade without being able to get into the console

humble mirage
#

Then there's no password for the console

lament sparrow
#

funky. there is πŸ™‚

#

guess I'll have to dig some more by myself when the other family members are asleep πŸ˜„

humble mirage
#

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

grand pivot
#

Only if you don't log in as root, or if you type 'login' when you're already at a shell prompt.

crude inlet
#

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

south spoke
#

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 😦

raven forge
#

Which file (name) did you use to flash?

south spoke
limpid raven
#

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?

grand pivot
#

if you have a full backup from HA, you can just reimage the drive with HAOS and restore that backup

limpid raven
grand pivot
#

a tool like Balena Etcher will be able to flash it without any trouble

limpid raven
limpid raven
#

I presume because it's not initialized.

grand pivot
#

Nope

#

Formatting means nothing. It's going to replace everything

limpid raven
#

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

limpid raven
#

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.

final socket
#

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.

raw hedge
#

Probably easier for you to usb boot on the pi and flash the m.2 if you don’t have a usb adapter

limpid raven
raw hedge
#

Probably need a driver

limpid raven
#

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?

raw hedge
#

Flash raspberry pi os to a usb

#

Get etcher once you boot off of it and flash the m.2

limpid raven
#

Gotchya. I'll give that a try.

raw hedge
#

Or find what windows driver you need and be up and running

limpid raven
#

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

south hawk
#

Is there another ssh server in HA-OS directly on the superviser I could use to install display 'drivers"?

raven forge
south hawk
#

Can someone of the OPs can delete Bot-POST please?

#

@shut rivet @atomic valve please?

shut rivet
south hawk
#

Thank you very much @shut rivet

tranquil holly
#

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? πŸ™‚

shrewd edge
#

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

tranquil holly
# shrewd edge hey i have installed the home assistant on raspberry pi zero 2w

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 πŸ™‚

low sigil
#

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

raven forge
wise bridge
#

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.

versed vapor
#

It's marked as INFO

#

it is there for informational purposes. No action needs to be taken

tranquil holly
#

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?

neon grove
#

Boot from SSD especially if the other option is a SD card.

echo flax
#

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!

tranquil holly
# neon grove Boot from SSD especially if the other option is a SD card.

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.

neon grove
#
  1. 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.
raven forge
tranquil holly
echo flax
raven forge
#

You need to use your OS' network configuration settings then. That part of HA is only for HAOS and supervised AFAIK.

echo flax
#

I am using Zimaboard CasaOS btw

peak merlin
#

My home assistant install has been stuck on preparing home assistant this may take up to 20 minutes website page for a while?

tender wren
#

Try refreshing the page with F5

peak merlin
#

just refreshes to the same page

#

doesnt change

#

nothing has changed in the homeassistant os console either

tender wren
#

Does the device have internet access?

peak merlin
#

yes wired

#

its running in a true nas core VM

tender wren
#

On the waiting page should be an option to view the process messages. Maybe you can find an error there

peak merlin
#

all looks ok except

#

[supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server

tender wren
#

I had the same. Nothing preventing HA to start.

peak merlin
#

restart the vm?

tender wren
#

You can try that. Worst case would be, something breaks and you would have to set up a new VM

manic lark
#

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

peak merlin
tender wren
#

That page will always be present until HA Core is set up completely

peak merlin
#

how do i send the more details bit

#

its too long

#

the more details bit its no longer like updating

humble scaffoldBOT
#

Please use a code share site to share code or logs, for example:

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.

peak merlin
#

oh one sec

#

[supervisor.homeassistant.core] Watchdog found Home Assistant failed, restarting...

#

this also

#

didnt see it

tender wren
#

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.

peak merlin
#

how long should a backup restore take ?

peak merlin
#

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?

versed vapor
#

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

peak merlin
#

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?

peak merlin
versed vapor
#

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

peak merlin
#

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

versed vapor
#

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

peak merlin
#

ok ty

simple wigeon
#

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.

raven forge
#

Can you share those messages/logs?

simple wigeon
#

One sec to check if I still have access to them. Once I resume it, the error will go away.

humble scaffoldBOT
#

Please use a code share site to share code or logs, for example:

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.

simple wigeon
#

This was the log from inside the virtual machine. The terminal errors were wiped out.

sullen pewter
#

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?

simple wigeon
raven forge
simple wigeon
#

@raven forge did you manage to go through the logs? how can I solve my issue? πŸ˜•

raven forge
#

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.

raven forge
#

Can you check how much space/memory is free in the VM?

simple wigeon
#

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?

raven forge
#

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?

simple wigeon
#

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

humble scaffoldBOT
#

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.

fallen lichen
#

Take note of the...

Enter login first.

simple wigeon
simple wigeon
fallen lichen
#

By typing those letters and pressing enter

simple wigeon
#

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

fallen lichen
#

Once you're at the # prompt, then you can issue both of those 2 commands

simple wigeon
#

....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

humble scaffoldBOT
#

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.

simple wigeon
simple wigeon
#

And these 2 when running the 2 commands mentioned by you.

raven forge
#

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.

simple wigeon
#

How do I exit now? Previously I used "exit" but now it's not working

#

I've pressed Q and went back to #

raven forge
#

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.

simple wigeon
#

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?

raven forge
#

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.

old salmon
#

Hello everyone
I just startet my Intel Nuc with HA, but I think I need to type in some command. Can anybody help me?

raven forge
#

Type in a command to do what? What's the problem you're trying to solve?

simple wigeon
raven forge
#

You might've picked the wrong one.

simple wigeon
raven forge
#

Check windows' network status and adapter overview. It should tell you which adapter is active/connected.

old salmon
#

I’ve tryd reaching the HA URL: site but I can’t reach it.
HA is saying: "Waiting for Supervisor to startup"

simple wigeon
crude inlet
#

You do not want to use a bridged wifi adapter if you want to run this reliably

simple wigeon
#

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.

raven forge
raven forge
old salmon
#

Can I post a Foto?

humble scaffoldBOT
#

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.

old salmon
#

Ok , so I tried "core logs" and it says "network is unreachable"

raven forge
#

I thought you wanted to share a picture of it?

simple wigeon
#

I saw it's signal group is 6, but I don't know how to trigger debug.

coredumpctl debug ???

raven forge
#

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.

old salmon
raven forge
agile blaze
#

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?

dawn kiln
#

and even used terminal to clean temp files.

#

i'm leaking more then 7gb of trash I can't find.

raven forge
#

What do you mean with leaking?

dawn kiln
#

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

crude inlet
#

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?

dawn kiln
#

let me check.

#

200mb

west totem
#

Looks like it's not possible to pass through Zigbee USB host device to HA running on Docker under WSL2. That correct?

quasi bloom
#

any reason why id be getting Dependency failed for QEMU guest Agent when installing haos on a vm

real field
versed vapor
quasi bloom
#

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

versed vapor
#

You probably saw the installation guide hmm

#

Those should include a qemu agent

manic bane
west totem
raven forge
calm vigil
#

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?

austere yoke
strong thicket
#

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

humble mirage
#

Did you reboot after restore?

strong thicket
# humble mirage 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.

humble mirage
#

Suggestions can be made on the forum

humble scaffoldBOT
#

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.

strong thicket
steady carbon
#

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

quartz wing
forest surge
#

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.

humble mirage
#

Have you set up one of the SSH add-ons, such that you can use an SSH client to connect?

forest surge
#

I had to stop it to give esphome some ram

#

I will start it. 2 sec.

raven forge
#

It's not like a SSH server uses much of it.

forest surge
#

I ran out of ram at some point and it solved my problem back then. Maybe i can let it run.

humble mirage
#

You need better hardware then

#

If you're that RAM constrained then the odds are your problem is running out of RAM

raven forge
#

ha host logs might show some OOMs.

forest surge
steady carbon
forest surge
#

i do have some issues wao

#

a lot of stuff coming from old integrations that i dont use anymore.

raven forge
#

Might be a good idea to disable/remove it.

forest surge
#

i just did

forest summit
steady carbon
forest summit
#

Me neither.

steady carbon
#

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

forest summit
#

Time is the issue here. πŸ™‚ i think these pi5s are good but cutting edge.

calm vigil
vivid goblet
#

can somebody help me with installing home assistant os on a old laptop?

humble mirage
#

Lots of people are trying over in #general-archived - but you really need something faster than that one

trim zenith
#

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

quartz wing
#

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)

calm vigil
# quartz wing The tunnel acts as the reverse proxy right?

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

quartz wing
#

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

sharp narwhal
#

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.

grand pivot
#

It replaces the original OS

humble mirage
valid mica
jolly mesa
#

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?

humble mirage
#

Resize the disk in the VM settings and then reboot the VM (or shut the VM down, resize it, then start the VM)

jolly mesa
#

But if I click on the VM name, and than change the value under capacity nothing happens :/

humble mirage
#

Not immediately, but once you resized it and rebooted the VM HAOS should resize

jolly mesa
#

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

jolly mesa
#

I think my problem is that I followed an old guide when setting up my VM... it is based on a vmdk image πŸ€¦β€β™‚οΈ

humble mirage
pastel sparrow
#

Ah, my apologies

humble mirage
#

Sounds like you didn't enable the frontend though

calm sapphire
#

how do i reregister a account to home-assitant because i have forgoteen all my login

vague cove
#

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!

humble mirage
#

how do i reregister a account to home-

heady gate
simple wigeon
#

So hopefully this will be the case indefinitely 🀞

pulsar turtle
#

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.

raven forge
#

Best to use a "real" PC to virtualize

pulsar turtle
#

Ugh, I just don't want to buy more hardware.

humble mirage
#

Then don't use add-ons

raven forge
simple wigeon
humble mirage
#

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

pulsar turtle
grand pivot
#

and it can't, but Tinkerer's message above explains

spare badge
#

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 😦

grand pivot
#

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

fierce flower
#

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?

tender wren
#

The RPi5 might need other options

worldly wharf
#

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.

raven forge
#

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.

worldly wharf
#

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*

raven forge
worldly wharf
raven forge
#

So you use systemd to run a init.d script? That makes little sense.

worldly wharf
#

to be honest, I have no fucking clue, I searched for init.d because this tutorial had put the script inside the init.d

raven forge
worldly wharf
raven forge
#

Core does not have addons either. Container is core inside a container.

worldly wharf
#

I'm not using the HAOS because I already have this ubuntu machine for my plex server

raven forge
#

You could virtualize HAOS. But doing that on ubuntu (or any non hypervisor specific OS such as proxmox VE) is more for linux gurus.

worldly wharf
#

I don't see much of a problem of how I'm running right now, just want it to start automatically

raven forge
#

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.

worldly wharf
#

oh, them I didn't understand what addons were

raven forge
#

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.

worldly wharf
#

I'm going to install the docker later, I think it's easier

raven forge
#

That's what I'm trying to tell you πŸ˜„

worldly wharf
#

With containers I'm used to setting things up

#

thanks for the help!

glad crest
#

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.

brittle sail
#

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

glad crest
glad crest
brittle sail
#

nothing in logs?

glad crest
#

Nothin aside from initial install, which all seems okay. After every restart I try to refresh the logs but nothing new

brittle sail
glad crest
#

Yes - though according to the docs, I should be able to start the server before adding that to the config.

glad crest
#

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?

brittle sail
#

correct

#

i moved over and moved back last year