#installation-archived
1 messages · Page 65 of 1
Cut back on the energy drinks… lol
I don’t miss days like that at all.
heh yea I'm trying to find a job with regular 8-5 job
stuck at this part where go command is
ugh. That is much more complicated than I thought it is @proven grove
Ugh, you’re installing Supervised. Not HAOS.
That’s why I asked if you needed the link.
I hope this is the right channel but I'm reinstalling windows and was wondering is there's any way to keep my HASS Agent integrations working on the new install without having to reconfigure them?
because from what I understand it'll create new entities for the new install instead of using the old ones
You may be able to rename the entities afterwards
You'll probably have to delete the old device first though
Every time a HA core version is installed, then a lot of apps are not running. I need to reboot the rspsberry pi. Then it is ok. This is quite annoying. There is no warning and. I cannot find this back in the log. Also HAOS is still on 10.4. Upgrade to 11.0 fails
Check ha supervisor logs and ha core logs via SSH.
Im having difficulty installing Kasa integration with Matter Support. It links automatically and asks for my authentication/authorization. I put in my correct name and password to the Kasa integration, but it wont accept it. I saw somewhere that I have to add to the YAML code, but cant figure out what or where to put it, or if its even needed. Anyone have any experience with new kasa switch integration, it would be appreciated.
hi i have an really nasty Home assistant OS bug, or better sayed i dont know where or why it happens...
since around 4-5 days i have the problem that my hass froze completly at 8:02 am every day. it lose network connection and also when i have an keyboard and monitor connected to the hardware (bare metal install) i cant do anything anymore, i have to do a cold reboot with pushing the power button until it the system is offline. also the zigbee connected devices dont work anymore at these time
What kind of hardware are you running it on? SD card install? SSD Install? Sounds more like a hardware issue than an actual HA issue to me.
thinkcenter with ssd
i guess, but i think it wierd that it happens exactly at 8:02 every day, i think i t happens there because at these time my hass entity for my router say the connection is offline
And you're running HAOS? Or is this a VM install or something like that?
haos
🤔 Are you running any automations at 08:00? Is there anything in the HA logs?
i had an automation at these time but its deactivated since ~2 weeks, i dont know what logs i should look into because most logs are lost at restart and dont know how to make them permanent
beside of that no known automations, i would look into cronjobs but dont know how on hass os cli 😵💫
If you go into the console, there is a home-assistant.log.1 file from the last known boot.
one moment i will look into
oh and here you can see the connection loss at 8:02
normal that i cant upload screenshots?
@hasty remnant Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
okay as far as i see only the network connection just got lost
because i saw that zigbee still see his devices and loggs triggers from them
No errors from before the network connection being lost?
no errors
and than its just network errors
https://ibb.co/wJyxvjK
Hmmmm, no errors in the HA logs leads me to believe that it's probably a hardware issue.
It looks like it's losing the network adapter for some reason.
but i find it really interesting that at the same time its losing keyboard connection also
like i saying even when i connected with a physical keyboard im not able to do anything then
or the graphic output froze, but its unrealistic, because when i disconnected graphic and connected it again im getting the same output than before
Quite possibly a kernel panic happening. You could try something like dmesg and looking for errors there.
but dmesg shows only the actuall system as far as i know
normally in /var/log there would be dmesg.0 for older system boots.... but there is no :/
how can i access journalctl? there are journal logs but i cant run the command
hmmm thinking about revover a hass backup to older version a week ago and looking if it works again 🤔
when i look into my backups from system and addon updates, i guess it was the 2024.4.4 -> 2024.5.1 update since i have the network problems
at least i have done these update the day before the network problems started
@proven grove Woke up with fresh mindset. I finally got the ACTUAL HAOS. I had to use other guide rather than you gave me a link
Here is the console output
https://postimg.cc/d7tpV1Pk
so it does seem that i may be subject to this issue as well:
https://github.com/home-assistant/operating-system/issues/3362
unplugging usb peripherals now allows the homeassistant.local screen to show.
I have a aeotek gen5+ zwave stick.
The question now is where can i download an older version of the OS outside of the raspberry pi imager
All you need to do is rollback to version 12.2 ha core update --version 12.2 ( I think that's the command).
goes to find a usb keyboard.
seems from the docs its in this format: --version 2024.5.4 how does that align with 12.2?
Yeah, I had the command wrong. It's os not core.
excellent. see that now
so
ha os update --version 12.2 if i can't find a keyboard i will try flashing
anyone got a guide to install HA on proxmox?
grab the iso and install it to a vm?
still seeing issues in the console. gonna just flash it
should it be the 64 or non-64 xz file. when using the imager, it doesn't distinguish so not sure what its choosing. guess would be 64
Tried this - it cant find github
wget https://github.com/home-assistant/operating-system/releases/download/12.3/haos_ova-12.3.qcow2.xz
unxz haos_ova-12.3.qcow2.xz
qm disk import 100 haos_ova-12.3.qcow2 local.lvm
What does it say? Your DNS is likely misconfigured.
--2024-05-17 17:24:02-- https://github.com/home-assistant/operating-system/releases/download/12.3/haos_ova-12.3.qcow2.xz
Resolving github.com (github.com)... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘github.com’
unxz: haos_ova-12.3.qcow2.xz: No such file or directory
haos_ova-12.3.qcow2: non-existent or non-regular file
What does nslookup github.com and cat /etc/resolv.conf say? Please use code blocks.
pretty clear their dns is busted
;; communications error to 127.0.0.1#53: connection refused
;; communications error to 127.0.0.1#53: connection refused
;; communications error to 127.0.0.1#53: connection refused
;; no servers could be reached
root@barberserver:~# cat /etc/resolv.conf
search local
nameserver 127.0.0.1
root@barberserver:~# ```
if your not sure what to set for dns, you can always try 1.1.1.1 and 1.0.0.1
looks like you have it set to localhost, which means it'll never resolve anything
I usually recommend to set it to the gateway's ip. Check cat /etc/network/interfaces.
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.150/24
gateway 192.168.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*```
How to i change dns?
Very new to proxmox
thats the network config of proxmox
Run nano /etc/resolv.conf. Replace nameserver 127.0.0.1 with nameserver 192.168.0.1 then try again.
not the vm itself
oh, you're trying to download it to the proxmox host still lol
in your proxmox webui, go to datacenter -> pve, on right side, System -> DNS
and set your dns servers
;; communications error to 192.168.0.1#53: timed out
;; communications error to 192.168.0.1#53: timed out```
Might be simpler that way but I figured if we're in the CLI already.
Yeah this needs a thread. This will take a minute.
his gateway might not be running a dns resolver, really depends on his network setup, I'd just slap 1.1.1.1 and 1.0.0.1 in there for now just to make things work
im back in business. thanks for the help.
Just received my beelink. First time I will try HA. I plan to use HA, adguard and an alternative to Dropbox. I have never done that before. So any terminology might be new. Which is the preferred way to do it? With time, I might find another fun thing to install. But for now I have those 3 in mind
Please don't post the same message into multiple channels.
I realised it might be wrong in the other one. But forgot to delete it. It’s more about how to install it.
If you think it fits better there I can delete this one instead
No here is probably better.
nah bro ha just intergrates more and more things
Do you mean that installing HAOS and then through that I can install adguard and next cloud in the same beelink?
With what I recommended you can run adguard in its own VM or container. Don't abuse HAOS for something it's not good at.
ok. So after a youtube video and reading your post. I replace windows on the Beelink with proxmox. That will be used as a way to create VMs and install whatever I want there. and they can run simultaneously. There, i can create HA, AdGuard and Nextcloud VMs. So on the same Beelink mini-pc, I will have
- proxmox
- HA
- Adguard
- nextcloud
running at the same time. Understood correctly?
hey! I am getting a timeout when trying to pull the latest docker via docker compose. is there something going on at github or is this issue on my end, and if so, how do i fix it?
image: "ghcr.io/home-assistant/home-assistant:stable"
Can you ping and nslookup github from your container machine?
pinging github doesnt work, but i can access it just fine via the browser
is this some sort of ipv4/ipv6 issue? my isp is making my life hell with that stuff
Ok, so that's the problem. I don't know about any ipv4/ipv6 thing that would prevent a ping. Is this all on the same machine? Windows? Mac? Linux?
home assistant is on ubuntu server, but i had the same ping timeout for github.com on my windows machine
Yeah, that would lead me to believe you have a bigger issue than HA. What happens if you ping/nslookup ghcr.io?
i fixed it. for some reason being logged into my github EMU account blocked ghcr.io and github.com on my whole network🤦♂️
i logged out of that one and then logged in with my standard github account and then it unlocked pinging the websites and pulling from them
thats new though. only started happening today. who knows whats going on there
Honestly, I've never seen an EMU account actually lock domains across an entire subnet before... adding this to my "crap I've never thought of" list.
nevermind. its still acting weird. when i try to access the website github.com it loads forever, then throws me an error, then instantly goes to the website. i cannot ping it though
Your ISP hates you... or your router, either or both. 🙂
i can ping ghcr.io just fine though! just github.com is not responding
If you can ping ghcr.io and it's resolving, then the image should be pulling. You did test this from your Ubuntu server, right?
i can ping it just fine, then when i try to do the pull command, it still fails
"context deadline exceeded"
That's a Go error... wtaf? Are you using a compose file or just a straight docker command?
docker-compose pull
Hmmm... try docker compose pull (no hyphen).
"compose" is not a docker command
What version of docker compose are you on?
1.29.2
i mean it shows up when i do "apt list" so yeah, i guess
should i do apt install docker again? it tells me that it wants to add a new package docker wmdocker
Probably... or just apt update if you installed it that way.
update and upgrade doenst update it
Obvs hold any packages and yadda yadda yadda.
Wait what? upgrade doesn't update the package you installed with apt?!
well its on latest
so nope
even on latest "docker compose is not a command". 1.5-2
only docker-compose
im on ubuntu jammy LTS btw
You should install it via their docs: https://docs.docker.com/engine/install/ubuntu/
Ubuntu might use their snaps or whatever. It's probably in a different package.
Hmmmm... docker-compose was deprecated a while ago.
Yeah, that just uses apt in their scripts. But, the repo might be outdated or something.
Try apt install docker-compose.
hmmm i am afraid that uninstalling the current docker version and installing through that guide would break stuff in my HA docker thats currently up
Sounds like you have no backups 😉
docker-compose is already the newest version (1.29.2-1).
I don't like this as it gets no updates.
I just did it on my Synology that had an old Docker version and no compose
I'm suggesting the least intrusive potential solution
ill do a backup and then probably just reinstall docker to get back to a place where it should be. thanks for the info. i kind of doubt its going to fix the "context deadline exceeded" error though
Try apt install docker-compose-v2.
# apt-cache search docker | grep compose
docker-compose - define and run multi-container Docker applications with YAML
docker-compose-v2 - tool for running multi-container applications on Docker
I checked here earlier but completely overlooked it: https://packages.ubuntu.com/search?keywords=docker&searchon=names&suite=noble§ion=all
hey, that worked. the command works now, but pulling is still giving me an error😅
Error response from daemon: Get "https://ghcr.io/v2/": context deadline exceeded
thanks for that nudge in the right direction already
I think you should try disabling ipv6
I saw this a few times but unfortunately I don't remember a fix for it. It can have a few different causes.
my ISP is problematic with that. i can disable it but then 50% of the internet doesnt work anymore
i cannot disable it on the ISP router, i can disable it on my proper NAT router and on the machines
ghcr.io doesn't even have AAAA records from what I can tell so the v6 tests will fail but you'll see.
We could try some basic connectivity tests
nslookup ghcr.io
nslookup ghcr.io 1.1.1.1
ping -4 ghcr.io
ping -6 ghcr.io
curl -vLI4 ghcr.io
curl -vLI6 ghcr.io
it works for a while then it stops working for a while
i was just able to ping ghcr.io like 50 times and now i cannot ping it anymore. its like i am getting timed out after doing a bunch of requests
I suppose you could use tmux and run pings to x different hosts each in a different panel and see what happens.
But this is more playing around rather than installing :p
now i was able to ping it again and once i do curl its stuck on "trying"
Does your docker host have a static ip or does it get one via DHCP?
DHCP on the machine but the router determines a static IP for it
I still don't know what the proper term for that is. I call one a static lease and one a static ip. Anyways, I just wanted to single out a potential ip conflict.
I started a HA update tp 2024.5.4. ...it says it 9 hours ago ?
Oh wait...I think it just finished...
I have the Linux version of HA (not Docker nor VM. maybe Core). How do I stop this from auto-booting?
Is this the right cmd?
systemctl disable home-assistant@homeassistant
hello. HA on diet pi. :8123 login box but no passowrd or login work. any clues.
thanks sorted now.
Using a Pi5. Does ethernet need to be plugged in for setup? I'd assume thats the only way it could communicate
Yes
No luck getting to the site. DNS issue i'd guess?
A little light on details... what site? What are you trying to do?
sorry haha. first time set up. just installed. the homeassistant.local 8123
Can you get to it via IP address? (ex http://192.168.x.x:8123)
Hey HA guys! I got HAOS running on my Mac Studio M2 Ultra, thanks to your suggestions a couple of weekends ago!
HAOS? Can you attach aa monitor and keyboard to it and see if you get a console? It might still be setting up.
yup i got a monitor and keyboard plugged in. I pulled the ip from it
Ah, ok. So you can see the console? Try running ha core check. If that comes back clean, then I'd try a full reboot of the rPi.
the core check came back successful. is there a command for shutting down or just pull the plug?
no luck.
what is running bellow hassos? i want to install ethtool to look more deeply into nic related problems i have since a few days and dont know how to install that :/
found it
Hello, I am trying to Install Home Assistant OS via Proxmox, and I get the HTTP 500 /TLS Handshake Timeout Error when trying to install it
Here is the Log, and it keeps repeating itself
2024-05-18 15:57:11.763 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2024.5.4: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.5.4&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: TLS handshake timeout") 2024-05-18 15:57:11.764 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec 2024-05-18 15:57:41.765 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2024.5.4 2024-05-18 15:57:41.765 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2024.5.4. 2024-05-18 15:57:51.863 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2024.5.4: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.5.4&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/qemux86-64-homeassistant/manifests/2024.5.4": net/http: TLS handshake timeout") 2024-05-18 15:57:51.864 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
looks like i propably found my problem and i even have confirmed it with forcefully restarting my router :/
https://github.com/home-assistant/operating-system/issues/3368
Hello peeps, I cant seem to get this conbee ii device to configure. I've decided to give homeassistant on rpi4 a go, but when configuring the device, i get a "failed to probe USB device". So far ive tried turning if off/on, switching to USB 3.0 slot, and then manually updating conbee ii via command prompts.
Huh interesting!!! I remember a few threads about that on the forums. Good catch!!!
Hmm good point didn't think Ed about looking more into it on other channels, I think I will today and link them into the issue
The forums are full of interesting threads. It’s weird because the questions here and there are wildly different.
What do you mean with "the question" are "widely different"? I can't follow atm
Oh you mean in general I guess
I thought you mean something about my question
lol sorry. Still on my first cup of coffee. Yeah, generally speaking.
Hi, so I currently have HAOS on my Pi, but I'd like to run some other things on it at the same time (HA doesn't use much of the CPU as I have a pretty small installation). So, I'm planning to put some version of linux on it, then install HA and other stuff. But there's lots of different versions and methods. What's the best method (i.e. with the most features) that stilll lets me run other stuff? Thanks
I think my options are a VM running HAOS (which I imagine isn't ideal since there will be performance lost, right?), supervised (which appears to have pretty much all the features of HAOS), the container and core. I don't know a ton about linux, so which option is going to be best here?
Supervised is not an option: #installation-archived message
I wouldn't recommend virtualizing on a pi. A (U)SFF/Mini PC would be a great idea for that though and it's what I recommend: #hardware-archived message
In case you care why I don't like pis and think above is much better: #general-archived message
With the hardware you have I would recommend the docker installation method. As OS I like debian but use what you're familiar with.
i already have the Pi tho, so I'd prefer to use that, though in future if I need a small computer for something I'm definitely going to like at a mini pc rather than a Pi. using the container is kind of annoying though, since it lacks addons, and a supervisor (which as I understand basically makes sure everything is always up to date etc). I'll probably go down that route anyway though, thanks for the help!
Addons are just docker containers with some glue so they can be integrated into HA and managed by the supervisor.
so it is still possible to use them in a container? specifically esphome, and maybe duckdns if i set it up to be accessed remotely
As I said. Addons are containers so I'm not sure what to answer to that.
Anyone else having trouble updating from 2024.5.3 to 2024.5.4? Im seeing this in the supervisor which I've never had trouble with before:
2024-05-19 20:35:18.036 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.5.4: 404 Client Error for http+docker://localhost/v1.44/images/ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.5.4/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.5.4")
2024-05-19 20:35:18.039 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed
I'm not seeing any DNS or connection issues
Ran out of space?
Nope. Only using 20% of my available storage
running 'nslookup ghcr.io' looks to be working fine. Not sure why it can't find the image.
ping on ghcr.io is ok too
I'm trying this on Home Assistant OS 12.3 on a raspi 3b.
Which I installed about 1.5 years ago and never really had much trouble updating until this
If I run a 'df -h' no partition is above 22% on use
Don't forget to check df -i too
On EXT4 it's possible to run out of inodes before running out of blocks
But in both cases you usually get a no space left on device error, so it probably isn't that
Can you try running docker pull ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.5.4 via SSH?
You need the Advanced SSH addon with disabled protection mode.
Could be an ipv6 issue
Going to simply try a raspi reboot then yes. Thanks for the help!
OK. Did a full system reboot. Tried the update again and everything went smooth. I have no idea what was going on. Thanks for the quick responses @grand pivot @placid burrow @raven forge !
I'm switching over from running HA on windows to Linux, and I'm not getting anywhere past getting the docker running.
I followed the official guide to set up HA through docker and Docker Desktop says it's running, but when I got to any of the URLs to set up HA it wants me to log in. I found out it's trying to point to my Pi that's also running my current HA. When I turn off the Pi, no URLs want to load HA.
Checking the logs through Docker Desktop, no errors are shown and the last line given is
"s6-rc: info: service legacy-services successfully started"
I've installed HA on Ubuntu and Mint and I'm getting the same result, so HA isn't communicating somehow.
Installed how?
Hi smart people: I am having trouble updating to 2024.5, After I update, I get stuck in an SSL handshake error. Not sure what has changed. It's been working fine for 12 months (using cloudflare to tunnel out). I can't even access the local IP after the update. So All I can do it back out and reinstate my snapshot. Any ideas??
Installed by following the official guide onto a docker image: https://www.home-assistant.io/installation/linux/
Hey @raven forge, I found the issue. It was the dns running in Home Assistant OS, the set the dns to 8.8.8.8 inside the HA OS, it worked.
I first tried changing my router dns to 8.8.8.8 but the issue did not resolve. I had to change the dns in the HA OS in order to get it working.
By default the dns in HA OS is set to my router gateway address.
Is anyone familiar with the rpi4 installation and HA-OS and often crashes? Usually happens to me every couple of days. Nothing I can find in *.log.1 besides the usual errors regarding InfluxDB database is not accessible. Running it directly on my SSD I attached to the pi.
And reading its jounal is not so much a thing on the HA-OS it appears.. wonder why there's no addon for this. Guess it has to do with docker.
Do you have an externally powered USB hub for the SSD, or is it directly connected?
Directly connected with the power I got with the pi.
Try an externally powered USB hub
You think that's the cause? Lack of power? Even though when I had debian installed (with HA on top of it) I never had any crash issues.
It's common enough that it's worth eliminating
True that. Is there a way to confirm it? Something being written somewhere in the logs?
I've seen a lot of HAOS users with power problems on a Pi that they never had with another OS
No idea - don't use HAOS myself
Appreciate the reply. Guess I'll go grab a hub. See if that resolves things.
I have HA set up in docker, is there a command I can use to update a specific container via ssh?
What do you mean by a "specific container"? Are you using docker compose or just straight docker commands?
Docker compose. I want to update node-red...
I also have portainer set up, but wasn't sure if I could do it through there
You should be able to just do a docker compose pull [container name]
oh that's too easy. I'll try that as soon as i can remember my ssh pass :eyeroll:
lol ssh-copy-id [user]@[host] is your friend once you remember your password 🙂
Okay, back in. Let me try the pull... do I need to stop the container first?
Nope
Just do a docker compose pull [container name] && docker compose up [container name] -d
Could throw a down in there as well, but you don't need to. the up will recreate the continer
I really need a cheat/reference sheet for this. Pulling up the yaml to get the container name cannot be the easiest way
lol nodered
no config file provided: not found
Are you in the same directory as your docker-compose.yml?
cd to the directory where your compose file is and then run the commands.
yup. on it. it's working now
All this just to use the new device trigger XD
So to update everything, do you just do a pull without a container name? -- I'm not doing that right now, but for my reference sheet...
LMAO... at least it's usually a fast pull/recreate.
Yup... just docker compose pull && docker compose up -d --remove-orphans will do it.
hey guys! i hate to be that guy since i searched for a couple of hours for a fix on a raspberry pi 4b. I just found HA yesterday when I was botting up MM and wanted to give it a try. I'm getting the good ol (WARN) HA CLI not starting! Jump into emergency console. I've done the fixes that I've read, waited the 20 minutes rebooted the pi and tried login. I'm currently at a loss since I'm brand new to this. Any insight would be appreciated since I understand you guys get the same question over and over again.
I aliased that to a command I called docker-update.
Awesome. Thanks @proven grove! Looks like that all worked fine
Happy to help 🙂
so much nicer than the rpi install I had before putting it on a thinclient
Are you running on a SD card? Do you have a keyboard and monitor attached?
Yup. Personally it's my preferred installation method.
On a 32g card and yes keyboard is mounted with a screen
Im pretty new to the whole Pi world, only thing ive done with one is Octoprint for my 3D printers but that was pretty straight forward
Try to reimage the card and see if that helps. Might just have been a bad flash.
No worries. We were all new once 🙂
i was going to try that next lol. lemme give it a shot and ill hop back on if the issue is still haunting me lol.
Sounds good! 🙂
one last question. Should i do the wifi stuff in the imager or should i leave that all blank
nvm it doesnt give me that option sorry
You shouldn't connect HA to WiFi. Ethernet is the preferred method. WiFi can be flaky.
omg....thats probably my issue im so sorry. i didnt tie in to an ethernet. sorry!
it won't show up in the logs, because the system can't write to the logs when it loses power.
Ohhhhh duh... yeah, it needs internet access to install.
yaaaa.. hard to have interwebs without interwebs connection! we just had a baby last week so my brain compacity is not 100% lmfao
lol no worries! Been there, done that.
That I understand :), but when I check the pi (when HA is no longer available) the light is still on and so is the ssd. Heck, it was still reading/writing according to the flickering lights. Same with the LAN port. That's what I find strange.
So I got everything running but correct me if I’m wrong. It’s just using the pi as a server? I was thinking that there was going to be a GUI on the pi to show the dashboard on the screen of the pi
Womp womp. I was hoping it was going to be like magic mirror lol
HAOS has no local desktop, or web browser
If you need that then you'd need to use a different install method, but a Pi3 would break trying to do HA + a desktop
Gotcha
Thanks for reporting back! That's kinda weird.
You can also use completion: https://docs.docker.com/config/completion/
As in type docker compose TAB, docker compose up TAB and so on.
For whatever reason, I have never gotten tab completion on container names to work right. Followed the docs and it still works like 1 out of every 5 times.
Do you have it working using zsh?
No I use bash.
Hmmmm, ok. Maybe that's why.
Zsh completion and suggestions are my savior
Type the first character of a command and it recalls exactly what I wanted much of the time
Mostly the main reason I use zsh... along with various plugins.
The only real modification to my shell is fzf (I use its CTRL+R enhancement a lot) and perhaps a few aliases. My backlog of cool things to try is so long I have no clue where to start most of the time.
I haven't made any mods to my shell for like 3 or 4 months now. I'm so proud of myself. 😄
I just installed ZSH, changed my default shell (chsh), followed the docs I linked and logged in again. Completion works fine 🤷
Some proof: https://imgur.com/a/afYsLDe
Hmmm, maybe it's one of my plugins then... I'll have to play around with it today.
I am currently running Home Assistant Core on an older Synology NAS server DS215j. I have searched for ways to install HA OS but it required VM or Docker, which both do not run on this older NAS server. I also have an older Raspberry Pi somewhere which is a 3 Model B, but if my research is correct this is also the bare minimum to run HA OS?
Do I need to invest into new hardware before continuing with HA OS?
The Pi3b will work, but it is the minimum and not really recommended
#hardware-archived has a long history of better recommendations than a Pi - mostly second hand small form factor PCs from the likes of Dell or HP
Hi there!
I've searched for months but I guess I lack too much theory to find the answer myself.
I have HA OS installed on a raspberry pi 4 connected to my router.
I haven't access HA for several months and I'm afraid that messed up with the HTTPS certificate.
My internet service provider (Free, in France) provides a domain name with a RSA certificate.
On my ISP interface, the certificate is said to be valid (expire in 72 days).
On any SSL checker (www.sslshopper.com), the certificate is said to be expired.
On my HA interface, the connection is impossible and retries infinitely.
I cannot connect via the local IP, I think this is because I did something stupid in my config file.
I can connect via SSH but I don't know what to look for.
Is it possible that the certificate is valid on my ISP side but not on my HA side? If yes, how can I correct that via SSH?
Otherwise, is my ISP just mistaken on my certificate status? (they obviously don't answer me 😦 )
yes
http: ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem
Correction : I think I did something stupid in the GUI, not in the config file.
I'm still a bit confused about that GUI configuration system, it seems far more difficult to recover if you can change it only if your system works...
You should be able to connect with https:// if HA is running
So my isp is wrong ?
@loud widget I converted your message into a file since it's above 15 lines :+1:
Please share your compose file. Also make sure the firewall is disabled.
Pretty sure there's no docker desktop docs so what did you do exactly?
I'm very much new to linux, so bear with me.
I installed docker from here: https://docs.docker.com/engine/install/ubuntu/
I did not install via docker compose
You should 🙂
What command did you use exactly to start the cotainer?
Installing it now, but I used Docker Desktop to start the HA container
I can't help with the docker for desktop on linux part because I never used it and don't know how its networking works as it uses a VM. Not sure how it configures it or of it supports host networking. I also don't recommend a GUI on a server.
Oh shoot, I didn't know it acted as a VM. I'll get rid of that then.
As a very simple test you can try sudo ufw disable and see if HA is reachable then.
Says so in their docs here: https://docs.docker.com/desktop/install/linux-install/
Yeah I already looked into that and I couldn't reach it.
I'm going to go off of this guide (https://www.home-assistant.io/installation/alternative/) and use the docker compose section
You could also try this: https://docs.docker.com/network/drivers/host/#docker-desktop
HA uses host networking and if it's not enabled/available it will not work. It's why Docker Desktop is not documented for the windows docs. At least not yet.
So I'm trying to do a clean install HA with docker compose (https://www.home-assistant.io/installation/linux) and running the code to install it returns several command not found.
You might have to use sudo or install the engine again.
Oh I'm an idiot. I tried to run the compose.yml as code lol
It's up and running onboarding now, but how do I make sure HA starts up on its own after a reinstall?
make sure you have this in the docker-compose.yaml for the HA service: restart: unless-stopped
Looks like I already had it in the yaml. Just wanted to be sure though.
running a container is, IMO, the easiest way to make a persistent service that starts at boot
That's why I've been looking to finally learning Linux. I have a pi running HA right now, but I'm hoping to get nginx on the pi
Any idea why when I upgrade to 2024.5, I get stuck in an SSL handshake error. Not sure what has changed in 2024.5. It's been working fine for 12 months (using cloudflare to tunnel out). I can't even access the local IP after the update. So All I can do it back out and reinstate my snapshot. Any ideas??
Nowadays the recommendation is to use compose.yaml btw.
I need help with getting my hassio instance, running in a vm, online. I had it working (so not sure if it fits in installation) for a long time. I made some changes on my router (added guest ssid) and nothing went wrong with anything else, the host computer and all other devices as far as i can tell are all online nad working. hassio however is not connected to anything. I can not even ping the router or anything else on the lan.
I tried to reboot (the vm) but it did not help
I can access the cli from the host computer, but I dont know where to start to debug this.
its some networking magic. I rebooted the host and now its back.
@upper trail I converted your message into a file since it's above 15 lines :+1:
plus nothing loads.. like history etc
Read-only file system
You need to look at the host logs to find out what's going on
lots of readonly messages in it's console.. i don't know what changed
Try a VM reboot
Depends on what you're doing with it
Plus whether you allocated 64 GB actual, or sparse
Database is the usual culprit if you don't use cameras
Yeah no cameras yet
Is a 2012 mac mini a good place to run home assistant?
I have it running on a pi 3 with sd card but running into problems and ithink its either the sd card or just generally underpowered
but mac mini is pretty old
probably not
shoot
Just for context I got another user off of a Mac Mini 2014 recently and onto a rPi4. Even that was better than the Mac was.
3rd gen mobile i series CPU in the 2012 mac mini
I'd guess it depends on what exactly you're running on your HA setup. mac mini is a lot more capable cpu and can have a lot more RAM and is easier to do with SSD boot than a pi. but it also uses more electricity and can't do hardware decoding of h264/5
well its already on all the time anyway for homebridge. so I am not too bothered about electricity. I do have unifi protect connected to HA but I dont know whether that needds hardware decoding h264. it is only used for glancing at snapshots. however there are over 70 cameras attached.
but the pi even with the sd card is mostly handling it.
its crashed a few times. I dont know exactly why. the logs said it couldnt be sure it turned off correctly or something like but no clear answer on what happened.
see, now you're talking about something different.
running HA as a VM along with other services is not the same as running it bare metal.
sd cards can't handle the write cycles from HA. you're best off if you can boot from SSD/HDD
I'm gonna try that
see how it goes
Hi, I'm having this issue:
Is there a way that I can login to the machine? Port 22 doesn't appear to be open
It's a fresh installation
is it connected via ethernet?
Port 22 won't be open on a new install - there's no SSH daemon by default
right, but that error is that it can't connect to ghcr.io/<a bunch of stuff> and so I was wondering if it was actually connected to the network at all
That can be a problem if there broken IPv6 - the host gets an address but there's no connectivity
hmm, same stuff over here. fresh installation on a new RPi5 and freshly written 32GB card (Raspberry Pi Imager finished with no problems)
error message looks like:
[supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi5-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2024.5.4
[supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi5-64-homeassistant with tag 2024.5.4.
[supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2024.5.4: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.5.4&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi5-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: TLS handshake timeout")
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
let me try asking the same thing but from the other direction. you aren't trying to use wifi instead of ethernet are you?
i did my pi5 install several months ago, so a different version was installed, but it went ok
nope, I am using ethernet behind IPFIRE.
is the above link supposed to contain anything? (https://ghcr.io/v2/)
from the error message, I'd say "only if you're authorized"
but that was my only idea, sorry
Hi there, I'm fairly tech savvy and created a bootable USB using balena etcher, booted into Home Assistant, was able to navigate to the URL via IP, but after clicking Start on the page eventually the page stopped responding. So I tried refreshing and it was no longer responding. I went to the box I loaded it up on and I'm trying to diagnose it now. I've ran supervisor logs and see that Home Assistant has crashed, but I'm not sure how I can dig a bit deeper. Any one able to point me in the right direction?
I also tried various core restart and core stop and all that stuff, but I'm just curious how I can get more information about the crash
(Also, and sorry for the spam, this is an x86-64 install on some custom hardware that I have which has 16 GB RAM, and some other good specs that I'd need to refind since it has been so long)
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
Share the logs
What's the best way to capture the logs? Or is there a site / doc I can refer to? I'm not sure for example if I'll need to browser the directory on the USB via a standard PC or what not and is it just core logs and supervisor logs
Yes, core logs, supervisor logs, those logs 😉
Copy and paste to a code share site, then share the URL
❤️ i think I just got lucky, I appreciate you being patient and trying to help me out
i ended up trying a slightly older version 12.1? and it seems to be working without issue
currently looking at the dashboard and exploring around. like i said i think i got lucky, but again thank you for trying!
i'm really bad at doing multiple messages, but does this do the installation in the background or something? I'm used to installing linux via live cds so being at the dashboard is a little confusing unless it either installed in the background or it is in a live mode
for the x86 bare metal, it's running off whatever you installed the image to. I used etcher to put it on an SSD via a usb cable, then I moved that SSD into the sff PC I was planning to use
ohhh so it is kind of a live situation and running straight from my USB
i wouldn't call that a "live mode" because there's no option to install from it
Did you flash HAOS to the PC's SSD/HDD? The live image of Ubuntu or Debian is just for doing that.
i didn't. i did the not recommended balena etcher install flash of the x86-64 img
don't run it long term from a flash drive
now i'm seeing why it isn't recommended lol
Yeah, you have to do that to your SSD/HDD. Not the USB stick
HAOS 12.3 seems to be causing problems for lots of people
i was hoping it would let me install from the USB to my SSD via this
Or running it as a VM is also an option
The docs are pretty clear that it's not an installer, but if you just watched a video you can miss that
There is no installer like Linux distributions have
yeah it's my fault
you can take your hopes in one hand...
but now i know and knowing is half the battle GIIIII
ok gonna do the ubuntu thing like was pretty clearly spelled out. thanks for the help yall
Also I'm going to go ahead and try 12.3 again now that I'm targetting an SSD. Maybe it will be useful to know if the vector I was coming from was the issue. Won't spend too much time though if it fails again
am i just supposed to see just this single page with the home assistant logo after putting home assistant behind a reverse proxy? it did allow me to connect to it via the app
Have you added the reverse proxy to the list of trusted proxies and enabled x_forwarded_for?
Yes i have and i do get to see a page with the logo
the app lets me connect & control via the reverse proxy as well (even without wifi)
the webpage when accessed via proxy is just a logo and i cant login or do anything on it
Have you tried to refresh the browser cache (Ctrl + F5 for example)
-_- you dont even want to know how long ive been testing configurations because i thought it wasnt working yet

thanks Jorg!
alrightttt i'm back. now i'm stuck where docker seems to be hanging whenever it says it is starting the CLI. i let it sit for a couple hours and no progress. I then opened up a new window with alt+f buttons and tried to do some ha commands, but that appears to start another docker process that hangs too. where can i go to find more information at this point?
i'm currently trying 12.1 on x86-64, but i tried 12.3 and 12.2 before coming back
i would normally try running some supervisor logs or something but i think those are ha prefixed which just aren't working at all
Weirdly enough I tried running a few commands on docker and ‘docker stats’ hung too
Interesting i was looking through my BIOS and saw vt-d was off. That could be it. I’ll edit this message if success or not. edit: doesn’t look like a success
Please share some pictures of what is going on.
Is video okay? Could be quite a few images otherwise
Sure. Just share a link.
I will have to tomorrow. I have a video available now, but it isn't pointed (it has crap in the background and goes on for too long). I only used it to see the errors scrolling by of which I assume you guys would to (is that grammar right? lol)
i may end up just running this in a VM. quite a ride just to get spaghetti detection on my P1S 3d printer haha
welp, seems like backups don't have modules or plenty of other important things.
What do you mean?
On HAOS backups include add-ons, custom integrations, and everything else
On Container/Core backups include everything in HA, including custom integrations
well my HAOS backups don't apparently. 🤷
I thought with 180MB of data it would, but nope
If those are full backups then they should, unless you've found some obscure bug
You can unzip one and look inside
how can I check if a backup is supposed to be total or partial ?
That I don't know, but it should be in the metadata or backup name
I don't use HAOS 
hmm, alright.
thanks.
in any case, I still have the old machine, so it's not critical, just a small PITA
the weird thing, checking the .tar, is that there are custom integrations (HACS), and traces of additional modules (LMS)....
well it's called like that in the French UI. xD it's the SSH terminal, MQTT broker, adguard home
add-ons
Those too are in a full backup
Maybe something went wrong with the restore
thanks. Well I'll see when I have time. thanks again !
Hi, I forgot my password but I don't know how to reset it ... I'm working on Home Assistant on the web, but when I click on forgot password, it goes to a web page, and none of the possibilities are my situation. I don't even know if I'm the owner but I think so. I just need a link to change my password...
Hi , I'm not sure if this is the right place for this issue and am writing this as a complete noob to HA but basically I shifted homes recently and so my wifi also changed , how do I configure home assistant to work now (I use it in a vm on windows) , if I start the vm and try to connect to home assistant the page just doesn't load and on the phone app it says connection timed out .
Which address do you use to access it? Please run ha network info in the VM. Usually it's bridged to your PC's NIC and should just get a new ip via DHCP. Can you also share a picture of the VM's network settings?
the ipv4 address thing?
im soo sorry i have no clue about this :0
All of it.
okay, new backup had all the addons, new system seems completely operational !
I run HA on a VM on my computer and I'm using google to access to HA, so I don't really know how to reset my password... But yeah I already read this article, it seems there is not my case
Then your console is in your VM UI
It is that simple 😉
If you don't know how to access that you need to tell us the VM software you're using
I'm using Oracle VM VirtualBox, when I'm powering my VM, I have indeed a console. Do I need to do that ? : TO RESET A USER’S PASSWORD, VIA THE CONTAINER COMMAND LINE
If you are running Home Assistant in a container, you can use the command line in the container with the hass command to change your password. The steps below refer to a Home Assistant container in Docker named homeassistant. Note that while working in the container, commands will take a few moments to execute.
docker exec -it homeassistant bash to open to the container command line
hass to create a default user, if this is your first time using the tool
hass --script auth --config /config change_password existing_user new_password to change the password
exit to exit the container command line
docker restart homeassistant to restart the container.
Thanks a lot !! I'll try that
is it possible to change the keyboard ? I'm using AZERTY but my VM is in QWERTY
Don't know
Wait, there are other countries on the planet besides the US? 
That reminds me. I love when people on github give you a downvote when you're trying to be helpful.
I get both sides of the fence here
it's probably a lot of work just for the console when that should only be used as a last resort.
To be honest the first thing that comes to my mind when issues like this arise is something like "this wouldn't have been a problem if HAOS would be based on debian".
🤷♂️
I don't know why os people make the choices they do
My guess is "ooo, new shiny os backbone, lets use that"
I don't have the domain knowledge to judge anything in that area. It's just a thought that comes to me.
We could make a feature request to change the default keyboard layout to Dvorak
So it is equally inconvenient for all 
I just use developer SSH to avoid it 😄
I had a coworker who played that joke on me a number of years ago. It literally broke software on my PC and I had to reinstall multiple software packages.
(win7, random 3rd party software)
It's not unique to HAOS. Certain glances keyboard shortcuts don't seem to really work well either on different layouts.
my favorite coworker prank is to set the error sound to something really long and annoying. like a 7 minute vuvuzela performance...
hey , thanks for helping , i reinstalled home assistant with a previous backup and it started to work!
I know how to create a Actions eg. to Apple Watch,
But how can I controll or delete a action I don´t want?
The are actions I see in watch that is from sceens I don´t want in watch but i still want to have the scene..
I've been using HA in my home for years usually in a Proxmox lxc. I have a rpi 4 that I just installed HA on to use in my RV. I think this is the first time I've ever run HA on dedicated hardware... My Question is what might be a recommended, or even, supported way of using the rPi as an access point as well as the HA?
Ask in #ios_and_mac-archived
pretty sure you can't do that, but also I wouldn't want to do that. travel routers are so much better than they used to be, or your mobile internet device will be its own access point
Where I'm going there may not be internet access. I'm just wanting to connect HA to an esphome voltage monitor and maybe some ds18b20s along with my android phone. Perhaps there is a way to do that with bluetooth?
I'd still do a travel router then
I'll check 'em out...
https://www.amazon.com/GL-iNet-GL-SFT1200-Secure-Travel-Router/dp/B09N72FMH5 something like this is great
if you end up setting up other services within the RV (streaming media, as an example), it provides the IP addresses for everything and you can connect it to the wifi when you're at a stop with wifi. that adds a layer of protection for your devices and also connects all of them to the internet via the one connection instead of doing it for each thing separate
: - ) That's exactly the one I'm looking at. Plus I can run it from USB.
if you were the sort of person who liked making things and also visual humor, you could make a teeny tiny server rack to house the travel router and the raspberry pi
The router just arrived
Wow, fast
hey, so i've got
http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1 # Add the IP address of the proxy server
- 100.64.0.0/10 # You may also provide the subnet mask
in my config.yaml, and it was working fine yesterday, but then watchtower updated me to 2024.5.4 from 2024.5.3, and now i'm just getting a slew of http: proxy error: dial tcp 127.0.0.1:8123: connect: connection refused messages in my log, and none of my automations are working (and i can't connect). I'm running the image from linuxserver/homeassistant because that lets me easily slip tailscale into the image so i can access it that way. there are no error messages about a bad trusted_proxies value
Sounds like HA isn't running
@tropic solar just saw your question and it can be done on haos, I use an add-on named 'hass.io access point' and it works well
That make sense… but not I get to be mystified why. Using recreating the container with older images doesn’t seem to have made a difference, and I’m not seeing anything obvious in the logs as to why either.
What do the container logs show?
Also, what does your container definition look like?
Hi, i received some alert on HA for Login attempt or request with invalid authentication from 115.69.197.104.bc.googleusercontent.com (104.197.69.115). See the log for details. Does i need to panic ?
Probably someone trying to attempt a login from google cloud. As long as you have a strong password set (and maybe even MFA), you should be fine. If you have your HA exposed publicly, these do happen sometimes.
I dont have the 2fa yet but if i implement it, does the ha compagnion on my girlfriend cellphone and mother cellphone will popup randomly ? Becasue i using tracking to do some automation
Yeah, they will get MFA popups as well. Unfortunately, security > convenience.
Ok thanks !
What do the container logs show?
Anyone have this issue when trying to install as a VM on esxi?
https://i.imgur.com/M0ZvasV.png
what are you running esxi on?
I'm migrating from an old HA to new one. My integrations arent showing up. I'm just seeing the default installation. Everything else appears to be copied over okay. Any suggestions?
Did you do a full reboot of the host? (rPi, VM, etc)
yes, scp'ed the files over, and rebooted the container
hi - was trying to do hass in k8s
What's "the container"?
is there a preferred way to set up the container's default configs?
seems like the only safe way would be to apply any defaults with an init container
@rare tinsel I'm using the container from homeassistant, the stable image.
But did you reboot the hardware it's running on?
Ohhhh wait... you're running Container... ok, no reboot needed. Sorry about that... I thought you meant HAOS for a sec.
Try doing the restore from backup again... seems like it's not getting everything.
I'm specifically trying to deal with these without any hand-configuration:
2024-05-23 02:04:54.831 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 10.1.0.0, but your HTTP integration is not set-up for reverse proxies
but it'd also be nice to have db settings, etc, already there
you need to set this up: https://www.home-assistant.io/integrations/http/#reverse-proxies
K8S isn't a supported installation method. However, the only thing I could think of would be to inject your configuration.yaml file when you are building the pod.
homeassistant edits the configuration.yaml in-place, though, right?
yes it does... i think?
HA never edits configuration.yaml
Nope
oh, neat
ok, so it just rolls out some set of defaults when ther e isn't one?
just trying to figure out what shape of thing I need to do to keep from stepping on home assistant's toes
Should be able to use ConfigMap. Not entirely sure that will work though.
https://www.home-assistant.io/docs/configuration/ < seems to suggest editing of the config is pretty normal
@proven grove so i realized my issue, my scp isnt copying the hidden files .storage, etc
but if it also means that the edits are all done by the admin, that's fine
I had a suspicion it was the backup file or something like that.
HA doesn't edit the configuration.yaml file. It has to be done by a user.
thanks
just a lot to unpack with both the HA container as well as the usual helm charts for it
lol, I mean, you could just use the docker container and not mess with all of it? 😉
definitely an unusual architecture to use an init system in a monocontainer instead of breaking it up
and maybe I do end up just writing my own pod yaml at some point
deployment, statefulset, whatever
It seems like a fun project and I know other people have gotten K8S to work, but supporting it is a PITA.
it's a way of frontloading the work, for me
it's easier to come back the second time, but the initial deployment hurts
keep running it on some random container on my router, and it's fine but it's idiosyncratic
migrate it into k8s, and I can get access to it from outside with https and single sign-on
regarding matters of taste, there can be no argument
shrugs
you pick the pain you would rather deal with
Yeah, I went with docker swarm for that reason. I found it way easier to script out a default install using docker than k8s and not have to worry about helm and such. But yeah, def agree with the "pain you would rather deal with".
is there a way to output logs to a different directory?
logs, dbs, etc - is there a way to configure home assistant to use one directory for all that and another for configs?
Nope.
mmk
thanks for all the help - I think I got it all in a shape I can live with
an r620, dual 2660v2s
what version of esxi still supports those old CPUs?
version 7, can install version 8 as well if wanted
but you have to use the cmd to bypass supported HW
but it should work, i have HAOS installed previously as a docker image without issue
ah, so not 7 or 8. but you use a hack to get around the supported limitations. I think you mean you have HA installed as a docker image, not HAOS
no 7 is supported
8 is not supported directly
and yeah sorry i had HA installed
You could always try a different VM hypervisor like proxmox
Hey all, searched the channel but couldn't find anything specific on this; trying to install home assistant through pip, but version 2024.5.4 isn't found per the x86_64 guide, just 2024.3.3. Did I miss something?
Do you really WANT to run Core or is there some reason you are (dev work, etc)?
Just following the guide, I have an existing web server that I'm hosting and just want to throw it on that instead of running in docker
sadly not an option
Ugh... ok, speaking from experience... use the docker install. You'll have a MUCH better experience. Or, you could use a VM and run HAOS. Core is really only for developers and experts that know what they are doing (I'm not saying you don't know what you're doing, just that the experience is going to be a lot better).
hmm, okay. appreciate it nonetheless
I've been running the docker install on a VM and having fun with it, I just wanted to break my web server so I could learn more
Ahhhhh ok... That's a bit different then... But, what you might want to do is check out the code from github and just run it locally and poke around that way. That's kind of how I found out a lot about how HA does things. You could also do the same approach (I don't know what version is up in pip, tbh) on your webserver with a venv or something.
no worries, poked around a bit, nuked the install location, remade it forcing python3.12 for the venv, and pip seems to see 2024.5.4 now
I think I made it the first time with 3.11.2
mqtt broker is no longer settable from yaml at all?
just making sure - was hoping to cram as much conf into the container description as I could
hi, i have a problem with the supervised installer. since i need to run a virtualhere server on my rpi5, i wasnt able to use the standalone os. next attempt for me was to install the raspbian lite edition, get that virtualhere server running and move on with the supervised installation. i also have installed portainer in my system. now the HA system is up and running, but it gives me serval warnings which states erros like "unhealthy system - docker" or "system not supported" or "apparmor problems". since i dont have HA in english i dont know how to translate the exact error. is there any way to fix this?
The way to fix it is not use supervised with that set up. If you're going to use supervised (which is not a good idea), you need to abide by https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md
You probably just want the container install since you've already got Docker/portainer on that system
you can run virtualhere on a pi0
you don't need to complicate HA by running them on the same device.
yea but my license is bound to the pi 5
well, that wasn't a great decision but you shouldn't let it cascade into more bad decisions. maybe get another pi for HA.
i used the pi for pihole, virtualhere and plex before. (and some basic python scripts im working on in my freetime).
you can keep using that pi for those things and give HA its own
when i discovered ha i noticed i can keep all that with the standalone system.. exept for the usb support i need for my 3d printer
i dont think for my use case its worth it, since i only want to controll a few lights in my house and keep track of my solar power (which i can do anyway on the enphase website). was hoping there is a simple way to do that
and you don't have a pi3 lying around to use for that?
i'd say that your use case isn't worth dealing with one of the hard or expert level installation methods rather than not enough to spend a couple of bucks on another pi
i dont have any other pi lying around. a few zeros which i use for my car, but i doubt they are capable of handling it
they are a little underpowered, sure.
I plan on migrating from my sd card to an external drive today. Is there a particular way I should go about doing it?
Could i pop the sd card into my mac, then completely clone it. pop it into the ssd, I am guessing i will need to resize the partition afterwards since the sd card is smaller?
Does anyone know of a good guide or have any advice?
you're running HAOS, right?
I followed the fresh install instructions onto the new drive, then restored a backup to it
Is that really good for copying absolutely everything over. Like if i do that, as soon as the backup is restored, is it going to completely feel like nothing has changed? HACS, add ons, users, configs, everything. Is there anything that will need setting up again?
I moved my Home Assistant by restoring a full backup from one HAOS install on a PC to a VM on Proxmox, other than then having to change. the ip address on the new VM once I turned off the old one everything else was identical.
Okay I guess I will try that 😨
i've done it about 8 times now, trying different hardware and drives and vms and whatever
is there a way to replace windows with ha or something like that, I want to run ha on my old desktop, I first did this via a vmbox but that isn't really ideal (I still need to update windows, vmbox randomly stops working etc)
wait nvm, found it I think
I'm trying to migrate my raspberry pi from sd card to ssd. I have followed the instructions to image home assistant onto the ssd. Disconected the sd and plugged in the ssd using external power supply.
Im not getting any network activity through the port the pi is plugged into if i use the ssd. swap back to the sd card and I get activity again. any ideas?
does the SSD adapter have its own power cable?
3
you need to do extra work to do that with a 3
oh. I am happy at least theres a solution
Can I do that using haos?
haos is not raspbian or raspbian lite, so you'll need another sd card
ah f***
or to wipe that one out, but I'd be careful with that one until you're confidently up and running on the ssd
yeah true
sd cards are like three dollars
i guess they're 4 dollars https://www.microcenter.com/search/search_results.aspx?N=4294966791&NTK=all&sortby=pricelow
still
Will i need to have a display?
or SSH access
or can this be done through a browser
if its a clean new os install will ssh be enabled?
only if you enable it
do you know if it can be enabled during the imaging process?
after the imaging, in the settings on the boot partition
oh wait
i just remembered that they did add that to the rpi imager https://www.tomshardware.com/reviews/raspberry-pi-headless-setup-how-to,6028.html
oh cool i thought it might be something they would add
I am really struggling to get the pi3 to boot from usb
I followed all the instructions and copied and pasted everything but i think the guide might be outdated as the first command failed and the the desired code is not provided with the following vcgencmd otp_dump | grep 17: 17:1020000a
which is basically meaning that it is not set to boot from usb
so i am lost
cant believe it but i figured it out there is a new config.txt in a different directory /boot/firmware/. i needed to cd into that and then used nano to add program_usb_boot_mode=1. after a reboot i got the desired ```vcgencmd otp_dump | grep 17:
17:3020000a
I only figured it out after using nano to read the original config.txt there was a commented warning that it had moved.
So proud of myself.
noice
I am trying to figure out how to add items to UI Lovelace Minimalist? I have room zero and living room that was there from the start. I want to add one somehow.
#frontend-archived might be able to help
Sure, I asked there. Thanks.
I cannot access HA, locally nor remotely. I can only access its CLI when I connect directly to rpi4. Is there a way to turn off remote access over CLI?
What do the logs say? Run ha core logs and look for errors.
Also, if you can, post your configuration.yaml file.
I was having some weird issues with the web interface not appearing, so I decided to go for a clean slate (after taking backups, of course) - so I made a fresh install of HASS and put it in the Pi 3B+ - but U-Boot gets stuck on showing Net: No ethernet found. starting USB.... etc etc and scanning for devices. And that's where it remains. I've tried rebooting. I've tried flashing a different OS (RetroPie) - that loaded. Flashing HASS again - stuck on the U-Boot screen. Its never done this before.
I don't even know where the U-Boot comes from; I've never seen it before. I just did the full official HASS installation - first time via the Raspberry Pi Installer, the second time via Belana Etcher - same result each time. So if its an SD card issue, then why did the RetroPie install inbetween seem to work?
But I will look around for another MicroSD card to see if that'll work.
Since yesterday morning my raspberry with hass os is not reachable anymore (from external, could not check internal yet). Do you know of any problems with the latest core update?
Hello! I have a very weird problem. I create a user mqtt:mqtt. install Mosquitto, start it. Install the device MQTT setup mqtt:mqtt as user and I get “error: received null username or password for unpwd check
2024-05-25 19:37:33: Client mqttjs_7e0cb206 disconnected, not authorised.”
Someone has an idea?
I updated mine to 2024.5.5 last night and since then it has been stuck in a restart loop. I just managed to restore to the last working version 2024.5.4 and it seems to be okay for now. Would recommend to revert back to last working version for you and maybe wait a bit more before updating core
Will do so, when I am.back a home in a week. Thank you
Godspeed friend! 🙂
Thanks again 😊
Did you repurpose the pi?
Hey! I have a strange problem that there's no info on the internet support/communities. I installed HAOS trough linux KVM, but when it finished and went to ip:8123, there was no welcome page, only login page, so I can't create a user, neither there are existing users. The only thing I have is the terminal (wich I can't use ha auth reset...)
hello, i have installated Home Assistant OS on a old pc following the documentation of x86-64 but when i start i have a black screen
What PC is it? Does it have UEFI?
yes it havw UEFI
You might have to add the EUFI boot entries manually as stated in the docs. Keyword efibootmgr.
actived
So what is the PC model? What does efibootmgr say?
Can you also run lsblk -o+FST,PE,LABEL in the live environment?
Is there a way use vmware fusion to install HA on m chip mac?
Hello, I'm having trouble running HA-Supervised on debian. It is a brand new install. Apparently setup went smoothly but I'm getting a bunch of errors in the core logs. It is shutting down after the fact. Can anyone help me?
I'm not sure where's the right place to share my logs.
Reconsider your choice of installation. There's no reason to use supervised
No, I never did. I never had anything else installed but HASS - and now RetroPie, which I just did as a test to see if it was the HASS installer that was corrupted or the actual Pi itself - but if other people have had issues connecting, maybe I just have to wait for the next version and try to flash that? Or a new memory card when I can get one.
Hi. Isn't Debian trixie/supported for Home Assistant Supervised?
If not, is there a way to make it function...?
I also started with the installation via Docker, but then I realized that some things like addons or host OS control were not supported with that method.
The “problem” with addons in containers is
- that they are incomparable (to me) to the convenience of having everything in Home Assistant
- there is not (I believe) exactly for every Home Assistant addon a Docker container already designed ready to use on Docker Hub, or elsewhere
Addons are just docker containers. And since addons are usually open source you can basically run everything yourself. You can run HAOS on bare-metal or virtualize it if you want the convenience (and can live with the limitations) of addons. If you want to run supervised you have to stick to very specific requirements and won't get much or any support.
If you wonder why supervised is documented then.
Analytics (remember, not everyone has them enabled) show roughly 15K installations:https://analytics.home-assistant.io/
It was tried to deprecate it and people were very angry about it:
- https://community.home-assistant.io/t/on-hold-deprecating-home-assistant-supervised-on-generic-linux/194310/2
- https://www.home-assistant.io/blog/2020/05/09/deprecating-home-assistant-supervised-on-generic-linux/
- https://old.reddit.com/r/homeassistant/comments/ggmxzs/deprecating_home_assistant_supervised_on_generic/
I understand why, I was just curious why Supervised didn't support a Debian testing version (trixie), when this is still Debian but with newer kernels and packages...?
It tells me it can't install it when I install the homeassistant-supervised.deb.
Maybe there's a way to make it believe it's on Debian stable and it would work the same?
Also, I'm okay with use Docker in general, but my fear is that some specific addons may not be containerized or may not work properly when they are
Supervised isn't one of the recommended installation methods. It is prone to issues.
Using a non-stable release would even worsen that.
The recommended installation methods are HAOS or a Container install.
Maybe we can ease that fear if you tell us the addons you're afraid of replicating.
From what I can tell things like voice seem to be a bit involved and have no proper docker documentation (yet) for example. Most other things should be relatively simple.
Not one precisely (you can name any, Meross, DuckDNS, Nginx, etc.), and I'm almost certain that 95% of the most famous ones that I'll want to use anyway will be dockerizable.
It's that 5% that maybe isn't that scares me. Because on the one hand you have addons that you can install with one click (but you must have Home Assistant OS to do so), on the other hand you don't know if you can do it and how if so.
No problem anyway, I was just trying to figure out if it was possible to trick homeassistant-supervised.deb into working on Debian trixie
Hi, I'm trying to install Home assistant on an admin PC without internet. I've already install it on my own PC thanks to virtualbox. So I tried to do the same for my admin PC by puting virtualbox.exe on an USB and the vdi of home assistant. But when I try to power it up, it doesn't work... "Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE). AMD_V is disabled in the BIOS (or by the host OS) (VERR_SVM_DISABLED). if someone knows this problem or has an idea, that would very kind ! thanks in advance
You should enable virtualization in the UEFI if you want to virtualize.
how should I do it ? i'm not used to admin PC... I've tried looking on internet and they tell me to press esc key when i'm restarting the PC but apart from a sound, it does nothing...
You’ll have to figure out how to get in the BIOS for your PC.
okay 😩
Just spam ESC, F2, F10, F11, F12. Or check the manual for the PC/Mainboard.
It used to be that you get a screen that stays for 10ms that tells you the buttons you can press but a lot have replaced it with just a logo. Can't have sane defaults apparently.
okay I'm in it made a lot of noise but i'm in ! but I dont have the administrator password to enter the bios ... i'll need to ask my boss, thanks anyway
it made a lot of noise
What did you do to the poor device? 👀
hello I have done goofed
somehow when I was fiddling with my voice assistant yesterday, I think i crashed the HA server and now it's refusing to boot lol
I get a error which says the supervisor failed to start, I've tried following the advice on some of the forums, but it's not fixed it yet
What is the actual error (or forum link)?
the specific error is "system is not ready with state: startup"
have tried banner, supervisor repair, supervisor restart
all return the same error
Can you describe what you were doing and what you changed? Seems like that forum post is a bit generic.
I'm not entirely sure. I was working with code in ESPHome to fiddle with the boot lighting sequence in a OnjuVoice google nest mini
was working on redoing the settings for the conversation agent in the OpenAi settings, attempted to use this integration and it crashed after that. Was able to reboot it once, then not again
https://fixtse.com/blog/local-ai-home-assistant
Don’t suppose you grabbed a backup before messing with the settings, did you? I’d almost say try in #voice-assistants-archived , but this sounds to me like the integration is preventing HA from starting, but I’m not sure how. Do you have the log file (or the previous one from the last boot)?
no backup, nope. I'm not sure how I would access the logs, it doesn't appear to be connecting to the network as far as I'm aware
oh maybe hang on
i have an IP address but it doesn't appear to be letting me remote into it
But wait, you already have access to the CLI, right?
I have the minipc with the HAOS connected to a monitor with a keyboard, yes
Ah, that’s all you need. You can try ha core logs or probably cat the actual log file (i think)
same error unfortunately
What about cat /config/home-assistant.log?
gave back "unknown command "cat" for ha
tried cli cat etc, core cat etc, core etc
no luck
I have the SSH terminal addon added in the OS, not sure how to remote into the server unfortunately
attempting to rapidly learn atm will give any updates I have
I am getting error "connection refused" from linux terminal using ssh command
That makes sense as HA isn’t running. You said this is on a mini PC. Running in a vm?
no, HAOS installed directly to the HD
i don't have enough brains to set it up in a VM or docker lol
Try ssh’ing to port 22222.
no luck
lol that’s fine. 
tried 22, 2222, 22222
do you have the right ip?
I've never done SSH to my haos, but it prompted me for a password right away when I tried just now
yeah i'm using the IP reported by my router, which is connected to the HA box by ethernet
oh I see. did you follow these instructions linked from code's link?
I should scroll up, I don't know what you're trying
oh man, no backup? how can you have no backup?
painful but valuable lesson there that you need to take to heart and apply to all areas of your digital life.
Lesson #1: Always take a backup. I can’t say this enough.
fair enough, lesson learned there lol
always take regular automated backups to both a local and an offsite location
I use the Google Drive Backups add-on and it's saved my butt
if you prefer a different cloud provider, I think there are add-ons for most of them
Ok, so when is your most recent backup from?
nah as in "will not fuck up like that again" lesson learned
yeah, lesson learned now but that doesn't help now
you might have a backup anyway, because the system takes them for you when you do updates
which would be at smb://yourIP/backup
(if you have the smb addon installed)
unrelated to your misfortune, I really want to do the network thing you said you could help me with @proven grove (like 3 weeks ago), but I'm heading out of town at 5:45am tomorrow and I have a severe aversion to making major changes right before a period of personal availability
not certain, the command in the linux terminal returns "no such file or directory"
today is the first day since I talked about it that I've had a free day without people relying on the network to do it. hopefully I'll get another day before a month passes
I'm not sure where they're stored on the local filesystem, but you could probably go something like,
du |grep back```
to find that folder
just kick 'em all off lol, that's what my IP department at work does
/jk
would this be in the CLI terminal or the linux terminal I'm attempting to remote on?
yes, well, I like living here and interfering with my sweetie's teaching or my son's education would make the place less great
linux terminal
which is a CLI. I think the direct connection via keyboard/monitor is more of a console than a shell
i do think you can get a shell there by typing "login" though
lol no worries… ping me whenever.
thanks 🙂
now i'm more confused
when you boot up HAOS and you get the ha> prompt, that is not a linux shell
I have two shells open, one on a linux machine, not connected to the HAOS. One on the HAOS machine that's causing issues
that's a home assistant console, for issuing commands to home assistant rather than to the linux underpinnings
if you type "login" there, that will take you to a root shell
the one on your linux machine is only relevant if you can ssh from it into your HAOS install
I don't have anything handy to grab a screenshot here, but where you said you were trying to type "core cat" whatever? where it has an ha> prompt?
yes
that's where you type "login"
got it okay. was able to get to the shell
Woot!
k, now the du command to find the backups folder
du just tells you how big every subfolder is, but that conveniently dumps every subfolder name into the stdout to be piped through grep and get the path
right I now have a list longer than I am tall of files
you left out the |grep back part
oh, I wonder if it has grep installed. I take that for granted a lot
you're looking for a folder, so maybe make it backup
so cd into it and ls to list files
hopefully it's a bunch of tar files
rather than empty
yes it is
so you want to grab the biggest recent one
hopefully that is or is close to the biggest overall
not sure how to tell which is most recent or largest
ls -Shal
great thanks. got one from a few days ago, not the largest but close to it
S for "sort by size" h for "human readable instead of bytes" a for "include directories" and l for "show the long list instead of just file names"
ohhh that's cool
so hopefully you have some way to copy that file to a remote system, and can use it to restore from when you reinstall from scratch
scp is a good choice, if you have another linux machine with ssh enabled
that'd be scp <filename> user:pass@remotehostname:. to copy it to the user's home folder on the remote system
I'm not sure. if I insert a USB to the mini PC would I be able to copy it to that? I was able to find the HAOS install in ssh but it wouldn't allow access
you'd need to go FROM the HAOS TO the other system
and no, it will likely not mount a usb drive
damn okay. any tips on where to look into ssh into the Linux machine?
i would probably do * instead of the filename, come to think of it, and just grab ALL of the backups to the remote system
there are ten million tutorials online for running an ssh server under linux
got it okay. I appreciate all your help!
not that I can't still help, I just have had to revise my guess at your level of expertise six times already
and let me just say, you should not be trying to use HACS to install an "AI" on your system until you get a LOT more experience with the various moving parts, if at all.
it's not the worst goal to work towards, but it is a pretty advanced topic. nobody builds a house in their first week as a carpenter
I've used linux for a number of years, can fumble my way through issues usually. that being said, i'm a nurse so my expertise is with moving bits of human bodies lmao
yeah, you had mentioned that before.
people with all sorts of jobs are able to learn many additional skills, often to levels even higher than they've learned their occupation. Keep learning as much as you can for your whole life and never use where you are as an excuse not to move further.
definitely agree! a lot of my issues stem from not having experience with the basic backend i think
with that said, I shall attempt to go do some more learning. I appreciate your assistance!
no problem, good luck and have fun!
hello, I need help configuring the NGINX proxy, could someone help me?
@pearl sail Don't ask to ask, just ask your question. Then people can answer when they're around.
When you do ask a question, try to provide as much background detail as possible. Ask yourself these questions first so that others don't have to:
- What version of the Home Assistant are you running? (remember, last isn't a version)
- What exactly are you trying to do that won't work?
- Is the problem uniform or erratic?
- What's the exact error message?
- When did it arise?
- What exactly don't you "get"?
- Can you share sample code, ideally with line errors where the error occurs?
I have a couple of options for where to install Home Assistant, and I wanted some feedback on which would be the “best”
Option 1: Raspberry Pi 3B+
Option 2: PC with i7-920, I forgot how much RAM, and some HDDs
Option 3: Windows XP era Dell Optiplex with unknown hardware.
There’s technically a 4th option, but I’m saving that one to be used for OPNSense as a Router (Because my networking is hell due to Apartment living)
In my opinion 2 or 3. Preferably virtualized.
Really? Over a Pi?
over a pi3, yeah
Well, that’s…. Ok that narrows things down lol!
pick whichever one uses less electricity and space
I guess I’ll consider cracking out the XP machine to see what the actual hardware inside it is.
Both of the PCs use about the same physical space
Yes. Pis kind of suck and I don't like them: #general-archived message
#installation-archived message
And, I probably won’t virtualize my setup yet because I know literally nothing about Proxmox. And I don’t want to learn 2 things at a time.
you also don't need an i7-8700 with 32gb of ram and an nvme drive, but that was what I had lying around.
HAOS is not that fun to install.
it's not that bad either, especially if you have a boot drive that you can remove and connect via usb to another system
A lot of people I talk to don't even have a HDMI adapter. I don't want to expect too much.
and if you use a good backup strategy, you can always replace your bare metal install with a vm under proxmox when you feel like learning that
I mean, I hoard a lot of shit. I have… a CRT, a VGA LCD, a Windows 98 era PC, a Macintosh LC1…
you expect them to know how to install/run/manage proxmox, which is a bigger leap than "owning a usb adapter"
I’m fairly knowledgeable about PCs and can “use” Linux. But Proxmox is a bit beyond my knowledge currently.
Software vs Hardware 🙂
Exactly.
I expect people to own more things than they know how to use
Hardware is arguably my better specialty.
But, thanks for the insight on what I should do for my Home Assistant host device. Right now I don’t have a lot of things I can really use Home Assistant with, but I plan to get some lightbulbs to improve my home lighting and also run them through Home Assistant.
I’ll probably first try to integrate some way to turn my PC off and on through Home Assistant from Midnight to 5am to help save some power (my gaming PC is power hungry)
hello. I am trying to image haos onto an ssd. I am assuming I should use something like balena etcher and a file from here... https://github.com/home-assistant/operating-system/releases?
if so, my question is which one.
haos_generic-x86-64-12.3.img.xz or
haos_generic-x86-64-12.3.raucb?
The one that the docs tell you :): https://www.home-assistant.io/installation/generic-x86-64/
oh nice. A quick google takes you elsewehere
I managed to get the pc to boot into usb ssd haos and had a seemingly working haos with command line and all. But I realised I had it plugged into a port on the wrong vlan. So I fixed that up and unplugged the system. Plugged it back in. And now I can't get it to boot anymore. System just says what it said when there was no boot drive installed.
Anybody have any ideas?
I just got it to boot. I had to esc after powering on and manually select the usb drive to boot from. So I think this is no good for automatic power on after a power cut. But at least it booted 🤷🏼♂️
Looks like it has set the usb drive as default it boots straight in now 🙂
looks like a have another problem now. An error occured while installing Home Assistant, check the logs below for more information.
oh it wasn't letting me in but now it is 🤷🏼♂️
So... I'm not seeing the Home Assistant Welcome Banner on the screen I have plugged into my generic X86-64 PC...
I did the full "Use Ubuntu to install" thing, but I just have a blinking cursor.
Ok... how the hell can a Core 2 Quad Q8400 with 6GB of RAM run Ubuntu 24.02 LTS, but not seem to boot into HAOS???
I just get a blinking white cursor.
sigh I guess it's time to pull out steaming pile of junk number three and install HAOS onto that. It's at least a Core i7...
If not, I guess it's Raspberry Pi time.
Does that PC have UEFI support?
Well... it booted to Ubuntu, which I'd expect to be UEFI only at this point.
If it does support Legacy Boot, then I guess that it isn't UEFI.
Well, I have 3 swings and misses on using a 86-64 PC.
My newest one is boot looping for no reason at all
time to flash it on a Pi...
And... this Pi 3B+ is just stuck at "Preparing HomeAssistant"
On the web interface.
(╯°□°)╯︵ ┻━┻
Why is HA just destined to not work with any of my hardware?
That part can take a while. You should click the blue dot
There's no blue dot
It just has a "See Log" button
Or, I should say "Show More"
Why does it "take awhile" when it just hangs on one part for like, 5 minutes and does nothing?
Did you click the link there?
This hasn't moved for like, 5 minutes now.
There's no link to click. The Details just opens a panel that shows some output from something, it certainly isn't doing anything on the CLI Console on the Pi itself.
Oh, now it fixed itself.
You could try opening the same URL in a new tab.
Wow @core2quad
Repost from #zigbee-archived
Hi there, I require some support with my Zigbee installation. My HA is operating as a VM on my unRAID server. Occasionally, due to high load, the VM appears to freeze and reboot, same thing happens when I restart the VM. Consequently, certain Zigbee switch lights activate, and fans deactivate, particularly at night in the room while we're sleeping. This is quite bothersome to my wife. Could anyone please advise me on how to address this issue?
Are you saying the high load is in the VM or on your unRAID server?
what's the proper way to migrate an installation of haos from a rpi4 to 5? i want to keep everything the same (integrations, configs, add-ons, custom integrations/addons, etc.) i tried looking for some info on the web and on the docs but i surprisingly couldn't find anything.
yknow what i think ima just take a spare sd card and use it to see if a full backup will keep everything the same
Do a full backup, copy it off the device, flash the new device, restore the backup
Yeah, you're not really migrating HAOS, you're installing HAOS new and migrating HA.
Should be on my unRAID server, prob due to linux ISO downloads or other docker containers
will this keep all my add-ons, including custom ones?
edit: it did
Not sure if the correct channel. I am building a new house and got a quote for a "smart house knax" which is around 12K € for the basic stuff, with some sensors for light, door etc. The guy told me I need to setup this now as the infrastructure needs to happen now.. the thing is I didn't want to spend too much money on this right now I thought I could have the tubes to pull wires etc without the expensive stuff. Is he right? Should I spend this much money right now or is there something I can do to better prepare my house for smart one in the future ?
When I look through home assistant, I also see a bunch of wifi from shely and sonoff that makes me wonder if I would be able easily in the future to just add these and automate the stuff I want to automate over the time ?
Greetings all, I'm having troubles installing my Home Assistant on a Raspberry pi B+, i'm in a boot loop. Last message i see is [ ok ] Found device /dev/zram2. Anyone has an idea?
What model of Pi? What image did you flash to the SD card?
And you're sure you picked the Pi3 image, and not the Pi4 (or Pi5, or Pi2) image?
Jup 100% sure
and i just redid it with the etcher method
and same problem
I installed this image via etcher: haos_rpi3-64-12.3.img
- How are you powering the Pi?
- Have you tried the HAOS 12.2 image?
- Have you tried a fresh SD card?
- With the adapter that was delivered with it
- No i'll try it, first time trying out HAOS, always had openhab running on it
- Nope, don't have a spare one around
It could be a failing SD card then
It was running well on openhab, i'll try to put that back on it and see if that works. I see there is a haos_rpi3-12.2.img.xz and haos_rpi3-64-12.2.img.xz. Guessing the first one is 32 bit ? Should i try that one aswell?
Yeah, try the first of those
HAOS 12.3 has thrown up some odd problems, so it's worth a shot
But SD cards fail, so there's also a good chance that HAOS is writing somewhere on your SD card that's failed
And whats min space needed?
Oke, having a boot loop with openhab aswell, so strange. Guess i'll buy a new SD card
Hmm i've read about using an SSD, is this better?
32 GB is the min. SSD (on a powered hub) is better
Anyone able to help me take docker compose backup files and migrate them to Home Assistant OS? I haven't been able to see a clear pathway yet. Thanks!
I've done the following:
docker compose backupon my Home Assistant Container NAS- Set up Home Assistant OS clean install on ODroid N2+ with 2 required addons (mosquitto & zigbee2mqtt for now)
- Ran backup on ODroid HAOS to compare
docker compose backupand the HAOS backup
And what about an external SSD?
Same applies
Not really possible - you can move the HA Core backup easily, Mosquitto will need to be set up fresh. #zigbee-archived can help with the Zigbee2MQTT migration, but it's not easy
OK. Was hoping I could copy the container data files and use in place of the addons so that the HAOS addons would just take the data. Have seen users use SSH addon to do this, but not quite sure where to restore data to
For HA Core take a backup, upload the backup to the new install
Hello everyone. Is it possible to run a cpu benchmark on the pc running haos. I just want to run a test on 2 pcs and compare results
There are not a massive amount of samples and it suggests that the one I expect to be slower is faster. so i thought i might just check myself.
So i guess I can put some kind of linux onto a usb drive?
Sure
would you have a suggestion for which one to use literally only for this purpose
I'm new to linux
I can try to figure the rest out I just dont know what linux distro to use
sure 🙂
CPU performance is a feature of many things, and "slower" CPUs (lower clock rate) can be faster than "faster" ones if the slower ones are newer, or have a better architecture
A ~5 year old CPU design may be half the performance of a "slower" new CPU
Just get a SFF pc, i3
well, you don't even need an i3
but SFF Pcs are pretty cheap and run well
i have 2 sff pcs I'm trying to pick the best
one is AMD E E1-2650 the other Intel Celeron 1017U
does haos have any preferece for intel vs amd?
Fuck me... two toasters
lol I thought they seemed low scores
You know that a Pi4 scores around the same as the Celeron?
yeah wish i had one
You're looking at two decade old CPUs, and low end ones at that
If you're going for something that old you can't go for the bottom of the range
damn. And the other sff i have thats faster wont post anymore 😢
I understand - I will procure a better sff
$85 when a new low end SFF is $130
Why do you have so many old old computers?
we have a a ton of pcs from old use in the family business
Why don't you recycle them?
I mean, you can use them for HA, but I wouldn't overload it with things
maybe use it as an MQTT broker
or some thing similiar.
I guess thats what i am trying to do lol. But I don't know why exactly I guess we have a bit of a hoarder mentality 🤷♂️
You're trying to reuse them, which is better than recycling until a point
Those systems passed the point about ten years ago
Hi ! I've powered up my VM with home assistant on it, it's saying "Waiting for the Home Assistant CLI to be ready..." and then "[Warn] Home assistant CLI not starting ! Jump into emergency console...". I would assume I now need to type something but I don't know at all what he is asking me x) i've tried "ha core start" but it says "error response from daemon : No such container"; even "ha help" doesnt work...
Try these: #1235858744487972897 message
Sorry, I meant to say thanks for your help this morning!