#installation-archived
1 messages · Page 48 of 1
yeah i did but its a yaml?
man im lost today, between this issue (which i seem to have solved) and my attempts at a backup and restore have been a disaster
It's a text file 🤔
thankfully my old shit worked
Dear all..
I have my Router on 192.168.200.1 and my HASS on 192.168..200.12 (Pi4). The Reverse Proxy is on a Ubuntu-Machine (192.168.200.10) realized with a Traefik V2 in a Docker.
Everything works, but HASS ist not reachable from extern
400: Bad Request - Any idea?
yeah i see a docker compose yaml and something else
nothing in the way of instructions
im doing this at the HAOS level, not at the container level
my dd of a written disk to the emmc worked, im gonna test it again
Now I'm properly confused
me too
u called it a bad bot
im also half a retard, so it could be me
im gonna buy another zwave 800 and attempt to have COMPLETELY SEPARATE systems to backup AND THEN to restore to
Only if you ask a question and give some details
Hello everyone. I'm trying this channel as it is a part of the installation bundle.
I have discovered a bug in the generic x86/x64 pip installer.
After version 2023.3.1 aiohttp was switched with the httpx package.
Which means the http: setting in configuration is not meeting the dependencies for any settings.
Ref: home-assistant.io/integration/http
In advance, thank you for a wonderful app!
Bugs should be reported on github
Sorry I don't do GitHub bug reports.
Unfortunate
hello every one, i have a "stuck on [supervisor.resolution.fixup] System autofix complete forever" problem
i have done some search, most people who ran into this problem had a internet 500 error, but i dont
so i came here to look for help
If this question belongs elsewhere, please forgive me. I setup odroid N2 with HA ~2-3 years ago as a test. Seemed to work fine, so I bought another odoid N2+ and set up my "production" HA. Now I'm trying to setup HA at a vacation home. I brought my original odroid N2. It boots fine and the console comes up on the odroid, but I can't access HA via the usual URL nor using IP. IP says, "ERR_Empty_Response" . Is there an "easy" way to reset HA with reinstalling (which is a bit painful on odroid)? I can ping the IP and it shows up in my router console correctly. Thanks for you help.
I'm trying to migrate from core installation to HA OS. All I have from my old install is the .homeassistant directory. If I simply replace the contents of /root/config over the ssh plugin, it doesn't take. Like at all. Reboot, old files present. Do I need to ssh as actual root over port 22222 and put the filed somewhere?
@stoic jewel if the console comes up you can remove everything in the /config directory including hidden files and directories
@fickle pond can you create a single test file in /config ?
@cognito Thanks. I worked it out. Had to remember my Unix days from 40 years ago. 😊
@crude inlet, got your name correct this time.
New to Home Assistant here, testing the waters moving from HomeSeer and Homebridge. Currently running it in docker, but I do not see any of the config files where I would expect. I assume it is a docker-compose.yml issue. For homebridge and homeseer, they both store all config files in my /pi/docker/homeseer (or homebridge) folder. For Home Assistant the folder is empty. Also, moving over from HomeSeer I was very used to having a single screen to view all devices as my main page. Is this not a thing in HA? I know I can set up dashboards but it seems time consuming to just create a page with all my devices. Any tips from previous HomeSeer users to ease the transistion? I only have three devices right now for testing, so there is no need to transfer over devices at this time. Thanks!
What does your compose file for HA look like at the moment?
I can test that later today, but my impression is that the dir is either a copy that gets overridden, or there's some other noob protection in place.
I actually managed to find the configs again in /mnt/supervisor/homeassistant through actual root on port 22222, maybe that's where I should put my files. Again, will test later today.
If everything fails, I'll spend another evening trying to recover my old core installation (where I managed to bork Python and venv) so I can export a proper backup
i got myself the SkyConnect adapter. Is it true that it needs HASS OS only because its needs direct USB access? Meaning i can not run it on Proxmox or as a container?
No. Proxmox can pass through USB devices and docker containers can use USB devices as well. HA actually runs as a docker container inside HAOS
would be a intel i3-6100 good enough for this? Basically i want to run HA from the internal SSD and 1 Linux OS which is saved on an external USB 3.2 Gen2 SSD, because i need to take that os with me all the time between work and home
Depends what the OS is used for. Here's a comparison against a Pi 4: https://www.cpubenchmark.net/compare/4297vs2617/BCM2711-vs-Intel-i3-6100
well actually i just found out that i can install win 11 including the Gpu's original drivers which never worked with any other virtual machine environment like virutalbox and HyperV i used before. Guess i'll go all in with the VM's on Proxmox and turn my other PC(Benchmark of around 5600) into a server and only use this one instead of like 3 pc or laptops and save on the power consupmtion
Now i just need to find a good server PC with like 10w
Hello all. I'm looking to move my old Supervised install (Docker on Ubuntu) to HAOS supported install. This is on an old i5 3570 pc, and won't be using any new parts.
After grabbing a full backup, can I just pull the Ubuntu/Docker SSD sata drive out of the old box, and connect it via sata to a Windows box and use Balena Etcher that way? Will it format the Ubuntu/Docker drive and install HAOS, and then just pop it back into the old box? Or do I need to do some sata to usb adapter stuff...
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /home/pi/docker/homeassistant/homeassistant/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host```
You'll want to format that as code by surrounding it w/ 3 backticks (`) before and after. I don't see any : on the first line in your volumes, which presumably is intended for your /config mount
To format your text as code, enter three backticks on the first line, press Shift+Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
Thank you, the missing : was the issue. Still kind of new to docker compose. I appreciate your help, now I just need to figure out the docker-compose.yaml for the zwave-js-ui container. I had it running fine, but again the volume is not stored where I want it to on the host system.
The bot message above is showing you how to properly post formatted text on Discord. It has nothing to do with docker-compose.yaml
Ahhh got it hahahaha
They have an example here: https://github.com/zwave-js/zwave-js-ui/blob/master/docker/docker-compose.yml
i just noted above someone is using host networking, which will avoid the pain i was about to try and bring upon myself.. im using bridged mode (which is the default) and only exposing one port, the 8132
however, by doing this, docker cant see the IoT network on vlan 69, which it needs to be able to control devices locally (without internet)
could i potentially define my own network which passes through the iot network, so it can directly access that but only that, but still bridge to the docker 172 network for the 8132 port?
short answer.. no, stuff it
Use host network mode 👍
which means i have to use host network mode on my nginx container as well.. my sonoff lan integration still only works in cloud mode, not locally 😐
im guessing thats because i added the devices before the latest update so its not caching the local credentials
What even is cloud mode?
Why do you need host on the nginx?
because now home assistant is erroring on the 172 address from the proxy
i guess i could just allow that
Yes just allow the proxy address
Allow the whole docker subnet if you want for ease of use
Received X-Forwarded-For header from an untrusted proxy 172.20.0.2
where do i stick the config to trust it?
oh the address range has just changed thats all
i have it as 172.17 🤔
I've been pulling my hair out for the last few hours trying to get my external access working, perhaps I am misunderstanding something basic about X-Forwarded-For that someone can point out.
I have a setup for internal which is Nginx -> HASS running in docker - this is all fine and works.
I am trying to get external setup which is Cloudflare Tunnel -> Nginx -> HASS.
When I access my site externally, I consistently get a failure with a Bad Request. The logs show the following: Received X-Forwarded-For header from an untrusted proxy 10.0.9.42
This is what I have in my HASS config
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.0.9.0/24
And this is what I have in my nginx config
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
add_header external 'true';
And since it may be relevant, my internal and external URL for home assistant is the same. And while Home Assistant serves all traffic on the same port, when traffic is coming externally via the tunnel it hits nginx on a different port, but the only different right now between internal/external nginx config for home assistant is the XFF header & the `external' header
I can see in the nginx logs as well that the XFF header is being set to the remote client - 45.x.3.253 in this case, which I presume is correct as I understand it
OK I've been able to solve this, with the following three bits of important information
- It seems that the option to reload "All YAML Configuration" does not, in fact reload all YAML configuration
- There are two proxies in the way here - 10.0.9.0/24 where my nginx lives, and 172.19.0.0/24 for the docker network. The error message in Home Assistant talks about 10.0.9.x as the proxy, but it didn't mention that it was actually upset about a proxy at 172.19.0.1
- I had the incorrect setup for my headers as well, which I've changed to be
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Good morning. I am new to home assistant and I have had difficulty getting my network to recognize my server (raspberry pi 4). I was able to get it set up once and had not set a static IP yet. The power got turned off inadvertently on the raspberry pi and I cannot get it back up. I am running the software on a Mac. I also have the retroflag nespi 4 case that looks like the video game console. I have tried to re-connect directly to the pi as well. No luck. Can anyone direct me to a database that could help me troubleshoot or offer any suggestions? I am not sure if anyone would be willing to call me but I will give my cell directly for a call. I am desperate at this point. Thanks.
You can find the ip with arp -a
Guys, any workaround to install the guest agent on HAOS in Proxmox 8? can't use the snapshot feature on my test env :/
its included afaik
Thanks mstone for replying. I tried http://homeassistant.local:8123. How can I get the IP if it is not showing up on my network? The pi is connected with Ethernet. Daft, where would I put arp -a? On the terminal?
you may want to check on your routers dhcp lease page
you can also use a ip scanner
if it really isn't showing up anywhere then its either disconnected / not starting up
I am migrating from a RPI 4 to a Intel N100 miniPC.
how do I do the backup?
FULL restore. or only a partial restore?
Or do I first setup HASS then a restore?
I am currently at the setup window for the N100 HASS OS.
-My PI 4 [HASS] is still running, already made a FULL backup.
Both works
I have a server running proxmox. I want to install HA on it, and from what I’m understanding, a VM is going to be my best bet.
My question is in the backup format that HA uses- if I start using it in a vm but later want to switch to a dedicated machine (with lower power consumption) will I be able to do that easily with the same configurations?
So there won't be any issues with restoring a backup even if the system is different
No. Depending on the config of USB dongles, their device path might have to be adapted accordingly.
OK, thank you for letting me know.
Seems like the only 2-3 things I need to take in account would be
-the zigbee ZHA setup
-DuckDNS. due a different IP atm
Hi guys... So like many of us I am too infront of crossroad what to do. I have now thin client runing ubuntu and docker with homeasistant. I bought new computer with better hardware. Now what to do (and also how to do)?? Should I went with new instantce and run both comps parallel for a time or is there any fast road how to migrate quickly. Because I have now a lot of important automations etc. on existing computer. What is yours suggestion??
take a backup before you do anything
OK, I have duplicati set on original computer, but what about all other containers etc..??
Just do it like I am currently doing.
Run both at the same time, and first setup the new system before you KILL off the old one.
this way you can verify everything working properly. without much issues.
Yes I tought the same
You have also docker and ubuntu?
And can I use sam user name on two servers?
NO, I am running has Native on the Minisforum UN100C.
Don't really like having it run separately/ in a docker container. since this is a bit more of a headache with setting things up.
Proxmox was a solution, but I chose not to go that route, as All the mini-PC has to do is control my smarthome.
Its TDP under IDLE with windows is max 9W. with a total TDP of 20W under FULL load. which is extremely energy efficient.
O great
This is great and really important for computer that runs 24/7
Indeed, and that is still with a basic max downclock. I might go even bigger if the bios supports it/ I can find where in the bios I can do this.
mstone, My router is AT&T fiber. I have a Deco Mesh network set up so I am not using AT&T’s WiFi radios. Could be a setting on my mesh network that needs configuring? I would assume AT&T would have to check the lease for me. I am still somewhat of a novice but learning more everyday. What do you think about using my Mac instead of the raspberry pi? Is there a way to tell if the raspberry pi is functioning properly? I have my computer monitor (Samsung TV) connected to it and I just get a green screen.
hello... I always used Home Assistant OS (previously Hass.io) and I like it very much
I would like to try the container version
I have the container version up and running but I have some doubts on how to install some "addon" I use like:
- vscode
- mosquitto
- nut (for UPS monitoring)
- spotify connect
- samba
is there some guide where I can study how to do it?
Is it connected wirelessly? Just plug it in?
Hello all,
I have never used anything like home assistant before, someone on reddit was giving away a Curing chamber armed with a pi 4 and home assistant application already setup on an ssd it but no unique passwords or logins.
I am having trouble even connecting to it. ive had it plugged into my pc directly, and tried with it in my router.
I have used the ip of the pi(found it on my router) + the :8123. tried homeassistant.local:8123 and homeassistant:8123
none of which connect. if anyone can point out what im missing or should do i am pretty sure ill be able to figure out the rest once i get eyes on the interface.
ok, I was able to install vscode, mosquitto, portainer...
now I need to understand what are the right images for nut, spotify and samba...
is there a way to see what images uses the "official addon" in order to use the same docker image?
@brazen basin The reason there's a samba add-on for home assistant OS is because you can't easily just install samba server. You might be able to find several at docker hub, but you probably don't need it
Since you're running an operating system of your own choosing, presumably Debian, you would just install samba and configure it
ok it have sense, thanks... what about spotify and nut?
NUT exists as a Docker image
Those you can search for at dockerhub
if I search for nut or network ups tool
Hello all
I can't find it on dockerhub
Google network ups tools docker
thanks 👍
Your "store" is the internet when you run docker in this traditional way, so you'll want to look for ratings, reviews. Etc. you'll find 20 variations of the same thing
yes, this is why I was asking if there is a smarter way to get the same image used by official addons
I don't want to get a bad image, I trust the official ones used by HA
I don't know if that nut-upsd is good or abandoned. No experience with it. linuxserverio is a popular group
ok thank you very much for beeing here 😉
Add-ons likely have their own image made. Some might be sourcing others, but each one is different
just last question
is Ubuntu 23.10 a good base for HA Container?
it should work no problem, right?
as long as it can run docker, it works, right?
You can but Debian is recommended
I have a issue with my new HASS setup.
after installing it and porting the backup, I cannot start ADD-ONS for some weird reason.
Reboot
Already tried [soft reboot.] {will try a FULL hard reboot now}
Hi everyone, I’m having trouble setting up my yellow for the first time. Upon receiving power, the red LED goes on and the yellow LED flashes for ~10 seconds before turning solid. Using the serial monitor, I can see it’s stuck at these lines, presumably because it can’t connect to the internet:
yellow-installer login: [ 15.711325] haos-flash[229]: Getting latest Home Assistant OS version from channel stable...
[ 15.749090] haos-flash[232]: curl: (6) Could not resolve host: version.home-assistant.io
[ 17.492738] vc4-drm gpu: [drm] Cannot find any crtc or sizes
[ 36.032783] cam-dummy-reg: disabling```
I have it connected to a Eero router and the weird thing is I can see it in the app as “yellow-installer”, but going to that IP address or http://homeassistant:8123/ times out, as does running ping. Anyone have guesses on what I could try next? One note, I bought the PoE kit but am using a 12v barrel plug for power
You have to fix the DNS issue for the installer to do its job.
wow thank you so much! It's still running, but changing my DNS server from the ISP default to 8.8.8.8 got it past the network issue!
wonder why their DNS couldn't resolve it
ISPs are strange sometimes
I'll have to remember that
Thanks again, you just saved me hours of headaches haha
It is connected via Ethernet
then I have no idea why you mention your mesh 🤔
anyways, if it is wired and doesn't show up it fails to boot properly apparently
yes, connect it to a monitor, it should definitely show more than a green screen. else its dead
have problems with the installation of home assistance on windows. I downloaded the *.vdi file and don't understand the process in the Vbox machine
Create a virtual machine as described in the documentation and select that vdi file as harddrive in its configuration
Hello everyone, I have created an Intel Nuc5 with I7 processor. When installing HA, my small computer hangs up constantly when flashing, each time at 32%. Does anyone know this problem and can help me? thank you very much.
Flashing?
While I use Etcher to load the HA onto the Ssd of the Intel Nuc.
Once you finish installing and the default dashboard, that shows all of your devices, is there a way to get that back?
Try another tool such as rufus. Running just HA on a i7 seems quite a waste, btw
hello... what is the best way to backup my dashboards on HA Container?
I mean, I configure my dashboards with all my cards
how can I save the configuration of the dashboards and the cards?
Its just another yaml which is included in backups
You can manually look at it / fetch it when selecting to edit your dashboard and chose raw editor
oops
you're right
thanks
is there a way to backup all the integrations configurations ?
Back up the config folder
#frontend-archived can help there
i asked for support for bluetooth issues in the bluetooth channel, but perhaps I should have posted here?
No
are you sure that the config folder stores the integrations configurations?
I can't see any file with the conifigurations I entered in the HA integrations frontend
You can run grep -sRi "sometextfromyourintegrationconfig" /config via SSH if you don't believe them. There's hidden folders and files in there
No, I was just guessing
It's too early for "are you sure" type questions...
lol
Don't worry, I won't subject you to my "guesses" ever again 😉
mmm... bad day for you it seems...
You've been here long enough not to ask questions like that... or so I thought, but if you don't trust me to know what I'm talking about then I don't see why I'd waste my time on you
I'm not a native speaker
probably it's a language barrier
I have complete trust in you 😉
Try my command. It should show you the exact file and line. Just note that the folder is hidden for a reason
perfect, thanks!
I know about the I7 but I was able to buy it for 100 dollars on Ibay. is there a tutorial for installing it with Rufus?
Not sure. It's petty much self explanatory
What is next option unless ubuntu server to have docker installed on? To have more graphical interface?? For Linux amataure
Servers don't have a graphical interface
if you need one then Docker is the wrong method for you
No I have now on ubuntu server, but it is sometimes very hard to set everything on no graphical interface OS
If you want to run stuff like that you're going to have to get comfortable reading documentation and using the command line.
What are you looking for in a graphical interface?
There's various web options, like OpenCockpit, depending on what you want
To have some graphical interchange, to see directories, because for me it is very hard to be just in terminal.
You can install a local graphical interface on Ubuntu
KDE, Gnome, etc
You really want to get comfortable with the command line though, that's where Linux really lives
Yes I know and I can say that I am trying but it is a lot of things
I am looking to opencockpit
Because when everything is running than is okay, but problem for me it is when there is some problem than I am really missing GUI...
The GUI is unlikely to help you with any problem, since chasing and fixing those is usually done on the command line
Hi. I'm new to Home Assistant, and I'm trying to integrate a Danfoss/Popp thermostat valve into my setup. I discovered I need to merge in this PR in zigpy/zha-device-handlers to get proper support: https://github.com/zigpy/zha-device-handlers/pull/2150.
I'm comfortable with development in general, less with HA itself. I'm unsure which component of HA actually uses zigpy, and if I need to rebuild the entire Docker container, or if there is an easier / more hacky way to include these specific changes.
Would anyone have some general directions (or a specific answer)?
do you have some suggestions on how to use SSL on Portainer and Visual Studio Code Server when using HA Container?
it seems that VS Code doesn't accept ssl
and portainer as well
any suggestions?
Hi. I'm new to Home Assistant, and I'm
That all sounds unrelated to an HA installation. The common solution is to use a reverse proxy.
hi i got an interesting problem... after update to i think 11 my pi(3b+ with HA OS) wont start again so i went to HAOS via SSH and port 22222 to get logs...
so 'ha supervisor logs' > (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready... and here it stays forever(several hours)... since i
already have access to root is there a way to rollback update?(HAOS runs docker right?
can someone help me with proxmox
i get this error
TASK ERROR: command 'apt-get update' failed: exit code 100
or you're trying to use the Enterprise repo w/o a subscription
try to just apt-get update via the shell
thx will try that
it is something with HTTPS cant seem to het logged in with https not safe my browsers say
Likely that they will resolve it within a couple hours
Hey there,
I made my Home Assistant instance (run in my home network on my own server) accessible from the internet via dynamic dns.
If I want to access it with my mobile phone via the app or the website via browser by mobile data it does not work. If I want to access it by its dyndns adress from internal network, it works.
Any Idea why it is so?
btw. It worked some days ago before my internet provider changed. But afaik the ISP does not block any dns queries. And if so, I wonder why my other dyndns address for DAVx works from mobile Network.
If it is because of
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
ip_ban_enabled: false
login_attempts_thresold: 3
I wonder why it worked before and may be the cause now
in windows powershell test-netconnection also tells me that the tcptest succeeded
Online Port checker tells me that the port check timed out
I read, that I have to reset the router and configure everything manually. Maybe I will do this and try it again
Importing the settings from a previous router might not work properly. And I did this.
can anyone comment on whether homeassistant-satellite will run on Arch x64?
I'd assume yes, as it's python
So I have big problem, I tried to migrate HA server to new computer in a way that I would have both computer running along side. But now I cant acces to old HA.
Problem is bcs nothing is working now 
Is it problem with ports
I set new IP for new computer
Also I can acces to new instance
Then it's not ports
Can you connect a keyboard and monitor?
Then your old host is still running at least
Yes
You could try a reboot and hope?
I tried several times
sudo: docker: command not found
How is this possible???
😮
No this is from old server
I had portainer and everything
I know
this is from ubuntu server
Well... then check your container logs
And maybe check the host's OS logs to see if it's dying on you
Before I could go to portainer on IP 192.168.1.206:9000
Now only what I get is ERR_CONNECTION_REFUSED
SSH is your friend
I am ssh on a host
what should I look for in /var/log?
hello. how can I install wyoming protocol to my unraid server?
I found some container here: https://github.com/rhasspy/wyoming-addons but Im not sure is this an appropriate container for further installation of Whisper container also
Check the pins in #voice-assistants-archived there should be some docker compose examples.
Those are also the right containers on that GitHub page.
hmm it cant be installed on unraid machine because of its model tiny8
Maybe I should open an issue on github..
Tried without specifying the model at all? Just curious what happens
__main__.py: error: the following arguments are required: --model
here is the flow of installation:
root@Iris:/mnt/user/appdata# docker run -it -p 10300:10300 -v /mnt/user/appdata/wyoming-whisper:/data rhasspy/wyoming-whisper --model base --language en
WARNING:wyoming_faster_whisper.download:Model hashes do not match
WARNING:wyoming_faster_whisper.download:Expected: {'config.json': 'e5a2f85afc17f73960204cad2b002633', 'model.bin': 'd2d25254f644c5f8c4cbfcb4f310cffc', 'vocabulary.txt': 'c1120a13c94a8cbb132489655cdd1854'}
WARNING:wyoming_faster_whisper.download:Got: {'model.bin': '', 'config.json': '', 'vocabulary.txt': ''}
INFO:__main__:Downloading FasterWhisperModel.BASE to /data
INFO:__main__:Ready
and after this line Ready it freezes
Posted this on reddit but I thought I'd try here too.
Decided that it's time to migrate from my PI to something bigger.
Wrote a USB stick with Etcher. Went through the install process. Most things seemed OK. Then the screen clears and I get
Waiting for the Home Assistant CLI to be ready... [WARN] Home Assistant CLI not starting! Jump into emergency console... #
Tried it again, same result. What am I missing?
What were you writing to a USB stick?
Installing on one of these https://protectli.com/vault-4-port/
Whatever 'something bigger', you've chosen the wrong path
? - I'm just trying to get HA running on the new box
That's not an installer?
So, hook up the Protecli box and Etcher the image to it?
It's Intel
You're trying to use an ARM image on an Intel machine. You should follow these instructions: https://www.home-assistant.io/installation/generic-x86-64
That's where I started
but somehow you ended up flashing an ARM image to a flash drive
I might have posted the wrong link. Did all this on my notebook in another room.
My issues was that I thought I was flashing an installer. Will have to figure out how to write to the SSD on the Protecli box
Just checked - I put haos_generic-x86-64-11.0.img.xz
on the USB stick
Did you put just that on the stick or use a program to write a bootable image
Just getting started with HA. Followed the installation on an rpi4 and server is running. Tried to do the same thing with an rpi3b and it won't boot. Using the rpi imager v1.7.5 and selected the HAOS for rpi3. When powered up, get a single flash of the green light, then nothing. No video output if I connect HDMI. Reimaged the same SD card with piOS (32 bit) and everything works. Reimaged again with HAOS (for rpi 3) and no boot. Any help?
I used Etcher to put it on a USB stick. Did not realize that there was no installer. Figured there would be a wrapper that booted and wrote the image out. Will grab Ubuntu, shove it on another USB stick, do that. Just seems way more hassle than an installer.
hello
trying to update home assistant from a backup.
maybe doesnt fit in installation but, im in the CLI and in the rescue slot. im trying to do core update --backup but it says:
Cannot connect to the Docker daemon at unix:///car/run.docker.sock. Is the docker daemon running?
need some help please
I am going to install HA on my proxmox server following this guide: https://community.home-assistant.io/t/installing-home-assistant-os-using-proxmox-8/201835
In the install process, will i be able to set a static IP address?
1.10) On the Management network configuration screen.
Is there any real benefit in moving from HA Core Docker to HA Supervised?
You gain a bunch of potential trouble
haha. stopped my thoughts dead in their tracks with that statement
I guess you are pretty strongly against the idea?
I'm totally fine with it. People are free to choose their own fate. 
But I wouldn't recommend it to anyone not masochistic.
Yes. Well...I didn't read through the entire install guide, but I've been running an HA instance on proxmox for a while now and its got a static IP
Either Container for more system control or HAOS for convenience
well, my Docker seems to be working fine at the moment, so not gonna touch that I guess. What are the best backup options for Core Docker? Simply back up the entire docker container?
You can create (but not restore) backups from the UI. Otherwise you can also backup the directory/-ies attached to the HA container on a system level. As long as you keep a copy of the backup off-machine
Cool! I got the static IP set. For reverse proxying this with SWAG (just nginx), would I do it like any other service, or are there special considerations?
To proxy HA? The main thing for proxying HA is to ensure you have websocket support, other than that, pretty standard
Thanks. I usually set stuff up by subdomain, pass through the ip and port.
Yep, definitely a common approach
I did it all in my proxy, how do I make homeassistant allow it? it says "400 bas request"
https://www.home-assistant.io/integrations/http/#trusted_proxies add the IP of your proxy server to trusted_proxies
I may be missing something, but where is that file?
Any Zigbee users be wary of updating to todays update its tanking a lot of people Zigbee integration see here https://github.com/home-assistant/core/issues/102459
I think I found a page on what this file is....
It's within /config, presumably you've got HA OS setup on Proxmox, and you'll need to configure some type of remote access to edit that. Either SSH, FTP, or some type of addon like VS Code or File Editor
Hello. I am new to the world of HA. I have a small motel with 20 rooms spread across 7 buildings. I am trying to set up a couple devices in each rooms.
- A temperature sensor in each room to make sure the room is comfortable when a guest arrives.
- A button near the door that guests can press to checkout. This would alert the housekeeping staff that a room is ready for turnover
I set up HA on a Raspberry Pi and purchased an Aqara M2 hub, Aqara Temp Sensors, Aqara Buttons and a Hue Hub with various lights to spread around the property to help with the mesh and mood setting. I have a few Aqara plugs, door sensors and water sensors as well just to try them out.
I added the M2 hub to HA after removed it from Homekit. I have the Aqara app installed on an iPhone.
Right now I am having trouble identifying which sensor is which after adding 5 through the Aqara app on my phone. I am also not sure if I have an ideal setup or not.
Is there something I should change before I get too deep in to this?
HELP! Anyone available to help me figure out why I cannot get HA OS to boot on my x86 generic install?
Boot gives me "Reboot and Select proper Boot device or Insert Boot Media in selected boot device and press enter."
Followed all instructions here: https://www.home-assistant.io/installation/generic-x86-64
The one exception to the above instructions is the UEFI boot mode enabled (very first step).
I don't actually see any option like this in my BIOS... Secure boot is disabled.
What motherboard do you have? If you can't UEFI boot I recommend virtualizing HAOS with proxmox
It’s an older Asrock z77 extreme4. I believe it has UEFI and not old legacy BIOS
Hello. I am new to the world of HA. I
It should indeed support UEFI boot
When I boot live ubuntu off a USB stick, and try the efibootmgr commands show in the HA docs (Note in blue towards the bottom), it gives me an "EFI variables are not supported on this system" error. I'm at a loss... I've followed all HA documentation I think...
You might have CSM enabled and booted ubuntu in legacy mode
You sir (or ma'am) are correct. I was flipping settings in BIOS frantically trying every combination...
Now in live Ubuntu, I get:
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0000,0001
Boot00001* UEFI: SanDISK
Boot0000* HAOS
Question now is - do I shut down, remove live ubuntu stick, and boot into HAOS?
Assuming you used that live OS to flash HAOS to the internal drive that would be the next step, I guess
I did not… I pulled the SSD drive out of the box and flashed it on my Win10 machine using etcher. But I’ll try anyhow lol
Shouldn't make a difference where it was flashed as long as it was
I feel like little Anakin right now. “it’s working!!!” Thanks so much for you help, can’t believe such a dumb mistake. Now onto attempting to load backup from a previous unsupported Supervised install….
Hey y’all! Quick question, I’ve got HA setup on a docker container on unraid, I like managing docker on the unraid ui, so I don’t necessarily wanna run multiple docker instances so I think I want that to do the OS. That said, I have Nginx proxy manager running to run local TLDs (router.lan, Emby.lan, etc) but I tried to get home assistant behind that but am getting a 400 bad request, is there some setting within HA I need to do to enable it? Some yaml file to modify?
Yeah you've got to add whatever machine hosts the proxy to trusted_proxies in your configuration.yaml.
Yes, you have to add the NPM IP (range) to the trusted proxies and enable X-Forwarded-For
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
Thanks!!
Hello Guys, Just received my Home Assistant Yellow. I have hard-wired my HAY to my gateway Eero and have also changed the DNS from my ISP's to 8.8.8.8. I am unable to open http://homeassistant.local:8123/. Any pointers on how I can get it to work?
.local is a multicast dns domain and should have nothing to do with the dns you use
but the thing is that its multicast and can sometimes fail if your network isn't adjusted accordingly
so you want to use the ip
and maybe setup your local dns to forward hostname.(lan) to this ip
I am getting a "ERR_Connection_Refused" error while trying to use the http://ip:8123
I have enabled port forwarding on my eero settings as well
All i see on the logs are Domain=NSURLErrorDomain Code=-1004 "Could not connect to the server.
those are client logs
Is the OS already installed?
you want the server logs
Yes, I ordered the HAY from Crowd Supply. I believe it comes with the Home Assistant Installed.
The CM4 was already built in?
Yup, on my Eero router when i plug the HAY I see it listed as Home Assistant Yellow. So it leads me to believe everything is installed from the factory
And you have rebooted it yet?
How do I reboot it? I have plugged and unplugged many times.
Unpowering does the same (ungracefully with the risk of data corruption)
You can use the USB-C serial console to look for error messages
Thanks! Let me check it out
Does anyone know how I can change my password to get back into home assistant?
hi all... I have a HA Container installation with some containers like portainer.
Is it possible to protect portainer behind the HA login?
I mean, I want to make portainer non accessible without passing from the HA iframe
like HA OS does
no
Is it okay and/or expected that HA Supervisor would have its own IP address, separate from the host computer?
Or should they share the same IP address?
Perhaps I should add that my HA Supervisor installation is running in a VirtualBox.
Hopefully that's HAOS, not Supervised?
HA OS I believe, yes. Running in Virtual Box in a Windows 11 PC.
Then what you're seeing is normal, and probably the Docker network addresses
Long story short, I set up a new router and was forced to use a new IP range.
I had to change HA's IP from the CLI to get back into it.
I set it to be the same as the host PC.
Now it works but I'm having intermittent connectivity issues.
I'm wondering if it's because both the host PC and HA share the same IP.
(I think they may have been different IPs before)
And if they are meant to be different, should the port forwards be directed to the host's IP or HA's IP address?
No? Lol
No wonder you're having issues
Two computers with the same address, so both reply to packets for "them"
Right
So they should both have unique IP addresses and port forwards, such as 8123, should be directed to HA's IP?
Yes
Thank you
Hello I have an error after i moved apartments with my HASS machine. Now when i start Home assistant i get this error and my supervisor is not starting anymore making a lot of problems but thats the first error in the logs
2023-10-22 18:32:32.265 ERROR (MainThread) [homeassistant.components.hassio.handler] /homeassistant/options return code 403
2023-10-22 18:32:32.267 ERROR (MainThread) [homeassistant.components.hassio.handler] /supervisor/options return code 403
2023-10-22 18:32:32.270 ERROR (MainThread) [homeassistant.components.hassio.handler] /info return code 403
2023-10-22 18:32:32.272 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data:
I was able to get my server up and running as I am using SSD. I removed the micro from the slot and it booted up fine. I have a keyboard connected, how do I activate the command line so I can type?
I have to reset my password
Maybe this helps: https://www.home-assistant.io/docs/locked_out/
Thanks
Hi. Just received my new home assistant yellow. I plugged the power and connected the ethernet. Yet, i am unable to connect to it as I am using the default home assistant local address. Also, i tried using the IP address to connect but it's all in vain.. any ideas how to resolve this issue?
for people running HA Container, how do you protect your containers from public access?
I mean, suppose that you install vscode server, portainer, plex server or what else, what do you use to protect those containers with something like a username and password and a 2FA or something like that?
Unable to start Home Assistant Yellow
How do I check whether mDNS is enabled on my HA instance (running on a KVM VM) and enable if it's not enabled?
It is enabled, you‘d know if you turned it off
I created a new ESPHome device and the log file doesn't show the successful HA API connection which I understand happens via mDNS lookup. Hence I wanted the check as part of my troubleshooting
you can't "turn off" mdns lookup
all you can do is remove discovery:
mdns broadcasts anyway
Hi I have HA on Unraid as a Docker, I cant see the Addons tab, why?
Because this installation method has no addons: https://www.home-assistant.io/installation/#compare-installation-methods
If you want that and keep using unraid you might want to look into creating a VM and running HAOS
Oh, thanks!
Hi all, I installed Home assistant the other day on my Truenas box. I think I made a terrible mistake in simply using the truenas "app" version, with the default options.
I don't appear to have any addons (I assume because it runs in a container, does that mean no add ons at all, or there's a different, more painful way of adding them?)
I also don't appear to be able to back up the settings at all. If I want to restart with a different installation method, does anyone have any recommendation as to how to backup my settings?
well I wouldn't call installing services yourself in docker "more painful". its also not painful in haos, just a little more knowledge needed when you do it yourself
but yes, you made a terrible mistake to not even set ha container up yourself
Open your Home Assistant instance and Back up your Home Assistant installation
@lilac fossil Container installs can create backups as well 👆
"This redirect is not supported by your home assistant instance" 😦
I guess it could be?
Home Assistant 2023.10.3 Frontend 20231005.0 - latest?
oh, that looks about right. It could just be how truenas have set it up in their script I guess
Which TrueNas variant do you have?
is there another way to find my Pi's IP? im a windows user and i have it on ethernet into my router.
log into your router
and view the clients
doing that will change depending on what router you have.
ok so if its not there it somehow isnt showing
if it's not in your router, it's not running or connected to your network
ok thanks, back to the drawing board
Connect a keyboard and monitor to the Pi
what install method did you use?
if you went with HAOS, did you plug the SD card into the raspberry pi after putting the image on it?
yeah thats what im going to have to do, just need to get a micro hdmi for it
You could try to ping homeassistant.local
||I wouldn't expect much, if the router really doesn't see it||
got it from someone fully setup with default log ins so im having trouble back tracking his steps. without wiping out all the troubleshooting he has done on this setup
please tell me you didn't buy it
no
ok, so it's a hand me down
this is a homeassistant controlled charcuterie drying chamber
yeah
cool
Meat Assistant
Hah
its tagged as Salamitron 😛
I'd totally make one of those, but probably just use esphome
so, if it was configured for his network, it might be choking based on whatever's set up in that configuration
he had it straight into his laptop not on the network at all
Probably set up with a static (hard coded) IP
ill pull out the ssd and see if i can find a config on it maybe that will help
Hello #installation-archived ! Apologies if this is not an appropriate channel for this topic, but I haven't had luck in General so far:
So I had a fire in my house and am now in a rental down the street.
I have moved my HA server and Hue hub and lights to the rental but I have several Z wave devices and Lutron stuff at the fire house that I still want to monitor and control. Seeing as how I have 'local push' integrated devices at both houses, what is my best option for being able to control all of my devices at both houses with a single HA instance? A LAN2LAN VPN? Or is this going to be unnecessarily complicated and I should just get a second RPi and set up a master/slave HAss topology? FYI I use HA Cloud for remote access.
Get a second Pi/computer
Connect with a VPN and https://github.com/custom-components/remote_homeassistant
Otherwise you end up with problems when the link drops out - you want each house to be fully stand-alone in terms of capability
I suppose I'll go the DuckDNS route for the secondary instance
Good point. hadn't considered that.
Is a VPN connection necessary? Or do you suggest that for security/privacy reasons?
Hi! I just installed HomeAssistant on a Windows Server 2019 and now Ive also bought SkyConnect and connected to USB but HomeAssistant wont find SkyConnect USB and Windows are not able to find driver. Any help is appreciated!
Are you using HyperV?
For info im using HomeAssistant via Hyper-V
Yes
Hyper-V does not have USB support afaik
WTF? Are you kidding? 😄
Never tried it, but this might help
https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/learn-more/use-local-resources-on-hyper-v-virtual-machine-with-vmconnect
Forget it... the requirements demand a Windows guest system
To be fair - there is a warning on the HA installation guide
Hi! i am planning to run Homeassistant on a laptop instead of my RPi that shit the bed... i also want to run klipper on the PC. is that possible?
Depends on how you want to run HA and what klipper is
HA in Docker means you can do whatever you want
HAOS means you need an add-on, or to run HAOS in a VM on that laptop (eg Proxmox)
im all new to this type of stuff. Klipper is for running my 3d printers. i have used it on RPi earlier, and it works to install on a linux debian laptop
Did you have add-ons on the Pi?
That's... not what I asked
#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.
i have noooo idea
Do you remember how you installed HA?
Well i have Mosquitto broker and Zigbee2MQTT under Add-ons
Ahh.... so....
and terminal&ssh
under Add-ons
That'd be add-ons then...
You had them
So, install Proxmox on the laptop
hey so how would you get around a port 22 connection refused? i finally found the IP of my pi
Port 22 would only be open if the SSH add-on was installed, configured, and running
OK i will look up proxmoix
ok thanks
Not sure if this qualifies as installation, but it's adjacent at least.
I'm running HASS 2023.6.1 (per the Settings > About page), and can't get it to upgrade to a current build. I downgraded the pip in my venv to 23.1.2 as I was getting errors due to pip 23.3.1, still no go on the install... it just says " requirement already satisfied" for all packages.
What version of Python?
@humble mirage 3.10.12
Well.... there's your problem
You should have moved to 3.11(.5 or later) a while back
This was in the release notes, under Breaking Changes, at the time
Ok... I'll get it taken care of.
(and this happens every year, some time soon 3.11 will be deprecated)
I'd love to use a VM install, but the box it's on doesn't do well with VMs.
nods ... might just. Are there features that are in the vm that aren't in docker?
Well, no add-ons, but they're just software, not magic
nods
You can launch your own container using Docker... and that's what I do
It's no different from what you're currently using
They can be done, just need some effort to 'side load them'.
Aye... I'll give it a shot. I have a very old HA install (from before there were any GUI config tools), Suppose it's time to get with the times.
My zigbee and zwave mqtt servers are in docker, but mosquitto isn't. I'll plan it out then do the update.
Say... can I point the docker image to use my existing ~/.homeassistant path?
That would allow easy access to it and make the migration far more trivial.
@humble mirage installing proxmox now 🙂
What am I doing wrong? Win 10, VirtualBox as soon as booting its says No bootable media was found
It want to mount a ISO file?
Show a screenshot of your VM's Details page. Did you follow the docs?
Followed the instructions
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
I don't see EFI there
Your VM has very different settings such as Orange linux, PAE, no HD audio and so on than what is documented. Your vdi also has a differnt name so we can't tell what it even is
Its becuase i tryed diffrent settings to make it work
OK, I deleted and followed insturctions and same error
What the hell am I missing?
This is still not as documented. Re-create the VM as in the docs and use a fresh vdi
Is missed this part, (and version Linux 2.6 / 3.x / 4.x (64-bit)) so now I made a new one and stil the samme issue 🙂
See config
And this is fresh vdi
OK I solved
it
How?
Set fire to it
is there any way i can see in CLI that my installation is doing its backup?
i lost connection while load in backup
Afaik the best you can do is to tail the supervisor logs or watch the backup directory
Your vdi also has a differnt name so we can't tell what it even is
use a fresh vdi
😦
That's not really what the docs said you should do either.
Ofcourse
oh i cant upload picture to this chat
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
Email sign-up is not possible in your region. Register using a third-party service
lol
on imgur
if you're just going to post a picture of a text error message, though
Sadly yes
Image posting is blocked in most channels to discourage people from sharing text as images
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.
That'd be easier for others to read
well.. 20 minutes later i get new logs 😄
btw @humble mirage , Proxmox works like a charm atleast for HA
Hello
Got no love from #general-archived yesterday so trying again in #installation-archived today... I need to pass an environment variable to home assistant core. I'm running on haos, therefore I think supervisor is responsible for spinning up the homeassistant container. How can I tell supervisor about the environment variable and have it pass it along when it runs the homeassistant docker container?
Why do you want to do this? What problem are you trying to solve?
I'm trying to connect to an smtp server with starttls which requires a private ca. The ca cert is already present in /etc/ssl/certs/certificates.crt, and persists across restarts of the container, however it seems the python smtplib used by notify doesn't look at these system level certs. Therefore I want to defined an environment variable $REQUESTS_CA_BUNDLE to tell smtplib where to find the certs.
Hello, does x86 HAOS have to run from a flash drive? I set it up with a laptop and expected it to install, but after it started I removed the flash drive and everything crashed.
Because you didn't install it on the SSD
That image isn't an installer, and the docs even say that
Who let the docs out? 
Love that emoji 
Yeah makes sense now, thanks! In my defense that info being in 'configure your bios' section does not make any sense. I missed it at first due to reading the title and skipping it.
Suggest an edit!
Okej, so I seams like I have misunderstood what proxmox is. I am now looking for an other solution. I what HA and win on the same NUC. How can I get it?
That'd be ... by installing Proxmox on the NUC
Then you can run a VM for Windows and one for HA
There is no good solution to running HA in a VM on Windows, just ways that'll cause you pain
But, if you really want pain, ||use VirtualBox||
What did you think it was?
hyper-v is a good way
auto starts
make a virtual switch and it will show up on the lan with layer 2 support for multicasts
Hyper-V will cause you headaches as soon as you want to use USB passthrough (Zigbee or ZWave)
tcp that serial right over 😄
learned that from ha sky connect
But to be honest, not a beginner friendly workaround 
I have HA running in podman with macvlan networking with a random user namespace
vm like security without the weight of a vm 🙂
then I found out like nothing supports 12 gen intel cpus for hardware acell even if my host fully supports it
plex / and a lot of others, I might need to use my host ffmpeg install because of proprietary codec fun
havent tested ha yet
Try linux, it just works ™
Cant install 500 server error RPI 4
a few of the headaches I've seen people deal with in this channel could be resolved by just... running on Linux instead of trying to shoehorn stuff into Windows.
https://imgur.com/a/eHpl9AY i cant seem to get the hass to run any suggestions?
If it has been running before
cd ..
source bin/activate
hass
yeah i get a no such file or directory when i source bin/activate
You did that from /srv/homeassistant?
yes
So, I've got Home Assistant (running great btw) all installed on a machine and I'm very happy with it, but.. the device has no Bluetooth, nor do I care about controlling Bluetooth devices. How do I get HA to stop screaming about the lack of BT devices on every boot?
Unable to set up dependencies of bluetooth_adapters. Setup failed for dependencies: bluetooth
12:05:33 AM – (ERROR) setup.py - message first occurred at 12:05:33 AM and shows up 5 times
Setup failed for bluetooth_adapters: (DependencyError(...), 'Could not setup dependencies: bluetooth')
12:05:33 AM – (ERROR) setup.py
I've already tried enumerating everything under default_config in configuration.yaml instead (excluding bluetooth), but it still for some reason tries.
What install method
Home Assistant Core
At a guess one of the integrations you use pulls in bluetooth_adaptors which pulls in bluetooth, which is why fiddling with default dependencies doesn’t help. The dependencies are meant to be set up so that you don’t need a Bluetooth adaptor though. That will probably need a GitHub issue filing.
I just had to reinstall HAOS, and now when i start editing the configuration.yaml file, i get this error when checking configuration: Error loading /config/configuration.yaml: 'utf-8' codec can't decode byte 0x92 in position 9964: invalid start byte
I've tried deleting it and starting from scratch but i get the same error no matter what
What hardware did you install on?
on my windows 10 machine into virtualbox
hey folks, has anyone managed to get a neon/mark 2 to show anything in its home assistant dashboard?
I have a problem with mosquitto mqtt to make zigbee2mqtt work, could anyone help me?
i have installa mosquito add on, the logs seem correct to me
@graceful seal Please do not cross post. Read the channel description, post it and wait for folks to respond. Crossposting wastes people's time as they're unaware of the help you're getting elsewhere.
If you don't get any responses after an hour or more, and your message is no longer on screen, it is fine to re-post or post a link to it.
Hello everybody. I join this discord to find some help. I tried since this moring to restore my HA instance but without success. I tried different restore options full, partial but not possible to me to restore completly my instance. When I use the full restore, supervisor logs stuck on starting stage home_assistant and after that nothing. I'm running a PI4 with mSATA ssd drive. Do you know what it is possible to try or logs to check ?
thanks... i will try to get proxmox to work, but it was not that simpel that i hoping for. i got it install, but i cant see in the browers. Can i some how see the ip adress? its showing 192.168.100.2:8006 i cant seam to see any in my router setting
Home Assistant is on port 8123 of whatever IP the VM has
(see the HA docs)
You can see the address on the console of the VM, unless you're asking about the address of the Proxmox host
the proxmox host
The addres should also be on the console (monitor)
Hey, what should I do ? I got this error durring install :
[supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5")
[supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
[supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi3-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5
[supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi3-64-homeassistant with tag 2023.10.5.
its showing 192.168.100.2:8006 but nothing is happening when enter, just that i cant be retch
And your home network is 192.168.100.x?
i got 2 diffret, 192.168.0.XXand 192.168.68. XX i am using mesh so the wifi is 0 and all the wired one is 68. I have tride them boothe. best way is maybe to reinstall it all ?
You should only have one network, not two
(unless you work with networks for a living and know how to make it all work)
It's run in a while every 30 sec trying to install from a docker image on rpi ?
guess a reinstall is my best option?
Well... start by fixing your network so that you don't have two networks
done now wifi and cabel are on 192.168.68.XX
and now i need to fix all my shelly in hosue:/ just to get proxmox to work, and still cant get to it. i have change the ipadress in proxmox but no luck. now i am not popular at home:P when no lights are working
If you just changed the dhcp lease allocation then you'll probably encounter other issues as well
Hello, i just downloaded the home assistant os for generic x86-64 extracted it and, its a 6GB image? Just confused since im not doing it the conventional way and feeding it to ventoy instead, not even sure if that will work, has anyone tried?
No that won't work. It is not an installer, you have to flash it to the target install drive
hmm okay, so a 6GB minimum drive?
32? jeez, used to run it on my pi with a 16gb, has stuff changed that much?
32gb isn‘t much, you probably have to search hard to even find these small sizes nowadays
economies of scale mean 32gb is cheaper than 2gb
i think the image auto expands in to whatever disk size you flash it to, on first boot
Hi all, I'm new to this. Currently looking into which hardware I should install Home Assistant on. I have an old x86_64 box that would be perfect for the OS, but I also have a Raspberry Pi 3 with a Raspbee Zigbee module. I also have some Zigbee equipment (lights) at home. Will the Zigbee module be of any use in my Home Assistant server to control Zigbee stuff? If not, I'd prefer not to go with a Raspi for some more horsepower. Thanks!
My installation on rpi was blocked on that step :/
[supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi3-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5
[supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi3-64-homeassistant with tag 2023.10.5.
[supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5")
[supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
From some hours it did it again and again
Thanks! That's what I suspected
you're better off buying a separate zigbee controller, I recommend the tubez one
no, a coordinator
but on that website
#zigbee-archived has a bunch of useful pinned messages
Will check that out, thanks all 🙂
having trouble installing HA with compose
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /mnt/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: bridge```
Boots but cant seem to find the webui
You're supposed to use host networking
yeah im sorry host is what I have
Riiiiiight
that was my trouble shooting paste
i mean ok
didnt realize i pasted the wrong thing
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /mnt/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host```
Files are created in /mnt/homeassistant/config?
yeah /mnt is a gluster share
I think its actually running, i just cant find it, and dont understand where it knows to use port 8123
HA uses port 8123 by default
But you didn't answer the question
Are there files actually created there?
yes
was trying to take a screenshot to show you
cant upload pics in here
blueprints home-assistant.log.fault scripts.yaml
configuration.yaml home-assistant_v2.db secrets.yaml
deps home-assistant_v2.db-shm tts
home-assistant.log home-assistant_v2.db-wal```
Look to all be there
Then whatever your host network is on that host should be where HA is listening
Checked the log file there?
Tried changing the log level and restarting HA to get more log details?
usually in portainer I can see things running and there published ports
doesnt show that
let me try to see the log via ssh
Well, host networking behaves differently, there's no ports published
2023-10-25 11:10:18.346 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
guess that will do it
never had that issue
Well, that's normal if HA wasn't stopped cleanly
And... it's just a warning, not a problem
hmm
well thats basically the only thing in the log atm
alright wiping all files and doing a fresh install install, maybe the .db got messed up during the multiple installs I was trying
ever used portainer stacks?
new install, files are back, cant find web ui
if I do a docker container ls there are no ports listed..
88c30b4383f2 ghcr.io/home-assistant/home-assistant:stable "/init" 2 minutes ago Up 2 minutes homeassistant_homeassistant.1.k1udr57m6cn8gaswsdxzj3tgq
Like tinkerer said, in host mode this will not show up there
ahh i missed that
yeah im out of ideas... never not been able to find the web ui lol
Run ip a. Then visit http://yourip:8123/
not sure what thats doing
giving me some massive error or something
Then I get this for the site
-bash: http://yourip:8123/: No such file or directory
🤨
A ipv4 address under your NIC. You can also share the output
Something you can google 🙂
Then try http://192.168.1.2:8123/
I already know how to access HA, Im saying this last intall I cant access it
been running HA for years now
maybe its something to do with installing it via "portainer stack"
Im am just pasting the docker compose in, but maybe something else is needed network wise?
Try ss -4ltpn and see what ports it lists. You can also try docker inspect yourcontainer | jq to get some information about the container but you might have to install jq first
LISTEN 0 4096 0.0.0.0:9000 0.0.0.0:*
LISTEN 0 4096 0.0.0.0:111 0.0.0.0:*
LISTEN 0 4096 127.0.0.54:53 0.0.0.0:*
LISTEN 0 1024 0.0.0.0:54420 0.0.0.0:*
LISTEN 0 4096 127.0.0.1:35931 0.0.0.0:*
LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
LISTEN 0 1024 0.0.0.0:24007 0.0.0.0:* ```
Yeah I ain't seeing 8123 so that checks out. Perhaps try without portainer and just do docker compose up in the compose file's directory
Oh. I don't know how to help you with that
is HAOS broken or something ?. i just had to reinstall ha as a fresh install and as soon as i created the user account and i got a login attempt fail ( after i logged in )
2023-10-25 17:08:17.603 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/aiohttp/web_protocol.py", line 332, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)```
and i tried to turn on the wifi and it spat out more errors
```Error handling request
17:16:01 – (ERROR) /usr/local/lib/python3.11/site-packages/aiohttp/web_protocol.py - message first occurred at 17:15:51 and shows up 3 times
Failed to to call /network/interface/wlan0/update -
17:15:59 – (ERROR) Home Assistant Supervisor
/network/interface/wlan0/update return code 500
17:15:59 – (ERROR) Home Assistant Supervisor```
i used the rpi imager tool to install the haos onto the sd card. but its just baf now, anyone know how i can fix it -_-
I have now sort my network out, so it will now work and get the same ip. So what to so next, change the ip again in the console, or try to reinstall
I just waited and it fixed
So, I have the NABU PC from NABU Casa. Not the yellow or green, but the full NABU PC.
I’ve been through all the menus, and I can’t figure where home assistant is located…
The website is here, but isn’t much help https://nabu.ca
© 2023 The NABU RetroNet
Pretty sure they are not affiliated
Yeah, nothing to do with Nabu Casa or HA
I'm not so sure?
OIC
spam account?
Please clarify
Spammer says what?
who?
Just making a joke. I keep ending up on the NABU Casa site when I’m looking for NABU PC stuff, and the NABU PC sites when I’m looking for HA stuff.
Google is confused, I’m amused.
Lol, sometimes it's hard to tell
where can i find the previous versions of HA so i can install 1 that works ?
you have to be specific, do you want HA_OS_ or HA?
haos
probably github
thanks, ill have a look
Any version of HA OS is going to pull the current stable version of HA during setup
Did you restore anything? Do you have any existing things trying to reach the old installation which are hitting the new one? And why would you use WiFi?
i tried using a backup and it kept spitting out errors, so thats when i decided to just start again and clean out all the rubbish, but then started running into supervisor errors over the last 2 days, but i just installed it onto another sd card and i didn't get a login error but still getting these errors when trying to enable wifi
Error handling request
19:56:38 – (ERROR) /usr/local/lib/python3.11/site-packages/aiohttp/web_protocol.py - message first occurred at 19:45:07 and shows up 132 times
Failed to to call /network/interface/wlan0/update -
19:55:05 – (ERROR) Home Assistant Supervisor
/network/interface/wlan0/update return code 500
19:55:05 – (ERROR) Home Assistant Supervisor
i have to use the wifi because my router is on the other side of the house and has no empty ethernet ports.
has no empty ethernet ports
That's what switches ($10~) are for
hey folks, has anyone managed to get a neon/mark 2 to show anything in its home assistant dashboard? I'm running HA core, can get into HA core's dashboard just find, linked HA on neon with a long token (which it took), but then... nothing lol
do i just need to make a dashboard with a yaml and stick it in the neon somewhere? i can't find any docs on it
I am having trouble with docker not showing installed on HA. In containers for Studio code server they failed to connect. In Registries I am connected. A pop up states docker is not installed. I have tried going through the document, but I am still learning how to work this thing. Never been so frustrated.
Could someone point me to better instructions please?
You're throwing a lot of terms around but not a lot of information.
Probably why I am confused, I do not know a lot of information lol
Cankit PI4 8gb
HA OS
Docker shows not installed in the commands
Just trying to install the dang thing
or even containers
Hope that helps
Docker shows not installed in the commands
You need the community SSH addon with disabled protection mode to use thedockercommand
or even containers
HAOS is not a general purpose OS. You can only install addons, not every docker image otherwise your install will be deemed unhealthy
Interesting, Let me try to gain that add on
I was just following the instructions HA provided. First attempt. Crash and burn
Which instructions exactly?
Main site. Then I tried following the tutorial that popped up from docker not installed. This is a mess but getting clearer. I tried to post a screen shot but this wouldn't let me
If you have HAOS you don't need to follow that. It's either or: https://www.home-assistant.io/installation/#compare-installation-methods
I was responding with the idea that you run HAOS. If you run a docker install you are free to also install whatever other docker image(s) you want.
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
In that case you would install code server and so on via the addon store. Check the channel description in #add-ons-archived and see here: https://www.home-assistant.io/addons/
I am restarting and added the community SSH addon
advanced ssh and web terminal: The add-on seems to not be ready, it might be starting. Do you want to try again? message
502: bad gateway
Check its logs. You probably didn't set a password
that would be correct
hey folks, has anyone managed to get a neon/mark 2 to show anything in its home assistant dashboard? I'm running HA core, can get into HA core's dashboard just find, linked HA on neon with a long token (which it took), but then... nothing lol
do i just need to make a dashboard with a yaml and stick it in the neon somewhere? i can't find any docs on it
hey folks, has anyone managed to get a
Hi folks, I am new here. Just wondering if the skyconnect dongle can be used for my Raspberry pi setup or it is only compatible with Home Assistant green/yellow?
Works with any computer with a USB port
On a Pi (including the Yellow) you may run into power problems though, requiring the use of a powered USB hub, if you have multiple USB devices connected
I see! Thanks.
Hello. I have HA on raspberry 3 and I have a couple of unused rpi Zero w2 and older. Is there any possibility of using them as some sort of Bluetooth extender, or some sort of extender HA? I have a couple of Bluetooth devices outside the signal of the main HA.
#bluetooth-archived can help there, but you'll want ESPs for that
it seems that UFW (iptables) and Docker does not play well togheter with the suggested
network_mode: host
from the HA Container documentation
how do you workarounded that?
do you simply don't care about the internal firewall or there is a solution to the problem?
There's a way to tell docker to not mess with iptables, but it has the potential to break shiz
I switched to Podman on my primary server for that reason and others
do you know if this problems is related to UFW or iptables in general?
will I have the same problem on debian?
I want to install home assistant on my pi 4 8gb and this pops up someone said wait some time and I gave it 3 weeks I don’t think have to wait more is how to solve this problem
laiting for the Hone
Assistant CLI to he ready...
[UARN] Hone Assistant CLI not starting? Jump into
-emergency mode
shh
It's solely because of docker, regardless of which Linux flavor
If you use the web UI there's a blue circle that'll give you logs
I got my new nerwork up and running, so I did go to the up setting on proxmox and change to 192.168.68.155. Saved and restart. But can’t still get to it.
I’m a bit unsure if gatway address is right 255.255.255.0. I have the same address on my Mac and outer device connect to my network
That's not the gateway address
That's the broadcast address
Your gateway would be 192.168.68.x - eg 192.168.68.1
Will try it, don’t know if this is relevant. But after I change the Ip, and restart is showing the old up address on the screen, that never changes, is that normal?
The gateway address should be your router FYI
you are right it is 192.168.68.1 but no luck
Hello, can I setup Homeassistat on a Windows Tiny PC
Or Should I first install Linux on it
Well, you can either install Debian and use Docker, or flash Home Assistant OS if you want add-ons
Or virtualize and be able to do both 😉
Ah ok, if I flash Homeassistant OS it have his selves Operating System
Yes, hence the OS part of Home Assistant Operating System
Windows is just a OS as well. What device model do you have?
First I want to test it on an old Laptop
But later I want to buy a Tiny PC
Is it possible?
if it supports UEFI, probably
Where can I see it?
What device model do you have
Idk it’s an old laptop from Lenovo 😂
I may refer you to google then as there's lots of ways to check
Ok, thank you I take a look
How can I find out in advance whether the Tiny PC is UEFI-capable
Or tell us the model 😄
Hint ||if it just has BIOS then it probably doesn't have UEFI||
So I can’t flash it then?
Find out if it supports UEFI
If it does then you can
If it doesn't then you would need to install Proxmox, and then HAOS in a VM
Ok, the laptop supports UEFI
Hello, is anyone able to tell me what's wrong with the HA installation process using Pi4?
Log file is here: https://pastebin.com/KLqeEqzu
From what I can tell it's the same issue as this user had: https://community.home-assistant.io/t/problem-accessing-github-servers-from-home-assistant/547783/3
I've set my DNS on router to 1.1.1.1 as suggested but that hasn't helped either
It also says that the issue above was related to storage, however I have installed onto a blank 16GB SD card so it can't possibly be that for my case
recommended minimum is 32gb
I see, I can get a bigger card but in the meantime do you think that's what the issue is? as the download was only 0.2GB?
i doubt haos only loads 200mb
more like 2 gb at least
ha container image alone is almost a full gigabyte last time i looked
so - network trouble
someone say DNS?
ah yes, ha image alone is now 1.8gb
I think I’ll do a fresh install tomorrow, I used the raspi imager on Windows which states it’s only a 0.2GB download
Haos downloads a lot once it starts
Rapidly losing my wits trying to get HAOS running on a minipc I've acquired. I imaged the disk, did the BIOS config, but on boot it briefly turns on the monitor black, then turns it back off. If I interrupt boot to select options, then I see a few lines of HAOS startup before it once again just shuts off the monitor. Any chance it's something obvious I'm overlooking? Considering re-imaging and trying fresh again.
I've seen that happen with ancient DVI ports
the solution was to dongle HDMI to DVI
if this doesn't apply to you just disregard
so My harddrive crashed bcsof power outages, now i had to redownload the homeassistantOS, how do i get my old HA back, i don't want to create a new dashboard
You restore from one of your off-site backups of which you have plenty. I hope
Depends. Did you re-flash the hard drive?
yup
Then you're hosed
It's fine i didn't have a lot on it anyways ty!
Hi Everyone, my HA installation keeps locking up at the onboarding screen. The first 3 attempts locked before I could even get to the user creation page, and the fourth wouldn't let me past that page. I have tried formatting the card before imaging, and I have tried different SD Cards. I'm currently on my 6th attempt. I'm starting to understand that definition of crazy.
I suddenly git a whole error screen could i dm a helper a picture of the screen i can't upload 1 here
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
Your hard drive is toast
should i try to reflash?
agh
no I just restarted it made it flash again and now i see the HA line again
It'll fail on you again soon
ah
Those errors all point to a dead/dying disk
Sure, you may get it to work for a bit, but the outlook isn't good
yup ur right i pulled out the stick and it died
so its running on the stick
i think
Where did you write the image to?
my harddrive on the pc
flashing it
And you had Ubuntu/Debian/what on that stick?
HAOS
How is the HDD connected to the device? Is it a internal disk?
yes
You do realise that the HAOS image is not an installer
If you wrote HAOS to the stick then you were running from the stick
but previous time when i pulled out the stick HA kept runnning
Because the last time you wrote it to the hard disk
I did now aswell normally
#cloud-archived can help there
my proxmox is up and running:) i have done a VM for HA and download the file KVM/Proxmox (.qcow2) But now i got a other problem:/ all the guid is on pc and pepol using a program calld winSCP but it dont exist on mac. do any one a program that i can use insted?
@pure tendon am using FileZilla on my MAC
i think i found a other solution and using a scrip
Thinking this may have actually been the cause now. Just trying again with a 64GB card and no issues as of yet! 🤞
This is the third person in a couple of hours having trouble installing HAOS.. it might be that the installer is corrupt
Spoke to soon... https://pastebin.com/YK1HGWDd
Same error so can't be related to card space
Is there another place to download the HAOS installer from rather than the PI imager?
my install of HAOS went belly up just after the update
of 11.1?
yep. automations.yaml went corrupt and I couldn't restore my backup
so I was trying to reinstall and restore my backup but the install keeps failing
yeah maybe something was broken on that release then
I'll let you know how I get on with 11.0
holy crap I got past the first input screen
🤞
I wasn't even getting past the first onboarding screen before
and I tried at least 7 times
Did you manually update HA or did it do it self?
Ok, at least I know to ignore that for a while if this install works
restoring my backup (made before the update) broke it again
Get angry, go to bed, re-image, works on first shot
Naturally. Thanks for those who gave tips!
yeah I'm going to bed, hopefully I have better luck tomorrow
Found SD card to small
What size did you have?
The smallest recommended is 32 GB
32GB uses 25% of the space
I think 4 is definitely too small. I tried with 16 yesterday and wouldn't install either
You can expect to run out of space with a 16 GB card
however I tried today with 64GB on 11.1 and would not install
trying again with 11.0 now
I spoke too soon. The backup restored and I'm back in. Too tired to test everything rn
how do i do that i got an other harddrive and now i flashed again but it didn't give me an option it just right away booted but now as i pulled out the stick i got the errors again
don't tell me i broke an other drive please
Have you tried reading the instructions?
yh
To write the HAOS image to the boot medium on your x86-64 hardware, there are 2 different methods
Still getting install errors on 11.0 🤔
https://pastebin.com/ze5Zc0Jp
I did the 2nd
Not really sure what else to try now, the logs don't offer much help, just that it can't read JSON from a repository and some add-ons with invalid configs?
You said you wrote HAOS to the USB, not a live distro
yes to a usbstick via balena thingie
- Write a live distro to the USB
- Boot from the USB
- Use the USB to download HAOS and write it to the hard disk
||In other words, do what the docs tell you to do||
Hello, Im getting error while trying to update supervisor:
Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.10.1: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/amd64-hassio-supervisor:2023.10.1/json: Not Found ("No such image: ghcr.io/home-assistant/amd64-hassio-supervisor:2023.10.1")
What I already tried:
- I have enough free space in disk
- HA restart nor supervisor restart not helped
- DNS and internet connectivity are all ok
ha supervisor repairnot helped- Manually update via CLI not helped
Maybe someone have some insights, how I can fix it?
I'd suggest just try manualling issuing a docker pull ghcr.io/home-assistant/amd64-hassio-supervisor:2023.10.1 from the terminal and see if that leads to a more exact error
Tried this one too, this is what im getting:
failed to register layer: error creating overlay mount to .....: too many levels of symbolic links
Are you on HA OS or supervised
HA OS installed on Virtual machine
looks like you have a messed up docker storage
Did you try a reboot? What hardware is this running on?
Yes
generic PC with Proxmox installed
You could add a serial device to the VM (copy paste support), cold boot and then try this here: https://unix.stackexchange.com/questions/555807/how-to-resolve-too-many-levels-of-symbolic-links-on-my-documents-folder
Try with /mnt/data/docker. I'd restore a snapshot or backup before this happened though or simply take a backup, import HAOS to a new disk, boot from that and restore. Virtualization makes this all very easy. Fixing system level stuff in HAOS, a custom, opinionated and managed/supervised OS not so much
Thanks, I will try
In general, if you're running on pc hardware, people recommend doing it on a VM because it makes life easier 🙂 and opens up possibilities like snapshots before updates in case something goes hideously wrong. so you'd install something like proxmox or vmware esxi, then create a VM on it. it's a little more effort, but not significantly so.
Hello, i have installed home assistant offical vm but it wont boot
https://github.com/esphome/home-assistant-addon repository
[supervisor.store.git] Can't clone https://github.com/esphome/home-assistant-addon repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/esphome/home-assistant-addon /data/addons/git/5c53de3b
stderr: 'Cloning into '/data/addons/git/5c53de3b'...
fatal: unable to access 'https://github.com/esphome/home-assistant-addon/': Could not resolve host: github.com
'.
[supervisor.store] Can't retrieve data from https://github.com/esphome/home-assistant-addon due to
[supervisor.resolution.module] Create new suggestion execute_remove - store / 5c53de3b
Your DNS is broken
I expected something else when you said it won't boot.
What hypervisor? What settings? Do you have other VMs that work?
Supervised is for when you really hate yourself
Is it bad to install or bad to manage?
Supervised doesnt update stuff like docker automatic?
hi i am not sure if this is a i have to help my self or maybe someone can helpme kind of thing, i just watched a youtube in spanish to get HACS installed so i could get Huawei Solar installed and while tring to install/configure it it is asking for a host ip, im just not sure where i would find it? or do i do a ip scan and look for that ip?
being unable to resolve dns points to a few possible options:
you're not providing dhcp on the network you're trying to install the vm on.
dns is not being provided by dhcp on that network
dns is being provided, but the requests aren't being routed
your internet connection is broken. 😉
it does, but if you're running proxmox there is 0 reason to run supervised. HAOS if you want the supervisor and addons, do not use supervised.
how do i configure my network in HAOS so it works?
If you're installing on proxmox, follow the proxmox installation guide on the website
thanks
i think my network settings in HAOS is wrong but i cant figure out how to view them
trying to exit cli but i just get thrown into it again
settings -> system -> network
im stuck here: https://imgur.com/tN99GKJ
is that supervised or haos?
haos
can you download the full logs and post them here via dpaste?
how I can access hass config folder in hassOS, when core doesnt start up?
looks like you're losing the internet half way through
or losing dns

