#add-ons-archived

1 messages · Page 65 of 1

sly kindle
#

@pseudo pond you're still comparing addons and integrations though

pseudo pond
#

I don't understand what the difference is in functionality, they seem to be doing the same things

sly kindle
#

It's hard to explain in chat on mobile

#

Let's use Plex as an example

#

There's a Plex addon. This provides the Plex media server.

#

You could have an already existing Plex media server somewhere on your network

#

The Plex integration is something you add to HA to get those two things to talk to each other

pseudo pond
#

That makes sense with the example of plex

#

but, File editor, google drive backup and the terminal+ssh add-ons don't seem to be separate entities from HA, rather, they have been built for and around home assistant

sly kindle
#

addons provide completely separate software. Integrations provide a way for HA to communicate with other services.

#

All addons are software which run as separate docker containers

pseudo pond
#

Like, there are many simple HACS "integrations" that are just tools for the Lovelace dashboard, but I don't see why there isn't an easy-to-browse community store implemented to install these kinds of things

sly kindle
#

Integrations are not running in docker containers

pseudo pond
#

wait no, those are frontend things

sly kindle
#

Yes HACs also has custom Lovelace cards

pseudo pond
#

I'm starting to understand

sly kindle
#

custom in this case means "unapproved" or "unofficial"

opal garnet
pseudo pond
#

I see, browsing the HACS integrations, it's all programs meant to communicate with outside services and devices. Whereas the add-on store adds pograms that controls locally and run local stuffs and things

#

Thanks a lot for taking the time to explain it properly, I'm sorry for my lack of understanding

sly kindle
#

@pseudo pond no problem. It definitely requires a tour and some time living with it

stoic niche
hollow imp
#

Should I just make HA use 80 instead of 8123?

covert arch
#

this depends on your dns configuration to begin, does domain.com point to your nginx?

opal garnet
viscid orchid
#

did you review your HA logs? I suspect that you missed the requirement to added proxy info to your http: block

hollow imp
#

Just to be clear, I can reach HA externally and internally without any error.
My domain.com points to my IP via ducksns, so the DNS is working fine. Right now, domain.com redirects to ha.domain.com. I want to get rid of this redirection and the use of ha.domain.com

covert arch
#

the redirect is probably done in nginx

flint minnow
hollow imp
#

Yes, I set it up

covert arch
#

what does it look like?

hollow imp
#

do i just simply set the port in my ha config.yaml to 443, setup ssl with letsencrypt, and thats all?

covert arch
#

you shouldn't need to change anything in HA I believe

#

just change the redirect, set nginx to the new domain and get a new cert for the domain

hollow imp
#

alright, i will get this done tomorrow, thanks!

covert arch
#

HA doesn't care what domain it runs on as long as nginx receives the connection

#

(assuming you terminate tls at the proxy)

opal garnet
viscid orchid
opal garnet
#

Here's what I have...

http:
use_x_forwarded_for: true
trusted_proxies:
- 10.9.7.21

The SSL fields have been commented out, per the add-on

sly kindle
#

@opal garnet trusted proxies should be the nginx container IP address or the docker network address in general

opaque panther
#

Can anyone help with the process for sending Restful API requests to HA addons?

opal garnet
sly kindle
#

Your proxy is an add-on, right?

opal garnet
opal garnet
sly kindle
#

Right. And you want the docker container IP or just the whole docker network. There's an internal network that docker is using for containers to communicate

viscid orchid
#

You said earlier that there were no log messages pertaining to the proxy

sly kindle
#
http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24
#

Try that

opal garnet
viscid orchid
#

Yes, the actual logs

#

Not the logbook

#

That would have cleared this up a while ago

#

configuration -> Logs

opal garnet
#

Add-on log? This is all that's in the log...

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[09:53:55] INFO: Running nginx..

sly kindle
#

Ha log

#

Configuration > logs

opal garnet
sly kindle
#

It's the internal docker network.

#

Look at your ha logs. Configuration > logs in the ui

opal garnet
#

ah, found something... It says...

Received X-Forwarded-For header from an untrusted proxy 172.30.33.8

I take it that this IP is my actual proxy IP?

viscid orchid
#

Use what cogneato recommended

sly kindle
#

And the same network I told you to try

#

You can specifically use that IP if you want. It's possible it may change down the line, but it shouldn't.

opal garnet
#

hence, the reason for adding that entire range. I restarted nginx add-on, no change. I suppose I should reboot HA?

#

Damn, that was it... back connected. I guess I had never needed to know the 'docker' IP previously... good to know now for sure! Thanks guys.

sly kindle
#

@opal garnet well yeah the config you were changing was HA's. Not nginx

opal garnet
sly kindle
#

Many parts! 🙃

opaque panther
spark marsh
#

Using ESPHome, how can I make the esp8266 wake from deep sleep when the value it receives from the ultrasonic sensor connected to it changes (goes above or below a certain number)?

light token
#

Some help please? My HA crashed overnight and I couldn't seem to get it working again so I have created a brand-new-excellent (even) install from scratch and restored my configuration from on of the many backups.

I can't however seem to get the Unifi config to restore from backup - I was using the Unifi Addon from the "Home Assistant Community Add-ons". Is there a trick to getting this data back?

edit: Corrected my info based on post from @covert arch

covert arch
#

hacs does not have addons

hollow imp
#

Hey guys!
Is there a way to cast audio from a chrome tab to HA?
I know this can be done with the Spotify connect addon, but I want to stream other pages: Soundcloud, Youtube etc.

covert arch
#

forked-daapd, don't know if there is a addon for it though

covert arch
#

if so, your unifi data should be in there

light token
# covert arch do you have a backup?

Yes I have found the backups, but the general HA restore doesn't want to restore the unifi data, and hassos doesn't let me access the folder that the new unifi addon is installed into 😐

spark frigate
#

Out of the box will the influxDB addon in HA keep my data forever?

atomic storm
#

cannot get external url to work using Nginx Proxy Manager addon

true spoke
#

Howdy fellas, i'm about to install home assistant OS fresh on a new RPI and i was wondering what i need to backup specifically to keep my let's encrypt certs the same, already got the /ssl/ folder but is there anything else?

#

Oh, and i set let's encrypt up with the DuckDNS addon btw

sly kindle
#

/ssl and your other directories would by included in a full snapshot backup

#

Though copying /ssl out manually for yourself is fine too

true spoke
#

Sweet, thanks

clever pumice
#

the terminal add-on isnt working on my raspberry pi 3 install
i've installed the addon, started it and enabled show in sidebar, but when i click on it, all i get is a black window with no command line

#

what shall i try to do to fix the issue? restarted and reinstalled it a couple of times already

sly kindle
#

it takes a second to start

manic ferry
#

Had deCONZ installed but none of my devices were working after updates so I decided to reinstall but it’s asking about a gateway not sure how to proceed I have deCONZ in left menu but does nothing when I click on it

fierce osprey
#

Supervisor is telling my i have an incompatible container running. I have Portainer and added 3 instances of oznu/homebridge to my HASSIO setup. I've used these flawlessly. Do I need to rebuild the image? Maybe it's outdated? Can I ignore this warning?

light token
#

how do I get the login command to work?

putty -> shell -> login

no logins work?

viscid orchid
viscid orchid
light token
#

Thanks @viscid orchid but there still appears to be something I don't understand - perhaps architecturally with hassos...

I am wanting to acces the unifi-addon data folder, how do I get to it from hassos?

viscid orchid
#

you can't get to it from the SSH addon

#

you would have to go through the console, but then you're off in unsupported land

light token
#

That seems to be where I need to go since my unifi is crippled and none of my tasmota stuff works any more. There just isn't enough documentation to help me it seems

#

but thanks I am now in on the console, I will tread carefully

fierce osprey
viscid orchid
#

use a different machine or run HA OS in a VM or in a container

#

and if you're running HA OS, then you're also not supposed to run additional containers

fierce osprey
#

ok. thanks for straightening that out. wasn't sure if it was "this container is bad" or "any container" - got it.

#

well, is that just a "this will void your warranty" kind of thing?

#

or rather, YMMV

viscid orchid
#

pretty much

fierce osprey
#

ok.

viscid orchid
#

I don't know of any specific issues with specific containers - the devs just don't want to support a system with random stuff on it

#

in theory, one of those other containers could conflict with the container ecosystem that runs a Supervised install

fierce osprey
#

got it. there are only 2 out of 50+ integrations that only work through homebridge so far. if those ever come around to having a HomeAssistant only integration, i will gladly boot the homebridge containers.

#

if i hit a snag i will get another Pizero or something to run HB

honest bloom
#

Welll… you could use the web terminal and docker compose or portainer

#

Run your own docker docker containers which are what the Addons basically are

#

Been there and done it, I dont do a lot of I’m supposed to do this with HA os

umbral kernel
#

Hi all. Where can I find some help with Wireguard please?

sharp linden
#

Hello everyone,
i'm using this addon https://github.com/marciogranzotto/addon-nightscout (a glucose monitoring system) for my brother who has diabetes, and i want to expose the port for mongodb which is installed inside the container...i want to connect it with grafana...
Is there a way to do so ? i already tried to modify the config.json (inside the /addons/git.....) but it didn't help.
Thank you.

floral ivy
prime storm
#

my hassio addons are installing amd64 when I am on aarch64. I tried updating the /usr/shared/hassio/addons.json to use the right image but it gets rewriten. Anyt ideas?

crystal widget
#

Hi looking for contributing an add-on . could someone help me with contributors guide

sand idol
#

Little confused on where/how I implement an add-on I enabled via HACS. Something simple like Illuminate Door or People Tracker. Installs fine but I don't get where to use them in scripts/automations

covert arch
#

you dont enable addons in hacs

#

hacs is custom integrations, they get loaded with core

#

addons are separate processes running besides HA (containers)

weary stratus
#

Hi, I’m running HA OS on Odroid N2+. Is there a reason why I’m not seeing “Protection Mode” toggle in any add on?? Thanks

viscid orchid
#

It’s only in some of them, like the ssh&web terminal and portainer addons

#

It should only be there if there’s a reason to turn it off

weary stratus
#

Ok, I see, it is probably just for those addon rated 1 in security. Thanks

wet bay
weary stratus
dense spadeBOT
true ferry
#

Has anyone managed to get the Google Assistant Webserver addon (https://community.home-assistant.io/t/community-hass-io-add-on-google-assistant-webserver-broadcast-messages-without-interrupting-music/37274) running in a recent version of Home Assistant? I installed it but on start it gives me a fairly vague error in its log

[Info] Install/Update service client_secrets file [Info] Start WebUI for handling oauth2 Traceback (most recent call last): File "/hassio_oauth.py", line 76, in <module> user_data = json.load(data)['installed'] KeyError: 'installed'

#

(I'm guessing it's just an old addon that hasn't been updated for newer versions but hoping someone knows of a solution)

worldly cliff
#

I have deConz addon installed and have plugged in the Conbee 2 into the r-pi running HA os. What are the next steps to get it up and running? I have selected and saved the conbee 2 device radio option under the deConz config. I read the documentation but it doesnt seem to address what to do about the Phoscon or deConz options in the deConz sidebar ui. Also, Im not seeing deConz autodiscovered as an integration as I expected it would be per the docs.

sly kindle
#

@true ferry google kind of ruined any benefits for using broadcast. Most of the add-ons you find for that will no longer be maintained. (none that I know of)

turbid wren
#

Hi all!
I got a question about addon updates. Am I the only one not getting them even when the "Auto update" setting is on?

#

it looks like the repos aren't being updated. Iv'e tried thru the cli, but it says there are no updates, even though there are in the addon's git repo

#

for example Node-RED, I'm on v10.0.1, but the latest stable release is v10.1.0

raven tinsel
#

v10.0.1 doesn't exists... so you cannot be on that

viscid orchid
#

Was about to say…

raven tinsel
#

well it does

turbid wren
#

that's what it says in the supervisor page 😄

raven tinsel
#

that is a tagging error to be honest 😛

viscid orchid
#

Actually, it’s 10.1.0 that doesn’t

raven tinsel
#

never noticed, interesting 😄

#

Fixed 😛

turbid wren
#

oh, so I'm actually on the right version?
I had the same issue with Zigbee2mqtt just recently

#

cool, thanks for sorting that out for me, saved me some more gray hairs 😄

nimble pond
#

Hi,
I am running hassio on a raspberryPi. Installed Mosquitto broker add on and zigbee2mqtt. Now what is the ip I have to enter in zigbee2mqtt. It does not seem to work with "localhost":
Zigbee2MQTT:error 2021-11-11 12:50:08: MQTT failed to connect: connect ECONNREFUSED 127.0.0.1:1883

#

ok - I found a hostname "core-mosquitto" which resolves to 172.30.33.0 and it seems to work

open grove
#

Vaultwarden (or bitwarden) is not in the addon list. The github repo is not correct also. Anny tips ?

royal valve
#

it is in the addon list und the Home Assistant Community Add-ons section

raven valve
#

Hey I am running the docker homeassistant stuff and I was wondering how I could install "add-ons" like the mod said in #449717345808547842

raven tinsel
#

If you run an Home Assistant Container installation type (e.g., running as a plain Docker container), you won't have addons.

raven valve
#

I know

#

but other programms in other container like addons right?

raven tinsel
#

You have Docker 🤷‍♂️ You can do Docker stuff

dark yoke
#

Like I told you in #449717345808547842 "Check the documentation and/or help forums for [random software]"

raven valve
raven valve
#

fuck it Im just buying a pi idk anymore my stupid ass old laptop drives me crazy

cloud bramble
#

Guys, im trying to set up "Alexa Actions: Actionable notifications from home assistant to Alexa" but when I ask alexa to run test skill, it says "This is a test of the alexa actions custom skill. Did it work?" but no matter what I will tell it back it still asks same question again!!! Did anyone had this issues and how to overcome this? Thanks

#

sorry it comes back to me with this " Sorry I did not catch that... "

hoary crown
#

Trying to add the Frigate-Hass-Addon

Getting an error trying to add the git repo in the addon store...

native arch
#

Hi All: New to HA.

I have a problem installing the MQTT Add-on.

Here is the error:
Failed to install add-on
Can't install homeassistant/amd64-addon-mosquitto:6.0.1: 404 Client Error for http+docker://localhost/v1.40/images/homeassistant/amd64-addon-mosquitto:6.0.1/json: Not Found ("no such image: homeassistant/amd64-addon-mosquitto:6.0.1: No such image: homeassistant/amd64-addon-mosquitto:6.0.1")

My Setup:
Latest HomeAssistant installed following these instructions:
https://github.com/jome-assistant/supervised-installer

Can log in to HA and all seems fine.

Dashboard -> Supervisor -> Add-On Store->Mosquitto broker ->Install
Then get the error above.

BTW ... I already have an MQTT instance running on that host, but on no standard port ... so don't that that matches the error I am seeing.

Ideas?

fiery prism
stone fable
#

Hello, Is there a support for Smart Life (Simliar to Tuya) for Home Assistant yet?

jade wing
stone fable
#

Thanks! My bad! Still new here.

verbal zinc
#

Hi!

#

I want to install LEDFX add-on

#

but I can't find it in the add on store?

#

Installation
The installation of this add-on is pretty straightforward and not different in comparison to installing any other Home Assistant add-on.

Search for the "ledfx" add-on in the add-on store and install it.
Select the correct audio device for input.
Start the "ledfx" add-on
Check the logs of the "ledfx" add-on to see if everything went well.

#

I run Home Assistant OS - 2021.11.3

sly kindle
#

that's only in the edge or beta repository I believe

#

and I don't think it has been kept updated

verbal zinc
#

dangit

#

Why do they put in these instructions but not put it in a release 😆

sly kindle
#

those are the same generic instructions for any add-on

verbal zinc
#

haha ye I just noticed

#

but alright makes sense

raven tinsel
#

They apply if you have the repository installed

verbal zinc
#

i've added Edge repo and can play with LEDFx now

raven tinsel
verbal zinc
#

dangit, offcourse it can't do what I want to

#

I want to play music from spotify on say my chromecast or google home

#

and have my WLED strips react to it

quaint mural
#

Hello everyone. I joined today this great community and I am 100% n00b at this.

#

I am following a tutorial on how to do the initial setup, but I am stuck at NginX Proxy configuration

#

if anyone can help, I'd very much appreciate it

honest grove
#

Any suggestions on the simplest way to upload backups to SMB server automatically?

sly kindle
raven tinsel
#

well if they release, a PR would be opened automatically 🙂

#

So if the add-on doesn't have a change, it means it isn't released upstream

#

(which they don't do a lot unfortunately 😦 )

scenic wind
#

Hi all, I'm trying to install the add-on Tautulli, but I'm having some issues.
I've setup the configuration on the add-on page correctly and the logs does not show an error when starting it. I can get to the webpage of Tautulli, but whenever I put in my credentials and press login it does absolutely nothing. I've double-checked the config (not the config.ini though, as I have no idea where to find it...) and all of the information should be correct.

The documentation mentions a wizard, but I have yet to see one. Am I missing a step somewhere, am I supposed to put something in configuration.yaml?

I don't know how much or little information I should be providing, so please tell me if anything else is needed. Thank you very much - still a bit new to HA 🙂

wild sundial
#

Hi folks. Since yesterday I've been unable to access the web uis of any of my add ons. All return a 401 error. This is true only on my primary computer, but occurs in Edge and in FFox. I've logged out, cleared browser cache and cookies, and rebooted the PC and the rasbpi running HA. Still getting the error. I'm stumped. Does anyone have any advice for how to resolve this?

sly kindle
wild sundial
#

@sly kindle Yeah, core, supervisor, and the add-ons themselves are up to date.

sly kindle
#

Firefox is updated?

wild sundial
#

and Edge, yup

broken kayak
#

Hi guys, im running alarmserver as docker image. The bad way. When i try to make an HA addon, i receive this warning: WARNING (MainThread) [supervisor.store.data] Can't read /data/addons/local/AlarmServer/config.json: does not match regular expression ^([a-zA-Z-.:\d{}]+/)*?([-\w{}]+)/([-\w{}]+)$ for dictionary value @ data['image']. Got 'toxuin/alarmserver:latest'

#

When i change the value from toxuin/alarmserver:latest to only toxuin/alarmserver in config.json i get an install error.

dark yoke
#

"toxuin/alarmserver" is correct format

proper haven
#

Hi folks! Not sure if this is the right room - I’m looking for a way to dynamically manage groups in the UI. This of course doesn’t exist without some kind of add on.

crystal depot
#

I’m using the default mqtt addon and configuration. I’ve installed Frigate and Double Take. While frigate detects me and adds an event non of those are being moved over to Double Take. If everything is set up correctly should anything be showing up in the mqtt integration?

sly badge
#

I have tailscale addon running. I can access HA from other devices in my tailscale network but I can't access other devices from HA. If I try to ping tailscale IP from HA CLI it doesn't work. How would I make this work? I would like to connect plex integration to remote plex server sitting on my tailscale netowrk.

late agate
#

i don't know what the syntax is cause the documentation does not include any examples

dense spadeBOT
viscid orchid
dense spadeBOT
#

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

viscid orchid
#

You can use group.set to dynamically create groups via a script, but probably not what you want

prime cobalt
#

Now that the "official community" portainer add-on is removed from the "Add-on Store", is there a way to install it anyway?

boreal field
sturdy flax
#

Love the new Visual Studio Code addon. Great IDE. However, I noticed that I can't seem to scroll text using the mouse. I must use the cursor and arrow keys. Scrolling with the mouse just scrolls the whole VSC window within the HA App itself. Macbook/Monterey using HA App (not browser). Mouse scrolling works fine using the Safari browser.

sly badge
#

How can I let integration use tailscale?

fiery prism
stoic peak
#

Is it possible to manually add e.g. InfluxDB addon when using HA on a Docker Container? I've already set up another InfluxDB container and it is working. I want to store data in InfluxDB rather than in default db

fiery prism
#

It's not possible to use any addons without an install that uses the supervisor. You have InfluxDB in a container, why do you you want an addon version?

stoic peak
#

I'm probably misunderstanding what an addon is. Is it only an automatic deployment of containers?

#

I see in the Github repo of the addon a screenshot with a nice InfluxDB panel added to HA. I also supposed that you can use InfluxDB to store all HA data

raven tinsel
raven tinsel
stoic peak
#

Oh wow the addon creator himself 🙂

raven tinsel
#

🏃‍♂️

stoic peak
#

So it's impossible to manually add those layers only without supervisor?

raven tinsel
#

Yes, embedding other applications into the Home Assistant UI natively (Ingress), is a Supervisor feature. Thus not available for installs without add-ons.

raven tinsel
stoic peak
#

Yeah, sorry for the confusion. Basically I wish to create automations using data stored in InfluxDB (iOS Health data)

#

Seems to me that that Integration could suffice?

raven tinsel
#

Yes, addons are not for automating, instead you are looking for "integrations", which integrate Home Assistant with a device or service -> #integrations-archived

stoic peak
#

Ok sorry, I'm still a little bit confused about the terminology 🙂

#

Thanks a lot for the support!

raven tinsel
#

Add-ons add additional applications to a Home Assistant OS & Supervised installation type. Those application can provide services (e.g., a database service like InfluxDB).

Integrations integrate Home Assistant with a device or service, bringing them into Home Assistant as e.g., entities, so you can automate with them (or display them). So, integrations could connect to a device (e.g., Hue) or service (e.g., InfluxDB in a container or provided by an add-on).

#

Hopefully that makes sense 🙂

stoic peak
#

A lot! Much more clear now, thanks!

halcyon gazelle
viscid orchid
#

Out of space on your storage device?

halcyon gazelle
sly kindle
#

"no such image" means after all was done, the image was not there to run as a container. This can sometimes be because there was not enough space, but it could also be because there was/is a network issue

vivid otter
#

Anybody else having issues with ESPHome making Hassio freeze completely when trying to compile code? It suddenly stopps on a random .cpp file and only works again after reboot of the Pi

#

And after the reboot it most of the time successfully compiles one time

raven valve
#

Hey guys
how do I play the same music with spotcast on different speakers?

prime cobalt
turbid wren
#

Hi!
Trying to install the OS agent on a Rpi4 with Deb11 but I can't find a matching version for arm64 here https://github.com/home-assistant/os-agent/releases, when trying to install os-agent_1.2.2_linux_x86_64.deb I get the error "package architecture (amd64) does not match system (arm64)"

viscid orchid
turbid wren
#

oh, crap yeah 😄 sorry wrong thread

#

I'll post there

tulip mica
#

Hi all,
I am running the HA supervised in docker on a raspberry pi 4.
I have an issue with the Home Assistant Google Drive Backup addon, when I am trying to sync with google drive I am getting this error "An unexpected error occurred: [Errno 104] Connection reset by peer".
I got the same error many times when I tried to add the repo for the "Home Assistant Community Addons", but somehow I managed to add that repo (idk how, but I did). So I think this error is not related to the addon but somehow to the HA.
I have to mention that this error doesn't appear every time, sometimes the backups are uploading without any issue.
Does anyone know how to solve this or encountered it before?
https://pastebin.com/5AT5WsNW

dense spadeBOT
viscid orchid
#

I most certainly did not

native arch
#

Unfortunately there are two of us 'RobC'

viscid orchid
#

used to be more

dense spadeBOT
viscid orchid
native arch
#

OK ... I see posts longer that 15 lines are an issue.

#

Well ... my 'hastebin'ed post was asking a question on getting SSL to work. I am new to HA, but have done a lot of readying and tried to solve the issue myself. But stumped on this one. I am sure the fix is simple .... but can't see it.

Any advice welcome.

viscid orchid
#

you can't serve HA from a path like that

#

only a subdomain

native arch
viscid orchid
#

the "[my.domain]" part is confusing, but https://ha.domain.com will work, while https://domain.com/ha will not

native arch
viscid orchid
#

then you didn't properly enable the certificates in configuration.yaml

#

but you and pretty much anyone else would be better off using NGINX as a reverse proxy and avoiding terminating SSL in HA

native arch
#

SUCCESS!! Thanks. Editing configuration.yaml was the missing piece of the puzzle.

viscid orchid
#

The RobCs are redeemed

jagged hawk
#

I'm beginning to integrate my z-wave devices with Home Assistant. I can get z-wave js set up and paired with my z-wave usb stick. But I'm a little confused about z-wave to mqtt. Not using MQTT yet, but this is still preferable to z-wave js? Or does zwave2mqtt run on top of z-wave js; ie do I run both at once?

sharp elk
#

about TasmoAdmin addon: is it possible to embed the UI per SSL in the HASS UI - AND - at the same time have OTA updates through the addons webserver without SSL (as I undestoot Tasmota does not do SSL for OTA updates) ?

#

I have TasmoAdmin currently configured to use no SSL at all. Running an OTA update from TasmoAdmin results in the minimal firmware to be deployed, but the upgrade to the release default tasmota.bin does not work. (I had this properly running as a container on a different machine in the past - not as a HASSOS addon - and updates worked.)

olive meadow
#

IF anyone is looking to keep portianer, the below repo still has it available.

dire aurora
#

Hello, I think Deconz devices are auto-discovered by Alexa? Could this be disabled in the Deconz Home Assistant Addon?

dense spadeBOT
gusty prism
#

Hello! I wanted to install the Mopidy add-on, so I clicked on Supervisor and the Add-on Store, and searched for Mopidy, but there was no match. What did I wrong?

feral rivet
#

I need to stop and uninstall an addon from terminal. It's Frigate and I configured too many cams on my raspberry so it is choking. I'm trying "ha addons stop frigate", but I'm getting Addon frigate does not exist, so I guess it's called something else. Anyone?

dense spadeBOT
manic hearth
#

That went really well for a first post on Discord. No code snippet integration?

dense spadeBOT
manic hearth
#

Trying to get RFlink 433MHz integration up and running. Is this the right channel?

sly kindle
#

And any post here longer than 15 lines is a "wall"

#

You can share code snippets, but if it's longer than that, use a paste sharing site

manic hearth
empty surge
#

I found a link to use Google Drive as a backup tool. It says to go to Supervisor, clink on the "3-dots" in the top right hand corner, click on "Repositories" and then paste the address of the github ("https://github.com/sabeechen/hassio-google-drive-backup") and press "add". When I do that I get "Invalid Add-on repository!". Any ideas?

sly kindle
#

Typo? Spaces?

#

There shouldn't be any quotes @empty surge

#

Are you including those?

empty surge
#

No, but I did it more carefully and it worked. Sorry......

burnt wraith
#

Hello, I flashed a fresh home assistant image onto my raspberry pi 4 tonight trying to get back into the game after moving a year ago.

I'm having issues with the encryption/https to work properly with duckdns. I've followed the instructions under the documentation section of the duckdns addon page. When I add the ssl certificate lines under 'http:' in my config file info as instructed, HA won't even open locally. When I remove the ssl lines (but keep http:) and restart, It appears I can access it via http only (chrome won't even let me in though because it's 'dangerous') and can also access locally again.

A little lost on how to proceed or what to troubleshoot next.

#

False alarm. Looks like a little patience was all that was needed!

analog plinth
#

"Terminal & SSH" or "SSH & Web Terminal"

sly kindle
#

is that a question?

analog plinth
#

Yes, what is the difference or which is better?

sly kindle
#

One is basic. One has more customization options and the ability to turn off protection mode (for now) which allows you to use docker commands.

#

Neither of them give you access to the host system itself

analog plinth
#

Thank you. That's enough for me to start to differentiate between them. I know it's hard but I wish the names were more distinguishing. I have trouble remembering which is which when I am reading stuff referencing them.

sly kindle
#

If you just want to edit files with nano or vi and access the default mapped directories, and have the custom ha commands available for troubleshooting, then either is good

analog plinth
#

I want to increase my swap space.

sly kindle
#

You can have both. You just can't run them at the same time if they are configured to use the same port 22

#

In general, install the community version (SSH & Web Terminal) and don't worry about it

mild knot
#

Hello, is there an addon to get logs out to an external syslog server from home assistant OS?

lament otter
#

You could probably use notify with the log function.

clever phoenix
#

Hey, I have the mosquitto add on on HA and it works well. I just flashed a sonoff basic r3 with espeasy and connected it to the mqtt broker on HA. However I don't see anything on home assistant from it. Do I need to subscribe to the topic in HA with mosquitto or should the mqtt autodiscovery already see it?

mild knot
mystic bay
#

Does any one have any experience with Bitwarden?
i cant seem to find the /ssl/ folder that is referred to in the documentation, any one know the full path?

viscid orchid
#

that's literally the path in HA OS

#

can't find it where?

weary stratus
#

Is it possible to add Add-ons to and HA Container in any way?

raven tinsel
#

nope

weary stratus
#

What will be the best way to achieve the following. I want to run a NodeJS server, and a HA on the same RPI. How can I do this?

#

any ideas or tips?

raven tinsel
#

If you run Home Assistant Container installation type, you are running HA as a container already, for the other application, spawn another container

#

Consult the documentation of the secondairy application you are trying to install on how to do that

weary stratus
#

On the HA

raven tinsel
#

there are no add-ons when running Home Assistant Container... so that last bit don't make sense to me?

weary stratus
#

Thats the case.

raven tinsel
#

Ok, sure 🤷‍♂️

weary stratus
#

So not possible?

raven tinsel
#

uh yeah, you can run that in different ways, if you like to go using containers, go ahead

#

I'm not sure what your add-on question is in this case

weary stratus
#

Thats my whole problem

#

If I can't add the deCONZ add-on, I can't add my Zigbee devices to the HA.

raven tinsel
#

There are Docker images available for deCONZ

empty surge
#

I'm adding Fitbit, and the online HA documentation says add the changes to the config.yaml file (I've done that). It says to then "Restart Home Assistant". I did that from the Configuration/ Server Control component. It then says to " Go to the frontend. You will see a new entry for configuring Fitbit.". When it says frontend, what does it mean?

mellow otter
fiery prism
clear phoenix
#

can i add tailscale manually ? i cant see it in my addon store list. thanks

hidden sonnet
#

Tried to add the Double Take addon.. it has started and info with version number shown in the info tab. when opening webui I experience 502 bad gateway.. is there any config I have missed?

#

and I'm not able to access the UI for editing any. Configurable options are saved to /.storage/config/config.yml and are editable via the UI at http://localhost:3000/config

#

The UI at port 3000 will give an ERR_Connection_refused

steep zealot
#

Dear all, I am having interface issue related to zigbee2mqtt - it basicly fails to load the interface correctly for somewhere around a week and I don't recall updating it. https://i.imgur.com/SsOJUbW.png

#

I've tried rebooting HA, restarting the VM all together (during regular maintenance on the server running it), unplugging and replugging the concentrator (even though it made no sense it would be connected).

#

Has anyone seen this behavior before. It just occurred to me to delete cookies for the interface and see what happens.

#

Nope, didn't work either.

#

I'd prefer not doing anything drastic, like reinstalling zigbee2mqtt, before I hear from you lot.

#

OK, for anyone having the same issue, I toggled the dark theme button, and it fixed itself. Even though it was on light theme, it stayed in the light theme, while fixing the interface. Another click toggled it to dark, and now I can toggle back and forth and refresh with it staying normal.

#

Really weird!

pallid crypt
#

Anyone know how to access the grafana add-on webui directly, not from the sidebar link? eg: https://a0d7b954-grafana/ or somesuch?

faint shoal
faint shoal
#

advanced mode in user setting = fixed.

olive seal
#

why can the tasmoadmin add-on not just use ingress like everything else?

covert arch
#

sometimes webapps are made in a way which cannot (or is extremely hard and still not wroking 100%) be proxied or mirrored through ingress

#

other times they may use protocols which ingress is not even capable of relaying

dawn shuttle
#

Dear all, does anyone know how to reduce the Grafana dashboard refreshrate to 1s (lowest possible is 5s on default) Thank your very mush!

hidden sonnet
#

On both my rpi 3b with hass os and on my computer running on supervised setup I do experience 502 bad gateway errors when opening Web ui on newly installed addos (frigate and zigbee2mqtt) all old add ons working fine. No info or errors on the addons log tab and cannot see any under the log section in HA...

#

In other words seems like "unconfigured" or first run addons get this 502 error. All other addons were installed on last October version. System. Now updated to latest November.

#

(correction double take and zigbee2mqtt add on, not frigate.)

somber arch
#

My mqtt broker all of a sudden seems broken. I really don't know why though. Any hints?

heavy berry
#

Hi there, are there any Dutch guys that I can send a PM about RFlink? I can't add any entities.

#

(I mentioned Dutch guys as it was developed by Dutch guys)

opaque girder
#

Hello! I’m having issues starting the Jupyter Lite add on. Any ideas why it could be please? Logs here: https://github.com/hassio-addons/addon-jupyterlab/issues/303 thanks! Reading through some other issues it looks like people might have issues with Pi-Hole running but I don’t have anything like that. HA IP is reserved on my router settings so it doesn’t change. RESOLVED: I deleted my “Notebooks” folder in config from an old installation and it fixed it

whole osprey
#

Any luck figuring this out? I am having the same issue

opaque panther
#

Yes, you need to obtain a session cookie from Grocy as well. Then include that in the header of the get request it looks like “Cookie” : “ingress_session=<cookie>”

#

You use the normal auth header as well for the api

#

And the grocy api key

whole osprey
oblique lance
#

Hello, i am having the problem that my Sonoff RF Tasmota can not connect to Mosquitto Broker (error MQTT_CONNECT_FAILED). Zigbee2mqtt works fine and can connect. Any ideas? Thank you

pine kestrel
#

I have issues with some addons not loading n de gui / ingress, such as adguard and esphome, and looking for directions to debug. Adguard works when i access it directly (localip:8080) but not from homeassistant (blank screen).
For esphome, i dont know if/how to access it directly. I know its running in the background.

Logs say: starting nginx...

Should i be looking at firewall? Or container network? (Seems like working addons run in the Hassio network and non-accessible addons run in the Host network)

#

Or in another direction?

viscid orchid
#

Are you using Firefox?

pine kestrel
#

Chrome

#

And in HA android app also same thing

#

Afaik i dont run or use nginx

#

I use letsencrypt and duckdns, maybe it could be ssl related? (Also tried the ssl options in esphome addon)

viscid orchid
#

The addons themselves use NGINX

pine kestrel
#

Do you know if i can access EspHome directly, so not ingress?

viscid orchid
pine kestrel
#

Ah let me try that, does not work immediately but let me open 6052 on my firewall

viscid orchid
#

You shouldn’t need to open it on your firewall to access it locally

#

You do need to revisit the addon config

pine kestrel
#

Thanks, my HA runs on a nuc. I can access esphome from a laptop when i indeed open de firewall on the nuc and use http instead of https

#

Thanks rob!

tiny portal
#

I have been using the Nginx Proxy Manager and DuckDNS addons for some time now without any issues but it suddenly stopped working (I am no longer able to access HA from from duckdns url)

#

I have checked all logs (home assistant,Nginx Proxy Manager and DuckDNS) and I do not see any issues

#

How can I debug this?

frank plover
#

Can anyone help me get MariaDB operational, please? It's up and running, configured on the same server as HAOS, no errors in the log.

#

recorder:
db_url: mysql://homeassistant:mypassword@homeassistant.local/homeassistant?charset=utf8mb4

#

But My historic sensors now say "History integration is disabled."

#

configuration.yaml still has default_config in.

#

Do I explicitly need to add the history integration?

frank plover
#

In the MariaDB logs, if it says [08:57:42] INFO: Successfully send service information to Home Assistant. does that mean HA has successfully logged on?

ember robin
#

any idea why Nginx Proxy Manager returns "internal error" when I want to generate a cert? For info port 443 is open on my router

#

in log, I've this message :
[11/22/2021] [12:12:26 PM] [Express ] › ⚠ warning Command failed: /usr/bin/certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-11" --agree-tos --email "igor......@.......com" --preferred-

oblique dagger
#

hi. Wanted to start tinkering with ESP32, using the browser flash method. However it complains I don't have an SSL, as I am logged in from LAN via 192.168.... What's next?

versed wren
#

Hi guys, thanks for having me.
How do I connect my Home Assistant OS running on a Pi to an existing wireguard VPN? 🙂 I'm seeing loads for how to turn my HAS into a wireguard VPN, but nothing for the reverse to use it as a client 🙂
I figured I'd just SSH in and install wireguard manually and do it that way but apt doesn't seem to exist so perhaps it's not debian based?

#

Also, please redirect me to correct channel if necessary, I took a wild guess based on the existence of a wireguard add on 😅

raven tinsel
#

The WireGuard add-on cannot be used as a client.

versed wren
#

I'd guessed as much 🙂 What is the core os of Home Assistant OS? If I know that, I can probably just get on with installing wireguard manually 🙂

#

Doesn't seem to be debian based what with apt-get not existing 🙂

#

And that's where I'm most at home with linux stuff so not sure what to try next 😅

#

ooo, apk seems to get a response. Perhaps it's Alpine based?

#

Yes, apk add -U wireguard-tools seems to be working.
Sorry, gone and used you all as a rubber duck!

#

Now just to figure out how to connect to a wireguard vpn over the command line! 😄

#

Also to go on a rabbit hole of learning all about what Alpine Linux is and why folk use it 🙂

sly kindle
#

HA OS is based on buildroot. Anything you add to the ecosystem here is added via addons. Even basics like samba, ssh...these are added add-on containers

versed wren
#

Well okay then, now I'll have to add buildroot to my learning list! Looks nifty. I've been working on some custom Pi OS stuff for some laser cutter machines and it might speed up the project somewhat too!

#

Thank you guys! I'm sure I'll be back with more questions on totally different things soon 😄

versed wren
#

Quit it! I'm going to be stuck reading interesting wikis all day because of you!

sly kindle
#

Basically to break out of this embedded OS ecosystem to a more traditional OS, you'll want to run HA differently. The standalone HA container is a popular option

versed wren
#

wireguard seems to have installed using the apk package manager so assuming the OS doesn't overwrite itself entirely when it installs updates I think I'm probably sorted 🙂

sly kindle
#

That's exactly what will happen

versed wren
#

Damn

#

I'll go take a look at the add on's code then, see if I can't add the ability to add interfaces to use it as a client and submit a PR for them 🙂

#

Looks like it was made by you, @raven tinsel, look out for my pestering request... I mean pull request 😉

calm bane
#

Guys I need your help with sqlite web addon

#

I need to install it but it seems that it is not listed between my addons

#

is there a way to install it manualy pleas

raven tinsel
#

nevertheless, thanks for thinking along

surreal vessel
#

this is an ESP-Home question (hope this is the right channel)

I get the error that "component not found: ble_client" with the platform ESP32 (the BLE tracker is working fine). it shouldn't be that way, right?

lavish sphinx
#

Does anyone have a recommendation for a 12v battery backed 4G GPS tracker that integrates with Traccar? Looking for something to put on a trailer.

versed wren
raven tinsel
#

that can only lead to unexpected issues

versed wren
#

I take it home assistant already manages the iptables on the host system then?

raven tinsel
#

That is not the point...

zinc terrace
#

If I do a full backup, will it include addons? I thought I just did one, but addons didn't seem to be included

viscid orchid
#

It does

#

If you start to restore one it will show you what’s in it

zinc terrace
#

Yeah taking a look and I don't see it in the tar. Gonna try to do another backup

#

Bleh downloaded the wrong one. Thanks

vale tangle
#

i'm doing esphome in home assistant

#

but cannot install get "failed to get configuration file" and validate has red x - if i do over http - validate works

#

wondering if anyone has run into this

strong mauve
#

Hi all!! Mosquitto broker - in config i have an option: anonymous: false, and defined user, but i can view and publish without authentication. Any advice?

royal breach
#

I have Question with Mosquitto ad-on and TLS. System: Debian 11 with Home Assistant Supervised (core-2021.11.5, supervisor-2021.10.8) The system has Duckdns , so the Mosquitto says at startup: Certificates found: SSL is available

I have some Tasmota devices out of my local network, so i want to secure that traffic. There's no problem to compile Tasmota with TLS support or use pre-compiled binary. But is there any proper how-to for this? When googling, there's plenty of "You have to make self-signed certs, you need CA-key"

#

Even extracted key fingerprints from fullchain.pem and testthem with MqttFingerprint command on tasmota. No luck so far.

versed wren
# raven tinsel That is not the point...

I don't understand, what is the point then? I'm not trying to be difficult, I genuinely don't understand why it would be a problem for us as users to have the choice to connect this device to a VPN as we have the choice to do so with most every other open source device we have and whilst I appreciate it could trigger strangeness with iptables, I'd have surely thought that's something the user would take on board when they choose to connect it to a VPN and understand they would have to be careful with their VPN configuration to ensure it does work properly for them.
I fully appreciate that this was not your intention with this add on now, but if that's the case, perhaps it would be best to rename the add on to "WireGuard VPN Server" rather than "Wireguard" so that folk understand that this add on is not in fact a complete Wireguard service they are adding to their devices, as right now it gives the distinct impression that we are installing Wireguard when in fact we are just installing one half of it.
May I ask, if another person were to implement a complete Wireguard add on, would it be accepted into the add on store?

raven tinsel
#

"WireGuard VPN Server"
There is no server aspect in WireGuard

versed wren
#

You know what I mean.

raven tinsel
#

You know what I mean too

#

if the add-on dies for whatever reason

versed wren
#

Not really, no.

raven tinsel
#

and the firewall tables are in a half ass state

#

people are stuck

#

without a way to resolve it

#

I'm not planning on handling support for that or even make it possible for people to end up in such situations

#

I will not accept such PR to the community add-ons, as I already stated above

#

Feel free to create your own version, as some others have done. I'm fine with that, but I won't add it

versed wren
#

I see. So this isn't really an open source community at all. It's the Frenck show. That's a pity, I had so much hope for this 😦

raven tinsel
#

LOL you have a weird way of open source

#

open source doesn't mean a project accepts every edge case or use case

atomic drift
#

hi, everyone, im trying to migrate from sqlite to mariadb (maybe not the best choice) .. and im having somewhat weird issues with the recorder :

I either get the "Setup of recorder is taking over 10 seconds." using the "@" in the db_url,
I tried using the "%40" instead as it was listed as a breaking changes but it's worst,
the parser completely fail to parse the string mysql://user:pass%40host:port/db?args,
it tell me the password is : "invalid literal for int() with base 10" when trying to parse the "port" (kinda weird)

Core : core-2021.11.5
Supervisor : supervisor-2021.10.8
OS: Home Assistant OS 6.6
MariaDB add-on: (2.4.0 running Version: '10.4.19-MariaDB')

Any idea of what could be happening, i can connect fine using the mysql command line from another host, character is set to utf8mb4, im running out of things to check

#

there's this error in the log :

2021-11-23 14:19:20 DEBUG (Recorder) [homeassistant.components.recorder] Connected to recorder database
2021-11-23 14:19:20 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: 'NoneType' object has no attribute 'closed_incorrect'
2021-11-23 14:19:20 ERROR (Recorder) [root] Uncaught thread exception
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
    self.run()
  File "/usr/src/homeassistant/homeassistant/components/recorder/__init__.py", line 644, in run
    self._setup_run()
  File "/usr/src/homeassistant/homeassistant/components/recorder/__init__.py", line 1044, in _setup_run
    end_incomplete_runs(session, start)
  File "/usr/src/homeassistant/homeassistant/components/recorder/util.py", line 406, in end_incomplete_runs
    run.closed_incorrect = True
AttributeError: 'NoneType' object has no attribute 'closed_incorrect'
#

switching back to sqlite for now

covert arch
#

@ is correct

#

you may need to omit that port

atomic drift
#

i try with and without port

#

i try @ and %40

covert arch
#

stick with @ leave that port away

atomic drift
#

i can see a warning in mariadb logs [Warning] Aborted connection 38 to db: 'homeassistant' user: 'localuser' host: '192.168.1.10' (Got an error reading communication packets)

covert arch
#

why do you use that host with the addon?

atomic drift
#

so @core-mariadb

#

i tried

#

[Warning] Aborted connection 22 to db: 'homeassistant' user: 'localuser' host: '172.30.32.1' (Got an error reading communication packets)

covert arch
#

@172.17.0.1 if nothing else works

atomic drift
#

i've the same

#

with the container's ip

#

"i've tried"

#

many thing before coming to ask

#

i do see that line : [homeassistant.components.recorder] Connected to recorder database but then it hangs

atomic drift
hidden sonnet
#

Having 502 errors with several addons and from googling it seems like others have as well. For instance ZHA works fine and detects my zigbee stick whilst deCONZ and Zigbee2MQTT fails to find the stick and both throw a 502 error when trying to open the UI. In addition doubble-take also throws an 502 error when trying to open.. Add-on issues??

#

This both on supervised and hassos installation

covert arch
#

depends on your stick/chipset

atomic drift
#

Setup of domain recorder took 1.8 seconds 🙂

hidden sonnet
#

tried that channel but this is not only zigbee, this also applies to the double take addon

#

which brings me to believe it has to do with addons

covert arch
#

any different addon issues can stay here

#

502 generally points to ingress failing to resolve, the addon is not started or fails to start

hidden sonnet
#

Doubletake is started and have the following in the log: info: Double Take v1.7.0-e1c4174

covert arch
#

zha, z2m and deconz all support only specific sticks/chipsets

hidden sonnet
#

Opening webui gives 502

covert arch
#

watch the addon logs

hidden sonnet
#

😄 Tried to install the log viewer addon and it also gives me a 502

#

where is this addon log located?

atomic drift
#

usually supervisor / addons / log

hidden sonnet
sly kindle
#

every addon has its own logs

#

top of the page when you are looking at the addon

hidden sonnet
#

yes, and double take then only have one line with info: and the version/build number.. nothing else..

#

still throws a 502

#

the error above is from supervisor->system -> log provider Supervisor

atomic drift
sly kindle
#

If you changed the name in esphome, you would expect to lose it in your frontend

fallow finch
#

Anyone else getting errors trying to update zwave js ?

sly kindle
#

I just tried. And yes

#

manifest unknown for you?

fallow finch
#

yes

sly kindle
#

it's already known and being looked into

fallow finch
#

Thanks!

strong mauve
#

Hi all!! Mosquitto broker - in config i have an option: anonymous: false, and defined user, but i can view and publish without authentication. Any advice?

sly kindle
#

you are connecting a client to your broker without authentication?

royal breach
#

I'll give up with that mosquitto add-on TLS for now. With MQTT explorer I can connect 8883 with TLS-encryption on. Working with tasmota-tls on nodemcu.. No victory for me today. Got TLS connection error: 296. / routines:tls_post_process_client_hello:no shared cipher. There's a plenty of articles for this, but seems like 60% of them are old s***t and others do not concern supervised installation at all.

neat stag
#

Hey all,

is anyone familiar with ESPHome external components? I´m trying to develop one myself, but I´m always getting the same error while building the code and I´m to blind to find the fault.

viscid orchid
vivid flare
#

Can someone answer a Frigate question for me? How on earth do I change the FPS for a camera from 5 to something higher? I cannot figure this out no matter how much googling/reading I do.

polar crest
#

Question about the dnsmasq add-on.

#

Can it be configured to provide dhcp and DNS services, or is supported functionality limited?

willow lintel
#

Latest dev won’t install Zwave addon because incompatible …

#

1.11.10 a is required…

#

0.1.49 add on is available but won’t install because of missing manifest??

sly kindle
willow lintel
#

thx. so we should roll back dev until this is resolved? (sorry I missed that, its a difficult search here)

oblique lance
#

i was not able to make any progress- i still have the problem that my sonoff 433MHz RF Bridge with Tasmota 10.0.0 will not connect to my Mosquitto Broker on the Raspi running Home Assistant OS 6.6. i always get from the Mosquitto Broker logs
1637745493: Socket error on client <unknown>, disconnecting.
1637745613: New connection from 172.30.32.2 on port 1883.
1637745613: Socket error on client <unknown>, disconnecting.
1637745733: New connection from 172.30.32.2 on port 1883.
Zigbee2Mqtt has no problem connecting
any ideas how i might get it connected?
I Have it configured as a Sonoff Bridge (0), have MQTT activated, host is the adress of the raspi (in the format http://192.168.40.151/) and added the mqtt user with the password that work for Zigbee2Mqtt
it shouldn´t be a firewall problem as zigbee2mqtt works and it seems to be able to connect but then disconnects with the socket error on client.

oblique lance
#

ok- got the solution: had to remove the http befor my mqtt ip adress

willow lintel
obtuse matrix
#

Hello, I am trying to set up remote access to my HA. I do not want to touch ports 443 or 80 as they are being used by something else so i have opened my router 8123 to 8123 to the ip of my HA. I have successfully set up DuckDns and when i access from outside my internal network everything is ok. The problem is internally, for the moment via a browser i have to accept the certificate error and i get in using the local ip address. a bit of a pain, but if i use the app on android it does not work. Is there anyway around this?

#

ideally i would like to access everything internally or externally using just the duckdns url

covert arch
#

is this even https then?

obtuse matrix
#

i think so

covert arch
#

8123 is usually plain http, you should put a reverse proxy on 443 and let the domain decide which page gets replied

obtuse matrix
#

ok - so id have to port forward 443 to 8123 on my router; correct?

#

i have an alarm that currently needs the 443 to be forwarded to it

#

and my router is a terrible ISP thing that i can do hardly anything with

covert arch
#

as long as you can use 443 - you can put whatever you want behind it

#

put a proxy in it, reverse proxy to your "alarm" with ip based host

obtuse matrix
#

i can use 443 but my router only allows it to be forward to one thing

covert arch
#

thats what ports do

#

thats why you need a reverse proxy and make it handle vhosts with domains

#

I have multiple services behind 443 - ssh, https, tls, socks5, openvpn all on the same port

lost moth
#

Hey guys! I need your inspiration. I have a Python script in a docker container that works with Mqtt and a foreign api. What is the best way to pause the script? With stdin and env variables? Or how would you pause the script from the outside (Mqtt command) without stopping the container.

elfin nimbus
#

Hey guys, i need support with an USB-device for HM-IP (hm-mod-rpi-pcb connected via HB-RF-USB-TK to an intel NUC). the device is shown via lsusb, but i cannot find it in /dev/ as ttyUSB* or ttyAMA*

elfin nimbus
#

What I found so far is that when adding the device via proxmox for the VM, I see the the device via lsusb and two entries in /dev which I do not see when i disconnect the usb device via proxmox, they are raw-uart and gpiochip0

west pike
#

cant home assistant be used as a streaming service, like a custom netflix where I can put my mkv x264/x265

#

*can

sly kindle
#

@west pike You shouldn't. Stick to something made for that like Plex, Jellyfin, etc.

west pike
#

let me check those

sly kindle
#

Let HA be about automation and working off the states of things

west pike
#

yeah that make sense

willow lintel
#

how odd. using todays dev and the latest add-on Z-wave, I see, on all of my Sensative doorstrips, an unavailable binary_sensor.xxx_is_closed on a remote HA instance, while they are available on the instance with the same add-on/integration. Integration wasnt updated I think, so must be the add-on?

plucky pollen
#

Good afternoon! help solve the problem, has VLC_core installed? VLC_telnet. everything works fine, I indicated in VLC automations for voice notifications (reproduces prepared voice notifications), but the volume level jumps, for example, I set the volume to 90%, - one notification passes and the volume drops to 10%. I raise it again to 90%, I play one file and again it may fall to 10%, sometimes it does not fall... the drop or increase in volume is chaotic...
Home Assistant is installed in windows 10 via VM VirtualBox.

manic river
#

What do you guys use to automate off-site backups?

manic river
manic river
#

Oh yay the nginx add-on messed up my home assistant install. Thank goodness for VM backups

digital loom
#

This one does backup to a NAS. The NAS is then synced to the cloud with Synology Hyper Backup.

thick schooner
#

Hey guys, there's a addon or something i could do to use a usb webcam as a normal cam in Homeassistant OS ? I want to test some tensorflow addon and don't have a ip cam.

royal breach
#

Mosquito add-on and TLS / TLS fingerprint with Tasmota compiled devices. Has anyone succeeded?

dense spadeBOT
night pebble
#

hey quick question about samba

how to i tell samba to let all devices on my network access samba without listing every device explicitly

viscid orchid
#

Give it a network based on your local addresses. I use this, but adjust based on your network:
- 192.168.0.0/16

covert arch
#

that is very specific...

#

does it include addons?

pearl marten
#

Hi, have anyone problems with config of DuckDns? I made config with token/https.
I add as DuckDns said:

http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

and i get

Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/ssl/fullchain.pem'
not a file for dictionary value @ data['http']['ssl_key']. Got '/ssl/privkey.pem'. (See /config/configuration.yaml, line 31
).

I think that HA cant find path to those file. Where are they ??

sly kindle
#

@pearl marten did the addon get the certificate?

night pebble
#

can i install a different version of an addon?

pearl marten
#

im total noob how can i chceck this?

#

@sly kindlei think i dont have

#

i will try to made it 🙂

sly kindle
#

the addon logs would show you

#

restart the addon, then go to the log tab. keep clicking on the refresh button

#

@night pebble all clients that can authenticate can connect

#

what do you mean?

#

the default settings should account for most local networks

night pebble
# sly kindle what do you mean?

This on a different subject

How do install a different version of a given addon
Right now i have version 5.3.3 of file editor and I want to downgrade to 4.2.1 or some other version

How do I do that?

sly kindle
#

restore it from a backup

#

why use file editor if you have samba though. You can use anything to edit

night pebble
#

file edtitor has a nice way of auto inserting entity slugs

sly kindle
#

so does vscode if you configure it

night pebble
#

and has nice auto highlighting features, and is accessible from the app too

sly kindle
#

none of them are a joy to use from a mobile device

night pebble
#

true

#

but file editor takes up less cpu that vscode does on my rpi

sly kindle
#

anyway, you'd have to restore from a backup for older addon versions

#

What's wrong with the latest version?

#

An issue should probably be submitted if something has broken

night pebble
#

right now the file tab wont open when i click the folder icon and ive tried clean installing it, and using backups but it still doesnt work

#

granted i only started using this instance of homeassistant yesterday

spark marsh
#

I've forked the ESPHome repo and I'm trying to add it to HA as a custom repo in the add-on section. However, I get "Invalid Add-on repository!". How do I fix this?

viscid orchid
#

What URL are trying to add?

spark marsh
sturdy flax
#

If I install the MariaDB addon (HA OS), does it migrate the existing historical data?

raven tinsel
#

Nope

sturdy flax
#

Any existing migration utility? I don;t want to lose tons of data! 🙂

raven tinsel
#

I don't think we have any to be honest. The schema's are not exactly 1-1

#

I'm not aware of a tool for it

sturdy flax
#

sounds like an SQL select/insert loop 😉 I'll start googling...

raven tinsel
#

hehe yeah probably something like that 🙂

#

The schema's are the same, but types/indexes differ. So, best approach would be just to migrate the content in to a fresh schema on the other end

sturdy flax
#

can I expose the sqlite DB to my mac so I can use something like MySQLWorkbench?

raven tinsel
#

its a file? You can download it 🙂

#

the .db file is in your Home Assistant config folder

sturdy flax
#

doh! Good idea 😉 But then I will need to access MariaDB from the Mac. Since it's a server I can expose its port to the Mac?

raven tinsel
#

Yes, add-on settings, network card 🙂

sturdy flax
#

nice!

#

Installing...

sturdy flax
#

Hmm, MySQLWorkbench 8.0.27 gives this error when connecting to MariahDB on HA OS:

#

but the db loads and I can browse the tables.

lean hare
#

Recommendations for controlling TV's? I currently use URC system in my house and wanting to fully switch to Home Assistant but looking for something similar addressable IR blasters.

sturdy flax
#

@raven tinsel I was able to export the data from my SQLite database (~700MB) to SQL statements (no schema creation, just insert statements). Then I used the mysql utility from the MariaDB AddOn to execute all the import statements. Now I have all my data in MariaDB!

raven tinsel
#

Nice!

spark marsh
#

@viscid orchid Any ideas?

spark marsh
vivid flare
#

Does anyone here use Frigate? I'm trying to figure out why 1. When I look in the Media Browser there seem to be two places that Frigate stores clips etc. but they're not the same, and 2. Where does Frigate store the actual recordings in the filesystem?

digital loom
vivid flare
#

/media/frigate seems to only hold some stuff-stuff that shows as "local media" or some such in the browser. does frigate use a database for clips and recordings?

royal breach
#

is it possible to run mosquitto broker at core_mosquitto with add on and also external mosquitto broker on different machine (where I can get tasmota devices working with tls with no major effort)

ionic river
#

Hello, can adguard be DHCP for two interfaces please?

jade wing
royal breach
#

16:00:43.040 MQT: TLS connected in 1024 ms, max ThunkStack used 5236 - Mission accomplished. I have now external broker with tls capabilities and custom build tasmota-tls in Nedis Smart Plugs with TYWE3s chips.

sick flame
atomic drift
#

how do you connect to adguard once you enabled the ingress for the web interface ? i mean which credentials should i use, i can't find a "create user" anywhere, nor any settings related to that

#

?

stuck wing
#

Hi, I would like to use zwavejs2mqtt but I'm a bit lost : do I have also to install zwavejs addon?

#

Actually I have zwavejs addon installed and working fine, but when I try to configure zwavejs2mqtt, it seems that it want also to access the ttys port for my usb stick

#

I dont know if the 2 are necessary at the same time

viscid orchid
#

You have to select the right device

stuck wing
#

OK I just uninstalled zwavejs addon and zwavejs2mqtt seems to work

viscid orchid
#

If the zwave_js addon was installed when you added the integration, you need to go back and reconfigure the server in the integration to tell it not to use that addon

stuck wing
#

Done, the integration now use zwavejs2mqtt, thx !

sturdy flax
#

Is it possible to use !secret with addon configurations? I tried but when I save the addon config it says it can't find the secret, even though it is in the secrets.yaml in the config folder. It seems the config folder is on the search path for secrets.yaml files....

viscid orchid
#

Yes, you can

#

If you haven’t restarted HA after adding it, try that

sturdy flax
#

I restarted core but still get an error.

dense spadeBOT
#

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

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

sturdy flax
#

Failed to save add-on configuration, Unknown secret 'mariadb_password' in MariaDB (core_mariadb). Got {'databases': ['homeassistant'], 'logins': [{'password': '!secret mariadb_password', 'username': 'homeassistant'}], 'rights': [{'database': 'homeassistant', 'username': 'homeassistant'}]}

#

Ah, ok, after restarting mariadb addon, I could then use a secret.

queen lichen
#

Hi, I can't access my homeassistant.os installation from the web anymore. The browser says that the certified is expired 21/11/2021 but I don't know how to force update. Restarted homeassistant, restarted the addon, deleted privkeys and fullchain files and restared, but nothing changed. Any hints? Thanks
(duckdns addon log is OK, the cert seems updated)

still wren
#

I also have lost access to my HA OS via duckdns. I have access via https://IP:8123 and folders via samba share and can also ssh my way in

dense spadeBOT
still wren
#

^^the duckdns log

#

any ideas?

late zinc
#

Hay, i have some problems to get DuckDNS + NGINX SSL working. I followed a YT guide and did the exact same. Is somebody with some knowledge about https on home assistant here?

#

Do i have to use Lets Encrypt too in order to get it working?

fiery prism
sturdy flax
#

@late zinc what problem are you having? The NGINX AddOn needs an SSL certificate to work - regardless of where you get it (LetsEncrypt or other)

#

I just set it up a couple days ago but using my existing dynamic DNS provider and certs from them.

late zinc
sturdy flax
inland tapir
#

Q... i have the Mosquitto broker installed and it works fine on the raspberry pi itself
(i started out about a year ago with a raspberry pi sd card image)

now i want a esp8266 to access the same broker but it cant, i cant use a windows based client to connect either

are there any "hidden" config file i need to change to allow local network access?

my config.... and yes i now its insecure as hell:

logins: []
customize:
  active: false
  folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
anonymous: true
sturdy flax
#

I installed the NGINX addon and configured it with a cert from my DDNS provider. I'm running HA OS. Not in the core log, I see this message every 20 seconds:

#
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 314, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
#

Regardless if any clients are connected (Mac, iPhone, iPad etc).

#

Hmm, I stopped NGINX and I'm still seeing that message every 20 seconds.

edgy siren
#

Anyone had problems getting DOODS to work?

I'm getting this error: "Unable to process image, bad data"

#

I'm running the DOODS add-on and no errors is appearing in the log

#

Also I'm using then IP of homeassistant itself in the config

queen lichen
# dense spade

Exactly like me, tried everything, even deleted privkeys and the other file, restarted addon, it reacreate it correctly but it seems that it not using it anyway.

#

I've opened a thread on forums, no useful reply so far

robust yarrow
#

Morning all. Who can I speak to or where can I request a new DNS provider for the LetsEncrypt addon?

inland tapir
#

how do i make the the Mosquitto broker accessible to the local network and not just on the machine itself?
i started out with the raspberry pi image about a year ago and the Mosquitto broker works fine on the pi itself, but i cant reach it from the local network

robust yarrow
#

with default settings you should be able to access it from your network. within HA you would use core-mosquitto as hostname. for devices on your network you should use the IP of your pi

#

if you still cant access from the network then you might have a firewall blocking the port

inland tapir
#

just cant remember where i got the sd card image for the pi

slim brook
#

Using Rhasspy 2.5.11 which adds support for multiple Site IDs. For this to work, it seems that each wake word satellite needs its own UDP port. Yet the Home Assistant config only allows for one. How can I map more than one UDP port to the HA Addon for Rhasspy?

cerulean hinge
#

I have a couple of problems, I hope you can help me.
I installed the plugin "Ubiquiti Network Application" but after a few seconds of starting my homeassistant it dies, I can’t access its web interface, if I open the “Unifi Network” web interface, the following appears:"HTTP Status 404 - Not Found"

twilit mantle
#

Tried using DuckDNS and Let's Encrypt while following documentation for both and HTTP and my HomeAssistant OS get's killed every time, resulting in me having to reformat and reinstall and wasting 30 minutes. What's up with the poor documentation??

twilit mantle
worthy glacier
#

hello, Can I connect to my HA to upload files ?

#

Like FTP ?

inland tapir
inland tapir
#

anyone that knows mosquitto config a little better than me? it seems that it does not listen on eth0 interface but only localhost so it can only be accessed from the raspberry pi itself

#

either its a firewall that i dont know is there, but then strange as i can access home assistant fine

dry breach
#

how can i reset bitwarden admin? i am locked and i cant delete it. i use #add-ons-archived bitwarden

sly kindle
dry breach
#

how to delete all bitwarden add-on data ?

raven tinsel
#

uninstall it 🙂

sly kindle
#

Uninstall it

#

Bah

dry breach
#

@raven tinsel @sly kindle its dont work ... when i want to reconnect on admin i need to enter old admin token

raven tinsel
#

🤷‍♂️ I cannot keep data outside of its own scope

#

if you delete it

#

no data would survive

dry breach
#

a ok ... i have new token in log

#

thanks 🙂

velvet sphinx
#

@raven tinsel I am a bit confused why it says something like : the ledfx add on is supposed to be installable like any other add on by just searching for it and installing it in HA, but the add on is not released yet? Can you tell me when and if the add on will be available to be used on HA instead of windows?

raven tinsel
#

What is there to be confused about?

#

It isn't released to public

#

Can you tell me when and if the add on will be available
No I cannot

velvet sphinx
#

I confuses me that it is said that It is supposed to be installable like any other addon but it isn't? Or am I to stupid to figure that out? 😅

raven tinsel
#

What confuses you

#

is that you are looking at random code in GitHub

#

and assuming that is available software?

velvet sphinx
#

No that's not where my confusion is coming from. As is said it "seems" to be available and released until you find the small tag that it actually isn't..

raven tinsel
#

It is nowhere it says that it is available

#

it isn't listed in the store

#

I'm not sure where you get this idea from

#

it isn't even listed in the index or website?

velvet sphinx
#

May I ask if the add on will be able to use the streamed Spotify input of a smartphone to create synced light effects?

raven tinsel
#

Currently it cannot do that in the current state of development

#

if that will be possible, I dunno, probably not is the best answer

#

But I do not own a crystal ball 🤷‍♂️

velvet sphinx
raven tinsel
#

You are looking at code

#

unreleased code

#

There is tons of unreleased code on github

velvet sphinx
velvet sphinx
raven tinsel
#

GitHub is a place where software is developed

#

you need to start developing somewhere... you can't spawn something out of nothing

drifting monolith
raven tinsel
#

if it provides an RTSP stream, sure

viscid orchid
#

Github is a garden where code grows

inland tapir
#

who is behind the mosquitto add-on ?

#

need some expert "help"

sly kindle
#

There is very little to it. Leave it at defaults, start it, and go.

#

Configure your clients to use any of your existing HA user credentials to authenticate with the broker. Or create a new set of HA user credentials specifically for it

#

They should be set to use the IP address of your HA host

inland tapir
# sly kindle There is very little to it. Leave it at defaults, start it, and go.

that is also what i have done (for the most part)... works fine
i have this:

logins: []
customize:
  active: false
  folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
anonymous: true

i only added the last line myself many moons ago to have a roomba addon working (this one: https://community.home-assistant.io/t/irobot-roomba-i7-configuration-using-rest980/161175)

my understanding is that anyone can contact the broker and you do not need to authenticate

i would avoid that and it will never be exposed to the internet anyway

dense spadeBOT
inland tapir
# dense spade

code wall... lol... but okay its more than 2 lines 😆

inland tapir
#

are there any way to avoid that?

sly kindle
#

avoid using authentication?

inland tapir
#

yep

weary stratus
#

hello - wired problem: when I call service: mqtt.publish from the script, the mqtt log file has the following: `1638228124: Client 5jGjOH4tBAjYYIj4yMu4HL disconnected due to malformed packet.'

#

Client 5jGjOH4tBAjYYIj4yMu4HL disconnected due to malformed packet.

#

but calling service: mqtt.publish from e.g. UI works fine

#

also publish mqtt/listen on topic in Integrations works fine

#

my script: `sequence:

  • service: mqtt.publish
    data:
    topic: x
    payload: 'yabcabcbA'
    retain: true`
#

is there anyone who got the same error or could give me a hint where to look for the solution?

twilit mantle
fiery prism
#

You don't use http with duckDNS. You use https. Well you can, but it requires setting up a reverse proxy.

sly kindle
#

once you add that yaml under http: in your configuration you can no longer access using http://local_ip:8123

#

you have to use https://

#

@twilit mantle

#

So it probably was responding, but you weren't accessing it correctly

twilit mantle
topaz onyx
#

Hi, I have an issue with my HA MQTT Mosquitto broker not receiving messages but it's working fine on a locally running Mosquitto instance, any suggestions on how to troubleshoot?

#

I have been trying/reinstalling/reconfiguring/following different guides and reading Github issues for hours by now but it's just not working for some reason

slender olive
slender olive
#

When connecting with HA companion at https://mydomain/duckdns.org I get error NSURLErrorDomain -1001

sly kindle
#

@slender olive is it working in a browser?

slender olive
sly kindle
#

first try https://your_local_ip:8123

#

@slender olive what port did you forward

slender olive
#

port 80 - 8123, but as you mention it, it should be 443 --> 8123?

#

Local access is fine https://your_local_ip:8123/

sly kindle
#

either 8123 to 8123 or 443 to 8123

slender olive
#

got it

sly kindle
#

you get a warning when you try locally though right?

#

if you forward 8123 to 8123, you need to use https://your_duck.duckdns.org:8123

slender olive
#

https://my_ip:8123 works fine locally

sly kindle
#

If you forward 443 to 8123 you use https://your_duck.duckdns.org

slender olive
#

changing port forewarding.

#

have set 443-8123 and 8123-8123

#

connecting externally using https://myduck.duckdns.org is timing out in the browser

#

Do the DuckDNS add-on update the certificates in my HA installastion?

#

Well, it seems to work internally, though using these cert files.

sly kindle
#

check 443 and 8123 there

#

DuckDNS add-on will update those, yes

#

If you restart the add-on and check the logs for the add-on, you should be able to confirm whether the certificate is ok

slender olive
#

in the companion app I get an error: Invalid certificate

slender olive
sly kindle
#

you'll have to keep poking around to confirm. until one of those show as open it isn't going to work

silent sierra
#

hey

#

is having addons a big deal?

#

i want to install HA on my linux box and figured I'd install it with docker but apparently that doesn't have as much functionality?

sly kindle
#

addons are docker containers

#

if you can choose and manage your own, you'll be fine

#

This is just a "curated" docker ecosystem

silent sierra
#

oh cool

sly kindle
#

The worst choice is where you have both this ecosystem, but also half of your own. It's best to pick one or the other.

silent sierra
#

so it doesn't really matter if I use a VM vs docker for the installation?

#

reason i want to use docker is because i've never setup a VM before (that i can remember) and I just (sort of ) figured out docker (with portainer) to run my jellyfin server

#

and now it looks like my virtualbox install is stuck too lol

sly kindle
#

virtualbox kinda sucks. If you're on a linux distro, you can use KVM and/or virtual machine manager

#

But a VM implies you would be going with the HA Operating System and the ecosystem it brings with it.

#

If you go with a vanilla docker install, you can run the HA container alongside whatever other containers you want

silent sierra
#

ok cool

#

as long as I can get it running and working that's all i care about for the time being

#

What do u use HA to do??

#

I'd like to hopefully be able to get a voice recognition/parser thing setup in conjunction with my music/jellyfin to be able to just play songs handsfree

#

also want to integrate my ecobee thermostat so i can fine tune the settings a bit more than their software allows

slender olive
silent sierra
#

gunna install via docker right now

#

actually gunna try to do it in portainer using "stacks" in liue of docker compose

boreal field
#

I would like to setup my a VPN server for me to connect to remotely. Half the reason I want this is for when Home Assistant is not responding, so while I am sure there is a few to choose from in the add-on list, maybe i need one that runs outside of hass supervisor? My hass is running on ESXi, so I guess a dedicated linux VPN server is the best choice?

#

If so, and considering this is a hass add-ons thread, i still appreciate any advice.

#

IMO all the solutions deployed via Hass are very good and mainly up to date and maintained frequently. Whereas many open source linux solutions really arent, and have terrible doco.

blissful acorn
#

Hi there

#

Is the NGIX Proxy manager not availabe anymore in the addon store ?

#

Because its not showing up in my fresh ha installation / in the add-on store

cyan crown
#

Does anyone know, how to set the MTU inside the yml config of wireguard? And is it possible to do this per client?

cyan crown
blissful acorn
#

strange

dense spadeBOT
#

Various settings are hidden unless your user profile has Advanced mode enabled. These include some add-ons, the Lovelace Resources menu, server control options, and more.

versed chasm
#

Mosquitto broker -Client has exceeded timeout, disconnecting.

peak lance
#

Is there any known issue with the Remote Backup addon?
My HA Blue swaps like crazy when it is launched even though RAM is at 50%.

coral dirge
#

Hi.

I've looked in the usual places but possibly missed something.

In the config for the duckdns add-on, is it possible to request a SAN for the certificate? I have an external URL, and homeassistant.local internally. If I connect to the internal URL I get a certificate error. It would be a nice addition if I could just add homeassistant.local as a subject alternate name in the LetsEncrypt cert

Thanks

median dragon
#

use the duckdns address?

coral dirge
# coral dirge Hi. I've looked in the usual places but possibly missed something. In the conf...

Using the duckdns address makes the assumption that i'm able to reach my ISPs DNS server - which is not the case if my internet account is down

More info:

I found the 'Alias' part of the config - which looked promising. However, it looks like LetsEncrypt don't support alternate names for urls that aren't internet routable.

I got the following error in the logs:

{
"type": "urn:ietf:params:acme:error:rejectedIdentifier",
"detail": "Error creating new order :: Cannot issue for "homeassistant.local": Domain name does not end with a valid public suffix (TLD)",
"status": 400
}

median dragon
#

LE will not give you a cert for something.local

#

like i said use the duckdns address

coral dirge
#

yeah - i figured from the error 😦 shame

median dragon
#

if you are converned about the no internet case, have your local dns resolver resolve the name to the local ip address of the computer running homeassistant

coral dirge
#

yeah - my 'local' dns resolver is opendns unfortunately. I guess I'd have to setup an internal DNS with a forwarder and make that my default. - since I don't believe I can set up a hosts entry on a fire tablet for my dashboards.

pulsar totem
#

Maybe a weird question: is it possible to cast audio or video TO home assistant and let home assistant pass it through to another device? What I want to do is this: cast from my smartphone any audio source to my Sonos speakers, without using the annoying Sonos app.

sly kindle
#

@coral dirge or set up a reverse proxy where the local address won't use ssl, but the duckdns address will

quasi viper
#

Hello, I have an issue with setting up DuckDns. I have successfully installed and set it up. No errors shown and it successfully stored a certificate under /ssl. Also the port forwarding works. Tested with https://www.canyouseeme.org/ port 443 and 8123. But when I am using the URL I am getting error 400 Bad Request. Any thoughts. I am using a Fritzbox 6490 cable. I am also using Nginx HA SSL proxy.

plain rune
#

but if this to play arbitrary audio from your phone you'd have to use something like airplay

steep zealot
#

Dear all, I've asked the same questions on the zigbee2mqtt discord, but it's awfully quiet there, so though someone may know here.
am about to transition from an old CC2531 coordinator onto a new CC2652P based Egony one, but I am not exactly clear on the migration of an existing 40+ device network.
Based on this (https://www.zigbee2mqtt.io/guide/faq/#how-do-i-migrate-from-a-cc2530-cc2531-to-a-more-powerful-coordinator-e-g-zzh) it should be mostly plug and play
But I am a little confused with changing the ieeeAddr

I've found some flasher tool - https://zig-star.com/radio-docs/zigstar-multi-tool/ but for the life of me I cannot make the stick take in the new IEEE address

#

I've reflashed firmware 3 times and am following the instructions given. Both the address changes and firmware reflashes seem succesful but the address when read is still returned as the generic one the stick came with ..

late zinc
#

Hay, i tryed to install Duckdns on HA to make my Ha accessible from the web. First i did all the Steps from Duckdns documentation (Set my Token, my Domain and the lets encrypt thing to true. Than i opend the ports 443 for HA on my firtzbox (I opened 1 for TCP and 1 for UDP). After this i updated the configuration.yamel with the lines from the HA guide i found on the HA offical page. I hit the "Check configuration" button on HA (its says that everything is correct) and restarted my HA. Now i cant get to my HA anymore. I tryed the domain with http:// and with https:// and my public IP adress with http:// and https:// but nothing works. Any ideas whats wrong?

sly kindle
#

@late zinc public IP address?

#

Do you mean your local IP?

late zinc
sly kindle
#

What's the local ip

late zinc
#

192.168.178.20

#

the intern ip

sly kindle
#

If you entered everything correctly that would give you a warning

late zinc
sly kindle
late zinc
#

same

sly kindle
#

Then either the IP is wrong, or it isn't up at all

late zinc
#

can i send a screenshot to you via pm?

sly kindle
#

Sure

late zinc
blissful acorn
#

Hi all I have a question about the addon store. Some adding are not listed in the store. For example the ngix proxy manager and ad guard. Is there a way to fix this ?

#

Adding = addons

#

Ha core is installed and is up to date. Restarted many times including the supervisor

viscid orchid
blissful acorn
#

Ah I see

frosty saddle
#

anyone know what to do when esphome does nothing after clicking "connect" to USB on Linux?

#

I'm selecting "plug into this computer" -> the correct device (/dev/ttyUSB) and then I just get back the same menu to select "plug to this computer" etc?

bleak fossil
#

WLED Playlist - Anyone know how this is used?

pale radish
#

I'm often copy pasting yaml code from github or elsewhere, which makes coding much easier for me. Only problem I have, I often have to move the pasted part a little more to the left or to the right in file editor. I know how to use tab and shift tab to move selected text but that moves it 4 clicks in file editor and 2 clicks in visual code. My question is, how do you move a group of text select by just one space (click)?

sly kindle
#

The keys you hold down are going to depend on your OS

pale radish
#

What keys did you hold down?

#

And you are using VSCode correct?

#

I'm using File Editor from the Add on store. VSCode crashes my whole home assistant 3 to 4 times a week so I gave up on it. Maybe I'll go back to it just for the pastes...

sly kindle
#

@pale radish yes this is vscode, but it is locally installed and I access the files using smb with the samba add-on

#

I'm not sure file editor has this, but it might

pale radish
#

haaaa.. tha'ts what I'm gonna start doing too I guess. I do use samba to move files around but never got around to thinking of editing that way.

#

so what keys did you use? 😉

pale radish
#

Now that I watch this on my mac and not my iphone, I realize that you are also moving 2 clicks. I know how to do that. I'm asking for just one space movement.

sly kindle
#

@pale radish on mac it's option + shift while you drag the cursor

#

And I'm just using the space bar. Feel free to hit it fewer times 😆

#

I typically use it to comment out whole blocks

#

so type a # and it puts one at every line

finite goblet
#

Hi all. just a kind question - what is a lag between rls of the new version of deCONZ app (estimated to be on 15th of december) to rls of the new deCONZ addon?

bleak fossil
#

Second Question - Unable to get Samba working, even after setting password. Mapping Network Drive, and force different creditentals doesnt show in log. Using path, shows it is passing my windows creditentials but still refused

sly kindle
#

@bleak fossilset a user/pass in the addon config. Are you using an email address for the username?

bleak fossil
#

No, I set the password and left the username as homeassistant as I need to just copy some files and then stop the service

bleak fossil
sly kindle
#

Use the user and password you set when prompted

bleak fossil
#

===============================================================
INTERNAL ERROR: Signal 11: Segmentation fault in pid 318 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting

PANIC (pid 318): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern

sly kindle
#

@bleak fossil you can find the existing credentials stored in windows credential manager and remove it (or edit it to contain the credentials that are in the addon config)

bleak fossil
swift fox
swift fox
#

what am i missing?

twilit mantle
#

Hey all, I'm trying to get my HA to work with DuckDNS using my Google Wifi. I've got the DuckDNS config set up the way the documentation says and my ports through Google Wifi set up (443 and 8123) however canyouseeme.org doesnt see anything. Any ideas?

quick rampart
#

Quick question regarding the #ssh add-in for HA-OS, how on earth do i disble/enable protection mode. It used to be inside settings, where it can be toggle. But it seems gone now?

#

Found it 🙂

sonic drift
#

Hello Friends,

We are a group of researchers at Florida Institute of Technology in the US. We have developed an add on that focuses on protecting the privacy of users on their MQTT devices. We are looking for participants to partake in a study we designed to evaluate our add on. Essentially you will be installing the add on and complete a few tasks we asked you to do. Your participation can help us improve our add on and thus help others use an improved version of it.

The experiment should take around 30 minutes. Upon participating in our research, you will enter a draw for a chance to win one of four $75 Amazon Gift cards.

If you are interested, please fill out the following form: https://forms.gle/rfDC16uJ1JuTgLmA7

Thank you for your time and support.
Best,
The IoT research team at FIT.

oblique dagger
#

hi! I use ZHA and wanted to test out zigbee2mqtt. I installed it and started, then stopped. After this my ZHA lost connection to all devices. I had to re-add all of them manually. It kinda works now, however I still get this message in error log:
`Your network is using the insecure Zigbee2MQTT network key!
Even though I have uninstalled zigbee2mqtt addon and deleted it's folder
I am also now experiencing problems with zigbee devices as they are often becoming "unavailable" and then return back on random, several times an hour. Not sure if this is related.

weary birch
#

i´ve lost the "community addons" in Supervisor Addon Store. Looked at DuckDuckGo, leads me to a hassio Github Repository but in that repository the Mosquitto Broker Addon is missing. Can someone provide me the correct repository URL pls?

viscid orchid
#

That’s an official addon

weary birch
neon sequoia
#

Hi, I'm trying to view motioneye recordings from the media browser but they will not load. Here's an example of one of the requests from dev tools http://127.0.0.1:28765/movie/1/preview/2021-12-05/19-33-23.mp4?_username=user&_signature=some_data_here

#

Is this likely a bug in HA or with the add-on or integration?

#

I'm on 2021.12.0b1

#

I know the videos aren't stored on my computer so...

dapper vigil
#

That duckdns is giving me a headache. Was fine until SD card broke. Now i installed new HA , and can't connect. Same ISP, same router and host, same HA from backup, only difference Is that I'm now using Raspbian instead of Debian.

dapper vigil
#

Only concern is to do port redirection on the router, but i did 433-433 and 8123-8123 , not sure if there should be something added in configuration.yaml, or not necessary ?

tardy quest
#

Hi, i had a eps8266 sensor fail due to water damage. Replaced it, reprogrammed it, and the sensor comes up in esphome and show the correct readings. My problem is that it is not showing up under entities. How can I manually get it there or force it to show? Thanks!

#

Got it thanks!

weary stratus
#

Good evening! Finally got around to install HA (Supervised) on my intel nuc. But im struggeling :/ I have installed the hassio-plejd and it managed to communicate with the mqtt server and find all my devices. But when trying to turn on/off any of the devices i get the following error message:

DBusError: The name org.bluez was not provided by any .service files```

Any ideas?
distant thunder
#

Noob question. I currently have Home Assistant OS installed on an RPi4. Version is core-2021.11.5. How do I upgrade Portainer to the latest version?? I have been trying via SSH but can't figure it out

distant thunder
weary stratus
#

what if you do it without sudo?

distant thunder
#

same

weary stratus
#

cant say sudo command not found if you dont have sudo in the command?

#

But im guessing that sudo isn't installed. so you should install it apt-get install sudo

#

and maybe add the user to sudoers file

tidal spruce
viscid orchid
distant thunder
viscid orchid
#

you don't need sudo - you're already root

#

but like I said, the addon is no longer supported

distant thunder
#

dang. any recommendations on what to use now and how to migrate over?

viscid orchid
#

You can use docker commands from the command line, but any manipulation you do could land you in unsupported territory. You're not supposed to mess with the containers

distant thunder
#

the main reason why I was using portainer was for the UI and simplicity since i'm not a dev

viscid orchid
#

you really shouldn't need it because you're not supposed to be messing with containers on a Supervised or OS install

distant thunder
#

ok. what's the easiest way to uninstall it?

viscid orchid
#

you can uninstall it like any addon

distant thunder
#

ok I just did that. What I'm confused about is docker commands. I can't get them to work from the command line. I'm currently ssh'd into HA. Do I need to install something first?

viscid orchid
#

you're probably using teh wrong SSH addon, or don't have protected mode disabled

#

SSH & Web Terminal

distant thunder
#

I have Terminal & SSH installed

viscid orchid
#

that's the wrong one

lime goblet
#

Hi, I installed the node-red addon from a backup and now the installed addon is not "linked" to the addon-store version, so i cannot update the addon via it. any idea how to solve it except manually migrating the settings?

distant thunder
distant thunder
#

I have an external hard drive connected to my wifi router via USB 3. I have HA OS running on a RPI4. How do I connect the two so my RPI4 can connect and see the external hard drive?

cold harbor
#

In ha 2021.11.5
I am not able to connect to mariadb database anymore

I used name for Host URL
I used local Host
I used IP of Host

I tested nmap on port 3016
Mariadb has closed the port

Mysql is ok on Local dB is on

Seems to be fw on the Addon
As work around i modified recorder to standard ....

Any Idea ?

swift fox
#

where can i find the portainer add-on for home assistant os?

viscid orchid
#

it was removed and is no longer supported

swift fox
#

i've read something about portainer-ce but can't find it aswell. is there a repository for that?

viscid orchid
#

nothing official

boreal field
#

zerootierone or tailscale? they seem like they do identical thing? (wireguard but simple).

sly kindle
tender kernel
#

can the Home Assistant Check Configuration add-on check versions between current installed and stable (like say 2021.10.0 if I'm on something prior and dont want to jump right to current)? it used to, but now when checking anything other than "stable" the add-on seems to hang for hours at [11:59:20] INFO: Checking your configuration against this version... thanks!

dense spadeBOT
robust bane
#

hi, small question on ESPHOME and device_class, I'm configuring 3 input_counters in ESPHOME on an Wemos D1-mini. 1 for water (reed switch in the water meter), 1 for gas (also using a reed switch)
and 1 for electricity, using an S0 port. Above is the snippet from my esphome yaml file. Does this seem ok? What would be the device_class fro a water flow meter? For gas and Electricity I used both energy.

swift fox
#

is there a replacement for the portainer addon i can use? doesn't have to be official or portainer.

left igloo
sly kindle
#

@swift fox The supervisor is the orchestrator for this ecosystem. Portainer was always a community add-on. Someone else has created a replacement add-on for it but really, it shouldn't be used here.

dense axle
#
[2021-12-07 18:26:15] frigate.edgetpu                INFO    : Attempting to load TPU as pci:0
[2021-12-07 18:26:15] frigate.edgetpu                INFO    : TPU found

Does this mean my coral TPU is working in Frigate AddOn? Anything else to confirm?

dense axle
#

Definitely working! 🙂 34% CPU on a NUC6CAYH with 4 720p RTSP substreams being monitored for object detection (person, dog). 🙂

sour gulch
#

Hey, I'm using the RPC Shutdown, I'm wondering what password and users, because windows get weird about this. Is it the same as what I use to login with? Which happens to be a Microsoft account.

shell ruin
#

Hello everyone. I have been trying to run the CEC integration for some time. I am running HA supervised version on Debian 11. I get the following output https://pastebin.com/8rpNx3Sh.

Does anyone have any suggestions on how I can fix this?

I appreciate any help you can give me.

proud palm
#

Hi, can someone please help me with finding my config folder? I've installed the Samba Share add-on and can browse to the IP address where my homeassistant instance is, but there are no files/folders showing

peak lance
#

Hi! I'm using HA Blue and it seems like when i start the "Remote Backup" addon the machine starts swapping like crazy and it doesn't go back down.
50% RAM used but 98% swap. And it doesn't stop (each morning i start a backup).
https://i.imgur.com/xJSo76v.png

Any suggestions?

dapper vigil
#

I cannot *uckDns force to work. It did, until SD card fail. I restored it same way as usual, but with two exceptions: Raspbian11 instead of Debian 10 and Lan instead wifi. IP of my modem is same from inside as from outside
Q1: Anyone could tell me for sure if i need html section of configuration.yaml overwrite?
Q2: how to fill HA server setting as URL? I know that it should look like: https:/mydomian.duckdns.org but do i need to put port number at the end?
Q3: Port redirection on the router. I did external 443 to internal 8123 and my Pi IP in both TCP and UDP is it ok?

peak lance
dapper vigil
#

Q1 do i need

 base_url: https://something.duckdns.org:8123
 ssl_certificate: /ssl/fullchain.pem
 ssl_key: /ssl/privkey.pem```
finite elm
#

Hi there, new to HA. Using HassOS in my Pi3+
Used the Pi as an USB Redirector (https://www.incentivespro.com/usb-redirector.html) before and want to continue that.
I think it's not possible, but may I can write an Add-On for that?
Where to start? Any links to how to build an HA Add-On?

Otherwise i have to reinstall raspberry os and using hassIO as container.

jaunty jasper
#

Hi, I have the problem that I do not quite get along with DuckDNS and NGINX.
Either I have external access via https://xxxxxx.duckdns.orgor only internal access via http://192.168.xxx.xxx

#

my addon config

#
cloudflare: false
customize:
  active: false
  default: nginx_proxy_default*.conf
  servers: nginx_proxy/*.conf
domain: muehe.duckdns.org
hsts: max-age=31536000; includeSubDomains
keyfile: privkey.pem```
#

log

#
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[15:10:11] INFO: Running nginx...```
#

Duck DNS Addon config

#
domains:
  - xxxx.duckdns.org
lets_encrypt:
  accept_terms: true
  algo: secp384r1
  certfile: fullchain.pem
  keyfile: privkey.pem
seconds: 300
token: xxxxxx-xxxx-xxxx-xxxx-xxxxx```
#

configuration.yaml

#
default_config:
http:
#  ssl_certificate: /ssl/fullchain.pem
#  ssl_key: /ssl/privkey.pem
#  ip_ban_enabled: true
#  login_attempts_threshold: 5```
#

error log ??

sly kindle
#

@jaunty jasper what's the issue?

jaunty jasper
#

Thank you problem solved

#

configuration.yaml entry was missing

dapper vigil
jaunty jasper
#
  trusted_proxies:
    - 172.30.33.0/24```
dapper vigil
#

My case is more funny. Yesterday i tried everything, and nope. Today i didn't do anything, now i tried to connect and it works. Just like that .

crimson cliff
raven tinsel
#

There is an integration for that

#

You don't need to run add-ons for those things

crimson cliff
#

Oh, thanks. I'll try that one out.

neat knot
#

Hello, where do I find the configuration file for the reolink integration ?

raven tinsel
neat knot
#

i was sent here

#

since this was installed from HACS

raven tinsel
#

Thus not an add-on

#

HACS can't do add-ons

neat knot
#

so back to integrations

#

thanks

raven tinsel
#

The confusion is made by the page calling it an add-on I guess... but it is not an add-on

crimson cliff
#

I might have to swap over to integrations now but I don't get any added media players after going through the setup

#

Oh wait, yes I do...

jaunty mantle
#

problem with the visual studio server and the mac app
i cant scroll with the touchpad, it always moves the whole window
in chrome it does work

rotund thistle
#

I have an issue I am not sure is an add-on, core, or user problem 🙂 I create a climate entity via MQTT discovery. It does not seem that HA reads the state topics, even though I can subscribe to them directly and see the values coming in. The MQTT payload is correct - if I copy the information from the "MQTT Details" on the device and paste it into YAML, then everything seems to work. SO - would that be here or there 🙂

#

I can create almost 290 other entities using the same process, and they all work as advertised

#

i dont see anything in the MQTT or the system logs indicating a problem. I'm running the latest on a Home Assistant Blue

rotund thistle
fiery prism
#

If it was a problem with the broker it would be an addon issue. As the broker is working (from your tests) it must be an issue with the mqtt integration.

sleek root
#

hey i am trying to get rpc shutdown to work. created a switch that trigger it

in the logs of rpc shutdown i get:

[01:24:19] INFO: Read alias: Kobito-PC
[01:24:20] INFO: Shutdown Kobito-PC -> 192.168.0.137
Could not connect to server 192.168.0.137
Connection failed: NT_STATUS_IO_TIMEOUT
Could not connect to server 192.168.0.137
Connection failed: NT_STATUS_IO_TIMEOUT
[01:24:30] ERROR: Shutdown fails ->

#

which means it cant acces my ip

#

double checked the ip (its the correct one)

#

any ports i gotta open or firewall stuff ?

modern sinew
#

Is there a nice way to update an addon to what's been committed on github, ahead of a formal "release" of the addon? (Bit like how HACS works).

Context: there's a patch been merged to the addon on github, and I've been waiting for it to get picked up in a new release (and don't want to hassle the maintainer quite yet).