#add-ons-archived

1 messages · Page 12 of 1

blazing panther
#

OK, I set the DNS inside the GUI to 8.8.8.8 and now it says when I type network info "supervisor_internet: true". However, the add-on store is still empty...

#

after a restart, they are there 🙂

#

So it was as simple as setting another DNS server in the GUI but I still wonder what kept it from using adguard, will get back after my findings

torn kindle
#

Hi, hopefully someone can help. I installed an Addon and it is causing issues and can't uninstall via Gui. I am needing to know how to get a list of the installed addons via SSH.

boreal bane
#

ha addons

torn kindle
#

Thankyou, I tried ha addons and response was ERROR[0000] Unexpected server response. Status code: 500

boreal bane
#

sounds like something else is borked

#

did you try
ha core check

torn kindle
#

I am trying to uninstall hassio_onedrive_backup

#

running that now

#

not sure what the exact addon name is as the ones I have tried come back as not exist

#

ha core check come back with done and no errors

supple grove
#

ones I have tried come back as not exist
How are you attempting to uninstall it?

robust summit
#

Anyone here familier with the DuckDNS Addon? Im having an issue where the addon refuses to update the cert files. The logs are indicating that it has a valid cert and therefore will not update. I removed the cert file that was in the /SSL/ folder in the hopes that it would force a refresh. I have rebooted many times to no avail. In looking at the code, it looks to my very extra basic understanding of the code that when it works, it places the cert files in a directory within the /data/ directory that is protected from the common man and makes a copy of those files and places them in the /SSL/ directory for HA usage. Unfortunately however it seems to reference the cert files in the /DATA/ dir when checking if the files should be updated. It never checks for the existence or validity of the files in the /SSL/ dir. Any thoughts on the best resolution to this issue?

white summit
#

Having an issue updating the ESPHome addon, keep getting this error message. Any idea how to fix it and update the addon?

Can't install ghcr.io/esphome/esphome-hassio:2023.5.5: 404 Client Error for http+docker://localhost/v1.42/images/ghcr.io/esphome/esphome-hassio:2023.5.5/json: Not Found ("No such image: ghcr.io/esphome/esphome-hassio:2023.5.5")

robust summit
white summit
#

thanks, fixed

eternal notch
#

hello, I'm trying to setup Nginx Proxy Manager addon, when I want to add a prxy host and put all the desired options then click save, it gives me "Internal Error", if I click save again it says that the domain is already in use

the options I chose was
scheme: http
port: 8123
chache assets: on
block common explits: on
request new ssl certificate
force ssl: on
http/2 support: on

Note: I already set up duck dns, and port forwarded ports 443 and 80

brittle night
brittle night
#

What

quartz forge
#

Moving from node red on docker to node red in hass how can I change the server for homeassistant in node red so my nodes update to new instance and update the home assistant info

eternal notch
brittle night
#

this has nothing to do with alexa

#

if you want to integrate that later that's fine (well it's not, amazon is evil as fuck and donating all your conversations to their cloud is gross)

#

but alexa literally doesnt matter for this

brittle night
#

ok, it still has nothing to do with alexa. that's a requirement the integration has

#

this is the proper way to expose things instead of using duckdns as a middle man

eternal notch
#

when I use duckdns i portforward 443 externally

brittle night
#

your domain or subdomain will still be exposed via 443 with nginxproxymanager and cloudflare

#

i'm not suggesting cloudflared their tunnel btw- different thing

eternal notch
brittle night
#

yes

eternal notch
brittle night
#

all duckdns is doing is taking your ip and giving you a subdomain.domain.com that always resolves to your ip address

#

duckdns has been down multiple times over the past year, cloudflare hasnt

#

so if you take the time to set this up you wont have intermittent issues with duckdns deciding to fail

eternal notch
#

okay then, thanks a lot

warm furnace
#

I think it would be worth noting that you can expose your instance to the internet in a couple of different ways. There are a few steps involved, and for Alexa you need a domain name with a valid certificate where HA runs on port 443 (aka regular HTTPS).

One way of doing this is setting up dynamic dns, which is why duckdns is an option. This service keeps the record of the domain name up-to-date with your home's ip address so that your HA instance stays in contact with Alexa (or whatever you want to connect)

The cloudflare integration does a similar thing: it keeps a domain name up-to-date with your home's ip address. It is basically dynamic dns but pushed directly into your own domain name.

Between these two you'd have to choose a service that you are going to want to trust with the uptime of your HA instance. Since you probably want to end up using your own domain name in the end anyways it makes more sense to choose for cloudflare.

#

Since cloudflare also allows you to use the DNS challenge for certificate generation you basically get that feature included when using that setup

frank bear
#

speaking of cloudflared (sorry for interrupting :D) have anyone seen the update to the self-serve subscription to cloudflare (removal of section 2.8)?

brittle night
#

it no longer explicitly states mostly static http traffic now

frank bear
#

i was considering putting my synology nas up there as well now..

brittle night
#

i wouldnt put plex, nextcloud, etc behind it

frank bear
#

as well as starting getting cctv into HA as well

brittle night
#

yeah nah that's a no no

#

it might take a few months but they'll eventually take action

sly kindle
#

Was 2.8 about media streaming?

frank bear
#

it was

brittle night
#

it was about not-html traffic not just media

sly kindle
#

Ah

brittle night
#

i broke the terms and they no longer serve any video traffic over that subdomain

#

it was >5TB for multiple months leaving my hass browser up with 9x1080p cam feeds

#

i deserved it

frank bear
#

that is some data 😄

brittle night
#

feeds gonna feed bro

frank bear
#

Amen sister!

frank bear
#

i havn't read any limitation imposed on a tunnel - other than the number of tunnels

brittle night
#

it's just logical.. they pay for bandwidth going through their servers and they aren't okay with people abusing free tier

frank bear
#

that makes perfect sense

#

i suppose if its only a little bit - then will look the other way...
if its 5TB they might want to throttle that 😄

brittle night
#

it's just a little crack what could it hurt

frank bear
#

🤣

brittle night
#

worth the watch

neat turtle
#
custom_fields:
  io_activity: >
    [[[ if (states['sensor.netdata_qbittorrent'].state > 0) return `<ha-icon
    icon="mdi:circle"    style="color: rgb(116,195,101)"> </ha-icon>`
        return `<ha-icon icon="mdi:circle"
    style="color: red;"> </ha-icon>`; ]]]

need some help to refine some codes. Home Assistant sees sensor.netdata_qbittorrent if the qbittorrent app docker container is started. I'm trying to code it in a way that if HA sees this sensor, then show a green circle; otherwise, if HA doesn't see this sensor, then show a gray circle. When the qbittorrent docker container is not started, the netdata montoring docker app won't see it as well, which in turns, HA will also not see the sensor. how do I tweak the above codes to do what i'm looking for?

upper epoch
#

Hi. I'm using mariadb as my recorder.
I imported my old SQLite db into the mariadb.
But ever since, I find loading history very slow, like 30+ seconds. Is this normal behavior?

torn kindle
boreal bane
#

is that the name of the addon, it seems long LOL

torn kindle
boreal bane
#

I mean I Guess it could be that long, I just normally see like much shorter names is all

#

supervisor info and core info say what?

torn kindle
#

When I try to go into the Addon GUI

#

2023-06-04 19:06:03.034 ERROR (MainThread) [homeassistant.components.hassio.handler] /supervisor/info return code 500
2023-06-04 19:06:06.471 ERROR (MainThread) [homeassistant.components.hassio.handler] /supervisor/info return code 500
2023-06-04 19:06:06.472 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/info -
2023-06-04 19:06:06.483 ERROR (MainThread) [homeassistant.components.hassio.handler] /addons return code 500
2023-06-04 19:06:06.484 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons -
2023-06-04 19:06:06.496 ERROR (MainThread) [homeassistant.components.hassio.handler] /store return code 500
2023-06-04 19:06:06.497 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /store -
2023-06-04 19:06:24.521 ERROR (MainThread) [homeassistant.components.hassio.handler] /addons return code 500
2023-06-04 19:06:24.522 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons -

#

Supervisor LogKeyError: 'de91e161_hassio_onedrive_backup'
23-06-04 19:07:27 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
23-06-04 19:07:27 ERROR (MainThread) [aiohttp.server] Error handling request

boreal bane
#

done a core check?

torn kindle
boreal bane
#

su repair?

torn kindle
#

haven't tried that. I will now. Thankyou.

torn kindle
boreal bane
#

resolution info

#

try that

torn kindle
#

Just tried ha core update and su repair and reboot ha. Now Addons GUI is back and all side bar is back. Ha has now is displaying Unsupported software. I assume the container that the addon created must be the issue.

#

Since I now have the GUI back I reinstalled and then uninstalled onedrive backup and every thing now seems to be good. Thankyou.

boreal bane
#

perfect

vague rose
#

With the Grocy addon, would it be possible to add setting to the yaml to add a thermal printer, or is this already an option?

proven kite
#

Can someone help walk me through getting the qolsysgw appdaemon to work in HA? I have qolsysgw and mqtt installed, but I can not for the life of me understand and find where I need to input all my info for the qolsys to get everything working (IP address, mac address, token, etc.). Thank you

brittle night
scenic plover
wise breach
#

can someone please help me with ring-mqtt

supple grove
#

Just ask the question

wise breach
#

I am using Ring Floodlight Camera Motion-Activated HA and ring-mqtt ... Struggling with 2 things

  1. Trigger an automation when motion is detected
  2. Rtsp
wide violet
#

hello.... does anyone know how to get the RTSP Simple Server addon and WebRTC addon to be working on the same machine?

#

trying to get my Eufy doorbell camera to have video in HA and that requires the RTSP Simple Server but i need WebRTC for my Wyze Cams but i just cant seem to get them to run together

rapid grail
#

Hi , hoping someone can put me straight on how to do.

I have a NUC (Windows 10 Pro ) with Home Assistant installed in Virtualbox , on this same NUC I have weather software ( Weather Display) and this
saves a file , clientraw.txt , in the c: Wdisplay folder . I would like to use the HA clientraw Integration , this requires a URL .
Any idea waht this URL would be ?

Thanks in advance

agile swallow
#

Hi,
I'm trying to install Cloudflared
I've added the Repo, it's in the list, all pretty with the install button
But when I click the install button I get "'AddonManager.install' blocked from execution, no host internet connection"

Not seen this before, what did I do wrong? ponder

#

Hmm, appears even official ones aren't working

#

Ping (Various external locations) and DNS (Used dig for some queries) are both working

clever magnet
#

Hi everybody, I have a most likely dumb question.

  • I did a fresh install of Home Assistant OS on an Odroid at work, where I have no control on networking.
  • it is on a different network, I can only access ssh (port 22), I want to forward port 8123 on another machine for access.
  • I Installed frenk's addon-ssh (https://github.com/hassio-addons/addon-ssh) and configured it at home (via web UI).
  • I forgot to allow port forwarding.
  • I tried to change the addon config on the terminal directly on the ODROID in /mnt/data/supervisor/data/SLUG_ssh/ but thist config is overwritten at addon startup. Also the ha addon command cannot modify the configuration.

Any idea how to modify add-on configuration from CLI directly, without web UI access?

boreal bane
#

ha addons

clever magnet
#

?

#

I have no web gui access , if you mean using the web interface @boreal bane

weak bay
#

Are there any known issues with the latest influx and ha only sending data on reboot or very infrequently?

boreal bane
#

Which is what you asked for

#

🤷‍♂️

astral geyser
#

Hello, does someone knows why keep this blocking it? And how can I fit it? Thanks

2023-06-05 17:46:27: Client <unknown> closed its connection.
2023-06-05 17:48:27: New connection from 172.30.32.2:41498 on port 1883.
2023-06-05 17:48:27: Client <unknown> closed its connection.
2023-06-05 17:50:27: New connection from 172.30.32.2:57840 on port 1883.
2023-06-05 17:50:27: Client <unknown> closed its connection.
2023-06-05 17:52:27: New connection from 172.30.32.2:40614 on port 1883.
2023-06-05 17:52:27: Client <unknown> closed its connection.```
#

Ip 172.30.32.2 and multiple different ports

supple grove
#

That's a HA/docker ip. Check your MQTT settings/integrations and logs

night vale
#

Hello All! I use the Grafana-add-on and searching for some kind of roadmap, when an upgrade from 8.3.0 to 9.x is to be expected. Can anyone point me in the right direction? Thanks a lot

supple grove
#

Click the ? in the grafana web interface. What version does it say it is?

astral geyser
#

how can I check the dockers are running in HA?

supple grove
#

You meant mosquitto, right? docker ps but you're probably refering to something else?

astral geyser
#

yes

#

ok, I see the docker #

#

what can I do to fix that?

clever magnet
# boreal bane That's a cli command

Thanks , but it doesn't permit me to change the configuration....
I also accessed the cli on the machine and changed the conf in sshd in the container and restarted it ,but nothing is permanent.

supple grove
#

You can change the configuration via vi/nano. What conf did you change?

astral geyser
#

I am a complete nubby about docker, I still do not understand completely how manipulate them.

supple grove
#

Well you were the one who brought it up but they have somewhat useful docs

astral geyser
#

I know, is because it show me in mosquito the log about that ip, and when I use mqtt explorer, I do not see the topic show up, so, I assume is not be able to connect for some kind of block or something

supple grove
#

It's probablly an integration doing the connections. Most likely the MQTT one. You know best how you configured your system

astral geyser
#

technically yes, I should know better, but since over the last few years I has been following the instructions of youtubers of how install, how change, how do it, so, I do not know completelly how is setup

supple grove
astral geyser
#

Bingo!!!, see, I told u, I must change something wrong and didn’t know, I uninstalled and reinstalled, now it’s publishing at least the status=online

olive seal
#

I'm looking at setting up the Git Pull add-on - what exactly from my config directory do I need to upload to Github?

#

I'm assuming all the yaml files at the very least

clever magnet
pliant plank
#

Hi guys, anyone using nodered addon with "node-red-contrib-iiot-opcua" component?
Unfortunately I can't install openssl anymore after the latest updates

crimson canopy
#

has anyone gotten mqtt to run... (i am sure people have) I am apparently a super stupid user and can't get valetudo to communicate with Home Assistant at all. I'd really love for those 2 things to work together (I'd prefer something without mqtt because i apparently can't get it work for the life of me, but it seems the only real option is mqtt....)

boreal bane
stone frigate
#

Came in this morning to find no data on my Grafana display. Restarted the OS just in case but same result. Checking InfluxDB I see a repeating popup "Unable to Get Hosts" - where to start debug?

stone frigate
#

Came in this morning to find no data on

crimson canopy
#

MQTT Mosquitto can't find my Valetude Vacuum Cleaner

plucky slate
#

👋 Anyone using motioneye here? Browsing the motioneye movies seem to be broken 😦

#

The url is using 127.0.0.1: url(http://127.0.0.1:28765/movie/1/preview/2023-06-06/13-54-56.mp4?...

fiery prism
#

Does the Zigbee2mqtt addon stop for anyone else when the HAOS supervisor auto updates?

#

It's the only one of my addons that does this.

torn garnet
#

is it possible to get nginx addon to proxy information from non-ssl port 80 to ssl port 8123 or 443 and not just forward to port 443 so that I have a non-ssl path for internal access ?

torn garnet
#

I just turned off ssl on 8123, that makes more sense

brittle night
#

You what

young latch
#

Yesterday I got my HAY and restored from my full backup. Duckdns and nginx add-ons were not present and needed to be reinstalled. Duckdns is working perfectly but nginx crashes and I can jot understand it’s log data

rich harbor
#

Hi. I am trying to make a postgres add-on that persists its data. I now use /config/postgressdb/data/ but i have a feeling it is bad practice or even plain wrong.
Can anyone point me to a community or official add-on that does it. (I looked at MariaDB but i don't see where they put the data)
aw /data

#

I thought i tried that yesterday hmm.. gonna try it

jade wing
rich harbor
#

omg.. i can never join the right room.

#

I was all proud having joined you guys :/ Wrong again.

#

Will go there if it fails 😛 Sorry and t hanks.

worldly cliff
#

Is there an official or highly supported add on or integration for a voice assistant? I'm not talking about Google or alexa, something local like ada/almond but I saw that was deprecated.

eternal notch
#

rpc shutdown error

Could not connect to server 192.168.4.120
Connection failed: NT_STATUS_IO_TIMEOUT

night vale
pallid crypt
#

Is someone willing to help explain it?

solid socket
#

Hi!

I just wanted to know: I actually use Cloudflared, but, can I migrate my tunnel on Zero Trust and use my Cloudflare Tunnel to redirect to my home assistant by the same link without using Cloudflared or I can't migrate and I should keep the addon?

vagrant garnet
#

by chance anyone else have experience running a ngnix reverse proxy with lets encrypt in front of home assistant, while also getting ssl certs for home assistant internally to the network

obsidian arch
#

" cannot import name 'json_normalize' " error for no apparent reason

fervent harbor
#

sees the shortage of coral accelorators getting worse now with network storage option 😛

snow edge
#

So I'm back in the game, restored a 2021 Snapshot I had from a raspberry pi zero and moved it to a Proxmox VM with HA - I'm kinda stuck on a weird issue where Node-Red does not want to launch, any ideas?

supple grove
#

What do the logs say?

clever magnet
sly kindle
#

@clever magnet backing up, did you set a static IP address on the Odroid instance?

quaint hazel
#

hey guys, I am using AMR2MQTT to get data from my water and energy meters. If I am not mistaken that add-on creates a sensor.energy_meter_consumption and a sensor.water_meter_consumption but with the latest version of HA that is gone and my Energy Dashboard stopped working, I am seeing the add-on receiving data, does any uses the same add-on and has an idea on what could be happening?

clever magnet
snow edge
#

Fixed it somehow, thanks

#

had to access node red directly, node red forgot what a node was, removed it, and now it works

main hawk
#

anyone know anything about setting srv-host records in the DNSmasq addon? I wanna add an entry for my NFS but im having trouble finding anything online ab it.

jagged stratus
#

Hi guys, does anyone know why the option to use SSL for the Unifi add-on has disappeared form the configurtation options? Can it sitll be done?

verbal parcel
#

Hiya, having issues with the NUT addon - seems to be restarting continually. Suspect this: s6-svscanctl: fatal: unable to control /var/run/s6/services: No such file or directory
Logs at https://pastebin.com/mdCTPfLU though.
Pretty much default config as I was just setting up to test.

stable fern
#

HI I have a question on the go2rtc add-on. I have it installed on home assistant OS and I then installed Frigate on a separate VM. in this case, should I point the ffmpeg:rtsp url to the same URL or do I have a separate url for each go2rtc?

honest pawn
#

Hi all. Quick Q if anyone knows. Can I install InfluxDB, but have the data sitting on a file share or somewhere else other than my PI's SD card. I want the db but dont want to write continously and stuff up the SD Card.

willow lintel
#

I moved from MariaDB to the built in SQLite successfully a few days back. Somehow I left the MariaDB add-on running I now notice 😉 The db_url is commented, so HA does actualy use SQLite and not the MariadDB. Is there any uise for a 'double' db system, or is it only wasitn 1.5% resources...

buoyant cipher
#

is anyone running "Meter Parser" (https://github.com/junalmeida/homeassistant-addons) here? I'd love to see an example of how these ArUco markers are supposed to look in camera to be detected because I keep getting told it can't find them! (also open to any other suggestions to try and OCR an LCD in my electric meter that annoyingly doesn't have a backlight at all)

stable hemlock
#

Hey all, is this where one is supposed to ask questions about building custom add-ons?

supple grove
teal granite
#

My HASS.io is based on docker. An error occurred in Zigbee2MQTT today. I tried uninstalling and reinstalling but it still doesn’t work. I hope you can give me some pointers on my situation.

stable hemlock
ivory geyser
#

Hello, I need help with the AdGuard Home addon, it turns out that with my new router, I can’t set DNS settings for DHCP so I have to disable the DHCP server on my router and direct all traffic to my Home Assistant Yellow. I’ve gotten it to the point where I can actually get my devices to see my Yellow’s IP address as a “DNS” server but it doesn’t block anything at all

#

I’m not sure what’s going on here, it was quite nice having a router wide tracker and ad-blockers :/

#

Ah hell

#

All I had to do was retard the damned add-on

#

I thought restarting the entire device would restart the add-on

supple grove
#

If you set the addon up to auto start then that should do it, yeah

alpine venture
#

Hey everyone, i just installed the letsencrypt add-on and it is working flawlessly. Does anyone know if the add-on automatically restarts when the certificate is close to expire?

bitter skiff
alpine venture
#

thanks alot! exactly what i was looking for

boreal bane
#

I run mine once every 60 days just to be sure

humble folio
#

Any one have recommendations for the roborock add-on. Devices seem to still be reporting correctly including state, but actions against them do nothing.

boreal bane
#

Anyone had issues with plex codecs using the addon?

patent copper
#

Does anyone know if I can use custom fonts in the VSCode add-on?

humble yacht
#

Can someone help me with installing the influxdb-addon when home assistant was installed using docker-compose, maybe @raven tinsel? Or is there already a documentation available which I don't found?

boreal bane
#

Documentation for what exactly

humble yacht
# boreal bane Documentation for what exactly

I am not able to just install the addon via a button. I need to setup the addon manually as an other service in my docker compose stack I guess. But after that I need some hints to configure it properly I guess.

boreal bane
#

What version of HA are you using?

humble yacht
raven tinsel
humble yacht
raven tinsel
#

In case you want to use software X besides Home Assistant, please consult the documentation of software X

humble yacht
#

I already have influx1 and influx2 installed since I use it for my other docker stacks. I just want to integrate it in home assistant with your addon. 😦

boreal bane
#

There is no addon for your installation method

#

It's just software

humble yacht
#

Okay, then maybe I did not quite understand how these addons work and what they are doing exactly. Basically that means I can just add my existing Influx and Grafana installations to home assistant to a new dashboard?

boreal bane
humble yacht
limber ether
#

All the add-on service really does is install those containers and configure the connection to HA. If you're competent enough to already have those things running, setting up the integration is gonna be nbd.

humble yacht
# limber ether All the add-on service really does is install those containers and configure the...

First thing I did was to add Grafana as a website into a 1-panel dashboard. It seems Grafana does not like to be embedded into other websites. 😄
Anyway. I am now thinking about what tool I want to actually use. I've got Grafana here, I've got Influx v1, and I also have Influx v2 with its own GUI here which may can replace Grafana altogether. I think in the end it all depends on what is more easy to integrate into Homeassistant. An actual iframe would be much nicer than some PNGs with a virtual camera device which I can not configure properly without leaving home assistant. Let's see what I come up with. I need some time.

ionic sail
#

Hi, I want to have both addons and be able to run things on docker alongside. I've installed HA supervised and other things. It means my setup is technically "unhealthy" and I have this message :

viscid orchid
#

the right solution is "run HAOS in a VM"

ionic sail
viscid orchid
#

anything else is unsupported

ionic sail
#

I was running HA in docker previously

ionic sail
#

unless there is a solution here to correctly reverse proxy services instead of addons

#

that would allow me to use those containers like they were addons

viscid orchid
#

that's all very complicated, but moving to HAOS & addons doesn't seem like a very good solution

ionic sail
#

that's the only one I see right now

#

there probably is other ways, that's why I searched for weeks what was the closest with addons to do with containers

#

no answer so far

#

is there no way to just bypass this security message ?

#

I'm on my own docker host and I know what I'm doing...

modest token
#

security message sounds like it's a browser/proxy issue, nothing to do with HA?

viscid orchid
#

that's correct. they're trying to bypass the browser's security restriction about embedding http in an https page, which I'm pretty sure you can't do

boreal bane
#

well I think you 'can' but I'm not sure why you would want that headache

hybrid jewel
hearty basalt
#

When switching to the influxdb (addon) do I have to create a sensor for every entity? The documentation isn’t really clear to me

#

Or just include everything and I’m good to go without needing to change anything?

coral dirge
#

DUCKDNS add-on question.

My personal domain has a cname record for mydomain.duckdns.org. I can access the site through my domain but i get a certificate error (as i would hope)

So, I want to change my LetsEncrypt certificate to also be valid for my personal domain as a SAN entry

To do this, I added the new domain as follows

aliases:
  - domain: my-domain-name.me.uk
    alias: my-duckdns-name.duckdns.org

On a restart of the add-on, the logs show that the add-on does not recognise a new domain and so there's no attempt to update the certificate that's still valid.

[13:09:29] INFO: Renew certificate for domains: my-duckdns-name.duckdns.org and aliases: 
# INFO: Using main config file /data/workdir/config
Processing my-duckdns-name.duckdns.org
 + Checking domain name(s) of existing cert... unchanged.
 + Checking expire date of existing cert...
 + Valid till Aug  8 23:56:38 2023 GMT (Longer than 30 days). Skipping renew!

Any clues to point me in the right direction please anyone? TIA

trail forum
#

It handles all the SSL for you and doesn't expose ports on your network, I find that a much better solution if you own your domain.

coral dirge
#

Basically, because all my existing oauth connections are connected through the duckdns address, and I don't want the hassle of having to re-do them all

brittle trench
#

Hi everyone!

#

I’m having trouble getting Ring-MQTT running (MQTT in general I think)
Was wondering if anyone had experience and was willing to hand hold a little bit

#

I’m trying to use Mosquitto (core-mosquitto as the hostname). It seems like HA can see MQTT, but MQTT isn’t communicating with Ring

teal crater
#

I started running the VLC add-on to play audio out the line-out port of my Yellow last month on 2023.5.x, and it was working great, but after upgrading to 2023.6.1, I get no sound... I'm not sure where the best place to start troubleshooting wuld be for this...

ebon wolf
#

Hi guys, I'm trying to install the Eufy security add-on and after installing the Add-On, I don't know how to configure it, the Configuration Tab shows only: "This add-on has no configuration."
But the Documentation tab shows list of expected parameters:
https://imgur.com/a/J4aIbOl

Where should I set these Yaml parameters? It doesn't seem right to just throw them in the configuration.yaml like in that example... I'm confused

#

went in the github and found a config.yaml file, but where can I find that in my HA installation?

#

where can I find the installed add-ons in this HA installation:
Home Assistant 2023.6.1
Supervisor 2023.06.2
Operating System 10.2
Frontend 20230608.0 - latest

Don't know how this deployment type is called, it's the OS image running in a VM

#

ok, nevermind, I needed to restart HA, the configuration now shows in Configuration tab

#

weird

noble spire
#

has anyone played with making an add-on for some simple issue tracker, it feels like it would be useful for a lot of folks to track "things to do or fix or make my family happier". It seems like zammad or osticket in a simple addon would be useful...it's a bit more general than the repair framework (although maybe that is the way for the future and it isn't obvious yet?) ta!

trail grove
#

Hi, I upgradet my HA und python to 3.11. HA is up an running, hacs can't be loaded. First I tried to update it over the cli, that doesn't help. Then I read that it could be that I must renew the github token. I deleted hacs and try to create it new (before any reboot), it isn't shown on the list of integrations. I reboot and still not shown up (my browser cache was cleared every try). Then I renamed the hacs dir and installed it new, reboot and still nothing there. When I use the My link from the documentation, I got a message, that this integration can't be setup over the gui. The hacs community said this is a HA issue. Can you help me?

supple grove
#

HACS is not an addon

trail grove
#

Yeah, but they said since it isn't displayed in the list, this is a HA issue

#

Ah, you mean I'm in the wrong channel

#

Sorry

hollow trellis
#

Hello, is anyone using duckdns.org without the HA plugin? I have HA running in docker. i would need to force renew the CA. Can it be done somehow? Thanks for the response

jade wing
#

Are you trying to use the DuckDNS add-on?

#

Because, if you're running in native Docker you don't have add-ons and this channel can't help - you want #general-archived

#

(there are also no plugins here)

hollow trellis
rich harbor
#

I get this error; Error starting userland proxy: listen tcp4 0.0.0.0:8554: bind: address already in use"
How can i find what is using that port?

covert arch
#

8554 is usually some streaming service

#

go2rtc from frigate maybe

rich harbor
#

I have RTSP i try to start, it complains. I do't have go2rtc or Frigate. Just Eufy Add-on and integrations.

#

docker ps shows nothing using it. find in my add-ons didnt find anything using 8554. Rebooting now see what happens. But my doorbel wasn't working i think because rtsp was stopped, not 100% if it was deprecated.

#

was WebRTC integration

teal crater
pseudo swift
#

Running Studio Code Server on Supervised HA on Debian. When connecting with VS Code it works fine. When using the addon the autocomplete function don't work at all. I've blown the fuses on ChatGPT, spent loads of time on forum and google but can't find a solution. Latest updates installed, uninstalled maaany times but still no luck. Any ideas would be very much appriciated.
Add-on version: 5.6.2
System: Debian GNU/Linux 11 (bullseye) (amd64 / qemux86-64)
Home Assistant Core: 2023.6.2
Home Assistant Supervisor: 2023.06.2
In the footer: UTF-8 LF YAML Layout: U.S. No JSON Schema Prettier.

hearty basalt
#

is there a way to get the size of the running influxdb?

ionic sail
#

Hi, is there people using Rhasspy here? I would like to compare TTS engines. I hesitate between Nanotts, marytts and opentts. Is there a comparison somewhere?

#

Marytts is supposed to have a demo on their website but it appears to be down

sly kindle
#

@ionic sail none of those are add-ons. Why not look into Whisper and Piper as those are where the focus is in terms of "year of the voice"?

#

Unless you are into the retro tts thing...

warped void
#

hi there
can anyone help me ?

river wharfBOT
#

Don't ask to ask, just ask your question. Then people can answer when they're around.

When you do ask a question, try to provide as much background detail as possible. Ask yourself these questions first so that others don't have to:

  1. What version of the Home Assistant are you running? (remember, last isn't a version)
  2. What exactly are you trying to do that won't work?
  3. Is the problem uniform or erratic?
  4. What's the exact error message?
  5. When did it arise?
  6. What exactly don't you "get"?
  7. Can you share sample code, ideally with line errors where the error occurs?
torn cosmos
#

I was wondering if there are any known issues with node-red addon (v3.0.2) after upgrading to Hassio 2023.6.2 from 2023.5.2 nodes are not connecting to the supervisor.

#

reverting back to 2023.5.2 nodered works again.

wild quarry
#

Hello All, I am relatively new to HA and have been doing a lot of reading and was trying to setup Piper and Whisper within my HA with Wyoming Protocol. I ran into a somewhat strange issue. I was able to get Whisper working in chrome which fast response times but piper doesn't respond out loud. I can "Try" Piper within the Assist setup tab and it responds within a second or so. Intially I was thinking it was a problem with the intigration. Then I tried to use assist within Edge and both Whisper and Piper work but slowly. After I click the microphone button it takes 20 - 30 seconds before anything is written and Piper speaks a response. I didn't know if this was a known issue or if there is something else going on with my setup.

#

For chrome it could be a security setting since my HA public website is considered "dangerous" according to google even though I have a lets encrypt cert. I get the red screen and have to click "visit this site anyways" everytime I access my public website from chrome.

viscid orchid
wild quarry
#

My bad. I will move it over. I was asking here because of the whole Piper and Whisper addons.

viscid orchid
#

np, it just doesn't sound like it's the addons to me

tame fiber
#

Hi All, im trying to update some add-ons and getting this... any ideas?

boreal bane
mortal blaze
#

Hi, The VLC media player add-on works on my HA Blue (HA 2023.6.2, OS 10.2) but the VLC_Telnet won't connect. I thought it was a DNS issue but using public ones: 8.8.8.8, 1.1.1.1, 9.9.9.9 did not resolve the issue.
I have uninstalled and reinstalled VLC several times, each time HA discovers VLC_Telnet but when I click on configure it errors out with "Failed to connect". I appreciate any suggestions.
@opal sable (just FYI) Solved! It turns out that it was DNS related. I set the IPv4 to "automatic", restarted HA, then set the IPv4 back to my static IP address and DNS 1.1.1.1, restarted HA again, HA then recognized VLC_Telnet as a new integration, and Voila, it installed.

midnight summit
#

Hi, I just installed the Node-Red addon, set it to run at startup, show in sidebar and enabled the watchdog, but when I click on it in the sidebar I just get a blank page that eventually says that the addon has not started.

However, I can now no longer access the add-ons page (not the page for node-red, the entire addons page) so I can't uninstall or reconfigure it. I'm guessing it's just a config error preventing it from starting, but this also is preventing me from accessing the addons page so I can't do anything about it. Is there another way to uninstall it, or at least stop it from trying to run?

#

I've tried a full restart, the logs show no errors, and I'm running the latest version of everything.

mortal blaze
#

I don't know if you've tried this but click the letter c anywhere in the HA window then select Add-On_Store.

midnight summit
#

I googled around but I everything I find basically says "uninstall it and try again" - but I can't.

midnight summit
mortal blaze
#

Sorry, I don't know enough to help further.

#

Try restarting HA.

midnight summit
#

No worries, thanks anyway

#

Already done that a few times to no avail

cerulean basalt
#

I took a break from Home Assistant as I was between houses. Now I have my own house and finally getting HA set up on a fresh install. I swear I saw long ago the fix for this, but for the life of me can't find it.

I use Brave Browser, and whenever I go to an add-on or parts of Home Assistant, the browser completely freezes and I have to close the page. I have the shield down for my HA instance, and it happens via the ip address or if I use a reverse proxy to front https.

Only seems to happen in Brave. Anyone know the quick fix?

My http in configuration.yaml is:

    use_x_forwarded_for: true
    trusted_proxies:
        - ip_of_my_caddy_server```
midnight summit
#

Well, that's odd - I figured out a sort of workaround, but it's weird. For whatever reason, ever since I installed Node-RED (and even after uninstalling it) my addons dashboard and store both spin forever until you refresh the page.

weary stratus
#

Hi I'm new to discord for HA, I have a long-standing problem with subnet routing using tailscale addon, I'd like to get some help is this the right place? I have a route from my router to HA for address of the distant subnet but it seems the routing fails from the supervisor interface eth0 to the subnet of the Tailscale addon. I'd like to crate a static route from eth0 to the interface of the addon but I can't figure out where to find this interface. Thanks!

opaque lion
#

Hi guys. Tuya isn't working here. I just got Fail to connect, than I removed and try to set up again and got the Unknown error occurred message.

I have another depence from Home Assistant and I try to set it up there, and it's working on my second instance. It makes no sense!

#

Anyone knows what's going on?

bold nexus
#

hi everyone! not 100% sure in what channel to ask this, but I have the following problem:

I am using the HA OS on a raspberry pi. I've successfully set up the subdomain at my host, cloudflare tunnel, cloudflared add-on but I keep getting a 400: bad request error message when I try to connect. the docker and cloudflare ip ranges have been added to the http config as well as use_x_forwarded_for: true. I am behind a cgnat.

I can't wrap my head around what I am doing wrong 😦

ionic sail
#

I've also heard of Rhasspy 3

#

with the year of the voice solutions, is rhasspy still needed ?

sly kindle
#

There have been several posts so far so that's the intro, really

#

@ionic sail rhasspy is not needed

ionic sail
ionic sail
sly kindle
#

@ionic sail basically yes

ionic sail
#

how does it compare ?

manic robin
#

it is rhasspy

#

or at least, the same people 😄

ionic sail
#

I didn't understand if there is also a separate webui or not

manic robin
#

I'm looking at my addons page, and nope.

#

but I'm using haos

bold nexus
azure bronze
#

NUT 0.12.0 version has been released 4 days ago.
what version networkupstools/nut tool they used to build the addon?

did they used the last commit present in the networkupstools branch 4 days ago, or they used the last 2.8.0 release, released 1 year ago?
I would like to know if the addon I'm running contains the latest commit that fixes problems in the upstream networkupstools branch

viscid orchid
#

You can look at the changes and see the Dockerfile

#

It's all on GitHub

azure bronze
#

if you mean this

#

it seems that they are using the latest 2.8 release from the apt repo

#

am I wrong?

viscid orchid
#

That's the version

azure bronze
#

ok, so it's an old one

#

thanks!

weary stratus
# weary stratus Hi I'm new to discord for HA, I have a long-standing problem with subnet routing...

Hi anyone familiar with Tailscale here? When I activate "userspace_networking" I can route from a remote tailscale client to a VLAN behind HA, and when I deactivate it I have a new interface popping up named "tailscale0" in addition to "eth0", but there are missing routes between the two to route Tailscale traffic to another VLAN. And I fail to add routes manually with nmcli betweet the two interfaces. Thanks

boreal bane
#

is it bridged or trunked? I'm assuming a lot here

torn cosmos
#

This issue has now been closed. I am not sure how to proceed. Should us users abandon node-red or is this something that can be looked at?

ionic sail
#

I have no error appearing in whisper or piper logs

#

I see no error related to that in HA either

#

also, I have a pseye plugged in my raspberry, my goal is to have it always listening. Is it doable with whipser + piper ?

#

My goal was to use this, not my device microphones

limber ether
ionic sail
limber ether
#

yeah if it got anything, it'll show in the log.

weary stratus
# boreal bane is it bridged or trunked? I'm assuming a lot here

from the answer from Tailscale support when "userspace-networking" is active, routing is done "in the TCP/IP stack" while when it is disabled the "tailscale0" interface is created and routing is done by Linux in "kernel mode". What I am missing is how two interfaces in Linux can be bridged, namely "eth0" and "tailscale0". Or maybe they are, and there is an issue from "tailscale0" to the actual network interface within the addon container. What I see is that the traffic reaching the host interface "eth0" do not reach the addon, and same vice versa, when using Tailscale I cannot exit the host to an external machine from the addon.

indigo swan
#

Hi Guys i use cloudflared tunnel to access from out of the house, Im getting a unsafe website warning every time. Ive changed my ssl settings on cloudflare but its still the same can anyone help?

worthy quartz
#

Hey guys! I'm in a bit of a pickle. I'm having an issue accessing my Home Assistant instance externally via DuckDNS or even Wireguard VPN. Lastnight I changed to a different ISP and since then my Home Assistant was not reachable unless I was connected on local network and accessed via IP address. I have power cycled my Router, Pi4 that HomeAssistant runs on, and my iPhone that I use to access HA remotely. Tinkerer advised me it could be a DuckDNS issue and I'll need to update the WAN IP to reflect... when I go into my router settings it says my WAN IP is: 100.108.134.164 however if I go onto https://whatismyipaddress.com/ it says my IP is 103.237.18.7
If I log into DuckDNS and manually change my IP to 100.108.134.164 I can then access my duckdns url, but only on the local network.. only a few minutes later DuckDNS will automatically revert the IP to 103.237.18.7 now I'm a loss and can't think how I can fix this..
Just to note down also, I do run HA Supervised, but I don't have anything that should conflict...
Uptime-Kuma gives me the following log:
https://pastebin.com/RnDC9fUT

boreal bane
#

CG-NAT strikes again

worthy quartz
#

That doesn't sound good.. 😕

boreal bane
#

it's not really

#

but the first ip you posted

#

Shared Address Space can only be used in Service Provider networks or on routing equipment that is able to do address translation across router interfaces when addresses are identical on two different interfaces.

worthy quartz
#

That doesn't make much sense to me.. I was with Superloop (Australian ISP) and I signed up to another Superloop plan.. so they treated it as a disconnect/add new service

jade wing
#

Basically your WAN IP isn't reachable from the Internet

boreal bane
#

superloop get's their IP's from Exetel it would seem

jade wing
#

The quick solution is something like a Cloudflare Tunnel (or the Nabu Casa #cloud-archived service) for remote access to HA

#

For VPNs you've got the likes of Tailscale/Nebula/etc

worthy quartz
#

Hmm... well this sucks! So I have to replace DuckDNS with Cloudflare Tunnel and Wireguard with something else such as Tailscale?

boreal bane
#

no

jade wing
#

Yes

#

Cloudflare Tunnels require you own your own domain

boreal bane
#

ohhhh

#

well, yes.

#

I didn't realize you couldn't do it with dyndns

worthy quartz
#

Going to this new deal with my ISP totally wasn't worth it..!

jade wing
#

Did you at least get an IPv6 address?

boreal bane
#

or call the ISP and tell them your stuff's broke

#

Tink: ISP says they support ipv6

jade wing
#

They may be able to give you, for a "small fee", give you a static IPv4

#

But these days, if your mobile devices etc have working IPv6 when away from home you can make it all work over IPv6

boreal bane
#

and the "cheaper" plan doesn't have one

worthy quartz
#

I was paying $95AUD for 250mb/s.. I "upgraded" to $100AUD for 1gb/s

jade wing
#

Yeah, we've got some really nice FTTP options coming to where I live - except they're CGNAT and no working IPv6... so sod that

worthy quartz
#

It seems as though I was provided with a IPv4 address.

jade wing
#

Well, you are... just not a public one

boreal bane
#

well technically he has an IPv4 address, and it's very public, so much so it's shared with others

worthy quartz
#

I have a Ubiquiti Router, can I set up the VPN/Teleport service within that to have VPN access?
Your WAN IP address is assigned via DHCP and may regularly change. This will cause VPN clients to disconnect until they are reconfigured with the new IP address. We recommend obtaining a static IP address from your ISP, or configuring a Dynamic DNS to avoid these interruptions.

boreal bane
#

What is CG-NAT?
Carrier-Grade Network Address Translation is a method of sharing a single unique public Internet Protocol (IP) address with multiple customer internet services. This allows internet providers to extend their pool of remaining Internet Protocol Version 4 (IPv4) addresses.
Why is Superloop changing to CG-NAT?
Globally, the pool of available IPv4 addresses will soon be exhausted, so Superloop has chosen to use CG-NAT as a way to share the limited supply of public IPv4 addresses ahead of full deployment of IPv6.

#

Straya, where RFC 1149 beats DSL

#

sorry I had to

manic robin
#

NAT:
I have an IP address from my ISP. I stick a whole bunch of devices behind that, modifying the traffic to make it all appear to come from that single IP. It's not terrible. has some drawbacks and some benefits.
CG-NAT:
This is where the ISP starts doing the same thing with their clients. Masking a bunch of people behind a single IP address.

Now, if all you're doing is web browsing, you won't notice a thing. If you're doing something longer term, especially if there are periods where you're not talking on an existing connection, this breaks down. And just forget having something talking inbound to you, as you don't have an IP of your own.

#

CG-NAT is why the IPv4 apocalypse hasn't really begun to bite the average consumer yet.

boreal bane
#

How does CG-NAT affect me?
CG-NAT will not affect the majority of new Superloop customers. However, there are some applications - such as web or email servers or remote access to security cameras and devices - that may depend on a static IPv4 public address to work.
If you are an existing Superloop customer with an existing Superloop static public IPv4 address you will retain this address.
How do I opt-out of CG-NAT?
If you need to discuss your service or opt-out of CG-NAT, you can call our technical support staff on 1800 57 87 37.

#

see @worthy quartz like I said, call them and yell

worthy quartz
#

oooooo.. KrAzle242, you MIGHT have saved me...

#

I thank you for investigating Superloops agreement

boreal bane
#

well I suggested call and yell before I read that

#

used to run an ISP......

worthy quartz
#

Well.. that is true! 😅

#

Did you? I use to work for a telecomminications in a retail store network side of things has always confused me.. hence why I've decided to take up a Networking/Cyber Security course to try learn a bit more!

boreal bane
#

i did indeed, all wireless too

worthy quartz
#

I just found a reddit post from about 2 months ago.. people are able to request to opt out of CG-NAT and they get it done within 5 minutes.. I'll give them a call tomorrow.

#

Should be as simple as rebooting my router afterwards for things to go back to normal?

boreal bane
#

if they are worth the salt in their sweat you shouldn't have to, but it also couldn't hurt

maiden mulch
#

I'm trying to add Bluetooth functionality to node-red. I'm erroring on trying to access dbus, is there an easy way to allow node-red access to dbus from home assistant UI?

ionic sail
#

Hi, I'm having a problem for months now with zigbee2mqtt and home assistant. in short, HA is not retaining device triggers. When a trigger is triggered, it appears again but then it disappears again after a day :

#

I found no information on that issue. At HA launch, I have these errors :

#
2023-06-19 22:03:48.274 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Plafond' failed to setup triggers and has been disabled: Unknown device '3c2afad960c6c9e25177be2f848a8417'
2023-06-19 22:03:48.296 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Cuisine' failed to setup triggers and has been disabled: Unknown device '3c2afad960c6c9e25177be2f848a8417'
2023-06-19 22:03:48.298 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Lampe' failed to setup triggers and has been disabled: Unknown device '3c2afad960c6c9e25177be2f848a8417'
#

Z2M discord tells me it could be because HA is not retaining those triggers

#

did someone heard of such an issue ?

boreal bane
#

well those triggers are what? sensors? states?

#

if it's either of them, then yes I would expect HA to not retain them at reboot

ionic sail
boreal bane
#

what kind of buttons

ionic sail
#

push buttons

boreal bane
#

and what do they do

#

"who is your daddy and what does he do"

ionic sail
#

they are zigbee connected to z2m and are used to trigger lamps

soft yacht
#

I'm struggling with UptimeKuma addon not being able to verify if AdguardHome addon is operational. I try to connect to udp port 53 on the external IP (not docker) for a DNS monit entry, but it's unable to connect. From other machines on the network it connects fine to UDP/53. I'm guessing this is a iptables hairpin network routing issue, but where am I supposed to report the issue?

fathom lake
#

Node-Red keeps crashing at home assistant restart

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "3".

how can i fix?

supple grove
#

You might want to share more of that log

worthy quartz
#

@boreal bane I thought I’ll keep you updated and let you know I opted out of CG-Nat and everything is working again, thanks. Stupid provider though.. never got given a welcome email or anything because they used someone else’s email address, and can’t change my password online from their generic one they gave me! :/ but at least my smart home is working! 😄

fathom lake
jade wing
fathom lake
#

thank you

odd acorn
#

s6-rc: warning: unable to start service base-addon-timezone: command exited 128

boreal bane
#

gotta love folks in Straya forgetting time zones 🤪

storm panther
#

Hello, I would like to install the "ESPHome" module, but I can't find the "Add-ons" button. Can you please help me?

jade wing
#

What do you mean "ESPHome" module?

mortal glacier
#

Guys has anyone tried to create/edit a local calendar in this version? 😛

storm panther
#

By "ESPHome" module, I mean the one that is added to Home Assistant to configure ESPHome devices.

viscid orchid
#

You mean 'addon'? How did you install HA?

storm panther
#

I install it by docker

#

Yes I mean add-on sorry

viscid orchid
#

Then you don't have addons

storm panther
#

How can I have add-on please ?

viscid orchid
#

See the link tinkerer posted

#

You can't

jade wing
#

Add-ons are just software in a container, for HAOS. They're not magic, and not required

storm panther
#

Yes but if I buy a raspeberry I'll can install add-on ?

jade wing
#

if you run HAOS you can

#

You don't need to

#

ESPHome existed before the add-on existed

#

ESPHome does not in any way require Home Assistant

storm panther
#

Ok thank you !

limber ether
#

You can just install esphome in Docker if you want the esphome interface.
Anything that's available as an add-on can be installed as its own Docker container and configured with HA as needed.

storm panther
#

yes ok thx

#

Is a Raspberry Pi Model B with 1GB of RAM sufficient please ?

boreal bane
#

no

#

infact it's no longer supported anymore on the rpi B+

storm panther
#

ok thx

boreal bane
#

if you're buying an rpi, buy rpi4 at minimum

storm panther
#

yes i'm searching for that

#

yes thx !

boreal bane
#

an rpi4 is really the slowest thing you could hope to run HA on, and a SFF PC would run leaps and bounds better

storm panther
#

So, what do you recommend?

#

please

manic robin
#

and these days, a refurbed sff may well be cheaper than a pi 😉

boreal bane
rose mirage
#

Hi all! I installed the Scrypted add on (moving from it being a stand alone Docker install to the HA add on). I have all cams added direct to HomeKit (per Scrypted best practices) so I get HKSV there.

Question: HA automatically discovered a "Bridge" for Scrypted. There is no HomeKit code for it so I can't add it. Just "ignore" the discovery? Or will I be missing out on something? I believe the way I have it, HA will not have any knowledge of the cams/doorbell I added via Scrypted. OK, but not ideal.

frank root
#

Anyone here know a bit about MQTT?

river wharfBOT
#

Don't ask to ask, just ask your question. Then people can answer when they're around.

When you do ask a question, try to provide as much background detail as possible. Ask yourself these questions first so that others don't have to:

  1. What version of the Home Assistant are you running? (remember, last isn't a version)
  2. What exactly are you trying to do that won't work?
  3. Is the problem uniform or erratic?
  4. What's the exact error message?
  5. When did it arise?
  6. What exactly don't you "get"?
  7. Can you share sample code, ideally with line errors where the error occurs?
frank root
#

Okay so I know nothing about MQTT, but I can be at least SOMEWHAT techie. I managed to get MQTT setup on my HomeAssistant with Mosquitto broker, got Wall Panel installed on an old tablet, which supports MQTT, (https://wallpanel.xyz/docs/remote-control/mqtt-setup/), but no matter what settings I plug-in to the Wall Panel app, I can't figure out how to get that data into Mosquitto broker on HomeAssistant. I can send MQTT commands through MQTTool on my iPhone (http://img.wtwap.net/230620200843053.png) and they come through fine on my HomeAssistant (http://img.wtwap.net/230620200915977.png), but absolute nothing ever comes through from the tablet. Idk if my settings are wrong on Wall Panel or what.

boreal bane
#

are you using SSL ?

river wharfBOT
#

@shut crescent I converted your message into a file since it's above 15 lines :+1:

jade wing
jade wing
frank root
dense forge
#

Hi,

Not sure if this is the right place to ask but I'm trying to get a 'temper' sensor (connected via USB to HAOS running on a pi4 server) to work. The documentation here (https://www.home-assistant.io/integrations/temper/) says that I need to add a file in the /usr directory for some permissions shenanigans but I cannot get access to a meaningful file system in HAOS - all the shells and terminals point me at some temporary, volatile pseudo shell where all my changes are meaningless, non functional on a system level and anyway erased on reboot.
So my questions are: is there some other way to get this sensor to work without editing system files and otherwise, how do I get a proper root shell on HAOS.
If neither are possible, can I ask why HAOS is hobbled like this? Will I have to wipe it, put some other linux on there and run HA as a service, just so I can access the machine itself?

jade wing
river wharfBOT
#

#integrations-archived integrate Home Assistant with devices or services, or provide functionality within Home Assistant.

#add-ons-archived provide additional software or services, which an integration could possibility integrate with. Add-ons are for Home Assistant OS and Supervised only, other install methods can install software other ways.

patent magnet
#

Hey everyone
anybody know if VSC for Windows can sync/ push to VSC for HA?
Work locally and then push when done

rustic silo
#

There is a vscode extension for ssh

#

remote - ssh

#

Might not be what you're looking for though

patent magnet
# rustic silo There is a vscode extension for ssh

But will it be able to push on command or only work remotely?
I do not want to edit remotely until I am happy with my changes. Then I want to push.
Basically like committing to master branch once happy with dev.

inner willow
#

HI all. I'm using Studio Code Server add-on (https://github.com/hassio-addons/addon-vscode) and lately have noticed that it no longer autocompletes entities, where it used to.
I think more likely it's to do with the extension rather than the add-on but I can't be sure. Is this a known bug at the moment, or is there an easy fix that I'm missing?

tired temple
#

Hello! I've got a question: I installed the SQLite Web Addon. in the table "states" there a many entries, but they are empty / the entries shows me NULL in every column. What am I doing wrong?

sweet magnet
#

Hello all. I am trying to set up eufy in HA with Eufy_security_ws but I get to the step where it says this in logs:

2023-06-22 04:15:50.088 INFO Authentication properties changed, invalidate saved cloud token.
2023-06-22 04:15:50.188 INFO Eufy Security server listening on host 0.0.0.0, port 3123
2023-06-22 04:15:51.011 INFO Requested verification code for 2FA

I get a 2fa code in my email but where do I put it?

rose mirage
#

anyone know how to get samsung frame to go into art mode when it is turned off via a connected Apple TV being powered down?

bitter skiff
# sweet magnet Hello all. I am trying to set up eufy in HA with Eufy_security_ws but I get to t...

https://github.com/fuatakgun/eufy_security#3-installing-eufy-security-integration Have you tried?

6- You might receive Captcha or Multi Factor Authentications (MFA) warnings, please Reconfigure the integration. Captcha code will be visible on Reconfigure page and MFA Code will be emailed or texted to you. Please enter these values. After this, you might need to restart your Home Assistant instance.
ionic sail
sweet magnet
nocturne cloud
#

man, I don't know what happened, but my little HA pi is having a bad time. Is this the best place to talk about troubleshooting the nginx proxy manager, or is there a better discord/channel? I don't wanna infodump in the wrong place.

wheat basin
#

My HA instance has started to display

Unable to connect to Home Assistant.

Retrying in 56 seconds...
#

I've been using duckdns for years, no issues

#

can't see anything in the logs, haven't changed any firewall settings, duckdns seems to be up and working

jade wing
grand cosmos
#

Hey, are there any suggestions of modifying container files in a Hassio addon? I'm using vaultwarden a long time on a synology and want to migrate to the addon:
https://github.com/hassio-addons/addon-bitwarden
I tried already backup the addon, extract contents, replace data-dir with from previous vaultwarden version, but at the moment i compress it back and try to upload backupfile, i got an 400 Error. Isnt there a lot easier way of modifying the container files ?

viscid orchid
#

Seems like you're going to a lot of effort when you could just run your own container

grand cosmos
covert arch
#

make use of the vaultwarden export /import ?

grand cosmos
#

maybe possible, but we are 6 users 3 orgas. i would have to do it one after the other . i thought the aproach described in the original vaultwarden docs to just copy /data would be easier. But seems i am wrong. Maybe it is also a solution to copy files with docker cp into stopped container - but this seems more dirty than what i tried before

covert arch
#

lots of humans

chilly olive
#

Hi, can anyone help me configure a camera that supports onviff? I wanted to use the onviff add-on but it works so poorly to see the image from the camera you have to wait several seconds and the image is with a huge delay. Is there a better plugin that supports onviff? Because when I downloaded the onviff manager program to my computer, the image is basically instantaneous, so maybe homeassistant can do something better with, for example, a maximum 10 second delay? And a live image as soon as you click

jade wing
sly hemlock
viscid orchid
#

Better to ask there

supple grove
turbid hamlet
supple grove
#

Not here. HACS is not an addon

turbid hamlet
digital flume
#

Just installed an add on for Tapo but its needing a cloud setup just for HA is there any other way to get the Cameras into HA?

digital flume
#

@supple grove what is Hacs then?

boreal bane
#

HACS is home assitant community store, a place to download integrations, plugins, and themes

#

@digital flume that answer your question?

brittle night
#

homekit bridge addon?

stone crown
#

I'm new to home assistant, got a yellow, and am pretty disappointed that the HomeKit Bridge add on architecture is what it is. Trying to understand if I am missing somethign fundamental on why it was allowed to develop this way.

brittle night
#

there is no such thing as a homekit bridge addon

#

addons are docker containers

#

you want #integrations-archived and specifically you really want to ask the dev(s) perhaps on the integration's github repo

stone crown
#

oh dang thanks @brittle night . you're right this is an integration oops. i'll move

runic furnace
#

Hi, is it possible to export n influxdb database backup from influxdb haos addon?

supple grove
final lake
#

Simple question regarding the chrony add-on. What do I use as the NTP server address on my IP cameras? is it just the local DNS entry of my HA server?

supple grove
final lake
#

I have it set to pool mode. my camera's are blocked from accessing the internet bc they try to send data back to china but I need to give them an ntp address so their time stays accurate. I just don't know what to use.

supple grove
#

You probably want to give your cameras the ip/hostname of the HA box where the addon runs on. ntp_server/ntp_pool is where the addon itself gets its reference from.
How exactly you do that I have no clue. Depends on your setup/cameras, I guess.

final lake
#

That's what I was thinking, it just seems too easy though. I thought it would need to be something like ntp.<homeassistant_local_dns>. I'll have to see if the camera's lose time accuracy. Thanks for the help.
It would be nice if the documentation mentioned what is advertised as the local ntp server. oh well.

next vigil
#

I have an openhasp panel thats not being auto discovered by the MQTT add-on. I can see in mqtt explorer that it is publishing updates so is connecting to the broker. Can anyone suggest how I can troubleshoot this?

jade wing
#

MQTT integration assume you mean?

next vigil
#

Its listed in the addon section as well but yes

jade wing
#

The add-on doesn't auto discovery anything, it's the broker

#

The integraton is how HA talks to the broker, and with any device connected to it

next vigil
#

Alright the Moquitto Addon in home assistant isn't discovering it in that case

jade wing
#

Well, the add-on discovers nothing

#

it's just the broker

#

I can see in mqtt explorer that it is publishing updates so is connecting to the broker

#

And you said that it's working

next vigil
#

Discovery isn't working, but the device is connecting to the mqtt broker

jade wing
#

Then you have a problem with the device not publishing the right payload, or the #integrations-archived not working - but if other devices are discovered it's not an integration (or add-on) problem

next vigil
#

I haven't added any other devices recentyl, certainly since the last time I updated so I can't assume that

#

How do I verify the payloiad for discovery?

jade wing
#

Check the discovery topic?

next vigil
#

As usual, the documentation does not help.

broken marsh
#

Z-Wave JS and Z-Wave JS UI : Should I have both installed or just Z-Wave JS UI and uninstall Z-Wave JS ?

jade wing
broken marsh
#

And I am still confused. Now that I have both, should I uninstall Z-Wave JS ? Thanks for your guidance

viscid orchid
solid shard
#

Hi,
my add-ons page is not loading anymore - only the rotating circle.
No error messages or anything in the logs.

Also the backups page does the same.

I'm running HASS OS on a raspi 3

Any ideas what I can do?

boreal bane
#

hitting refresh usually gets it to load for me

runic furnace
#

Hi, i would try to install a previous version of ssh & terminal addon but i don't know how to do it. Can someone explain me how?

viscid orchid
#

restore a previous backup

strange forge
#

I'm running hassio on a virtualbox VM inside a win-10 machine. (Side note I also have another VM running zoneminder for my cameras) Got it all running locally and I'm pleased as pie with HA, so wanted to go to next level and put port forwards in place for remote access. After a bit of frustration with portforwarding, I eventually figured out my ISP (TELUS canada) has me on a 'CGNAT' aka 'NAT444' connection, and therefore port forwards are basically impossible., aka

#

oops, hit enter to quick there,... anyway, eventually I discovered ZeroTier and figured this was a perfect solution. I created my zero tier account, set up the add on, added all my devices on zero tier network, everything looked good to go everywhere,. sadly however, when I try to access my HA page using mobile data and HA app on my cell phone, she just won't work. I wonder if anyone can help me with this.

brittle night
#

well before you go any further why didnt you go with tailscale?

#

you have a few options. these days the most popular is using cloudflare's tunnel if behind cgnat

strange forge
#

don't know what that is, Ill have to go look, but zerotier sure looks like it has everything thing I need if it would work,

brittle night
#

but tailscale is a close contender with the same end result

#

i'd go the cloudflare route with tailscale as a backup personally

#

there's video guides or written tutorials online if you want a hand-held approach

strange forge
#

do they have freebee plans for cheap guys like me?

brittle night
#

it's all free

#

cf tunnel needs a domain i think but you can get a free one

strange forge
#

fabulous. I will explore those options. Thanks!

brittle night
#

to actually answer your question tho you probably dont have dns or a route exposed in zerotier

#

--advertise-routes=192.168.1.0/24 i have this setup for my tailscale container along with globaldns nameserver entries with my multiple adguard/pihole dns server IPs

#

that allows devices on my lan to talk to other devices on my lan (which is what is happening once you connect with tailscale/zerotier)

strange forge
#

I was specifying the zero tier assigned IP address for my HA server in HA app on the phone. do I still need some sort of DNS setup in zero-t?

brittle night
#

idk i dont use zerotier lol

#

seriously give cloudflare tunnel a go

strange forge
#

well thanks for the help. I'll look into CFlare etc later. right now my brain hurts from playing with all this, Think I'll go weed the garden and relax.

brittle night
strange forge
#

thanks !

digital flume
#

How do i get the barcode to come back up to scan on an ipad Home? I need to bridge it but no code to scan in Home Assistant

surreal trellis
#

Good morning. Quick question: I run HA using hassio on a RasPi 4. I'm running AdGuard Home inside of it, but AdGuard doesn't listen on the statically configured IPv6 address. It listens fine on the private IPv4 address, on the docker address, on 127.0.0.1 and ::1 but not on the fe80 v6 address. Anyone know how to get it to listen there?

#

Do I need to reboot the RasPi after configuring a static v6 address for hassio to pick it up properly?

brazen hedge
#

Hello all. I've been running Pi-hole on a Raspberry Pi 3 Model B for just over 3 years, and it also acts as DHCP server so clients get friendly names instead of IP addresses in the query log. I'm relatively new to Home Assistant, discovering it less than 3 months ago. I have HAOS running on an old spare SFF desktop PC. Yesterday the Pi fell over, becoming completely unresponsive, taking most devices offline shortly after, and it took two power cycles to bring it back up. This has got me wondering if moving these services over to HA via the AdGuard Home add-on might be the way to go, before the Pi fails completely. Have many of you made the switch from Pi-hole to AdGuard Home, and is it particularly onerous, or fairly straightforward? And do you find the stability more or less the same? I'm assuming the beefier hardware of the PC will help.

supple grove
#

You could also stick to Pihole but only migrate it to better hardware

wild notch
#

And just stopped using it.

surreal trellis
#

I've switched from PiHole to AdGuard Home on a HomeAssistant on a Pi 4. No problems encountered.

#

Except the IPv6 issue mentioned above, but I never tried PiHole with v6, so I don't know how it is therce.

#

Thing is, if you need to restart HA, you may lose DNS if you don't advertise a backup DNS server to your clients.

brazen hedge
#

Would you guys typically use a public DNS, like Cloudflare or Google (1.1.1.1 / 8.8.8.8) ?

surreal trellis
#

I use Quad9

brazen hedge
#

Do the blocking/filtering capabilities still work if you specify a secondary DNS? Every thread I seem to find suggests not, with the only exception being a secondary Pi-hole.

#

Appreciate this may no longer be the most appropriate place for this discussion.

supple grove
#

Depends on the client but you shouldn't depend on the order so I'd say no. Not reliably

wild notch
novel bridge
#

is there a way to run 'tailscale status' command on a Pi with supervised HA?

supple grove
#

I assume docker exec containername tailscale status will work

jovial marsh
#

OK, so yesterday when I was having trouble with Nabu Casa I tried connecting by enabling the Tailscale add-on since I use that for my Blue Iris server. Since then, I've gotten my NC connection working with the companion app and I'd like to remove the Tailscale add-on, however I just now went to add-ons and all I get is the spinning arrow??? I tried restarting HA, but still spinning. What can I do to remove the Tailscale add-on??

brittle night
#

like go to addons page then f5

jovial marsh
#

Ah. So simple. Thanks. Just to be safe to remove the add-on, stop it and uninstall??

brittle night
#

just remove it'll stop itself safely

#

well haos will force it to

#

it's a new bug and an open issue on github it should be fixed soonTM

jovial marsh
#

Great. Done. Gone. Thanks for your help!!!

brittle night
#

hmm

#

@quick trench the issue above really is an haos issue not a frontend issue correct?

fickle lodge
#

Hi all - anyone else having issues with Ring MQTT and cameras no longer detection people vs normal motion? As of 4 weeks ago mine randomly stopped, and everything else in the integration works fine. I have rebooted both my host and client, as well as reauthenticated and everything. The detection just suddenly stopped

fickle lodge
#

Seems that when a person is detected the sensor goes to a state of “became unavailable” which will then revert back to “cleared” once the person is no longer detected

marble sundial
#

So, I'm curious...... with nginx addon for the frontend stuff doing SSL etc - is there a timeout or something that would close websockets into HA at 30m 59s?

#

I'm seeing a lot of ESPHome stuff that will go unavailable every 30m 59s.

#

then connect up again

jade wing
#

Your ESPHome devices aren't going to be connecting via the proxy

#

HA uses the ESPHome API to connect

marble sundial
#

damn cisco defaults.

quartz pelican
#

i know i sound like an idiot thats asked hte same question

#

but how can i use addons with container

#

like i know the thing is to say "set up supervisor instead"

#

but i would REALLY prefer to keep it containerised

#

and supervisor wouldn't run on my host which is nixos

supple grove
#

You create the container yourself. How depends on the addon you're trying to re-create.
Remember, addons are just docker containers integrated into HA through configuration and supervisor.

quartz pelican
#

what do i like put in the compose ig?

#

like i am reading the config.yaml

#

and build.yaml

#

and there seems to be options that ha wants

supple grove
#

depends on the addon
But the "want" is only for supervisor. You're not bound to that and nothing will use it in a container install

quartz pelican
#

how do i configure those then?

#

like how do i yknow

#

make htem integrate

#

what ports and shit?

jade wing
#

You would Google GoSungrow docker

quartz pelican
#

yeah i did that

#

built it

#

and now im like okay wtf

jade wing
#

I hate to be the one to say this, but now .... now you have to learn how to work with Docker

#

And you picked something that's got zero non-add-on documentation, so you have to poke around and find the answers to things like ports and stuff

quartz pelican
#

i know how to work with docker

#

now i gotta learn home assistant

#

cause i have no idea what ports it wants

jade wing
#

That software isn't Home Assistant

#

Sure, you're using it with Home Assistant, but it isn't HA, and HA has no say about ports etc

night rampart
#

Ebusd

weary stratus
supple grove
#

Did you install portainer or similar?

feral maple
#

As it basically says your system is broken. You need to look at your logs to see what the actual error is and post more about your environment.

plush slate
#

hello, why isnt this app showing in app dameon?

#

oh i cant send pictures

#

i added media_lights_sync.py into the /appdameon/apps directory, but then in the apps list nothing shows (not even the default hello world)

#

the apps.yaml look like this

river wharfBOT
#

@plush slate I converted your message into a file since it's above 15 lines :+1:

viscid orchid
plush slate
#

thanks

lusty barn
#

Does the matter addon store the previously used matter codes somewhere and is it possible to wipe that and start fresh?

#

I've tried uninstalling and reinstalling

#

I have a switchbot Hub that absolutely refuses to connect. I've removed it from everything and reset it. Then tried to add to HA and it failed so I added it to HK and it loaded, then after a while I tried to use the code generated in HK to add it to HA and it failed that way as well.

#

I'm stumped and annoyed and ready to torch everything lol

bitter mango
#

hello, I have some issue with some addon (alexbelgium/zoneminder) complaining about bashio, how am I supposed to get some help (channel/process) ? thanks in advance

viscid orchid
#

an issue on github on the repo where you got it from

bitter mango
#
  • cry * I hoped some different miracle answer but that's fair. There is no known issue with bashio so far ?
vagrant pivot
#

Does anyone know of a way to run certbot manually (from the Letsencrypt addon) from a terminal/ssh session?

viscid orchid
#

You just want to start the addon?

vagrant pivot
#

No, I want to override the addon and force renewal a little early

#

I'm within the period where Letsencrypt allows renewal but prompts you y/n. The addon defaults to "no" in this sceanrio.

viscid orchid
#

Not aware of a way to do that

vagrant pivot
#

cool ty

#

Do you know where certbot is in the file system?

viscid orchid
#

Not directly accessible. Addons are containers

vagrant pivot
#

Yeah, that's what I thought, but I was hoping 😄

viscid orchid
#

Presumably you could shell into the container and poke around

#

That's a DIY activity, though

vagrant pivot
#

OK that's a good idea.

weary stratus
supple grove
#

HAOS don't like that. Remove it 🤷

weary stratus
supple grove
jade wing
#

Too many people have broken their HAOS/Supervised installs with Portainer

weary stratus
#

is it worth it ?

feral maple
#

HA 2023.06.03 I am running the plex server on HA. However if I try and launch it from the dashboard it does so with my https domain and comes up with the "The certificate is only valid for *.d72xxxxxabd6244f82bad49f5bdb24634e.plex.direct." error. I found a matching forum post from 2020, but I can not find a plex.conf file, so I guess those instructions are way out of date. Plex works fine if I access using the ip and http so it is not the end of the world.

wild notch
feral maple
#

My registered domain which I use for HA. I understand how domains work and what the error means, but I do not know how to move my correct certificate down into the container for Plex or how to configure the Plex server to look at the one in the Home Assistant folder.

open oar
#

Hi,

Does anybody have a problem to connect to MOSQUITTO broker after last HA update? (I have a mosquitto user added to HA/settings/users) ?

#

Unable to connect to the MQTT broker: Connection Refused: not authorised.

bitter skiff
feral maple
#

Thanks for spending time to find that, lots to go wrong in that for me. 😦 , I think I will live with the problem otherwise I will need to repeat it every time the certificate renews.

bitter skiff
#

How do you renew it currently? It looks like /ssl should be mapped to Plex, so that should be directly accessible if you can set it up to auto-generate a PKCS#12 version

zinc terrace
#

I have a repair for add-ons saying:

The default configuration for add-ons and Home Assistant has changed. To update the configuration with the new defaults, a restart is required for the following:

  • Home Assistant
  • Node-RED
    ...
    With a few others mentioned. I've never seen this before and I haven't updated anything recently. Where is this coming from?
feral maple
#

I got one of those after I uninstalled Music Assistant, I did a reboot and everything was fine.

zinc terrace
#

I just don't get where it's coming from if I haven't updated any of them

#

And it seems kinda odd they all are reporting this at once

#

Looking at node-red on github shows there haven't been any changes in a week.

#

It seems like a lot of other people are seeing some weirdness with this too

feral maple
bitter skiff
eternal notch
#

when trying to install addons i get

'AddonManager.install' blocked from execution, no host internet connection```
supple grove
#

no host internet connection
Not really related to addons any more

eternal notch
#

so what do I do?

jade wing
#

Well, if everything else works... it's more add-ons than anything else

#

Fix the host Internet access

eternal notch
#

I'm here to ask how

unreal sundial
#

Hey guys, just a quick question, I am having issues configurating my remote access setting within my Plex Media Server add-on, where is the best place to get help? 😄

manic robin
#

plex, probably

unreal sundial
#

Yeah, I wasn't sure if it a conflict issue between HA and Plex or just a straight out plex issue and through the community may be better to deal with.

ornate adder
#

PLEASE HELP 🙏
I installed duckDNS add-on, and now I cannot get home assistant to start.
When I go to http://homeassistant.local:8123/ I get: ERR_EMPTY_RESPONSE
I inserted the SD card and removed duckdns from addons.json, but I get the same error.
What else can I do?

jade wing
#

Try https://

#

If you configured HA with SSL then you have to use HTTPS all the time

ornate adder
# jade wing Try `https://`

That worked! now it's running in safe mode, as there is an error in one of the config files. Can I install visual studio server while in safe mode?

jade wing
#

No idea

hidden delta
#

is there any way to access a longer log for add-ons? The log tab inside Settings > Add-ons > <click and addon> > Log (tab). only shows 100 or so lines

supple grove
#

Use the SSH addon and do docker logs containername/id. You can get the name/id via docker ps

brittle night
#

Interesting I didn’t know you could do that

#

That’s helpful for zwave js addon users

hidden delta
brittle night
#

Did you type ha first?

hidden delta
#

i did not

brittle night
#

Oh nvm you’re not in the haos shell

#

Fuck idk I never use this I’ll let him help

supple grove
supple grove
brittle night
#

Cool

#

Well I do use haos I just never need ssh for it

#

I do have a server running docker containers that aren’t related to smart home but I keep them separate

#

Less single points of failure for multiple devices that way

hidden delta
#

i am able to get to the terminal for HAOS as it is running as a VM. when enter 'docker ps' there, it just shows me the help info for docker

#

executing ps does does me a list of PIDs. is that what i want?

#

also the command ha docker does work

sly kindle
#

you can actually go to Settings > System > Logs and choose the add-on logs from the upper right corner (advanced mode needs to be enabled for your user)

#

Then download the full log

#

Or you can use the docker commands

#

logs for everything are there

hidden delta
sly kindle
#

oh the download does limit it as well...bummer

hidden delta
sly kindle
#

I've never used it

#

if you are in the terminal for your VM, enter login

#

if you see the # prompt then try docker ps

hidden delta
#

that worked!

sly kindle
#

now find the id and use the command provided earlier

supple grove
#

And set up SSH so you can use a proper client

spare berry
#

Any way to find a more detailed explanation as to why restart is required to repair an issue with an add-on? Seeing "Restarit Required" in settings, but not sure what has changed. It states that default config for add-ons and Home Assistant has changed and lists Home Assistnat and Terminal & SSH as the reason.

fiery prism
#

You could look at the recent PRs for those addons in their github repositories.

wicked moon
#

Hi Am at a bit of a quandry. Currently my HA is running well and is accessible via mydomain.duckdns.org using the Duckdns addon. I have other applications in the home which I would like to access and thought why not use the Nginx Proxy Manager for this. I would tweak the access path to ha.mydomain.duckdns.org via the nginx proxy manager. But I guess I am a bit nervous to touch the system which has been running smoothly. Another concern is how my HA will update the Duckdns site with my external IP address - any suggestions - thanks

jade wing
#

Do you have something else that'll update your DuckDNS hostname?

#

If not, just leave that running

#

Remember that you can't put HA under a path, https://yourhost.duckdns.org/ha won't work

wicked moon
#

should I remove the config.yaml script that works for Duckdns and leave the addon to work in the background or does it need the config.yaml to update the external ip address?

jade wing
#

Without knowing how you're updating the hostname... shrug

wicked moon
#

I guess the question is - if I continued to run the Duckdns addon in the background I could then use this to update the host name, and if it doesnt work - I'll soon find out

jade wing
#

Yes, it's main purpose is updating the hostname, providing SSL certificates is secondary

wicked moon
#

great....

tribal rover
#

Hi. I am new to running haos (or is it hassio?) coming from running home assistant core in a docker container. I'm attempting to get the mosquitto add-on working. The documentation says to "Create /share/mosquitto/acl.conf" but... in what context? In the docker container for the addon running inside my haos virtual machine? or in the haos root? The container has nothing in /share and the haos root has just locale, grub, and info, so neither seems right

#

it also says The /share folder can be accessed via SMB, or on the host filesystem under /usr/share/hassio/share. but same question for /usr/share. I guess what I'm looking for is an overview of where addons keep their configurations and the proper way to get to everything

elder schooner
#

If you use the terminal (add-on) you can use the directory /share/mosquitto. But you just need an acl.conf or mosquitto.conf if you need to do some advanced customizations. For local use (e.g. for Zigbee2MQTT or Shelly) it is good to go without,

tribal rover
#

It is a shelly I'm trying to work with. I had the shelly working properly using the mqtt broker running on my scrypted install, but I thought I'd try to move it over to home assistant. The usernames and passwords are the same, and from what logs I can see the shelly device is connecting, but nothing seems to work beyond that

elder schooner
#

You could connect to your MQTT broker and look for it. For example with the program MQTT Explorer. Or you could look at the protocol in the UI Settings - Add-ons - Mosquitto broker - Protocol, trigger something which should push something to it an refresh the protocol after that

tribal rover
#

oh, I guess I hadn't restarted everything. I was seeing authorization errors in the log from the scrypted server ip, so I turned on debug logs which had me reload (I had previously turned them on, but turned them off again because I wasn't seeing anything useful and they were noisy) and now things seem to be communicating.

#

I'm still unclear on how the mosquiitto addon gets configuration from /share/mosquitto, but I guess that doesn't matter now. Thanks

elder schooner
#

You can configure the Mosquitto add-on to look for additional configuration files. That's done in the add-on settings in "Customize".
With active: true/false you define, if those customizations will be applied.
With folder: mosquitto you define the directory in /share (in this case /share/mosquitto) where the add-on is looking for those .conf files.

timid sigil
#

heyhey

i just bought a new zigbee coordinator (CC2652RB) to replace my half functioning conbeeII

but now i'm unable to get zigbee2mqtt working again
below is a pastebin of the logs

elder schooner
timid sigil
#

thx

#

will try it over there

gloomy adder
#

just installed duckDNS and now all my streamdeck webhooks leading to ws://192.168.1.204:8123//api/websocket don't work. What do i need to set them to?

boreal bane
#

did you setup SSL ?

gloomy adder
#

did i what now?

#

oh

#

yeah

#

its https

bitter skiff
#

Sounds like you probably need to change the scheme to wss then

boreal bane
#

beat me to it

gloomy adder
#

how do i do that

#

wss://secretip.duckdns.org//api/websocket

#

that doesnt work

#

nvm

#

there was 2 slashes

#

now i cant use http to connect

#

which means my stream deck doesnt work with it

#

using this

#

i got the same server url setup except https

bitter skiff
#

You'll need to do the same thing to anywhere that contacts your HA server (updating the scheme... and port, if that changed). HA can only serve with or without SSL, not both at once. If you need both at once, you'll need to use a proxy.

#

and if it still "doesnt work", you'll need to pull logs from whatever that is to diagnose the issue

#

You'll need to use your DuckDNS hostname as opposed to the IP, as well

rich stratus
#

Hi i have i problem with mqtt addon
i get this error when i want to turn on for example a light: This entity is no longer being provided by the mqtt integration. If the entity is no longer in use, delete it in settings.
Yesterday i have no issues, i have restored a backup from yesterday

#

i mean the Mosquitto broker addon

bitter skiff
#

What have you tried so far to troubleshoot

rich stratus
#

I have restored an backup from yesterday before i install al the updates.
i run Home assistant on a vm on my Synology Nas. i have already reboot the nas
Restart the add mosquitto addon
From the zigbee2mqtt addon i can turn on the lights.

#

and turn of

#

i have read the log of mosquitto broker, no errors

stable hemlock
#

Is it alright to ask for feedback about an addon here?

feral maple
rich stratus
#

There was an update for zigbee2mqtt, i had already installed this update. Now i have it installed on the home assistant version that was running on the day when i was comming back from the holiday. That fixed the problem.
I have now installed all updates and the problem is not comming back. Very strange problem. But it is fixed

orchid mortar
#

Hello, I am having an issue with the Visual Studio add-on, which no longer seems to stay up.

I am running:
Add-on version: 5.8.0
You are running the latest version of this add-on.
System: Home Assistant OS 10.3 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2023.6.3
Home Assistant Supervisor: 2023.06.4

I was doing some work on templates this morning when it stopped working. I've restored to a full backup from yesterday, but even after restore, the add-on no longer seems to work.

When I click on the sidebar button, I get a message "add-on is not running, please start it first".

Starting doesn't fix the issue.

plush rover
#

Hey folks. In the log I see it warning about some add-ons with full-access but I don't have those addons installed, and they're not supported on the hardware I'm on. How do I clean them up?

fervent breach
#

DuckDNS Addon Troubleshooting on HAOS on intel NUC

floral hinge
#

anyone facing an issue of zigbee2mqtt addon not running on HA . it is raised as in issue in github i am just wondering if it is affecting only some people or all of us. ia m also facing this same issue in starting mosquitto also

jade wing
#

You said that it is running, just showing as not running...

#

Which is it?

floral hinge
#

so i not able to see web ui of the addon

#

but all my devices on zigbee2mqtt and the related automations work

#

i trired to update to zigbee2mqtt 1.32.0-2 and this happened

jade wing
#

Ok, so they are working... and that's not what you first said 😉

#

It's important to be accurate in your descriptions to help people help you

floral hinge
#

ok sorry for my lack of clarity

#

yes the add on seems to work in the background

jade wing
#

I suspect the Supervisor logs will help

floral hinge
#

gotcha let me share that

#

does this server not allow to atatch txt files??

river wharfBOT
#

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.

floral hinge
#

i was trying to update zigbee2mqtt to the latest version when this problem happened

#

someone raised the same issue on git too

wicked moon
#

Hi - in the midst of implementing nginx proxy manager and moving away from using duckdns to allow me to access my ha externally . Tried accessing my internal ip http://192.168.0.2:8123 and it didn’t like it,it seems I have to put https://192.168.0.2:8123 only to be told it’s not secure (but works). How do I get my set up to listen to http and not https? Thanks

jade wing
#

Remove the ssl_ lines from http: and restart HA

wicked moon
#

In config yaml

jade wing
#

Yes

wicked moon
#

Brill thanks

finite solar
#

where might I ask for the labeling / info for Audio input / output might be improved? I've a RPi4 which has 3 potential audio outputs, the jack, and then HDMI 1 and 2, but if an addon has "audio: true" in their config, for audio output option, I get "Built-in Audio Stereo" and "Built-in Audio Stereo" only, which obviously don't give any information

river wharfBOT
#

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.

finite solar
#

I think this is for HA itself, not addons? like, I only see it with addons (just noticed it on spotify connect), but it technically is a HA issue, or no?

jade wing
#

Probably, but pretty much all feature requests go on the forum anyway

tacit zenith
#

Anyone with Resideo or Honeywell Home devices have success integrating with home assistant? I know lyric devices work but can't seem figure out how to integrate their newer devices.

elder schooner
jade wing
elder schooner
#

Was thinking about that too 😆

tacit zenith
#

I'll post in #integrations-archived. Forgive me for posting in the wrong section. I'm just getting started with homeassistant

shy arch
#

Anyone familiar with restreaming RTMP streams? I'm using wyze-bridge to stream an RTMP stream to Twitch, but its not OBS or something like that so there doesn't seem to be a way to add any text overlays (e.g. with the current viewer count or something). I'm wondering if there is any way to re-stream it through some free service, or some way to add an overlay via wyze-bridge or something.

jade wing
shy arch
#

Maybe, I think here is a good starting place considering the limitation is due to the Add-On, but I'll check there next, thank you.

warm topaz
#

So I got rtl_433 fully working as far as I can tell with the add-ons. Right now I am trying to get it to pick up old binary sensors. any ideas? Is it in the config for MQTT?

pallid crypt
#

I am moving my HA install to hass os. I used docker compose to run ha and influxdb and grafana. I want to transfer my influxdb db to ha addon infulxdb. Is this possible?
my docker compose had the lines:

    volumes:
      - "/home/hass/docker/influxdb/data:/var/lib/influxdb"
weary loom
brittle night
#

i dont use that sorry

weary loom
#

Any suggestion to where I can find help?

sour sparrow
#
De standaardconfiguratie voor add-ons en Home Assistant is gewijzigd. Om de configuratie bij te werken met de nieuwe standaardinstellingen, is een herstart vereist voor het volgende:

Frigate```

Translated in short:  to apply changes in config for add-on Frigate, reboot HA.

Home Assistant wants me to reboot over and over, but this comes back every time.

Frigate has nog changed, appeared after a HA update,  2023.6.3
river wharfBOT
#

@inland tapir I converted your message into a file since it's above 15 lines :+1:

inland tapir
#

and just found out that dmi.dk filters pings... dr.dk works

#

so HA can reach the outside world....

#

userspace networking is enabled (it was default enabled) in the add-on

#

i can also ping to the HA pi

#

root@bo-omv:~# ping 100.119.185.87
PING 100.119.185.87 (100.119.185.87) 56(84) bytes of data.
64 bytes from 100.119.185.87: icmp_seq=1 ttl=64 time=66.8 ms
64 bytes from 100.119.185.87: icmp_seq=2 ttl=64 time=3.20 ms
64 bytes from 100.119.185.87: icmp_seq=3 ttl=64 time=2.86 ms
^C
--- 100.119.185.87 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 2.860/24.275/66.769/30.048 ms
root@bo-omv:~#

#

but not the other way

supple grove
#

I see the addon developer already answered you on github

inland tapir
#

yep that was fast

#

so yes userspace networking should be disabled

inland tapir
#

seems i spoke to fast....

#

ie data does not show up in emoncms, time to check the logs again

inland tapir
#

i got the url for the emoncms history integration wrong... must NOT end in slash as that is added by the integration

dull nexus
#

Anyone experiencing a very unstable VSC?

elder schooner
#

Yes. Workaround is to disable the Watchdog until it's fixed

weary loom
shy arch
#

Any recommendations for an add-on that let's me selectively sync a single folder with Google Drive? Specifically, any files that are placed into a folder (e.g. a .jpg) on the HA box get's automatically uploaded to to a Google Drive folder? I want to be able to readily access some daily generated timelapses.

#

Or, can I install multiple instances of an add-on? The "Home Assistant Google Drive Backup" add-on can be made to do what I want, but I ALSO want it to function normally, so I could use two instances of it.

gray sigil
#

Forgive me for being stupid, but I've installed the Grocy add-on, how do I add a dashboard link on the left to open the web ui?

elder schooner
#

If you go to Settings - Add-Ons and select Grocy, you will find a slider called "Show in Sidebar"

#

If that's what you meant.

gray sigil
#

This guy... my savior!

#

Not really changed anything on HA for a while, and forgot the basic stuff

elder schooner
warm topaz
#

For mqtt can the id from a sensor read go in unique_id or does it need to be handled in the value_template?

jade wing
#

And the unique_id is a fixed string

warm topaz
#

Oh its in the addon section of HA so figured here was the place to ask

jade wing
#

The broker is an add-on

#

Any entity you define is an integration

warm topaz
#

Makes sense

river wharfBOT
#

#integrations-archived integrate Home Assistant with devices or services, or provide functionality within Home Assistant.

#add-ons-archived provide additional software or services, which an integration could possibility integrate with. Add-ons are for Home Assistant OS and Supervised only, other install methods can install software other ways.

river wharfBOT
#

@tropic ermine I converted your message into a file since it's above 15 lines :+1:

tropic ermine
elder schooner
stoic canopy
#

My home LAN is behind a CGNAT. I have a machine at a datacenter running a wireguard VPN so anything on my LAN can get an internet accessible IP. I installed the wireguard add-on in my HA, but this add-on seems to configure HA to be the VPN server instead of a client. Does anyone have documentation or a howto on setting up the add-on to be a VPN client instead of a VPN server?

elder schooner
tropic ermine
hoary kite
#

Hallo. I would like some help with the Spotify Connect add-on.

I'm currently using it in an automation, where an alarm goes off and the action it triggers is playing a Spotify playlist. It works fine when Spotify is "currently playing" on "HomeAssistant", even if i close the app afterwards, however it doesn't work if it was last connected to another device. I've seen Spotcast does a similar thing with Chromecast devices, however i cannot install it without HACS, which requires SSH (something I don't want to do yet).

Is there work around, or may a line of code i can add to the YAML, where it connects to "Home Assistant" before it attempts to play the playlist? Any help is appreciated

jade wing
hoary kite
#

It says it's an add-on in the documentation

#

Do you think my question will be better answered there?

jade wing
#

That's fine then, you're not asking about the Spotify integration and Spotify services in HA

hoary kite
#

Oh I didn't know it had it. Where do i look for it?

#

I didn't see it in media or entities before i installed the add-on

river wharfBOT
hoary kite
#

Oh. I have this integration too

#

Is there an integration and an add-on?

jade wing
#

There's certainly an integration, I have no idea about add-ons

hoary kite
#

Oh ok, I think there are two. In which case i am referring too the Spotify Connect Add-on

proven garnet
#

many of my addons now give the following error when trying to access it: 401: Unauthorized
these addons are Studio Code Server, Advanced SSH & Web Terminal, ESPHome, File Editor and AdGueard Home.
Before the update to supervisor 2023.7.1 and HA 2023.7.0 everything worked. now i get this issue. any suggetsions?

supple grove
#

What do their logs say? Anything useful in the supervisor or host logs?

eternal notch
#

I have adguard as an addon, so when setting the ipv4 to static in HA network settings, what should the dns server be?

elder schooner
#

I would set a DNS server independent of AdGuard, so something like 1.1.1.1 (Cloudflare).

eternal notch
#

I’ve set up a static ip in HA and even in my router

elder schooner
#

Sounds like the resolvers upstream and bootstrap DNS servers in AdGuard aren't configured correctly.

#

When you say "connecting to adguard" you mean to set is as DNS server and not as gateway, right?

eternal notch
#

I didn’t understand the first sentence about resolvers and bootstrap

But what I mean by connecting to adguard is, to set the dns to (192.168.5.55)

#

Which is my HA ip which has adguard installed on it

#

Now I restarted the router it is working for some reason (by working I mean that devices using the adguard ip as a dns is receiving Internet again)

elder schooner
#

AdGuard needs one or more DNS servers itself to ask. Those are the upsteam DNS servers. If you use secure DNS variants, those are domain names too. To get these working, AdGuard needs a trustworthy DNS server to ask, who the secure DNS server is - that's the bootstrap DNS server

eternal notch
#

So what should I do?

#

Currently there is only
dns10.quad9.net” in the upstream dns server list

elder schooner
#

There is a button like "Test upstream".

eternal notch
#

It said “ specified DNS servers are working correctly“

#

So when I lose internet I should press it and see the error code?

#

Because now after a router restart it is working (for now)

elder schooner
#

No. It usually only needs to be tested after setup.

eternal notch
#

So do you know what is causing this?

#

Only devices connected to adguard isn’t receiving internet

elder schooner
#

No. We just checked, if AdGuard can perform its role as your DNS

eternal notch
#

I’ll wait and see if it happens again

eternal notch
elder schooner
#

Don't think so, as long as you did not add your router to the upsteam servers.

eternal notch
#

I didn’t modify the upstream servers at all

hushed kettle
#

somebody have experience with cloudflare addon? Recently I cant seem to connect to my HA from external network, worked flawlessly for 6 month, but suddenly stopped working. Only getting 1033 Tunnel error, tho some times it work for a bit then gives tunnel error again.

pastel kindle
#

Hey guys, anyone experiencing issues with zigbee2mqtt?

#

Image zigbee2mqtt/zigbee2mqtt-aarch64:1.32.0-2 does not exist for addon_45df7312_zigbee2mqtt

modest token
#

maybe you had a momentary docker registry problem?

#

try running docker pull zigbee2mqtt/zigbee2mqtt-aarch64:1.32.0-2 from the terminal

#

aactually. that's an aarch64 image. is that your platform?

lusty barn
#

Man I feel like a doofus but I am also stumped by adguard. Just trying to get it going tonight. Installed the add-on and started it. In router settings set dns to 192.168.4.219 which is address of ha server (running as VM on 192.168.4.218). Also set static IP in HA. What else do I need to do to setup? After changing dns, my router rebooted but nothing started directing through adguard.

brittle night
#

there is dns and dhcp dns and some routers (shit consumer grade ones) dont let you change dhcp dns so you'd have to manually set new dns ip on each client (iphone, pc, etc)

feral maple
#

You need to check the DHCP settings on your router as these are often different to the ones for the router it's self. I have turned off DHCP on my Router and use Adguard to serve DHCP now. Also if you have changed the DHCP settings they will not take affect until the clients ask for updated information (such as when they are power cycled)

weary stratus
#

Anyone use the File Editor (Configurator)? I'm getting nothing, it just 'loads' continuous

feral maple
#

Try refreshing the browser (especially if you are using Firefox)

weary stratus
#

my f5 key is broke (by keep pressing it (was kind of a joke)....... even the VSCode one does the same

weary stratus
#

hmmm, works in Chrome but not in Brave, er, yeah

wanton fjord
#

VScode - insecure context?

rocky loom
#

AMR2MQTT

lusty barn
feral maple
#

Adguard is easy to set up, it is changing the router (when you do not know it well) which can be a challenge.

lusty barn
#

I guess I will keep trying but I know enough about my router to change the DNS and that's all that was necessary for pihole.

bitter skiff
#

There really shouldn't be any difference in setup between AdGuard and PiHole to just point your clients at it from the router

lusty barn
#

Ok so I am wondering if my HA instance running in a VM is over complicating things? Should I be listing the IP of the VM or the IP of the actual machine as my DNS?

bitter skiff
#

AdGuard will be accessible using HA's IP, so the VM itself

#

Try something like nslookup doubleclick.net 192.168.2.211 to test it replacing 192.168.2.211 w/ your HA IP

unreal perch
#

Could anyone help me find the right place to edit/create the mosquitto.conf file that the mosquitto broker (add on) reads, please?

elder schooner
#

For a basic install, you don't need it. If you need it for special reasons it should be in /share/mosquitto/ if you are using the following customize parameters in your add-on config:

  active: true
  folder: mosquitto```
unreal perch
#

im trying to bridge some topics of a public broker

#

and im guessing it doesnt work because i have set active: false xD

elder schooner
#

I see, did that as well once

#

With active you turn the customizations in mosquitto.com on and off.

unreal perch
#

yes, thank you, everything works now, that was the problem 😅

lusty barn
#

Maybe I need to give it more time? Every time I change DNS servers, my router reboots. Maybe I need to let it go through that and then give it an hour or something to see if devices start connecting to the updated DNS?

#

All I know is my chances to experiment have been limited because each time I reboot and the internet goes down, either my wife or my kids get mad at me 🤣

supple grove
#

The devices only get the DNS when they receive their ip via DHCP. You can enable/disable networking and it should update on that device

river wharfBOT
#

@silk thicket I converted your message into a file since it's above 15 lines :+1:

boreal bane
#

Certificate not yet due for renewal; no action taken.

#

so yeah it's normal

gilded shore
#

Question for add ons, and if/where I could propose a change: on the nginx frontend add-on, it checks for new certificates daily, (using file update time), since it's doing that I wondered if i could ask for that to be hourly instead, because I use Step CA and it issues very short certs of 1 day: nginx_proxy/rootfs/etc/periodic/daily/check_certificate_renewal

supple grove
#

Which addon exactly?

supple grove
#

You'd ask pretty much in the same place via a github issue

silk thicket
bitter skiff
bitter skiff
polar jacinth
#

Hi all, having trouble access HA from outside my network. I have DuckDNS and NGINX proxy add-ons configured. I tested if the port was open with ismyportopen.com (it is open, I port forwarded 8123). I'm getting an "SSL_PROTOCOL_ERROR" - not sure how to troubleshoot because DuckDNS says the certs are valid until October 2023.

jade wing
#

You forwarded the port to HA - you should have forwarded it to NGINX

polar jacinth
#

Actually did both (NGINX is configured for 443, forwarded that too and it's open)

jade wing
#

You shouldn't have both, you should only have NGINX

#

The connection is to NGINX, and NGINX connects to HA

polar jacinth
#

Okay, let me disable the port 8123 on the router.

jade wing
#

Then test port 443

polar jacinth
#

Thanks, adjusted the port forward and only port 443 is forwarded to NGINX

#

@jade wing thanks mate, it's working now (sometimes). I have 2 ISPs and apparently one of them is blocking ports so I'll look into it but at least my HA setup is correct.

boreal bane
#

if you're dealing with dual ISP, a cloudflare tunnel might be a nice option. then you forward no ports

brittle night
#

Double the tunnel double the fun?

boreal bane
#

😄

jade wing
#

Tunnel your tunnels?

boreal bane
#

yo dawg

brittle night
#

Yo dawg

boreal bane
#

I heard you like tunnels

brittle night
polar jacinth
brittle night
#

One of those cloud router switches? I’ve heard good things

boreal bane
plush geode
#

Hi everyone. After about a day my frigate addon stopped running. I figured out that it will only run if go2rtc is not running. If I try to start it , i get Port '8555' is already in use by something else on the host.

#

never made any changes before it stopped. A bit perplexed

#

running on Pi 4 btw.

jade wing
#

Did you install the WebRTC custom component?

weary stratus
#

Hi - use grafana with influxdb on HA. for 24-36 hours grafana add-on will not start. add on is 9.0.1 - i used backup to get former status - it wont start anywhere. ideas?

bitter skiff
#

Share your log

pliant wadi
#

Can InfluxDB and Grafan be accessed via an external port?
With Grafana this is yes 3000

bitter skiff
#

You can configure it in the Configuration tab of each addon