#add-ons-archived

1 messages Β· Page 51 of 1

dark yoke
#

add-on config are JSON, no comments there

ocean kernel
#

OH!!!!! That makes WAY more sense

#

ive never dug into the guts of the add-ons... i assumed they were yml driven...

low grail
#

Hi, I've setup a docker installation and new I'm trying to get duck dns to work.
Question 1 (sanity check): When I set my ip on https://www.duckdns.org/domains, I'm supposed to set this to the IP of the router, right? Then within my router settings enable port forwarding to the IP of my server?

sly kindle
#

you dont set an ip address there. It would detect your external ip address

low grail
#

Okay, so I'm not opening that website on the sever, I'm opening it on my main PC

#

I'm guessing I should get my external ip for my server if I want to manually set?

sly kindle
#

no it would automatically fill with your external ip

#

whatever is in there, is what it found, no matter what device you are on while on your own network

#

you don't normally need to change that

low grail
#

I know, but the external ip would link to not the server since I'm not opening the site on the server

#

right?

sly kindle
#

when you set up your forwarding on your router, you would enter the local ip address of your HA there

#

No, the external ip address is for your whole network

low grail
#

oh! I see

sly kindle
#

the internal ip addresses are for individual devices on your network

#

duckdns doesn't care about those

#

When you set up forwarding, you are saying, "whenever https://myduckdns.org is used, forward to this thing." Whatever this is, is determined by your forwarding rule and the internal ip address

low grail
#

I see, i was totally missing the external ip part

#

But I think it looks like its working now

sly kindle
#

It's working, but you don't have it secured with a certificate

#

Are you using the add-on?

low grail
#

No, since I did a docker install i don't think supervisor tabs shows up

sly kindle
#

ah

low grail
#

So i dont think i have the addon option right?

sly kindle
#

this channel is for add-ons

#

right

low grail
#

Well, is there a better channel to ask in?

sly kindle
#

doesn't matter in this case, in terms of your question

low grail
#

Okay, thats kinda what I figured for this one

sly kindle
#

Well, technically what you were asking was about duckdns and port forwarding, so not really HA specific at all πŸ™‚

low grail
#

πŸ₯²

weary stratus
#

Hi, I am trying to update the firmware of my Ikea bulbs using deCONZ otau. I select a light bulb and press "query" This will return the version info, but it also throws an error and does not update:
Otau image path does not exist :/data/.local/share/dresden-elektronik/deCONZ/otau

When the container is started the .ota files are downloaded in /data/otau.

It feels like a directory mismatch or an access issue. Any ideas?

I am using hassio and the official deCONZ addon (6.6.2) on a pi.

sly kindle
weary stratus
#

I have installed Portainer, and browsing the images, i can see that the Google backup addon has two images stored there. It should not matter if i deleted the old one (v0.102.0)? I'm also assuming that the other images are just a backup to rebuild containers and not actively used, correct?

cunning wolf
#

Who knows? Those aren't add-ons.

#

Docker images are the Wild West. You can install whichever image you want.

weary stratus
#

yes, but i'm talking about images that has come through hassio-addons

#

i have not yet installed any containers through portainer

cunning wolf
#

Do you have a link?

weary stratus
#

this addon is listed among my images with two versions, v0.102 (old) and v0.103 (current)

#

to specify, i'm talking about images, not containers

#

All images are labeled "Unused", so i'm guessing that they are like a img file which can be mounted to a container

#

btw, the portainer container is also a hassio-addon. I use HassOS

cunning wolf
#

Images are what you build containers from.

#

Portainer is a container manager. Why are you running containers within containers?

#

If there's a native add-on for something, just use that via HA.

#

If you let HA manage them, you also don't get into this mess of having multiple instances available to you.

weary stratus
#

yes, but i want to run a website, so it seems logical to install portainer, and install httpd from there

cunning wolf
#

If you want to run a website, it seems logical to run a web server.

#

But my point still stands. If there's a native HA add-on, install it via HA.

weary stratus
#

but is there?

#

i found one, but it doesn't seem to be maintained

cunning wolf
#

For the one you just linked? Well, yes... it's a HA add-on.

#

The add-on is installed like any other.

Navigate in your Home Assistant frontend to Supervisor -> Add-on Store.

weary stratus
#

no, for my very own hosted website

cunning wolf
#

I'm not talking about httpd. I'm talking about native add-ons

#

Install the Google Drive add-on that's wrapped in a nice little add-on config using HA's add-ons functionality.

#

If you need to use Portainer for other things, feel free.

sly kindle
cunning wolf
#

Though two levels of virtualisation is less than ideal...

weary stratus
#

i think we're discussing two different cases at once now. Yes, i installed portainer to install httpd as there doesn't seem to be a good alternative in the shape of a add-on. As i was just browsing the possibilities of Portainer, i see that i already have ~25 images already installed. Portainer doesn

#

doesn't seem to operate as a subset of HA, but rather as a parent, and can install other containers parallel to HA.

#

That's also where i noticed that the Hassio addon for google drive had two images at almost 400MB just, at least one of them seemingly with no purpose. I suppose the old version have failed to uninstall the old image

cunning wolf
#

And this is why I'm advocating allowing Supervisor to handle everything it can.

sly kindle
#

the old image is often retained

#

And portainer is indeed used to "sideload" other images/containers

weary stratus
#

so it would be safe to delete that old image?

sly kindle
#

there's a docker purge equivalent which is ha su repair within the ssh addon terminal

#

it will remove all unused images/containers

#

But it is HA specific...so it will see anything outside the HA ecosystem as unused

weary stratus
#

ah ok, but then i can run it safely now before adding new containers i guess πŸ˜„

sly kindle
#

sure

weary stratus
#

I'm also thinking forward, will it be complicated with SSL certificates for httpd in Portainer, if i use thr Nginx Proxy Manager add-on?

#

i'm about to migrate a website and my ha from duck-dns to self-hosted with cloudflare

sly kindle
#

NPM will get certificate files and you can set proxies for any server on your network

weary stratus
#

Cool, thanks for your time πŸ˜„

paper bluff
#

I restored from snapshot and now I am getting β€œ401 unauthorized” when I try to access my add-ons(vs code, node red, file explorer). How do I get around this?

paper bluff
#

fixed ^^

candid kernel
#

is this the right place to ask questions about the MQTT add-on?

#

I'm very new to HA

#

I've installed it on a Pi4, but keep getting these errors:

#

2021-01-06 11:13:37 ERROR (Thread-5) [homeassistant.components.mqtt] Unable to connect to the MQTT broker: Connection Refused: not authorised.
2021-01-06 11:13:37 WARNING (Thread-5) [homeassistant.components.mqtt] Disconnected from MQTT server core-mosquitto:1883 (5)

#

I've added a user, but I don't know where to fill in username/pass for non-anonymous access

#

also tried changing 'anonymous: true' but to no avail

foggy marlin
#

Just found out that PiHole addon kinda died. Trying AdGuard. Anyone recommends it?

fair onyx
#

Hi, I've recently re-installed homeassistant on my raspberry but I'm facing an issue with the NGINX Reverse Proxy community addon.
Everything was working fine, I had multiples hosts on my network and I could access easily outside and inside my network with custom URL (from a domain, with port forwarding, etc) and the other day, I restarted the Pi and the addon wasn't working well anymore.

If I try to access my Pi IP from my local network it redirect me correctly to the proxy manager but the hosts are not working anymore.
https://i.imgur.com/vlovZnF.png

This problem already occured few months ago with the same issues after restarting the pi for the first time after HA installation

#

As a workaround I used dnsmasq but it's not the best solutions because either I manually set the dns on every device on my LAN or globally on the router but if the Pi is down nobody has DNS anymore...
https://i.imgur.com/rTS9Cyg.png

velvet grotto
#

@candid kernel did you figure it out? I was in the same boat yesterday. Its running like a charm now!
I ended up with removing all MQTT plugins, and reinstalling them. This video helped me a lot: https://www.youtube.com/watch?v=1uxRvbbd0fc

#

I used anonymous users first, that didn't work with MQTT, it didn't publish anything. When I used a user and pass it worked ^^

gloomy bay
#

bonjour, anyone know if there is way to get localtunnel on hass os? as far as i know there is no un/official addon

candid kernel
#

@velvet grotto where did you add the user though?

#

I'm on an errand, will look at the vid soon :)

velvet grotto
#

its in the configuration section of the broker and clients

sly kindle
#

@foggy marlin adguard πŸ‘

#

@candid kernel you don't need any configuration changes for the addon.

foggy marlin
#

@sly kindle I didn't even know it existed. I just knew about PiHole. Went for it and... it's dead.

#

LOL

#

So deployed the adguard addon, and I'm trying

sly kindle
#

PiHole was a giant mess apparently

foggy marlin
#

yeah, I read about it

sly kindle
#

when it came to maintaining it

candid kernel
velvet grotto
rugged summit
#

so trying to run mariaDB addon and i get this error in the logs
[1:02 PM]
[Warning] Access denied for user 'root'@'localhost' (using password: NO)

sand mason
#

not sure why HA can't see the MQTT values?

#

but when i restart it, it works.... for a while. WEIRD

vernal isle
#

guys, does configurator still exist as a add on, at the moment I use IDE, but prefer configurator...

mild osprey
#

for the room assistant addon, how exactly does it show in which room a person is? I can't find any entity that would show the person's location

#

i've read thru all their docs but I can't find this

raven tinsel
vernal isle
#

thanks.

peak onyx
#

hello everyone...is this the correct channel for questions about Room Assistant installation?

alpine gyro
#

Hello trying to get deconz to work, tried all combinations in config but still getting

failed to reconnect to network try=1

I use the new Home Assistant Blue

fresh jacinth
#

Hi all,
I've been searching the web without too much luck..
I'm seeing a lot of guides and tutorials on how to use Grafana with InfluxDB, but can't find any on how to use Grafana with MaraiaDB add-on...

Can anyone point me at the right direction? πŸ™‚

small sorrel
dense wren
#

Can someone help me how to send a value over mqtt ??

tiny zodiac
outer flume
#

I'm replacing my Sonoff RF Bridge with an RTL-SDR. I have RTL_433 working and I want to pipe its output to my "HA Superised" MQTT broker, running in a Docker container. I have my command line input drafted, but the documentation I'm following assumes I've manually installed "mosquitto_pub" and pipes to it. How do I call the "dockered" MQTT I already have running? I'm so close!
My draft: rtl_433 -F json -M utc -Y level=0 | mosquitto_pub -h 192.168.4.245 -p 1883 -u user -P pass -t home/rtl_433 -l

candid kernel
#

Can I edit/transfer the files in an add-on in some way?

#

for the MQTT questions, can you use go to Developer Tools->Service->mqtt.publish?

#

that's what I used to publish an MQTT to my Z Wave network, but I'm very new to all this

frozen turtle
#

Hello, I'm trying to setup the Homematic OCCU Addon with the HM-MOD-RPI-PCB module. But it's not possible to pair any device.. does anyone know how to fix this Issue?
Log: https://hastebin.com/upacavizac.apache

warm surge
#

sorry if it was asked before what is the interface on proxmox for samba config

weary stratus
#

i've got the portainer addon, and installed the httpd container. I would like that container to access the /share folder that hassio uses. i tried having the container on the same network and bind a folder to /mnt/data/supervisor/share/, but the folder i end up with is not the same, and i don't know how to browse it/them. If i go to 192.168.1.3:8088, i get to a site that says β€œIt Works!”, but i have no idea where that folder is relative to the hassio share folder.

humble pier
#

Hello! I am trying to use the MQTTclient and I don;t understand the client.connect(name, key, password) command. Mainly the NAME parameter. What is the name supposed to be in this scenario?
Its not the IP of the Broker... Its not the broker's "name" either. Any clues?

odd wave
#

i just started using mqtt. where would i see incoming mqtt messages and entity names? i went to developer tools but i don't know what to look for next.

sly kindle
#

@odd wave first you set up the broker add-on, then you add the HA integration

odd wave
#

yeah, i did all that. i have some mqtt messages coming in from iot link on a windows pc. i'm trying to get messages from a pi with mqtt, but i dunno where to look. the iot link thing was easy.

sly kindle
#

If your mqtt client devices are using discovery, then they show up on the integrations page shortly after that

odd wave
#

ohhh, like under MQTT -> _ devices ?

sly kindle
#

well, is iot link using discovery these days? It's been a while since I used it

#

They were entities that were added manually when I used it.

#

I see...yes, but only for sensors

#

So you should see these at integrations > mqtt

odd wave
#

so i have it receiving data now, but i'm not sure how to incorporate this into the UI as a sensor or something similar.

#

when i go to MQTT settings and listen to the topic i'm sending, i can see the messages like this;


{
    "time": "2021-01-08 03:52:24",
    "model": "SimpliSafe Sensor",
    "device": "1P7T3",
    "seq": 181,
    "state": 1,
    "extradata": "Contact Open"
}```
how can i do something with that in the ui?
tiny zodiac
#

make a sensor with it

odd wave
#

how? @tiny zodiac

rotund night
#

Just set up AirCast. Everytime I try to Aircast from my iPhone it asks for the AirPlay code. Does anyone know what that code might be? Can that be change or remove from a configuration file?

odd wave
#

ty

craggy charm
#

Hi huys, I'm trying to get Nginx set up, I'm having some trouble getting the port forwarding setup. I'm supposed to be using the IP address listed in system, right? or am I not understanding something simple?

weary stratus
#

Nginx Proxy Manager add-on?

sweet socket
#

Hey, I'm trying to set up DuckDNS for the first time, but I'm getting these errors: urn:ietf:params:acme:error:unauthorized, along with: Incorrect TXT record

I did set up a CNAME with my domain registrar (or whatever it's called), but I don't know if I did it right

Here's my config:

lets_encrypt:
  accept_terms: true
  certfile: fullchain.pem
  keyfile: privkey.pem
token: {token}
domains:
  - my-domain-ha.duckdns.org
  - my-domain.dev
aliases:
  - domain: my-domain.dev
    alias: my-domain-ha.duckdns.org
seconds: 300

I've been trying to figure this out by myself, but I just don't have the knowledge to do so and would love any help that anyone can provide

tiny zodiac
#

Did you set a txt record?

sweet socket
#

I may be wrong, but the DuckDNS plugin seems to use Dehydrated to automatically deploy the right TXT records. I have set a TXT record myself, but the token keeps on being updated

tiny zodiac
#

got it, didn't know

sweet socket
#

I can post the full logs as needed. There are two dns challenges that are triggered, and the second one is the one that always fails

#

Did I maybe set up my CNAME incorrectly?

dense spadeBOT
sweet socket
#

the tl;dr for the code wall is this:

The addon seems to do domain challenges like this:

  1. deploy challenge token to TXT record using DuckDNS API
  2. ask for challenge (don't know the right term)
  3. if challenge was successfully responded to, clean out TXT record
  4. repeat as needed

The first challenge succeeds (the challenge for "my" domain, not DuckDNS), the second challenge fails.

My only guess is that because the TXT record is being changed very quickly for the DuckDNS sub-domain, DuckDNS doesn't have time to update the TXT record (or it is updated and the old record is cached somewhere) and so the old token is left there. Does that sound plausible?

#

I hesitate to post yet again, but I do want to say thank you for even looking at all this, not just my problem; but every other problem that's comes through here too. It's incredibly cool of y'all for doing this!
I'll keep on poking around with this and see if I can't figure it out. Most likely I'll wake up tomorrow and realize I was doing something stupidly wrong πŸ˜„

lunar wren
#

Hi, i would know what is addon-unifi? Simpli a way for see dashbord of controller inside Home Assistant or is the addon the controller (so i can disable my controller running on NAS)?

weary stratus
#

How to access the shares folder from another container? /share = /mnt/data/supervisor/share or /resin-data/share? I think it's neither...

raven tinsel
#

the supervisor always exposes it as /share to all parts of the system

weary stratus
#

ok, so i don't need to map that, only make my httpd container use the share folder?

#

i don't need to join the hassio network either?

raven tinsel
#

I'm a bit confused with the origin of your question I guess

#

as in the Home Assistant world, the mapping is not a user concern

weary stratus
#

i want to host a website using httpd, but i want the index.html and co to be in the share/htdocs folder

#

im quite lost in portainer

#

i'm able to access 192.168.x.x:8080 and get to a generic site, but i have no idea where that is stored

raven tinsel
#

Ok, but that is more of a general Docker question and not add-on related

weary stratus
#

maybe, i thought that the /share was reserved for hassio addons. But what is it's absolute path? just /share?

raven tinsel
#

@weary stratus That depends on the system

weary stratus
#

HassOS

raven tinsel
#

however, you should not run additional containers using Portainer on Supervised systems

#

instead wrap it in an add-on

weary stratus
#

Ok, i'll look at that once i figure out how to set it up πŸ˜„

topaz sedge
#

How do I actually allow ssh over port 22? I've tried to follow the instructions of the ssh add on but it's not working for me

raven tinsel
#

You set a port in the Network tab

#

save the config and restart the add-on

raven sphinx
#

I'm trying to install the visual studio code addon, but get the message that the add-on is not available on my system. Is this because of bad timing (having just upgraded to the latest HASS version) or is there a different reason? Running HASSOS on an rPi

raven tinsel
#

@raven sphinx It needs a 64 bits system

#

As written in the add-on documentation

raven sphinx
#

ah damn. I need the GPIO headers, which only run on 32-bit 😦

#

thanks for pointing this out

topaz sedge
raven tinsel
#

Yes

#

It says "disabled" in light gray by default

#

you can enter 22 in there (or any other port number you like) hit save and restart the add-on

topaz sedge
#

Ok i understand now thanks

whole ermine
#

very new to hassio and try to use integration, I have very ew available in the addon store, do i need to add a repo to have the hassio official integrations available?

raven tinsel
#

no, all official add-ons and the ones from the community add-ons, should be available by default

whole ermine
#

there not

#

trying to add screen capture here but dont see how

#

I have 21 addons

raven tinsel
#

That sounds not enough

#

Anything in the Supervisor logs?

whole ermine
#

nope

#

could be because its running on a vm?

raven tinsel
#

doesn't matter

#

If you go to the add-on store -> 3 dotted menu in the top right -> Repositories

#

Is Home Assistant Community Add-ons in the list?

whole ermine
#

its not, actually says "no repositories"

raven tinsel
#

Odd

#

you can add https://www.github.com/hassio-addons/repository

#

and it should be fixed in that case

whole ermine
#

thanks! that did it! is it normal to add the official repo after a fresh install?

raven tinsel
#

No that is not normal

#

the Supervisor should have the community add-ons project automatically

whole ermine
#

ok, any other repo recommended?

raven tinsel
#

I do not really have recommendations

whole ermine
#

ok, thanks alot for the help

hidden orbit
#

My searches have found nothing 😭

sly kindle
#

It's not something I've seen

hidden orbit
#

Seems like it should be quite simple for someone with the skills to do since its really only a bash script daemon to be implemented and everything is available as open source. What is the proper procedure to humbly ask to get this implemented?

sly kindle
#

I'm not clear on why it needs an add-on

#

but I'm completely unfamiliar with it, and you're the first I've seen mention a MoPi

#

What other add-ons do you have?

hidden orbit
#

Need to have the script running to gracefully be able to shutdown the system on low battery power.

#

Actually might give it a shot and see if I can develop it myself πŸ˜‰

pulsar rain
#

question on nodeRed addon: I am using an input boolean set up to send the msg.payload.suspended property to schedex node input. Works fine, but the setting (suspended=true) did not, for some reason, survive the night (was supposed to instruct my wakeup lights NOT to turn on in the morning). I notice that schedex docs say "It is very important to note that properties set programmatically in this manner are transient. They will not persist over a NodeRED restart or redeploy!" Is the addon restarting NodeRED once a day or something equally weird that would have caused this property not to persist overnight?

cunning wolf
pulsar rain
#

ah, didn't realize that was a channel

#

thx

sage knot
#

hi! I just bought a nodemcu and have stared vith integrating my watermeter. with a pulsereader, totally new to it.. found a sourcecode for a pulemeter that i got working.. but need to edit it so it shows the right values for me..if someonce can help.. The code is from: https://github.com/esphome/issues/issues/664 <- and it reports trought mqtt but...!

#

in this one reports for gallons, and i want it to report with my pulsemeter which gives 1 pulse for each 10 liters, how shuold i do?

cunning wolf
#

That's ESPHome code. You'll want to ask for help on the ESPHome server

dense spadeBOT
sage knot
#

Thx.

coarse forge
#

Hey, would love to know if its possible to have the addon-plex accept configuration variables such as adding --device /dev/dvb:/dev/dvb ? iv had a look about and cant find if its possible

#

and when i say iv had a look about i mean iv fully read the documentation of the addon and also perused the git

#

im guessing the addon itself would need altering for this? .. i mean i can get the dvb card into hassOS no problem ... oh .. /lib/firmware would be an issue also 😐

outer flume
#

ok, lemme know if this is the wrong channel. I have successfully piped my RTL_433 into MQTT on my network. I can subscribe to a topic in MQTT Lens and see it all coming int, and I can also setup an MQTT connection and debug in NodeRed to see the message, but my sensors DO NOT UPDATE. Here's my sensor setup:
https://pastebin.com/SxJbL3u4
I'm subscribed to "rtl_433/Acurite-Tower/7287/temperature_C" and see messages, but my sensors all say "0"
I know I'm missing something simple, but can someone point it out for me?

pastel tangle
#

Is using the VSCODE Remote addon from EDGE supposed to give you more than just a cmd?

#

I can't seem to get the files and only get a terminal

cunning wolf
#

Are you just trying to edit files on a remote host?

tiny zodiac
#

I bbelieve that is as intended. it will validate stuff for you magically. You can use the remote jazz or network share if needed

cunning wolf
#

The bit that validates is just another VS Code extension. Don't need the add-on for that.

#

The add-on's more to get the editor within ingress, so you can do everything on the same UI

tiny zodiac
#

oh, I guess I don't remember doing two thangs.

#

I switched to the addon with the new setup

#

the browser editor vs code

pastel tangle
#

So far I had vscode and editing the files through samba with Home Assistant Helper addon

#

But the HA addon seems to stop working randomly until I close and restart vscode

cunning wolf
#

If VS Code is on your machine, not the HA host, it's not an add-on...

pastel tangle
#

Well yes, I had that going on, but the extension wasn't working properly so then I was trying the vscode remote addon

#

which is an addon in ha

cunning wolf
#

So if you're using the add-on, you should be able to pin it to your sidebar and click that to see the editor.

pastel tangle
#

I'm not talking about the orginal vscode addon, I'm talking about vscode remote addon from the edge repository

#

My understanding with that one was that you can connect HA to a remote vscode client

cunning wolf
#

Can we go back a step? What are you trying to do?

pastel tangle
#

Use vscode on windows to edit rather than within HA

#

That was the very first goal I had lol

cunning wolf
#

Ok... so you just install the two things I linked. No need for add-ons.

#

If everything you're trying to do sits outside of HA, why are you installing things inside HA?

#

You need SSH access to your host, nothing more.

pastel tangle
#

I have the HA config extension in vscode already when I was doing it through SAMBA

cunning wolf
pastel tangle
#

and now I managed to setup SSH after a pain with the keys and their permision

cunning wolf
#

I can navigate the folder structure, edit files, use the terminal. Nothing fancy installed in HA.

pastel tangle
#

I'm not seeing the files. Only getting a terminal

#

or i'm blind

#

I get the SSH connected but I don't seem to get the file structure in explorer

#

I assumed it would show once ssh got connected or I'm missing something

cunning wolf
#

Does that Home_Assistant expand to reveal anything? Are there icons when you hover?

pastel tangle
#

Main question is this supposed to work with any install method?

#

I just realised why I ended up with the Vscode Remote EDGE addon

#

I couldn't get the SSH to connect with just the SSH addon

cunning wolf
#

Then fix the underlying issue first. You'll want SSH working in case of other problems.

pastel tangle
#

Easier said than done

#

I got SSFS working but not SSH πŸ€¦β€β™‚οΈ

rough mauve
#

I seem to have a problem with my conbee II / deConz addon. When using the ConBee2 in my windows 10 pc I can pair bulbs and remotes w/o any problems.
When connected to hassio it won't detect anything. Are there any diagnostics I can run, to pin down the problem?

cunning wolf
#

You know, the channel you were already asking Zigbee stuff in πŸ˜‰

rough mauve
#

Heh, I switched to here, because I figured this is rather an addon, than a zigbee issue, but will do :D

cunning wolf
#

Zigbee is more specific, the Zigbee nerds will be waiting for you πŸ™‚

rough mauve
#

Thanks! :)

sullen epoch
#

Could someone share their subdomain.conf for nginx reverse proxy ? I am trying the one that is included with the swag/letsencrypt container. The UI loads but I get a service error when trying to turn on/off lights.
config: https://pastebin.com/92LhFDdM
error: Failed to call service homeassistant/turn_off. Unable to find service light/turn_off

All my other nginx services work properly

tepid magnet
#

pihole dns no longer available in community add ons? (I'm updating my system after a long time negleting it)

sly kindle
#

@tepid magnet check adguard

tepid magnet
sly kindle
#

As an addon it was.

tepid magnet
#

That’s a shame I’d want to continue using that ideally. At least for now

#

Especially as I could have exported the config

sly kindle
#

@tepid magnet they work the same. pihole was too messy to maintain

#

You can still run pihole elsewhere. It's just not a community repo add-on

tepid magnet
#

We can run a docker container outside of the assistant managing it I assume (same host?) or is that blocked somehow?

sly kindle
#

You can

kindred terrace
#

Good evening.
I am still not sure if i am in the right place, but some nice guys in the lounge told me to ask here:

I had HA 32 bit version running on a raspberry pi 3 B. And i had an automation for a servo motor wired to a nodeMCU ESP32.
Some days ago i started with a fresh HA 64bit version on my raspberry and wanted to compile the exact same servo-ESP32 *.yaml file, but since then the editor gives me this warning:
"unknown tag !<!lambda>"
I have no clue, if i can just ignore it, or why this seems to be a problem now, since it was not, some days ago.

#

(I am using the ESPHome add-on. Maybe i am asking in the totally wrong place here?)

cunning wolf
#

If by 'the editor', you mean the VS Code add-on, it doesn't understand the special tags that ESPHome config files use.

#

Feel free to ignore it if the binary compiles successfully.

kindred terrace
#

no, i use the 'file editor'-add-on. And the second thing is, if i press 'compile' in ESPHome it stops in the middle and renders HA completely unresponsive.

#

Validation says everything ok, though.

#

"Feel free to ignore it if the binary compiles successfully."
Nice!
Ohhh yesss , i will!

#

Compiling stops shortly after the Dependency Graph with the line:
"Compiling /data/motoreinheit/.pioenvs/motoreinheit/src/esphome/components/api/api_server.cpp.o"

cunning wolf
#

Stops halfway through... are you doing this on a Pi? 🀣

kindred terrace
#

indeed

cunning wolf
#

Yeah... use a real computer to compile binaries πŸ˜‰

kindred terrace
#

am i a fool doing this :P

cunning wolf
#

I can understand why someone made the ESPHome add-on but there's nothing it can do that isn't done more easily on your main PC.

#

You need to connect via USB for the first flash, in which case you probably don't wanna go into your server cupboard under the stairs... and you can flash OTA for future flashes, meaning it doesn't matter where you are.

kindred terrace
#

mhm... but why the heck was it working the last week?
And i did it several times (adding a temperature sensor and such)

cunning wolf
#

You got lucky. Compiling is fairly hard work.

kindred terrace
#

Yep that is exatly what i did

cunning wolf
#

Pi's are toys.

kindred terrace
#

the Pi compiled the bin, i downloaded it to PC and flashed teh ESP32 once

cunning wolf
#

They're okay for low power stuff (like HA) but aren't great for compiling, transcoding videos, etc.

kindred terrace
#

and then it went over air

cunning wolf
kindred terrace
#

i had all this running

cunning wolf
#

Interactive command line tool, that will let you flash any ESP-based device in seconds.

kindred terrace
#

i did this with 5 nodesMCUs (actually only one has the servo attached)

cunning wolf
#

Reads your YAML, builds a binary, uploads it. All the stuff the add-on does, none of the bloat. Definitely no crashed computers 🀣

kindred terrace
#

everything went well, but since i flashed the 64 bit version of HA it is not working... but only the node with the servo code

#

cool i will give it a try! Thanks!!

#

and still i am wondering why it is not working anymore.

#

You think the Pi is just too weak to do the job, right?

cunning wolf
#

Yes

kindred terrace
#

mhm... ok

urban canyon
#

is running HA with deCONZ/ConBee II in a Proxmox LXC container possible? I'm so far unable to get it working

cunning wolf
#

You're better off in #zigbee-archived but having passthrough issues with deCONZ seems to be a pretty commonly reported problem.

urban canyon
#

thanks! I will ask there

median totem
#

Hi Folks, can the Wireguard VPN add-on be used to setup a site to site VPN between two home assistant isntances?

#

to bridge all the network traffic, not just the home assistant functionality

weary stratus
#

Is there a default port, or a way to set up a port for VS Code? There is no network config box in my setup...

#

I did find port 1337 from some googleing around, but that doesn't lead anywhere

astral geyser
#

Hello

#

I has been trying to setup the integration Samba_Backup, but, I don't understand clearly where goes where, like host, is host where the backup is or host where is going??

pseudo pond
#

GUYS. I'm trying to find the zigbee2mqtt add-on configuration folder in the "File editor" add-on. But I don't know where add-on configuration.yaml's are stored. Any help?

spark jetty
#

try to go with winscp to view all files

pseudo pond
#

Not on my home network, so thats not possible atm :(((

spark jetty
#

then..patience :)) or vpn to your home

sly kindle
#

@pseudo pond all add-ons have a configuration tab at the top of each add-on's page.

mild glade
#

hi! how can I access /dev/ttyUSB0 from NodeRed addon?

cunning wolf
pseudo pond
sly kindle
#

@pseudo pond I don't use it, but I'm assuming it is in /share/zigbee2mqtt

#

based on this

pseudo pond
#

@sly kindle wow thank you so much damn! Cant thank you enough im so relieved

broken zenith
#

Hey. I am wanting to set up my HA to run a Unifi Controller, so obviously wanting to use the add-on.
It asks for a ssl file, which seems like a good idea.
How do I go about getting that in the best way, is it using Let's Encrypt?

craggy charm
#

Hi Guys, I'm a noob so forgive me if some of this is obvious. but its not obvious to me. Ok, so I'm wanting to set up AdGuard. I need to setup a staticIP address to do that. so I've set my home assistant to static from the frontend supervisor page and now I need to go in and upload a configuration file from a usb for the network. my question is specifically pertaining to the DNS setting. Do I pull that information from AdGuard, from the IPv4 settings I saved in the supervisor system page in home assistant? something else?

sly kindle
#

@craggy charm what configuration file do you need to upload?

#

If you set it through the UI on the supervisor page, then you're done

craggy charm
#

Ok, so i just need to go through AdGuard and do the setup instructions for my devices to finish the setup? sorry, this is probably too broad of a question.

sly kindle
#

AdGuard is your new DNS server. If you want all devices on your network to use it, then you would change the dns server on your router to the ip address of your HA host

craggy charm
#

Ok awesome, thank you! thats so much clearer to me.

broken zenith
#

Ey, trying to set up my HA instance for remote access. I had this set up before, but now I have switched to using a Unifi Security Gateway.
I can access my instance locally through 8123 still, and I see that it provides the Let'sEncrypt cert there.
I have configured NGINX Home Assistant SSL proxy. The way it worked before I got this USG and reinstalled hassos. Though obviously missing something..

#
http:
  cors_allowed_origins:
    - https://google.com
    - https://www.home-assistant.io
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.1.2
#

Seems like 443 and 80 is not being redirected to my lovelace, by nginx.

broken zenith
#

So, nginx says to remove the ssl_certificate and ssl_key fields from the http section, doing that makes it just try to use a cert provided by localhost and not the one I got from Let's Encrypt.

broken zenith
#

Anyone have any idea why I cannot seem to get nginx to use the right cert? I have restarted my machine.
I have checked that the cert in /ssl is indeed signed by lets encrypt.
I can access my instance through https://my-ip and it gives me a cert invalid error, that the root CA is localhost.
I cannot seem to access it through https://hass.my-domain.tld, though my cert belongs to hass.my-domain.tld.

cunning wolf
#

You say it doesn't work. You don't say why...

dense spadeBOT
#

Please don't say I have an error or describe an error. Share the whole actual error message so we can help you.

broken zenith
#

@cunning wolf I would love to show an error message :/

cunning wolf
#

I cannot seem to access it through https://hass.my-domain.tld, though my cert belongs to hass.my-domain.tld.
Your browser surely gives you an error...

broken zenith
#

I know why my domain does not work though, apparently my ip changed within the last hour, lol. Did not set up my dyndns in my unifi yet.
Primary issue is that I am getting the localhost cert

cunning wolf
#

Well for starters, you can't use a certificate with an IP address. The certificate proves that the domain is valid.

broken zenith
#

Yes. I am aware. But it should still serve that certificate

#

not localhost

cunning wolf
#

Who knows? But it won't help you.

#

Focus on the bits that should work. You said your ports are open. Can you access HA using your external IP?

broken zenith
#

Nope. If I trust the cert, I am getting an ERR_HTTP2_PROTOCOL_ERROR

sly kindle
#

@broken zenith maybe take the simpler Nginx Proxy Manager route

#

Not much config needed for that one

broken zenith
#

I thought there would be more for that one? I have literally only put in my domain name for this NGINX SSL Proxy

cunning wolf
#

You have literally only got no working connection πŸ€·β€β™‚οΈ

broken zenith
#

Yeah, not externally πŸ˜„

cunning wolf
#

I'm with cogneato. If you're not sure how to write an nginx.conf file to deal with weird stuff, use Nginx Proxy Manager.

#

The video tutorial is 15 seconds long. That's how long it takes to set up.

broken zenith
#

Oh! I'll do that then πŸ˜„

#

pfft

#

Well, my dns just resolved to my actual ip

#

and now it works

cunning wolf
#

It's a gif though... so you can't pause it and will have to watch it 100 times πŸ˜„

broken zenith
#

πŸ€·β€β™‚οΈ

cunning wolf
#

πŸŽ‰

broken zenith
#

So it only serves that cert when you come from that domain. I guess that does make sense... πŸ€”

#

Thank you for your helping ! Can you link the proxy manager for future reference, if I get more issues? πŸ˜„

sly kindle
#

it's an add-on in the community repo

broken zenith
#

Perfect!

#

And logical

#

Have a great evening!

glass plume
#

Trying to get samba share working and it's not accepting my username or pass, logs saying password is wrong but I've reentered it at least 10 times now. Did something change?

#

check_ntlm_password: Authentication for user [homeassistant] -> [homeassistant] FAILED with error NT_STATUS_WRONG_PASSWORD, authoritative=1

#

the password is 100% correct.

#

Is there an easier way to access the config file?

#

I'm in a meltdown right now trying to get my house running again after this stupid thing corrupted on me again.

sly kindle
#

@glass plume you try restarting the pc you're connecting from?

tardy jacinth
#

Hi everyone, I'm trying to get an AdGuard add-on working, and I'm pretty new to networking.

The instructions say:

  1. Open the preferences for your router. Usually, you can access it from your browser via a URL (like http://192.168.0.1/ or http://192.168.1.1/). You may be asked to enter the password. If you don't remember it, you can often reset the password by pressing a button on the router itself. Some routers require a specific application, which in that case should be already installed on your computer/phone.
  2. Find the DHCP/DNS settings. Look for the DNS letters next to a field which allows two or three sets of numbers, each broken into four groups of one to three digits.
  3. Enter your AdGuard Home server addresses there.
  4. You can't set a custom DNS server on some types of routers. In this case it may help if you set up AdGuard Home as a DHCP server. Otherwise, you should search for the manual on how to customize DNS servers for your particular router model.

I'm getting stuck on step 3 - where do I find the "AdGuard Home server addresses"? I'm pretty sure I found the right spot to put them, but I don't know what ip server addresses to put... Can anyone help me out here?

spark jetty
#

each addon has a tab with configuration. check there what is the ip ( theoretically should be home assistant instance ip)

icy surge
#

Hey all,

Anyone had issues setting up the Home Connect addon? Set everything up fine, but when handling the callback from HC, it just logs
Missing code or state parameter in https://homeassistant.local:8123/auth/external/callback?error=unauthorized_client&error_description=client+or+redirection+URI+not+authorized

#

Seems to be doing the same thing with other addons too like spotify :/

sly grove
#

i have a nexa wallbutton and a outlet plug. also got a tellstick duo connected to my rasp pi. my tellstick reacts to my button but the outlet is not switch on/off. anyone has done this before?

#

i have just started so im a newbie

zinc summit
#

@raven tinsel I have tried to create a copy of ledfx and include it in hassio Unfortunately, the dockerfile in the repo no longer works. The attempt to create a custom image was also unsuccessful. My goal is to update the version from 0.7 to 0.9.
Is the content of the dockerfile in the hub different from the one in the repo?

plucky fable
#

Yeah... It's most likely the IP address to home assistant. (stupid scrolling... I thought I was replying to something recent -- this was in reply to the adguard question)

vagrant talon
weary stratus
#

Anyone know how to enable/access port 1337 for VSCode? I see this in the logs

[2021-01-12T21:47:24.919Z] info    - Authentication is disabled 
[2021-01-12T21:47:24.919Z] info    - Not serving HTTPS```
But from all my results googleing around, it seems that things have changed and I don't know where to modify these settings...
cunning wolf
#

What's the context? What are you trying to do?

weary stratus
#

access it remotely/directly, not using ingress

#

does it have anyting to to do with the proxy settings inside the addon?

cunning wolf
#

I don't know how to solve the problem you're currently working on... but I'd recommend just setting up the SSH extension for the regular VS Code app so you can edit anything from anywhere.

weary stratus
#

so what you are suggesting is using a local vscode instance on my computer, and use it to access my hassio files over ssh? or did i misunderstand? My ideal scenario is to open up the VSCode add-on running on my HassOS NUC using 192.168.x.x:1337 or https://vsc.example.com

cunning wolf
#

Yeah, you can get the desktop version of VSC to open a remote folder and give you the full VSC experience.

#

I found it when I moved away from HA OS (and lost add-ons) but I now prefer it.

#

Running an editor as an add-on's a nice idea... but when something breaks and you want to SSH in to fix things, you're going to use your main machine anyway.

weary stratus
#

that's an interesting solution, not the one i was looking for. Those are also some valid points. I will look into it, but I still also want the conveniet way of using the browser version. My primary target is not modifying hass files. but my personal website which are also hosted on the NUC...

cunning wolf
#

Does the add-on even let you edit files outside of HA?

weary stratus
#

There used to be add-on settings for enabling ssl, and setting network port, but they seems to be deprecated.

#

Yes, as i store them in the /share folder

#

well, that's it for me today...

tiny zodiac
nova root
#

Re: the circadian_lighting add on, is there a quick-n-dirty way to figure out what a hue bulb's current color temperature is set to?

#

The addon keeps pushing the lights to 5500k which is too orange for me 😐

frosty wyvern
#

you can convert mired to K

#

there's a formula

#

it's like.... 1000000/x or something like that

#

@nova root you can also save yourself some heartache and switch to adaptive lighting which is a fork of that project

#

dude who wrote circadian has some real strong feelings about how his software has to be used and refuses to add features people want.... so fork'd, and now he's irrelevant

proper bone
#

I'm using aircast and having issues with my macbook seeing the chromecast but an ipad can

craggy charm
#

I've got my AdGuard set up. I can see that its blocking device metrics and some other similar settings. But its not blocking any ads. I have added all the DNS block lists available immediately in AdGuard settings. But I'm not seeing a decrease in the ads I see. Any ideas?

frosty wyvern
#

is there an influxdb 2.0 add-on?

final fable
#

is there anyone around that could help out with the motionEye add-on? I’m attempting to use a Logitech C525. When I initially set it up it was working, after a reboot though, the feed is showing the grey no camera icon, I have tried multiple times to delete and re-add, different USB ports etc...

DEBUG: mjpg client for camera 1 on port 8081 removed
DEBUG: creating mjpg client for camera 1
dire aurora
#

Hello! When I use the ESPHome AddOn is there a way to get to my config files via a Samba share?

spark jetty
#

safer is to check configuration page in add-on

#

u can get it via ftp or anything like this. i use winscp to get in

sly kindle
#

@dire aurora they are in /config/esphome

night bramble
#

Hi, 2021-01-13 17:11:07 WARNING (MainThread) [homeassistant.config_entries] Config entry for hacs not ready yet. Retrying in 5 seconds

#

is this a prob ?

broken zenith
#

Hey. I see that the unifi controller addon is still not updated to 6.0.43.
Any idea when that will be released? There's been no release since December 😦
Is it not possible to release through CI?

weary stratus
broken zenith
#

@raven tinsel Can I in any way assist with getting the Unifi Controller add-on releases out, now and in the future?

raven tinsel
#

no

broken zenith
#

Is this delay expected? Being a month behind on firmware for the front door is quite a long time for me..
If so, I would probably have to look at a different solution.

raven tinsel
#

No this delay is not expected

#

I'm working hard to get all updates going again

#

but it is not an easy task

#

I do, however, I'm pretty frustrated about all the update requests

#

instead of actually being able to work on the matter, I'm constantly pinged for updates

#

and explaining it over and over again

#

(don't take it personal @broken zenith, I understand people ask)

broken zenith
#

'ey. No worries! I was genuinely just asking because I wanted to help, and I of course wanted to know if using this addon is the right decision for me currently.
I'll hang tight!
Sorry for the late reply, migration to the HA Controller just dropped the net πŸ˜‚

sly grove
#

anyone understand their way around tellstick?

#
There is a TellStick add-on available in the Home Assistant add-on store.

# Example configuration.yaml entry with the TellStick add-on
tellstick:
  host: core-tellstick
  port: [50800, 50801]
#

how do you work with the configuration

#

what does this stuff even mean lol, nobody on youtube explains this

#

like this switch instruction:

Switch
This tellstick switch platform allows you to control TellStick devices.

To use your TellStick device, you first have to set up your Tellstick hub and then add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  - platform: tellstick
#

so 2 lines of code and poof my switch is added? how

cunning wolf
#

Magic πŸ§™

sly grove
#

do you have to manually install tellstick drivers to rasp pi or are they installed with you install the tellstick addon in HA

sly grove
#

if anyone knows how to setup nexa outlet with tellstick please @ me

final fable
plucky fable
#

Anyone know if it's possible to mount an NFS filesystem inside the VSCode add-on? I'm able to install the nfs-common package with 'apt install nfs-common', but it seems like docker is blocking the NFS connection (I never see the traffic hit my NFS server via tcpdump even though I see pings and SSH)

raven tinsel
#

That addon has not been released

#

At this point, it is a piece of experimental code.

#

I don’t expect it to work, not does it matter

unborn light
dull lily
#

my home assistant is up and running ... why am i getting a 500 error after i try to install an add on

icy surge
#

Anyone used the lovelace-card-templater with hacs? Can't get the name template to work, but is fine in dev tools

dense spadeBOT
dense spadeBOT
sly grove
#

fixed it

bronze dragon
#

I am looking for a really good add-on tutorial for manually adding ones that are not in the store or HACS - any thoughts? I just always mess them up somehow and they do not work!

sly grove
#

i need a tutorial to add the ones that are in the store

bronze dragon
#

lol

sly grove
#

for real i cant get a wall outlet to work with my tellstick

unborn light
#

can anyone suggest an add-on to make voip calls on Telegram?

vital spruce
#

Any idea of how to create a switch in HA, which would enable/disable specific service (YouTube, Facebook, etc.) in AdGuard for a client?

vital spruce
raven tinsel
#

The client library doesn't support that

#

as a matter of fact, its that client library that powers the HA integration

vital spruce
# raven tinsel The client library doesn't support that

Thanks. In that case is there a way to create a second instance of the AdGuard add-on in HA? I could technically have a separate vlan just for the kids' devices. They only sometimes need YouTube for school. The rest of the time, I'd prefer they focused on their schoolwork, rather than screw around πŸ™‚ Any pointers would be greatly appreciated.

raven tinsel
#

nope, it doesn't support that

icy surge
craggy charm
#

Looks like someone reported a similar bug on github recently.

icy surge
#

yeah me 🀣

#

confused now though

#

this works

type: 'custom:garbage-collection-card'
entity: sensor.garden_2
icon_size: 35px
icon_color: green
hide_date: true
#

but putting them inside a cards array does not

cards:
  - type: custom:garbage-collection-card
    entity: sensor.garden_2
    icon_size: 35px
    icon_color: green
    hide_date: true
cunning wolf
#

HACS is not an add-on. Cards are not add-ons.

spark jetty
#

:))

wraith patrol
#

Having difficulty adding shelly devices into HA - if there is some more information out there please share. ( getting stuck at activating Shelly intergration)

cunning wolf
cunning wolf
#

Yes, make people click back through multiple links to see the original question.

#

πŸ€¦β€β™‚οΈ

#

If you want people to help, you need to make the effort. Don't expect other people to make an effort for something they might not even know the answer to.

bitter goblet
#

Hi there, I have a question about Nginx Proxy Manager, can I use it to forward subdomains to different internal server? So, for example, home.something.com would go to hassio server and test.something.com would go to a different machine inside the network?

cunning wolf
#

Yes, that's one of the main uses for a reverse proxy.

#

Just set up multiple proxy hosts.

bitter goblet
#

Well, but when I add another subdomain it returns me an error that my cert is invalid and does not let me go further

sly kindle
#

@bitter goblet do you manage your own domain?

bitter goblet
#

I do

sly kindle
#

you can create cnames for each of those

#

or you could make a * cname

bitter goblet
#

I'm using duckDNS, so all of the subdomains have the CNAME to duckdns adress

sly kindle
#

so, not your own πŸ˜†

cunning wolf
#

When you add another proxy host to nginx, tell it to create another cert.

final fable
final fable
cunning wolf
#

It wasn't implied, it was explicit.

dense spadeBOT
final fable
#

You are assuming a lot. Is this not literally a place for support? I provide just as much assistance to communities as I ask for. Get off your high-horse dude.

daring spindle
#

Hello people
Anybody running qBittorrent addon? I can't access webui
I think the problem with configuration
Anybody running it could show his config

rugged summit
#

Is it possible to pull hyperions effect control into home assistant as switches?

final fable
rugged summit
#

Aaaa if I read that right its handled via automations

final fable
#

The integration adds them as a light no? Lights can be switched.

rugged summit
#

I'm only able to get ambilight on and off through the integration panel

final fable
#

I am not personally familiar with the way that they work so I’m not sure I can provide anything additional. :/

sleek pebble
#

Hi,
I have a Magic Home LED Controller. It does work in HA but when I turn on the strip via HA, it does nothing, and turns itself off after about 2 seconds. If I spam it, the strip turns on but it says, that it's off in HA.

I wrote this into "configuration.yaml":
light:

  • platform: flux_led
    automatic_add: true

Any help is apprechiated!

daring spindle
dire aurora
#

I have HA running behind a traefik reverse proxy. I like to use the esphome add on but I think I'm getting some Browser errors because of the reverse proxy. Is there a config I have to change to make it work correctly?

balmy oriole
#

I'm writing here too:
Hi everyone! anyone know if can i enable and disable privacy mode on my ezviz camera by hassio? official plugin is disabled (i readed) so i included my camera using platform ffmpeg. Do you know different way to include ezviz camera in hassio so i can enable and disable alarm, privacy mode and so on ?? thanks smile

final fable
final fable
balmy oriole
unborn light
#

Hello

#

is it possible to use this add-on on HA instead of HassIo?

final fable
final fable
unborn light
#

I run it with py -m homeassistant

#

so I suppose Home Assistant Core

final fable
#

So, in theory you could set everything up to run add-ons but I am not sure how, just that it would be a lot of work.

faint tulip
#

I've just installed the add-on signal-cli-rest-api, can anyone please confirm to me that registering a phone number needs to be done from the Home Assistant SSH shell ?

unborn light
#

I'm now trying this one

#

but I got an error when doing the pip install... 😦

sly kindle
#

@unborn light add-ons are services provided as docker images which run as containers. If you aren't using HA OS (which uses docker), or #449717345808547842 (which also uses docker), you don't use add-ons/containers

#

You just install whatever software it is you want on your system the usual way for that system

quaint estuary
#

Can anyone assist with Nginx Proxy Manager addon? I'm trying to use it to make my HA secure by adding a certificate. I have my own domain, which i have a DNS record that gets directed to my home WAN IP. I get the following error when i use it to create a new SSL Certificate

#

.. Alright i cannot paste the image i wanted to, but it just says "Internal Error" in the dialog where i Create/Edit a Proxy Host

quaint estuary
#

Log says the following:

"[1/15/2021] [9:48:22 PM] [Express ] β€Ί ⚠ warning Command failed: /usr/bin/certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-6" --agree-tos --email "email@example.com" --preferred-challenges "dns,http" --domains example.domain"
Saving debug log to /data/logs/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for example.domain
Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
Waiting for verification...
Challenge failed for domain example.domain
http-01 challenge for example.domain
Cleaning up challenges
Some challenges have failed."

rotund latch
#

the addon store wont load for me, it just shows the loading screen endlessly. how do i fix this?

#

nm figured it out

fervent sand
#

Hello, I just updated my ConBee II firmware to 26660700 and now it can't find the network? Does anybody know how to fix this?

viral spruce
fervent sand
#

Okay, but how which guide do I follow when I have the add-on? Is that the docker one?

viral spruce
#

As it says, you cannot use that method with HA Add-on

fervent sand
#

Yeah, but how do I update it manually then? That is the conclusion I came to as well. But I cant find any help online of how to do it manually when I have the add-on

viral spruce
#

You don't have any of the other systems listed in the docs?

#

Windows or Linux?

fervent sand
#

Yes I have windows. But I read somewhere a guy tried connecting it to a windows machine and updated the firmware, and when he connected it back to HA machine it said it still had the other firmware

viral spruce
#

I don't know about that. Maybe you will have better luck.
If you follow the docs exactly, it should work.
Can it get worse?

fervent sand
#

I will try it anyways, because as you say, it really cant get any worse...

viral spruce
#

πŸ™‚

#

I like your chances

fervent sand
#

Hehe, I'm just crossing my fingers. I really didn't want to spend my night debugging this.

#

So far I can't even connect to the stick from windows. So it's going well...

#

And I cant find deconz installation folder

#

Found it

#

Cznt figure out how to download the VCP Drivers...

#

Okay, there was just no download button. But found something I think

#

I think it worked

#

@viral spruce Thanks for the encouraging words. I have it up and running again, with an old firmware on the stick. Thank god I did a backup of the network before I did the upgrade. Only thing that doesn't work is the lock, but the only reason I did the upgrade, was because the lock didn't work. So no harm done.

fervent sand
#

The lock works, some what, again. The only thing is, the state of the lock is not updated in DeConz anymore. But it still locks and unlocks it. Just a bit annoying you can't see the state.

hardy walrus
quaint estuary
#

Can someone assist me with the Nginx Proxy Manager plugin? I'm trying to create a certificate for my HA instance but get "internal error"

kindred gate
#

Hey can anyone help with appdaemon?

#

2021-01-16 14:11:58.020705 WARNING calendar_tv_reminders: Unexpected error in worker for App calendar_tv_reminders:
2021-01-16 14:11:58.021484 WARNING calendar_tv_reminders: Worker Ags: {'id': '68308e922d8a41ceb0c00d83c8aedd86', 'name': 'calendar_tv_reminders', 'objectid': '7f2917fc73314ec1889faddd58604d2f', 'type': 'scheduler', 'function': <bound method CalendarTVReminders.show_notification of <calendar_tv_reminders.CalendarTVReminders object at 0x7faa6c9d00>>, 'pin_app': True, 'pin_thread': 1, 'kwargs': {'__thread_id': 'thread-1'}}
2021-01-16 14:11:58.022263 WARNING calendar_tv_reminders: ------------------------------------------------------------
2021-01-16 14:11:58.023676 WARNING calendar_tv_reminders: Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/appdaemon/threading.py", line 887, in worker
funcref(self.AD.sched.sanitize_timer_kwargs(app, args["kwargs"]))
File "/config/appdaemon/apps/calendar_tv_reminders.py", line 49, in show_notification
for event in self.calendar_events():
File "/config/appdaemon/apps/calendar_tv_reminders.py", line 60, in calendar_events
event_message = event["attributes"]["message"]
KeyError: 'message'
2021-01-16 14:11:58.024367 WARNING calendar_tv_reminders:

#

I keep getting this in the log and not sure what to do.

sharp totem
sharp totem
nocturne nexus
#

Would it be possible to use adb debug Bridge to somehow disable an android phone when plex is in a playing state?

agile stratus
#

I run HA on docker and I've managed to lose all of my addon containers. Most of them I can just uninstall and install and I'm good to go. But like node-red and unifi I'd rather not do that. Is there a way to force it to redownload the docker images?

#

got it. I try to start the addon and it gives an error. I copy the image name and do docker pull.. like "docker pull hassioaddons/node-red-amd64:7.2.11"

low grail
#

So I have a WLED device that works fine in lovelace but the device wont appear in my google home device list, any ideas?

#

Oh, sorry. So some parts of the wled entity show up but not the switch. From the google home app I can see the following WLED Nightlight, WLED Sync Receive, WLED Sync Send but not the power toggle 😦

weary stratus
#

It seems like the update to the scheduler stopped it from being able to use my climate entities. It just says they are "not available right now" so the action "will be queued". And then it keeps repeating that their "state=unknown" and that it is "re-evaluating queued action." but it doesn't actually try to set any temperatures.

ionic glen
#

does ESPHome addon allow building a firmware from more than one (config) file (includes, fonts, etc)

polar crest
#

it allows includes

#

i think

#

"ESPHome supports (most of) Home Assistant’s YAML configuration directives like !include and !secret. So you can store all your secret WiFi passwords and so on in a file called secrets.yaml within the directory where the configuration file is."

#

first paragraph on their FAQ πŸ™‚

ionic glen
#

but secrets.yaml is edited in UI

#

i havent found an option to upload any additional files so far though

#

there's basically an edit field where i can modify contents of main config file, but i want to use an ESPHome display and need to upload fonts which are included in the config

patent copper
#

Any ideas?

tardy apex
#

For some reason when i uninstall addons on my home assistant and then plug/unplug the pi its running on, when it boots back up the addons are mysteriously re-installed. Same seems to happen with history after its purged. Anyone know why?

candid kernel
#

erm

#

so I have a really simple question

#

when using AppDaemon, where do I actually put the scripts? πŸ˜„

#

running on an RPi4 using the add-on

#

nvm, found it!

hot glacier
#

Hello i wanted to create a certificate in home assistant using ngnix proxy manager but as soon as t it says offline this is the log

#

do i need to forward port 443 and 80?

#

no

hot glacier
#

?

#

no?

cunning wolf
#

Holy crap. Have some patience. Don't keep spamming nonsensical messages just to get some attention.

#

Instead of attracting people to answer you, you're going to do the opposite and get people to ignore you.

hot glacier
#

Ok

candid kernel
#

another AppDaemon related question:

#

getting this log error:

2021-01-17 17:20:17.073873 WARNING floor_heating: ------------------------------------------------------------
2021-01-17 17:20:17.075504 WARNING floor_heating: Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/appdaemon/threading.py", line 900, in worker
    funcref(
  File "/config/appdaemon/apps/floor_heating.py", line 22, in adjust_switch
    self.log("test", log="AppLog")
  File "/usr/lib/python3.8/site-packages/appdaemon/adapi.py", line 152, in log
    self._log(logger, msg, *args, **kwargs)
  File "/usr/lib/python3.8/site-packages/appdaemon/adapi.py", line 94, in _log
    logger.log(self._logging.log_levels[level], msg, *args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'log'
2021-01-17 17:20:17.076358 WARNING floor_heating: ------------------------------------------------------------
sly kindle
#

@hot glacier yes you need 443 to 443 and 80 to 80

candid kernel
#

using this code:

self.log( "test", log="AppLog" )
#

and appdaemon.yaml config:

#
logs:
  AppLog:
    name: AppLogName
jade wing
#

FYI, AppDaemon has it's own Discord server πŸ˜‰

dense spadeBOT
#

AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation apps. It uses the Home Assistant API (or MQTT) to communicate with HA. You can get help at their Discord server.

candid kernel
#

ah, nice!

cunning wolf
#

If it's a problem with your AppDaemon scripts rather than with the add-on itself, their server is going to be better.

candid kernel
#

thanks πŸ™‚

hot glacier
willow bolt
#

Hi! I'm trying to upload an image to portainer, but getting the following error: Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)

#

I think its because an ingress or nginx limit; how do I go around that?

ember aspen
#

Hey guys. i totally new to home assistant. I just wanted to install visual studio code but it tells me its not available for my system. Anyone knows why that could be?

#

ok sorry - just read it is not available for rpi. anyone got an alternative?

weary stratus
tiny zodiac
#

Are you reading docs or following an outdated guide?

fathom river
half beacon
#

Does anyone know EXACTLY what should happen when trying to intergrate a lutron pro bridge into HA? The instructions seem clear and simple, but where do the 3 created certificates go? Where are they created? I've done this for over 3 years and everything changes and then I don't have a 100% clear understanding of the process. Here's the log file.

#
[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] 00-banner.sh: executing... 
-----------------------------------------------------------
 Add-on: Lutron Certificate
 Generate certificate to control Lutron Caseta bridge locally
-----------------------------------------------------------
 Add-on version: 0.6.0
 You are running the latest version of this add-on.
 System: Home Assistant OS 5.10  (aarch64 / raspberrypi4-64)
 Home Assistant Core: 2021.1.4
 Home Assistant Supervisor: 2021.01.4```
#

I followed the instructions explicitly, but I don't see any new entities or know if it even worked. When I do the last step, I get this response.

#
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.```
#

I have the server as the IP address of my Lutron bridge and I don't know then whether to leave the rest of the pasted configuration as is, or replace with the 3 created certificates.

normal cosmos
#

hey there, I'm having issues loading the SSH and Web Terminal addon, I am unsure if I have it configured properly, but I keep getting 502 Bad Gateway error

#

that's loading it from within HA

sly kindle
#

@normal cosmos anything in the add-on logs?

dense spadeBOT
normal cosmos
#

oh hold up

sly kindle
#

click refresh

#

to continue loading more

normal cosmos
#

yeah did thatr

#

working now haha

#

i think it was the password wasn't liked

#

ty!

half beacon
#

Can anybody help me with my problem?

hardy walrus
spark jetty
#

morning. mqtt can handle 2 radios in the same time ? i want to add a bluetooth dongle to integrate a device and i have a 2531cc for zigbee

halcyon saffron
#

This is a question mostly aimed @steady bobcat but if anyone else can answer it please go ahead and do πŸ™‚ I've started using lovelace-fold-entity-row witch is pretty neat, but is there a way to make it "remember" if it was folded or unfolded and make it stay like that? I use both browser on computer and app on android.

steady bobcat
#

You can set it to be open by default, but that's it.

halcyon saffron
#

oh ok, wrong place, my bad πŸ™‚ Well that's a bummer, but i guess if that's to change it would involve changes to core yes?

toxic yacht
#

can i import devices in zigbee2mqtt from an old configuration? Im using the same stick but on a different raspi.

#

or is this done in a more general place where all devices and entities are stored?

unborn light
#

Hi all

#

does someone have experience with pytgvoip ?

sly grove
#

anyone know how to fix spotify connect terrible audio issue?

shut gyro
#

Forwarded the ports on the router? 8123 from wan to your IP8123 and 443 to 8123?

sly grove
#

i have fixed that thank you

sly grove
#

if anyone is having problems with spotify connect addon having terrible audio try having sepparete electrical sockets for pi and the speaker, this helped me

tiny zodiac
#

lol, how old is your house

sly kindle
#

Yeah, I had issues with spotify connect and bought a new house.

half blade
#

lmao

boreal raven
#

Hello all, until this morning my zigbee2mqtt add-on and sensors was working stable and good.
Just from one moment all stopped. I tried to restart addon and press buttons on aqara sensors but not helping.
Any advice what to check?
In zigbee2mqtt addon log all looks normal, just missing new data from sensors.

sly grove
#

😾

latent wren
swift shuttle
#

Are there any HA addons that look at all your integrations and query them for their current SW/FW version and then tell you where you need to update?

sly kindle
#

@swift shuttle integrations get updated when there are HA core updates.

#

You don't update them separately, unless they are custom integrations. In that case, HACs shows you which of those have updates.

swift shuttle
#

@sly kindle thanks! I think I used the wrong word. I think I should have said devices not integrations. I'm wondering if there is an addon that would keep track of the latest version of different iot products. For example, HA knows the firmware version of my hue bridge. Can HA (or an addon) alert me when an update for the bridge comes out?

sly kindle
#

Ah I see. That's not something I've seen. That's a lot of hardware/manufacturers to monitor but I suppose it's possible

half beacon
#

Hello. I posted this last night, but I didn't get any response, so I'm posting it again. I can't get my Lutron Pro bridge intergrated into HA. I've had it running and successfully intergrated it over dozens of updates, but I can't get it this time. Here's my log entry. 21-01-18 22:58:39 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install hassioaddons/lutron-cert-aarch64:0.6.0 -> 500 Server Error for http+docker://localhost/v1.40/images/create?tag=0.6.0&fromImage=hassioaddons%2Flutron-cert-aarch64: Internal Server Error ("Get "https://registry-1.docker.io/v2/hassioaddons/lutron-cert-aarch64/manifests/0.6.0": Get "https://auth.docker.io/token?scope=repository%3Ahassioaddons%2Flutron-cert-aarch64%3Apull&service=registry.docker.io": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"). 21-01-18 23:00:22 ERROR (SyncWorker_2) [supervisor.docker.interface] Can't install hassioaddons/lutron-cert-aarch64:0.6.0 -> 404 Client Error for http+docker://localhost/v1.40/images/hassioaddons/lutron-cert-aarch64:0.6.0/json: Not Found ("no such image: hassioaddons/lutron-cert-aarch64:0.6.0: No such image: hassioaddons/lutron-cert-aarch64:0.6.0"). 21-01-18 23:00:22 ERROR (MainThread) [asyncio] Task exception was never retrieved future: <Task finished name='Task-4567' coro=<Job.__call__.<locals>.wrapper() done, defined at /usr/src/supervisor/supervisor/jobs/decorator.py:38> exception=AddonsError()>

swift shuttle
#

@sly kindle Thanks! Do you think the correct approach here would be to create an add-on to track popular devices or should this be made to be an update/pull request to existing integrations?

half beacon
#

Is the Lutron addon and/or intergration still working???????

sly kindle
#

@half beacon not sure what is going on but we've been seeing this with a number of users. Can you try changing your dns server to something else? It doesn't work for everyone but...

#

It isn't specific to lutron.

half beacon
#

Thank you very much @sly kindle! I was beginning to think I was invisible...lol.

full fox
#

Is there a way to link many accounts to the Sengled API? i have 2 hubs because i have 2 networks in two houses but i need them all to beable to control all the lights in both houses, and some are owned by one or the other account

sly kindle
#

@half beacon there's a lot of coming and going around here. πŸ˜…

half beacon
#

@sly kindle I'm going back to my working setup. I'll try again on another update...lol

full fox
#

@sly kindle sorry

swift gulch
#

ESPHome! Can I do something like this for devices where I have a couple substitutions one common yaml file to create several devices

substitutions:
  ipnum: "50"
  devname: garagedoore${ipnum}
  
<<: !include door-common.yaml
dense spadeBOT
paper bluff
#

Is it possible to create a virtual switch in node red and show it on dashboard? I want to create a flow based on the status of the switch

mild osprey
#

you can make a toggle entity

#

not sure if you can use that in node red as well, i assume you can

summer ocean
stark swallow
#

Hi, I just installed the plex add-on; it is started, but if I click on the "open web gui" page I get a new tab just stating "unable to connect". Anyone an idea what could cause this ?

winter relic
#

If I remove and install and addon (infuxdb) will this drop all the associated data as well? This is is what I want to do.

short yew
#

Is it possible to view motionEye's rtsp stream remotely?

errant pasture
#

Does anybody have experience with VScode add-on not doing autocompletion of HA stuff?

weary stratus
winged lodge
#

Is the NUT add-on still the go-to for monitoring an UPS? Asking because it says stale.

#

It certainly doesn't like my Cyberpower UPS, because everytime it goes on battery, the add-on stops working for whatever reason.

winged lodge
#

Seems to be the UPS, it disconnects on USB when it switches to battery for some reason, and when it reconnects it gives NUT a weird non-standard status code, with which it can't do anything. Apparently you need to automate a restart of the add-on when the status turns to Unavailable.

short yew
weary stratus
short yew
weary stratus
#

Yeah, so long as you can access the HomeAssistant remotely you can access the stream, just forward the right ports

sly grove
#

anyone here has a tellstick and can control their devices with it?

wintry mauve
#

if we enable duck dns, must we still manually edit configuration.yaml with the ssl path?

sly kindle
#

@wintry mauve yes. You need to configure HA to find the paths as given in the docs

silver tapir
#

After updating yesterday I have serius problems with Deconz. All connections are lost. Configuration is there but no established connections between the devices and Conbee stick. Updated to latest Deconz add-on, latest HA and OS. Anyone else seen this?

hollow stump
mild osprey
#

would BLE be more accurate than bluetooth classic for room assistant?

#

or should I just use them both? the device they'd be tracking does support both

sacred crag
#

Hi all!

I'm looking for a solution in order to use samba to have an access on my raspberrypi4 and the add-on samba share. Both are functioning but I have to stop the add-on in order to have an access... Is there a solution to use the both ?
Many thanks.

rotund pike
#

hi

#

i have a question and dont know where to ask this in the right channel, so here i go's

#

its esphome related

#

i have setup the nodemcu with fastled and integrated it via esphome addon

#

everything works very well

#

i added effects to the nodemcu and this is working as well

#

now i want to set this effect to its default value, so when i turn it on, the effect starts without having to change it manual

#

does anyone know here how thats done?

urban terrace
#

how can i install an SSH

#

you guys dont realize how much your helping me really you made my week

dense spadeBOT
swift gulch
#

ESPHome - Is there a way to use substitution and include to create yaml variant in the addon like what can be done with file based ESPHome, I get an error for !include that says mapping values are not allowed.

sly kindle
#

@urban terrace add-on store.

north lance
#

Hi ... i have deConZ in a Container running on Unraid. Now i want to add the ZigBee Devices into HA ... what should i write in the config from the deconz addON in HA ? device: !?

#

or other way ... i add the stick to the VM but it is not in the HW list from HA because i think it is a virtual maschine ... so how can i add the conbee stick to HA

sly kindle
#

@north lance shutdown the vm, edit the VM in Unraid. You'll see available usb devices to be passed through at the bottom of the VM's edit page

north lance
#

yes i mark it ...

sly kindle
#

Then it should be available to HA OS

north lance
#

ok try it again an reboot

sly kindle
#

and to the deconz add-on

spark plinth
#

I have installed the Glances addon and configurated it, now every time I restart HASSO I get a notification that it found a new integration. Strange thing it’s another Glances tile that needs to be configured?

north lance
#

so now i see the stick , could it be, that the i have to add the light new ? because they are safed in the container

#

ok it work .. now last question ... how i get the lights from deConz to HA !?

nocturne nexus
#

I can't seem to find grafana in HACS?

Seems I need to install grafana and influxdb as docker then integrate as I'm using HA core

sly kindle
#

@nocturne nexus if you don't have the add-on store, you don't have HA add-on containers

#

And HACs does not have software. It has HA unsupported integrations, HA themes and HA custom cards for lovelace

nocturne nexus
#

Ok

#

Would it be better to run HA under a VM just to make things simpler than running it in a docker?

sly kindle
#

If you're comfortable with docker and managing containers you basically have any "add-ons" out there in the world at your disposal

#

HA OS comes with docker but does most of the managing for you

edgy siren
#

Anyone had problems setting up deconz in hassio?

I have installed the addon, connected a few lights and a single switch.

However the devices does not appear inside homeassistant, and the services: deconz.device_refresh and deconz.remove_orphaned_entries does not appear

edgy siren
slender gorge
#

Hi, I am brand new to HA and am familiar with Linux. I wanted to setup ssh. The official SSH released worked perfectly. However, when I install the community version and then click on the menu icon on the left I get "502: Bad Gateway"

#

Am I doing something wrong?

tiny zodiac
#

Did you start it?

slender gorge
#

Options are "Stop" "Restart" "Uninstall" and "Open Web UI" which would imply yes....

#

Forget it. I was confused with the config. One moment.

#

False alarm, same problem....

#

Works now after I added the password and a couple of restarts. The prob is that I put the config info in the confog.yaml vs in the ssh vonfig file.

tiny zodiac
#

nice

slender gorge
#

Thank you though! I appreciate your answering my request!

hot plinth
#

I have just installed HA Core on my Ubuntu 18.04 and quickly determined I can't install add-ons through the frontend since there's no supervisor panel. I'm wondering if it's possible to install add-ons more manually either by manually copying yaml files into special paths or even modifying my hass python package source? I'm not trying to enable the supervisor panel, really just want to be able to install add-ons, specifically the Mosquitto MQTT add-on if that matters

wintry mauve
#

anyone run into HACS only loading theme repos?

#

tons of themes available, but zero love lace repos

#

i need lovelace lol

wintry mauve
#

nevermind, rebooted and now repos are there

mild osprey
#

I don't see any disadvantages to docker really, if you're using linux already it shouldn't be hard to figure out how to set it up, I think they have guides for it anyway

solar crane
#

Hi folks !!

I need some help playing sounds in home assistant πŸ™‚
I have Home assistant full installation running on a pi.
I managed to get my wav files playing on aplay via ssh. But I've no way to get it working from HA itself. Someone told me the problem is that the ssh container has more features than the HA container does.
at #integrations-archived they told me there might an addon to grant access to the sound, any clue ?
Any suggestion how to get it working at HA ?

quaint marten
#

Using WireGuard but cant seem to get the handshake to work. Log says it's sending handshake, but it didnt complete after 5 seconds.

#

I did portforward. Protocol: UDP, WAN Port: 51820, LAN Port: 8123, Destination IP: <ip to Hassio>

shell hawk
#

i'm having trouble with google blocking almond skills for everything except google account. Is it just me or does is not work for anybody?

#

@quaint marten What router are you using? Did you import via qr code? I have udm pro and it works perfectly

mild osprey
sly kindle
#

@mild osprey there's an esphome discord

#

@mild osprey why does that sound familiar?

mild osprey
#

yeah asked there

sly kindle
#

@mild osprey more importantly, what song is that? πŸ˜†

mild osprey
#

can't stop - red hot chili peppers

#

the verse

#

I guess I either didnt solder this esp correctly or the buzzer is ded

sly kindle
#

ah duh...

tiny zodiac
#

when you connect the buzzer straight to vcc and ground, does it bzzzt or make weird noises

#

same buzzer from the esp32?

#

I should ask

#

nvm, I see them helping you in esphome

mild osprey
#

oh sorry

#

nope, doesn't make noise, it's a passive buzzer, same one from esp32, tried 2 different ones as well

marsh bone
#

Hello everyone, let me ask you a question because I can't find the answer I want. Yesterday I installed the "Home Assistant Core" package because my "DS218Play" NAS server does not support docker. I cannot integrate my "Apple TV" because the integration is not included in the package "Home Assistant Core". Is there a solution to install this add-on? I don't see any options in the GUI.

#

some possibility ? ^^

sly kindle
#

@marsh bone add-ons are docker containers which provide other services. Integrations are something you add through configuration > integrations page.

marsh bone
sly kindle
#

there's a plus button on the lower right of the page

marsh bone
#

yes i 've the button "+ add integration" but i can't find Apple TV in popup 😦

#

i did a screenshot but i can't send it there ^_^

chilly eagle
#

Hi, I just broke the 'Home Panel' add-on. I accidentally entered 'localhost:8123' as the server. And now, whenever I open it, it will try to connect to it (iframe, yeah?) and give a failed to connect.

#

How do I reset an add-on completely? Uninstalling and reinstalling did not do the trick.

sly kindle
marsh bone
#

i 've not "Apple TV"

#

only "Apple iClound"

sly kindle
#

If it isn't showing up, I assume you need to update or clear cache or something

marsh bone
#

but how can i update ? ^^

sly kindle
#

What version do you see at configuration > info

marsh bone
#

Version 0.118.5

sly kindle
#

You would have seen updates by now if your instance can reach the internet

#

try reloading the supervisor on the supervisor > system tab

#

oh you don't have one

#

you need to update HA core however you do that on a synology

marsh bone
#

i 've not the supervisor because i'm using the package from synology !

sly kindle
#

right

marsh bone
#

Oh dear 😦 not possible

#

i 've the last updates :/

marsh bone
#

where can i report this bug ? I think, i'm not alone to wait this integration "Apple TV" πŸ™‚

round hatch
#

hi guys, I installed duckDNS addon and turned on the ssl, and now i cant access my hass anymore 😦 i get ERR_EMPTY_RESPONSE when i try to access it form the duckDNS, or directly by ip and port 8123 from my network.

how do I get my hass back?

#

ok seems i needed to specifically use https to connect

chilly eagle
sly kindle
#

@round hatch you.need to connect using https://

#

@chilly eagle does the add-on create a new directory in /config or /share?

mental fox
#

Hi,
I'm receiving this error when starting any addon.
Any ideas?
404 Client Error for http+docker://localhost/v1.40/containers/create?name=addon_core_mosquitto: Not Found ("No such image: homeassistant/aarch64-addon-mosquitto:5.1")
This error also forces my pi to restart 😦

compact herald
#

hi, try to use my rasp audio ouput jack. i have configure MPD but cant seem find media player mpd entity after restart, is there any additional configuration please .. im using supervisor-2021.01.5

short yew
#

Hi, I am using a web element to stream motionEye's embed url on my dashboard, does anyone know how to prevent motionEye's embed url from getting a 401 unauthorised error? I am able to circumvent it by first going to the motionEye page every time I open HA app or access through browser, the stream works fine and 401 error does not appear on the dashboard when I do that, but is there an alternative way that does not require me visiting the motionEye page? I am using DuckDns to allow HA to be accessed remotely, so it's using HTTPS web protocol

chilly eagle
karmic sage
#

Does the influx db capture Events in it? I'm using it with grafana and I can't seem to find any events (like deconz_event)

dense spadeBOT
solid acorn
#

Aight, trying again. See above hassbot pastebin for the config.

Hi Hello! I'm trying to setup the duckdns add-on, and setup has gone through no problems.
I Can acccess my HA instance from my duckdns url, on http.

On HTTPs, I'm getting "SSL_PROTOCOL_ERROR"

I've followed the community forum online, which recommended port forwarding 80->80 and 443->443, but thusfar, no luck.

Here's my Config:

chilly eagle
sly grove
#

is there a alternative way to access my HA from outside network without using duckdns? since i dont want my ports open

unreal berry
#

I'm having issues reinstalling ESPHome as detailed here:
https://www.reddit.com/r/homeassistant/comments/l229ya/esphome_stopped_working_cant_reinstall

Everything seemed fine up until yesterday when I could no longer access the ESPHome addon, so I uninstalled it and attempted to reinstall it, leading me to my current position.

Hoping someone might be able to help, as I'm at a total loss for what to do at this point. I'd rather not have to go back to an older snapshot, as I had a hell of a time migrating my Unifi AP over to the the Unifi Controller addon yesterday, and would rather not have to go through that again.

Thanks

chilly eagle
sly kindle
#

@sly grove there isn't anything available through any add-on I know of which isn't going to require opening some port or another

#

The Nabu Casa cloud service doesn't require opening ports

#

@unreal berry have you tried installing any other add-on?

unreal berry
sly kindle
#

@chilly eagle try an ha su repair

chilly eagle
#

Well, that appears to have worked.

#

How though ~?

sly kindle
#

it purges unused containers, images, etc

chilly eagle
#

It fixed it even though a re-install didn't πŸ™‚ Thanks @sly kindle

short yew
weary stratus
#

Hello, I have just added 2 eq3btsmart devices to my configuration and everybody seems to work, but i am able to change temperature setpoint only with usage of UI. Anyone knows why is that ? I am trying to do it with climate service called "climate.set_temperature". Solution is probably quite simple so please forgive me for silly question.

mental fox
#

Hi,
I'm running into this issue when I start anything downloaded from the add-on store.

404 Client Error for http+docker://localhost/v1.40/containers/create?name=addon_core_mosquitto: Not Found ("No such image: homeassistant/aarch64-addon-mosquitto:5.1")

Any ideas on how to debug?

unreal berry
#

@sly kindle I tried installing the dev build of Esphome and now I'm getting a different error:

[supervisor.addons] Creating Home Assistant add-on data folder /data/addons/data/15ef4d2f_esphome-dev
21-01-22 19:58:52 INFO (SyncWorker_3) [supervisor.docker.addon] Starting build for 15ef4d2f/amd64-addon-esphome-dev:dev
21-01-22 20:08:18 ERROR (SyncWorker_3) [supervisor.docker.addon] Can't build 15ef4d2f/amd64-addon-esphome-dev:dev: failed to register layer: error creating overlay mount to /mnt/data/docker/overlay2/20de79f5f615ab960a07e688ac658b3e9647dc72b49c9ec9631d1accf348ccce/merged: too many levels of symbolic links
21-01-22 20:08:18 ERROR (SyncWorker_3) [supervisor.docker.addon] Build log:
Step 1/12 : ARG BUILD_FROM=esphome/esphome-hassio-base-amd64:2.0.0
Step 2/12 : FROM ${BUILD_FROM}

ancient wedge
sly kindle
#

@ancient wedge did you check the add-on logs?

raven orbit
#

Hey, basic question. I havent touched my HA for a while, since it has worked well. But after the suggested updated now, I see that there is a addon called OpenZWave0.8.0. Are there any reason to install that? I already have Z-wave up and running via "the default way".

sly kindle
#

@raven orbit if everything is working for you than not really. There's actually another option on the way so you might as well wait

raven orbit
#

ah, what is the new? is it better or any improvements?

ancient wedge
# sly kindle <@!776281288600191014> did you check the add-on logs?

Yes, this is the last bit, then it starts logging my access to the influxdb site:
2021/01/22 22:57:17 Using configuration at: /etc/kapacitor/kapacitor.conf time="2021-01-22T22:57:50Z" level=info msg="Reporting usage stats" component=usage freq=24h reporting_addr="https://usage.influxdata.com" stats="os,arch,version,cluster_id,uptime" time="2021-01-22T22:57:50Z" level=info msg="Serving chronograf at http://127.0.0.1:8889" component=server [22:57:50] INFO: Starting NGinx... time="2021-01-22T22:58:44Z" level=info msg="Serving assets" component=server method=GET remote_addr="127.0.0.1:38110" url=/ [22/Jan/2021:22:58:44 +0000] 304 9

Don't have a "nginx started" message, should it be there or it just send the Starting?

sly kindle
#

@raven orbit it should be better, but I have no experience with it. zwave js add-on which will be coming soon

#

@ancient wedge I don't know. You might try the community add-on discord

gentle rain
#

Not sure where to post this , I am slowly trying to fumble my way setting up home assistant. Im guessing I can't run multiple commands like this?
type: entities
entities:

  • action_name: Relay
    name: Dinner is Ready
    service: rest_command.assistant_Relay
    type: call-service
    service_data:
    command:
    - 'broadcast to downstairs, Dinner is Ready'
    - 'broadcast to kitchen, Dinner is Ready'
#

would I need to call a script instead or am I missing syntax

formal obsidian
rose smelt
#

Hi. Is it possible to have an add-on that has a volume that maps to a folder in the share? I can do it with portainer after it created the add-on's image. But i prefer it just to be set up from the config.json somehow. There's no docker-compose. I usually do it in those. I thought maybe *arg *but that's build options.
**Example: **
from: /app/userdata/output
to: /mnt/data/supervisor/share/output_files

surreal crest
#

is anyone else having issues with hass-simpleicons 1.11.0? since i upgraded from 1.10.0 i have an error during startup

#

i removed the integration and tried to re-add it and now it does not work

#

rolling back to 1.10 solved this issue

sly kindle
#

@surreal crest rolling back to the version which is insecure...probably not worth it

rotund pike
#

hi guys

#

i want to messure CO (not co2) value in my home with a sensor

#

but everytime i end up with a co2 sensor. Does anyone have a co sensor in home assistant with like an esp chip of some sort?

surreal crest
rotund pike
#

thanks

#

but i dont see any integration with ha

fast summit
#

That would be #diy-archived sensor. You connect it to a board with ESP32 or ESP8266 and run something like ESPHome which has an integration for it

rotund pike
#

thanks!

fast summit
rotund pike
#

haha nic

#

nice

#

sorry

rose smelt
#

I have installed the samba add-on and want to add a new share. is this supported in the configs or will i need to pull the add-on and edit it?

hallow pier
dense spadeBOT
rose smelt
#

anyone know of an nzbget add on?

solid axle
#

Just updated HA to 2021.1.5 and the Samba add-on seems to be having issues. I'm trying to create a new folder and it looks like it does, but when I go to rename it I get "Could not find this item", but the New Folder is created

#

In the Samba log I get this
create_connection_session_info: guest user (from session setup) not permitted to access this share (config) create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
I am logged in with proper credentials. I even removed them and set up test ones to re-login

solid axle
#

I restored back to 2021.1.4 but getting the same error. It looks like i'm only getting it while trying to modify the folder name in www folder.

I'm also getting this error in Samba logs
query_name_response: Multiple (2) responses received for a query on subnet <HA-server-IP> for name WORKGROUP<1d>. This response was from IP <unRAID-server-IP>, reporting an IP address of <unRAID-server-IP>.

I recently tried to setup a Win 10 VM on it could that have caused this issue?

#

Yep so when I removed the Windows 10 VM from unRAID Samba started working properly

neon hamlet
#

Hi Guyz,

can I ask for advice I am looking to sort out both audio and video media player for working with Home Assistant. I have Yamaha recovers with air play, apple TV, Alexa and fire sticks. I have a large amount of data 50Gb of music and films. In an ideal world I would like to use Alexa to select the film or song or playlist I wish to play and on which device I wish it to play on. I have beeen looking around and have confused myself completely weather it can be done or not. there seams to be options to solve part of what I want but not all. I would be happy if from my phone I could selec and direct the media if voice control was not possible.

So please any advice and help would be welcomed - I have stopped working to take care of my elderly mother so money is limited as living off savings so a value for money option is key.

thanks for your help.

red mountain
#

Can anyone tell me if I need both the openzwave AND the zwavetoMQTT add ons or are they one or the other?

ionic river
#

dears, who can help me with setting of adguard so all trafic connected to the router is going trough addguard? If I change dns to IP of pi, the other devices cannot resolve dns. On pi the internet working okay

#

I already spent a day setting it up, trying all :/

ionic river
#

If I set ip of pi as dns on my windows machine connected to router internet works. If I set the dns as pi on the router, no device can resolve dns expcept pi itselve :/ I have got TP ling archer c5

#

Any help appreciated

keen tendon
#

Does anyone have any experience creating custom lighting effects in ESPHome with individually addressable LED strips? I'm trying to create an effect where the strip is lit up, and then different colors randomly streak along the strip.

fierce osprey
#

@versed mason

versed mason
#

Hey hey! So I am having trouble with it, I got the Ring Doorbell Cam there (which isnt great, like 2 FPS and no live feed)

fierce osprey
#

yeah i have a couple doorbell cams and a floodlight

versed mason
#

Able to get live feed at a realistic FPS?

#

With that link I assume?

fierce osprey
#

so i cannot speak to the video feed. with that AddOn, I only use it for guard modes (Arm Home, Arm Away, Disarm)

versed mason
#

I gotcha, I am still fairly new to this whole system (switch over from very simple Hoobs for Homekit) how would I go about getting this into the system?

fierce osprey
#

FPS is highly dependent on hardware. I tried enabling Ring live feed video and it crashed my Pi4

#

you'd need a beefy system to do live feeds.

#

the officialy Ring integration provides a video of the last recorded event or a snapshot in the UI

#

which has been good enough for me

fierce osprey
#

top right menu, Repositories

fierce osprey
versed mason
#

Some reason my dashboard isnt connecting, going to run to restart my Pi

#

@fierce osprey I will get back to you on the progress! Thank you a ton!

fierce osprey
#

np - good luck

versed mason
# fierce osprey np - good luck

Alright so I got the first one set up for the alarm. I am looking at the logs of the add-on and it is logging the status of the contact sensors, keypads, etc. but I do not see them in my devices. Am I blind or is there another step I should work on?

fierce osprey
#

here's my config for the alarm add-on

#
enable_cameras: false
enable_modes: true
enable_panic: false
enable_volume: false
mqtt_host: <auto_detect>
mqtt_port: <auto_detect>
mqtt_user: <auto_detect>
mqtt_password: <auto_detect>
branch: addon
ring_token: ''
location_ids:
  - ''
#

that is all i needed to get the Alarm panel

#

i was advised by other community members to stick to the Official Ring integration for all other services (cameras sensors, etc)

#

if the official integration isn't doing it for you, you can try out that second add-on i linked

jolly pier
#

how do i use the !secret tag in addon configs?

versed mason
#

Do I need to configure MQTT any further, I just have the add-on installed. Didn't do anything with it really

fierce osprey
#

DM me and I’ll help you with mqtt

pseudo wing
#

Hi, I want to securely expose my home assistant to the internet. I already have a DDNS managed by my router (fritzbox) from no-ip (*.ddns.net) and I would like to be able to keep that, but I would also like to use the encryption (if I understand it correctly without encryption it would be insecure)
thanks

weary stratus
#

I have installed grafana as an add-on. I can add a dashboard and import a JSON-file, but i am not able to import it via the import via grafana.com option with a valid id.
I got the error 502:Bad Gateway.
Do i need to set an additional option to allow grafana to access internet?

icy bramble
#

any letsencrypt gurus around? having trouble getting it going.
i have a static ip and a domain name hosted. I have added an A record to forward through to my static ip, which works as it should domain.name:8123 does open my HA dash. i also checked my ISP isn't blocking 80 by forwarding 80 -> 8123 this also works if i go hass.domain.name in a browser. setting port forward 80 ->internal ha ip : 80 and starting lets encrypt add on it fails with challenge failed for domain hass.mydomain.com.au so i'm not sure what the go is.

#

email:<my emaill address>
domains:

  • hass.<mydomain>.com.au
    certfile: fullchain.pem
    keyfile: privkey.pem
    challenge: http
    dns: {}
#

im running HA on a PI 3b+ and myrouter is running openwrt from a separate 3b+

#

i have both 443 and 80 forwarded from my WAN zone to internal ip of HA and their respective ports.

#

the guide i followed was the attached documentation to the addon

weary stratus
#

@raven tinsel : Do you have any clue why I am getting 502: Bad Gateway when importing a dashboard form grafana.com with the Grafana add-on? Is it that the add-on does not have right to access the internet?

raven tinsel
#

Its an open bug

#

since it is still open: Dunno πŸ€·β€β™‚οΈ

rose smelt
#

Is it possible for an add-on to directly talk to wlan0?

#

Or let me rephrase: could a firmware flasher that needs wlan0 run inside a docker image on the pi?

raven orbit
#

Trying to run Unifi Controller, (disabled the SSL) and according to the log it seems to work well.But when I open web ui, the connection times out

#

Any ideas?

icy bramble
#

also have done a port scan on the HA Pi , port 80
is open.

meager owl
#

i get 401 unauthorised error wen i acess motion eye addon snapshot url from another pi

#

http://192.168.1.111:8123/api/hassio_ingress/g2d4nii8k0eqmaTR2_T4u7SyhIcv9JttTMt_848xPg0/picture/1/current/ how do i resolve?

nova root
#

so ive migrated to hassos on a pi4 and i need to figure out what to do about my ssl cert... i want to use the duckdns addon because i already use them for dyndns, it seems it does generate a letsencrypt cert for me when it runs, but what do i do with that cert once it's made?

#

wherever the certs end up, is that in a place that'll be accessible by the nginx ssl proxy?

nova root
wintry mauve
#

Hello everyone, any ideas on a good add on to do auto snapshots to google drive?

sly kindle
#

@wintry mauve what's the question?

#

That's exactly what that add-on does

rose smelt
#

brian; you can renew before they expire. Just don't do it too often, there's a limit i once hit. Then it becomes a rolling window (of iirc a week) before you can request a new one.

#

@nova root

#

I use the nginx-proxy-manager myself, it also does the letsencrypt. It was super easy. It's a community add-on though.

wind surge
#

hello, anyone know when zigbee2mqtt addon will be updated to 1.17.0.2 ?? this release is already out since almost a month!

spark jetty
#

apps for appdaemon should go only in appdaemon/apps/apps.yaml ? or can it be also appdaemon/apps/temp_alert.py ?

solar crane
#

Hi Everybody. I have a pi with snapcast client on it ..

How do get HA to cast audio to it? is there an integration or an addon for doing that ?

wintry mauve
#

a lot of stuff for HA goes stale

sly kindle
#

@wintry mauve the other add-ons which use google drive have gone stale. There is no official one. Sabacheen's is kept up to date and is the best one anyway.

wintry mauve
merry lynx
#

How can i resolve this error?
404 Client Error for http+docker://localhost/v1.40/containers/create?name=addon_53caca22_mopidy: Not Found ("No such image: bestlibre/aarch64-mopidy:0.2.7"). Host Memory says 19% used

visual reef
#

Been getting this error for the past week when trying to update existing community home assistant add-ons or installing new. Official add ones work fine. Even HACS but not community. 500 Server Error for http+docker://localhost/v1.40/images/create?tag=3.0.0&fromImage=ghcr.io%2Fhassio-addons%2Fvscode%2Famd64: Internal Server Error (β€œGet β€œhttps://ghcr.io/v2/”: dial tcp 192.30.255.165:443: connect: no route to host”)

I do have not made any network changes in the past months and have been running multiple VLANS following some posts for months. Really seems to be related to@the latest security patches.

rose smelt
#

last pushed 3 years ago.. pfew...

merry lynx
#

HA is installed on a RPi4 image installation. I cant even remove the existing Mopidy installation through supervisor dashboard

sly kindle
#

pretty sure bestlibre is a dead repo

#

what happens when you try to remove it?

merry lynx
#

do you have any recomendations

#

I try reinstalling Mopidy and get the following error:
404 Client Error for http+docker://localhost/v1.40/images/create?tag=0.2.7&fromImage=bestlibre%2Faarch64-mopidy: Not Found ("manifest for bestlibre/aarch64-mopidy:0.2.7 not found: manifest unknown: manifest unknown")

sly kindle
#

So it can be removed or can't?

merry lynx
#

Just trying reboot host to confirm

merry lynx
#

ok after reboot it is removed successfully

#

Would it work if i installed 32Bit HA image

sly kindle
#

@merry lynx I wouldn't use bestlibre repo. Did you look at the links?

merry lynx
#

I checked the agileek link but it does not have a modipy addon

sly kindle
#

These are all third party devs...they make and support what they want πŸ€·β€β™‚οΈ

#

My intention with the links was to show that the bestlibre repo is dead

merry lynx
#

Do you have any recommendations for a replacement?

sly kindle
#

I don't use mopidy

#

But for things which I must have, which either don't exist as add-ons, or I don't want to run them as add-ons...I run them on something else.

#

Plex, Unifi controller, ledfx...my Home Assistant device isn't the only computer in the house

sly kindle
#

@merry lynx I just found mopidy in the edge community add-on repo, but it isn't available to me on 64 bit

merry lynx
#

Thanks, maybe i will try installing HA 32 bit for now as temporary solution.

#

@sly kindle appreciate your suggestions and help with this.

fleet compass
#

hello, im trying to run motioneye addon on dockerized HA (latest version)
when i turn ufw off i can access motioneye but when on i get a bad gateway error
ive tried to open numerous ports but no effect, the standard suggested ports by motioneye dont solve the issue

#

motioneye also doesnt have a port assigned

#

docker ps -f 'ancestor=hassioaddons/motioneye:0.10.2'
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5f3bf5897842 hassioaddons/motioneye:0.10.2 "/init" About an hour ago Up About an hour addon_a0d7b954_motioneye

sharp lava
#

Hi, guys

Need some help trying to set up MQTT. Because of the recent security concerns I switched the HA password. I'm assuming because of this my MQTT went derp

sly kindle
#

@sharp lava your clients which use the ha user/password would also need their credentials changed if that's what they were using before

sharp lava
#

Thanks @sly kindle, I was forgetting one device πŸ‘

last mica
#

Are there no more official ssh addons?

#

I don't see any under the supervisor add-ons section

#

whoops forgot to enable advanced mode on my profile

sly kindle
#

@last mica you need advanced mode

#

heh

last mica
#

There are two of them anyone have a preference? Seems one is official and the other is community

#

The community claims it focuses on security but has a much lower security score so that doesn't make much sense

weary stratus
#

Anyone familiar with DuckDNS? Trying to set it up, but it seems it's not generating the fullchain.pem and privkey.pem files in the /SSL folder?

wintry mauve
#

when I point HA to the SSL path in my config HA isn't very happy about it

#

does anyone know if I need to forward port 8123 in my router after enabling duck dns? my HA isn't reachable from the internet

weary stratus
#

You need to forward port 443 (standard SSL port) to 8123.

#

Plus make sure that in the DuckDNS config you set 'Accept Terms' to true, otherwise you will never receive the required fullchain.pem and privkey.pem files.

wintry mauve
#

i set true, I've used LetsEncrypt in other applications before

weary stratus
#

Make sure to scan your port 443 on your external IP, some ISPs 'filter' all ports unless you have a static IP (was the case with my ISP)

sly kindle
#

@wintry mauve what did you enter as the path? Does it match the docs?

#

@weary stratus You can see if it got the cert by checking the add-on logs