#add-ons-archived

1 messages ยท Page 67 of 1

honest sand
#

Hi Everyone,
Had my HA running fine for about a week now, just trying to install other add-ons but keep getting this error message:
"'AddonManager.install' blocked from execution, no host internet connection"

It does have an internet connection as I can access the install via an external DDNS URL.
I've restarted supervisor, server, client and host.. in that order and it still comes up with the same error message.
Any ideas please?
Thanks very much

{EDIT}
Found the problem. My DNS server had crashed. Even though I could access my HA via the external URL, the internal update process couldn't get out of my network to update/add add-ons.

uncut adder
#

Anyone else not able to login via SSH using key instead of password after the update, it says the key is refused by server (hass)

sly kindle
#

@uncut adder which add-on, and what update?

#

update for the add-on?

uncut adder
#

@sly kindle The SSH & Web Terminal by Frenck, updated the addon yes

raven tinsel
#

You are probably using and old client or old RSA keypairs

#

OpenSSH has stopped accepting RSA keypairs by default

#

or at least the RSA signatures

uncut adder
#

Ahh thank you, I was looking trough the release notes and could find anything related for my problem, will have a look into this issue

uncut adder
#

Thank you @raven tinsel , after upgrading to ecdsa-sha2-nistp521 it is working again. Maybe it is worth mentioning in the documentation, that ssh-rsa is no longer supported without workaround, because that is what people see in the documentation now.

raven tinsel
#

Maybe it is worth mentioning in the documentation, that ssh-rsa is no longer supported without workaround, because that is what people see in the documentation now
I don't see the need for that, as I don't keep history in the documentation.

covert arch
#

i don't see this issue

humble brook
#

My vscode add on seems to have died. It started doing this a while back on my dynadns address. I worked out the local ip was ok so started using that and now two weeks later the ip instance is also broken. Same for all browsers and even the iOS app! https://imgur.com/a/EGuEww9

covert arch
#

do you have any weird redirects going on?

humble brook
#

Not that I know of. Itโ€™s only vscode doing this

cobalt cipher
#

is there an addon i could use to back up my HA locally say over ssh/rsync?

covert arch
#

pretty sure i saw a samba backup addon once

viscid orchid
rustic marsh
#

I seem to be not able to pull docker files for some reason.

#

If i try through the addon store, it'll give me a timeout after a while, if i try to manuall pull through cli it'll start, but the download is stuck on waiting.

#

If I try the same pull on another docker host, it works flawless

#

im baffled.

covert arch
#

its always dns

rustic marsh
#

probably.

#

so, how to fix ๐Ÿค”

#

adjusting dns server on my router fixed it somehwat. Still slowish though ๐Ÿค”

marsh carbon
#

@whole osprey were you able to figure out API calls to addons? Between the hassio ingress vs regular path and the extra header values to add, I can't get mine to work. I'm trying to make a call from an automation to the Grocy plugin's API. I got a bit farther using the "ingress_session" parameter but now it's telling me 'invalid method encountered' .. would you be able to share a snippet of your configuration.yml that has the rest call configured, or however you set yours up?

whole osprey
marsh carbon
#

Would you be able to share a snippet of the rest_command configuration, or more detail on how you got yours working? Adding the ingress_session param did get me farther, but now I just get 'Bad status line 'Invalid method encountered' ... would appreciate any extra help.

daring eagle
#

Hi there. Anyone able to help out with a really frustrating issue I'm having with an RGB LED esp8266 controller running ESPHome? For some reason, every time it disconnects from wifi (seems to be every few minutes); when it re-connects, the lights go from whatever colour/brightness (or even off) to full white bright. 1. is there a way to tell it to retain previous value (like tasmota) and 2. I should probably try to figure out why it disconnects so often. Thanks in advance!

marsh carbon
# whole osprey I got the same error after adding "ingress_session" and put the project on the b...

@whole osprey in case you are interested in revisiting this, I figured it out after hours of reading/googling. What you have to do is expose the Grocy service on a new port, this will bypass the hassio ingress thing. So, in Home Assistant > Configuration > select Add-ons, Backups & Supervisor > select the Grocy addon. Now, click the Configuration tab at the top. You should see the addon config screen. At the bottom, there is the Network section specifying port 80 for the container. Assign a port for the host (the host is whatever your HA is running on, for me a rpi). I chose 9192 but I think you can choose anything as long as your os lets you bind to that port. Now, in your API calls, use your HA URL with the new port, and no HA specific stuff in the API endpoint. For example, mine looked like this: curl -X 'POST' 'http://homeassistant:9192/api/stock/products/1/add' -H 'accept: application/json' -H 'GROCY-API-KEY: <your key>' -H 'Content-Type: application/json' -d '{
"amount": 2,"best_before_date": "2022-01-19","transaction_type": "purchase","price": "1.99"}'
Hope that helps, good luck.

neon agate
#

What would I use to link Amazon ring, spotlights, arlo?

cobalt cipher
viscid orchid
#

I'm using it, but I haven't messed with it in a while

#

It's intended to be used as a local addon

cobalt cipher
#

you just add it as a addon with the custom repository option right?

viscid orchid
#

No

cobalt cipher
#

oh

viscid orchid
#

If you haven't used a local addon., I would look elsewhere for what you need

cobalt cipher
#

any other suggestions for backups then?

weary stratus
#

I'm not sure if this is the correct category. Apologies if it belongs elsewhere:

I have been running a RPi3 with HAOS for the last couple months.
I'm setting up a new HAOS instance on Proxmox now. The migration process is simple with the backup/restore function.
However, on this new hardware, I'd like to switch to MariaDB as recorder database instead of the standard HA database. I don't see how I can do that and keep my historical sensor data. It seems like all the tutorials assume you're fine with losing this data. Is it possible with very basic database knowledge?

slate harbor
#

Frigate: I had frigate up and working 4 or 5 months ago but somewhere along the line one of the updates broke my config and I am unsure what i have wrong here. Does anyone happen to have any thoughts on this? https://pastebin.com/3fUiRdrR

solid axle
#

I'm trying to wrap my head around why this isn't working. I have WireGuard up and running. Connected my phone no problem. Can access all internal IPs. Connected my laptop as another client and I can access the HA IP, but nothing else for some reason. What could I be missing or forgetting to check?

solid axle
#

Hmm weird. I added my local IP in the allowed_client_ips for the laptop client and it works fine now. Begs the question why is my phone able to access those local IPs if they're not added. By default if it's not set it should allow all IPs so then why wasn't the laptop working? ๐Ÿ˜… Welp it works now I guess ๐Ÿคท

chrome cape
viscid orchid
chrome cape
#

oops

dark yoke
viscid orchid
#

ah, indeed. apologies

bold sundial
#

Question, I've asked in the ESPHome discord as well, but is there a way to set degrees as relative vs. absolute? It's auto converting, which I want, but it's also subtracting/adding 32 degrees as part of the conversion, which is right for absolute degrees, wrong for relative degrees

weary stratus
#

Should I keep searching for a way to migrate HA database sensor data to MariaDB, or is it simply not possible/feasable?

covert arch
#

imo its not worth it

#

you can use any postgres browser with sql export functionality

steel nymph
#

is esphome dashboard no longer available in the addon store ? I just found I could add the github repo and install it but it looks like it should be default in the official store

viscid orchid
#

It's never been there

steel nymph
#

oh, the documentation points at an addon link that goes straight to a 404 leading me to believe that it used to, alrighty

mystic pasture
#

can anyone help me out with the SMA Solar addon? I can login directly to the IP from my browser with the user password, but when i do the same with the addon it fails to connect

chilly sinew
#

Hi all, I'm very new to Home Assistant have what is probably a stupid question: How do you view add-on logs? Specifically, I am trying to run the "Check Home Assistant configuration" add-on, which is supposed to tell me if it's safe to update, but I have no idea where to find the output. It seems to run, but then I see nothing. The instructions (found here: https://github.com/home-assistant/addons/blob/master/check_config/DOCS.md) say to "Check the add-on log output to see the result," but I have no idea how to do that.

viscid orchid
#

in the log tab

chilly sinew
#

๐Ÿคฆโ€โ™‚๏ธ

#

Thank you

wanton spear
#

afternoon - anybody know why the 'disable protection' option is unavailable for the ssh addon?

viscid orchid
#

You're using the one that doesn't support it

wanton spear
#

whoops - how do I get that one then ๐Ÿ™‚

viscid orchid
#

It's the community one

wanton spear
#

aha

#

hacs?

viscid orchid
#

No

#

HACS has nothing to do with addons

wanton spear
#

right, found it

#

'community' confused me a little

#

thanks

#

ahhh, so much better

normal cosmos
#

Iโ€™m unable to figure out how to access TileBoard on a Surface RT. If I visit http://hassip:port/local/tileboard/index.html it produces a 404: Not Found error and then changes the URL to this:

http://192.168.86.6:8123/local/tileboard/192.168.86.6:8123/auth/authorize?client_id=http%3A%2F%2F192.168.86.6%3A8123&redirect_uri=http%3A%2F%2F192.168.86.6%3A8123%2Flocal%2Ftileboard%2Findex.html%3Foauth%3D1

covert arch
#

its not hassip/:

#

it is hassip:port/

normal cosmos
#

yeah i don't know why that happened, it is definitely hassip:port/

mortal moth
#

Struggling to get git push working with github in the File editor add-on. I added my ssh key to a file in config that the add-on can access and pointed to it from the ssh_keys line in the add-on config, but I still get an error

"Cmd('git') failed due to: exit code(128)\n cmdline: git push --porcelain origin\n stderr: 'fatal: Could not read from remote repository.'", 'path': '/config'
Any ideas where I may be going wrong?

ancient warren
#

I'm feeding 1920x1080 rstp video to frigate, but in the browser, it's showing 1280x720 video. Any idea why?
Also, in doublestack I'm getting error "box area too low" for every snapshot sent by frigate. How can I solve this?

stuck aurora
#

Has somethihg changed about octoprint integration in the past year? Mine seems to have glitched out and itsnt reporting my devices anymore

#

Not that it's a big deal, but I liked having that data

pallid elk
#

Is it possible to get the vs code server addon to install the .net sdk in its container?

pallid elk
whole yacht
#

In add-ons like AdGuard it should be enough to change the DNS in my router to adguard, right? No need to do it for each client

sly kindle
#

@whole yacht yes

#

but you don't want your HA host to also use it, so you want to assign a static IP and DNS for it

whole yacht
#

yes I did

#

it said so in the documentation

#

I'm using a static IP and google's DNS

#

my router also has my Pi and google set as it's DNS

dense spadeBOT
drowsy trout
#

I have Home Assistant setup behind an apache reverse proxy for ages. I have been using the vscode addon and it has been working great. I upgraded earlier today from 3.7.0 to the latest (4.0.0) version of the vscode addon. I can no longer access the vscode addon behind apache. I see the following error (https://imgur.com/a/LctqXnt). I can confirm that it works just fine when I access the vscode addon via a local url. Here is the apache configuration I am using (https://pastebin.com/pisu47nV)

Any suggestions?

Thanks!

odd venture
#

How can I add Node-red in my home assistant, it's not appearing on the addon store? Plz help

viscid orchid
odd venture
viscid orchid
odd venture
#

thnaks

#

I'm trying to do some automation, with sonoff button, hoe can i get blueprint

#

how*

viscid orchid
#

That has nothing to do with node-red

#

I guess you'd go look for a suitable blueprint on the forum

odd venture
#

ok, thank you for helping me. Have a nice day

left lynx
#

Hi there, what is the requirement to get the LifeSmart ecosystem integrated into Home Assistant? I have requested support from the LifeSmart team in China, and they are willing to assisting in sharing API information. Can you share the process to get the technical teams to discuss this requirement?

sullen night
raven tinsel
#

uid/gid mapping differences between the container and host OS

sullen night
#

This example is on Home Assistant OS, so not sure what that means? I mean i know what uid/gid is but not sure what happens exactly when you map it like this. Is it different for every platform?

raven tinsel
#

Can be

#

the user and group IDs in your container

#

doesn't have the match those from the operating system

#

thus it might show up as a different user/group

#

this is pretty common in the container world and doesn't have to be an problem

#

(in this case, I don't think it should be a problem)

sullen night
#

Ah yes, i think i understand. So they share the same group ID but the naming of that group id can differ depending on how the container is set-up (os image etc)

raven tinsel
#

Yes, I'm not sure what your point is?

#

It is causing issues?

sullen night
weary stratus
#

heeft iemand ervaring met grocy? en de bijbehorende app?

#

does some one have any experience with grocy and the android app?

raven tinsel
cobalt rover
#

Hello, I can't configure host for esphome addon in container configuration: pressing on save does nothing, entered value is not saved (addon is stopped), any tips?

light whale
#

Hey,
I run homeassistant os and have a question regarding ad guard and ipv6.
Whenever I try to put a ipv6 upstream server under the dns setting, I get an error message that the adress is incorrect.
Is ipv6 supported out of the box?
Because the ad guard docu only mentions to set ipv4 to static

sleek pilot
#

Hi folks, I install the latest version of HA on a RASP4 and I'm not able to find the Visual Studio Code plugin

viscid orchid
lunar dune
#

accidently broke my Tautulli addon is there any way to access its config.ini to fix it?

sly kindle
#

@lunar dune no backup to restore?

lunar dune
lunar dune
sly kindle
#

ah thinking with portals

hollow imp
#

is there an addon or solution, to give the Pi (HA OS Host) Google Cast receiver functionality?
I want to stream Chrome pages to my Pi.
I can already stream Spotify on HA, but I would like to do more than Spotify.

high tapir
#

hello guys. I try to set the duck dns addon on my rasp pi 3. Everytime i change de confuguraiton.yaml to add the http: lines, i cant acces my home hassitant home page.

#

ERR_EMPTY_RESPONSE is what i have on my browser. What did i do wrong ?

lethal briar
#

after setting http: and activating ssl you need to access your HA server via https://, also locally

#

So try https://your_ip:8123

ocean kernel
#

i got a good ole brainscratcher for ya'll...

#

i can launch file-editor from Nabu casa... but i cant launch it locally...

high tapir
#

i feel stupid for missing that haha

mint garden
#

Heya, I have configured the Adguard add-on and it's running fine since days but I hvae no entities for it to add to my lovelace or whatever, so I found out there's an integration, but I can't add it. I enter the ip of my HA and it just instantly gives me an error. Do I need to set a different port, or use some credentials or what?

whole yacht
#

hello. I just installed the samba addon, change user and pw and now I'm trying to connect it. when I enter \IPofHA I get an error that it wouldn't connect. the log of the addon suggests that my PC is trying to login with the wrong credentials (the ones of a different samba share). Windows isn't asking me for any creds though. Also, the share doesn't appear in "this pc --> network", even though they're both in the same workgroup

sly kindle
#

@mint garden are you unchecking the ssl boxes?

whole yacht
#

where at?

sly kindle
#

@whole yacht check the credential management panel

#

no that other was for someone else

whole yacht
#

there is no SSL buitton in the addons config

#

oh okay, my bad haha

sly kindle
#

yeah

#

start menu > type in "credential", should show up

whole yacht
#

need to find out the german version, hang on

#

Anmeldeinformationsverwaltung

#

here some german for you haha

sly kindle
#

then the tab for the local stuff

#

you might see an existing entry? You can edit it to match what you have in the addon or delete it to get prompted again

whole yacht
#

ah nice, thanks

#

I added the share

sly kindle
#

or you can do that, heh

whole yacht
#

there wasn't an existing entry, no idea why it wasn't asking me

#

never knew this cred management panel existed

sly kindle
#

and it's not going to show up when you browse network shares unless you disable smbv1 / smbv2 which you shouldn't do

#

or enable I mean

whole yacht
#

it should be enabled

#

I mean it sees my NAS

sly kindle
#

not by default in newer versions of windows

whole yacht
#

oh

sly kindle
#

use the \\ipaddress

whole yacht
#

yeah I did

#

well now the "add network share" button doesn't exist

#

I want it to connect automatically and be available at "my pc"

#

I can do it to the folders within \IP, but I want to add the root dir

sly kindle
#

you can map the directories individually

whole yacht
#

yes

#

but not the entire share sadly

sly kindle
#

or pin them to favorites in the left panel

whole yacht
#

yep

#

nice

#

thank you

mint garden
#

I'll try, give me a minute

#

nope doesn't work when I uncheck them

fierce osprey
#

quick question. If i do a Core restart, will my addons like Zigbee2MQTT restart, too? Or will they happily work during core restarts beccause they are virtualized?

viscid orchid
#

They are separate containers and continue to run

sly kindle
#

@mint garden When you use the add-on HA should be detecting it automatically and offering to configure it on the integrations page.

#

You might try restarting HA if you aren't seeing that

#

Adding the integration info manually would be for when you have an adguard instance somewhere else on your network independently

mint garden
# sly kindle <@!225998075305394176> When you use the add-on HA should be detecting it automat...

Yea that's what I've read, but it doesn't for me either. Probably because my network setup is a bit different as my router can't have 2 DNS to reveal via DHCP, instead he tells the devices that he's the DNS and has 2 DNS that are set by the provider he uses to lookup the names. However, you can reconfigure these 2 which I've set to my Adguard. So every device will act the exact same and still use the router as DNS, but the router itself uses Adguard to resolve the DNS lookups. Sounds stupid but yea..

sly kindle
#

it doesn't even need to be actively providing DNS to be auto detected

#

I mean it doesn't need to be configured as the DNS server at that point

#

I now have two adguard instances on my network, neither of them active

#

The addon was detected on the integrations page, the other I had to manually enter info for

mint garden
#

I've installed the add-on like 5 times over the course of the last like 10 days because I never got it set up correctly. Now it is but none of these times it got detected automatically ๐Ÿ˜‚ Only now it came to my mind like 'wait shouldn't I get some entities in HA for this too?'

#

@sly kindle

clever phoenix
#

Hi guys, I have wireguard on my raspberry pi to be able to acces my 3d printer remotely but now I want wireguard also on my home assistant to do the same with home assistant but the default port 51820 is already port forwarded to the pi on my router. Do I just specify another port and can it be a random number like 51821 or is this not possible?

viscid orchid
#

Once you have a WireGuard tunnel established to your home network, you should be able to get to everything on that network, including HA

clever phoenix
#

oh yeah haha didn't even try that

#

I will check if I can acces ha through the pi one

#

Yep it works, thanks!

#

@viscid orchid I tried logging out of the app (normally I use nabu case link) and then putting in the local ip with http:// in front of it and I was able to login but even after disabling wireguard I could get in outside the network. Does the app switch to the nabu casa link automatically?

#

I'm trying to move away from nabu casa so I would like to know that

viscid orchid
#

which app?

clever phoenix
#

wait nevermind I found the option to disable remote control so I can test it

#

the home assistant app

viscid orchid
#

the iOS app will automatically connect through cloud if your instance is logged into it

clever phoenix
#

yea have android but didn't know you could only use the app with nabu casa

#

so I will have to go into the browser to be able to remotely control my HA through wireguard

viscid orchid
clever phoenix
#

yea good one

#

thanks

clever phoenix
#

@viscid orchid Hi, I can't find adguard in the add on store while it used to be there

#

is not only a integration or?

viscid orchid
#

no need to ping me

#

I have nothing to do with adguard

clever phoenix
#

true my bad

#

if anyone knows how I can get the addon still let me know

viscid orchid
clever phoenix
#

ah forgot to get the community addons

#

the backup I restored didnt have it yet apparently

bright quarry
#

Hi. Can I ask things about HA MariaDB here?

viscid orchid
#

if they're related to the addon

bright quarry
#

Guide pls. The thing is that,
want manually, permanently edit the MariaDB setting
/etc/my.cnf or /etc/my.cnf.d/mariadb-server.cnf any of them. But it reset/rollback to default blank file after system reboot.
How to prevent rollback or store changes?

viscid orchid
#

I see no indication from the docs that that's supported. If you need to modify the configuration files, then you'll need to run your own MariaDB instance somewhere else

bright quarry
viscid orchid
#

on the forum, I suppose

dense spadeBOT
#

If you have a feature request for the frontend you can open one here, for Home Assistant itself please post on the forum. All other feature requests should be made to the developer of that custom card/component.

prisma tendon
#

I have a doods entity constantly triggering on idle, any advice? it's a webcam in complete darkness with all auto functions removed that could potentially trigger it (stuff like autoexposure, backlight etc)

#

^^

median totem
#

are there any ESPHOME pros around...?

#

or another channel to ask ESPHOME questions

viscid orchid
median totem
#

okay, I'm already in the server, but it's pretty quiet at the moment, thanks

prisma tendon
#

ok, so i made the doods entity take a snapshot when it triggers but it doesn't do it (because presumably it doesn't recognize a person object seeing as there's no one there) - but still, why would it trigger?

onyx olive
#

How do I access the deCONZ zll.db to do update groups set state="deleted" where gid="0xFFF0"; ?

runic bough
#

Hi, can I force the deCONZ integration to have a static IP? Whenever my HASS OS instance reboots it seems to get another IP which means I have to fix the integration again because it can't connect to the gateway on the old address

#

e.g. it moved from 172.30.33.4 to 172.30.33.1 since last reboot

runic bough
#

oh, the container exposes a hostname, core-deconz with port 40850. that seems to work, i'll give it a few reboots and see if it keeps working

quaint marten
#

Looking for an addon that can do facial recognition on cameras and or identify objects

clever cliff
#

hey, were you ever able to find a solution? i'm having the same problem and haven't had any luck so far

solid flume
#

Can i find someone here that can help me with my addon "Zigbee2mqtt". Ive tried everything and struggled thrue youtube but i wont get the addon to start

viscid orchid
solid flume
#

haha, they pointed me here ๐Ÿ˜‰

viscid orchid
#

the problem is that it's not an official or community addon

forest prairie
#

Hello I would like my samba share to only show some directories on the network. How would I do that

sly kindle
#

@forest prairie it already only shares the default directories

forest prairie
#

can that be set in the config file

sly kindle
#

No

forest prairie
#

oh okay I wanted to show an extenal drive that is conntected to the PI as a storage nas

#

@sly kindle Do you know where the samba config is stored

sly kindle
#

@forest prairie addons are docker containers and the containers are not persistent, so any changes you make aren't going to stick

#

Basically: it's what it's, and you would need to create your own addon to do otherwise

forest prairie
#

My PC is saying that I have no auth to read or write files

forest prairie
#

@sly kindle I have a USB drive connected to my PC but home assistant cannot access the files due to read and write isssues

sly kindle
jolly mica
#

My HA instance gets stuck at every addon update. When I press an addon to update it gets the looping circle forever. If I refresh the page it seems that the addon updated itself. Is anyone else getting this strange behaviour ? Any ideas why ? This has begun at some point on the latest updates of HA. I am on a NUC supervised on Debian 11.

shadow scarab
sly kindle
#

@shadow scarab Terminology. Addons are other software which run in addition to home assistant. Integrations are not addons.. You're adding an integration. So #integrations-archived is the right channel

west zephyr
#

uh oh y'all

#

duckdns isn't working

#

i can't login using the duckdns url

sly kindle
#

log in locally?

quiet blade
#

Is anybody else using the Unifi addon on a raspberry pi 3? Every time I launch it, it runs for about 5 minutes, then the entire pi locks up.

native otter
#

Hi there, Any one able to help me with Github and SSH keys?
I have been messing around with SSH keys and apparently it found a key with a fingerprint which I havent added to Github

limpid turret
#

my AppDaemon Web UI will not start...(first installation), what is going wrong?

wary shard
hexed cloak
#

I may be slightly dumb, but could anyone assist me with getting my HA setup with https? I've got a duckdns domain and HAD it working with just http but after adding an SSL cert, I get the HA splash screen then a 504 error. I've forwarded ports on my router (80 and 443).

sly kindle
#

@hexed cloak using the addon for the certificate?

#

You don't need 80. 443 to 443 or 443 to 8123?

wary shard
#

504 is almost always a proxy setup issue directing it somewhere incorrect

hexed cloak
sly kindle
#

@hexed cloak ah ok.

hexed cloak
#

Also sorry i missed the question, I am going 80 to 80 and 443 to 443

hexed cloak
wary shard
#

are you sure you're getting the splash and not cache?

#

port 443/80 should forward to local port 8123

hexed cloak
wary shard
#

can you access it with 1.2.3.4:8123 still?

hexed cloak
#

Yep

#

I don't think I'm getting a cached version as after getting that error, I reset the port forwarding to what it was and now I get the lovelace screen again before it times out

quiet blade
topaz kindle
#

Hi all,
I was looking to add one of the community add-ons and discovered the community store missing. Re-added the repository and it's now showing me updates for the installed community add-ons, but when I go to add one I only get the official add-ons list.
Searching here and in the forums hasn't turned up anything for these circumstances; logs aren't throwing any errors; no custom_components or integrations; github's not rate limiting me...
It seems like a UI issue, but no one else seems to be having it ยฏ\_(ใƒ„)_/ยฏ

novel sleet
#

Hi All, newbie user here. Just installed ha-os on rpi4-64 (started on 2021.12.9 and has now upgraded to 2021.12.10), what I cannot figure out is why I can only see a fraction of the community add-ons in the 'Add-on Store', when I browse there are lots and lots but in the Add-on Store I count about 25 Official add-ons and 40 Home Assistant Community Add-ons. When searching for 'Camera' nothing shows up. Can anyone hit me with a clue-stick?

topaz kindle
wary shard
novel sleet
# wary shard not sure what you're looking at but configuration - add integration should displ...

Thanks, I was under the impression that I should be able to find the all the Add-on found at https://www.home-assistant.io/integrations/ when going to Configuration -> Add-ons, Backup & Supervisor and then add the ones I wanted. I was looking to setup my surveillance cameras. But I googled it a bit and found a youtube video and managed to get it working using the ONVIF integration. I think I'm just a bit confused about the distinction between an Add-on and an integration.

wary shard
dense spadeBOT
steep ivy
#

Having some troubles with VS Code addon today. Tried rebooting the machine, reinstalling VS Code and multiple browsers. The log just prints this error message. Does anyone have any clue what i should do next?
Stacktrace: https://hastebin.com/egulesugiv

steep ivy
#

Nevermind, another reinstall fixed it, it seems:)

spark ridge
#

Hi! Having trouble with duckdns. This startred yesterday afternoon, and when I try to connect via url, I get an "Unable to connect" error. Nothing has changed on my configuration.

#

(my log)

wary shard
#

"detail": "Error creating new order :: Cannot issue for "galileo.local": Domain name does not end with a valid public suffix (TLD)",

#

I'm guessing the error stems from line 10

spark ridge
#

That's my thought as well. But it has worked perfectly with no changes until yesterday

wary shard
#

I'm not familiar with duckdns and the implications of removing that or keeping it I just read the error and saw that

spark ridge
#

I've tried taking out the whole aliases section of my config but it tells me "Failed to save add-on configuration, Missing option 'aliases' in root in Duck DNS (core_duckdns). Got {'lets_encrypt': {'accept_terms': True, 'certfile': 'fullchain.pem', 'keyfile': 'privkey.pem', 'algo': 'secp384r1'}, 'token': '################', 'domains': ['########.duckdns.org'], 'seconds': 300}"

lethal briar
#

You might want to remove your duckdns url as well

sly kindle
#

@spark ridge aliases: []

#

instead of removing it completely

barren pollen
#

looking for some help with the SSH & Web terminal

spark ridge
#

Tried it, now getting an expired certificate error

barren pollen
#

it says step 2 Configure the username and password/authorized_keys options.
but it doesnt explain how to do that

#

where do i find instructions on how to actually do that?

smoky cairn
#

I am using Terminal & SSH and it works fine

barren pollen
smoky cairn
sly kindle
#

@barren pollen you use either user/pass (enter them in the configuration) or you generate keys

#

search for generating ssh keys because that's going to depend on what you're using

barren pollen
#

your instructions arent enough i need more handholding than that

spark ridge
#

In Firefox, I can get in now if I shift-refresh the page and "accept the risk" i.e. expired cert hasn't propagated yet, I guess

viscid orchid
barren pollen
#

the UI is omfusing for me... ty so much for helping me not be a moron

spark ridge
barren pollen
viscid orchid
sly kindle
spark ridge
#

All is good now. Thanks all for your help!

valid bay
#

Hello, I search a tutorial to install zigbee2MQTT addon on Home Assistant Core

lime girder
#

After updating the Signal addon today I received following message when I tried to start it again:

Can't create container from addon_1315902c_signal_messenger: 409 Client Error for http+docker://localhost/v1.41/containers/create?name=addon_1315902c_signal_messenger: Conflict ("Conflict. The container name "/addon_1315902c_signal_messenger" is already in use by container "99d130465de0ee5cbe3aee703b8126413585025bacdbe58e68232e494bf6b84a". You have to remove (or rename) that container to be able to reuse that name.")

When I do a docker ps the container for the addon appears to be stuck on "Removal In Progress". This isn't the first time this has happened with this addon and the only way I've been able to fix it is by restarting the host, docker kill and docker rm -f on the container don't get rid of it. I'm wondering if anyone else has experienced this issue with an addon (could be the Signal addon or any other) and if so what addon and did you figure out a way to resolve it without a reboot?

green slate
#

I was looking at ways to access my home assistant instance from outside my home network. When I saw the Tailscale addon. https://www.home-assistant.io/integrations/tailscale/ and I wondered if it is still safe to use since it is so much easier to setup than alternatives. Does anyone know?

sly kindle
#

That's the integration. You'd still need the tailscale add-on (or tailscale running elsewhere) to make use of the integration, but yes still safe to use

green slate
#

Thanks for the info

viscid orchid
#

what Alexa addon?

sullen epoch
#

ok thanks

dense spadeBOT
wary shard
pure girder
#

Hello. Is Visual Studio Code the same as Studio Code Server? I cannot find the VSCode add-on. I installed Studio Code Server and it seems to work except I want to add the Home Assistant Config Helper extension and it is not in the list.

wary shard
onyx sandal
#

I'm running home assistant in a supervised installation. I am running the Let's Encrypt add-on. When I attempt to renew my cert, the challenge fails. ```Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.


As far as I can tell, my router is successfully forwarding external traffic from port 80 to the home assistant local IP address. But I wonder if I'm doing something terribly stupid with my port forwarding.
#

right now my router is forwarding traffic on port 80 and port 443 both to 192.168.1.123:8123 which is the machine and port for home assistant

#

i also had pihole running on port 80 on this box (outside of home assistant) and i shut down the pihole container

wary shard
#

in order for it to renew you need to disable HASS while LE renews

onyx sandal
#

I am confused because i'm renewing it from within the HASS add-on

wary shard
#

typically certbot opens an http instance on port 80 to host the challenge files. if Hass is also serving on port80 then you'll have a port conflict and I doubt the add-on is disabling the open port

onyx sandal
#

well i've hit the rate limit for attempts. maybe i should just switch to dns challenge instead of http challenge anyway

wary shard
#

dns challenge is super easy because you just need a single dns record

#

although you should look at routing through a proxy of somekind like NPM, swag, traefik, or similar

viscid orchid
clear bison
#

Does anyone know how to do transparent cards for the dashboard?

viscid orchid
clear bison
#

Never mind. Found a theme. Sorry.

nimble dew
#

Is there a simple way to set up the AppDaemon add on to allow me to store a file on the hassOS drive?

patent copper
#

Trying to set up a new zigbee network using z2m (addon). The stick has been used before so I need to create a new pan_id. From the z2m docs I can use

advanced:
  pan_id: GENERATE

and z2m will generate a new id. But this fails from within the addon config because the parameter is expected to be integer....

#

Is there any way to work around that?

burnt mountain
#

Hey all, quick question about vaultwarden. Is it possible to have many vaults with many users?

pure girder
slow sun
#

Hi all, I'm trying to set up the AdGuard addon, and like required I'm trying to set the ipv4 to static. The link redirects you to setting the network configuration via a USB. Wouldn't this also be possible via the ha cli via the SSH plugin?

pallid elk
#

Hi I just wondered if anyone is using the eWeLink / Sonoff "offical" addon with LAN mode enabled? I've got it setup and it works ok, but I thought I'd try isolating the network my sonoffs are connected to, from the internet forcing it to use LAN only essentially. Momentarily as in less than a minute, this seemed to work, as I was still able to control devices on my network from home assistant. But then it seems from within the ewelink addon ui one by one the devices become unavailable. Despite initially you being able to control them even with the addon UI, it seems the addon does some background cloud poll to check the device is reachable, rather than checking locally which seems to rather contradict the whole point of the LAN mode.... yet again... Just wondered if anyone had experienced similar and/or have any workarounds? (I know SonoffLAN is fine alternative altogether)

smoky sorrel
#

Hello all. i would like to use grafana with influxdb and to display the total consumption of my 3 tp-link ppower plugs

#

i am able to display the daily consumption on each plug independently but i cannot sum up the total consumption

vestal thunder
#

Guys I cannot get grafana to not display '401: unauthorized' on my phone. I've tried all of the online solutions to add things in the configuration page

dense mist
patent copper
# dense mist is it also possible to define the pan_id manually ?

Yes, butโ€ฆ after reading up on the pan_id, I found out I didnโ€™t really have to have it generated. I could just insert an arbitrary 4-digit number that differentiated the new network from the old. Still, is it possible to pass the GENERATE function from the add on config to the Z2M config? @raven tinsel ?

patent copper
patent copper
slow sun
#

My HA was on a reserved leases which is comparable for a lot of things. But @raven tinsel mentioned on the forum somewhere that that would not be the same/sufficient

patent copper
#

Then you can set a static IP in HAโ€ฆ

slow sun
#

I'm not saying that I can't

#

I'm saying that the docs want you to login on the host itself to set the network connection to static

patent copper
#

In the UI, Configuration, Supervisor, System. Under Host -> IP address..

smoky sorrel
#

i was counting on the possibilities of grafan to sum up the existing data in the database

slow sun
#

And I was wondering if maybe doing it via ha network would be sufficient. For me it's not that big of an issue to do so, but I can imagine, that for a lot of people that would be a bad idea.

smoky sorrel
patent copper
slow sun
#

I can imagine, I'm not seeking advice. I'm just trying to distill if there is a better way of doing so and hopefully changing the documentation to match that

vestal thunder
#

Anyone have any info on Grafanas 401: unauthorized error when adding to the dashboard?

patent copper
undone junco
#

If that's what you're saying you want to do

#

There are many ways of setting static IPs, the documentation is only going to give an example and that's really all they can do

#

I personally like setting static IPs on my network because I have a good GUI setup for doing that and it lets me have them all in one place

#

but for some people's setups, setting static IPs on the devices is better. Up to you.

slow sun
#

Personally I agree, and that is what I did. But considering the audience. Wouldn't it be better to let the example just use the HA interface? If somebody knows how to do it better in a more advanced way considering their network setup they would know how to do that, but maybe this is just not the most userfriendly example

patent copper
#

While I presonally agree 100% the comfort of setting static DHCP leases instead of setting device specific IP, fot HA and the documentation, it would be a really bad idea even touching the subject of router config...

slow sun
patent copper
#

Maybe lack of resources/contributions to update the docs? ๐Ÿคทโ€โ™‚๏ธ

undone junco
#

"set a static ip" is a maleable process

#

They don't need to hold hands through it

patent copper
undone junco
#

honestly if they did that then other people would be complaining about "why do you only show how to do it via the GUI"

#

I'd argue that knowing what a static IP is is critical knowlege to even running a smarthome system

#

dancing around the expectation of users needing to obtain that basic knowledge doesn't help anyone I feel

patent copper
#

Lets agree to disagree.... ๐Ÿ™‚ This is likely a discussion for another channel.... ๐Ÿ˜‰

undone junco
#

plus in the interest of having documentation that doesn't fall out of date every time Hass changes their GUI... might as well outline the tried-and-true process that the GUI is editing for you anyway.

#

Sounds good. Yeah I really need pulseaudio help lol

slow sun
#

Don't we all?

undone junco
#

So close to having a sweet whole-home audio setup ready. I altered an addon to have audio support, but now I don't know how to actually reference the audio devices within the container... are they device paths mounted into it?

dense spadeBOT
whole yacht
#

alright, my code was too long ๐Ÿ˜›

#

Hello. I'm hosting a domain at strato.de (let's say abc.com). It includes several subdomains, which have a CNAME pointing to the root domain (all setup on strato.de). The root domain is updated with DDNS on my router. I added the domain to cloudflare, I didn't change the nameserver though. I created an API Token, installed the Let's Encrpyt addon and added everythinng to my config. Now I'm getting the following error:

atomic sand
#

im trying to install docker/esphome/esphome-armf to get my rpi1 working with home assistant and esphome, is there a way in the ha cli to do a docker pull? or do i need to install it another way

teal iris
whole yacht
#

yeah that was it

#

thanks

subtle crypt
#

Ah, I noticed it also happens on the SSH addon for me. And realized that it only happens when I go trough the reverse proxy url. If I try on the internal ip instead the addons work correctly. Any idea on what Im doing wrong with the reverse proxy? It's setup using nginx proxy manager addon.

dark yoke
#

add-ons ๐ŸŽ‰

rare marsh
#

I just started using the Studio Code Server add on a week or so ago. It keeps showing all of these "errors" for things that allowed. Do I need to change a setting or something?

rare marsh
#

is this because of the new/modern formatting for templates?

half gust
#

is there an add-on combination that would let me use transmission through a wireguard VPN and run a plex server that doesn't go through the VPN? (raspberry pi 4b)

distant tiger
#

I just installed the "Baby Buddy" addon which creates a server abs when I try to access the webui via home assistant I get 404 page not found.

#

This is the log from the addon

#

2022/01/20 12:47:09 [error] 407#407: *5 "/dev/null/index.html" is not found (20: Not a directory), client: 172.30.32.2, server: 68152197-baby-buddy, request: "GET / HTTP/1.1", host: "###redacted###", referrer: "###redacted###"

#

Any idea what the issue may be?

#

I'm wondering if I need to use the addon in conjunction with a proxy manager or something?

sly kindle
half gust
#

Iโ€™ve seen in some places that people are running portainer as an add on but I donโ€™t see it in the add on store. Has it been removed? If so does anyone recall why?

tidal harness
#

Hello! In the sidebar menu I don't have the Hass.io. Why is that?

#

Eventually find answer: "This is not supported by your Home Assistant installation. It needs either the Home Assistant Operating System or Home Assistant Supervised installation method."

lament otter
#

The sidebar of what? What precisely are you expecting to see where, and what older version of what did you upgrade from?

tidal harness
#

I have ubuntu 20.4 application Home Assistant - don't have /supervisor capabilities

sterile spire
#

@raven tinsel One thing I really like about AdGuard Home is the ability to use AdGuard Home Sync (quay.io/bakito) to be able to designate one AdGuard Hoe instance as the Origin Instance, and have the settings replicated to multiple Replica instances.

I have just installed the HA AdGuard Add-On and it seems that this functionality is not available. I'd be more than happy to have the HA Add-On as the origin and replicate its settings out to the other AdGuard instances I have here, but all that happens (when trying to replicate the settings into the HA AddOn to set it up with the right configuration is as follows:

ERROR sync sync/sync.go:199 Error syncing general settings {"from": "10.255.17.42:5380", "to": "10.255.17.40:8123", "error": "405 Method Not Allowed"}
github.com/bakito/adguardhome-sync/pkg/sync.(*worker).syncTo
/go/src/app/pkg/sync/sync.go:199
github.com/bakito/adguardhome-sync/pkg/sync.(*worker).sync
/go/src/app/pkg/sync/sync.go:172
github.com/bakito/adguardhome-sync/pkg/sync.Sync.func2
/go/src/app/pkg/sync/sync.go:44
github.com/robfig/cron/v3.FuncJob.Run
/go/pkg/mod/github.com/robfig/cron/v3@v3.0.1/cron.go:136
github.com/robfig/cron/v3.(*Cron).startJob.func1

covert arch
#

you may need to redirect it at adguards native interface, not homeassistants ingress

shut hazel
#

I recently switched frorm ha docker to ha core in a virtual machine on my synogloy, great stoff. But I kept the Dezonz container. Today I upgraded my NAS to the latest version, losing the usb connection to the zigbee stick of course and I also read that the deconz container I use is no loger being maintained. Long story short, maybe it's the right moment to move to the add on store and use deconz there or is that a bad move? If so, how do I setup my nas in order for the virtual machine and the deconz add on to recognize my conbee II stick?

lethal briar
#

I'm using the frigate add-on (and custom component) but the buttons to enable recording and detection on the camera feeds don't seem to respond

#

Also the switches from the integration, which should do the same, are not available

#

Any idea how to fix this?

lethal briar
#

In the meantime I found out this has to do with the MQTT setup, but I'm using default settings there. MQTT Broker add-on, MQTT integration and no user account set

lethal briar
#

rubber_duck It's working, a reinstall of the integration did the trick

latent ether
#

Hi, I have written a node based HA plugin to serve static files over http. Whats the best way to share this addon with the HA world as I feel others may wish to use this functionality also.

viscid orchid
#

I believe there's a 'share your projects' section on the forum

#

You'll want to be clear about what you developed - there are no plugins

latent ether
#

thank you

rare lagoon
#

Hi - trying to configure the NGINX proxy manager add-on - I think I have everything right. I can access locally direct to IP just fine - when I come in through my public name on port 8123 it looks like it is trying to work - I get a Home Assistant page but it just says "Initializing" - Any ideas?

covert arch
#

check your browser console

#

should be some websocket errors there

#

you need to upgrade websocker connections at the proxy level

viscid orchid
#

right, make sure that you enable websockets for the HA host in NPM

#

and also enable hairpin NAT or a host override if you're using your external FQDN from inside your local network

#

I see that Frenck said the same about websockets in the addon server

chilly radish
#

Is anyone running the 'SDR to Home Assistant' addon?

sly kindle
#

got a link?

chilly radish
sly kindle
#

I don't know it. But it doesn't look abandoned at least

chilly radish
#

I'm also using the AcuRite to Home Assistant addon from that same GitHub... The problem I'm having is after about 2-5mins, it seems to crash and the values in the card become 'Unknown' which results in me having to restart the addon to get the values going again

sly kindle
#

Anything in your HA logs?

chilly radish
#

Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py", line 892, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3591, in _thread_main self.loop_forever(retry_first_connection=True) File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 1756, in loop_forever rc = self._loop(timeout) File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 1164, in _loop rc = self.loop_read() File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 1556, in loop_read rc = self._packet_read() File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 2439, in _packet_read Exact sample rate is: 250000.000414 Hz rc = self._packet_handle() File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3033, in _packet_handle return self._handle_publish() File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3327, in _handle_publish self._handle_on_message(message) File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3570, in _handle_on_message on_message(self, self._userdata, message) File "/scripts/rtl_433_mqtt_hass.py", line 434, in mqtt_message bridge_event_to_hass(client, msg.topic, data) File "/scripts/rtl_433_mqtt_hass.py", line 512, in bridge_event_to_hass publish_config(mqttc, key, model, instance, channel, mappings[key]) File "/scripts/rtl_433_mqtt_hass.py", line 476, in publish_config manufacturer, model = model.split("-", 1) ValueError: not enough values to unpack (expected 2, got 1) [R82XX] PLL not locked

#

Sample rate set to 250000 S/s. Tuner gain set to Auto. Tuned to 433.920MHz. MQTT Connected... baseband_demod_FM: low pass filter for 250000 Hz at cutoff 25000 Hz, 40.0 us MQTT Connection established

#

It still establishes the connection but just the value input after 2 mins

lament otter
#

Gesundheit.

dense spadeBOT
#

Please use a code share site to share code or logs, for example:

Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.

sly kindle
#

looks similar to one of the issues in the link above

chilly radish
#

I've got the latest version for everything

chilly radish
#

Yeah. Was just reading that one

burnt acorn
#

Guys, a question for rpc shutdown addon. I am using window 10 without password on admin account. Is is possible, to setup somehow credentials: user%password with option that addon will understand there is no option? Or maybe there is no option to leave it blank? I tried Administrator (in that option addons asked me for password) Administrator% - doesent work at all....

sly kindle
#

needs a user/password

#

also not using a password with windows is so 20 years ago ๐Ÿ˜…

daring sand
#

not sure if the right area to ask. I have an app that sends images via MQTT to HA. It has a setting for HASS Discovery
Key - discoveryPrefix - homeassistant
But that does not work. How do I troubleshoot?

chilly radish
smoky sorrel
#

hello all. Do you know why if a device has no consumption for a certain period of time, it dissapears from the grafana dashboard? is there a way to prevent this behaviour ?

fiery prism
#

You have to force the sensor to update regularly somehow.

fierce osprey
#

so i hear the new eWeLink Sonoff addon is no good...

tepid dock
#

I found that shutdown of windows machines went smoother for me with agent based control of the machine through hass.agent and using that to shut it down and also monitor stats.

young sage
#

Hello, I have a question related to RPC-Shutdown

#

Although it works great, it takes time to verify whether a PC is running or turned-off. This makes Google Home refresh all device states very slow

#

Is there a way to improve this by any chance?

rain wind
#

@young sage i hvnt seen any other way to improve this. It sometimes take a good min or 2 to update the status

#

if you are impatient, there might be a way to "simulate" another sensor/switch, but it really depends on your usecase

#

example: use a power monitoring switch to force a state

radiant notch
#

For the plex add on, where do the plex config files all live

wary portal
#

I have IOTStack installed on one Raspi. There are containers with node-red, influx, grafana, mqtt, zigbee2mqtt on it. Recently I tried HA on a separate Raspi. Why would I want to have node-red, influx, grafanaโ€ฆ. as addon rather then keeping things separatly?

plucky swallow
#

Hey guys, i got a problem with ESPhome, when i do wireless install i loose connection from my home assistant and it comme back after 5 /7 minutes, like a reboot maybe ? there is a patch for that ? does anyone have the same problem ?

half niche
craggy oracle
#

Hi,
I've been looking for days but can't find a solution, maybe someone can help. I installed home assistant on a pi 4 with docker. Including super visitor, as explained on github. Everything also works with ingress addons like node red and esp home or terminal ssh. Only the file editor doesn't work. The message comes that the site is not available: http://192.168.0.27:8123/api/hassio_ingress/Iljv1OtsqVvSoAuix4qpB6aBU3H2FcrpXZ0TASeOIQg/ I use chrome but also edge gives the same message and also cromium and also from the pi directly. My log only has one message: 2022-01-23 13:18:35 ERROR (MainThread) [aiohttp.server] Error handling request I couldn't find a solution there either, but there is no problem with the check. Anyone know?

sage needle
#

Well

#

Ffs

#

Load up HA. completely gone. No ha anywhere in my VM, in any backup folders / clone folders. Blah blah.

Luckily there are google drive snapshots.

I've reinstalled HA, can I load up the Google snapshot in the new HA. Should restore it correct?

viscid orchid
#

Load up HA. completely gone. ๐Ÿค”

#

what?

#

Should restore it correct?

#

I suppose, but the situation that you've described is peculiar

sage needle
#

Right? Like wtf, all my VMs were gone lmao. Not just HA though

#

Even looked in the folder VB creates. Nadda

lament otter
#

What happened to your machine?

#

Did you sleep walk and wipe it?

craggy oracle
#

Hi,
I've been looking for days but can't find a solution, maybe someone can help. I installed home assistant on a pi 4 with docker. Including super visitor, as explained on github. Everything also works with ingress addons like node red and esp home or terminal ssh. Only the file editor doesn't work. The message comes that the site is not available: http://192.168.0.27:8123/api/hassio_ingress/Iljv1OtsqVvSoAuix4qpB6aBU3H2FcrpXZ0TASeOIQg/ I use chrome but also edge gives the same message and also cromium and also from the pi directly. My log only has one message: 2022-01-23 13:18:35 ERROR (MainThread) [aiohttp.server] Error handling request I couldn't find a solution there either, but there is no problem with the check. Anyone know?

sage needle
#

Got it back up boys. Fresh install of HA. Cool ass option right ad you go to create an account. Very bottom says restore from snapshot. Pretty deadly

meager ore
#

Hi all, I need help or guidance to solve the problem.
I have HA (HA Blue, in the local network) and freshly installed photovoltaic panels (7.5 KWp, Polyntech 10KWh batteries, GW10K-ET inverter connected to the home network). I am not able to install this HACS (GoodWe solar inverter sensors for Home Assistant) in HA, I get these error messages in the system log:

2022-01-23 19:25:57 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

I will be grateful for any advice on how to proceed, I am not an experienced HA user. Thanks in advance ....

viscid orchid
#

those aren't errors, they're warnings, and for integrations, not addons

#

they mean nothing other than the integrations were loaded properly

#

they are unrelated to any other issues you may have

meager ore
#

Thanks, I'm an inexperienced HA user ... but I can't initialize the HACS in any way, it won't start at all...

viscid orchid
#

2022-01-23 19:25:57 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

meager ore
#

47 / 5 000
Vรฝsledky pล™ekladu
... I'm missing some information or experience .. ๐Ÿ˜”

viscid orchid
#

it's irght there

#

what is the actual issue?

#

I suspect that you missed the bit in the FAQ about it taking a while on first startup

#

but just guessing from that message

meager ore
#

you're right ... I'm trying to go too fast .. I have to study something ๐Ÿ‘

dense spadeBOT
nocturne phoenix
#
[Error: EACCES: permission denied, open '/data/session.json'] {
  errno: -13,
  code: 'EACCES',
  syscall: 'open',
  path: '/data/session.json'
}
#

I saw this post ( https://github.com/home-assistant/supervisor/issues/2158#issuecomment-714370975 ) that says all JSON files are stored with 0600 and recommends using the API but I think (or at least I don't know) I can't use API to persist something in /data folder.
I also saw this post ( https://github.com/home-assistant/supervisor/issues/2158#issuecomment-714387342 ) that says about configuring ownership and permissions but still no success because the file is created in runtime.
I also saw some discussions about /config folder, but I can't find it anymore. Maybe because I am stuck for the last 2 days.

#

So my questions are:

  • First thing, is it correct to store persistent data to /data folder ? Based on the docs, I think it is.
  • Is there some way to use API to persist a file in /data folder ? If so, what is the link to the documentation ?
  • Otherwise, how would you recommend to complete this task ? I mean, the task is using another user to store a file that is persistent across executions of the same container.

Thanks in advance

craggy oracle
#

Hi,
I've been looking for days but can't find a solution, maybe someone can help. I installed home assistant on a pi 4 with docker. Including super visitor, as explained on github. Everything also works with ingress addons like node red and esp home or terminal ssh. Only the file editor doesn't work. The message comes that the site is not available: http://192.168.0.27:8123/api/hassio_ingress/Iljv1OtsqVvSoAuix4qpB6aBU3H2FcrpXZ0TASeOIQg/ I use chrome but also edge gives the same message and also cromium and also from the pi directly. My log only has one message: 2022-01-23 13:18:35 ERROR (MainThread) [aiohttp.server] Error handling request I couldn't find a solution there either, but there is no problem with the check. Anyone know?

viscid orchid
#

You keep reposting the same thing, including 'super visitor'. Maybe you'll have more luck on the forum

iron sable
#

just tried to install Mqtt and got this message Image homeassistant/aarch64-addon-mosquitto:6.0.1 does not exist for addon_core_mosquitto sorry newbi no idea , cant find much on www .Home Assistant 2021.12.10 where do i go next ?

viscid orchid
#

You'll need to share the whole error message

dense spadeBOT
#

Please use a code share site to share code or logs, for example:

Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.

errant verge
#

Does motionEye also record by default or just stream the camera feed?

pliant heart
#

Hi, I cannot find ZHA (Zigbee Home Automation) in the Addon store. Is there a trick to find it?

errant verge
sly kindle
#

its' an integration

pliant heart
#

Thank you cogneato

errant verge
#

Am I doing something wrong? I have an issue that my motionEye is behind the actual time for about 2 minutes.

smoky knoll
#

anybody an idea why i get in addon visual studio since a few weeks errors on statement - platform ..., it makes it hard to read the file, but no errors in HA config so mainly cosmetic problem

weary stratus
#

New here. can somebody direct me to the EnOcean groups?

deep veldt
#

Hi could anyone help me with ERR_SSL_PROTOCOL_ERROR ? I can acces my HA through http but no https ;///

viscid orchid
#

did you provide certificate information in your HA configuration.yaml?

smoky sorrel
#

hello all. is there a way to overwrite some data into influxdb? i had a bug on the storage of the data. i corrected it manualy by donwloading the csv file. now i want to upload it and obverwrite the current database. is this possible?

deep veldt
#

Any ideas?

viscid orchid
#

first, base_url was deprecated a long time ago

#

second, perhaps something is wrong with the certificate and key that you've provided

deep veldt
#

Let's encrypt doest write errors in logs? So what should i do?

viscid orchid
#

you should review the HA logs

deep veldt
#

2022-01-24 16:21:33 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 334, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 551, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'Invalid method encountered'"

sly kindle
#

share your http: config but with formatting

#

you should not be able to reach it using http://

#

if your config is correct

deep veldt
#

Sorry not sure how to do that ? Any examples ?

dense spadeBOT
#

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://www.codepile.net/ (pick YAML for the language) or https://paste.debian.net/ (pick YAML for the language).

sly kindle
#

@deep veldt ๐Ÿ‘†

#

copy the http: section to your clipboard

#

before you paste it here, enter three backticks, then paste it, then three backticks again

deep veldt
sly kindle
#

No

#

But linking to another paste site is fine

#

You have no http configuration

#

You indented everything in that section.

deep veldt
#

I did put random website to do not exposed my domain. Should i post real http?

sly kindle
#

that's not the problem

#

greens are good yaml integrations

#

red one is bad

#

see why?

#

it doesn't exist, because it is just floating out there

#

it needs to be all the way to the left

#

that whole section is being ignored, because it doesn't start correctly

#

and get rid of the base_url line

#
http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem
  ip_ban_enabled: true
  login_attempts_threshold: 5
deep veldt
#

I have no idea how to thank you guys, it works with https now! Im a newbie and had no idea that was the issue. Thank you so much for that

vestal thunder
#

What can I do to make deconz have a static IP address? I asked their support and they said:

It seems that after a reboot, the addon changes Internal IP. this is not something we can help with as the Addon isnโ€™t maintained by us. I think your best to ask on the HA support channels.

junior lynx
#

Hi all - I'm having a problem with the Nginx Proxy Manager add-on: it is working to proxy HA with SSL, but add-ons using Ingress will not display. Terminal shows a blank black screen, Studio Code Server displays an error: "An unexpected error occurred that requires a reload of this page. The workbench failed to connect to the server (Error: WebSocket close with status 1006). Reloading repeats this error. Node-RED looks like it is working - progress bar and nodes displayed but then a red-bordered error at the top "Lost connection to server, reconnecting...".

#

After googling, I found that the 1006 error might be browser related. Tried Chrome, Safari on Mac, Chromium, Firefox on Ubuntu, Safari on IOS, all give the same error.

#

I must have something misconfigured but can't figure out what. Any suggestions? Thanks!

#

Oh - all other sites proxied by NPM are working fine for me, and everything else with HA is working, only this problem with Ingress add-ons

junior lynx
#

One other detail - I have WebSockets support turned on in the HA proxy host settings in NPM.

charred chasm
#

Because I still can't connect after saving the config and restarting the add-on

opaque flume
#

Hi i cant get my nginx proxy running. It will startup and say it is running but when i click for it to open up i just get a con't connect to server issue in my browser

#

Any idea

charred chasm
#

Never mind, I figured it out

opaque flume
#

I get this in the log

#

2022-01-24 21:23:46 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data: Container addon_a0d7b954_nginxproxymanager is not running

surreal swift
#

Hi. What is the best practise for an Add On's UI, specifically linking to pages/ resources within the ingress iframe?

torn elk
#

Hello, I'm looking for help for the code I should upload to my ESP32, is it the good channel ? with ESPHOME.

viscid orchid
weary stratus
#

can someone help when i try to open the web ui of tasmoadmin i get this This site canโ€™t be reachedhomeassistant.local refused to connect.

weary stratus
#

Are there any add-on(s) for NAS storage that i can use for remote access with WebUI? I found an unofficial NextCloud addon that i'm right now, but I would prefer a simpler NAS solution. Ovbiously stumbled upon Samba NAS, but that's only for local storage, no WebUI, right? Seems all google searched are backwards as most requests seems to be running HA on a NAS...

deep veldt
#

Hi im using motion eye for cameras i wanna integrate to do automation for snapshot in the moment of pressing door bell. Everything works i'm getting snapshot done correctly, i can open and see photo in the files, but notification i get loading sort of movie? instead of that photo?

#
image: /config/tmp/camera.jpg
#

That what i used in call service automation in data space.

glass totem
#

Hi guys, could you please help me to setup samba and permissions to be able edit files in home assistant? I can access my files in config folder from windows, so SMB seems to be setup correctly, also i've granted permission to all users to edit files i want them to edit, but somehow when I open a blueprint in Visual Code on Windows I can se an empty file

weary stratus
#

hey guys, i had problems using Visual Studio Code because it wasnt loading the files properly so i wanted to uninstall it and reinstall it, but now i cant find it anymore in the add-on store. anybody have an idea why?

weary stratus
#

multiple times

#

it just doesnt show up

glass totem
#

@weary stratus that's interesting can you make a screenshot?

lavish sphinx
#

Team....any thoughts on an official add-on for visualizing NGINX Proxy Manager access logs?

I found this package and it looks pretty mature and is available in a docker container.

https://goaccess.io

charred echo
#

Anybody have issues with Duckdns lately?

#

Log of Duckdns even though no change to my WAN IP constantly try to update.

#

And it disconnects the from remote access with error unable to access to home assistant

lavish sphinx
charred echo
#

I do have another home assistant for my farm house and there I have no issue.

lavish sphinx
#

Paste a copy of logs?

charred echo
#

Sure.

#

Every 300s it checks and then instead try to update. During this time, I get error unable to connect to home assistant. After few second it will again come back.

#

I know my WAN IP is not changed since last two months.

#

few times log does say No change and during that remote access work fine as it should be.

lavish sphinx
#

Double check your token?

pseudo pine
#

Hi all. I playing around with appdaemon and accessing the home assistant database. I'd like to know if there could be any problems. Because i think when home assistant is tring to access the database while it's in use by a appdaemon app it cause problems... has anyone expierence with this?

fluid sage
#

I've set up Nginx and DuckDNS, forwarded the appropriate port (I selected, let's say, 7979) to 443 on my Hassio-host.

When I visit my IP, I'm met by the Unifi-login page. Local HA is still reachable by http.

#

I'm using the Add-ons from the store.

eternal bluff
#

Trying to add a light group but something seems to be missing in my config. I think I'm just formatting incorrectly, and it's picking up my entity entries as one long entity, but I can't figure out the right way. Any pointers?
https://paste-bin.xyz/34857

viscid orchid
#

That's just the error

#

You'll need to share the config

neat rover
#

I just installed VSCode add-on and my HA instance seams unavailable... I have it installed in a raspberry pi 3b+, I guess it's not powerful enough to run it?

viscid orchid
#

I wouldn't think that it would grind to a halt and become inaccessible, but from the docs:

#

Can this add-on run on a Raspberry Pi? Yes, but only if you run a 64 bits operating system. Also, see point below.

This add-on currently only supports AMD64 and aarch64/ARM64 machines. Although we support ARM devices, please be aware, that this add-on is quite heavy to run, and requires quite a bit of RAM. We do not recommended to run it on devices with less than 4Gb of memory.

#

your Pi3b+ with 1GB of RAM doesn't qualify

#

you can, however, expose your configuration via SAMBA or even SSHFS and use VSCode natively on whatever machine you want

elder wadi
#

Hi everyone, quite a simple question but still important. Is it wise to have Samba start on boot (I have a strong password for it) or should I just start it manually every time I want to use it?

covert arch
#

as long as you dont expose it (samba) to the internet its usually fine

sour sparrow
#

morning! in my config i have

sensor: !include_dir_merge_list sensors/

Now in every yaml inside the sensors dir i get red debug errors from Studio Code Server. Any way to remove this or say its correct or something?

#

The sensors are all working and HA doesn't say the config is wrong

vapid glacier
#

Hi all,
i been using ADB - Android Debug Bridge for a while, mainly works well but sometimes things drop. i was just looking into a recent drop and noted that its depricated, and advise on a better solution.

viscid totem
#

Hi guys. Been trying to setup Samba Share but absolutely no luck getting to show in file explorer. Have tried a bunch of suggestions from forum posts but no luck (most are outdated)

My HA IP cannot be accessed by windows

viscid orchid
restive echo
#

tried tro start my ESPHome addon for the first time in a while and it's no longer starting:

22-01-28 11:08:28 ERROR (MainThread) [supervisor.utils.json] Can't write /data/addons/data/a0d7b954_esphome/options.json: [Errno 2] No such file or directory: '/data/addons/data/a0d7b954_esphome/tmpr7g2ta3e'
22-01-28 11:08:28 ERROR (MainThread) [supervisor.addons.addon] Add-on a0d7b954_esphome can't write options

restive echo
#

uninstalling and re-installing the addon seems to have fixed it ๐Ÿคทโ€โ™‚๏ธ

dusty current
#

Hi sorry to sound newbie but to be fair I completely am but I have installed the lets encrypt addon and its generated the cert and all but when ever I try to access the site it still says no ssl certificate

viscid orchid
#

it sounds like you didn't add the key and certificate under http: in configuration.yaml

dense spadeBOT
tawdry lark
#

Hi guys!

i just installed SAMBA to get to the configuration.yaml via windows pc in my network.
the problem is
it does not show up
i did set the ip range
and a password
in the samba config

sly kindle
#

@tawdry lark you didn't need to change allow hosts addresses there

tawdry lark
#

ow

#

could it be that i forgot the " " at the password section?

sly kindle
#
  - 10.0.0.0/8
  - 172.16.0.0/12
  - 192.168.0.0/16
  - fe80::/10```
#

leave it like that

sly kindle
#

just user and password

tawdry lark
#

ok, corrected it

sly kindle
#

save, restart, then try to connect to the ip address from windows file explorer

tawdry lark
#

that username and password. can it be just something random? because i thought so..

sly kindle
#

whatever you want to type in when you connect to it

tawdry lark
#

okay

#

so i did that

#

and then i connect to the home assistant ip adress?

sly kindle
#

as shown in the image there

#

with the backslashes

tawdry lark
#

got it, thanks!

young sage
#

Hi, I was wondering whether if it's possible to have the RPC-Shutdown Add-On to make a PC to go into sleep instead of shutting it down

dense plinth
#

Goodmorning. Just a question to be sure before I break my HA install. I have installed the git pull add-on. The docs say that you should have a complete config folder on your github repo. However I have only the files there that I have not excluded by my .gitignore. Will it delete all config files and then only pull the ones on Github? And if yes, what is the best way to do this first pull? -- solved

spice gorge
#

Stupid question on addons: If they store configuration or data, am i responsible for Backups myself? Eg if I install the mosquitto addon, will hassos make a Backup by itself?

glass condor
#

I'm trying to add the Google Drive backup addon to my Home Assistant, but when I add the repository the add on doesn't show up, even after a full host reboot

#

Am I missing something?

#

Nevermind you just have to force a refresh of your browser page

viscid orchid
#

You will always be aware of when backups are made - they don't just happen in the background unless you set up an automation to do that

subtle mason
#

Good evening! I am having a problem after install Nod-Red! Bad Gateway and I dont know to solve it! can anyone help me? Thank you!

viscid orchid
#

Check the addon logs

subtle mason
spice gorge
#

Thanks, @viscid orchid !

lunar blaze
#

Anyone having issues connecting fgrom the VSCode server adding to Github? The auth capability appears to be failing. I get an "Oh No! An error occured! Please restart the sign in process from the editor. Forbidden" from Github when trying to execute https://vscode-auth.github.com/authorize

viscid orchid
subtle mason
#

@viscid orchid dont ask me how! I just uninstall the nod-red, reboot HA, install it again... just changed the SSL to false and I came to you to see your answer.... and it started!

But thanks for your help to look the logs... thank you!

analog axle
#

how can i send an mqtt command if i have z2m installed as an addon

#

found it

whole yacht
#

is running the MariaDB addon on a SD-card installation of HAOS a bad idea? I heard that it's quite write-intensive. I need it for nginx proxy manager, not for HA to write data to it

fleet heron
#

Hello! I'm using the letsencrypt add-on and the nginx ssl proxy add-on to use that certificate. My instance is then publicly available. My letsencrypt certificate then fails to renew unless I trigger it manually. I've tried using a sensor.cert_expiry_timestamp with an automation, but something (my router?) blocks these connections. I tried curl on my internal ip address, https://192.168.1.51:443, but that gives me a self-signed certificate. Am I holding it wrong?

balmy dagger
#

Anyone recieved this email from Let'sEncrpy lately?
Let's Encrypt revocations affecting your TLS certificates

steep zealot
#

Is there any way to copy the database files out of the MariaDB container with the container not running? If yes, how?

clever kite
#

How would I go about installing this into Node-Red running in HA Supervised? I know you can specify packages in the config, but that seems to only be for packages in NPM.

steep zealot
#

My DB is down and I am trying to save the database if possible

clever kite
steep zealot
#

Is anyone able to offer any help??

steep zealot
#

I've made a little progress and I am trying to find a way to run recovery_modes when mariaDB container is initiating. Maybe there is someone able to help with this?

dense spadeBOT
steep zealot
#

Regarding @fiery prism comment on the need to stop MariaDB before taking a backup file (#energy-archived message)
Based on the forum this was resolved around August 2021. Am I reading this wrong?

#

Thus, should i reopen the issue, since it's still corrupting backups if not stopped??

wanton spear
#

hello there - what's the magic to get grafana talking to influxdb?

#

ah - addon_a0d7b954_influxdb perhaps

#

nothing in the docs about that

#

that was it. huh

viscid orchid
#

There's a whole section in the Grafana addon docs:

Using it with the InfluxDB Community add-on

pliant heart
#

Hi, I dont get owntown server working with spotify. Has anybody running this? I am not sure about the spotify integration. Is this madatory for that or do I have to delete it?

fiery prism
#

Yes

pliant heart
#

Hey, anybody using owntown here?

covert arch
#

*owntone ๐Ÿ˜‰

pliant heart
#

sorry ;D

willow lintel
#

just found out that I got invalid method encountered errors #integrations-archived message after switching to http/Nabu Casa. Offender add-on Log viewer, which settings I had forgotten to turn off SSL. Is there any harm in turning that off, any security holes?

rustic sigil
#

Hi,
I have an issue with the VS Code add-on. It used to work before.
I am loading Home assistant through my DuckDNS hostname. When I try to open VS Code, I have this error message and can never actually load the add-on webpage:

The workbench failed to connect to the server (Error: Time limit reached)```

In the logs of Home Assistant, I have this message: 
```22-01-31 18:51:36 ERROR (MainThread) [supervisor.api.ingress] Ingress error: <RawResponseMessage(version=HttpVersion(major=1, minor=1), code=400, reason=None, headers=<CIMultiDictProxy()>, raw_headers=(), should_close=True, compression=None, upgrade=False, chunked=False)>```

If I try to load Home assistant from the direct IP, I can load the VSCode page without problems.
There are no logs appearing even with "log_level" set to "debug" on the VSCode add-on.
viscid orchid
charred echo
#

Not sure if anybody previously observed this issue but
I have networking related issue with my HA deployment.
I have duckdns set up with port forwarding set up correctly. I can access duckdns from outside of network and get to the HA but locally duckdns URL does not work.

sly kindle
#

@charred echo If your router does not support hairpin/loopback NAT then it would not.

charred echo
#

@sly kindle Got it, Thank you ๐Ÿ™‚

#

I enabled it from pfsense and its now accessing.

marsh raven
#

Hello, i need help to setup SSL with DuckDNS & Let's Encrypt
I'm using Home Assistant Supervised, with Debian 10 Buster, from a RPi-4.
As router i have a Fritz-Box 7590 (no NAT).

in this specific moment, I'm not using SSL yet, i just point a no-ip ddns to my ip, because my router has already a preset for it, but i don't have SSL.

i already opened the port 8123 & 443 on my router on the rpi4 local ip addr

i registered a dns on DuckDNS.org

and I'm stopped there, cannot go ahead, I'm not very expert on networking things

my goal would be to setup a SSL Secure https connection for connecting remotely from internet, and disable the original 8123 http (no SSL) connection from outside.

Thank you in advance

spring carbon
#

When updating an addon I saw that the snapshot of the addon is no more the a line of code with the version number. So I guess when you revert back to that backup the only thing happening is that this version is downloaded again. Am I correct?

#

Does this also happens on a full system snapshot? The reason I ask is because what will happen when that version is no longer available online? Say I don't want to update an addon anymore because it works perfectly as it is. And after a few years I need to do a snapshot restore and the add on is no langer available. What will happen?

dull furnace
#

Another question; do you guys also have a lot of invalid respository errors with the newest version? 2022-02-01 09:56:07 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/options - Invalid Add-on repository!

pliant heart
north siren
#

Hello. First, thanks a lot for taking care of this discord ๐Ÿ™‚

#

I'm trying to add support for AddOn for the hass-nature-remo repository on github but I'm struggling with the config/setup. I cloned and added a repository.json and config.json file to it. Basically I can see the AddOn in HA but the install fails. Is there somebody who could guide me on what's missing please? My fork -> https://github.com/mime29/hass-nature-remo

weak lake
#

Greetings all! Working on an add-on trying to understand how units of measurement get converted. Is there a standard "secret sauce" that folks are using to get from the entity's presented UOM into the one indicated by the unit_system: configuration? It appears like it could end up being a brute force type exercise. thanks in advance for any pointers and the help!

viscid orchid
viscid orchid
weak lake
#

@viscid orchid yeah, custom component. and that's an integration. sorry. not enough coffee today.

viscid orchid
weak lake
#

most sweet! Thanks for the pointer. greatly appreciated.

wide hamlet
#

Same here mitul1208

#

I had the same problem before yesterday. So I reinstalled HA and made a restore from a backup. and yesterday everything seemed ok, I could connect with my CELL from outside and also from my LAN. Since this morning nothing works

spiral leaf
#

Hi, i need help with studio code server.
I add repository by mistake to source control, and I don't know how to remove it, I added the config folder which is a big folder and it make vscode laggy, how to remove the repository?

limber quartz
#

unsure if vfs fruit is in this addon so apologies if this is a dumb point

quasi oyster
#

Is there a way to add some security to the AppDaemon add-on WebUI? I don't like that anyone on my network can access the page

timber pine
#

I just installed Home Assistant for the first time, so I'm new to this. I'm trying to Add Ikea Tradfri, and the website states that it should show up automatically if discovery: is present in configuration.yaml, so I wanted to edit this, and the website recommends a Visual Studio Code addon (first paragraph under "Editing configuration.yaml" at https://www.home-assistant.io/docs/configuration/ ). So anyway, I installed that addon and now I get this error when trying to start it:

Image ghcr.io/hassio-addons/vscode/aarch64:4.1.0 does not exist for addon_a0d7b954_vscode
How do I get this image?

jaunty jasper
#

from time to time, my HA virtual machine becomes completely unresponsive. After a reboot I check the OS logs and find some errors about RAM being exhausted. It seems to relate to influxdb. Anyone else seen this? Not sure how to troubleshoot it, since I just use the default InfluxDB add on which doesn't seem to have any resource limits or options

viscid orchid
#

in any case, I can pull that image without any trouble, so I suspect that there's a DNS issue on your side

indigo granite
#

I had to recreate a VM from scratch and then do a restore from my backup. Since the IP changed, do I have to set up https with duckdns from scratch or is there something I can edit to be able to login from outside of my network again?

north siren
#

I just want to make it simple to install in HA on raspberry (meaning, not using ssh)

viscid orchid
#

the easiest way to install a custom integration like that it through HACS, but you install HACS with SSH

#

if you want to simplify the installation process for that integration, you can make it compatible with HACS

#

~hacs

#

sigh

north siren
#

ok, I ll google it then. Thank you

viscid orchid
north siren
hollow imp
#

Custom button Card:
I have turned on the Lock Object, and now tapping the button unlocks it, then tapping again actually presses it. BUT with this, the hold-action: action: more-info is gone. any way to get Lock and hold to more-info?

raven tinsel
hollow imp
#

ah yes

#

thanks mate!

indigo granite
#

Quick question, do I have to have letโ€™s encrypt running if I am running duckdns?

sly kindle
#

@indigo granite the duckdns add-on has LE built in. You don't need the additional stand-alone LE add-on

indigo granite
#

๐Ÿ™๐Ÿฝ

weary stratus
#

how do i setup the terminal addon

weary stratus
#

I thought I had WireGuard working, it it kinda does as I can access my local home network. However, my internet browsing is not routed through my home network. This is my setup: ```peers:

  • name: laptop
    addresses:
    • 172.27.66.2
      allowed_ips: []
      client_allowed_ips:
    • 172.27.66.0/24
    • 192.168.1.0/24
      server:
      addresses:
    • 172.27.66.1
      dns:
    • 8.8.8.8
      host: vpn.mydomain.com``` Anything obvious wrong here?
tidal axle
#

Hey all!

Sorry in advance as this might be a stupid question.
I have installed hassio on a Raspberry PI 4, added Node-RED, and installed the node-red-contrib-tradfri node.
The configuration for this node requires a CoAP path, which I am unsure about, the documentation suggests to use the node-tradfri-argon, but that does not seem to offer any client for hassio?

Any suggestsions are appreciated, than kyou

sinful spear
#

I'm trying to bridge the Mosquitto broker (version: 6.0.1) to another MQTT server on my local network. I can't seem to get it to connect to the other server. I want to pull data to use on a dashboard. I found instructions for the normal Mosquitto broker but when using them I get YAML formatting errors.
How can I bridge the add-in Mosquitto Broker to another MQTT server?

Currently I have this in the config file but it doesn't connect to the other server.
connection: victron
address: 192.168.22.50:1883
bridge_protocol_version: mqttv311
cleansession: false
start_type: automatic
local_username: {removed}
local_password: {removed}
remote_username: {removed}
remote_password: {removed}
try_private: true
topic: # both

unreal reef
#

I noticed that Community addons are missing from my HA install. The Repositories list shows "no repositories". When I try to add https://github.com/hassio-addons/repository back as a repo I get:

Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:119 
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 7:56:14 PM (2 occurrences) 
Last logged: 7:57:12 PM

Failed to to call /supervisor/options - Invalid Add-on repository!

This is on 2021.12.10, but I saw the same on the 2022.2.0 release (before I rolled back). Any ideas?

unreal reef
sinful spear
unreal reef
#

If I try to paste in a single letter like a it shows up as a a ๐Ÿคฏ

ionic pike
#

hi

#

is there a way to configure the nginx config on the nginx proxy addon ? I have to configure multiple subdomain pointing to other services

viscid orchid
#

Like this?

customize:
active: false
default: "nginx_proxy_default*.conf"
servers: "nginx_proxy/*.conf"

ionic pike
#

so i have to make a nginx_proxy directory inside /usr/share and put my conf inside ?

wanton spear
#

oh good

#

2022-02-03 12:29:37 0x7fb083a280 InnoDB: Assertion failure in file /home/buildozer/aports/main/mariadb/src/mariadb-10.4.19/storage/innobase/btr/btr0cur.cc line 340
InnoDB: Failing assertion: btr_page_get_prev(get_block->frame) == page_get_page_no(page)

#

this is fine

#

ah, so backup doesn't quiesce the db before snapshotting

#

think it's time for move to ha container, the os is just too brittle

jolly goblet
#

Heya everyone. Can someone help me with Adguard? I have configured my home assistant to have a static ipv4 address. With the standard numbers in there ipaddress: 192.168.1.176 / Gateway: 192.168.1.1 / DNS servers: 192.168.1.176.

Also i have configure my router to transfer all DNS to 127.0.0.1 (This is the address asigned by Adguard)

For some reason still my Top Clients list in Adguard is empty

steady palm
#

What's the expected folder UNC path for a shared Windows directory sharing media? I have a folder that displays on Windows as "\PCNAME\Movies". How would I specify that in the config file? Using the Samba Share core addon

steady palm
dense spadeBOT
upbeat sequoia
#

I have 4 USB drives I'd like to make a software RAID 5 of and then somehow mount it as a share. Are there any addons out there for it? ๐Ÿ™‚

covert arch
#

that is... not really in focus for this server application

viscid orchid
#

HA-as-RAID-server is a new one

shadow crystal
#

anyone having error 502 problem with Node red 2.2 in HASS?

unreal reef
#

That's going to be very tricky to do well with Docker, because mdraid is all in-kernel.

modest pagoda
#

Hey all, HA and zwavejs are reporting "Z-Wave Plus: No" for my ZST10-700 - is this normal?

heavy oracle
#

hey everyone, i hope you are doing fine. I recently started home assistant but I cant add file editor as i cant see the option of addons in the configuration option. can someone help me?

viscid orchid
#

How did you install Home Assistant?

glass condor
#

Is there a way to stop the HomeKit paring notifications from popping up every time I restart my Home Assistant OS?

covert arch
snow warren
#

Hi, not quite sure where to ask this question. It is about the SSH add-on. Does anyone know how to run an SSH command from 'any' computer to HA? When I run, for testing, e.g. ssh user@host ha -h, it shows the help text for the HA CLI, but when I run e.g. 'ha core info', I get ERRO[0000] Unexpected server response. Status code: 401
Unexpected server response. Status code: 401

clear bison
#

Hey everyone, for the life of me, tryint to get samba addon to work. no matter what i do i can't see it on windows 10

snow warren
#

@clear bison Can you elaborate? What do you mean with "i can't see it", where are you looking?

clear bison
#

@snow warren in file explorer>network

#

@snow warren i'm working on the 3d floorplan for lovelace, i need to put the images in the config folder of HASSIO from windows 10.

snow warren
#

do you have the SSH add-on installed? Then you can use WinSCP instead. Have you tried that?

clear bison
#

i am using duck dns

#

i have not tried that.

#

what is winSCP?

snow warren
clear bison
#

it says connection failed

snow warren
#

What is saying connection failed? ๐Ÿ™‚

clear bison
#

winscp

snow warren
#

Have you already installed SSH add-on and WinSCP and created a host configuration for WinSCP?

clear bison
#

I've installed SSH. WinSCP is installed on Windows, not HASSIO correct

snow warren
#

Have you configured the SSH add-on as well?

clear bison
#

yes

#

has been active for a month now and working

snow warren
#

Are you sure you have a network connection to you HA, have you tried to ping it?

clear bison
#

yes, successful Pings

snow warren
#

have you tried ssh root@'hostname or IP to Home Assistant' from a terminal?

clear bison
#

port 22 connection refused when using IP. but if it's set up through duck dns, wouldn't i have to go through the domain?

snow warren
#

I have not used Duck DNS unfortunately so I can't tell.

clear bison
#

i did successfully ping my duckdns domain if that matters.

snow warren
#

If you are sure the domain name is pointing to the IP of your Home Assistant, use the domain name then.

#

Are you sure you have configured the SSH add-on correctly and entered the port 22 in the Network section?

clear bison
#

so in WinSCP, creating a new session. using the duckdns domain for the host name, it autopopulates with the correct port. i put in the correct credentials and it just says 405 method not allowed; connection fialed

snow warren
#

have you tried to port scan: nc -zvn HOSTNAME 22

clear bison
#

I'm sorry, i'm a noob. I don't know how to do that

snow warren
#

Ok, I understand, not sure how I can help you any further then. I hope you will solve it, good luck.

clear bison
#

thank you

weary stratus
#

di

#

do

snow warren
#

you are welcome.

clear bison
#

I also tried FileZilla and got the following

Status: Waiting to retry...
Status: Connecting to dex.local...
Response: fzSftp started, protocol_version=11
Command: open "pi@dex.local" 22
Error: ssh_init: Host does not exist
Error: Could not connect to server

torn elk
#

Hello guys !

I'm trying to send a simple mqtt message to turn off my switch from the dev panel/services tab :

service: mqtt.publish
data:
  topic: "zigbee2mqtt/Switch Office"
  payload: "{\"state_left\":\"OFF\"}"

I think I followed the documentation (https://www.home-assistant.io/docs/mqtt/service) correctly.
But nothing happens, and nothing shows up in the zigbee2mqtt logs page.

I'm a bit lost, can you explain what I'm doing wrong ?

unique pebble
#

Hello I have a question about HomeAssistant. I am relatively new to the subject, so I apologize for any questions that may be very trivial. So I have a switch (ESP Home NodeMCU) I would like to turn off after 30 seconds after this was switched on again.

#
  - platform: gpio
    pin: 5
    name: "Klingel"
    inverted: true
  

main yacht
#

Hi, I'm running HA on a RaspberryPi4 and I had to uninstall UniFi add-on because it ate 46GB of disk space and filled in my sdcard. However, now I can't install the addon back because it says "Add-on a0d7b954_unifi not supported on this platform".
Does anyone know how to install UniFi controller addon?

viscid orchid
main yacht
viscid orchid
#

That is 32-bit

main yacht
#

okay, so i need to reimage with 64bit then? do you know if i will be able to just restore backup if i do that?

viscid orchid
#

You can

main yacht
#

alright, thanks a lot

tidal spruce
half blade
viscid orchid
#

ssh hassio "source /etc/profile.d/homeassistant.sh ; ha $*"

#

make that a shell script, call it "ha", make it executable, and profit

half blade
#

this works too: ssh hassio "zsh --login -c 'ha core info'"

snow warren
#

Thanks @half blade and @viscid orchid for your engagement. I got help from @ionic carbon yesterday evening, he suggested your solution (#add-ons-archived message) @half blade.

formal pumice
#

Hey guys and gals, is it possible in frigate birdseye view to define the order of the cameras, and number of columns?

#

Sorry just occurred to me, should this have been asked in integrations?

acoustic horizon
#

Hello Guys

#

i can't install any add-ons

#

at any time

raven tinsel
#

Anything shown? Like an error? Or something in the logs?

acoustic horizon
#

yes errors

#

Can't install homeassistant/amd64-addon-dnsmasq:1.4.4: 500 Server Error for http+docker://localhost/v1.41/auth: Internal Server Error ("Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout")

#

lots of different errors

raven tinsel
#

Seems like you are having network connectivity issues with that device running Home Assistant

acoustic horizon
#

Can't install homeassistant/amd64-addon-dnsmasq:1.4.4: 401 Client Error for http+docker://localhost/v1.41/auth: Unauthorized ("Get "https://registry-1.docker.io/v2/": unauthorized: incorrect username or password")

#

and this is the other one

acoustic horizon
#

i run it on my pc as a vm and it is the device i'm now using discord on

acoustic horizon
raven tinsel
#

Well the registry is thus not valid, "incorrect username or password"

acoustic horizon
#

i deleted the registery

#

Can't install homeassistant/amd64-addon-dnsmasq:1.4.4: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=1.4.4&fromImage=homeassistant%2Famd64-addon-dnsmasq: Internal Server Error ("Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")

#

now this error

raven tinsel
#

request timeout

#

it has troubles connecting to the outside world

acoustic horizon
#

how do i fix it?

raven tinsel
#

I don't know how to fix your network

acoustic horizon
#

but it is working

raven tinsel
#

? I'm confused, you just showed and said it didn't work

acoustic horizon
#

but it works ๐Ÿ˜

#

the internet i mean

raven tinsel
#

oh ok ๐Ÿคทโ€โ™‚๏ธ

#

oh right, sure... but not for this device that is running Home Assistant

acoustic horizon
#

but why ๐Ÿ˜

raven tinsel
#

could be as simple as: Device doesn't run on time (Thus SSL certificates will not be valid)

#

firewalls, and many more

acoustic horizon
#

i can't post pictures

past hawk
#

I think the above poster is wrong, it's not a time issue causing TLS issues because the failure is happening too high in the stack - if it was a TLS failure you would not be making it to HTTP errors

#

Something is definitely not healthy, but it seems to be the application making the requests rather than the local network conditions

#

How are you controlling docker?

strange scarab
#

Is there some sort of nas like add-on which enables homeassistant to act as a file server

#

to store some files on

dark yoke
#

samba, ftp

quiet dagger
#

I have some some questions regarding the harmony addon and homekit integration.
Is this the the correct cannel for that?

viscid orchid
#

I'm not aware of a harmony addon

half blade
#

@quiet dagger harmony hub is an integration, not an add-on.

sacred wasp
#

Deconz addon is releasing its new stable alot good things are new anyone that could bump this addon to the version of today? Many tx it could help me alot ๐Ÿคฃ

#

It could help me getting my popp trv's working so i finally could do something about that $$$ gas in belgium

#

I dont know who manages it ๐Ÿ˜‹

rich skiff
#

Bah.
I wrecked my 9.6GB home-assistant_v2.db while trying to clean it from the worst offenders using the SQLite Web addon.
It seems the addon does not leave a clean situation behind from "database is locked" errors (select and delete statements on the events and states tables, nothing overly fancy)
After getting those and restarting (or stopping + starting) it cowardly refused to load the energy, history, logbook, recorder integrations.
Time to ensure I make a backup with all the config in place, at least that's stored separately.

weary stratus
#

502: Bad Gateway How do i fix this? i get 502: Bad Gateway with the ssh terminal add on

viscid orchid
#

It didn't start. Check the addon logs

sacred wasp
#

@raven tinsel sorry for the tag but could anyone bring the deconz addon to latest version ๐Ÿ˜‹

raven tinsel
#

Sure, feel free to contribute ๐Ÿ™‚

sacred wasp
#

Im sorry i dont know how to start ๐Ÿคฃ me and code

raven tinsel
#

Than you'd have to be patient and wait for someone to do that

sacred wasp
#

Oki

signal quest
#

Hmm I've suddenly started getting lots of "Property platform is not allowed", "Property name is not allowed", "Property scan_interval is not allowed" etc in my included yaml files with Studio Code Server. Any ideas?

dark yoke
signal quest
#

Ah so it's not just me

safe plover
#

hmm is see files in a folder pycache perhaps these need to be updated

#

fixed!

somber bone
#

Hello
I have 1 question about addon logging
Haven't found any information in google

dense spadeBOT
somber bone
#

ok

#

I created simple addon that has python script inside and print(...) in it

#

But when it's launched print(...) is never present in addon logs

dark yoke
#

CMD ["python3","-u","/main.py"]

somber bone
#

Thank you
worked like a charm

raven tinsel
#

thanks for the reminder ๐Ÿ˜„

scenic vapor
#

Hi Guys. I am unable to see influxdb in my Add-on store. How do I fix that?

proud axle
#

Hi everyone, Since HA 2022've been getting socket errors in my Mosquito logs, and I've lost control of all my Tasmota lights. Can anyone help me track this issue down?

alpine niche
#

question: the addon vaultwarden needs ssl to function properly right? but then with letsencrypt you need to expose the adress. i dont like that. is there a way to certify it locally?

#

or nginx proxy manager/letsencrypt*

#

so that the web extension properly connects

#

nvm i think i got it already. i created some certs with mkcert

sacred crag
#

Hi all. I'm using the Nginx add-on and it's working fine. For one of my proxy host, I would like to have a restricted access only for one IP address (more precisely to allow access only for my personal network). How can I do this in the add-on configuration ?
Many thanks. ๐Ÿ˜‰

alpine niche
#

create a acces list that only permits your external ip adress. and optionaly configure a white/blacklist rule to permit only your country code at your dns provider.

#

the acces list can also be credentials instead of ip or both. its limited to 5 entrys i believe.

#

any other ip adress will get an forbidden page or any other page of your liking. i however still dont like that i have to be somewhat exposed for certs. so i am currently looking into local certs. i currently use selfsigned certs but that doesnt satisfy me either. as adguard home needs an trusted ca like letsencrypt for encryption. but that is exposed on 443 wich adgaurd home also needs. and as you cant host 2 services at the same time on the same port. i am currently at a loss. on how to do this. how do you all do this?

weary stratus
#

Hi everybody. Since I updated HA, when I try to verify the configuration I get this message:

Platform error climate.besmart - cannot import name 'ClimateDevice' from 'homeassistant.components.climate' (/usr/src/homeassistant/homeassistant/components/climate/init.py)

maybe something has changed into libraries. Do you know can I fix the issue?

dark yoke
weary stratus
#

Thanks. I did. I open an issue on github. I'll wait for answer

dim oak
#

I'm able to still control them all just fine via MQTT Explorer

#

but sending anything via HA or Node-RED does absolutely nothing

proud axle
dim oak
#

yeah same here. I just checked other non-insteon MQTT things and they are having this problem too. All lights for you as well @proud axle ?

dim oak
#

(i'm on ptb sorry -- looks like we need to roll back HA)

sacred crag
proud axle
dim oak
alpine niche
sacred crag
viscid orchid
#

With a VPN, you're restricting access to the connection itself, rather than relying on the endpoint to provide adequate security. They're both pretty secure with the proper credentials and safeguards (i.e., 2FA for HA login)

sacred crag
#

I tried to install Wireguard : working fine until I added Adguard and tried to configure the DNS of Wireguard... I had a look on the forum and I'm still lost... I tried by using the IP address of my Rpi and the IP address 172.30.32.1 but nothing happened on Adguard and from my other device, I can connect Wireguard but without any connection.
Do you have an idea ? Thanks.

pastel lark
#

Newbie looking for help. Please redirect me if I'm in the wrong topic. I set up remote HA access following this vid: https://www.youtube.com/watch?v=fNzngoXfxzw . It (<doman>.duckdns.org) works fine now within my local network, but not externally. From external I get "This pages isn't working <doman>.duckdns.org didn't send any data. ERR_EMPTY_RESPONSE." Could someone please point me to where/how to investigate. I think this is related in the General log file:

Login attempt or request with invalid authentication from ev1-dsl-72-49-196-176.fuse.net (72.49.196.176). (HomeAssistant/Android SM-G996U 2022.1.1-full)
4:07:15 PM โ€“ (WARNING) HTTP - message first occurred at February 6, 2022, 9:46:12 AM and shows up 21 times. Yes, SM-G996U is my phone. Thanks for your help.

keen zephyr
#

Do anyone know why DUCK DNS keep changing my external IP on the login? When they change it the webb-adress doesnt work anymore

#

I have to keep putting my external IP and do "Update ip" for it to work again

#

the duckdns.org doesnt work at all some times.. have to type my external IP + the port and it works instantly

#

sigh

pastel lark
#

I'm really in trouble now. In tinkering with this remote access configuration, I now get "Your computer is not allowed" both internally and externally to my network. I can't login to HA at all. How do I restore if I can't get to the restore interface. I am on an Odroid with Core 2021.12.10 and OS 7.3. Thanks for any help.

wild talon
#

hi there, I am having a problem with the mosquitto broker

#

I have it all set up, add on and integration, it all seems to be fucntioning

#

I set up a smart switch to connect to it, and put in address / port /username / password

#

in the mosquitto log i see the socket connection

#

but in the device log it tells me it is not authorised to connect

#

in the device description it says compatible with ApacheMQ

#

so not sure if that is causing some kind of incompatibility

#

something to do with secure sockets maybe ?

#

seems unlikely as the default port for the switch is 1883, but maybe ApacheMQ is different

wild talon
pastel lark
lament trench
#

Are there any Add-ons that let you manage groups using an UI?

viscid orchid
#

That wouldn't be the job of an addon

#

No, there is no way to configure groups in the UI

lament trench
#

Cool, no prob. Thought I would ask ๐Ÿ™‚ Looks like I am going to create a groups.yaml file and just include it in the config

#

what would be the correct channel to ask about creating groups?

sly kindle
#

@lament trench groups is an integration

lament trench
#

Thanks so much for the help

sly kindle
lament trench
#

Yep already had that page open. Was mostly curious if there are such things as a group of groups. Like a main bedroom group but has sub groups for bedroom lights, bedroom blinds ect. I will ask in integrations. Cheers!

sacred crag
# sacred crag I tried to install Wireguard : working fine until I added Adguard and tried to c...

I success to do it but, to be honest, I don't know exactly how. I confirm that I putted my <IPADDRESSE_RPI> into the Wireguard DNS configuration and also SAVED all config again.
On the Adguard side, I modified the log_level and saved again. On the log, for the fisrt time I saw the following lines :
"Entering the UDP listener loop on 172.30.32.1:53"
"Entering the UDP listener loop on <IPADDRESSE_RPI>:53" => This one was added. (Same for TCP).

marsh thunder
lavish sphinx
#

@raven tinsel - Thanks for the DeConz update. I can add Aqara buttons again ๐Ÿ™‚

raven tinsel
#

Don't thank me, thank @rigid rover ๐Ÿ˜„

rare marsh
#

Any idea why the Studio Code Server add on would be flagging these lines as "not allowed"? Each line is followed by "Property < > is not allowed". According to the light: docs everything is correct.

light:
  - platform: switch
    name: Backyard Lights
    entity_id: switch.backyard_lights
raven tinsel
#

bug

#

is a unresolved bug report open for it

rare marsh
#

Ok, thanks

pale cloak
#

Can anyone help with these errors please?
I get different errors while trying to set up zigbee2mqtt. I just recieved my sonoff usb dongle and followed a vid to set it up but keep getting errors. I am very green so please go easy on me!
Error: SRSP - SYS - getExtAddr after 6000ms (I have verified that the port is correct using "system/host/hardware" in "addons/backup/system")
Error: SRSP - APP_CNF - bdbStartCommissioning after 40000ms
and
Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby

keen zephyr
#

trying Duck DNS.. problem is that my public IP is not the same as my WAN IP! And that seems to cause problem. Because when Duck DNS use my public ip it doesnt work. If I Change it to my Routers WAN IP it works.. but then Duck DNS changed it back to my public IP.... any workaround on this?

keen zephyr
#

Ah, I have no public IP. I have to pay for that

#

or should I go for ipv6?! Or is that internet still empty? ๐Ÿ˜›

analog plinth
#

Is there a way to get !secrets to work in add-on configuration?

viscid orchid
#

yes, just like that

#

password: '!secret samba_password'

#

not working for you?

analog plinth
#

Correct. Not working.

#

I tried no quotes, single quotes and double quotes.

viscid orchid
#

I'm using it just like that. What addon?

analog plinth
#

Just a sec, restarting may have made it work.

#

I am sorry, I asked prematurely. A restart or waiting overnight (??) made it work.

#

I am sure I restarted at least Core last night.

viscid orchid
#

I don't think you need to surround it in quotes anymore

analog plinth
#

I tried no quotes and it automagically inserted single quotes.

#

Do any of the yaml configuration reload service calls on the server control page reload secrets?

viscid orchid
#

I think that reloading "core" does, but I haven't tried it

#

although that's now called "location & customizations", so ๐Ÿคท

analog plinth
#

System logs helped me to find this. Reload Supervisor reloads secrets.

dim oak
gleaming grove
#

Does anyone else have issues with the Grocy add-on not exiting popups on save? The data gets written to the DB but the website just does not close the popup. There are also warnings in the browser console.

gleaming grove
#

never mind figured it out

tall tide
#

Just wanted an update on the VSCode add-on. It is still showing errors on most YAML 'platform' lines and I understood this issue had been identified after the last update and was being worked on

lethal briar
#

Correct

#

But it seems to be hard to identify what caused the issue

marsh thunder
nimble shuttle
#

Hi I hope to find someone that can help me with this Studio Code Server add on error:
"An unexpected error occurred that requires a reload of this page.
The workbench failed to connect to the server (Error: Time limit reached)"
In the background is vs code Get Started page visible. And it have worked fine for months. I have reinstalled it, restarted the server tried different browser (Firefox and Chrome). No errors in the install log

#

""Add-on: Studio Code Server
Fully featured Visual Studio Code (VSCode) experience integrated in the Home Assistant frontend.

Add-on version: 4.1.0
You are running the latest version of this add-on.
System: Home Assistant OS 7.2 (amd64 / qemux86-64)
Home Assistant Core: 2022.2.5
Home Assistant Supervisor: 2022.01.1

reef monolith
#

hi, can someone help me with setting up let's encrypt? Im not sure if I need to wait for my sub domain dns to send out, or if I'm doing something wrong