#installation-archived
1 messages · Page 23 of 1
Thanks, the bios menu is straight forward without much hidden stuff... there is no option to go to legacy bios vs UEFI. I think its UEFI
I connected the SSD to my laptop with a SATA to USB adapter. Then used Balena etcher to write the URL of HAOS
Its a 64 bit system
Hi there, i currently have Home assistance OS (x86-64) hooked into a INTEL X520 for networking
it doesn't seems to be sending anything, despite my router picking up on it. is there any particular driver i need to download (if that's even possible)
For haos?
You give it some time while it starts the first time then it come up. If you have issue it’s DNS 100% of the time
Except the other 10% where you think it is not DNS but it’s still DNS
hmm, how long? like i was waiting for a good 10 mins and nothing
For a pi and shit bandwidth it can be 30min but should be less
its running off of x86-64, so just on a old computer
like i cant even get into it when its doing its thing
Can you hit ip:8123
?
They are attempting to use a PC with a dual port PCIe 10G intel NIC. Personally I'd suggest using proxmox for this
proxmox?
there is only one network adapter shown, which is the ethernet port on the motherboard
Is there a reason you don't want to use the motherboards ethernet port
my cameras alone use up over 500mb/s in bandwidth to the router. its not so much about using the port on it, just the want to use a cable that isnt conjested
How many cameras is that
Also, that's still half a gigabit connection, HA itself isn't going to use 500mbps
no i know, its 13 swann cameras at 4k main stream and 720 sub stream
So if you know that, why are you worrying about running 10gig vs just a normal 1gig connection
You're better off running a high end machine with the 10gig running debian, using frigate or whatever you want, and having HA tap into that when needed
hmm alright, might end up doing that in the future, is there at all a way to install drivers onto HA to atleast test and find out? or just not at all?
You can't install drivers
ahh dammit
If the NIC works in debian, then just run HA as a docker container
nvm, ill work on getting proxmox
Other benefits with proxmox like remote management, snapshots, using machine for other things, nas storage, etc
i'm having trouble finding the configuration.yaml file, I followed the guide but i can't find the add on file editor. I have a version installed on raspberry ( cotx helium miner) can anyone help me? Thank you
What version exactly? HAOS?
how can i check?
Home Assistant 2022.7.4
Frontend 20220707.0 - latest
this what i see
So how did you install it, which guide
it is a particular install. it's made from cotx website. they install for me
It's probably not HAOS then. It's a bit outdated, btw
Doesn't look like it has a supervisor so no add ons then
If you explained how they made it/ a link to it then that could be helpful
But usually third party made setups don't work nearly as well as just HA either as an OS or on a docker container
Having a highly configurable/personalized software that benefits from/needs constant updates and maintenance being installed/maintained by someone else isn't optimal
HA is a monthly release system, right now the latest you're running is from July, 7 months ago
hi guys , need help .i already install standard HA in CM4 emmc before i got yellow box , now according the guide for yellow box , i use USB to install HA for Yellow box system to nvme SSD , but still start up with emmc system . how to fix this ?
Uughh, god, Been having problems with Energy counters being wron gand rolled from a backup which has now created more problems. Seems HomeAssistant doesnt seem to think any of my addons are running (MariaDB, ESPHome, Moqsuitto) etc arnt running, but when you try to start them the supervisor says "Cant start, its already running" -.-
Very single step has made things worse haha.
Thing is, they might be running
OK, crisis 1 fixed, seems I had to power-cycle the entire Pi and its now detecting the state correctly, thats something at least -.-
I need help for docker. docker-compose up -d
ERROR: for portainer Cannot start service portainer: error while creating mount source path '/opt/portainer': mkdir /opt/portainer: read-only file system
ERROR: Encountered errors while bringing up the project.
Why are you trying to spin up portainer?
But it does give you the error right there, just have to read
how can I solve read-only file system
Change the mount folder? Hard to tell what you're doing exactly wiithout you sharing your docker-compose
Also this isn't a generic docker help discord, its for home assistant
And in fact portainer can and has caused people issues with HA
version: '3.0'
services:
portainer:
container_name: portainer
image: portainer/portainer
restart: always
stdin_open: true
tty: true
ports:
- "9000:9000/tcp"
environment:
- TZ=Europe/london
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/portainer:/data
I would like to install HA with the "real" docker
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /PATH_TO_YOUR_CONFIG:/config #/opt/homeassistant/config:config #does not work
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host
what is the conventional directory to use?
You have #/opt/homeassistant/config:config #does not work - I think you're missing a leading / in front of config
I think it should be like this instead
/opt/homeassistant/config:/config
@hollow cave I converted your message into a file since it's above 15 lines :+1:
I finally found the problem
Hi there. I have a strange problem. I created a long live access token and i can access the HomeAssistant API via it but it seems i cannot manipulate any state with n8n. It says it has written the state (=off) but in HA the state is still on. What could be a point to look at ?
I'm unable to update HAOS from 8.5 to 9.5. In the web interface the update just times out and then if I try to use os update in the CLI I get an error that a job is already running.
prob easier to just backup and restore on new version than fight it
Can someone help me install my HA in Container (Supervised)
No it’s unsupported and not suggested
Its easy yeah bit very messy in docker
Supervised is worse
If you're reaching for Supervised it's either because you hate your future self, or ... because you don't understand
I'm having some problems with home assistant. Just randomly one day when I went to reboot my raspberry pi 4 with home assistant os running on it. It fails to load the supervisor. It just gives an error "system is not ready with state: setup"
Now that I got root access to HAOS I want to alter /etc/fstab but / is mounted read-only. How can I add an external disc to the system?
It's so damn hard to integrate external media into home assistant 😉 How would I use plex media server w/o media?! 🤪
The api and Plex integration?
Oh you’re wanting to run Plex as an addon? That’s crazy talk
Well. That's why it's hear I guess 😉
Hear 👂🏻
What hardware is this on?
Plex isn’t gonna love that
Plex doesn't like x86? Since when? I got it running on x86 for years. Just wanted it to move to some low power using machine
Plex will run fine it’s the lack of ability to handle any transcoding that’s the problem
But let's forget plex and what ever. How would I be able to alter /etc/fstab? Is that even possible? I guess / mounted r-o is intended?
Transcoding is not needed.
Hi, in the console of my Proxmox VM I'm getting:
[WARN] Home Assistant CLI not starting! Jump into emergency console...
However, if I ssh in or view the terminal via the Terminal & SSH add-on, I get the normal HA CLI.
Anyone knows what causes this, and is it a worry? Everything seems to be running as normal.
Not sure this is the correct area, but I was trying to move from a VM HAOS install to a NUC and after booting up the NUC and onboarding Home Assistant I did a restore backup from the VM. Everything (devices automation, etc...) shows up, but none of the icons in any of my cards show color changes, such as turning on a light the icon stays gray but shows a state of on. Everything is basically black and white, no color anywhere. But all the colors show up on my Cast devices. I tried a couple different browsers and cleared caches and so on, but no change. Any ideas?
Thanks, I'll try there. It's just weird since I am just running the backend default one
Rq question. I've got two mini PCs rn. One is running HA OS with a ton of addons. the other is running Ubuntu server. I know there probably is a way to run both of them on one machine but whats the best way to go forward with this?
And should i do it?
The way forward would be to install Proxmox and have two VMs... the question is why?
Less hardware to look after, less power, less ethernet ports, easier to backup maybe, etc.
But I think proxmox is the right solution imho; it's what I do.
Or move to a docker install for HA and keep a single Ubuntu based server
I was following the instructions on this site to install the docker contain for my QNAP NAS, but it did not have any of the “Advanced Settings”, but I continued with install.
https://www.home-assistant.io/installation/alternative/
The console is giving me these details and I cannot hit port 8123. what am I missing?
Unable to find configuration. Creating default one in /config
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
Unable to find configuration. Creating default one in /config
You need to show exactly how you created the container and with which options. Also check the firewall
https://imgur.com/u4GUyP1 where can i find the configuration validation thing ?
Developer Tools on the left sidebar
Various settings are hidden unless your user profile has Advanced mode enabled. These include some add-ons, the Lovelace Resources menu, server control options, and more.
^ If you don't have it
Hi guys I was trying to restart home assistant on my custom url but it gives me "unable to connect to HS" error, I don't know what to do.
I have been using HA for over a year now, first install was great but now, I have had 2 power outages and lost UI access with the OS stuck in a reboot mode. raspberry pi 4 hardware and I did have the latest core updates. can anyone help???
Possibly you've got a corrupt SD card now
Do you have backups that aren't on the Pi?
yesn't
I do have a backup but this has happened 2 times and its not fun, what am I missing? hard reboots should not cause this.
is this an image issue?
It's a Pi problem
No computer likes sudden power outages, but Pis suffer more than most - particularly on an SD card
Some battery backup/UPS will help
can some one help me with the energy dashboard i cant select my Active power meter only the total are showing up
#energy-archived can help with Energy
I need a config file from an encrypted backup, but it doesn't seem possible to extract it.. please tell me I'm wrong 🙂
is there a trick to get network_mode: host working?
tryin to get auto discovery & zeroconf on
Nope. The host just needs to be some kind of Linux distro
is port 80 or 443 required or something?
i am under cgnat and those ports is also blocked
That's not really related
Yeah, not related at all
i get connection refused.
no error in the container logs
i've been hopping around from VM to Docker and now i'm looking into Proxmox. Is Proxmox the holy grail of setups?
Not any holier than a Docker install
You seem to be talking about two separate issues. Back up a bit: I assume you installed HA via HA Container?
Is it alright to run home assistance OS within a VM on windows server?
Yesnt
Elaborate
Yes but maybe a better scenario exists
I prefer separating my smart home and my server and suggest the same
Server down + smart home down = no fun
Hmm, thing is. I got a NIC card that doesn’t work with home assistance OS Natively, and it seems like it will work through windows fine
Or maybe I just run Debian without GUI and install it on that
Yeah
Then just get custom drivers from intel
Might give that a crack tonight, cheers!
Ah, it needs to go on windows server, it runs supervised on Debian, not OS
You’re asking for i pain
I mean, my NIC don’t work on the x86-64 version coz no drivers
Setting up proxmox first time. It's wired to ethernet but I cannot access it from IP. I ran ip address but don't understand what to look for
any help appreciated
right ip/port?
pastebin your ip addr | grep inet
mine looks like
root@pve2:~# ip addr| grep inet
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
inet 192.168.30.200/24 scope global vmbr0
inet6 fe80::6e4b:90ff:fe48:8248/64 scope link
inet6 2406:2d40:4100:12b4:2a87:baff:feda:4591/64 scope global dynamic mngtmpaddr
inet6 fe80::2a87:baff:feda:4591/64 scope link
My ip addr is 192.168.30.200
found a few online posts in proxmox. I basically had to update the /etc/network/interfaces to an ip within my LAN pool and the gateway. Then i needed to run ip link set enp0s up replacing enp0s with my own interface name from ip address
didn't you pick an IP during proxmox install? (it's been a while since i did it)
apt update works now, but i can't access it remotely even though i updated /etc/host
i went with default
i wasn't really sure what the ip link set enp0s up did but it worked
default ip? unless that's within your LAN, that's no good 🙂
that command just brings up the interface
"turns it on"
default isn't dhcp??
I don't remember, but if it was, OP would probably have worked (assuming he's got a dhcp server)
no default was 198.168.100.2
and gateway was wrong too
any ideas what to look into on why i can't connect on local device through IP:8006?
and https?
probably you changed network after it started, so it's a bit broken
i rebooted? is that what you mean
did you reboot after changing the network settings? might be easiest
ah yeah i did
after you rebooted, can you ssh to the box? on that ip?
i can ping it but ssh connection refused
seems easier
win 🙂
yep
you might have multiple dhcp servers on your network.
if your devices are getting ip that are wrong
works better when install goes right
@visual sierra https://tteck.github.io/Proxmox/
oh nice. I'm working on HaOS VM install now but script would have been useful
any of them you recommend?
Also do you guys prefer HaOS on proxmox or is there another configuration
I've used the post-install scripts, haos, heimdall, uptime kuma, probably ubuntu and deb, etc
+pihole
this is helpful, running haos script now instead
hey guys, I've been fighting with this thing all day, trying to get HASS to connect through my reverse proxy setup on pfsense. Anyone on here use homeassist with pfsense?
My issue is the same as this guys... https://community.home-assistant.io/t/unable-to-connect-to-home-assistant-after-connecting-via-squid-reverse-proxy-on-pfsense/471569
Hey guys, been running home assistant for around 3 years now. Always run it within Docker with the network mode host. Since a month I reinstalled my server with alma 9 and reinstalled Docker with home assistant. For some reason, home assistant will not discover devices. For example I have a few Sonos speakers. When I search for them within the integration it just says it can’t find them, does anyone know how to solve this issue?
Trying to install the home assistant on Rasberry pi 4 following the instructions.. waited for more than 2 hours still have the Preparing screen, did anyone face this issue? any advise on the next steps.
Press the blue dot to see logs
Thanks @manic bane. Last log is "s6 - rc : info: service starting@. this one was almost 90 minutes back. After that no update
Hi everyone, I want to install everything from scratch, probably on a minipc. I don't want the OS version because I need to use the pc also for other stuff.. I'm evaluating the docker one, but what about the missing addons?
What do you suggest?
because I need to use the pc also for other stuff.
Docker
And how can I use the addons? Are they available also externally?
Sure... they're Docker images, you just have to find those images
Or use HAOS in a VM
Pro and cons respect docker?
HAOS and its addons are very opinionated. This can be a good thing but depending on what you want to do it's very restrictive. I'd suggest you follow Rob's VM suggestion and try both
Why restrictive?
You can run only what's available as an add-on
If you want to run something that's not available as an add-on then ... you either build it yourself, or wait for somebody to do so
Hello All, Instaling HA on Raspberry Pi 4 32GB card, getting the following error. Connected through the ethernet net cable directly to the Broadband hub.
23-02-25 14:40:33 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-02-25 14:41:14 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
23-02-25 14:41:14 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
For example the MySQL addon apparently doesn't allow custom configuration or the Mosquitto addon doesn't allow you to disable authentication.
As for the OS, gaining proper SSH access is a pain in the rear. At least in a VM. There's strange DNS issues (just google HAOS DNS) and it's just "different".
Getting help when the OS/supervisor has problems is mostly just restart or reinstall because, afaict, few people have intimate knowledge on the inner workings.
Most people just have more experience with a "normal" linux distribution. Giving people a specific path and sticking to it is great but to me it's just restrictive.
Whether that path is for you? Only you can say.
Ok thanks, so with your experience you suggest the docker approach
I personally run HA in a docker container but installing/maintaining it and integrating things that you can get as addon yourself is more work.
Take VS Code for example. You'd have to install the docker container, configure (install extensions, give it api url, tokens, etc) and add it to the sidebar (iframe) yourself.
This additional workload might just not have the same cost/benefit ratio for you. HAOS is easier to start with and might do everything you need. Like I said. Try research/both 🙂
But to answer the question. Yes. I suggest the docker approach.
hey guys, i need some help by installing the SkyConnect stick 😦 someone might help me out there?
Plug it in
If you need help with the Zigbee side see #zigbee-archived
If you need help with the Thread side see #thread-archived
i did, in homeassistant it doesnt get any connection it seems
What hardware are you running HA on
intel nuc
And the stick isn't detected at all?
well, it is detected
Ok...
so if i check hardware, its listed there
but if i try to config the integration, it fails
Which integration?
The one named after the stick would be ZHA, which would be #zigbee-archived
i add ZHA to my integrations and then i see the pass for the stick, i submit and after that i have to choose a radio (?) and then it fails
Then ... you're in the wrong channel
all right, sorry then
Hello all, not able to find the any addons in my addon store for the HA installation on Raspberry Pi 4. Any setting needs to be enabled. Already tried enabling the Advance mode
I cant find any addons in addon store either
I am getting github error in supervisor logs, are you?
yes, 23-02-25 17:18:45 ERROR (MainThread) [supervisor.store] Can't add repository https://github.com/esphome/home-assistant-addon due to 'GitRepo.clone' blocked from execution, no supervisor internet connection
i run HA container in portainer on WSL 2... everything works great except auto discovery.. when i try network mode host im not sure what port to find HA on since im not supposted to expose a port?
My addon store is totally missing from the docker image: "ghcr.io/home-assistant/home-assistant:stable"
host mode won't work in WSL
you're not running a supported configuration
jeeeesus.. thanks for letting me know!
guess there is no work around for gaining auto discovery then..?
yeah i guess i have to do that.
usbipd works the same way on VM as WSL?
I don't know what that is
usbipd is the microsoft package to enable sharing usb devices over ethernet
no idea
Add-ons don't exist w/ container
I figured it out, thanks
Would be nice if you would share what you figured out
me?
Yeah
I had an issue with my nginx-proxy-manager not working with home assistant, so the link I was clicking in the HACS installation doc wasn't working right, once I fixed NPM, everythingg installed fine
probably not going to help anyone...
can you connect to a Bluetooth speaker inside Home assistant on the raspberry pi bluetooth or can it only do tracking
@stark sphinx I converted your message into a file since it's above 15 lines :+1:
There’s not really any Bluetooth speaker support like that
Does this mean it's a BAD SD CARD?
Can you use dpaste.org to post text like logs then share here?
@stark sphinx I converted your message into a file since it's above 15 lines :+1:
oh ok.. as i tried using the 1/8" audio jack to play an audio file using the vlc player in home assistant but the audio comes out demonic or bleeps and pauses so not sure why it does that
so tried to find a better route
Not sure sorry
Most of us use smart speakers like HomePod minis etc to do music or tts
ah ok and whatrs homepod are they any good.. i wanted to link my Yorkville bluetooth speakers
Does mean my SD card is bad?
trying to play an audio file from HA to volumio.. but i get an error... a column 1 error.. whats wrong with this script code... ```alias: "!!play audio to warning volumiio"
sequence:
- service: media_player.play_media
data:
media_content_id: http://pump:8123/local/mixkit-facility-alarm-908.wav
media_content_type: music
target:
entity_id: media_player.warning_volumio
mode: single```
@blissful lagoon I converted your message into a file since it's above 15 lines :+1:
I'm really confused. I'm trying to install HASS to a Digital Ocean droplet, but when I run 'pip3 install homeassistant==2023.2.5' it says the most recent version is 2021.12.10. Any idea how to update this?
pip3 is v20.0.2 but I've installed the newest v23 (it just doesn't appear in -v for reasons)
You probably don't have Python 3.10
I do, from deadsnakes/ppa repo
but maybe that's wrong
I mean, I'm getting 3.10.10
Is there a reason you're wanting to run it in the cloud?
Yeah, I'm not using it for Home Automation. I'm using it to track mobile data usage on remote wifi hubs, so there's no reason for it to be in-house at all
I also want to use Grafana with it, which seems to run better on proper linux systems (unless I can find a front-end dev to hire to create a custom card for the dashboard...)
Thanks for the help. Switched to using an OS image and trying that. Sleep for now...
hello i've got a question about installing the HA OS on a rpi3
i'm following the guide on the site : home-assistant.io/installation/raspberrypi
i'm trying to install it on a 128gb micro sd card and used the Balena Etcher in combination with the rpi3 github link.
i'm always getting the same errors in the preparing ha screen.
22-07-13 15:03:51 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.2.5: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.2.5&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi3-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": x509: certificate has expired or is not yet valid: current time 2022-07-13T13:03:51Z is before 2022-07-19T00:00:00Z")
22-07-13 15:03:51 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
22-07-13 15:04:21 INFO (SyncWorker_1) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi3-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.2.5
22-07-13 15:04:21 INFO (SyncWorker_1) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi3-64-homeassistant with tag 2023.2.5.
22-07-13 15:04:21 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.2.5: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.2.5&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi3-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": x509: certificate has expired or is not yet valid: current time 2022-07-13T13:04:21Z is before 2022-07-19T00:00:00Z")
current time 2022-07-13T13:03:51Z looks like your system doesn't have the correct date/time
Make sure it can reach the Internet
@humble mirage it should be connected to the internet... but will check it and change it needed. thanks for the help.
The error means it couldn't sync the time, which usually means it doesn't have a working connection
oke, thanks again... i'm going to fix it
i'm a such an idiot... i used the wrong port settings on my router.
anyone have ideas on how to get past this screen? Fresh install https://ibb.co/C8xyBZ7
Go back to the root and if that doesn't work try in incognito mode
I was having issues with installation and was going to ask for help, but then it dawned on me.: Home Assistant stable is not installable on Debian stable, nor testing. But 2023.3.0b3 works. Stable has Python 3.9 and testing has 3.11.something that makes aiohttp fail. It might be common knowledge (just not very well documented) but it might help someone
I'd recommend docker as well but maybe you could try out pyenv to be somewhat independent from your OS' python version
pyenv works well - it's how my main install runs 
I didn't know of pyenv.
I get that there is a dependency on 3.10, and I am fine with that. I was just extremely surprsed when it didn't work on Debian. That should be pretty non-special imho 🙂
The problem is HA isn't tied to Debian's update cycle, or anything else
HA's Python deprecation is well documented
It sounds like you're doing something that I've been trying to do the last few days. Is there a release of HA that installs on a Digital Ocean droplet effectively?
Pretty much any installation method should work. Why trying. What's gone wrong?
There's nothing I can do to install it on a droplet. Each slightly different way I try throws different errors. I know Supervised is almost unsupported, so I've been trying ways to use an OS version on any version that Droplets allow, following the official instructions
The Linux HA OS versions are all VM options. Running a VM inside a VM isn't a recommended procedure, but even breaking good practice I can't seem to make it work
Docker works, but then no addons
but maybe I'm overthinking something
you don't need addons
if you can run HA in docker, you can run whatever else you want in a container
What do you mean? If I want to run Grafana, is that not an addon, and Docker doesn't have addons?
I think I missed something along the way haha
Add-ons are just pieces of software that you can otherwise install yourself
But aren't they literally HA addons? Like, how does HA know I've installed Grafana, or does it just see it? I feel like I've been misunderstanding this process entirely
could be
Grafana has a whole life outside of HA
The fact that it's been packaged as an addon doesn't change that. And HA doesn't interact directly with it, any differently than you would with a container installation
You can try uploading HAOS' .qcow2 image: https://docs.digitalocean.com/products/images/custom-images/
throws different errors
If you want help with them you need to show us and we can go from there. You have to pick one installation method though
HA add ons are packaged docker containers with a little bit of fluff
Everything can be configured by yourself anyway (it's what I do)
omg. So much wasted time. I'll spend some time reading more about the addons, because I completely misunderstood them
I now running HA on a nuc, but I have a issue, every morning the nuc is off or in sleep mode, don’t know what. Can’t ping it. It’s a nuc serie 8. Have update to latest version. Any ideas how to fix it, guess it’s a setting in bios
How did you install HA?
I know, but still the tolerance is quite narrow. I'm not sure (haven't tested and will not test) https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md works even, because it contains too new a Python version.
https://pypi.org/project/homeassistant/2023.2.5/ says "Python >=3.10.0", but 3.11.2 did not work
Supervised assumes you're an expert. So would know how to fix it
Even core install assumes you're knowledgeable
There was an issue with a dependance and .11
I think it's fixed in 2023.3 though
In any case: I only mentioned it if it could help someone else, not to start some kind of hot debate... could we just give it a rest? I had an issue, I solved it, I shared my experence, I am now being showered with information on how stupid I am that I did not solve it in 5 minutes instead of 15
yep.. the latest pre-release worked flawlessly
We're not saying you're stupid? Just stating how debians python inclusion does not have to and will not always match with HA
We re not saying you re stupid Just
If I manage to install the HA image on a DO droplet (which I did), how do I actually start HA? Because it isn't running automatically the same way when I run in a local VM
droplet start homeassistant ? maybe
droplet isn't a command. Are you messing with me? lol
Don't make me question my sanity.
That link has 3 install methods, which one did you use
ohh mh bad, the first one. i have install in on the drive so i using Balena Etcher. to write to the disk
Hi, just finished my supervised install with Debian 11 on a new BMAX B3plus, and now trying to get Bluetooth up and running. Therefore I have installed D-Bus and BlueZ. So I think the only thing i need to do is make the DBus socket accessible in the docker container. (https://www.home-assistant.io/integrations/bluetooth#additional-details-for-container-core-and-supervised-installs)
- At the moment I don't have docker running as Docker Compose.
- Docker compose seems the cleanest way to add DBus to the containter
- is Docker Compose suported as official Home assistant Supervised
- Can I just add docker compose on top of my existing docker setup (based on HA Supervised)?
Supervised is a trap
You can't use compose files with Supervised
You can't install any other software on the host with Supervised
If you deviate from the requirements, expect your install to break without warning
ok, thanks for that advice ... Since I grown out of my RaspberryPi, I wanted to 'upgrade'.
Is it better then to run Homeassistant OS in a proxmox?
Hi guys! I got grafana on my HA but it seems like an common error apperas if it's not updated to 9.3.2. How can i force an update on Grafana in HA?
I anyone is looking for the same answers as I just did, this read is great: https://community.home-assistant.io/t/nuc-install-ha-os-image-vs-proxmox-vs-ha-supervised-on-debian/268898/7.
Just run a docker container, all add ons are available as a docker container anyway
More flexibility and you're not adding a hypervisor for no reason
Damn, that's again another point of view 🙈
that means that every Addon I have from my backup (ha OS) I should manage myself in docker
There's really only two sane options:
- HAOS on bare metal
- Docker
instead of the addons.
(and proxmox with HAOS)?
and that's again up to me to decide if I want an extra virtual layer to it.
Proxmox is unnecessary if you don't need VMs
How do i install a specific version of Grafana on HA?
Which for most people they don't
ok, ~~proxmox ~~ is out then.
So I can replace my supervised install, to a container install, on the same Debian os.
Yes
It's very easy to manage docker containers
Use docker compose
I only have to reconfigure my NodeRed, and all other addons into docker
It's very easy tbh
Half of them will have backups too
ans how do I restore them?
Depends on how you back them up
I have now a full backup on GoogleDrive.
I use rclone and rsnapshot - just rsync/scp the files back
You'll need to extract it to get the files inside too
And possibly move things around a little
If you want the best set and forget, run HAOS on bare metal
You're still getting the same as the Pi, and still just as restrictive but its easy
thats true, and for now, I don't have any need for more complecity.
How well does that processor run? Always thought Celeron was subpar but maybe runs fine dedicated to Home Assistant.
CPUMark of 4040... that's not sub-par
Not sure where this question should go. I am running Home Assistant OS. I am working on writing a shell_command script that uses Python3. Is there a way to ssh into the docker container to test the script? I am currently getting errors when I run it through HA, but its not super helpful in the logs.
docker exec -ti containername sh. Can't remember/test if bash is available right now
ya, I tried that... docker is not a command
You have to use the community SSH addon and disable protection mode for this to work. You can probably also just test the script on another machine depending on what it does
The Terminal & SSH addon?
I did.. .it works on my local machine, but does not from running the script in HA automation
thats why I want to run it myself in terminal on the HA machine to see if it gives me any more info than what is in the logs
got it
Ill try that... Than you!
.
Do you have any logs/error messages? Can you try make the output log to a file to perhaps get more information? Actually, increasing the log level might be more useful.
Another thing I'd try is the full path to the executable. That's an ambiguous edit. Did it work now or?
Sorry. PEBKAC. Container doesn't have access to /addons
Moved script to /config and it runs now
Looks like things are good right now... doing some final tests. Thank you for the help @raven forge
Plex.tv removed the tv guide magic... There is no way for my location to automatically download the guide. Getting something in python set up using zap2zml.py (port from the perl one) and thinking of making an integration that will automatically do this for you
is there any way to upgrade to supervised?, i use CasaOS
Don't use Supervised. If you want the Supervisor features, use HA OS on bare metal or in a VM
My HAOS keeps crashing on Mac OS/qemu. Anyone else faced a similar problem? It will run for a few hours and then crash
Specifically I'm getting errors like rcu_sched self-detected stall on CPU
Hey there, I have bought an amazon fire HD tablet & have home assistant running on my laptop through VirtualBox Linux server. I can connect to my home assistant server on my laptop, but not on my tablet. any idea what I am doing wrong?
What URL are you using to try to connect?
my IP
And port 8123?
I can connect through the generic browser on the Tablet but not through fully kiosk. I get the error net::ERR_SSL_PROTOCOL_ERROR on fully kiosk
Ah...
yep
Well... that's expected
You're doing SSL in HA, and accessing https://192.168.0.42:8123/ .... of course the SSL certificate isn't going to be valid
Either:
- Move SSL to a proxy server
- Use the hostname in the SSL certificate
Can you explain further please 😳
Which bit?
well option 2 sounds more simple to me
You have an SSL certificate ... for some hostname
So... use that?
Same as you would if you were outside the house
except you have a cert for localhost 😄
Hello friends
Virtual PC install on a NAS
observer says its healthy.. but it is not
So what exactly is the issue
You've just said the observer says it's healthy
Also presume you mean a VM? Hope it's running HAOS
Ok sorry it just started working.. took about 20 mins
🙂
Hello friend have any help forma install hassio? https://forum.qt.io/topic/143080/help-u-boot-for-my-board-arm-pnx8473
hey folks, does anyone here have experience integrating cloudflared tunnels with ha container? im starting to hit a wall
Yep, what issues are you having?
I have cloudflared setup on debian, I have HA setup in a container with docker compose. They arent talking to each other. As a fix, I am trying to spin up cloudflared in a container as well so they are both on the docker network but I dont know if it will work
When I navigate to my domain I get error 503 and the local tunnel says that it is unable to reach the origin service. Did you manage to get it running locally or did you run it in a container?
Check the HA log--there's probably a warning about an untrusted proxy if you didn't add this to the http: section in configuration.yaml:
use_x_forwarded_for: true
trusted_proxies:
- 172.18.0.0/16 # I used the Docker network range--customize to your setup
I'm running the official cloudflared container, but you should be able to get it working with it on bare metal if that's your preference
Im going to try running it in docker- containerized is certainly my preference
I got to the http part- do you have a compose file you could send me to reference for your build or did you just docker run it
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
restart: unless-stopped
command: tunnel run
environment:
- TUNNEL_TOKEN=deeznutslol
actual goat- thank you
I used HA on a minipc, after some years I am reinstalling it on the same pc usign the HAOS, but it seems that after the usb boot, the ethernet card is not setup, nmcli dev status doesnt show it, but just docker0, hassio, lo interfaces
is it possible that the eth card is not supported to recent kernel? it is a generic intel one
I am trying the dev build https://os-builds.home-assistant.io/10.0.dev20230227/haos_generic-x86-64-10.0.dev20230227.img.xz now
nope, it doesnt work
Is this a local tunnel or remote managed?
Pretty sure the token route is remote, where you set it up via the dashboard
Its finally talking to homeassistant! Still hitting error 400 because I think my config file is in the wrong place but thank you all so much!
Ill fire it in here and see if anyone knows:
volumes:
- /docker/HomeAssistant/config:/config
that is in the docker compose, and the config file is at docker/HomeAssistant/config/config.yaml
You mean, config_uration_.yaml?
cheeky
Well, it's helpful if you're looking at the right file 😉
I changed the file name- still running up against "A request from a reverse proxy was received but your http integration is not set-up for reverse proxies"
my new sparkly configuration.yaml file has the http settings
Well... it'd have created it if you'd got the wrong name
So if there wasn't a configuration.yaml in the folder, you're looking in the wrong place
/docker/HomeAssistant/config isn't necessarily the same as docker/HomeAssistant/config
LMAOOOO I forgot to change that value in docker compose at first so now I have PATH_TO_YOUR_CONFIG in the base directory
and what do you know- a folder that is just docker
Lets gooo its working! Ill come give all of you a nice little peck on the lips if you want
so the HAOS cannot be installed on an intel machine due to the missing ethernet driver?
what intel machine do you have
but im guessing it uses non free firmware
a usb to ethernet should fix it, thats how i got debian to run on my dell
ubuntu and debian run correctly, the problem is with HAOS
01:00.0 Ethernet controller: Intel Corporation Ethernet Controller I225-V (rev 01)
this is the eth card
proxmox it
Yes, it's too new for the kernel that's in HAOS. Use proxmox is a good solution for now.
pfsense has the same problem with those NIC
Looks like it should be supported??
https://github.com/home-assistant/operating-system/blame/dev/buildroot-external/board/pc/generic-x86-64/kernel.config#L13
hello, i've installed duckdns but now i can't access HA local with my non duck dns adress?!
That's perfectly normal
If you want to be able to do that you can't have HA handle SSL but need to use a (reverse) proxy server to do that (NGINX/NPM, Caddy, HAProxy, Traefik, etc)
You should be able to. Just use https://<ha_ip_address>:8123 (note it is https now, not http). Also you will have to tell your web browser that it is ok to connect to this as the SSL certificate is for the domain, not the ip address.
thanks Tom, when i type it, it works but shows me on the adresse bar the duckdns adress... is-it normal?
Like you go to the IP address but you're redirected to the duck DNS address?
yes
and in the companion app i can't enter the local adress (it's grey)
you can edit the field though
yes, why?
just fill it in
i can't
you can, it just looks like its disabled
but in general you want #installation-archived message
i am talking about the third line "url internal connection"
yes
your next problem is ssl verification because I doubt the app will allow insecure connections
ok i can use on the companion app my htpps://my-ip instead of duck dns
so if i understand if i connect thru my duck dns adress it doesn't mean i am not local?
It won't
sorry still in learning curve 
Not at all, you're still local, but you'll be routing through your router
ok now it's clear, but in automation i can't play local sounds on my google home mini....
in home assistant preference network "home assistant url" i put in "local" the duck dns adress and nothing in "internet". Should i put the duck dns adress in "internet" and the https: my-ip in the "local"?
thank you for your help
If you're doing SSL in HA then you have to use your external_url all the time, and you can't set the internal_url
so my network config is ok ?
in home assistant...
ok
i will try
i am not sure to understand how i stay local while always connecting to my duck.dns.... i don't understand the concept....
Because duckdns is just an address book for your router. It's not running anything through it
When you're at home you'll resolve it to your (local) WAN IP, and you'll connect to the router and back to HA
Alternatively, a reverse proxy server removes all of this
Like when you go to google.com your computer converts it to an IP address and that's what it goes to (using DNS)
Duckdns is the same thing, just the IP is you
ok thank you for your time and help!!! Have a great day
Hi, I have an PIPO with Atom processor and touch screen 4G ram. There is windows 10. I don't now where is installed. There is no full size hard drive or ssd and there is no mention about disk in win "about". I would like to install there home assistant core as well use the touch screen for UI. I have trouble deciding if to choose windows installation (I try it install wsl, but since I do not use windodws I had trouble with power shell), install linux there (it do not react for live usb and I do not find how to get into bios) or HAOS (does it support touch screen?) Do you have same recomandation? Or link to block post about similar instalation?
home assistant os does not feature a desktop environment, no
you will have to find out how to enter the bios
Hey, I'm having the same issue as I had last year but the solution I referenced too has now been locked in some other channel. Could a mod check if this answer exists somewhere still?
It still exists there
I get "You don't have access to this link"
you'll be at the ha cli (
ha >). Typeloginwhich will take you to the underlying shell -->#
thennmcli con showshould show you one entry in green
edit that connection usingnmcli con edit "Home Assistant OS default"(that should be its name)
thenset ipv4.dns 9.9.9.9
save
quit
and finallyha host reboot
Thanks 😊
hello, i installed HA 9.5 on PI 3 and i don t see port 8123 opened ? 4357 (observer is working) ... any ideas ?
i'm using a self signed cert. it's valid until 2070. it's been working for months without problems. today it no longer works. i get an error indicating that the certificate is invalid. as far as i can determine there is nothing wrong with the certificate. This only seems to affect edge. Has anyone else encountered problems recently?
Probably they updated and changed their default cert validation policy?
can you tell what it doesn't like about the cert? Too long validity window? Bad issuer?
it doesn't give any information about what it doesn't like. it just gives NET::ERR_CERT_INVALID which is unhelpful
can you right-mouse or whatever, and say "accept this cert" ? Or change security level of that website?
(aka trusted sites etc). FWIW I haven't run windows on my desktop in >10 years.
the cert was already installed and hasn't changed. and i've verified that both the root cert (in trusted publishers) and the ha cert for authentication are still isntalled, and they are.
i checked that the files were the same on the original and ha, and then made sure by copying over the originals again and restarting ha.
if nothing changed in HA or the cert, it's likely Edge changed, didn't it?
Looks like Edge 111+ uses it's own trust list, not the system one
That version is only a couple of weeks old
@quick hornet ☝️
thanks, i'll see what i can do
hi if I get the sonoff universal zigbee coordinator, and a aquara mini switch, will that let me control my WiFi bulb by connecting the USB to my pi on ha
I want to replace it my tuya hub and shitty knob shit from moes
yep
well assuming hass can already control the bulb
yes it can control the bulb
SONOFF https://amzn.eu/d/eKNDeDe
Aqara Wireless Mini switch https://amzn.eu/d/8mMAz0R
which one should I go for?
Best to ask in #zigbee-archived man
ah sorry ty
Hi y'all. I'm trying to update my installation to 23.3.0 and it's failing. I think there's something wrong in the script. This is a linux container downloaded from the website.
23-03-01 22:12:24 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2023.3.0
23-03-01 22:12:24 INFO (SyncWorker_3) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:2023.2.5 to ghcr.io/home-assistant/qemux86-64-homeassistant:2023.3.0
23-03-01 22:12:24 INFO (SyncWorker_3) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2023.3.0.
23-03-01 22:12:25 ERROR (SyncWorker_3) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2023.3.0: 500 Server Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/qemux86-64-homeassistant:2023.3.0/json: Internal Server Error ("readlink /mnt/data/docker/overlay2/l: invalid argument")
23-03-01 22:12:25 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed
What install method?
you get a 500 which usually means DNS but there's also a Internal Server including a readlink error regarding overlay2 reported so you might have corrupted data on top of that
Hey! I've never used HA before but I've heard a lot about it. I wanted see how it all works out. What is the best way for a 'temp' install on a mac? Just to get a feel of it. I'm quite familiar with Python, so should I try that?
you will want a vm with either debian and docker setup or haos
running the python install will not make you happy
hello, i see on youtube people having in the automation page an on/off switch as well as a test buton by default on all automations line... How can i do it? Thank you
does HA have a docker image? i can do that
not docker for mac, no
how else can haos run on docker 👀
haos does not run on docker, operating systems do not run in docker
aah
the ha container installation method is a pure docker install
but the problem with that lies in the implementation for docker for mac
yes, the kvm part in there makes no sense but virtualbox should work
Im cannot start 2023.3 with docker container
Changing power on succeeded
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/pkg_resources/init.py", line 617, in _build_master
ws.require(requires)
File "/usr/local/lib/python3.10/site-packages/pkg_resources/init.py", line 956, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python3.10/site-packages/pkg_resources/init.py", line 815, in resolve
dist = self._resolve_dist(
File "/usr/local/lib/python3.10/site-packages/pkg_resources/init.py", line 861, in _resolve_dist
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (charset-normalizer 3.0.1 (/usr/local/lib/python3.10/site-packages), Requirement.parse
how do i setup the sky connect USB stick as a TBR?
I seem to not find documentation on how to do that
TBR?
Go to #thread-archived
the problem was that it needed internet acess
hey all! how do I reload my yaml "rest" entities? Doesn't look liek it's an option under YAML configuration reloading?
Restart HA
Eeeek....so I'd have to fully restart HA every time I'd like to test a minor change? It will probably take a dozen times till I get it right...
that's crazy
Will you still have historical information if you auto_purge, or purge every x number of days, or is the historical data only available within those days? Certain things (like energie) I would like to see for years, to compare, for instance.
recorder is responsible for history and logbook, but that's different from long term statistics, which is what the energy dashboard will use. To my knowledge those stats aren't purged (also supported by this: https://data.home-assistant.io/docs/statistics/)
Thank you!
Perhaps a silly question, but for all those sensors and such that don't neatly fit into a room... what is a good/clean way to organize them? How do you do that?
anyone have a good tutorial to install a supervised version of home assistant (my previous version i couldnt add add ons)
i assume supervised version gives you more features like operating system one but not inside os
raspberry pi
I have been struggling lately with my home assistant not loading addons, and giving this message "Not connected with the supervisor / system too busy!" on startup. I've been trying to clean my configuration file, although it's pretty simple already. I've tried searching online for info but can't find much. Is this something that's already well known?
And it keeps with this message "Home Assistant is starting, not everything will be available until it is finished."
@fluid seal very few will will recommend a supervised installation. You should go with HAOS on a pi if you need add-ons or a plain docker install
@calm gulch maybe check integration startup times? Settings > System > Repairs > upper right corner
500 means the server you're connected to had an internal error.
I would not declare that as usually DNS anywhere.
username checks out
I suggest running docker.
docker in particular gets you a 500 if the address does not resolve
Failing to connect to an upstream gateway should be 502, bad gateway
ok thanks
for some reason when i installed docker, the home assistant folders did not go where i wanted them to go, i could not locate the files so i use portainer to remove it, does this look right to you
sudo docker run -d
--name homeassistant
--privileged
--restart=unless-stopped
-e TZ=Europe/London
-v /home/adam/ha:/hass-config
--network=host
ghcr.io/home-assistant/home-assistant:stable
https://www.home-assistant.io/installation/raspberrypi#platform-installation, your container mapping is incorrect, it should be /config
sudo docker run -d
--name homeassistant
--privileged
--restart=unless-stopped
-e TZ=Europe/London
-v /home/adam/ha:/config
--network=host
ghcr.io/home-assistant/home-assistant:stable
like this?
i used a youtube tutorial idk why they but that there
thanks working now
where is docker-compose.yaml located i need to put my zigbee usb stick device id into it but i dont know where it is
Hello. I have been waiting for 30 minutes now 🤷♂️
Preparing home assistant
HAOS on mini pc
UEFI Interactive Shell v2.2 EDK II UEFI v2.70 (EDK II, 0x00010000) Mapping table BLKO: Alias (s): PciRoot (0x0) /Pci (0x1,0x1) /Ata (0x0) BLK1: Alias (s): PciRoot (0x0) /Pci (0xD, 0x0) /Sata (0x0, 0xFFFF, 0x0) Press ESC in 1 seconds to skip startup.nsh or any other key to continue. Shell>
Can someone help me with this?
either need to turn off secure boot or change boot order i'd guess
How do I turn off secure boot?
Depends on your BIOS/UEFI
It is disabled.
It's wherever you create it, but based on your previous messages, it looks like you're using docker run, not docker-compose, so you'd need to add it to your docker run command. Would be a good idea to switch to compose though
oh okay turns out i didnt need it because it was already detacted on my dock
Ah yeah, you're running it in privileged mode (which IMO isn't a great idea, but it's in the official docs unfortunately)
Hey guys I tried to install Home Assistant Core on my Ubuntu arm64 (Its a RaspiB4). After startig HA with hass I get a couple of errors.
In the error I get also "linux-aarch64". Is It possible that somehow I does not detected the right OS?
Any reason you're not running HA Container instead? That would save you some potential headaches
I recently wiped the Pi completely because I had stuff in Docker and It bugged out quit a lot. Thats why I thought I try It without docker.
I doubt Docker had anything to do with that
I just updated the container and I see a warning with urllib3 and some other python package version mismatch
Oh yeah, and python 3.10
Did you install the dependencies? : https://www.home-assistant.io/installation/raspberrypi#install-dependencies
yes I followed the complete guide
but I'll remove it again and install the docker version
it seems like there are other issue too
Try dpkg -S aarch64-linux-gnu-gcc. The package names and dependencies might differ a bit since you're using ubuntu.
I don't have an arm machine or PI to test this myself but this should tell you the package(s) that provide(s) aarch64-linux-gnu-gcc.
It's probably gcc-aarch64-linux-gnu but the command should tell you.
Fresh install solved it. Something had corrupted.
Hello all, I am running HA on Raspi in combination with MariaDB (V10.3) on my Synology succesfully since 2 years. This morning I installed HA core update V2023.3.3 at 9:13. Also I had a succesful minor update of my Synology OS (but no changes to MariaDB) at 9:40. I realized at around 10 that my Energy monitor doesn't load anymore. Also I get a repair message in HA stating that MariaDB should be upgraded to minimum V10.5.17 to avoid performance issues. There is also a link to a description of the issue (https://jira.mariadb.org/browse/MDEV-25020) but the desctiption of the issue states that the problem only affects MAriaDB Versions 10.5.9, 10.5.13. Last MAriaDB entry in events table is at 8:31 (!) "homeassistant_stop". Anybody a clue what to do? MariaDB update on my synology not possible (doesn't show upgrade option in package), also I have doubts that this is really the issue. WOuld appreciate any kind of ideas.
Upgrading mariadb to that version is optional. Staying with your current version won't impact you. Statistics do not show up when the database is migrating. So, just wait and it'll sort itself out.
2023.3.1
2023.3.1
9.5
9.5
2023.01.1
2023.01.1
@cosmic cloak #botspam is for bot information when you aren't helping others.
hello, my first time installing HA, went with the WSL install
i can't connect to HA from another laptop
in setting i have network - Exteernal acess diabled
WSL... did you use pip install?
yep
Please keep in mind that the bridged adapter only functions over a hardwired ethernet connection. Using Wi-Fi on your VirtualBox host is unsupported.
what is this warning?
im just trying out ha for the first time
no intention of deploying it. only testing (local device only). can i ignore it?
i will install it in the next few days on an SSD under a linux only env
for now is just getting to know HA
It's probably Windows firewall settings
i disabled the firewall, no change
Hi someone help me, im install HA on SSD and on SD card Bootloader, im put first SD to RPI after few minutes im unlpug sd and plug SSD and it doesn't work
If the SD card has the bootloader you need it to boot
how?, i see in video put to RPI SD after few second unplug and plug SSD
"in video"?
We're not mind readers
anyone here know how to reverse the open/closed status from a door sensor? I have one where it's actually "locked" when the status is OPEN and unlocked if it's CLOSED. Can't see where to customize these status'
hey all... i have a REALLY stupid question. I just updated my docker container to 2023.3 but when I login and go to about, I still see 2023.1.5. Am I missing something? I got no errors when pulling the new container and starting it up. And yes, I removed the original container before updating. My script is: stop>rm>pull>run.
Specifically, about says:
Frontend 20230110.0 - latest```
That process looks good, given you're not using compose files
What tag are you using for the image?
2023.3 which is what I see in dockerhub, was uploaded 21 hours ago. When I noticed the about page, I tried latest... same result.
I've been running HAOS in a VM using UTM on an M2 Mac for about a month now and about every other day the time in the VM gets thrown completely off (Sept 2059) and nothing works because HA thinks the ssl cert is expired. When I check the host interface, I always see this or something like it.
[30157.0283551 reu: 02-..: (2 ticks this GP) Idle-361/1/0x4000000000000002 softirq=283006/283006 fuss1.
(30157.0302231 reu: reu preempt kthread starved for 288245252820 Jlfries? g745309 fOx0 RCULGP_MAIT_14S(5) -›state-0x0 -›epu-3 (30157.0308861 rcu: oUnless rcu_preempt kthread gets sufficient CPU tine,
00M is now expected behauior.
[30157.031037] rcu: RCU grace-period kthread stack dump:
(30153.036108] rcu: Stack dump where RU GP kthread last ran:
Specifically I m getting errors like
Hey all! Is k8s-at-home still the go-to helm chart? I've got an arm64 cluster and I'm about ready to give up on k8s hosting for HASS
is www.home-assistant.io down?
everything is working well but this website, any idea?
Works for me, are you in Egypt by any chance?
Then its due to your government blocking it
What?!!!!! how ,,, it was working
Its been blocked since early Jan #1063220110002769965 message
How is due to your country
i need hyper v in open all time to manage my alexa ?
If your stuff is going through HA then yes it needs to be on 24/7 if you want it to run 24/7
Home assistant is a server, it won't work if its shut down
Anyone have any suggestions on how to get nvme temperatures? The SMART integration is broken and the official HDDtemp doesn't work with Hassio from my understanding?
Hiya.... I`am the new one and trying to install Home assistent on my Windows 10
Running into issues? Windows isn't really the greatest platform for it, but VirtualBox is probably the best/easiest under Windows
https://www.home-assistant.io/installation/windows can walk you through it
yes it says that it runs but didnt realy...
how can i put in screenshots in here..???
no .. i dint use wifi...
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
ok.. iwill sign up @ imgur an will come back as soon as possible .. need to go to real life shopping bevore... cheers in advance..
don't need to sign up just copy paste your image 🙂
hello, I recent picked up a mini PC and am starting to migrate my HA from RPi4 to this new PC. I believe I want to choose Generic x86-64 option? This is the PC I purchased... https://www.amazon.com/dp/B0BRPXSKZ4?ref=ppx_yo2ov_dt_b_product_details&th=1
If you want to use HAOS, yes
Yea, I'm running on HassOS on the RPi4, no need to go with another option
You could virtualize HAOS and do something else with the hardware as well
Hey all, I'm getting started with HA running in Docker on a Intel NUC with a Z-Stick 7. I can see the USB device in Ubuntu but ls -l /dev/serial/by-id is failing. I was able to get Z-Wave JS UI working with /dev/ttyUSBX. I even added a z-wave device, but still would like to solve /serial/by-id. Anyone else figure this out?
Where are you executing the ls?
Ubuntu terminal
ls -l /dev/ttyUSB0
crw------- 1 root root 188, 0 Mar 4 14:24 /dev/ttyUSB0
Is there anything at all in /dev/serial/?
No. Which makes this make sense.
ls: cannot access '/dev/serial/by-id': No such file or directory
Just don't get why.
Without the by-id I mean
There is no serial folder.
anyone had issues installing Balena Etcher during the Ubuntu Live USB process?
i've been unable to install it via terminal, but I can get the AppImage to run. It gives me an error when trying to flash the HAOS image to the system drive. "if it is a compressed image, please check that the archive is not corrupted. the elevated process died unexpectedly"
Hello, I'm trying to install and run Home Assistant in a VM, my host machine is running Windows 10 and I'm using VirtualBox as the VM. I seem to have installed everything right and launched HA in the VM, just that I do not get an IPV4 address and I can't load the http://homeassistant.local:8123/ or http://homeassistant:8123/ (I'm assuming you open that in a browser right?).
I want to know do I have to physically connect my PC to the router via ethernet for all this to work? Thank you.
Does your host machine have internet currently, as HA needs to download stuff on first boot
Yep it does, I managed to get to the screen where "Home Assistant" is displayed in the command line
hey, has anyone tried putting home assistant on docker desktop? I'm about to try it but not sure where my configuration path should be pointed to, and if it will work due to needing libseccomp as a prereq
not used virtualbox much. if its a linux VM type "ip add" into the terminal and you should see the IP, then just browse to that, if it's not on your local network then it's maybe using NAT, you will most likely have to change the network settings on your VM so it's on your local network.
Put it wherever you want, but Docker Desktop doesn't support host networking, and so isn't supported for HA
yeah didn't think of that actually, just wanted to spin it up to have a look about but might aswell do a VM then, cheers
You can certainly have a look, but any integrations that rely on any form of discovery won't work
hi, i have a small HP Elitedesk 800 G2
and im about to try out HA in my home.
but idk where to start?
im not sure which HA OS i should download at first. 😛
https://www.home-assistant.io/installation/generic-x86-64 would be the obvious one
thanks, i was abit confused where to start.. i found a few different ways to start but couldnt figure out which was the right 1 xD
There's rarely only one "right" option
Though, for your hardware if you want add-ons then that link is the way to go
okay, if i find it suitable for my home, later on im going to get an RPI4, is it the same method to start on RPI4 when time comes? 🙂
The Pi is a downgrade
oh. 😮
so the HP Elitedesk 800 is actually better? 😛
Depending on the CPU in it either a lot better, or so much better it's not funny
Hi guys, after 2 days my HA on RPI stop working on SSD, where is the problem?
Power?
LED- Red and Green always on
here is problem i dont have micro hdmi
Then you get to force a reboot and hope
(aka pull out the power, connect it back up, and pray)
this im make 4 times :)) and nothing
Then ... you clearly have a problem
Is the SSD on a powered USB hub?
no
Do it
i dont have hub
Buy one
tommorow I will try
I am running home assistant in docker. Are you supposed to shutdown home assistant before killing the container? I feel like "docker stop" is a bit harsh in case writes are being made to the db etc.
docker stop should give it the opportunity to stop cleanly
The main process inside the container will receive SIGTERM, and after a grace period, SIGKILL
I'm trying to figure out why I can see scripts to select as a service in automations, but I can't edit or create them.... the scripts list area is blank even though I know scrips exist???
What is the location of the scripts file?
/config/scripts.yaml?
Or is it
/config/configyamlfiles/scripts.yaml?
Both files have scripts in them...
But nothing shows in home assistant scripts list
"We couldn't find any scripts"
Not sure if this is the right place to ask, but is the restore process for HA to reinstall everything (add-ons, integrations, etc) and copy over specific data? Or does it do an image with the backup and then restore the image? Reason I ask is that I’m having trouble with a specific integration and some python errors. Wondering if restoring is something that could be worth a shot.
The script editor in the UI edits /config/scripts.yaml and the #automations-archived channel can help thhere
@unreal bane which integration, which python errors?
A restore basically copies everything in /config afaik
So restore probably won't fix it; depending on your specific error
It’s the NUT integration. I can go pull the errors when back at my house. I recall it being a python error that my Google-fu says is related to corrupt pyc files.
remove all the pyc?
i tried
@unreal bane I converted your message into a file since it's above 15 lines :+1:
hello, and HELP help :)... my pi with my postgresql is diying... I've been able to export all the data to a dump file. Now I'm trying to import this dump in the maridb addon. To do so, I've installed phpmyadmin addon to import the dmp, but it start to read the file, then display a black screen. I've also try to do it on command line with ha addons run core_mariadb mysql -u hass -ppass -h core_mariadb -D hassbd < backup.sql, but i have an error on the -u. Anyone have any idea ?
PostgreSQL and MySQL/MariaDB aren't 100% compatible
for sure but i need to try !
my problem is to connect to mysql to import file as it's too big for phpmyadmin
There's multiple tools for this. Just search for import postgres into mysql or migrate postgres to mysql. MySQL's workbench might be the easiest way. Do you absolutely need the data?
yes i don't want to loose all my data for years
Well the other idea would be to keep Postgres and fix it from "dying" but keeping device history for years is uncommon, or at least not the default
i've try all this day to get my pi running well again.
oh perhaps i'm wrong with my config so
Not sure. You could explain the symptoms
here is my ha config ```recorder:
db_url: !secret db_url
purge_keep_days: 7
influxdb:
host: !secret influx_server
port: 8086``` so you're right. all data are kept in influxdb not in the postgresql
so i will only loose 7 days
Perfect. You can just start "fresh" then. I'd still be interested in the symptoms though. Maybe Influx is eating all your memory? We should probably switch to #general-archived though as it's off-topic
oh no... my problem is with python library that broke my system.
it's running like a charm for nearly 2 years now
with the new database i've lost my history. Where is it stored by default ? in the mariadb/postgre ?
homeassistant*.db
Hi anyone noobie here I have managed to load an instance of HA using docker and a OS type install of HA so far.. but I can't make a dashboard have i got the wrong type .. Re Core or supervised or container type
Hey, I'm having issues... Home assistant won't update. Clicking button isn't doing anything
Installed version
2023.2.5
Latest version
2023.3.1
Have tried both browser and app
No dice
What do you mean you can't make a dashboard?
Cheers Tediore I open Add a new Dashboard the wizard only lets me insert the 2 lines Title and Icon and switches Admin and Show in Sidebar which is already switched then bot r/h create.. that's it
no Url for lovelace I assume it's just for the default Dashboard
Then you click create and it should appear in the side bar
And that's it! ok.. dumbo here.. yes then can i get an external card which i can config myself sorry for the dumbness moving on cheers 👍
I was perturbed by U tube videos on the subject they all seem to have more tools on the sidebar that what my HA shows
HA's changed a lot over the years. Many of those videos show HA from the distant (more than one month ago) past.
Will HA install ok on an NVMe ssd?
Sure
As long as the adapter is supported...
(no, there's no official list, that'd make life too easy)
Ah damn, does Chromecast not support the Webpage card due to it using iframes? :/ Trying to cash a lovelace view and the Webpage card is blank
Not really install related, but ... maybe?
#frontend-archived can probably better help you
Oh woops, I'm meant to be in #integrations-archived or #frontend-archived 😄
Clicked the wrong one 👀
hELLO
I started to install HA on my rpi 3 B+, but I get this error on the command: pip3 install homeassistant==2023.3.1
Can you help me?
Unless there's a reason Docker won't run on that Pi, use Docker (HA Container) instead
That error is almost certainly because you ignored the requirements for Python 3.10
Docker takes performance on a raspberry pi 3?
You can do it without Docker, but ... you need to install Python 3.10 from source
And you need to do it correctly or HA won't run
Then in December you repeat it for Python 3.11
And next December for 3.12
and so on
The docker you sent me I have to install it on the root user or ha?
Root
Always install software as root
(or in this case, an account that supports sudo)
okok
The script requires root or sudo privileges to run.
The docs there are pretty good, it's worth taking a read through before you run it
Hey. Big challenge. I have a raspberry pi 3b at a remote location. It suddenly stopped when I updated to OS 9.5. I have a friend that can go in and restart the Rasp, it is then up and running for approx 1 hour then I can not access again. During this time I saw that everything seemed OK except the Z wave addon, that was not running, could not restart it either. Anybody have a clue what to do? Hope I explain it and posted it in the right place? If not point me in the right direction. THX
Since updating my Home Assistant a few weeks ago I've been experiencing huge issues with the stability of my system. It seems to be related to ffmpeg as this is used by both Scrypted and Frigate NVR which seem to be the addons that cause my issues.
I just moved from Scrypted to Frigate NVR to see if it would fix my problem, but it didn't. Even bought myself a Coral TPU hoping it would make things work better.
But when you turn off Scrypted/Frigate things start working perfectly
With Scrypted/Frigate running I experience problems with Zigbee2MQTT lagging. It can take time to turn on lights, some become unreactive, etc.
Scrypted and Zigbee2MQTT worked perfectly before updating Home Assistant a few weeks ago
Well, the FFMPEG in each of those is entirely separate
What hardware are you running on?
Previously I were running on Dell laptop with an i5 CPU, 8GB of ram, 100GB SSD, etc. I've just moved the SSD to one of my other computers with similar specs
Just to see if it makes a difference
How many cameras?
Running on this atm now that I'm testing
CPU: Intel Core i5 4690K (Not OC)
GPU: Gigabyte GeForce GTX 970 (Nvidia)
SSD: 255GB
Hard drive: 1000GB HDD
Hard drive: 300GB HDD
RAM: 24GB
3
You're doing detection on the low res stream, or the high res stream?
@void pier I converted your message into a file since it's above 15 lines :+1:
2 of those. Stream is 2k and scaled down to 720p
Then 1 that is running on a native low-res 720p stream
The 2 that are scaled down previously ran detections on lower than 720p with the same issues
@void pier I converted your message into a file since it's above 15 lines :+1:
That is the cameras that are scaled down to 720p
So to summarize my answer. I'm running detection of 2 cameras on a 2k stream scaled down to 720p and 1 camera on a native 720p stream
Previously I ran all 3 cameras on native 720p or lower with the same issue
AFAIK Scrypted has no detection capabilities anyway
That's fine... I can quickly block you and avoid the problem 😛
Yes, I'm very thankful for your help. I'm just so used to replying like that without thinking twice 😅
I'd take a step back. If Scrypted is also causing issues then it's not down to motion detection
You'll need to spend time with top/htop/glances/etc to see what's going on on the host
Turn it off, see if it helps
Good idea actually! I was considering if the network packets could have some type of a impact on the system. All constant camera streams over LAN
I'll try to run Scrypted without detections
It shouldn't unless the hardware is seriously broken
Yea, I had an overheating issue a couple weeks ago so that was one of the things I considered. Just moved the SSD to my desktop though which is running just as bad
Shouldn't be the SSD, right?
Shouldn't, no
My load is about 1.6 as well. Moves down to about 0.1-0.2 when Frigate/Scrypted is disabled
Can get up to 2 too
Divide the load by the number of cores to get a more useful number
I see! Here is something which is a bit interesting too. The load doesn't fall directly when turning off Frigate. It takes about a minute for it to reach normal levels. Almost like it is clearing some type of queue?
https://i.imgur.com/HXl8YqL.png
Just attempted to run Scrypted without OpenCV motion detection which seem to be causing the same issues
Zigbee devices are still slow
Could the cameras perhaps interfere with my Zigbee network? They are on Wi-Fi atm and I'm currently working towards connecting them with LAN
That the streams cause so much Wi-Fi traffic that they interfere with my zigbee network
I mean ... yes, if you didn't pick your channels sensibly
It's more likely that problems are caused by the Coral, or a lack of using a USB extension cable
Problems existed before the coral. My idea was that the Coral would improve the problems
I'll attempt to run my cameras with LAN to see if that fixes the problem
I'm using a Unifi AC LR which is choosing channels itself depending on disturbance
I'm realising this now! Didn't come up with the thought before that they could interfere so bad with each other. But makes sense now that I think of everything. I've just connected a temporary LAN setup for all cameras to see if there is any change
pick your channels, and don't turn on "auto optimize channels"
I think that I might have finally solved this problem after all these weeks of trouble. Just connected all cameras with LAN instead of Wi-Fi which instantly made Zigbee2MQTT work so much better. Thank you so much Tinkerer for standing out with my intensive typing and troubleshooting thoughts! heheh Really appreciate the will and dedication to help me! :)
RobC: Will do! Thank you! :)
Hi ... it seems my HA cant find updates (for HAos). I'm running 2022.12.7, but even if I manually search for updates, no one appears. I did recieve an update for Node Red today - so ... any ideas ? I'd like to get the 2023.3 updates.
What install method?
yea, not really an install, but I couldnt find a support channel for upgrades .... My HA is installed on a Pi and I'm trying to upgrade
My question is what method did you originally install ha with. You’re in the right channel
okay - great ... flashed a microSD card, installed and upgraded a bunch of times there after ... just as the install process described on the HA homepage
So HAOS?
ahh ... yes ... no docker
Well HAOS uses docker underneath but okay good to know you’re using HAOS
What do the logs say
interesting ... it says the "home assistant operating system update" was turned off .... I've restarted a few times, so perhaps it must be turned on somehow
Home Assistant Operating System Update turned off
4:47:14 PM - 6 hours ago
Home Assistant Operating System Update became unavailable
4:41:50 PM - 6 hours ago``` .... does that make any sense ?
Hi guys i have question whats the better on Proxmox, VM and Docker and eveyrtihing on docker NR Z2M or VM and containers?
That sounds like the entity which tells you whether there's an update or not
yea, I think you are right.... I'll try to run ha core update --backup and see if that updates
the cli worked. 😄 thanx for your time
What's the recommended way to install HA on an Ubuntu system?
Moving from an RPI
HA Container or HA OS in a VM
Is one a better choice than the other? Very comfortable using Linux so ease of install doesn't change anything for me
Container sounds like a good choice then
Only thing I really care about is ease of maintenance once it's all setup. (Updating etc)
I rather click a button than need to update via SSH etc..
I guess HA OS then, but it's not difficult to upgrade HA Container
Well any installation method can run on a pi
The default one then 🙂
I'm guessing it have HA OS since I just wrote an image to a stick
What do you think of the supervised method?
I'd like to run HA on the bare metal, but also have an Linux OS that I can do other things on.
Running it as a VM (for HAOS) seems silly, and I really want the ease of updating and addon store etc so container is out of the picture for me.
I'm assuming running it in a VM will also come with its own set of issues with USB / Networking too
That is a misunderstanding of the supervised installation
Pretty much everyone will tell you it's a bad idea. Why would virtualizing it be silly? I think it's the best way to get the most out of your hardware
Maybe I misunderstood then. From what I understood the supervised runs directly in Linux without the need of a VM
It does but there's conditions and requirements so it's no longer your linux: https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md
Ah I didint see that part.
Yeah will go the HAOS route then thanks. Hopefully not too many issues with my ZHA/Zwave stick and reverse proxy
The operating system is dedicated to running Home Assistant Supervised.
All system dependencies are installed according to the manual.
No additional software, outside of the Home Assistant ecosystem, is installed.
I'd still recommend virtualizing HAOS. You didn't answer why it would be silly to do so
It would be silly considering I thought the supervised method still gave me access to the base Linux OS.
It's the obvious choice now
Anyone that has this setup (HA OS) in a VM what are you guys running. KVM, Proxmox, Virtualbox?
Thinking of using KVM curious what y'all using
KVM through Proxmox. I only start HAOS when testing stuff or helping people though. My production HA runs containerized in a separate VM
Hi all, is this also the place for backup restore questions? When so, last weekend i reinstalled HAOS again after it was not able to start-up again because it got out of memory issue.
Now i tried a particle restore, It restored a lot except the automations etc.
Is there a way to install those back as well?
Also i did not got back my dashboards as well.
Good morning all... Have a certificate issue with the latest homeassistant container...
I have a trusted root cert that I added to docker following Ulf's instructions here: https://community.home-assistant.io/t/let-home-assistant-trust-a-personal-certificate-authority/184917/16, but even with my certificate added, I have integrations that are still having SSL issues. Any ideas?
Explain what you mean by "have integrations that are still having SSL issues"
I'm using an Octopi integration. It is complaining that it cannot connect due to a self signed cert
(sorry for delay in replying... dropping kids at bus)
I have a trusted root cert that I added
im trying to install HAOS on another pc right now.
i made a USB with Ubuntu on, but i cant figure out how to install the HAOS through Ubuntu. 😦
i got this guide yesterday but it only explains how to move the HAOS onto disc drive through "USB to SATA" 😮
Within Ubuntu, download the x86-64 image, then open the Disks utility. "Restore" the file you have downloaded to the internal disk of the PC
so i dont need to download Balena Etcher on the ubuntu to get the HAOS? 😄
ohh, that sounds easier than the guide tells me xD
never tried ubuntu before 😛
what is the "Discs utility"? 🙂
ohh, nvm 😭
:)*
when i restore the HAOS file to the internal ssd.
does it end up formatting the SSD when installing too? 🙂
Whatever disk you choose will be formatted yeah
ok, thx, i will try it out. 😛
hi guys I am running HA with nginx proxy manager and now I can"t get certificates for my other websites because nginx proxy manager is catching all the trafic on port 80 (which let't encrypt uses to verify certificate if I understand it correctly) and redirecting to unknown hosts. All my websites are working fine on https://...:443 but well I don't have SSL cerificates. can u help me with that please? (using apache2 and virtualmin for other websites) 🥺
hi everyone
im new to home assistant
i am looking to install home assistant on a Mac mini late 2012
i have virtualbox installed
wondering if you guys could help
did you follow the instructions?
yes i am stuck on a booting screen
Thanks people who did not want to help me out earlier :S
I want to reinstall OS assistant man, but I also plan to put a wifi repeater on it do I have SSH access? Raspberry pi 3
You can have LE pick 80 or 443 for HTTP validation.... otherwise DNS-01 is another choice that doesn't need your server to be public facing
yes its stuck on the botting screen
booting
well I've read somewhere that validation over 443 is almost one year not supported but I don't see any option to select port (sent u printscreen in dm)🙂
Does Virtualmin (we're straying out of HA territory here) not auto-fallback to DNS validation when it realizes it can't use HTTP? https://forum.virtualmin.com/t/letsencrypt-alternate-means-of-authentication/113518/3 seems to say it should
Is your zone hosted by virtualmin
Overall... it seems awkward you're hosting completely different things on 80 vs 443. I'd recommend setting up subdomains for your various services instead, it'll make it much easier to manage
anyone here who can help
ye I know but didn't know where to ask as I thought... No it just says that unauthorized request as it doesn't reach the the cerificates in those folders... and I am hosting HA on separate subdomain.. that's why I thinks is weird that NPM is catching these requests ho.myweb.sk is homeassistant and andrej.myweb.sk is another service and so on ... 🙂
Share what you're seeing...
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.
how can i share an image in here
Read the bot message...
You'd have to share how your DNS is set up and how you're hosting HA vs VirtualMin/Apache in order to solve that mystery. But it sounds like they've got to have the same IP (are you self-hosting both on the same box? or port forwarding 443 vs 80 differently on your router?). You're only trying to use LE as you described above to get certs for the domains that VirtualMin has control over? (both the DNS zone and the actual host within Apache)
That looks like either a bad image download, or that you didn't read the VBox instructions 
Somebody who knows HAOS and VBox will hopefully be able to help you, but you did tick Enable EFI?
how do i turn off the HAOS the right way? 😄
Use the option to shut down?
i cant find it. 😄
Press c and start typing 😉
well, it made me loose the connection to the server, but the pc besides me with HAOS installed on did not shutdown. 😛
hi, i'd like to switch my database from postgresql to mariadb (the addon once). But it's very hard to switch. So two options for me :
- someone here know a perfect howto to migrate
- i was thinking about backuping HA, switch my recorder setting to mariadb and restore. Will it works ? and will I keep history ?
Thx for comments
We spoke about this two days ago. Have you tried to find a tools to make the migration? I also thought you didn't care about your 10 days of history
I changed router and I no longer have the old router, my home assistant is configured with the old route, how do I configure it with the new one without losing all the data inside. the change was made in my absence and I could not configure anything. i set up homeassistant with an external link via DuckDNS link. I would like to be able to connect again can anyone help me?
Assuming you configured HA with a static IP then it'll still be using that IP
Configure your laptop/whatever with a different static IP in the same subnet
Then you can access HA's UI using https://192.168.0.42:8123/ (or whatever the IP was) and reconfigure it to use DHCP
Hey guys,
I just moved and for that reason i freshly set up a new HA instance (using proxmox).
Before shutting down the old one, i changed the IP adress and now i removed access to USB devices (zigbee, home assistant, bluetooth).
Is there anything else i should do to make the old instance kind of read only? I just need it to see how i did some things before (to not re-invent my own wheels)...
Why not just backup/restore
A lot of stuff changed, so in general i want to start from scratch, i just want the ability to look for single things i did before
both instances are within proxmox, so starting both at the same time is in general no problem, as long as they don't interfere each other (or more like the old one interfers the new one) somehow
As long as you don't use homeassistant.local to access them, they'll likely both broadcast that
usually i use the IP, can I avoid the old instance to broadcast that domain name?
I'd say stick w/ the IP and then you don't have to worry about it
Probably just disable your integrations as well on your old one, depending on what you all have enabled and how your automations are set up
So just enabling them when i need something from them?
May just be fine to take a backup and reference the actual files within the backup
What would you need from an active integration vs it being disabled?
some configuration I guess, im not sure. For the moment its limited to lovelace cards, but i dont know what i'll need in the future 😄
However the old instance will only be started when required, so i guess it should be okay
Yeah, I'd just say the integrations themselves should be disabled to prevent any fighting between your old and new instances, especially if you still have your automations still active
Particularly for anything cloud based
