#installation-archived
74689 messages Β· Page 87 of 75
exactly
Check the Ubuntu firewall settings
strange thing, i cant access my router on 192.168.1.1 - will restart my pc now, wtf
Ah ok so it seems my pi2 issue is that it's trying to pull and start the supervisor but is failing
Could be apparmor denied? Can't see anything obvious in journal logs
You are using Home Assistant OS?
Then there's nothing you can/should be messing with there
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language)
- https://www.codepile.net/ (select YAML as 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.
Use one of those to share the log file that shows the issues
Unfortunately I can't get the logs off the pi at the moment. I think it fails because of "s6-overlay-exec: Permission denied" in /init on the supervisor container.
So ends up in a loop of supervisord trying to start it
If you've not yet got onboarding the HA port should give you a blue dot
Dev builds are built at 2-3am or so right? So if the issue is on Core 2022.6.0.dev20220511 I should be looking at the commits from the 10th? π€
or maybe they include commits up to the time it's pushed? so it could be some commits from the 11th too?
2-3 am which timezone π
it's always UTC π
Though, probably the folks in #developers or #devs_core-archived would know better
I was afraid it's classed as a support question π
Yeah, but you're running dev... so you should know all the answers already 
That's just what is weird. I have looked at the commits already (eventh of the 11th) and cannot find any relevance to stream not working
can always just open an issue that's not the problem. I just rather find it first
anyway, I'm done. you can ask your question now typing person π
Hello,
I am continuing with the installation of Home Assistant OS in my Synology within a VM, and I am having problems starting zigbee2mqtt. I think it does not detect the USB stick. I have configured the USB stick in the configuration of the VM to be visible. I can see the device in /dev/ttyACM0 in my Synology, but I look at it in the VM (using the SSH addon in HomeAssistant) I canΒ΄t see the device. I am not sure if it should appear there or have a different name...
Does it show up in the hardware menu?
not in the hardware menu in HomeAssistant. I can only see::
Virtual Machine
ova
Restart the host Shutdown the host
3 dots on top right
yes, there I see the list, but it does not appear with that name, only ttyS0, S1, S2 and S3
Then it sounds like it's not been passed through to the VM
(though you should be looking for a /dev/serial/by-id/ path)
Then it sounds like it's not been passed through to the VM
ok, IΒ΄ll investigate that way. Thank you!
sorted! it was just that I selected USB 3.0 instead of USB 2.0 π€¦ββοΈ
@humble mirage just wanted to let you know, after pc restart its fine again. lol strange thing - thanks for your help!
hi all....I'm running HASSOS on proxmox. All is well, but suddenly after a recent reboot, my usb device is no longer being found by proxmox. Plugging and unplugging is not registering on dmesg when i plug or unplug. there are no usb devices available to bind when looking in the prox hardware tab on this pve.....Does anyone have any advice??
So I've come to terms with the fact that running HA off my very busy NAS is likely to lose responsiveness and considering moving it to a dedicated Pi 4. Would I be fine to run off an SD card if I am using an external MariaDB server for history/recorder, and will only be running a few addons like VS Code Server/Google Drive Backup? Or am I still better off to install on an SSD?
Hi, I'm trying to get the HA 8.0 vm image running on VirtualBox (windows host) for hours with no success, I'm always getting stuck on the "Preparing home assistent" page. Any tips? I also can't find any relevant error in the logs
Do yourself a favor and look on eBay for a SFF PC. I have several of the Lenovo ThinkCenter models and they work very well for this stuff and don't use a lot of power. They come with SSD drives in them and can be had for slightly more than a RPi4. Set everything up with Docker and you can run WAY more than what you think you'll ever need...
Thanks, but the purpose of moving down to the Pi is to be more efficient. Already have HA running in a ESXi VM on an old Optiplex desktop which is way too overkill and drawing a steady 50-90w. Plus I already have a Pi and a spare SSD (if required).
Was going to go the Docker route on my NAS but it's only a wee Celeron J3550 with 2 cores and is frequently at over 2.0 load due to disk writes, so wouldn't want my HA instance to suffer delays due to processor queueing.
I ran it on my NAS for a while as well and never ran into an issue but decided to go with a more powerful machine for other reasons.
After upgrading to Home Assistant OS 8.0 (Home Assistant Core 2022.5.4), the Intel NUC that I'm running this on no longer grabs an IP Duong boot, and boot screen shows [FAILED] Failed to start Network Manager Wait Online. The CLI loads but doesn't list a IPv4 IP, and my router doesn't show it as connected (wired). I assume this has something to do with linux, but I'm completely at a losses to how to deal with it. If anyone has any suggestions, I'm definitely out of my depth here.
@inland panther you've rebooted again to make sure?
Yup twice now.
Is the VM's network adapter the same as it was before updating?
In the network settings for the VM
I wrote the HAOS disk image directly to the SSD during install, but I think you're on to something, it's as though the update doesn't support myNIC
So it seems like any other person starting out, I have installed, HAOS on raspberry pi directly, so don't have access to any linux commands, if iIcreate a backup now, and install raspbian and haos, will i be able to load my backup, and will all settings work that i have made so far?
Well, you won't install HAOS on Raspbian - HAOS is a whole OS
You could use https://www.home-assistant.io/installation/raspberrypi#install-home-assistant-container and you can start that up by extracting the HA config folder from the backup you currently have
so does that mean i would install the container ha assistant and after that, just copy over the files from the backup?
Yes
Container is HA in Docker, no add-ons, no Supervisor
HAOS is a whole OS package with the Supervisor and add-ons
Success installing HA in docker on Raspberry PI OS on my Pi2! All up and running just using the Docker install instructions rather than the HAOS ones. Maybe that will help someone sometime (It's not unusably slow either!)
Anyone willing to walk me through setting up HA Core on MacOS?
I followed the steps in HAs YouTube tutorial and the result is that my mac has no idea what the "hass" command is.
Yes. For a while. It says to use apt-get, which doesn't work on mac. That was marvellous. Anyway I installed Homebrew and got pretty much nowhere anyway.
You need to:
- Create a venv
- Activate the venv
- Install the software in the venv
- Always activate the venv when trying to start HA
https://www.home-assistant.io/installation/macos#create-the-virtual-environment onwards are largel platform agnostic
Venv. Oh. That's the virtual thingy that was supposed to run in the Python thing in order to run the server thing.
I installed python and stuff.
Maybe you should consider running HAOS in a VM
I did consider that. I'm also running Roon Core on my mac and don't want to slow it down unnecessarily. I read that the dual OS VN stuff is pretty heavy.
(And I don't want another computer (pi) running all day as well as the mac.
Yeah, I pretty much gave up.
Good morning! Did I activate the virtual environment?
ronnieericsson@tranquil shards-iMac ~ % sudo -u homeassistant -H -s
cd /srv/homeassistant
python3 -m venv .
source bin/activate
Password:
homeassistant@tranquil shards-iMac ronnieericsson %
Like Ronnie, I'm going to have to reinstall on my NUC and recover from my backups. Can anyone suggest the best approach to use from the options here: https://www.home-assistant.io/installation/generic-x86-64
Best is personal, and about you
That created and then activated the venv, but you haven't yet installed anything in it
I'd suggest that for most folks one of HAOS (where you don't want to run things outside of add-ons) or Container (where you want control of your host) are "best"
I think I may have though. Installed things. Let's have a look further!
python3 -m pip install wheel
WARNING: The directory '/Users/homeassistant/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting wheel
Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel
Nice -right? Nice.
Well, that's at most installed just wheel
I like wheel
Did you install HA though?
homeassistant@tranquil shards-iMac ronnieericsson % pip3 install homeassistant
WARNING: The directory '/Users/homeassistant/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
And then lots of "Requirement already satisfied: homeassistant in /Library/..." and so on
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language)
- https://www.codepile.net/ (select YAML as 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.
If hass doesn't work at that point, we need the output from that install
Here's what happens
zsh: no such file or directory: ./bin/hass
ls ./bin
ls: ./bin: No such file or directory
Ok, so somewhere in all that you did a cd
Or you're no longer the homeassistant user
sudo -u homeassistant -H -s
source /srv/homeassistant/bin/activate
Then just type hass
Hm. No. Maybe I didn't create that directory, because the suggested mkdir didn't work. π
I'm confused as fuck about what you're doing then, since earlier you shared that you'd done:
% sudo -u homeassistant -H -s
cd /srv/homeassistant
python3 -m venv .
source bin/activate
At least if you're going to copy and paste stuff, copy and paste reality, not what's in the docs
Oh. Yes, I did do that! (Didn't know what I was doing)
sudo -u homeassistant -H -s
source /srv/homeassistant/bin/activate
-no success. "Hass" is not recognized
No uppercase letters were used in the Terminal
homeassistant@tranquil shards-iMac ronnieericsson % ls -al /srv/homeassistant/bin/
ls: /srv/homeassistant/bin/: No such file or directory
Well, you keep contradicting yourself
I do have a users/homeassistant folder with stuff in it. Perhaps that was already obvious. Can't see any "srv" though.
Well, you need to work out what you're really doing, vs what you're posting here
source /srv/homeassistant/bin/activate
``` if that works, then
ls -al /srv/homeassistant/bin/
So, one of the things you're posting here is a work of fiction
I think I might have confused things by quoting the mkdir-part of the instructions. THAT was something I probably hadn't done before, but I did create the directory after activating the vnev.
Before
Order matters
Go back to the beginning, follow the instructions step by step, and if you're not creating the venv under /srv/homeassistant you need to keep a track of what you're doing and translate - and tell us what you're really doing
Okay! Step #1: Install Python 3.9 and python3-dev
How can I check if that had been done properly?
python3.9 --version
That was not supposed to go in the Terminal, was it? π
homeassistant@tranquil shards-iMac ronnieericsson % python3.9 --version
zsh: command not found: python3.9
Then you don't have Python 3.9 installed
oh
Maybe you have 3.10 installed
Python 3.10.4
Good? Bad?
Fine
Step #2:
sudo apt-get update
sudo apt-get upgrade -y
can't do those. apt-get not work.
This is an advanced installation process, and some steps might differ on your system. Considering the nature of this installation type, we assume you can handle subtle differences between this document and the system configuration you are using. When in doubt, please consider one of the other installation methods, as they might be a better fit instead.
Do the equivalent for Mac
Same for the next step
I installed Homebrew to be able to do those, but I don't know the syntax. Do you happen to know?
I learned that the commands start with "brew"...
I don't use Mac
Create/upgrade
I remember now. Here's where the fun began.
"homeassistant@tranquil shards-iMac ronnieericsson % sudo brew update
Password:
Error: Running Homebrew as root is extremely dangerous and no longer supported."
So check the docs/forums/Mac Discords for what do to?
Very interested on that, I've opened an issue like this, https://community.home-assistant.io/t/impossible-to-access-ha-externally/421253
as u can see, i posted my conf but I'm not able to solve it
Please don't tag me demanding attention. I gave up helping you after asking you the same question three times and you still have not answered it.
first of all apologize because I had not noticed that you were the same person in both cases. Since I am not a native English speaker, I did not understand the question well, that is why this time I have put the screenshots directly. to the question you asked me, they are not the same IPs, one is public and the other is private
That is not what I asked. I aske you to compare your router's public IP with the IP address reported by the DuckDNS admin website. And that's now four times.
If you don't understand a question... ask
Blindly throwing answers at the screen in the hope you get lucky just frustrates everybody
I didn't understand it, i thank always refering to HA in my router not the device, I'm sorry
and yes
it's the same IP Address
this was not my intention
I've a question for people running HA supervised: does your HA automatically restart after a docker-ce update?
Mine doesn't, but I'm not sure if that's by design
No idea but I would hope containers would persist and keep running after a runtime update
All containers are stopped before the docker update, but surprisingly the HA containers do not restart
They don't have a restart 'always' or 'unless-stopped' set, but I'd expect the supervisor to start the containers
I have a community post describing it in more detail (incl logs)
https://community.home-assistant.io/t/ha-and-plugins-not-restarting-after-docker-ce-update/422569
Hello, I installed Maria db and phpmyadmin on Home Assistant OS. I wonder if this really increases the performance of the home assistant and if it simply makes it possible to save the history of connected objects for longer?
define longer though. MariaDB for me is definitely better than the default SQLite anyway. Although arguably sqlite in HA has come a long way these days compares to like a year or two ago
but with either of those it also depends on the number of entities you have
If you are thinking to keep more than say a month, I'd look into Influx instead
I have MariaDB for HA itself but I also have more than 1000 entities so it's at 4.5GB. Works fine. But I also have InfluxDB for the things I want to keep long term
I would have liked to try to limit access to the secret.yaml file, could Maria db be a solution? Moreover I think that Home Assistant itself regularly deletes the history of entities, being on a virtual machine not being limited in resources I have the impression that it is useless
No, it's a YAML file, nothing that can be loaded from a database
does anybody know if it's required to reinstall and repair all zigbee devices if a firmware update is performed to the coordinator? particularly the Sonoff dongle plus 3.0... thank you!
#zigbee-archived can help with Zigbee stuff (but you shouldn't have to)
thank you... just worried because the map of the network is still there and my devices but they do not respond to commands
not sure if I should restart or what to do
#zigbee-archived can help, if you tell people whether you're using ZHA or Zigbee2MQTT
ZHA
got it... thank you!
so i did choose postgresql recorder since i already use it at home and have lots of 'unused memory'. if i set purge_keep_days: 7 - would it purge even if sensor/some other integration/instance is absent?
can anyone help I cant add the home assistant to my home kit i scan the code but it just cant connect
memory ... RAM or memory ... disk space?
actually both. but usually postgresql on smaller installations is all about having enough ram
i have nuc7pjyh with 2x16gb ram + 960gb ssd. enough for running all home services π
That setting controls how much history is kept in the database, anything over 7 days would be purged based on that setting
but that will be purged checking only timestamps of recorded data?
got it thanks. i have used some systems before that needed item that gets data rotated/purged to be present (to be actual). the rest is not touched
just wanted to make sure that it will purge everything past 7d
Hello. The file editor has an icon for git operations. Where can we configure things like remotes?
through the terminal, I guess?
Ok, got it.
Hello. I am on my mac osx desktop. I have downloaded the vmware fusion 12 after registering for it. I installed it and used this website to try to install per instructions the .vdi but fusion says I don't have permissions to activate the .vdi. Seems liked i'm limited in some way. https://www.home-assistant.io/installation/macos
Here is what I get when trying to install the above. The host does not support virtualizing real mode. {The intel VMX Unrestricted Guest feature is necessary to run this virtual maching on an intell processor Module cpudearly power on failed. Failed to start the virtual machine.} Any help is greatly appreciated
do you have an intel mac or M1?
can we install hass on an android phone?
Do you mean the server or the app? If the server why would you want to
Hi all, just starting the home assistant journey, have been playing with IFTTT and google code for years but time to "uncloud" my automations and scripts, still reading up on the process and such but ive got a AIO screen here thats probably perfect for running home assistant on
The server, i wanna do it cuz my phone's always on
is there any way to tell if the first boot of HA has locked up or is still in progress?
You can click the blue dot
All i've got so far is to command line where is says " [drm] initialized simple drm " and it appears to hang...... i'm not seeing a blue dot (ive tried googling to no avail)
Really not a good idea. Phones are not good servers. You will have issues
Oh ok thanks
Not sure where to put this info but "Balena Etcher" appears to have issues with large drives (in my case a 256gb SSD) so I've had to extract the image and use rufus to write it to the disk
Im giving up as with 3 diferent USBs and two diferent systems i cant get the HA to boot.... ill try again another day.
I was trying with NGYNX exploring this path and checking if this would be the Solution but the result was the same. In local i can access with https://localIP:8123 but externali ( in and out of my wifi network) with https://****.duckdns.org:8123 I'm not able to acces to HA
I don't know what I can do to solve that..
What are the first two sets of numbers shown for your WAN IP in the router's admin pages? For example, 100.65.x.y
Can I run other containers on HAOS? Or do I need to do another form of install?
You'd need another form of install - HAOS (and Supervised if you were daft enough to run it) only support using add-ons for other software
Is 37.223.x.y the same as DuckDNS admin page
Is 37 223 x y the same as DuckDNS admin
How long does restoring from a backup generally take onto a Pi 4? Backup tar is around 150mb.
15-30 min. Depends on internet speed and how fast the storage is to some degree
What's internet got to do with it? Backup is local.
it has to download the images for each addon and HA (if you are restoring a different version)
the data inside are local but the images are not included (otherwise it wouldn't be so small either)
Ahh fair. Makes sense. Addons were just VS Code and Google Drive backup. But makes sense if it has to download the entire HA image again.
the HA Core not HAOS though
which isn't actually that large in size
do you not have SSH access or directly with a keyboard?
the Supervisor logs would give you an idea at what stage it's at
also common mistake if you are restoring a backup that has SSL certificates you need to change to https:// now
No head on it, and SSH is "connection refused"
was SSH working before?
No idea unfortunately. Been ages since I would have SSH'd in. Is it even possible to disable SSH via config?
Will see if I have a long-ass HDMI to perhaps connect up my TV.
I assume you had access to at first and now you're at the point where the UI went down and hasn't come back up?
Yeah, OS initially installed fine. Thought there was an option to restore from backup at the onboarding stage, but made me create user/name/location first. Then uploaded backup/restore. Then nothing.
Setup in the backup had an internal URL and an external URL set up. Internal was IP, external was a dynamic DNS reverse proxy address.
Turns out it was just taking a while. All back up and fine now π
where can i get some info about dependencies that have to be satisfied for home assistant basic package, on arch linux ? I installed it and it complains about zero conf and default_config failing
Installed avahi, enabled avahi-daemon service, but still fail with zeroconf
i installed a very minimal arch on a tiny pc
https://www.toptal.com/developers/hastebin/semekosabo.apache
@sinful hedge to confirm, you installing supervised or core?
So you donβt want to use one of the supported install methods?
Core or docker are still reasonably light weight
nah, docker will use unnecessary ram. core.. i believe this is the packaged version for arch, but it seems they used a git tag. i got Home Assistant 2022.4.6
Docker's overhead is insignificant
Unless you're running on a toaster you'll never notice it
https://www.home-assistant.io/installation/linux#install-home-assistant-core lists the dependencies though
Oh, and https://stackoverflow.com/questions/21889053/what-is-the-runtime-performance-cost-of-a-docker-container may help you understand why the overhead is insignificant
Docker is the way to go....
After wrangling docker on my NAS all weekend, definitely agree docker is great. Ended up dedicating a Pi to HAOS though. NAS has very frequent IO spikes and didn't want HA to suffer.
does HA need Network Manager to work properly ?
Home Assistant Core, the software, doesn't care about that
i did a HA restart from web, no errors in log after.. but I had them after reboot
Then there's a problem with your daemon/service management
rebooted.. errors in log again
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language)
- https://www.codepile.net/ (select YAML as the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
I wish I could update it first, maybe some bugs that got fixed in the last month
If you used docker you wouldn't have those issues...
I wanna try and figure it out more than I want to have it "just work" at this point π
it's not that a messy package to have in docker. Like zoneminder
The assumption is that if you're picking Core you can troubleshoot dependency issues
You need to start at the top of the log and troubleshoot
The errors seem pretty obvious, even to someone who doesn't have any real linux experience. You need to set up an ipv4 address/let HA use your eth adapter, and zeroconf I believe is a daemon or something for networking. Zeroconf may even prevent the IPv4 error by the nature of what it does.
i do have an ipv4 address, how else would I access it over the web
but its set by systemd networking, not netctl or NM
let HA use my eth adapter ?
Just readin' what the log says.
Look further up the log, see what the problem is
Then try to manually install the missing package in the venv, and see what libraries you're missing
python-zeroconf seems to handle that, no need fo avahi
ok, again, afteR ha RestaRt, all looks good in logs
I get a notification that new devices have been found in netwoRk, instead of log ones
git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
changed tag in pkgbuild to recent stable one, trying to reinstall.. (since autoupdate wont go)
==> ERROR: Unrecognized reference: wtag=2022.5.4
hm so it needs a hash kind of tag
yep, that did the trick. not sure whats going on with arch, found several out of date pkgs in community
So just to try homeassistant out, would installing it on a vps have chances of working? With site to site vpn?
For some value of work
Unless that's a fully bridged VPN expect anything that uses discovery/bonjour/mDNS to fail to work
I might try it sometime we'll see
Spin it up in a local VM, you'll have a better experience
Doesn't work sadly :P
PC uses WiFi so I need to use bridge on virtualbox and yeah...
Ah... vBOX
Anything google and such doesn't show up
Tried the rest too but that didn't seem to work
Bridged WiFi can work, with vBOX - I'm using it just now, but it's a PITA
As I read it it wasn't possible but it would be a lot easier if I can get it to work :P
Hue and such does work but that's about it
It "just worked", though it did take me a while to get it and Windows 11 playing together
I'm on windows 10 maybe that's the difference?
Trying to bridge failed every time I think the VM didn't even get an IP
Hi guys, I figured I could post here before on the subreddit. I want to have a more stable HA installation where I can use the addon store for easier discovery
I have a Pi 3B that I was using previously, but it was a bit slow and chewed up SD cards quickly.
I have a Windows 10 PC (Home edition) that is always on, but I've heard you can't use Docker for Windows with HA (and also Docker version doesn't have the addon store)
Is my best option a NUC running the home assistant OS, or a linux box running Docker?
Basically I want a small upgrade from the Pi 3B experience, and I have a Windows media PC always on. Anything I can do with my current hardware?
bridging on wifi... is anoying as hell, it depends on if your wifi drivers support it etc
Many don't
can the sqlite3 cli tool be installed w/o issue on HAOS?
You could install it in the SSH add-on
pacman isn't there. Looks like a build from source...
or is there a branded HAOS pkg mgr?
I think it uses apk
There's an option in the UI for packages to add, from memory
#add-ons-archived may know more
Oh weird. Bunch of integrations that were previously fine now complaining of missing modules... forecast_solar, sonos, cloud, mobile_app and a couple others π€
What's your install method?
Docker on raspberry pi os
Did just add hacs though so going to disable that and restart.
then it depends on what sort of "missing modules" errors you're getting. you really shouldn't see that with a Docker install
it's possible that you installed HACS incorrectly, or you have an error in your config and it's not really complaining about missing modules, but integrations failing to load
Yeah possible. Investigating...
Is anyone experiencing issues with the upgrade to haos8? It messed up my installation on my pi (cm4 with nvme ssd) 7.6 seems to run fine. The upgrade starts then at the reboot I have no display and the system hangs.......
I updated recently in-place to 8 w/ a Pi4-4GB
aside from the very long backup, it went unattended.
There have been other reports of issues, there's at least one issue on GitHub
Strange.... The only thing different for a nvme setup on the CM4 is the bootconf is set to 6 first (nvme) That is all that's different from say an emmc installation
eMMC != nvme
that is correct
I wonder if that just wasn't accounted for in the upgrade
I do see an issue reported of someone with exactly the same issue on github. Should have checked there first. π€
thanks for the heads up
They forgot to add the nvme drivers.... seems I can replace the u-boot.bin file and it should boot again.
was the nvme your driver to go to the CM?
or just what you had around?
(my curiosity only)
It was yes. I wanted more speed that emmc and more reliability than sdcard. It was running great for the last three months. π
What would be the best option for ease of upgrades and support for other containers? I'm pretty darn technicalβ¦
Depends on the device you're using. The container install is the obvious choice, but I run HAOS in a KVM on an Ubuntu machine, where I run other stuff
π How backup's are working? Trying to restore, but seems nothing changes after π£
I'm installing in on an intel micro PC (Dell 3040, Core i5 6500T, 8GB RAM, 256GB SSD)
so those are both options
I think running Ubuntu server with docker would be a good choice for me then π
Can I use the ISO to install on a KVM-based hypervisor? The qcow2 isn't working for me
A different format won't help. qcow2 should work
what about esxi free? There is/was an ova image available then use can just upgrade to latest. Snapshot. Poweroff VM backup VM dir etc. Similar to RobC KVM
Here is what I'd like to do. I have an old Vivint Alarm System. Ultimately I'd like to use an extra unused tablet in place of my Vivint SkyPanel to "hook" into HomeAssistant and monitor my devices, cameras, sensor, lights and other smart devices I have in place. The majority of the Vivint devices are unusable without the Vivint Service due to proprietary hardware/software/firmware. So I started to replace the cameras and other devices with more "open" products (ONIVF cameras, etc) Now if I recall correctly the door sensors and motion sensor are z-wave. Does this mean that I'd have to add a z-wave radio dongle to my HomeAssistant machine? Am I on the right track? Can these sensors be reused?
I have a mix of HUE, TP-Link, Amazon Echo, Google Home, Nest, iRobot Roomba and a few generic devices. So far just about all of them are seen on HomeAssistant. A couple like the NEST Thermostat need some "extra" config steps (BLASTED google) IF I don't want to fool with a lot of Google tinkering in their dev console, what doorbell would be recommended other than the Nest one?
I have two SmartLocks from Vivint as well. I really don't know much about them other than they are Kwikset 888 with z-wave technology. I'd like to reuse those if possible but not opposed to replacing them because we have no actual keys.
Also, a good place for some step-by-step instructions for HomeAssistant (Videos preferred) would be of GREAT help. The few that I have found are VERY general, miss a lot of info or are for older versions or just go WAY too fast to follow. I'm an old fart, I'm getting slower in my old age. π
what do you guys use for virtualization? On recommendation from @lime cobalt I've just bought I micro pc that has windows 10 installed. I'd kinda prefer to not use windows at all. But before I install some server OS I'd like to hear what you guys prefer?
Proxmox
Awesome. I was looking at proxmox. It's an OS in itself yeah? Got the impression though that i have to have clean harddrives to install the actual vms on?
Yeah, it's basically Debian + KVM + a web UI. You need storage for the VMs, but it's not a case of having to dedicate a hard drive to each VM
alright cool. Do you set up certs for the server?
yeah
I didn't bother, it's all local only so the default certs are fine
Is the light switch also Z-Wave?
If so you wanted the #zwave-archived channel @full anchor - if not you wanted the #integrations-archived channel
Sorry Tinkerer, i'll move the message there. I'm newish to HA and this channel
Hi, i'm fairly new to Home assistant. Had it installed on my nas (synology) via docker. (this worked) but I learned that it's much easier to use conbee 2 and zigbee stuff with raspberry pi. So I followed these steps: https://www.home-assistant.io/installation/raspberrypi/ however it didn't seem to work. I was connected via my unifi network. (on the synology nas, this worked). but with raspberry pi it doesn't, i connected directly to my router (telenet = internet provider) then it worked, can't i use my raspberry pi within my unifi network?
You should be able to, though honestly I'd say keep using the NAS for HA, and buy a network connected #zigbee-archived coordinator
where can I get the docker image for rpi
dont see a download for the image
You don't download the image, you pass the details to Docker
ghcr.io/home-assistant/home-assistant:stable
docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', PermissionError(13, 'Permission denied'))
what is this
Sounds like a problem with your host/network connection
my network is fine
Or you're not running it as a user with permissions on the host
docker pull ghcr.io/home-assistant/home-assistant:stable
stable: Pulling from home-assistant/home-assistant
``` just fine here
yup forgot to reboot after adding to group so had to do sudo
does docker run itself on startup or do I have to run it on my own
If it's set up properly, it will run on it's own.
I'm running the Hyper-V image but it seems like this OS is missing apt and wget...
any idea how I can install them?
there has to be a way, there's a beta package I want to install
wget -O - https://get.hacs.xyz | bash -
how else do I install HACS

Are you referring to HACs as the beta package here?
thanks, I'll try with terminalk
- Go to the Add-on store
- Install one of the SSH add-ons (you need to enable advanced mode in your user profile to see them)
Hi, I want to restore a backup that I made but now I don't get the restore dialog when i click on the backup on homeassitant frontend
However when I created the backup on the previous installation the dialog appeared
I'm running it with docker and the version is 2022.5.5
@worn lark posted a code wall, it is moved here --> https://hastebin.com/cayiqurihi
HA Container doesn't have a restore option
Oh
you need the Supervisor for restoring one
you can create a backup to restore in a HAOS installation
but it's just a compressed file really
you can just untar it get the files and replace them manually into your config folder
the same way you'd do it before this
ok so practically it would be only unzipping and moving the unzipped content to the config folder of ha?
thx, i had to have more patience, works indeed, took over 20min though. maybe other question, i'm about to reset my entire unifi network. Do you think it will still work if i disconnect and connect to new network and still work? or do i have to setup ha again?
ok great thanks will try it now
make a backup of the original folder you'll be overriding π
I will^^
Should be fine... worst case the IP changes for HA
arn't addons also supported on homeassistant when running in a container?
uff
They exist to allow people who use HAOS to install software
If you run Container then it's assumed you can add some lines to your Docker Compose file
so the best option is to not use the docker image of ha
like the mqtt addon now one would need to add it to the yaml instead browsing the ui
Sure
are there any docs how one can add these configs to the yaml?
Well, you add them to your Docker Compose file, that's got nothing to do with HA
The integrations are the same
ok i see
#integrations-archived integrate Home Assistant with devices or services, or provide functionality within Home Assistant.
#add-ons-archived provide additional software or services, which an integration could possibility integrate with. Add-ons are for Home Assistant OS and Supervised only, other install methods can install software other ways.
π¬
when trying to install Proxmox I get this window telling me there is "no support for kvm virtualization detected check bios settings for intel vt"
#gettinglostinthebios
ohhhhh
so maybe it just doesn't support it π₯²
Well no I haven't enabled anything yet
Trying to find the place to do it π
its in the bios
when you start your pc you have to press one of your f* keys or delete key and enter the bios and enabled it there
if it is supported by your mb
cool
Anyone run their setup on vSphere? I have been debating moving over there to give more options, but I am curious to hear if it works first. I am going to be using Z-Wave and Zigbee devices on it, if that makes a difference. If it does work, any advice on moving a large amount of configuration from the OS install? Was quite a pain to set up and I would rather not have to deal with it again...
I just moved my HA installation from an old rpi3 to a Mac. HA is running fine except for MQTT.
I get a connection refused error in my zigbeetomqtt log. My devices are all seen so I thought it was just a password/user issue. But I confirmed that the mqtt username and pw are correct. Anything else it might be?
The exact error is:
Zigbee2MQTT:info 2022-05-19 12:28:11: Connecting to MQTT server at mqtt://core-mosquitto:1883
Zigbee2MQTT:error 2022-05-19 12:28:11: MQTT failed to connect: Connection refused: Not authorized
Zigbee2MQTT:error 2022-05-19 12:28:11: Exiting...
That looks entirely like a username/password issue
That's exactly what I was thinking even though this was a full backup restore. I've done this from rpi3 to rpi3 but never rpi3 to Mac. But I was assuming that shouldn't matter. To be safe, I deleted the local user (from within HA), and then recreated it. Then restarted zigbee2mqtt and mqtt broker. Anything else I should do?
Put the same details (other than core-mosquitto obviously, use the IP of the host) into MQTT Explorer (running on Windows) and see what happens
Thanks .I'll try that... I just need to install the app first.
Yes, getting the same error. I'm going to just create a whole new local user and see if that helps
new user didn't help. one that I noticed in the Mosquitto broker log is this error1652989240: New connection from 172.30.33.2:37600 on port 1883.
1652989240: Client <unknown> disconnected, not authorised.
That IP address isn't mine. Could this be an issue with my VM network settings?
That's the Docker network IP
Your problem may relate to the password, if you've got special characters in there
superbasic... just numbers and letters to keep it simple for testing
The strange this is that I'm just restoring from a backup. I've done this several times before and no issues. The only difference is that I'm restoring to a Mac. But the odd thing is that everything else works (all other integrations, HACS, addons, etc). Only MQTT isn't working
If I uninstall and resinstall zigbee2mqtt, will I lose my devices settings?
If you restore it from backup you won't
But if I uninstall zigbee2mqtt by itself now, I'm assuming yes? I just can't figure out what might be the problem...
So I'm thinking worst case, I'm just readd my devices. About 15 so not horrible is that's the only way to solve things
The problem relates to your MQTT broker,not Z2M
@humble mirage I've installed ProxMox but apparently it wont connect via ethernet - have you experienced this?
No, worked for me
Got it. I actually uninstalled and reinstalled that too.
So no ideas on vSphere as a platform?
No reason it won't work
Any ideas on transferring all the configuration over?
Take a backup, restore the backup
Okay, so take a backup of the current system, pull it off, do a bare install with a single account, then restore from it?
If you're going from HAOS to HAOS the platform you run on is irrelevant
The backup you take on any install can be restored to any other install
Huh... Thought that would be harder...
Nah, it's pretty straightforward
Ok so i apparently needed to get my router to give me an ip
with this command: dhclient eno1
I've tried uninstalling and reinstalling mosquitto broker, and even create a user / pw of user1 / 1234 to keep this simple but I still get connection refused when zigbee2mqtt tries to connect to the broker. Anything else I can try? It like like a username / password issue but I'm absolutely sure they are correct.
ok, got it. Even if I create a new user, I still can get MQTT Explorer to connect.
still can? or can't?
Sorry... still can't
No matter what I do, I can't log into MQTT broker. So to test, I restarted my rpi3 (same version as full backup restored to mac) and it connects fine
And mqtt broker connects fine to my old rpi3
Then assuming that's the add-on broker, I'd head over to #add-ons-archived for help getting it sorted
got it. Thanks.
Which two libs did you downgrade to get past the ImportError for contextfilter (jinja2)
I found it on reddit
so i installed ha os supervised on my pi4 now, to be able to use it also for other things besides only ha and having the supervisor
Hello everyone, trying to install HA to my raspberry using the docker container, as I use the raspberry for other things as well. Looking at the docker documentation (https://docs.docker.com/engine/install/) the 32-bit arm is indeed supported, but clicking on it (https://docs.docker.com/engine/install/debian/) shows "you need the 64-bit version", so what's the catch?
I keep on getting this error: "ERROR (MainThread) [supervisor.homeassistant.api] Can't update Home Assistant access token!" I also can't backup or restore since HA thinks I'm in "startup mode". I just restored a full backup to a virtual machine on a Mac (from an rpi3 installation). Most stuff is working but this error blocks stuff (eg, sidebar can't be edits). Any way of fixing this? I tried core repair and some other suggestions but nothing seems to work now. Could my original full backup from rpi3 be bad?
Hello, I'm from the French community and I've had a problem for quite some time, and I couldn't find anything in the documentation to fix it. Anyone have an idea? If necessary, do you have the procedure to save my data before reinstalling everything from 0 . Thanks in advance.
@amber mason posted a code wall, it is moved here --> https://hastebin.com/puqiyepazo
perform a backup using https://www.home-assistant.io/integrations/backup/
As to your issue, I would look in known_devices.yaml and see if you have a stale device in there. I suspect there's some corrupt or outdated entry in there
ok thanks i'm checking that now
I'm having a really weird issue with HA's "Home" zone. It's saying I can't edit it because Zones configured via configuration.yaml cannot be edited via the UI. but it doesn't exist anywhere on my disk except inside .storage/core.config which I don't think I'm supposed to touch directly. Any ideas what's going on?
to be clear, the lat/long for the Home zone are in there, but the word "Home" does not appear at all. It appears to be the values I setup when I installed HA from what I recallβ¦
oh, now I see it in Settings > System > General⦠but again I can't edit it because Editor disabled because config stored in configuration.yaml.
anyone running HA VM on a intel nuc? What model did you choose?
I'm thinking of using a nuc so I can not only run HA but other things
Hello, We are using a custom Home assistant frontend built and in config.yaml mentioned this new path to use as a home assistant frontend. Now when I initialize home assistant it is again downloading the home-assistant-frontend pip package.
Is there a way to not allow to again download it ?
That'll be because it's mentioned in the requirements, somewhere
yes in requirements_all.txt it is mentioned. What if I remove that? Won't that cause the frontend component not load properly?
Well, you've said you don't want that package downloaded... so, do you want it, or not?
I don't want the pip package but the custom-built frontend folders to be used.
Then remove it from the requirements?
Don't forget that frontend: is part of default_config
I'm also assuming you've handled the whole API part to ensure it doesn't break
I didnt understand what do you mean by whole API part ?
API part is not an issue I guess.
The only doubt is if I remove frontend from default_config, there wouldn't be an issue for the frontend that I mentioned in config,yaml
As long as you're not using frontend: for yours, and you've actually handled the API, I don't expect there to be an issue
However, as with all such things... try it and see what happens
Installing HA Core on MacOS I've managed to create the VENV and run "hass", but it seems like my homeassistant user doesn't own the homeassistant users folders? Help me figure out what's going on?
https://dpaste.org/9bYuq
ERROR: Could not install packages due to an OSError: [Errno 30] Read-only file system: '/lib'
``` doesn't look like you've activated the venv...
doesn't the (homeassistant) in the prompt suggest that the vnev is active?
I'm pretty sure it does, after following a tutorial just for managing venvs (not vnevs lol). π
Undid everything and set it up again and this time Terminal hung up while trying to run hass. Restarted mac. Will try again. Sigh! π
a VM is going to be your friend π
I'm not giving up that easily! π
Have I got the basics right? 1) I create a user account; homeassistant. 2) I create a srv/homeassistant folder in the root of my usual user account (ronnieericsson). 3) I set ownership of this folder to the homeassistant user. 4) I start and activate a venv when I'm in the homeassistant folder. 5) I install wheel and HA as user homeassistant in the virtual environment.
Having it in your own account's home directory may be causing you issues
The instructions are for /srv/homeassistant after all
(Linux basics, again, / at the start of a path marks the root folder - the top level)
Aha! I was wondering about that. It wasn't clear (to me) from the instructions at:
https://www.home-assistant.io/installation/macos#install-dependencies
So, is the correct terminology that root is always the top level above user folders? And is the top level of a user folder what's called "home" for that folder?
cd /usr/ is very different from cd usr/
I'm not exactly allowed to create folders above /Users/ronnieericsson. π€
Do I need to create a third account with the home folder "" instead of "users/..."?
Lord. I never signed up to be a system administrator.
Sure you did, when you picked this install method
Ouch! π
Just installed a docker container version on ubuntu, on the start up webpage for home assistant there is not option to restore from a backup. Is there a new way to restore from back up?
Restore from backup is only an option with the Supervisor, which you get with Home Assistant OS
Is there a way to restore my backup from Home Assistant OS to my new Home Assistant in the docker?
You can extract the HA config folder from the backup, and write it to the location you've mapped for /config in the container
Hey guys, I am trying to install Home Assistant on a virtual box on a windows machine. I am getting stuck on a screen saying that "Preparing Home Assistant" and on the command line it is saying "Waiting for the supervisor to startup" and below that just the location URL is displayed.
Can someone please help?
Hello,
I have decided to switch from openhab to Home Assistant, but I can't seem to be able to install the latest image running on a PI4-B 2G out of the box.
The console CLI comes up, but the WEBUI shows "Preparing Home Assistant" with the following repeating error:
22-03-11 03:41:50 INFO (SyncWorker_3) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi4-homeassistant with tag 2022.5.5.
22-03-11 03:41:59 ERROR (SyncWorker_3) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-homeassistant:2022.5.5: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/raspberrypi4-homeassistant:2022.5.5/json: Not Found ("no such image: ghcr.io/home-assistant/raspberrypi4-homeassistant:2022.5.5: No such image: ghcr.io/home-assistant/raspberrypi4-homeassistant:2022.5.5")
22-03-11 03:41:59 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
What am I missing?
In the UI click the blue dot and you should get more information
Yes, hence the 3 repeating message with error 404.
You're not using a small SD card? It is at least 32 GB?
this would be the error just before the 404: 22-03-11 02:35:31 WARNING (MainThread) [supervisor.utils.codenotary] rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: x509: certificate has expired or is not yet valid: current time 2022-03-11T07:35:31Z is before 2022-03-31T09:22:44Z"
I clicked on that and getting this:
22-05-20 20:02:11 ERROR (SyncWorker_2) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2022.5.5: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.5.5&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
22-05-20 20:02:11 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
22-05-20 20:02:41 INFO (SyncWorker_2) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2022.5.5
22-05-20 20:02:41 INFO (SyncWorker_2) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2022.5.5.
Looks like it didn't get a valid time from the NTP server... I've seen that before when people have had filtering on their network
I do , and I have seen the NTP failure at boot., which ntp server/pool is it trying to reach?
No idea TBH, but I'm sure somebody who uses HAOS will be along at some point
@humble mirage can you help me out?
No
If I thought I could help, I would be. Pinging me to demand my attention isn't going to get you help any faster @rapid summit - and may just get you ignored by me completely
Sorry bro, I thought you missed it.
thank you for the lead! i'm digging
I've got an odd thing happening - getting this error - https://www.home-assistant.io/more-info/unsupported/systemd_resolved
But checked systemctl to ensure those services are running. I'm running Debian 11, so that shouldn't be the issue...
Nothing else seems to stand out, but maybe those services aren't running like they are supposed to be?
systemd-resolved.service loaded active running
π€·ββοΈ
dbus.service and dbus.socket both are loaded active running as well
Thank you Thinkerer - My filtering was preventing the NTP connection to start. Now I need to find the IP. Either the NTP server is on a banned list or the server was trying to get in on ports it should NOT be using.
Hey, is anyone familiar with this:
22-05-20 23:47:24 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
22-05-20 23:47:24 INFO (MainThread) [supervisor.resolution.fixups.store_execute_remove] Remove invalid Store: core
22-05-20 23:47:24 ERROR (MainThread) [supervisor.store.repository] Can't remove built-in repositories!
22-05-20 23:47:24 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
I just did the hassio OS upgrade that dropped this morning, and now the front-end doesn't appear to be coming up. The IP pings, but internal URL give connection refused. External URL unable to connect. ESPHome devices are occasionally restarting, which they do when they can't connect to hassio.
I have console access, but not enough familiarity to do much with the 'ha' interface. This install is on a VirtualBox on Linux and has been stable for months. Previous upgrades went without issues.
@slender olive ha help and ha network info
ethernet is attached
ha network info looks normal. It has the correct IP.
super logs does show some barf, but it scrolls off too fast to read. Is there a ways to less or more output?
You tend to only need the last part of su logs.
What does it show?
What do you see at http://your.ha.ip.addr:4357
Home Assistant observer
Supervisor: Connected
Supported: Supported
Healthy: Healthy
Someone knows what the problem could be?
ha super logs: https://pastebin.com/Gs2EqvcB
@slender olive ha core logs?
yes, I have a spammy automation
the TPlink (smart plugs) thing would hang, and I'd restart it
so at least that much is running
I do not use Duck DNS .. I dont' really do remote access .. although I have OpenVPN on my OpenWRT that I can use to get onto my home network if needed.
I do have the nabu casa (sp?)
Can I not modify my Home zone if I have a configuration.yaml at all?
is this a better question for #general-archived ? π
When installing from a VM (VirtualBox) does it normally take the Starting Docker Application Container Engine... step a long time to run the first time? I'm coming up on 10 minutes right now
Something like this https://github.com/home-assistant/operating-system/issues/1925 ?
looks very similar, thanks I'll take a look
It's my issue, no resolution yet, I'm stuck at 7.6 for now.
When I try Slot B on GRUB I just get something about a file system error
now trying slot a and I'm getting "Waiting for the Home Assistant CLI to be ready..." which it seems to be hanging on
Slot B error
error: unknown filesystem.
Press any key to continue...
Wonder if I a have borked the image already xD
If you have a backup or Snapshot It's probably time to utilize it.
That filesystem error doesn't seem good. π₯Ί
fresh install, never tried it before
I've had pretty good success with vBox build .30 with HAOS 7.6
I'll try it
will probably go for a version running on my pi when I finally get it to work
that seems to have booted now, thanks SXP
lovely, after booting 7.6 I rebooted the VM now it is stuck on the docker application container engine again
think I'll sleep on it
Is this the place to ask about reverse proxy setup?
Not the act of setting them up, but rather getting it to work with HA
When I updated my Ha test instance, running in proxmox from OS 7.6 > 8.0 it didn't go so well. It started to use a lot of CPU, but never booted, not even the proxmox console worked until I manually killed the server 4-5 times - then it finally started. Yesterday I upgraded it 8.0 > 8.1 and the same thing happened, but it only required 2 kill/restart to work.
Now to the question: Has anyone here successfully upgraded a HAOS 7.6 > 8.1 running in proxmox?
Although 8.1 has been rushed to stable it sounds like it might be better to wait for 8.2β¦.
I'm running HA OS on Proxmox, but I've been using HA OS 8 since the first release candidate without issues
Hi did someone succeeded to use properly the shell_command system ?Β I try to use it to send commands at an audio matrix for volume control but whatever I do it's not sending anything and nothing shows up in logs also π¦ how can you debug such things ?
no one on this ?
The docs tell you how to debug:
stdout and stderr output from the command are both captured and will be logged by setting the log level to debug.
hey how do I make sure that HA is using the correct bluetooth device? when I use bluetoothctl -> scan on it selects the correct one there but im having connection issues with devices in the gui
already setup like that but it logs absolutely nothing π¦
with vBox build .30 ?
I have 6.1.34, sorry I didn't realise it was vBox that was the issue
Oh, I'm not sure it is, but I and some others have boot problems with anything higher then build .30.
It's been mentioned a few time on github
Hey there. On Wednesday we lost power and unfortunately it seems that mmcblk1p1 failed to mount on my HA Blue. I began working to re-flash it and have been running in to some troubles. The mass storage device just doesnβt seem to show up on my Mac or PC. I have followed this wiki https://www.home-assistant.io/common-tasks/os#flashing-an-odroid-n2 and double checked with https://magazine.odroid.com/article/os-installation-using-petitboot-and-usb-otg/. Also updated Petitboot to dev.20220317 and spent a good amount of time trying different order-of-operations. Just no luck. Any suggestions? (Besides a ups battery backup)
Is there a way to see what is preventing me changing settings via the gui? For example I tried adding a ssh key to the ssh addon but after it restarts the new setting are wiped out. It was installed via the gui.
#add-ons-archived can help with add-ons
That's just one example. I remember reading somewhere in the forums where a split yaml config essentially cripples a lot of settings on the gui.
That has nothing to do with add-ons though
Whatever you do with HA's config is utterly irrelevant to the configuration of add-ons
Same thing happens when I try to add automations using the gui.
The GUI writes to automations.yaml, and requires that you have
automation: !include automations.yaml
``` in `configuration.yaml`
After a lot of false starts frying a few SD cards on a raspberry pi I am now finally up and running on a Micro PC running Proxmox π. Thank you @humble mirage and @lime cobalt among others for the help along the way! Can recommend using this guide for anyone else wanting to install HA OS using Proxmox
Grrrr i just tried updating to 2022.5.x again and YET again HA Core is unstable. tried a couple of weeks ago also and had the same issues. HA Core webgui stops and cant connect via SSH either.
What hardware are you running on? Are you using Home Assistant OS, or some other install method?
Observer not loading points to a problem bigger than just HA Core
I'd question the power supply or SD card - those are the most likely causes of problems
it's only on 2022.5.x, when i restore to 2022.4.7 there is absolutly no problem
thats the weird part
Could be a change that's resulting in a slightly higher power draw
i can reach the HA via SSH now, its extremely slow
Official Pi power supply of 5.1V / 3.0A = 15.3 watts
replaced the power supply for another one, same issue
observer = online, everything in green
webgui is down again, restarted automatically after a minute or so
observer is down also now
Time to hook up a keyboard and monitor
Issues with the Core container shouldn't impact any other container
monitor and keyboard connected. is on HA> now. how can i follow logs?
Is there a directory that you can find a/n addon/s settings?
Continued from #general-archived, I've managed to nuke my HAos rPi4 install during a network swap and I'm trying to restore from backups on the SD card (or if that fails, start from scratch). It looks like it can boot, but no useful services start up, so I can't SSH in, nor do I have a mini HDMI to plug in directly. Tips for digging into the SD card itself and extracting the backups?
so initially I setup my homeassistant via docker but I didn't mount a local volume for the configuration folder. I'm trying to set it up properly now. I've copied the config files out of the container and dropped them into a local folder. I've started the container with the folder mounted and I've verified that changes to that local directory are visible to the container. I copied the config files that I extracted into the local folder. When I startup the container it looks like a brand new installation. It's asking me to create a new user and when I'm logged back in I don't see any of my configurations. Is there something else I need to backup/extract?
even with screen and keyboard attachted the HA stops working. is it a good idea to try to flash a new sd-card, another Pi 4 and restore a backup?
@humble mirage that was it .. it worked!
update on this, I've mounted the files and can see the supervisor/backup folder. Is the latest .tar file enough to get me running again on a fresh install?
Further update: no, this does not seem to be enough. The UI page prompts to restore from backup, but it never actually seems to start any processes for this, just stays on the user onboarding page
does it work if you go through that and then later on restore the backup?
Nope, looks like that didn't do anything productive, and now prevents Node-red from starting up because it's looking for files I don't have anymore. I should be able to rebuild my install as long as I can get my Z-wave stuff reattached though
Has anyone else gotten this error after updating to 8.1? Error returned from Supervisor: System is not ready with state: setup . My HA instance won't boot and I pretty much can't do anything in CLI
hi so i have an a macbook pro 2011 model and i want to run homeassitant on it and was wondering if i could wipe macos from it and run only homeassistant os? i know that i can run it on a vm but can i run it without one?
anyone
why not run HA in docker on de MBP ?
Because it's not supported?
No, it won't work. The only option on the Mac is a VM (or a pure Core install, if you have the skills)
I just did a fresh install of HAOS 7.6 on a fresh SD card and upgraded it to 8.1 via the web gui and it also won't boot. this seems to be a very big problem
Especially since this is happening on a fresh install
a good power supply needs also a good cable to give the current without voltage drop. Do you see red led going off and on during operation?
it wasnt the power supply. it was the core. reinstalled everything on another sd-card and another pi and seems to be working again. only got issues with zigbee2mqtt
what issues?
webgui stopped working and responding
I have problem with zwave2mqtt , cannot open the port to connect with usb dongle
try #zwave-archived
I installed zwave2mqtt with docker yesterday but it cant connect with usb dongle
I tried and they helped me with installation but not with the port opening problem
I think maybe something with permissions
I have manual installation of homeassistant and i am thinking to move to a new installation with docker. Can somebody tell me the advantages and disadvantages?
Depends on what you mean by 'manual'. If you mean via a Python venv, then a container install takes care of Python updates and requirements for you, and there's no downside.
Is there a way to print a list of users from the hass command line tool?
I'm trying to reset my password, and i have no idea what username I used
Hmm thanks, I can see my name there but when I try to reset it, I'm showing no users, and I don't see any when i provide list to the auth script, I think something is funky with my installation since I'm using TrueNAS
Does anyone have any hunch on why I canβt seem to migrate my install from an SD card to an usb SSD? It boots but it fails rather often
Maybe the ssd sometimes requires more power than what the raspberry can provide?
Quite likely that's the problem, I've seen many reports of issues that are solved once somebody moves the SSD (or USB stick) to a powered hub
Yes via Python venv. So it will be better to switch to docker installation. After that i need to install everything else via docker?
Nah, you can install "everything else" using Docker, or not, but once you've learned the joy of Docker it's hard to go back to doing things the hard way
ok thats sounds very good π Thank you
Should i format the sd card to make a new fresh installation or can i unistall the old homeassistant and install it through docker?
You can uninstall the old venv by simply deleting it
and then when i will install homeassistant again via docker will take the old configuration?
thanks i will follow that
Hello, when i run HA on my server with 2 x 1,7 Ghz and 12core/24 threads Cpu , is a high ghz necessary when i run many integrations/plugins ?
There are no plugins, but I guess you mean add-ons?
It really depends on what those add-ons are, some require more CPU power than others (for example, Frigate or anything doing video stream processing)
Okay but did you think 1,7ghz is enough, and i mean when i need more, hass can use more cores ?
Well, the add-ons are entirely outside of HA itself, so even if HA didn't use more cores those would
Given that HA (and some add-ons) can run fine on a Pi3b, your system specs sound "ok" 
Okay i have all on my unraid system and can share cores and all that stuff
Hello! I upgraded to the latest version of home assistant on my pi3b running haos four days ago or so, and ever since my pi has crashed once a day to the point that I have to restart it via unplugging it.
It looks like the logs reset after a restart. Can someone point me to a resource on how to find the logs from before the restart to see if I can pinpoint the reason it's crashing?
If the whole Pi crashes it's not the logs for Core you need
What would you suggest I look at? I don't have the hardware to move my system at the moment, so I'm hoping I can keep it limping along a bit longer...
Ideally you want to keep a keyboard and monitor connected so you can see something of what's happening when it fails
Unfortunately I don't know how to troubleshoot HAOS failures
Lol I guess I can connect peripherals up. Can't stay up late enough to watch it crash until next weekend though π thanks for the input
Yeah, but if the keyboard and monitor are connected (and working) then when it crashes there should be something on the display to tell you what went wrong
So, I've never actually contacted a monitor to my pi after installing ha on it, and it doesn't look right. I think it's trying to display lines of letters, but it's like they're drawn on the monitor incorrectly? All I see are white dots and some green dots near the bottom and then a small flashing line, like a command line waiting for input. At this point, I'm able to pull up the server on other devices.
If this is the wrong channel let me know where to ask about this!
The display is only active if it was connected when HAOS booted
It was connected before I plugged the pi back in, and there are things on the display, they're just not drawing right. The display and cable are both confirmed good
Could be a problem with power on the Pi then
I can't imagine, as I had to order a different power supply for it specifically due to low voltage issues on the original. The new supply is over rated for pi3b+. Do power supplies go bad?
Just seems odd for it to fail so soon, but I guess my pi is constantly on
No
I'm getting Failed to start Docker Application Container Engine, any way i can fix that without just reinstalling and the VM and using a backup
Hi, I wanted to know if we can create a default admin user and password from the config instead of during initialization on UI onboarding?
No
Did anyone have recommendations for intel Xeon i5 ? I mean the βnumberβ after the i5
Newer is better, otherwise ... really depends a lot on what you plan on running (what add-ons etc)
what do I do? HA wont launch anymore
I would use Integration for Xiaomi devices/Gardena or something. Media stream is interesting I want to trie it without performance lags
Few integrations require any real CPU power. Media streaming also requires very little CPU, only transcoding/processing does
All of that would be fine on a Pi4, so any i5 from the last ... decade ... will be fine, but newer ones are more power efficient
Okay thanks, did you recommend a gaming cpu like i7 9700k or server cpu like xeon i5 ? Power consumption is unnecessary
ok so I found some threads regarding the problem I'm having. I'd need to access the command line though. However CRTL+C wont work, the startup process just keeps running, then throws the error and restarts
I'd go Xeon, personally
I'm running the whole thing in Oracle VirtualBox if thats of any help
I am having issue installing i2c I cant seem to get past here mount /dev/sda1 /tmp/mnt It says sda1 does not exist
Did you try the other options the docs list?
Type the following to enable I2C, you may need to replace
sda1withsdb1ormmcblk0p1depending on your platform:
tries all of them including os devicelist and no luck
ha os datadisk list
returned []
What are you running HAOS on?
VM
Ah
It's quite possible there's no support for it then... what devices are you trying to use?
lidar sensor
I need help π©
Iβve been stuck on this page for 2 hrs now, and i think I did the process right, does any one have a fix?
βPreparing home assistantβ page
do you see anything in the logs, are you connected to the internet
Itβs working for me now, but i have an error somehow, and supervisor wonβt update π€¦πΎββοΈ
@steady drift Please don't say I have an error or describe an error. Share the whole actual error message so we can help you.
Logs?
I got this from the supervisor log
22-05-24 07:15:18 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.05.3: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.05.3&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
22-05-24 07:15:18 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.05.3: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.05.3&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
Still problems when restoring from full backup (using HassOS).. what a joke!!!
What kind of problems?
Hi, i wanted to setup the Samba NAS Add-on. In the documentation it says i need to add the Partitions by "Disklabel". Does someone know how to get the Disklabel of my disk?
Ok so I was just able to get a device that can have home assistant running 24/7 but whenever I leave it on for some while it refuses to connect and ii only starts working when I reboot the host from the home assistant cli any reason for this?
I have ha installed using a Vm in a hypervisor with ha os on a mac
Anyone?
@limber hedge People (and other sentient or vaguely intelligent beings) aren't waiting here for your questions, ready to leap upon them the moment they appear. Have a little patience. Keep in mind that repeatedly posting to get attention is against the rules (flooding) and can get you muted or banned.
Somebody who knows HAOS will help you when they're around
that is a network/dns issue
what vm software are you using
what error are you getting?
I am not sure if this is the right channel, but it seems fitting. I have the following problem: There are a few functions that seem to regard the supervisor that are not working. I noticed something was wrong when I got a notification, that my storage is full and when I tried to delete some of the older backups nothing happened to the storage eventhough the backups are not shown anymore. Host restart (host is a raspi) does not work either. Restarted the brutal way and the storage was freed however all the deleted backups are back. When I tried do do a back up it just said unknown erorr: see supervisor but the supervisor showed nothing. Restart didn't work either, and neither do the updates, all with a supervisor error message.
Okay, restart seems to work now actually. But all the others do not. After one failed backup creation, it said can't create backup in state freeze
How do I fix this, please?
first of all can you ping out to google.com from the command line?
π I'm trying to reflash my 32gb SD Card using the instructions listed here https://www.home-assistant.io/installation/raspberrypi/ . When I use balaenaEtcher with the latest version I get a Source and destination checksums do not match and it fails. I've also tried using Raspberry Pi imager and get a similar message. How can I tell if my SD card is corrupted? Could that be a possibility?
Yes, it could well be (and most likely is) that your SD card is ... toast
have you tried formatting the card with sd card formatter
but yeah its probably toast
https://home-assistant-guide.com/2020/10/14/the-best-microsd-cards-for-home-assistant/ gives some good advice about picking cards that don't suck
of course the best solution is to use a data drive for HA and a SD Card for HA OS boot
Well, the best solution if you're going to keep using the Pi 
@humble mirage thanks for that link. I'll look into a data drive since I most likely need to replace it now
This is the error message I get when trying to update the core: Fehler beim Aufrufen des Diensts update/install. Error updating Home Assistant Core 'HomeAssistantCore.update' blocked from execution, system is not healthy
Since I can't seem to find anything in logs, what could be the issue? Or how can I try to figure out the issue?
ok, can you get to a command line?
I suck at coding, how do I do this? π©
do you have a keyboard and monitor connected to your pi?
About to connect them
Connectes
ok now what do you see
Black screen, with home assisant
Welcome to the home assistant command line
type login
Ok
I was waiting, but nothing
what did it give you?
so then why can't it pull the image, Iwonder
Beats me
Client.Timeout exceeded while awaiting headers is ~~almost ~~always DNS
ok lets change your dns
Ok
I have no idea why ghcr causes issues with dns
Lemme try this
I have no idea why it happens. But almost always when it's that errror or a 404 error when trying to download any image, changing their DNS fixes it
but also in most cases changing it through nmcli works
arguably there should be a fallback to 9.9.9.9/1.1.1.1 when its repeatably getting that error
Type in the edit command (the whole thing), came back with an error: unknown connection
π€¦πΎββοΈ
then try editing that connection
Did you use quotes?
since green is the active one
my example was mentioning the default con
just me butting in things
π©π©π©π©
that's too much weariness
Setting ipv4
There's been DNS issues on and off for ... a long long time
The new DNS thingy in HAOS was aimed at fixing them ISTR, though ... no such luck
In the beginning there was the Bing Bang and DNS issues followed
what new DNS thingy?
The add-on/plugin/whatever ... core DNS or some such
And it still hasn't magically solved DNS 
although big controversy around that
posts upon posts
github issues on it are fun to read lol
Thanks, guys @high token @orchid pebble @crude inlet ππΎππΎππΎππΎππΎππΎππΎ
no problem
but if you look up ghcr.io and that dns error, all that comes up are home assistant posts, maybe we gotta start enforcing dns to 1.1.1.1 or 9.9.9.9
I know that would bother people but it seems like it would work
I haven't done that yet, you got a link for me to check out how to get there?
do you have the ssh addon installed or a keyboard and monitor connected to the pi itself?
I got neither right now, can't do the install rn. keyboard and monitor I can try tomorrow. However after the latest restart I finally got some error logs 22-05-24 21:14:03 ERROR (SyncWorker_2) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/armv7-hassio-supervisor:2022.05.3: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/armv7-hassio-supervisor:2022.05.3/json: Not Found ("no such image: ghcr.io/home-assistant/armv7-hassio-supervisor:2022.05.3: No such image: ghcr.io/home-assistant/armv7-hassio-supervisor:2022.05.3") 22-05-24 21:14:03 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.UPDATE_FAILED - ContextType.SUPERVISOR / None 22-05-24 21:14:03 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/armv7-hassio-supervisor:2022.05.3: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/armv7-hassio-supervisor:2022.05.3/json: Not Found ("no such image: ghcr.io/home-assistant/armv7-hassio-supervisor:2022.05.3: No such image: ghcr.io/home-assistant/armv7-hassio-supervisor:2022.05.3") 22-05-24 21:14:03 CRITICAL (MainThread) [supervisor.core] Can't update Supervisor! This will break some Add-ons or affect future versions of Home Assistant! as well as this one 22-05-24 21:16:24 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/config: that is at least something new
ugh I am gonna bet its dns again
does that mean I should read up on what was discussed here today already xD
pretty much that link I sent has all the instructions
alright thanks, what is the cause of the problem? I haven't changed anything lately
But not really, just follow the steps in the link @warm crypt
hi, i cant connect my HA app with my server. It says NSURLErrorDomain 1004
Is HA running in a VM on the laptop you mentioned in the other channel or on a dedicated host for VMs?
im a bit of a rookie. Itβs running on Oracle VM VirtualBox
And when you rebooted your laptop, did you shutdown the VM? If not, the behaviour of VirtualBox is likely to pause the VM which not all VMs like. Try rebooting the VM and I bet it comes back.
If you're not running HA on a dedicated host that can stay up all the time, it's not going to go well.
the error is only within the app right? you can access the webui via ip:8123?
reinstall the app
also if you are using ssl update the cert
What is the default password for homeassistant when using WSL?
it should ask you to set it on onboarding
Oracle VM
are you sure your machine isn't falling asleep
Yes
I have diabled sleep mode
And when I open the lid back up I am still on the same screen
you are on ethernet?
Wifi
I'm done with vms running on laptops using WiFi. Ridiculous
What do I need to do to get HAos to recognize the system audio (speakers / mic via 3.5mm jack)?
audio:
input: {}
output:
auto_null: Dummy Output```
Ok so it's only running on wifi till I can set it all up as I am leaving the country for studies and want to get HA set up with all the devices that can connect to it for my family once I set it all up it will be running on ethernet
Has anyone worked out a high avail HA?
Also even if I keep the dashboard open for some time it says trying to connect and then just doesn't connect I have to manually open up the MacBook and say host reboot and then only it works
You can use VMware vLockstep and use BGP routing for true high availability or use Kubernetes and longhorn. HA will come back if a node fails.
ok
Home assistant is not really designed for high availability
I've used rancher before but not longhorn.
Rancher made longhorn for distributed block storage
ok
I have HA inside k3s
Iβm in the middle of adding ssh access to HA to access the files via ssh or sshfs
I was thinking of dumping my system and moving it to a RPI4b as my pc is overkill for it
I have a cluster of pi4s
Same 5 rpi
Dam⦠I have been trying to buy more for months
running in POE mode
LOL i have more I'm not even using from cana
2 4gb model
and one with just the board
I just need the boards with at least 4GB
yeah people keep saying that.
K3s masters take 550 MB of ram and the workers take 50
By default the master is also a worker thus why itβs 550 :p
If you are looking to get rid of some spares, let me know
I could part with them for the right price. not looking to gouge just get the money back.
Has anyone been able to successfully roll back from 2022.6.0.dev20220525? I can access cli but trying ha core update --version 2022.6.0.dev20220524 doesn't work
@final cedar try with --version=2022.6.0.dev20220524 instead
Does anyone know why my observer container would be constantly restarting due to a SIGSEGV? I suspect I am running into OOM issues due to my running it all on a Pi 2 (Still have not managed to acquire a Pi 4 at a sensible price). HA seems to be working, I'm not sure what the observer actually is supposed to do!
https://pastebin.com/cXwR9m68 if anyone is interested
Hello. Any idea how I could get a shell on the HA OS (ie not inside a docker but the host) to try figuring out what the VM hosting HA OS is using a LOT of CPU ?
I would just to run 'top' from a shell
login at the ha cli will drop you in a host shell
how... do I restore from a backup?
I can see the backup in the list... there's just no option to restore... ?
just to confirm, if I want access to GPIO on my Pi, I can't use Hassio, right?
I have a RPi 4 4GB, if that matters
just want to confirm if I have full control of GPIO with HA OS or if I should run HA on a container
@crude relic the GPIO integration for HA was deprecated/removed
doesn't matter how you run it, you would need to use the custom integration
if you want that
How long should it take to load after typing login, because I think 5 minutes is too long xD
did you click on it?
Did it, thanks!
Turned out it was the way I'd installed it. Needed the docker setup.
I restarted again and just waited a bit and now I get the following error instead of the cli (i left it on the cli screen and didn't type anything): systemd-journald[177]: Failed to write entry (24 items, 1000 bytes), ignoring: Read-only file system
Okay, despite the error messages still flooding the screen I can at least use the cli now
got the fix, but I am suspecting that the sd is frozen. How can I validate my backup?
Hi all, I'm unable to update due to a MariaDB issue https://github.com/home-assistant/core/issues/69620 I'm thinking of starting with a new database. Am I correct thinking the database only contains data and no configuration, or does it also contain configuration and do I risk to have to setup stuff anew when switching to a new empty database?
the database contains your HA history (the 10 days by default), any long term statistics you might have (energy dashboard) and could optionally contain other things e.g. is used by NGINX Proxy Manager or some other addon that might be using it for storing data
but no configuration stuff
OK, so it's safe to switch to an empty new database and I will only loose history, not my setup? Cool.
Yeap
and assuming you don't use NGINX Proxy manager you also have nothing to worry about there
If this is not the right place to post this please let me know. I upgraded to 2022.6b0 today and now my system seems to be a in reboot loop. Any advice on where to start to troubleshoot it?
Thanks!
Trying to install HAOS on SSD, using Ubuntu USB boot interface, but the documents aren't making sense to me (please note I am not trained in IT, just a coder entrusted with an IT task).
I have loaded up the Ubuntu USB boot onto the computer in which I want to install HAOS, where do I go from here?
Is it possibile to restore a backup in home assistant docker container?
Anyone who can solve the s6-overlay-suexec: fatal: can only run as pid 1 for new addons?
Manually, yes
(Specifically extract the backup compressed file and then copy the files)
TBH I can't see the attraction of the built in backup service, which it's so much better to integrate it in your existing backup solution
Except of course most people probably don't already do backups of their important data...
I am already using duplicati for my backups and the backup function. Just thought there is an opportunity to import the tar file and not just copying every single file. Thank you
You mean you donβt store backups on the same drive youβre backing up? π
Which steps can I take when I get the error of "error when calling update/install"?
What are you doing when you get that error?
Trying to update either core, OS or supervisor. Supervisor shows no logs, just "error, See supervisor for logs"
Here are the steps i did yesterday
And what's in the Supervisor logs?
No errors reported
And yet error, See supervisor for logs 
yep
Since I get filesystem errors on the cli, could this be a frozen sd card? If yes I will not bother with trying to fix it and rather set it up again with this time using a usb for storage and using your handy backup guide
What errors?
I mean, it could a dead SD card, it could simply be file system corruption, without knowing the details though we can only guess
Do you mean the log was empty, or there was something mentioned you just presume isnβt an error
Empty
How did you access the log
Via the UI under logs
This error @humble mirage
I also got an ext4-fs error yesterday, but I didn't document it sadly
Read-only file system
Could be dead SD card, could be file system corruption
Alright, either means I need to start new
Do you have a link for me to read up on the USB as storage?
Does it make a difference if it's a stick or a drive? I'd prefer a stick tho
A USB thumb drive is a shockingly bad choice
They're what happens when somebody decides that SD cards aren't bad enough
is it possible to use a nas instead?
Not for HAOS, no
Unless you mean run it on the NAS in which case it depends on your NAS
@warm crypt try copying 4GB of small files off of any USB thumb drive to any PC and then compare it to copying the same off of an SSD or nvme. You'll see the struggle. USB thumb drives were a nice alternative to optical drives/media back in the day.
yeah, I know that. That is something I thought about. But since I will continue using an sd card for now, can I copy the volume of the current to a new sd?
Hi guys, I've been directed here
I dont know if you have been able to to this but im trying to break my head doing it, I have a VM with home assistant and I want it to have 2 virtual nics, in fact it does, one its in the iot network and the other one I want it to be in the home network, but I dont want the vmnic on the home network to have a gateway, I want its gateway to be the one on the iot network, why? because I only want to see certain devices in the home network as local instead of routing them, such as nest audio devices so I can safely push TTS to them
its a long explanation, sorry
so whenever I enable the 2 nics and even if I manually remove the gateway from the home nic, it always comes back (dhcp)
I cant even set it to manual and its killing me
Someone in another thread recommended to stop using dhcp, but Its only a problem for HA, Id like to set both ips in both vmnics manually to be honest, that way I can only set the gateway in the interface needed
Yes, but if your file system is corrupt/damaged do you really want to do that?
Since I can still read all files and also start up the ha I will at least try. I had an issue like that on a phones sd card a while back. You can just clone it onto a new one and it works just fine. It is just "frozen" onto the old one. I will try and report back.
Ideally, Id like to set both interfaces manually, but its a bit different than a traditional linux setup and im a bit confused about it
@unreal egret If HA shows both adapters on the Network page, you might be able to use nmcli to configure them
I'm running Home Assistant OS on VMware, and after update to version 8.1 I saw this message:
The configured guest OS (Other (64-bit)) for this virtual machine does not match the guest that is currently running (Linux 5.15.41 Home Assistant OS 8.1 Home Assistant OS 8.1). You should specify the correct guest OS to allow for guest-specific optimizations.
Is this a problem ?
i was trying to use this, but its my first time using nmcli
i guess I need to figure out a way to configure them manual with nmcli
the other issue is if i open the cli of home assistant, I cant use cli commands, its all ha commands, its frustrating
@unreal egret that's the main reason it exists. If you want to use nmcli you have to be connected to the host, or use the SSH add-on from the community section of add-ons and turn off protection mode
all add-ons are containers. The SSH add-on container you are using does not have full access to the host system. None of them do. But some add-ons from the community repo have more access when protection mode is turned off
well, yeah but this is what you want to do and mess with.
i guess anyway i can take a snapshot of it
I'm not sure what you mean by locked out. If you change the networking you would use those new settings to access HA
so even tho my vm has 2 interfaces, the container will only see one
It's a VM. Maybe just start another VM and experiment with that one?
@crude inlet i want to have 2 network interfaces on my HA, one with gateway which is were the iot network resides and one without gateway so it can reach devices on my home network, such as nest audio and then being able to send tts to it
right, so using nmcli you would edit your connections
@bitter locust if you are at the ha> prompt you can enter login to get to the host console
Did that. Now searching the file system where the config dir is
Just can't find it lost
/mnt/data/supervisor/homeassistant/
@bitter locust stepped away, sorry. yeah what thanasis says
Hi all! Is there a difference in the docker arch setup between HA 4.7 and 5.x ? Somehow I am able to run the 4.7 version but anything above 5 is crashing my entire docker system.
arch == architecture
not the operating system arch.
Nothing that should crash Docker
Thank you. removed the database still no result. home assistant fully starts and then, connection lost. reconnecting. it will start again after
this started with updating to beta?
yes
maybe move back to stable and see if that stop Core from crashing
then you know it's really beta
was working fine as always just updated to 2022.6.0b0
Hey, i would like to access my home assistant from everywhere, but there are 3 problems:
- I have an DS-Lite connection, so no own ipv6 address (only ipv6)
- I don't want to use an vpn, that i can also get an https certificate (currently using tailscale, but not happy with it)
- I cant do port forwarding
I really hope there is an FREE solucion, so that it works like nebula casa
how can I downgrade from here
Yes, you can build your own remote access system using things like Oracle's free cloud service, or Cloudflare tunnels
Will try to do that., can it be done from the command line?
