#installation-archived

74689 messages · Page 85 of 75

manic bane
#

Users

green patrol
#

Updated perfectly and then restarted HA but after a restart it never worked so reinstalled HA again but it's now stuck

manic bane
#

Did you have a backup of your HA instance?

green patrol
#

Core

green patrol
humble mirage
#

Did you delete your config folder?

#

Because, no part of an upgrade should have touched that

#

pip install --upgrade doesn't touch it

green patrol
humble mirage
#

Why the hell did you delete the config folder?

#

It's also not "stuck":

  1. First start may be compiling python packages
  2. With no logger the default is something like warn, so the console output is pretty damn minimal
humble mirage
#

You've tried the web UI?

green patrol
humble mirage
#

You've checked top and ps to see if it's compiling (look for cc1 amongst other things)

#

On a Pi it's quite possible for upgrades to take 40+ minutes

#

Also, this is probably a great time to switch to Docker

grizzled compass
#

Why are there 32 and 64 bit HAOS variants for RPi3/4?

humble mirage
#

Because historically there were only 32 bit variants, and some add-ons need 64 bit

#

GPIO only worked on 32 bit

manic bane
grizzled compass
manic bane
#

(Was about to say isn't that the .5 version then realised its already may. Holy shit)

humble mirage
#

However, there are likely other reasons why people may want to continue using 32 bit - just because you don't know what they are doesn't make them invalid

narrow ginkgo
#

Hi I am now stuck at the preparing Home

humble mirage
latent thistle
#

how can I fix time on rpi4 running HAOS ?

#
{{ now() }}
{{ utcnow() }}
``` shows
#
2022-05-05 00:42:33.635955+05:00
2022-05-04 19:42:33.636040+00:00
#

right now

atomic mica
#

Hello. I installed proxmox and HA on it. In proxmox I see really high usage of RAM for VM with HA - this is clean install without any addons. But in HA application I see really lesser usage of RAM.
Proxmox: http://prntscr.com/WeCfl6pmpNb7
HomeAssistant: http://prntscr.com/sd1eTE4Fif4b

Any ideas? Should I be worried about this?

latent thistle
#

while current time is 1:32pm

modest lake
#

I need a little help understanding a DNS issue I have since yesterday.
I am running Version: core-2022.4.7 /Installation Type: Home Assistant OS

Since yesterday it seems like a dns component updates itself. When running dns version 2021.06.0, everything works fine.
But then after "a while" (a few hours), it seems like that component updates itself to 2022.04.1 and from that time HA can't resolve any internal DNS entries. It seems like it just skips the internal DNS server and takes next in line. If I run ha dns downgrade --version 2021.06.0, everything works fine again. I can't find any info on this, so any help would be appreciated.

#

Additional info: If I change HA to use DHCP, it works with version 2022.04.1. But not when I use the static IP and DNS I have used for years.
No other changes, upgrades or so in the network

midnight steeple
#

HI, I have HA installed on docker with supervisor and other docker images, two days ago I've installed watchower container for auto update my containers, but now HA show this error on logs "ERROR (MainThread) [supervisor.resolution.evaluations.container] Found image in unhealthy image list 'containrrr/watchtower' on the host"

#

Anyway, watchtower container is healthy, when I look into docker, so does HA explicitly look for specific containers and block execution of upgrade/restart if it find one of them ?

manic bane
#

Are you running supervised install method then?

midnight steeple
#

yes

manic bane
#

Then yes as per the docs running non add-on stuff in HA breaks supportability. It is unsupported with other containers running

#

That arent add ons

midnight steeple
#

I'm running more than 20 containers with HA since 2021, but this is first time when I see this error

latent thistle
# latent thistle while current time is 1:32pm

➜  ~ ping pool.ntp.org
PING pool.ntp.org (162.159.200.1): 56 data bytes
64 bytes from 162.159.200.1: seq=0 ttl=55 time=135.741 ms
64 bytes from 162.159.200.1: seq=1 ttl=55 time=135.493 ms
64 bytes from 162.159.200.1: seq=2 ttl=55 time=135.501 ms
64 bytes from 162.159.200.1: seq=3 ttl=55 time=135.059 ms
64 bytes from 162.159.200.1: seq=4 ttl=55 time=135.421 ms
64 bytes from 162.159.200.1: seq=5 ttl=55 time=135.612 ms
^X64 bytes from 162.159.200.1: seq=6 ttl=55 time=135.174 ms
^C
--- pool.ntp.org ping statistics ---
7 packets transmitted, 7 packets received, 0% packet loss
round-trip min/avg/max = 135.059/135.428/135.741 ms
#

I can easily ping ntp server

#

@humble mirage I shouldn't tag, but I found the solution to time problem at least. 1. install chrony 2. enable "set_system_clock"🙂

jovial rampart
#

@midnight steeple , it is specifically watchtower causing your problems

manic bane
lone flint
#

can anyone tell me how/where I can change the radius of the initial zone, that gets created during the installation? I found that the latitude data is in the DB file, and I can't edit the inital zone via the UI. On top of that I created a new test zone, and expected that it will be created in the zones.yaml file, but it seems that this was also stored to the DB file. is anything that I create added to the DB file?

abstract hearthBOT
humble mirage
#

Explained in there

#

Zones you create in the UI are stored alongside (almost) everything else you do in the UI - which isn't the database but some hidden files

lone flint
#

but why is it stored in some hidden files if I configured zone ui: !include zones.yaml

humble mirage
#

Because ui means nothing

#

Literally nothing

#

The zone editor in the UI doesn't touch YAML

midnight steeple
lone flint
humble mirage
#

No, it's possible for all YAML

#

However, when you write zone ui: the ui part is just a label, it means nothing

#

You can write zone banana: and it has the same meaning

manic bane
lone flint
#

@humble mirage Ah ok, so it is just a lable to add different yaml files for some "area" of the main configuration, but it does not force the UI to store the configuration in that files?

abstract hearthBOT
#

@lone flint Discord isn't like IRC, you don't have to tag people on every response. Keep in mind that every time you tag somebody, they get a notification ping. That can very quickly become annoying and people may block you.

When using Discord's new Reply feature it defaults to pinging the person you reply to, click @ ON to @ OFF to stop this - on the right side of the compose bar.

You have to change this every time (thank the Discord devs for that).

humble mirage
#

Yes, it's just a tag, nothing fancy, no meaning at all - it's discarded. You can't force the UI to write YAML

#

It's a feature of YAML - explained in the YAML links I shared before

latent thistle
latent thistle
#

another one

#
Logger: homeassistant.components.recorder.util
Source: components/recorder/util.py:262
Integration: Recorder (documentation, issues)
First occurred: 3:36:58 PM (1 occurrences)
Last logged: 3:36:58 PM

The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
grand sun
#

I fucked up - changed Host IP and can not access my homeassistant - Its installed in a VM Virtualbox - Is there anyway to access the backups to transfer to another instance?

glad crow
#

@grand sun Not an expert, but might be worth mentioning which installation method did you use?

#

Folks, what is the consensus on when it's a good idea to update HA? Should I update to 2022.5 straight away, or wait a little while for bugs to be found and fixed?

#

This will be my first update since I set up HA 3/4 weeks ago.

#

I'm using the Container installation on a Pi 4

grand sun
#

I can only enter the HA CLI and not get access other ways atm.

#

Is there a way to change Core IP with HA CLI or another way of obtaining a backup inside the VM Virtualbox?

glad crow
#

Sounds like login while in HA CLI will bring you to the OS context so that you can run other commands etc.

manic bane
#

Just make backups

glad crow
#

Yeah I've started making backups now and rsync'ing them to my PC

#

I need to research how restoring a backup is done before I think, so that I'll know how to revert back quickly

manic bane
glad crow
#

👍 I was just opening up a backup file to see what's in it. A tar within a zip within a tar 😆

drowsy wasp
#

Hi fellas. Can anyone guide me finalizing my first HA setup? It says my system is unhealthy due to a missing update on supervisor. It just won't let me upgrade it to the newest version.. is it a common problem and something I can fix myself?

Thanks in advance

high token
#

Have you installed HAOS or HA Supervised?

#

But if you just started it should have been the latest version it installed

drowsy wasp
#

Exactly that. But it tries to update from 2022.04.0 to 2022.05.0

high token
#

Ah right it was only just released yesterday so till before yesterday latest was 4.0

#

It should be telling you why it's unhealthy

drowsy wasp
#

Under system health it just states that Home assistant supervisor supervisor-2022.04.0 is unhealthy. When I try to update it says some json not found. But this is already far out of my comfort zone 😁

high token
#

How did you install HA?

#

If you have a supervisor either you flashed an SD card or in a VM or you used a script

drowsy wasp
#

I flashed an SD card with a github file. I know nothing of scripts yet.

high token
#

Ok then you have HAOS

#

If you go to Config --> Addons / Supervisor --> System it should be telling you there a reason for being unhealthy

#

in a red box (or at least have a more info button that tells you)

#

not finding it? 😅

drowsy wasp
#

Just lost all connection and I'm out of time, meh.
Bit Thank you for your time sir

high token
#

Ah 😬

#

next time you got some time we'll be here 🙂

drowsy wasp
#

Sound great. I will try tomorrow again

abstract hearthBOT
#

@lone flint Rule #6: Please do not post codewalls (text longer than 15 lines) - use sites such as https://dpaste.org/ (pick YAML for the language), https://www.codepile.net/ (pick YAML for the language), or https://paste.debian.net/ (pick YAML for the language).

Please take the time now to review all of the rules and references in #rules.

humble mirage
#

radius isn't an option for homeassistant:

#

You need to define the zone home

lone flint
#

I did that

#

and just got another zone called home, with correct settings but the "old" home (called Scruffy) is still there

#

or do I need to name the zone 'Home' instead of Home or home

grand pivot
#

Did you create the new zone in the UI?

lone flint
#

I did create 2 additional zones in UI (nothing to do with the home zone/Scruffy zone)

#

and if I add zones via YAML file, they get added too, but the initial zone that was created immediately after the installation finished is still there

humble mirage
#

home has to be done in YAML - as mentioned in the fine manual

#
zone:
- name: Home
  latitude: 0.0
  longitude: 0.0
  radius: 42
lone flint
#

nope does not work either, it just creates a zone with the name Home

#

if I do it with Scruffy as name, same applies, just a second zone with the name Scruffy, but the initial Zone is still there

#

I also removed any other zone part of the configuration.yaml file and just added your part

#

I also restarted HAassOS after I added the part you pasted, same result, just a duplicate Zone

humble mirage
#

Interesting... looks like there's a bug been introduced recently

rose stone
#

Is it just me, or has the map (in initial setup) where I could select my location, been removed?

humble mirage
#

I didn't see it when I set up a VM yesterday, it's possibly linked to the bug with the home zone

abstract hearthBOT
#

Want to see what issues are open (or were open and are now closed)?

Don't forget to check for any alerts

If you think an upgrade broke something then:

  1. Downgrade to the previous version to check if it works correctly there
  2. If it does then change the logger settings for that integration to debug
  3. Upgrade to the new version again
  4. Look in the logs for errors
  5. Open an issue, following the template provided and including the log information
humble mirage
#

I'd check to see if there's a known issue, and if not open one

lone flint
#

thank you very much . my HassOS version (on a Pi3b+) is 2022.4.7 if that helps a bit

placid sage
#

hi all, I need to completely reset my installation to onboarding state

#

I'm having a really hard time finding it. I restored a backup and now the system refuses connection to port 8123

high token
#

Do you have SSH to look at the logs at least? Maye it hasn't finished restoring or something else is going on

placid sage
#

I restored at onboarding and that's when the problems started. I think it was a version mismatch problem with the backup?

#

but I got no feedback from the UI and I don't know which log to examine

high token
#

is port 4357 up?

#

also maybe you were restoring a backup where HA had SSL and you are still trying to access it over http:// ?

placid sage
#

something like that, yeah. I'm thinking now reset to defaults and then manually add configs and add ons until I have my devices back

#

It's on a vhdx so that's not difficult

high token
#

ah then you have direct access to the console of the VM

#

don't even need SSH

#

check first supervisor logs

placid sage
#

yeah, the complete reset is working better. Lost a lot of customizations but I have the configs from the old tarball at least

high token
#

you could also try uploading the backup from within Supervisor

#

I've often seen people having issues with uploading during onboarding

placid sage
#

That sounds appealing

#

I hadn't updated my version of hassos for ages, the UI is a bit moved around

#

ooo that appears to have brought it all back

odd larkBOT
#
COVID-19 Statistics for Global
Cases

515,700,112

Deaths

6,271,240
(1.22%)

Recovered

470,472,102
(91.23%)

Active

38,956,770
(7.55%)

Critical

40,386
(0.01%)

Cases Today

465,816

Deaths Today

1,829

Cases per million

66,160

Help Stop Coronavirus
gaunt torrent
#

I'm not sure where I'm supposed to ask about update troubleshooting. I have OS installed and those channels are all archived. Is this the place?

high token
#

Yeap

#

They all got merged here

little forum
#

Hi. I have just installed Home Assistant on a Raspberry Pi, added my Insteon integration (i'm using a 2245 hub) and it correctly located all of my insteon devices. However, whenever I try to control them the slider turns blue for about 10 seconds and they goes back to grey. None of my lights are coming on. If I manually turn a light on it does not show up as being on. Does anyone have any suggestions please?

gaunt torrent
#

Ok cool
I get an "unknown error, see supervisor" error when trying to update the OS. Any thoughts?
The logs don't mean anything to me, but I can post them.

high token
#

@gaunt torrent there should be something in the supervisor logs about it

#

@little forum grey means unavailable so perhaps some networking issue. I'm not familiar at all with Insteon. Better to ask in #integrations-archived

gaunt torrent
#

No idea what any of it means

dire storm
#

Just moved into a new home, blank slate. Considering HA for my central automation platform, but hesitant about supporting my whole ecosystem from a Raspberry Pi due to SD card failures etc. I'm planning on wiring the home for ethernet and having a central run room with an equipment rack for patch panel, switch, modem, etc. Is my best option to slot a Linux server into the rack and run HA from that?

rugged urchin
rugged urchin
drowsy wasp
#

@high token just installed the 2022.5.1 and it all works, so yesterdays problem is solved. Thank you for your time

deep mountain
#

Does anyone know how to install HACS and or supervisor to HA core vers. on a synology nas ?

#

I checked advance use. but SSH dosent apper 😦

humble mirage
#

As long as you can SSH to the machine running the venv, just follow the docs

#

If you installed the venv using their software centre then you'll have to manually copy the files in

deep mountain
#

Thank you!

keen fjord
#

Is it possible on HAOS to dig further down on this 3743174 root 20 0 1681.6m 798.9m 73.7 5.0 145:41.41 S python3 -m homeassistant --config /config - the CPU use is the highest on the host now, but in the UI it say 0.5-1% load on the HA itself, and 25-35% on the core. Right now the mdns issue is stopped by removing free tagging on the HA port so the resolver doesnt hyper write to the log

high token
keen fjord
#

any sensitive information in that file or can I share it?

humble mirage
#

Should be fine, but you should also look at it

keen fjord
zealous hawk
#

When updating there are often warnings like "database is about to upgrade" and "adding index go database. this can take several minutes.. please be patient". What happens if you do a nother restart of the server right away while something like that is updating?

humble mirage
#

It shouldn't let you - though you can always force the issue and risk breaking things

zealous hawk
#

Thanks

gaunt torrent
high token
#

maybe try from the a terminal then

#

ha os update and see if that errors out

gaunt torrent
#

Ok thanks.
I'll have to wait until tonight to try that one.

high token
#

you don't have access to the UI externally?

#

when an update starts the Supervisor logs should be saying that it's fetching the image (at the bottom)

gaunt torrent
#

UI yes. Not sure how to use terminal to update

high token
#

you'd install an SSH addon

gaunt torrent
#

Ok. Haven't done that yet. I just use the UI extremely through the app. Save my troubleshooting for non work hours, haha

high token
#

Hahaha

#

yeah it would be a pain to use the terminal from the app

#

you should definitely have that addon configured though and also so that you can connect over SSH from your computer

#

if HA goes down and the UI is not accessible, SSH is your way of checking what's wrong

#

restarting etc

gaunt torrent
#

I also noticed while poking around the updated ui that it says I have an unsupported install which is strange because I remember completely scrapping an old install a while back because it was unsupported and choosing a supported way.

high token
#

it's HAOS isn't it?

#

flashed an image on an SD card or a VM?

#

in the Supervisor under System there should be a more info button to tell you the reason it marked your install unsupported

gaunt torrent
#

Yes, OS on VM.
I'll check

high token
#

unless you updated to 2022.5 where the System stuff moved

#

but I assume the update error is general and not just to the OS

gaunt torrent
#

Oh. OS-Agent. I remember googling that before

raw hedge
#

System stuff moved?

gaunt torrent
#

Yea.. Again

high token
#

System stuff is now under System 😄

raw hedge
#

Ah, didn’t really notice since I run HA on a k3s cluster

gaunt torrent
#

System, then System Health

raw hedge
#

Which runs fantastic by the way

gaunt torrent
#

What's a ova VM?

raw hedge
gaunt torrent
#

I'm finding all sorts of new things in this layout

high token
#

Stands for Open Virtualisation Appliance. As opposed to someone running HA in a Rpi 4 where it would say that instead

slender sapphire
#

GM. trying to update HA OS and getting this error

#

22-05-06 10:45:06 ERROR (MainThread) [supervisor.os.manager] Home Assistant Operating System update failed with: Installation error: Failed marking slot kernel.0 non-bootable: Failed marking 'kernel.0' as bad: Failed to run barebox-state: Child process exited with code 1

#

trying to upgrade from 7.2 to 7.6. I also tried restoring HA back to last week and tried the upgrade again and getting the same error

#

I am running HA on proxmox if that helps

high token
#

@slender sapphire Hmm not seen that before. I assume the same happens going from 7.2 to 7.3 ?

#

if you're in proxmox though might be quicker to spin up a new VM to restore that backup than trying to work out why

slender sapphire
#

How can I go to 7.3. The install screen just gives you 7.2 to 7.6

humble mirage
#

7.3 of ... Home Assistant OS?

slender sapphire
#

Yes

high token
#

you could try from the terminal of one of the ssh addons

lime cobalt
#

What's the correct command to set the ipv4 connection to static from the console?
net update enp2s0 --ipv4-address 192.168.1.250 --ipv4-method static returns an error: Can't update config on enp2e0: ipv4.addresses: this property cannot be empty for 'method=manual'

net info shows a v4 ip address, but it's wrong (192.168.1.240) and causing a clash on the router. I need to set it to static.

hollow cave
#

maybe you should make the Home Assistant with a static ip from your firewall

humble mirage
#

Static DHCP leases are good

lime cobalt
#

I would love to, but the address it's clashing with is my server that's running unifi controller.

humble mirage
#

That sounds like a failing of your DHCP server, or you allocated the UniFi a static IP in the DHCP range

lime cobalt
#

Yes absolutely. Static devices in the dhcp range is something that I need to fix. The problem was originally I left only 5 devices outside of dhcp and now they are all used up.
For now, being able to change the HA ip address from the console would fix my issue, but I'm getting an (erroneous?) error.

high token
#

something like this

#

ha network update --ipv4-address 192.168.1.250/24 --ipv4-gateway 192.168.1.1 --ipv4-method static

#

I guessed your gateway though check the addresses

lime cobalt
#

The gateway's correct. I'll try this in a sec. The misses has kicked me off the TV that I was using as a monitor. 😄

lime cobalt
high token
#

alternatively if you have a keyboard directly connected to it you can try with nmcli

lime cobalt
#

I've rebooted the router to clear all the leases and i've assigned a static IP in the router.
I can ping homeassistant and 192.168.1.250 but get no webUI at 192.168.1.250:8123 or at homeassistant.local:8123

#

uugh, not a good day.

#

The ha console shows the correct ip: 192.168.1.250

#

core logs is showing an error in file awesomeversion.py. Probably the issue.

high token
#

have you rebooted HA since setting a reserved IP and all ?

lime cobalt
#

yes

#

I'll reboot again

#

Hard reboot done.

high token
#

the awesomeversion package I think is associated with the .HA_VERSION file in /config

lime cobalt
#

I prepared the SSD a few days ago, before 2022.5 was released. I wonder if that's the issue?

#

(this is running on a PC, not rpi)

high token
#

in a VM?

lime cobalt
#

No.

high token
#

I thought you were running HAOS

lime cobalt
#

I am, on a SSD in a micro-pc

high token
#

oh directly I see

#

when you said on a PC I thought you were meaning on top of windows

lime cobalt
#

No I decided not to do that at this point as i have no other use for this PC at the moment, maybe in the future.

high token
#

cat /mnt/data/supervisor/homeassistant/.HA_VERSION

lime cobalt
#

How do i exit ha> to a normal cli ?

high token
#

login

lime cobalt
#

The command outputs nothing.

#

just

high token
#

do a rm of that file

lime cobalt
#

rm /mnt/data/supervisor/homeassistant/.HA_VERSION
?

high token
#

yeah

lime cobalt
#

ok, done.

high token
#

ha core restart

lime cobalt
#

Unknown error, see supervisor

high token
#

ha su logs

lime cobalt
#

Home Assistant has Crashed!

#

There are a load of warnings too about failes to initialize by udev

#

Seems to be unused usb ports, maybe.

#

Looking through the log, it looks like HA crashed, did a rebuild, then crashed again, then crashed again.

high token
#

hmm

#

try ha su repair first

#

assuming it finishes then try ha core rebuild

#

although it has tried rebuilding itself already

lime cobalt
#

Its a fresh install. Is it worth messing about, I can just pull the drive and re-install it?

high token
#

to be fair that could be faster at this point

lime cobalt
#

rebuild failed.

high token
#

try one last host reboot just in case haha

#

one other possibility perhaps if you're going to reflash

#

rm /mnt/data/supervisor/homeassistant/*

#

then ha host reboot

#

that should delete every single file in HA Core

#

and trigger a new onboarding

lime cobalt
#

had to add -r to that command. It's rebooting now..

high token
#

ah yeah there were folders in there right

lime cobalt
#

core logs is full of errors now lol

#

I'll pull the drive.

high token
#

what could it possibly be erroring about

#

oh well

#

yeah

lime cobalt
#

json decoder.

#

and helpers.storage

#

ok, reflashed the SSD and i'm at the "preparing home assistant" screen 😄

high token
#

way quicker 😄

lime cobalt
#

onboarding done.

#

Time to restore from backup...

high token
#

and now has a reserved ip from the router right?

lime cobalt
#

yes

high token
#

perfect

lime cobalt
#

My backup will set it to static also as i'm using adgaurd.

#

I'm moving from rpi to PC.

high token
#

backups don't include networking setitngs though

lime cobalt
#

ah ok. I'll go in and change that again later.

#

Gonna take a while to navigate this new gui !

high token
#

can set a static IP from the UI too

#

and guess where from

#

Network button 😉

lime cobalt
#

😄 Not in add-ons any more then.

high token
#

Addons is now just addons

#

any other setting is in System

lime cobalt
#

My backup was from 2022.4.7
Should I do a partial restore of only folders, or do a full restore then update again to 2022.5 ?

high token
#

same thing at this point I think

lime cobalt
#

Woo, i'm back up and running on a microPC. Amazing.

fluid ginkgo
#

Hi, is there any chance to get official checksum (or GPG/PGP signs) for files downloaded from GitHub - Releases - Assets?

wispy finch
#

I just installed home assistant for the first time and trying to get my reverse proxy working correctly. could somebody help me with this?

humble mirage
#

You need to set the XFF and trusted proxies entries in http:

#
# Example configuration.yaml entry
http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24
``` (for example)
wispy finch
#

http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.0/24

abstract hearthBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks. Here's an example

Don't forget you can edit your post rather than repeatedly posting the same thing.

For over 15 lines you must use a code share site such as https://dpaste.org/ (pick YAML for the language), https://www.codepile.net/ (pick YAML for the language), or https://paste.debian.net/ (pick YAML for the language).

grand pivot
#

you probably don't need to open your whole network

wispy finch
#

thats what I have so far. and I can connect to it, but when I try to log in, I get this error in the log: Login attempt or request with invalid authentication from pfSense.example.com (192.168.1.1). (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36)

#

RobC yea I know, but I was troubleshooting and switched it to that for now.

humble mirage
#

Is the proxy configured to support websockets?

naive meadow
#

I don't get it - I did a third install on a third SD card on a raspberry pi 4. Pattern repeated itself. Everything works fine and then, this time after only 48 hours it just stops working. I'm using an official power supply and a scandisk micro SD card, that should be fine for the job. Apparently not. I really don't get it. Why would HA even suggest to put on a Raspberry Pi if all it does is fry the SD card?!

wispy finch
#

WebSockets Support is enabled.

humble mirage
#

Of course, if you can re-flash the same SD card and keep going then it's not killing the card

naive meadow
humble mirage
#

The Pi is, historically, cheap and easy to get a hold of, which is why it's been recommended. It is an educational toy though, and has some significant shortcomings.

lime cobalt
#

Get yourself a microPC and a SSD. The difference between a pi and a pc is night and day!

#

and they cost the same. (ebay)

naive meadow
#

what?

#

Cost the same you say? 😮

lime cobalt
#

Yes, a optiplex 3040 is £95 with 8G ram and a 120G ssd from ebay. The new Pi4 costs the same.

#

A 3040 is over-powered for just HA. A cheaper 3020 would do.

#

I did just that thanks to a recommendation from Tinkerer a few days ago and a video on YT by digiblurDIY compared a Pi and a PC.

naive meadow
#

Well just frying SD cards is pretty much spoiling the fun I was hoping to have automating stuff. So I'm very much open to suggestions 😄

#

I found a used optiplex 3040 with 8gb ram and 240 gb ssd for around 65 EUR

#

Is there any specific reason youre recommending the optiplex?

lime cobalt
#

No, just what I bought.

#

As long as it has at least 1 normal (not USB3) port if you use zigbee stick, it'll work.

#

I bought a micro pc version.

#

6100T processor.

empty river
#

Greetings all - I'm trying to sort out the best way for me to install Home Assistant. (Silly question) I would like to run my Ubiquity cloud key from the same Raspberry Pi 4 that is hosting my HA installation. Can I install other containers if I chose HAOS/Supervised OS install? Or would it make more sense for me to manually install Docker and install both the Core and the Supervisor. I guess the third option would be to manually maintain any addons and skip the supervisor? Sometimes having choices is a bad thing 🙂 Thank you for any suggestions in advance.

grand pivot
#

Can I install other containers if I chose HAOS/Supervised OS install?
No

#

you should use a container installation for HA if want to run other things from your Pi

empty river
grand pivot
#

not as addons. you can install them yourself

#

the packages, that is, as containers

empty river
#

Okay, so I have to manage the integrations by hand then. That makes sense.

#

Okay, thank you!

grand pivot
#

addons are just other software, and you would need to install them yourself and do whatever configuration is required

lime cobalt
#

Off-topic but, Is cloud key the same as unifi controller?

empty river
#

@lime cobalt the controller is the correct term. Cloud Key is the hardware version, but I couldn't recall the name of the software.

lime cobalt
#

There's a "unifi network application" add-on in the add-on store. not sure if that's the same.

grand pivot
empty river
#

I have been using the version from Jacobalberty as well, How do you host the service? I had it working for a while with macvlan, but when I attempted to upgrade, it bombed.

grand pivot
#

docker-compose on my Linux box, the same one that hosts my HA instance in a KVM

empty river
#

nods did you do anything special for the networking on the UI container or just vanilla?

grand pivot
empty river
#

gotcha. Thanks!

lime cobalt
#

@empty river I've just installed the HA Unifi add-on and that also works. So you have both options. Docker or HAOS.

empty river
#

@lime cobalt Thanks for that info as well!

clever otter
#

Hi all, I have the following error whilst tryinng to update through SSH

local record: tls: bad record MAC 
tawdry crater
#

Hi all, new-HA-starter here. My new installation of home assistant to my Raspberry Pi 4 Model B appears to end at the 'Welcome to the Home Assistant command line." It says "Waiting for Supervisor to startup...
System information
Info listed:
IPs addresses
OS Version
Home assistant Core
URLs

Am I doing something wrong?

grand pivot
#

You should focus on the web page at http://<youripaddress>:8123 rather than the command line

strange plover
#

how can i fix error 400? i tryed everything but its not letting me connect to the outside of my network

lost flicker
#

Hi all, I'm running homeassistant os 7.6 in a VM with HA 2022.5.2 but am struggling to set up a static IP. I've tried through the web UI and the CLI but get the same message: Error: Can't update config on eth0: ipv4.addresses: this property cannot be empty for 'method=manual' does anyone know what I'm doing wrong?

#

(I used ha network update eth0 --ipv4-address 192.168.1.93 --ipv4-method static --ipv4-gateway 192.168.1.1) on the CLI

lost flicker
#

nevermind, I managed to get it to work via a root terminal

clever otter
lament estuary
#

anyone know a really easy way to update container installations using docker compose? or does it always have to be remove stack -> get new image -> readd stack

#

just slightly annoying to do the entire process

humble mirage
lament estuary
#

ah

gentle oar
#

I could use some help with setting up Home Assistant with Hyper-V. It was working, but suddenly stopped getting an IP address.

lament estuary
#

thanks

slender trench
#

Home Assistant makes my ESXi Crash
I can't figure why Home Assistant makes my ESXi crash.

When Home Assistant makes an update, it stops working and I need to restart my server.

All other VMs come back online, but not the Home Assistant VM, the vmdk file is corrupted.

If I reinstall Home Assistant with my last full backup it works until the next update.

Does anyone have some tips on how to resolve this issue?

Thank you in advance.

Don't know if my issue can be posted here.

naive meadow
#

Has anyone had experience using HA on a synology NAS?

humble mirage
#

Depends on the NAS, ideally you want one that can run VMs

real mist
#

Is this the best channel for support related to upgrading core? Issue possibly related to Supervisor....trying to pinpoint, really.

#

Specifically it seems to hang during update process. Logs are unavailable (HA hangs / times out waiting for logs)

#

Even trying to view logs through SSH does the same thing:

#

Usually updates take 5 minutes or so; but this just hangs for 20 minutes and I have to power cycle my Pi - Observer shows no issues; however

#

I am not really sure where to start with diagnosing this

#

i have some screenshots; but looks like I cannot attach them here

abstract hearthBOT
#

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.

fresh marten
#

someone care to share their docker-compose stack? need ideas on what to and how to include

raw hedge
#

@fresh marten include what?

#

Probably mqtt and an external database for most, plus a reverse proxy

fresh marten
#

😄 I should start with kubernetes 😄
I rather mean HA mosqitto, grafana, infux

raw hedge
#

And WireGuard if you don’t want to expose it

fresh marten
#

oh yea, I should get vscode again

raw hedge
#

I need to learn how to use variables with kustomize so I can just have my git mirror my current setup

#

I’m trying to make the kubernetes entry level lower

fresh marten
#

shouldn't you rather use secrets?

raw hedge
#

But fill them out with an env file that is ignored from being uploaded to git

#

I have a lot more running… but I’m too embarrassed to upload them yet ;p

fresh marten
#

😄 i know this

raw hedge
#

But yah, technically Home Assistant has 2 ips it can be accessed from, the node it’s currently running on since it’s in host mode to allow mdns and everything to work including HomeKit, and my ingress ip from my reverse proxy which means it does not matter what node it runs on

#

I hope at some point I can get good enough to make a HELM chart to be added officially and manage it

sturdy lava
#

I have home assistant container, is there such a thing as just adding a supervisor container next to it so that all the addons and store or the fancier features do work?

grand pivot
#

no

sturdy lava
#

is it possible to add supervisor in some way to that setup? I don't want an image OS and I like docker.

grand pivot
#

you just asked that. no

#

if you're accustomed to using Docker containers, then you can install whatever you want that way

sturdy lava
#

it wasn't the same question, if you read closely you'd see there was a difference.

grand pivot
#

the answer is the same

#

there's no nuance there

#

"add supervisor" and "add something like supervisor" are the same thing when the goal is to use addons

orchid pebble
sturdy lava
orchid pebble
#

Well if you run it alongside anything else it is concerned unsupported and your mileage may vary as to if it will work

sturdy lava
#

I was concerned about this quote: "In case any abnormality is detected that prevents Home Assistant from functioning, the Home Assistant Supervisor will report this to the user and block updates to prevent installations from breaking." which sort of sounds like if additional software is present it's going to freak out? seeing as how the req are listed as "conditions". But I guess probably not.

severe cedar
#

Hi folks I am new here and I am trying to move my install from a raspberry to a VM all went well and worked until I needed to do a firmware update then I received this message NFO Reading configuration /config/esphome/water-tank-sensor.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing waterlevelsensor (board: nodemcuv2; framework: arduino; platform: platformio/espressif8266 @ 3.2.0)

HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
Dependency Graph
|-- <ESP8266WiFi> 1.0
|-- <ESP8266mDNS> 1.2
Compiling /data/waterlevelsensor/.pioenvs/waterlevelsensor/src/main.cpp.o
Linking /data/waterlevelsensor/.pioenvs/waterlevelsensor/firmware.elf
*** [checkprogsize] xtensa-lx106-elf-size: Permission denied
========================= [FAILED] Took 10.33 seconds =========================

severe cedar
#

I cannot figure out how to manage directories

orchid pebble
sturdy lava
# orchid pebble Yeah

I'm running on a pi4 which I put a significant amount of effort into consolidating various functions into 🙂

#

currently works great, but maybe I need to separate HA off onto a pi3 or something

orchid pebble
#

Got it. In that case just stick to container till you can dedicate a device to HAOS

severe cedar
#

Access denied in VM

sturdy lava
orchid pebble
sturdy lava
#

I guess I'll have to forego the convenience of supervised/addons/etc for now

sturdy lava
orchid pebble
sturdy lava
raw hedge
#

If you really want HA os, I would keep to the official addons and perhaps one or 2 others. Some addons for whatever reason cause the entire os to eat dirt

orchid pebble
fierce schooner
#

How can I install a supervised docker image on my existing linux installation?

grand pivot
#

Please don't. There are installation instructions with the rest on the HA site if you must

fierce schooner
#

I saw instructions for installing with docker but it doesn't install supervisor? (it's rpi)

grand pivot
#

Correct

fierce schooner
#

so what's "the rest"?

viscid sigil
#

If you want the supervisor, Home Assistant Operating System image for pi.

fierce schooner
#

was it removed? I already had it before I got rid of the install I had

viscid sigil
#

Was what removed?

fierce schooner
#

docker with supervisor on rpi

grand pivot
#

It's all on the installation page

#

But do yourself a favor and pick a different installation method

viscid sigil
#

A Supervised Install is a terrible way to install HA. As Rob said, please don't do it. If you want the supervisor use a HAOS image or HAOS running in a VM. I have no idea if the pi supports VMs though.

fierce schooner
#

Cool, guess I'll just figure it out myself

potent agate
#

Anyone know why Google account linking has stopped my local access to HA? I can connect when I’m not on the local WiFi network, but my laptop and phone can’t connect after attempting to integrate Google. Google Home also can’t connect.

cyan hamlet
deep edge
#

I have a 2X ESXi Servers with VSAN/VCENTER running downstairs anyways. As soon as someone suggested to use the HA OS image to build a VM, I got everything up and running in less than 20 minutes.

#

Does anyone know if HA has released a disk image that could be used to build a VM in Unraid or other similar "free" hypervisors?

high token
#

@deep edge there are several VM images built. I believe the KVM image works with Unraid

fresh marten
fallen ruin
#

Hi all, struggling with something that I can’t work out… I have ha running on a windows pc under VMware. It’s an old version and can’t update due to loads of configuration errors, so want to start afresh with a new install, have downloaded new version .vdi file, and followed the setup instructions but when I start the vm it never gets an ip address, I have everything setup the same as the 1st instance, any ideas …. Thanks in advance

humble mirage
#

You've got it using bridged networking with the same adapter?

fallen ruin
#

Yes bridged and same adapter… I thought that by shutting down 1st version the 2nd would be ok, is this not the case?

humble mirage
#

Shouldn't matter, both should get an IP from your DHCP server

fallen ruin
#

That’s what I thought… lcant see why it’s not getting one

high token
#

Can always delete the /config and work through the errors to update to current version 😅

fallen ruin
#

Was planning on,leaving that one running whilst I got a clean(er) version running without all my mistakes, copied configs etc… hence wanting to have a second vm running. Have check with Fing network tool and it is seeing homeassistant but it’s not got an IP address, think I will check in on my unifi setup next…definitely something weird going on

high token
#

could also try a setting a static IP on the console

fallen ruin
#

Is that via the con edit - I vaguely remember doing on my 1st version

fallen ruin
#

Thanks will try this

raw hedge
#

Same pi has been up now for a couple weeks on my k3s cluster

#

Can’t buy any more pi4s for further testing since they are all out of stock and the ones I have are in my Kubernetes cluster

#

I really want at least 1 more :p

ripe fossil
#

I have been trying to install home assistant on my raspberry pi 3 b for 3 days but it always gives me the same error I thought it was due to lack of space (it is what I have found on the internet related to the error) I put a 32g card but I bought one 64g class 2 as recommended on the web but nothing I continue with the same error, I have tried installing both the 32-bit image and the 64-bit image I have tried with balena echer and with rapberry imager but nothing same result I do not understand what it is what happen. If anything comes to mind it would help me a lot. thank you https://prnt.sc/AZMac-Q4F43g

still gyro
ripe fossil
still gyro
#

Ahh, sounds very reasonable, sorry, I have no raspberry PI to test it from my network. If you can ssh in to your raspberry and do some successful network tests, I do not think the problem is on your end.

#

Also, OCR-ed and googled your issue, unless there is a great mishap in coding, a "404 docker image not found" error would not be in any way related to local storage, sounds very misleading.

high token
#

How can removing everything from /config not trigger a new onboarding? But instead result with same issues on .storage files being borked and all dependencies erroring out?

#

I've completely run out of ideas

abstract hearthBOT
high token
#

too much info in one post

#

this isn't the forum 😅

#

if you have a keyboard and monitor connected you'd want to look at the logs (ha core logs and ha su logs)

#

interestingly have just been dealing with another user on the forum with an Odroid N2 they just bought and having issues

#

(unless you are that user haha)

weary patio
#

Hello all, HA noob (Insteon exile) here for the first time, hoping someone can help me connect to my Home Assistant Bundle - Standard ODROID-N2+ 2GB/16GB eMMC. Server wasn’t found when Scanning for Servers in the iOS HA app so I connected a keyboard and monitor and obtained IP address. When I type http://192.168.1.107:8123/ (or https)
In a browser I get the message 192.168.1.107 refused to connect ERR_CONNECTION_REFUSED. Following another suggestion in this thread I tried http://192.168.1.107: 4357/ and I get this message:
Home Assistant observer
Supervisor: Connected
Supported: Supported
Healthy: Healthy

Tips/pointers greatly appreciated!

ripe fossil
weary patio
grand pivot
still gyro
#

@weary patio are you familiar with nmap? IMHO, if your router isn't interfering, sounds like whatever pre-built solution you are are using is broken.

weary patio
high token
#

@weary patio look at the logs

#

without knowing what the errors are can't help

still gyro
#

Yeah, if you would like to tinker, (no idea how yours is set up). I'd look at some logs, for mine it would be something like journalctl -u home-assistant@homeassistant.service -f to watch the log in realtime. Clearly the HA installation doesn't seem healthy.

high token
#

connect a monitor and keyboard and run ha su logs first then if nothing looks wrong there ha core logs

still gyro
weary patio
# high token without knowing what the errors are can't help

Got it. The log doesn't seem too informative; this part seems most relevant and I'm not sure it's telling me anything I don't already know... unless I'm missing something? "LocalDataTask <7B621AC1-A610-4D9F-B185-0CEEC8F5E15A>.<1>"
), NSLocalizedDescription=Could not connect to the server., NSErrorFailingURLStringKey=http://192.168.1.107:8123/auth/authorize?response_type=code&client_id=https://home-assistant.io/iOS&redirect_uri=homeassistant://auth-callback, NSErrorFailingURLKey=http://192.168.1.107:8123/auth/authorize?response_type=code&client_id=https://home-assistant.io/iOS&redirect_uri=homeassistant://auth-callback, _kCFStreamErrorDomainKey=1}))

still gyro
#

@ripe fossil Just reiterating, but some kind of small, power efficient computer running the whole thing seems to be a popular choice

#

@weary patio no idea b/co the setup, but you might try restarting it and finding some more relevant stuff in the logs, why it does not want to listen on port 8123

weary patio
naive meadow
raw hedge
#

50 MB on worker only nodes

naive meadow
#

ram that is?

raw hedge
#

Yes

#

Because I am using k8s for everything? A node can fail and HA will migrate over if it was on the one that failed/updated/need to be rebooted

proud valve
#

@weary patio I came here today having the same issue. I can reach the observer on port 4357, but I cannot reach 8123. This was all working last night when I was setting up some automations. I have even isolated the pi off my network using a switch to connect to my laptop.... same results.

naive meadow
#

hollup - are you running it on a pi-cluster?

raw hedge
#

I can still access HA from a single ip no matter what node it’s on

#

Yes

naive meadow
#

how many pies?

naive meadow
#

What are you using for storage?

raw hedge
#

Longhorn

weary patio
naive meadow
raw hedge
#

Pi4 4GB

#

I need some more but out of stock

naive meadow
#

But what kind of storage hardware?

#

SD cards?

#

or external harddrives?

naive meadow
#

(myself included 😅)

raw hedge
#

I use raspberry pi os

naive meadow
#

Did you use Jeff Gerlings design?

#

And do you run things on the cluster that aren't related to HA?

raw hedge
#

See my repro

#

I’m adding a lot more

high token
naive meadow
#

Tanoshi... everything really do exist on the internet 😅

raw hedge
# naive meadow Hah, cool

I have a lot running at home, just haven’t published them yet as they are not up to my new standards yet

naive meadow
#

scrypted looks nice - whats your experience with using it?

raw hedge
#

Im a mod on their discord, it’s super nice

#

Authelia needs a redis database for logon persistence

#

Lots to do

#

Http3 support with traefik is done, just need to test

#

:p

naive meadow
#

How does it compare to HA?

#

Or do you just use the camera feature?

raw hedge
#

Camera

proud valve
naive meadow
#

@proud valve what hardware are you running on?

#

a pi

#

using SD card for HA?

high token
#

it's an Odroid so likely eMMC

#

the core logs aren't really saying much apart from the exit code that I don't know what it means

#

if you don't care about the warranty I'd try reflashing the eMMC

fading forge
#

How long will this take

proud valve
naive meadow
humble mirage
#

Start Home Assistant Supervised
ablobgrimace

naive meadow
humble mirage
#

Supervised... is a trap

#

Most people who run it ignore the requirements, assuming they read them, and then bitch about a broken system

#

It gives you nothing you don't get with Home Assistant OS, other than having to manage the OS yourself

fading forge
#

i want to make more with my pi so i cant install this os ;D

humble mirage
#

Then you're going to ignore the requirements... called it

proud valve
naive meadow
#

It probably will be in some time

humble mirage
fading forge
humble mirage
#

If you want to "do more" with the Pi then install Home Assistant Container - you don't get add-ons, but you do get freedom to do what you want

grand pivot
humble mirage
#

Another person with insufficient pain and frustration in their lives ablobthinking

fading forge
high token
#

Here's a question. If you delete .storage entirely (and of course having defaults on the yaml files) the files in .storage should be recreated shouldn't they? And presumably trigger an onboarding or?

humble mirage
#

If you delete that and not configuration.yaml I'm not sure what happens

#

I'd hope it'd trigger onboarding, but I wonder if that's an edge case

high token
#

configuration.yaml really just having default_config only

#

I've been trying to help this guy on the forum. Freshly bought ondroid n2 with what seems to be broken .storage

#

first had him delete everything in /config

#

but didn't triiger onboarding

#

instead empty files in .storage, which then causes a bunch of dependency errors and crashes core

#

I've run completely out of ideas, apart from reflashing

orchid pebble
fading forge
#

okey here is my problem:

22-05-08 21:54:07 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
22-05-08 21:54:07 WARNING (MainThread) [supervisor.plugins.cli] Error on install cli plugin. Retry in 30sec

humble mirage
#

Nah

#

Your problem is that you're using the Supervised installer

fading forge
#

you have any idea why there is no "internet connection" i checked all requirements and all looking fine ;D

naive meadow
#

@humble mirage I think I'm gonna go with installing on a used laptop as you recommended. How much storage would you recommend getting?

humble mirage
#

More than 64 GB

naive meadow
#

How come it needs that much?

#

was thinking about a thin client - but i guess thats ruled out 😅

humble mirage
#

32 GB is the basic minimum recommendation in the docs, but some people still run out of space when they load a bunch of add-ons or want to keep a year of history

naive meadow
#

Damnnn I just succeeded in getting HA up and running on my synology nas through docker only to find it has no store :/

humble mirage
#

Add-ons are just software running in Docker anyway

naive meadow
#

Hmmm, ok

#

So as long as they're on the same net I should be ok?

humble mirage
#

As long as ... what?

naive meadow
#

the docker containers

humble mirage
#

In the same network or otherwise accessible

naive meadow
#

right

#

(not sure what "otherwise accessible" covers but ok) 🙂

humble mirage
#

Basic networking... routing of packets and all that jazz

naive meadow
#

Is it possible to get an overview of the add-on docker images somewhere?

humble mirage
#

What do you mean... overview?

naive meadow
#

well i don't have the store anymore

humble mirage
naive meadow
#

i'd still like to know the docker registry name for that duckdns add on

humble mirage
#

There may not be a 1:1 mapping

#

Some add-ons may be custom built, not based on an existing image

naive meadow
#

So basically HA in docker is HA in hard mode 😄

humble mirage
#

Nah, hard mode is Core. Pain mode is Supervised

#

If you want add-ons you want to run HAOS in a VM

fresh marten
#

Just trying to move from OS to container, can it be that the backup integration does not have a restore feature or am I just to blind? (That's a real possibility)

high token
#

Although I cannot verify the latter, the integration can backup a container/core installation to restore in a HAOS/Supervised installation

#

you need the Supervisor in order to restart a backup

#

you would just unzip the backup and move /config over to get everything back (minus the addon stuff obviously)

fresh marten
#

eeh, bummer. lets see if i can just untar it and then place the files in the config dir.

high token
#

just stay in HAOS 😛

fresh marten
#

the install needs a refresh xD
Somehow HAOS just got stuck on multiple occasions and wasn't able to reboot by ACPI. wife approval -25 points

#

I'm reliant on these points

#

with container I can at least dig out what broke (at least in theory )

#

also, someone has a clue why the container needs the privileged flag?

high token
#

I don't think it's necessary if you know what you're doing

proud valve
#

I wanted to see if there are some other ideas on what the problem is or at least the least painful way of getting back operational.
I am running HAOS on rpi 3B for about a month (Insteon refugee).
As of today only I cannot access HA via port 8123 (ERR_CONNECTION_REFUSED). I can see the device on my router and can ping successfully. I can also reach port 4357.
I can connect monitor and keyboard and get to HA CLI. Logs are posted above.
I was able to put only the pi and my laptop on a wired network using a switch. Same results as above.
Last night I added a mobile device to track, add some automations, and reserved the IPv4 address in my router. I was able to access fine last night before bed. I did not have external access or any port forwarding rules turned on.
I have a few recent partial backups from the May releases and were not downloaded, my only full backup was just after initial config and was downloaded.

rare nest
#

Several of my sensors seem to have gone from F to C, but I'm still set to imperial on the settings. Any ideas on how to fix this?

umbral rampart
#

use metric lol

grim basalt
#

i'm trying to migrate a container installation, but I get an onboarding screen instead of a login, as though my existing accounts are not recognized. i went so far as pullin my full folder as root with rsync, but still getting the 'create user' screen. any ideas as to get my to show up?

humble mirage
#

Did you check that all of .storage/ was copied?

grim basalt
#

should be, no errors with rsync

#

i will compare

humble mirage
#

The only other options are either that you didn't point the new container at your config folder, or that you're not running as root for some reason and it's permissions

grim basalt
#

folder is right, at the very least, as it's /docker/homeassistant 😅

#

i've got the same files in there

grim basalt
#

follow up on failure/success. did not copy all the files the first go, then mixed up command order and replaced my original (prod) files with default files

#

backups 🙏

rare nest
# umbral rampart use metric lol

That doesn't answer my question. Automations that used those numbers are now all broken, as well as dashboard settings for gauges.

grim basalt
#

weird migration question on docker. got HA and nodered up and running, but my history/graphs on my phone match the old one, even though it isn't running, and i have the new ip set up on the app. more of a curiosity, but i'm baffled as to why the graphs (24h temperature, humidity, etc) match the old iteration.

humble mirage
#

Well, if you migrated HA I assume you migrated the database too?

grim basalt
#

right, but my phone and web browser don't match, pointing to the same instance

#

i can tell because there is a gap where it wasn't running for an hour, or whatever

#

where the old one didn't have that gap

opal bolt
#

Hello friends! I have a HA networking-related question to ask.

TL;DR is that the installation of HA on a Raspberry Pi4 is successful for me. Whenever I don't use the internet provider's router (which I must use for a 2Gig connection). I can connect to the Home Assistant web front. However, whenever I introduce the router, I am no longer able to connect. I understand thT the router is the ulprit but I don't have the necessary networking expertise to realze what needs to be done to fix the situation. Any help and advice here are greatly appreciated!

pine orbit
# opal bolt Hello friends! I have a HA networking-related question to ask. TL;DR is that th...

Are you trying to access the instance via a dns name like "http://homeassistant:8123" or http://homeassistant.local:8123 ?

If so one thing worth trying is to reboot any device trying to connect to home assistant, as it may have cached the dns result from the other router, and the two different router probably assign different IP addresses. If that does not help it is possible the ISP provided router is not providing dns resolving in the way you need, and/or is blocking mdns discovery. You may need to try out IP address based access, at least to confirm this. Then it is probably worth looking through the router settings to see if something is configured screwy.

If however, you are trying to connect via an IP address, and that is not working with your ISP provided router, then you probably need to find and turn off some form of "client isolation mode". once Be aware that your ISP router is likely assigning a different IP address than your other router.

brazen basin
#

hi all, I have a Pi4 running home assistant OS. does the OS take care of upgrading the Raspberry firmware or should I do it manually?

dark citrus
#

Hi all, is there a way to run home assistant using Nabu casa with no local instance

manic bane
dark citrus
dark citrus
manic bane
#

If you already use Tuya cloud stuff then having HA in a cloud instance will just make it more complex and prone to failure

dark citrus
#

It's actually a very interesting project. I want tuya button click to call a custom API. But i don't want to host a device which may have internet issues. I'd rather have a cloud server since it guarantees internet

fresh marten
#

Dont tell this AWS or the place I work at 😅

high token
brazen basin
dawn flame
dark citrus
# dawn flame Did you actually read that before you posted it???

Sorry I'll try to explain better. As you would know tuya doesn't allow me to call APIs of other platforms. I am trying to use home assistant as an intermediary to detect the click of a tuya button and be able to call a custom API. I want to avoid using a local instance for this as have a cloud instance since the api i am trying to call is on a cloud.

Did i explain better? I hope ...

dawn flame
#

I got it the first time, but if there's an internet issue then the device isn't going to reach it's own cloud, much less your cloud server.

wooden summit
#

Hi! I'm hoping someone can provide me with an idea of how to resolve this. I've been through the forum and through the FAQ, can't seem to find the fix. I just flashed a fresh install using BalenaEtcher. Using a Raspberry pi 3 B+. Also tried switching out the Pi, and switching out the network cable, and the port on the router. For whatever reason I'm not seeing the device on my network. Using a wired connection on a brand new fresh install.... haven't even made it to the setup part.... What am i doing wrong?

manic bane
wooden summit
#

I've tried the 32bit, and the 64bit.... by all "lights" there's traffic, but my router doesn't display it as one of the connected devices. I'm at a complete loss what's going on and what to do.

manic bane
#

Have you tried just doing the home assistant.Local address?

wooden summit
#

you mean homeassistant.local:8123?

manic bane
#

Yes

wooden summit
#

does not resolve

weary patio
#

ameriDroid ODROID-N2+

whole geyser
#

can someone help me

grand pivot
#

Undoubtedly some network or DNS issue

whole geyser
primal nimbus
#

guys can someone help me quickly with my hass ? looks like it's not starting again and I can't login with my user on the webgui

manic bane
#

Do you have any logs or anything? Or just it’s black

primal nimbus
#

forget it, I was trying to fix it from the CLI I think I did core rebuild and looks like this has reset my home assistant from scratch

#

I have now the prompt to create the user as the initial setup 😦

#

don't know what happened to be honest - it's my first setup with home assistant and I feel like using the OS makes me blind as I can't access to the system

manic bane
primal nimbus
#

I think it's what I'm going to do

#

I don't know usually what's people do ? are you using the os version ? or self-installed ?

manic bane
#

I’m running container

#

Used to run OS, got like you and got annoyed

primal nimbus
#

core version or Supervised ?

manic bane
primal nimbus
#

any limitation in term of add-ons ?

manic bane
#

With container you run whatever other containers you want. All add ons are essentially containers so you can run them yourself. Just there isn’t a managed way to run it

crude inlet
#

@primal nimbus did you delete anything? core rebuild would not reset your config

#

And there's nothing for you to do at the OS level, anyway. Everything is in containers and the data in volumes

primal nimbus
#

how could I delete something ? from what I saw I don't have access to anything on the OS.
So I did try some stuff like

  • supervisor restart / repair / logs
  • core restart / rebuild /logs
#

I saw some logs about something wrong in the config of hass

#

I rebooted another time the VM and the service came back reseted

#

can't tell more tbh - it's not a big deal I'm at the beginning with hass 🙂 so nothing was done deeply in it yet

manic bane
#

Side note, this is why we have backups and why they’re kept off of HA

primal nimbus
#

yep I will 🙂 for sure

crude inlet
#

So did it let you create a new user and you could log in with it?

primal nimbus
#

yes like a fresh new install

#

well I probably done something wrong somewhere 🙂 as a big hass noob

crude inlet
#

You pick and choose how you want to access the files.

primal nimbus
#

ah nice thanks I knew the studio code but not the Samba addon

spring crane
#

Hi is there someone that could help me 1 sec?

coral sable
#

I just tried instaling hass on a rpi

grand pivot
#

if you explain what you need, perhaps

coral sable
#
  File "/srv/homeassistant/bin/hass", line 10, in <module>
    sys.exit(main())
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 278, in main
    args = get_arguments()
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 60, in get_arguments
    import homeassistant.config as config_util
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 52, in <module>
    import homeassistant.helpers.config_validation as cv
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/config_validation.py", line 85, in <module>
    from homeassistant.helpers import (
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/script_variables.py", line 6, in <module>
    from . import template
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/template.py", line 19, in <module>
    from jinja2 import contextfilter, contextfunction
ImportError: cannot import name 'contextfilter' from 'jinja2' (/srv/homeassistant/lib/python3.7/site-packages/jinja2/__init__.py)```
#

it crashes with this on startup

#

did everything command by command from the website

spring crane
# grand pivot if you explain what you need, perhaps

I tried to install home assistant OS on an old laptop, i used an ubuntu 20 to flash the os with balena and when everything finish i restart the laptop and says "No bootable device -- insert boot disk and press any key"

grand pivot
#

sounds like your old laptop may not support EFI boot, or it's not enabled

spring crane
#

I entered again the live ubuntu and use cfdisk on the disk and all the partitions were created so i dont know

spring crane
#

I search the efi boot in the BIOS but i didnt found

grand pivot
#

When did HP Mini 110 come out?
September 24, 2009
It went on sale on HP's online store on September 24, 2009 for $399.99. The laptop can be customized with either the Intel Atom N270 or N280 and uses the nVidia GeForce 9400M G graphics used in the ION platform.

spring crane
#

So you think its possible?

grand pivot
#

I think it's probably not possible

steel sky
spring crane
coral sable
#

I had to downgrade 2 libs

#

how long is it supposed to sit at Unable to find configuration. Creating default one in ...

dark citrus
brazen herald
#

Take several steps back. What do you want to do?

#

Not, what solution are you trying to implement, but "I want to come home and the lights to come on automatically".

dark citrus
#

@brazen herald asking me?

humble mirage
brazen herald
final pike
#

can anyone assist with an MQTT issue I'm having? Its hurting my brain 😅

humble mirage
#

Only if you ask the question

final pike
#

ahh well! better ask it then ha

humble mirage
#

(This is probably the wrong channel though)

final pike
#

which channel would you recommend?

humble mirage
#

It's pretty unlikely to be to do with installing HA though

final pike
#

no you are correct I shall ask in addons thanks

south haven
#

Hi, my HA on my M1 MacMini runs in general fine but after a week or so I get many errors like this:

#

And I have to restart hass. Where would I start to solve this?

humble mirage
#

The starting point is likely to be tracking down the cause of OSError: [Errno 24] Too many open files

#

What else runs on the Mac? What integrations are you using?

south haven
#

But that could equally well be not the place where it leaks file descriptors. It’s network connections that probably trigger it

#

No special integrations - just ZigBee

#

On that Mac there isn’t much going on

safe crypt
#

I know Pi 1 B+ v1.2 are not supported for haos anymore... I tried installing an older version, i basically just need it to have a single web panel to control some WLED and Shelly relays at one location and happend to get these raspberry pis for free from a friend, assumed that would require near no hardware to just have simple toggles to turn on light and switch colors etc.

Getting this to work seems like a pain tho, the older version of haos just hangs forever with this error if you enter any commands on the prompt:
system is not ready with state: setup

So i tried raspbian and supervised setup, but os-agent doesn't want to install, does anyone know the latest version of os-agent that successfully installs on a pi 1?

humble mirage
#

Supervised ... ablobgrimace

#

Why not just install Raspbian + Docker and use HA Container?

safe crypt
#

Cause i cannot use HACS or something like that in the future and would have to reinstall anyways then

#

If i need some other integration not available in default homeassistant

humble mirage
#

You do realise that HACS works on every install method?

safe crypt
#

Huh?

humble mirage
#

Yeah

safe crypt
humble mirage
#

Add-ons aren't integrations

#

You are aware that there are no add-ons in HACS.

#

Integrations, and custom components, work on every install method

safe crypt
#

I throught HACS was an addon, i used to have home assistant running a docker container on my unraid server at home... And had to switch to a VM because i couldn't install HACS

humble mirage
#

Well, that had nothing to do with the fact that you ran HA in Docker

safe crypt
#

Think it was the fact that alot of stuff requires AppDaemon or something, which doesn't work in container

#

only HAOS or supervised

#

I don't remember exactly

#

but you're right, docker should be fine then

#

for this application, just need a web ui to control light stuff for now

humble mirage
#

AppDaemon works fine outside of HAOS and Supervised

#

Pretty sure it pre-dates those

safe crypt
#

It's been a long time tho since i ran it a docker... Think it was back when the "os" was called HassIO or something... I just remember there was something i couldn't do in docker only... So i just swapped to a VM, which has worked wonders since then... Zero issues what so ever. 🙂

humble mirage
#

The only thing would have been add-ons

#

(which is just software in Docker)

safe crypt
#

Alright, well no point messing with supervisor then if that's the case

#

Thanks alot

#

God these old PI 1s are slow tho

#

even with OC 😛

placid sage
#

Is there a way to get the official Home Assistant OS 7.6 running via WiFi. I burnt the SD with Raspberry Pi Imager but it didn't take the WiFi settings.
I know some people think WiFi is a dumb idea bur I have reasons.

high token
#

is ethernet out of the question at least for the initial setup?

#

@ everyone is thankfully disabled on the server. If someone would be interested I'm sure they'll reply but don't star tagging everyone with a colour if they don't reply (just a friendly note) 🙂

placid sage
#

Sometimes I havn't physical access to the router. And because I'm new to this sometimes I brake my installtion and have to start it from a fresh SD 😦

high token
#

It would be easier to set up wifi from the UI, that's why I was suggesting it

#

otherwise you either need to create a special USB with the wifi credentials or add them from the terminal

placid sage
#

Ahh, that's possible? I'm just restoring from an 180MB Backup and haven't seen it until now.

high token
#

In the newest version it's under Network settings

#

what are you doing though that leads to having to reinstall?

placid sage
#

I ran supevised on a RPi4 `You are running an unsupported installation' 😦 and wante to run the VS Code at on. The reason for that is that I have a lot of automations and wanted to put them in a split directory. But it's not possible to edit them via UI there. Hopefully VS Code would support me better.

high token
#

which pi?

#

nevermind

#

blind

#

You can always just use VSCODE on your computer

#

and just open your files remotely

#

and yeah indeed automations not in automation.yaml are not UI configurable

#

there is one workaround having some split and some configurable

placid sage
#

I know. I mounted it as a Samba share. When my installation failed I got trouble with my client. I would prefer to manage automations in directories vi HA UI.

high token
#

that's good and all until something HA and UI goes down

#

at least make sure to still have SAMBA, SSH installed and running so can troubleshoot if it comes to that

placid sage
#

Though developing in automations.yaml and after testing pushing them to the automation directory?

high token
#

you basically want to make automations via the UI editor but also have them split up ?

placid sage
#

Yes! 🙂

high token
#

Hmm yeah that's tricky

#

can't have both

#

Why not just filter them in the UI when looking for one based on entity/device/area?

placid sage
#

If the system is able to access them in directries why not the UI???

dark citrus
#

Hi all, i have a portable tuya platform button. I want to route the click of this button to call a custom API on the internet. The button will be connected to the internet via a mobile hotspot by the user and will always have internet access. The Tuya platform inherently does not provide an option to call a custom API. Therefore I wanted to setup a home assistant instance to detect the click of the button and route the command to calling the API. To achieve this i wanted the homeassistant instance to also be on the internet (a cloud like AWS server hosting it) so that i don't have to worry about the instance having internet issues at my home and use the more consistent internet of a server. Can some on advise on installation setup on this?

glad parcel
#

Hi guys!

I was wondering if you could advice me a bit on my installation?

I tried flashing HAOS on my ssd with Balena, but it will not boot from sata, but the same SSD will boot fine with an usb-sata adapter. I have found a couple threads on the forums with people experiencing the same and it seems it being looked into.

I would rather have HAOS instead of running it through VM on Linux.
If i run HAOS with an usb adapter for a while and a new update makes it able to boot on my sata port, could i just switch it over with everything being compatible?

I have sucessfully installed HAOS on Linux with KVM, but i cant figure out how to setup a working network bridge as the manual requires. I have never touched Linux before starting to fiddle with Home Assistant and i honestly don't understand much of it.

Any pointers on this would be greatly appreciated! Thanks!

granite juniper
glad parcel
#

It's an older lenovo thinkcentre m92p that has a i7-3770

Bios has support for UEFI and i have disabled secureboot and CSM

twin plank
#

I asked this in general first and was directed here. Have anyone successfully mounted a NFS drive to HASSOS? Giving me access to files on my NAS in Home Assistant.

raw hedge
twin plank
#

😅 It's like you know me. 😆

#

I'll have a look. But I'm not gonna like it.

valid heart
#

Back for help with HA Blue installation that is unhealthy. Previous help suggested an network issue.
Originally had msg unable to connect to internet to update core/supervisor/OS. I re-flashed which did update, but still have unhealthy system (Reason: Supervisor was not able to update) and I can’t install backup (or update supervisor) as can’t connected to internet.
Blue is cabled into a Deco router for internet. Browser on homeassistant.local:8123 says connection not secure. Not aware of anything else using 443 but can check if someone can explain how. Have a static IP address on router which is configured on HA. Don’t know how to access CLI and can’t install anything as no supervisor/internet.

Where can I start to id issue(s)?

undone sentinel
#

tried to update HA to the latest stable version i did exactly what i did last time now it's asking me to create a account like HA was never installed 🤪

humble mirage
#

Restore from the backup you took before you upgraded

undone sentinel
#

yeah luckly i have a backup 🙂 but don't know what went wrong in the update proces

#

ran this and worked fine last time

humble mirage
#

You should be using a compose file

#

Does /docker/Home-Assitant/Config exist, and did you typo originally?

undone sentinel
#

i know but stil havent figgerd that part out how to make a compose file 😅

humble mirage
#

There's an example in the docs

undone sentinel
humble mirage
#

Using a compose file means when you screw up spelling you don't "lose" your config

#

So, it's not actually Home-Assistant/ but mis-spelt Home-Assitant/?

undone sentinel
#

it's Home-Assistant on my nas

humble mirage
#

Well, there's your problem

#

You can't spell

#
  -v /docker/Home-Assitant/Config:/config \
                  ^^^^^^^^
undone sentinel
#

no i suffer from dyslexia most of the time i double check this one got away from me

humble mirage
#

And that's another reason for using a compose file

manic bane
humble mirage
#

'tis a handy site for helping people move from fragile command lines to robust files zany

undone sentinel
#

so what is my best course of action now ? Restore backup and then use compose file to get things started ?

humble mirage
#

Check your path

#

You've claimed both of these are valid:

Home-Assistant/
Home-Assitant/
#

One of them isn't right - you have to work out which

undone sentinel
#

Home-Assistant the first one is correct

humble mirage
#

Then you have to fix your Docker command

#

You used the other one in it

raw hedge
#

You don’t need to really restore from backup, you can switch to compose right now and keep using the same volume you defined with -v

humble mirage
#

Yup, but the very quick fix is to simply fix the typo

raw hedge
#

Hell briefly glossed over the docker cli and went nope and jumped directly into compose

undone sentinel
#

docker: Error response from daemon: Bind mount failed: '/docker/Home-Assistant/Config' does not exists.

#

oh man i'm no good in this ....

manic bane
undone sentinel
#

how do i check the direct path if it exists

humble mirage
#

ls -al /my/path

manic bane
#

You can navigate there like normally in Linux too (using cd)

raw hedge
manic bane
undone sentinel
#

my path does not exist ....

manic bane
#

Or did you mean other things @raw hedge

manic bane
#

And run ls

raw hedge
#

I translated the example config

undone sentinel
#

found it 🙂

#

its /volume1/docker/Home-Assistant/Config

#

it"s up and running again

#

man your a life saver

raw hedge
#

So… for ease of use and possibly lazy backups, I would look into making a docker directory inside your home folder, make a homeassistant folder inside that and then make a data folder for all of HA’s data

#

Throw a docker compose yaml in homeassistant

undone sentinel
raw hedge
#

Then you can lazy samba grab the directory every time you want to make a backup or zip it up, or use a backup solution

#

I am guilty of lazy samba pulling

manic bane
humble mirage
#

rsnapshot FTW

undone sentinel
#

i used composerize :

#

version: '3.3'
services:
home-assistant:
container_name: homeassistant
restart: unless-stopped
privileged: false
environment:
- TZ=Europe/Brussels
volumes:
- '/volume1/docker/Home-Assistant/Config:/config'
network_mode: host
image: 'ghcr.io/home-assistant/home-assistant:stable'

#

have me this

raw hedge
#

I use git now ftw

manic bane
humble mirage
#

Uses rsync and gives you a history

manic bane
#

Might have to migrate from pure rsync to that

undone sentinel
#

so now i created the file docker-compose.yml where do i upload it

raw hedge
#

A shame I have to use NFS or a S3 (selfhosted) for my backups now

manic bane
#

If you don’t have docker-compose you may have to install it

raw hedge
manic bane
#

Or that yeah ^

humble mirage
#

Or just ~/docker

undone sentinel
#

can i dump it in the existing folder ?

humble mirage
#

Heck, stick it at the root of /volume1/docker/

uneven merlin
#

i use /docker/compose/

manic bane
#

My data structure for my home automation containers is all /app/xyz with a docker compose in the root /app directory

undone sentinel
raw hedge
uneven merlin
#

i have one compose file that includes all my services

undone sentinel
#

and how do i run it next time i need it ?

raw hedge
#

Then again, I’m one to talk with my new config and overlays

manic bane
raw hedge
#

docker compose up -d

#

Depends on the docker compose version

uneven merlin
#

/docker/containers/<container_name> for all my persisted files

raw hedge
#

V2 is docker compose, v1 is docker-compose

undone sentinel
#

so only docker compose up -d

manic bane
#

Try it yes

undone sentinel
#

no file path

manic bane
#

If you’re in the directory of the docker compose file

raw hedge
undone sentinel
#

and i change directery with ls ?

#

thats just listing

#

or i'm a wrong

#

cd like in dos

manic bane
#

Cd

#

Which literally stands for change directory

undone sentinel
#

yeah changed directory 🙂

#

my dos days are about 25 years begind me

manic bane
#

Linux command line is similar but different. So shouldn’t be hard to learn

raw hedge
#

docker-compose -f path_to_docker_file_and_compose/docker-compose.yml up -d

#

2 options for you

#

Luckily I won’t give you 10 like windows does

undone sentinel
#

ran the command it gives a error but that's okay

manic bane
manic bane
undone sentinel
#

docker-compose up -d i

#

without the I

#

i

manic bane
#

What?

undone sentinel
#

ERROR: for homeassistant Cannot create container for servi
nt" is already in use by container "138116720e2c028d654b346
e (or rename) that container to be able to reuse that name.

manic bane
#

Yeah you need to shut down the existing one

#

And start this new one

undone sentinel
#

yeah thats why i said it was okay 🙂

manic bane
#

Awesome!

undone sentinel
#

so i just shut it down and delete it directly and then run the compose file ?

manic bane
#

Well @raw hedge @humble mirage we upgraded someone to use compose tonight 😂 another one to the dark side

manic bane
#

Then start it

#

Should be happy with it

undone sentinel
#

so no more deleting the container sweet

raw hedge
#

First it’s compose, then it’s k8s

#

Yah, compose will manage it, make changes to the compose file? Run the command again

humble mirage
#

With a compose file updating HA becomes just:

docker-compose pull
docker-compose up -d
manic bane
#

And there’s a purge command isn’t there to get rid of old images?

#

I have a script automating it so I can just run Dockerupdate and it updates all my containers so I forget lol

raw hedge
#

Yes, or you can use another docker deployment to auto purge old unused images

#

K8s auto purges unused images 😂

manic bane
#

Docker is good fun

#

Maybe I should look at K8s lol

#

Eventually

#

When I have time

raw hedge
#

It’s a minimal 550 Mb of ram overhead for masters that are also workers by the way

#

Make sure you have enough ram :p

crude inlet
manic bane
#

I am running Debian virtualised on a machine with 32gb ram, think I can spare 550mb 😛

manic bane
undone sentinel
#

question non related but i can then also make a compose file to update my minecraft server in docker ?

humble mirage
#

Yes

humble mirage
manic bane
#

Then if you do docker compose pull it’ll update all of the containers in the file

raw hedge
#

I tend to like to put each stack as it’s own compose file

undone sentinel
#

and i just copy past ? it into the same file

#

sweet

raw hedge
#

services:
home-assistant: -paste from here

#

You add it as another service

undone sentinel
#

ah so below the version ".3

#

got it

raw hedge
#

And below services :p

manic bane
#

So services is the overarching part, each under part is the service

sleek jackal
#

Any New York or New Jersey enthusiasts here?

undone sentinel
#

yeah so if i need to add a new one i just do

services: bla bla bla

raw hedge
#

You are using docker compose version 3.3 and you are defining a homeassistent service

#

So next you want to add a Minecraft service

#

So you start with the service name

humble mirage
#

It's a YAML file, all the same rules as for HA's YAML applies

raw hedge
#

Add the rest

#

Here is a cool thing with docker, inside that compose yaml, the services can talk to each over using their service name

#

So you can have a mqtt service named mqtt and ha can talk to it with the dns name mqtt

#

No need to use your ip

undone sentinel
#

sweet

manic bane
undone sentinel
#

now i just need command to update my minecraft and i'm set

manic bane
#

Can give you ideas of how it works

raw hedge
manic bane
raw hedge
#

I used to instead of using bind mounts, I used named volumes but I define the bind mount in the named volume properties

#

Then I could add samba container and just used the volume name to mount the data

#

You can also mount NFS shares etc this way

#

This was when I was trying to use glusterfs only to find out that using glusterfs and docker together caused FUSE to crash which un mount the volume… and this is a years old issue

#

My drive for k8s was to use longhorn for storage :p

#

That was what made me move away from docker compose / swarm

#

The only thing thriving left for docker is their hub, docker desktop for dev work like building images, their registry and docker compose

#

Which is good they are focusing on that since they cover k8s devs, and non cluster devs/users

undone sentinel
#

i assume i have to write them all in the same version in the file

raw hedge
#

You don’t keep adding a version

#

You already defined that, you just need to define the service name or aka just copy everything under “services”

undone sentinel
#

but i got it in a other text format

#

and i assume they both need to be the same

raw hedge
#

Yah, it needs to be compose

#

Convert away

undone sentinel
#

ill try my best

raw hedge
#

Use the tool, pastbin it and share here and I can take a look

undone sentinel
#

services:
minecraft-server:
ports:
- '25565:25565'
environment:
- EULA=TRUE
image: itzg/minecraft-server

#

it does not stat volume thats the code i got to copy and past

#

so it's not correct i think

raw hedge
#

Yep

#

Missing your persistent storage

undone sentinel
#

can you link persistent storage without full path ?

#

instead of /volume1/docker/Home-Assistant/Config:/config
you use ./Home-Assistant/Config:/config ?

#

or is it always bether to use full path

raw hedge
#

yes ./Home-Assistant/Config:/config will work