#add-ons-archived

1 messages · Page 8 of 1

bitter skiff
#

So you can be on public internet connected to Tailscale and still access local resources

mortal blaze
#

Ah, I just ran Tailscale, and entered the homeassistant machine URL from Tailscale and it worked. I should have tried that first. Thanks for clarifying.

bitter skiff
#

Yep, you bet

void prawn
#

I will have to research tailscale. Does that create a more secure connection to HA? I have duckdns set up.

mortal blaze
#

Others will know more than I but from what I've read it is a simple to use implementation of Wireguard (I think that is the software). It is a very secure VPN that uses SSH to connect remote devices.

#

I've used it several times in the past while traveling, even via the HA app on an Android phone. It works great, is easy, and does not open any router ports.

weary stratus
#

If an add-on has a web-ui, can I access it from another machine? Like (homeassistantIP):(addOnPort) instead of inside HA? I installed the influxdb add-on but my enviro won’t talk to it.

viscid orchid
#

if you can specify a port for the web UI, then that's what it's for

lost creek
#

hi everyone. i have a rpi4 and install hass to rpi. then i have a speaker, i conect it to rpi4. 3.5mm port. here comes the problem, is it possible to use HA to play music use this speaker. ??????? i tryed vlc but it seem not work ...

fickle kernel
#

hi, i upgraded from an SD to an SSD on my pi4. everything seems to be working fine but deconz. i´m using a conbee2-stick and read that it has some problems when something is connected to USB3 on the pi. so i got an usb-extension cable. right now it looks like that my aqara door/window sensors are working fine, but i have a problem with the aqara multisensors. after a restart they won´t get a connection, i have to press their reconnect button once to get them back into HA, however not all of them are able to reconnect (even while beeing right next to the conbee). anyone knows a solution for this?

dapper loom
#

hello
is it possible to install the control software from argonone m2 on home assistant? I have not been making it so far

wintry ember
#

hello i cant find the adb addon in the store someone have a link?

wintry ember
sly kindle
#

Read the deprecation explanation

wintry ember
#

okk

#

thanks

sly kindle
#

It is not available. You don't need it

wintry ember
#

i want to conect my tv

candid spear
#

hi :)
I made a fork of an official addons on github, but when trying to add it as a custom repo, it fail.

is not a valid add-on repository

Is there some kind of protection that stop repo with addon name that already exist ?

viscid orchid
#

As a local addon

#

The docs explain it

main minnow
#

hey guys i just installed adguard. it seems that it doesnt start. the toggle jumps instantly back. when i click on adguard in the sidebar it seems running. but it doesnt block anythin 🤔

bitter skiff
#

You do need to set it as the DNS server for the clients that you want to use it

covert nebula
#

EMQX MQTT Question: Does anyone know of a quick way to view messages as they come across the MQTT broker? I’m trying to debug an integration

supple grove
hasty basin
winged bluff
#

Greetings,

I am attempting to install the Grafana add on. It thinks for a while, I assume its downloading, then it fails. This is in the supervisor logs.

Several other addons installed without issue. It is possible the install got interrupted earlier.

Have restarted core, have restarted the whole server.

23-02-11 22:16:46 INFO (SyncWorker_2) [supervisor.docker.interface] Downloading docker image ghcr.io/hassio-addons/grafana/amd64 with tag 8.1.0.
23-02-11 22:24:48 WARNING (MainThread) [supervisor.api.ingress] No valid ingress session aeb99a67798f4980acd1e31850921cb1894ad917fb49f51183c7c838acf24ab68886d1c1d7b2ca9b3342ae7b60ad2dc374df3ad56596b2b378fbc9127809ea8b

main minnow
# hasty basin You have your home assistant server set to a static IP in settings? You also nee...

Yeah i found out later by myself that i have to do the static thing within ha, not only in my router. Now adguard is starting.

I also configured The home assistant ip on my router as the dns But it doesnt seem to work. Weird thing is: i have watched some videos for setting up adguard. All they guys had in the 'setup guide' tab in Adguard shown the IP of the Pi. I only see there the local host IP.

winged bluff
#

interesting

#

I use the ip of the HA as well, since its an addon using the same IP

#

You do need to refresh your ip btw, if you have dns pointed to it in your router (I have it first, then googles second). Turn off wifi on phone and turn back on

main minnow
# winged bluff interesting

Okay. Only restarting ha didnt solve this problems. I just restarted the addon, now i have there the home assistant ip too

winged bluff
#

wish we could post screenshots here...

main minnow
#

Me too

winged bluff
#

actually, in the UI settings of adguard, I dont see a place to put your IP

#

Thats not something you have to configure

#

I have it all default.

#

you got yours running on a raspberry pi?

#

Grafana finally installed! 10th times the charm!

main minnow
supple grove
#

What control software are you talking about and what it have to do with addons?

river wharfBOT
#

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

amber flame
#

Not able to install ESPHome on Sonoff Basic... Have spend a week testing various options. Have tried three windows pc's running W7; W10 and W11. My usb to serial device is FT232RL, Sonoff RF R2 Power v1.0. Using ESPHome Flasher v 1.4.0. The error I am gettind is "ESP Chip-Detection failed: Failed to connect to Espressif device: No serial data received. I did try to connect Sonoff device while holding on/off button down, also tried without holding it down, same message. Have started ESPHome Flasher regularly and as administrator. Verified cable pins few times. FT232RL is set on 3.3V. Went from original Dupont femail male wire cable to soldered solution. Running out of options... Worst is that I have done this procedure (might have used different software) few years ago and it worked, but need to reflash as I moved to new HA setup and didn't have original bin files or yaml's. By the way, I also tried different board types (not sure which one is correct for Sonoff Basic): esp8286: board: esp8285 (tried also esp01_1m, sonoff_basic). I have used HA to create New Device from ESPHome Add on. I have put simple YAML, then used Install ->Manual Download -> Legacy Format.

covert nebula
supple grove
#

No. I don't use HAOS

covert nebula
#

Thanks for pointing me to MQTT Explorer--At least I can see the message data from a different machine. Now I need to debug what is going on with the local version (I also tried IP=localhost instead of the actual IP when it was running on the HA box, but still no messages. Strange).

supple grove
#

Addons run in a docker container. Localhost will likely not work as you expect

covert nebula
#

o.k. that makes sense. But specifying the IP address should work just as it does from my mac

wintry ember
#

I have error code 502: Bad Gateway in the Studio Code Server

#

how i can fix it

viscid orchid
#

Start the addon

winged bluff
#

refresh

river wharfBOT
#

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

dreamy plover
#

Anybody be able to help me with AdGuard and unblocking something to make youtube comments show back up?

bitter skiff
#

Take a look at the logs as you visit the page to see what it's listing as being blocked

#

You likely have too aggressive lists set up if you're encountering that

dreamy plover
bitter skiff
#

Hmm, I don't think that'll happen w/ just the default set up on AdGuard. Still, check the query log when it happens, it'll show you what it blocks

dreamy plover
#

It looks like it's turning on Youtube Restricted mode

bitter skiff
#

Do you have parental controls of some sort turned on

dreamy plover
#

Safe search was turned on

#

I turned that off and the restricted mode went away

#

Wish those were separate things but it doesn't sound like they can be

dapper loom
uncut timber
#

I'm having issues with Frigate after the latest update

#

For some odd reason, I can't reach the add-on page but the sensors and such work just as before?

#

"[2023-02-13 16:43:46] ws4py INFO : Terminating websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:32802]"

#

Keeps showing up in the frigate logs

severe pulsar
#

Hey folks, hope this is the channel to ask this question. Trying to use the WireGuard addon, configured with address 172.27.66.1 as used in the docs to access my internal network, which is at 192.168.0.0/24. Right now I can connect to other Wireguard peers but nothing in the 192.168.0.x address space. Is there some sort of post-up incantation I need to run, and if so, what is it? Searched DDG but didn't find anything that actually worked.

supple grove
#

I linked the docs describing that above 🤔

weary stratus
#

Hey there, I'm new to home assistant and currently tried to connect my Eve Energy with a matter update to home assistant. Upon setup I'm asked to provide thread credentials. Can anyone answer me how to find out those information without having an apple dev account? Bye the way I'm asking about the matter server add-on.

wild ice
#

Okey, let me just get this out there... i am a TOTAL beginner in Home Assistant, i have it setup on a Raspberry pi 4 and everything is as expected.. i have installed HACS, and installed some things there and i guess i am not understanding the coding behind it, i have added Sonarr integration, working as it should, but the default things it can display is "upcoming" number of series.. that does not interest me, i want to have it viewed as "name of show and day".. so i did some googeling.. came up with https://github.com/custom-components/sensor.sonarr_upcoming_media and https://github.com/NemesisRE/upcoming-media-card . my brain ends here... i dont know what to do.. and the instructions is a couple of levels above my understanding of home assistant right now 😦

viscid orchid
#

So none of that is an addon

slender olive
#

Hi there! I am using the custom:button-card add-on to control lights. I was used to call a script to run two scripts; one turning lights on and one turning lights off. Now I was trying to use the state of an entity within the custom:button-card script itself like this, but it only acts on the entity_id: not running the script according to curent state. Both scripts work as expected when running them manually.

#
state:
  - value: 'on'
    tap_action:
      action: call-service
      service: script.lys_grunnbelysning_on 
viscid orchid
#

Also not an addon

slender olive
weary stratus
#

heya, every time i start the Unifi network application my HA instance after a few minutes crashes, and i have to power cycle to get HA back up. is this a known bug?

#

when it starts up everything seems fine, however everything slows down a bit. eventually everything stops loading and it crashes.

#

sometimes when it starts up, if i click "open web ui" i get a page that says "HTTP Status 404 - Not found"

river wharfBOT
#

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

weary stratus
violet niche
#

Hello, is anyone avalible to help me with LetsEncrypt? I regretfully do not understand the DNS challenge. Which is what I'd like to setup. To use one of the "supported DNS' providers. Do I need to pick a DNS provider like cloudflare and then create an account or something on the cloudflare site? Do I need the cloudflare api key and create an cloudflare email? I don't really know if I'm explaining myself correctly. When I read the documentation it seems about a clear as mud.

viscid orchid
#

Who did you purchase your domain from?

#

And who provides your DNS?

violet niche
#

I was going to use the duckdns add on. So I created an account on duckDNS and created my domain name there

viscid orchid
#

Then use that addon. You don't need the Let'sEncrypt one

violet niche
#

Oh, so I don't really need to worry about ssl certificates with lets encrypt?

viscid orchid
#

I have no experience with that addon, but the config includes a let's encrypt section

#

No mention of the let's encrypt addon

violet niche
#

Ok, thank you RobC. I'll look it over and perhaps come back tomorrow if I have questions.

viscid orchid
dapper loom
#

hi i added the argon cooling addon but when i want to start it, theres an error

[services.d] done.
Detecting Layout of i2c, we expect to see "1a" here.
ls: /dev/i2c-*: No such file or directory
Cannot find I2C port.  You must enable I2C for this add-on to operate properly
[cmd] /run.sh exited 1
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing... ```
What is i2c and how i enable it?
uneven spade
#

While i’m away from home I’ve just noticed that my wireguard stoped working. I run wireguard vpn on 3 other HA installation (different countries) and everything is ok there. My question is: can my ISP block 51820 port ? What might be the other reason? How can I find the cause?

brave basin
#

Some strange issue with Google Drive backup... This morning it started syncing a whole bunch of backups. At the same time my HA crashed it seems (hard reboot was needed to access it). My supervisor log is filled with about 40 of this line (different hashes in the backups/HASH/ part)

23-02-14 08:44:24 INFO (MainThread) [supervisor.api.middleware.security] /backups/0193d707/info access from cebe7a76_hassio_google_drive_backup
#

Could it be related to my HA crashing?

#

(HAOS on a RPi4 8GB with SSD)

mint flax
eager zinc
#

I have installed Zigbee2mqtt but somehow the Devices either fail to interview or disconnect after the have connected

supple grove
craggy mirage
violet niche
#

I'm having some technical difficulty with setting up DuckDNS add-on. I am unable to save the configuration. In particular It does not allow me to enter my domian name and save it. I keep getting the following error: Failed to save add-on configuration, Invalid list for option 'domains' in Duck DNS (core_duckdns). Got {'domains': 'SaintJOhns4112.duckdns.org', 'token': 'xxxxxx-xxxx-xxxx-xxxx-xxxxxxxx', 'aliases': [], 'lets_encrypt': {'accept_terms': True, 'algo': 'secp384r1', 'certfile': 'fullchain.pem', 'keyfile': 'privkey.pem'}, 'seconds': 300}

#

It keeps saying something about "core_duckdns" I don't know where that is and if I am supposed to enter my domain name there. Any HELP would be greatly appreciated.

bitter skiff
#

I think that's one of the addons that you need to list it out in the YAML view of the config

#
domains:
  - your.domain.com
violet niche
#

Hey, that was the ticket! The domains: then go down a line and indent. I figure it had to be something silly that I was just overlooking. I really appreciate your help.

bitter skiff
#

yep, you bet

forest aspen
#

89 / 5 000
Résultats de traduction
Résultat de traduction
Good evening,
I can't find the addons in parameter. is there anyone who can help me

supple grove
#

Addons in parameter? What does that mean?

craggy mirage
#

So I have a raspberry pi with a USB ssd that home assistant is installed on. I would like to samba in so that I can edit files.
I have tried the samba share add-on, and it does not work as expected. I still cannot see the computer or files in windows.
Any suggestions would be helpful.
I have looked across the web, and it appears that I am the only with this problem.

bitter skiff
craggy mirage
#

I have tried windows smb:\

#

Two backslashes

bitter skiff
#

Right, so you installed the add-on, configured it and started it, yes?

craggy mirage
#

Yes, it's running, I set the user and password

bitter skiff
#

Then yeah from your windows computer, you open Explorer and \\your.ha.ip.here

craggy mirage
#

Yes, I did that, no connection

#

It's simply not there

bitter skiff
#

Can you ping your HA IP from that Windows machine

craggy mirage
#

I have the logs on pastebin

#

Oooo, I didn't try a ping

bitter skiff
#

ah, the other thing... it should be configured already, but make sure whatever client network you're connecting from is configured within the Allowed Hosts of the Samba configuration

craggy mirage
#

Ping request could not find host. Should I add the home assistant port?

bitter skiff
#

No

#

Can you access the HA web ui from that machine

#

It's the same IP... yes?

craggy mirage
#

Yes

#

Yes

#

Well I better check that

#

Checking ips now

#

I have the pi static

#

It is the correct ip that I am trying

bitter skiff
#

What's the IP of your Home Assistant, and what's the IP of the Windows machine?

craggy mirage
#

Ip of the pi is 192.168.1.65

#

Windows is 192.168.1.78/24

#

Same network

bitter skiff
#

🤔 /24?

#

That's describing a range

craggy mirage
#

Yeah, interesting

bitter skiff
#

where'd that come from

craggy mirage
#

It is in my router as 192.168.1.78

#

That came from windows 11 🤮

bitter skiff
#

Can you paste your Samba configuration to paste bin and share it, as well as the samba log file?

#

Also, what URL do you use to access HA?

craggy mirage
#

Home assistant. Local:8123

bitter skiff
#

That work?

craggy mirage
#

no it refuses

bitter skiff
#

sorry, mixed it up

#

I updated it

craggy mirage
#

No

#

So I can use numerical address to /config/ dadhboard

#

192.168.1.65:8123/config/dashboard

bitter skiff
#

that works?

craggy mirage
#

Yes

bitter skiff
#

Alright, can you share the YAML of your Samba config

#

you can mask the password

craggy mirage
bitter skiff
#

That last line should read - 192.168.1.0/24

craggy mirage
#

illtrying that now

#

so smb:\192.168.1.65 ?

bitter skiff
#

\\192.168.1.65

craggy mirage
#

stupid windows, let me get my linux

#

ping works from this computer

#

do i need to samba from linux

#

no work

bitter skiff
#

What's the response?

#

smbclient '\\192.168.1.65\config' -U homeassistant

craggy mirage
#

ping is good

#

oh hey

#

i can terminal in

craggy mirage
#

still not getting in via samba, but i can terminal from my linux

#

i appreciate the help, i will try again tomorrow

inland latch
#

Hello, is any one can help me to resolv this problem with File editor? I can't install it any more and i don't know why

#

Can't instal File Editor

bitter skiff
weary hawk
#

Hey there. I'm attempting to get DuckDNS set up on my raspberry pi HA supervisor. I keep getting the following log errors. Does anyone know what could be wrong?

+ Account already registered!
[23:13:38] WARNING: KO
[23:13:39] INFO: Renew certificate for domains: https://my-subdomain.duckdns.org and aliases: 
# INFO: Using main config file /data/workdir/config
Processing https://my-subdomain.duckdns.org
 + Creating new directory /data/letsencrypt/https://my-subdomain.duckdns.org ...
 + Signing domains...
 + Generating private key...
 + Generating signing request...
req: Hit end of string before finding the equals.
problems making Certificate Request```
bitter skiff
#

remove the https://

inland latch
bitter skiff
#

Well it doesn't look like there's any active issues at Docker, so it's likely related to something on your side. Firewall/modem possibly

weary hawk
whole osprey
#

I currently have an external Grocy instance as well as my Home Assistant Add-On. Can anyone help me either find my HA API URL (to access outside HA) or to integrate my external Grocy into HA. Thank you in advance.

young sand
#

@lime girder any reason why a gas meter SCM message received by AMR2MQTT wouldn't be available for the energy dashboard? I have an electric meter on SCM+ whose consumption does show up as a sensor on the energy dashboard.

(Also is it possible to easily change the state_class from "total" to "total_increasing"? My gas meter is about to rollover)

#

unit_of_measurement is set to CCF, although it was originally set to ccf (lower case)

young sand
#

I’m going to assume that capitalization was the problem… did some database surgery to remove the sensors and reinstalled, and this time it worked

crimson dagger
#

hi all, I'm trying to get the Spotify Connect Add-On working on my machine but I'm having trouble getting it to populate the audio output selection. I only see "Default" and "Dummy Output" options available. Am I missing something?

#

fyi I'm running HA in windows via VirtualBox

slow pecan
#

Hello, just starting off with HA here... having a problem getting the NUT add-on working for my new Tripp Lite AVR550U. It is supported by NUT (vendor docs state, and also in https://networkupstools.org/stable-hcl.html.

river wharfBOT
#

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

slow pecan
#

super appreciative is anyone has a direction that I should look to solve this. I did add productid: 3024 to the config, with no different result.

brittle night
#

Seems it only supports some things not all the things lol

#

The nut addon, not nut itself

slow pecan
#

yeah, perhaps the add-on is missing something, because nut just installed regularly on my Linux machine has no probs.

brittle night
#

Yeah

#

You can open an issue but I doubt frenck will add any additional functionality

#

Better to run it on your server and then just integrate it with hass than to hope functionality is added

slow pecan
#

It's probably a bit beyond my skills to figure out what's missing in the packaging of the add-on. So yes, if I don't solve it soon, I'll have to figure out a different way.

brittle night
#

Well you can run it on whatever box you run Linux on and just add the nut integration to add it to hass

#

You just won’t have the nut server running within haos

#

Which doesn’t matter

slow pecan
#

problem is, the ha box is in the middle of my house (to optimize z-wave tx/rx). My techie stuff has been relegated to the loft in the garage. I'll have to test how long the ups will keep the ha box in the air. We have regular power outages here during storms, so I will have to figure something out.

brittle night
#

I think you’re misunderstanding what I’m suggesting

#

Addons = containers running inside haos. Integrations = outside things added to hass to control monitor etc

#

I’m saying instead of running nut as an addon, just integrate it instead of doing both

#

Integrating it lets you run the full nut container (on another box such as a Linux server) instead of the gimped addon version

slow pecan
#

Yes, I get it Ii think -- I'd have to have a second box running with the existing ha box, next to the ups (AVR550U only has usb, not network). Seems a bit much to have another box just for this. I'm thinking an alternative option would be to re-install as HA Supervised, and then I can user portainer, put nut into it's own docker container.
Thanks for the input sellout!

brittle night
#

Don’t do that

#

Ignore supervised and core’s existence

#

The sane / suggested way to do this is to run the ha container

brittle night
slow pecan
#

UPS has to be right next to the HA box, due to the USB wire (this UPS doesn't have a network connection)

brittle night
#

A nut server can expose itself over lan to the nut integration in hass

#

Usb into server -> nut container on server -> lan to nut integration in home assistant

#

Makes sense right?

slow pecan
#

yeah... but which "nut container on server"? The add-on version doesn't work. One I put together myself? Does HA OS support using portainer?

brittle night
#

No

#

It’s actively not suggested it breaks things

#

I’m suggesting run nut container not on haos

#

You have a server besides what haos runs on right?

#

Why can’t you run the actual nut container on that?

slow pecan
#

Yes... but nowhere near the ha box

brittle night
#

Ok

#

So share it over lan to hass

#

It’s built into nut lol

#

Are you saying you want the ups to be the power backup to hass? Or to integrate with hass?

#

I expected the latter

slow pecan
#

the ups is for hass!

brittle night
#

Lol

#

Yea that wasn’t clear sorry

slow pecan
#

I want to shutdown hass nicely on a power failure -- we have them a lot here (basically every storm that comes along)

brittle night
#

Frankly I’d buy a secondary ups

#

And let hass ride out the outage

#

Or shut it down if needed

slow pecan
#

would have to be a big one! power can be out for 3 days every year or so!

brittle night
#

Damn

#

A lot of hass installs are on a pi or micro pc tho so could handle multi day

slow pecan
#

last week, power went up/down 8 or 9 times during a 4 hour period. Box didn't come back up properly after that experience.

brittle night
#

Sounds like hell

#

And I say that living in Texas

#

But ya to circle back I guess I’m confused with your initial issue

slow pecan
#

power lines run through a big forest to get here, trees fall down.

#

So: UPS is connected to HA box via USB cable. Should be simple, run nut addon, use nut integration, and automatically shutdown ha box if power is out for more than 5 minutes. I'm not even all that interest in monitoring the UPS -- just want to nicely shutting down the HA box after 5 or so minutes.
Putting in a second box in the same location for nut, and monitoring this second box with HA , certainly is an option that would work. But a bit 'heavy' just to run nut on one box.
I'll see if I can put in a problem report for the addon, you never know.

brittle night
#

Tbh if you had a dumb ups on hass and PoE switch that connects the hass device and the server with the smart ups you could still shut down hass gracefully

supple grove
#

@slow pecan Can you share your config?

slow pecan
#

devices:

  • config: []
    driver: usbhid-ups
    name: hassups
    port: auto
    mode: netserver
    shutdown_host: false
    users:
  • actions: []
    instcmds:
    • all
      password: xyz
      username: homeassistant
      list_usb_devices: true
supple grove
#

You said you added productid: 3024

slow pecan
#

yes, this configuration gives exactly the same failure in the log:
devices:

  • config: []
    driver: usbhid-ups
    name: hassups
    port: auto
    vendorid: 09ae
    productid: 3024
    mode: netserver
    shutdown_host: false
    users:
  • actions: []
    instcmds:
    • all
      password: xyz
      username: homeassistant
      list_usb_devices: true
#

also without the vendorid, same result

supple grove
#

According to the docs that belongs inside config

slow pecan
#

I think that is giving a better result! Let me check...

#

well, a step further I think, based on the log.

#

I added some more things to the config arguments, and now at least have a log that looks ok, but the nut integration does not work.
The log now is:

river wharfBOT
#

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

slow pecan
#

the config file is now:

#

devices:

  • config:
    • productid=3024 pollonly=enabled
      driver: usbhid-ups
      name: hassups
      port: auto
      mode: netserver
      shutdown_host: false
      users:
  • actions: []
    instcmds:
    • all
      password: xyz
      username: homeassistant
      list_usb_devices: true
#

anyway, thanks for the hints, @supple grove and @brittle night . I'll puzzle further tomorrow, it's bedtime now!

somber heart
#

if i need to edit the config files of an addon directly where should i be looking?

raven tinsel
#

Nowhere

#

If you need that, you shouldn't be using the add-on

somber heart
#

ok

#

thats a pain but thanks for letting me know

raven tinsel
#

👍

#

If you have to hack around it, it will eventually lead to unexpected behavior and issues

#

If that is the need, it often is just better to look for other solutions that do match your usecase

somber heart
#

yep, ill just switch back to running grafana in docker

raven tinsel
#

(or fork and actually maintain your own)

willow lintel
#

Is it correct the esphome add-on maxes the host memory when updating devices?

raven tinsel
#

That is possible

somber heart
#

although ingress was really nice for embedded graphs

willow lintel
#

2 simple Bt proxies

raven tinsel
#

you don't need to edit files for that. Every config option from the manual is exposed as environment variable, which is configurable in the add-on configuration options (also documented as such in the add-on documentation)

willow lintel
#

Also, when updating from the esphome addon dashboard checking the logs, and the screen sets in safe mode, the update stops ??

somber heart
somber heart
#

i just want to change the date format and the grafana docs say its in the config file and i didnt htink to look anywhere else

raven tinsel
#

Hehe I get that 🙂 It isn't wrong... it is more commonly known as the XY-Problem
The problem is X (you want to change the date format), but you ask a solution for problem Y (editing files). Meaning the answer you are getting is for solving Y, not X.

somber heart
#

yep

#

although its not liking the enviroment veriables either

raven tinsel
#

What did you set?

somber heart
#

Failed to save add-on configuration, does not match regular expression ^GF_([A-Z0-9_])+$. Got {'certfile': 'fullchain.pem', 'env_vars': [{'name': 'interval_hour', 'value': 'DD/MM HH:mm'}, {'name': 'interval_day', 'value': 'DD/MM'}], 'keyfile': 'privkey.pem', 'plugins': [], 'ssl': False}

#

for the names

#

just noticed the note in the addon docs: Note: _Only environment variables starting with GF_ are accepted._

raven tinsel
#

so in this case, the section is date_formats and the key is interval_hour

#

which means the environment variable Grafana uses for it is: GF_DATE_FORMATS_INTERVAL_HOUR

somber heart
#

ah ok

#

that worked, thanks for the help

raven tinsel
#

no problem 🙂

vast nova
#

Hello, I'm using "terminal & ssh" - does anyone know why file permissions keep changing back? (Specifically for the .ssh folder in config/.ssh) I change the rsa file to 400 and after a few seconds it's back to 777

vast nova
robust gull
#

@vast nova that mainly happens when the OS or program running needs to be set at a certain permission to run, so the program will attempt to fix the permissions.

#

Aka most likely whatever your doing is interfering with some security protocol by the "terminal & ssh" plugin that reverts the permissions of the .ssh folder.

vast nova
#

It's not doing it anymore after changing Syncthing to 'send only'
Basically I use the command line to ssh onto a Server with a private key and return readings. (Obviously no values were returned as the key was too exposed and therefore ignored) Syncthing backs up the config folder (supposed to do it daily but keeps refreshing regularly)

white patio
#

hey team - quick Python question - I have some python scripts that don't interact with HA, but which I'd like to be called by HA Automations, (potentially giving arguments as well). These scripts require importing of modules which I understand won't work if I tried running these directly in the HAOS container - hence landing on AppDaemon. My initial read of AppDaemon is that you make apps, importing a HAOS-module that allows AD-HAOS comms. I'm not interested in HASS-AppDaemon interaction as much as just running a Python script that does its own thing and finishes (it's making a series of post requests). Am I on the right track? ie is AppDaemon a good fit for "just" triggering a python script that requires a series of imported modules that wouldn't be allow to run under the "native" HAOS python environment?
Thanks!

viscid orchid
#

you might look at PyScript

#

or a simple integration that exposes a service

#

or ssh to a different server, or ssh into the SSH & Web Terminal addon where you can install whatever you want

#

@white patio there are many options

sacred pasture
#

Hey, can I connect my HAss to another network, so I can get those entities etc..? I did install wireguard and I did set it up in my fritz.box which created a file. The documentary is only for setting up the server, not the Client I think. Sorry Iam very new to HAss...

chilly olive
#

Hi, i have addon (DuckDNS) I have everything configured, ssl certificates, duckdns token and domain. Everything in this guide https://www.youtube.com/watch?v=EQEpue7GhdI&ab_channel=SlackerLabs The problem is with port forwarding. I have it in theory placed in the router (Port Forwarding), but unfortunately it does not work. I'm pretty sure it's the port forwarding fault, in the duckdns logs everything is loaded correctly.

river wharfBOT
#

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

chilly olive
bitter skiff
inland latch
bitter skiff
bitter skiff
inland latch
#

@bitter skiff No, firewalls. Already rebooted the router and Raspberry. But no way, still same error

open kelp
#

Is it possible to change the log level of a specific add-on? Can this be done as a logger configuration?

void prawn
#

Any thoughts on why I'm getting my noifications twice? For the door notification for the garage_entry (when someone opens the door to the garage) I have it set to notify me immediately. It notifies me twice in a row.

Here is the python code: https://pastebin.com/pZnU5xja
Here is they yaml code: https://pastebin.com/iuzKPA5N

I included the yaml code for all my door_notifications just to make sure something there isn't causing the double notify.

chilly olive
bitter skiff
#

That's right

inland latch
#

Is there any similar of file editor that i can use instead of it?

chilly olive
chilly olive
bitter skiff
bitter skiff
bitter skiff
bitter skiff
#

You should update that to appropriately look at the args

tacit cargo
#

anyone running the adguard add on

#

I did the OS update 9.5 and it seems the DNS server isnt working

bitter skiff
#

Well... is it actually running?

tacit cargo
#

nslookup google.com 127.0.0.1

#

The logs say it is running but im not able to get a response on it

bitter skiff
#

where are you running that.... and paste the logs

weary stratus
#

Hi, I've been running Adguard Home for a while, and it works fine except the connection drops from time to time, quite randomly but enough to be a frustration, maybe once every 30 minute or so. I'm getting errors like DNS_PROBE_FINISHED_BAD_CONFIG.

Any hints on what to do about this?

i'm using these as my upstream DNS servers (if it makes a difference). I added the two 94.xxx.xx.xxx to try to mitigate the problem, but to no avail.

tls://unfiltered.adguard-dns.com
94.140.14.140
94.140.14.141```
#

Maybe I should use another bootstrap dns server? Using the default 1.1.1.1:53. But not really sure what I'm talking about here.

bitter skiff
#

Logs point to anything?

shut briar
#

Hi is this the right place to get some help with the air sonos add-on?

#

I had the add-on working for what seems like 2 years. But recently it has stopped finding my upnp devices

#

If i use a linux vm with air sonos there is no issue. And HA os detects upnp devices

ebon hemlock
#

Hey I'm currently attempting to add my Reolink cameras to the motionEye add on and I keep getting this error.
"SSL certificate problem: self signed certificate"
Any advice is appreciated.

bitter skiff
#

Are you adding the rtsp stream

ebon hemlock
#

I did not try that I only added the local IP

bitter skiff
#

Possibly something like rtsp://your.cam.ip.here/h264Preview_01_sub

ebon hemlock
#

Okay tried that and the camera is able to be added but now I get "Unable to open video device"

bitter skiff
#

Is RTSP actually enabled?

ebon hemlock
#

Yes

bitter skiff
#

w/ port 554?

ebon hemlock
#

Yes

bitter skiff
#

Did you configure a user/pass for that

ebon hemlock
#

My Reolink NVR doesn't require an additional user/pass for rtsp

#

I can use my regular user pass login.

somber heart
#

ok left this for a while but comming back to it now, does anyone have any advice on allowing anonyms access with the mqtt addon?

#

i have folowed the instructions for setting up the customisation file and have put allow_anonymous true in the file (like all my other mqtt servers) and the logs say it is reading the file but it is still not letting my connect without credentials

supple grove
somber heart
#

thanks for the link, i did look but didnt see anything (think i filtered issues by label and that one isnt labelled). it does seem unnesaserraly restrictive to block it out right and not just remove the option. anyone who is going to go to the effort of creating and editing config files probably knows what they are doing (at least more than just flicking a switch)

proven kite
#

Could anyone possibly help with getting zigbee2mqtt to work with skyconnect? I have done the following:

  1. Download mosquitto broker
  2. Downloaded zigbee2mqtt custom repository
  3. Pressed the configure, submit, and start buttons for mosquito broker
  4. Went to the configuration section of zigbee2mqtt and specified the port by the id of sky connect and put the adapter: ezsp
  5. Hit start on zigbee2mqtt

I keep getting “failed to start zigbee” logs for zigbee2mqtt. I am not sure what I am doing wrong here

supple grove
#

Show the logs you're getting

inland latch
chilly olive
lucid fable
#

how can you save the domain name on duck dns addon configuration i type my name but when i click away or save the text i type disappears ?

bitter skiff
bitter skiff
river wharfBOT
#

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

proven kite
#

These are the logs I am getting when trying to start zigbee2mqtt with sky connect

bitter skiff
chilly olive
bitter skiff
#

You really need to give more information about your errors and what your configuration are

#

Vague statements like "does not work" are incredibly difficult to troubleshoot

tacit cargo
#

HASSio on RPi4. Just updated to OS 9.5 and it appears to have broken networking for the adguard container. It's not responding to any DNS inquiries and cant reach an servers for updates of the block lists. Logs appears fine otherwise. My network is fine as its defaulting to my alternate pihole server running on another server.

brazen ravine
#

Q / ESPHome: since the past few updates I have the problem that the ESP devices connect to WiFi but dont connect to HomeAssistant (or just after hours).
I know, little information for now, but maybe you could tell me where to search..
Thank you very much !

bitter skiff
tacit cargo
#

Any idea why?

bitter skiff
#

I don't think they're static necessarily... also, drop the :53 on your nslookup calls

tacit cargo
#

I don’t have any custom networking configured for the docker stack on the pie

bitter skiff
#

How do you have your DNS servers configured? DHCP?

#

ha dns info

#

Regarding my 172.30.32.3 comment above... that's probably fine, looks like there's a hassio_dns container within HAOS that has that IP, so I believe it'll depend on what the above shows

chilly olive
#

Okay, I'm sorry. So. In homeassistant I did everything right, in the duckdns configuration I gave my token, and I gave my duckdns address. In homeassistant configuration I have set ssl certificate.
Configuration.yml:

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

And in the duckdns logs everything is fine as you can see.

Something feels like it must be port forwarding's fault. When I go to the address it says page not found
left charm
#

Hi. Having issue with the official Samba share addon. Basically it will not start. Pressing the START button and nothing happends. Running on a pi4. Any idea what is happening ?

viscid orchid
#

Presumably the logs will say

left charm
#

one would think so. There are the last lines in the log

#

INFO: Profiling support unavailable in this build.
Registered MSG_REQ_POOL_USAGE
No builtin backend found, trying to load plugin
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_POOL_USAGE
waiting for connections

sage flame
brittle night
#

Don’t do that just use subdomains

#

Easy to do with nginxproxymanager or similar

sage flame
#

oh ok thanks! I'll look into that

#

Is this a 'reverse proxy'?

brittle night
#

Yes

#

It’s just sitting in front of your other services listening and redirecting

chilly olive
#

Could it be a problem with open ports? Yesterday I played and tried to open the port in router 1 and 2, after checking the port checker it showed that the port is unavailable. Could it be the router's fault? The network at home is created in such a way that there is a main INEA router in the garage, which has a fiber optic cable connected and this router distributes the network to me in the room where I have a TP-LINK router. Yesterday I tried to open the port on both routers and nothing happened :/

bitter skiff
#

router 1 and 2?

#

Having multiple routers isn't ideal

#

plus... you only posted your setup of a single router

#

and yes, that's where the problem is

chilly olive
bitter skiff
#

Do they each have a DHCP server? Does the TP-Link router have an IP from the INEA router's network?

chilly olive
bitter skiff
#

has rather an ip?

chilly olive
#

Yup

bitter skiff
#

Right... that's the question I asked

#

I guess you'd have to forward 443 from your INEA router to 192.168.1.86:443

#

and then your current setup should work

chilly olive
bitter skiff
#

Seems reasonable

chilly olive
bitter skiff
#

You opened 443 in the tp-link router yes?

#

I'd suggest using the cloudflared add-on w/ your own domain name. Your set up seems to be sufficiently convoluted that trying to get port forwarding through >1 router will be challenging.

chilly olive
bitter skiff
#

🤔 What? You're forwarding TLS traffic

chilly olive
chilly olive
thick herald
#

Hi guys, I've noticed I no longer see my Supervisor panel (Addon-Button I think it was called) In the settings overview. I restarted it via ha su restart via the CLI and it seems to work?
My Integrations panel says "Supervisor not loaded", so something still seems to be off. Can anybody help me with this issue please? All addons, etc. seem to work fine, just the frontend isn't accessible as far as I can tell.
My Supervisor version is 2023.01.01, su info reports healthy = true
Or was there a change I missed?

#

Ah, and the moment you "call" tech support, the problem solves itself 😉 I rebooted HA Core after restarting the supervisor, the button is now there again. Sorry for the disturbance...

chilly olive
#

Okay :>

white nymph
#

Hello everyone,

I’m having trouble connecting Home Assistant with HomeKit, and I’m hoping to get some help here.

Here’s my setup: I have a Sophos XG Home Firewall and my network is split into two IP address ranges: 192.168.178.XXX for LAN and 192.168.180.XXX for WLAN. I’ve allowed port 51827 through the firewall under WAN TO WLAN and WLAN TO LAN.

However, I’m still unable to connect Home Assistant with HomeKit. I suspect that the separation of the IP address ranges between LAN and WLAN is causing the issue, but I’m not sure how to resolve it. I’ve also made sure that the HomeKit add-on is correctly installed and configured in Home Assistant.

Can anyone suggest what I might be doing wrong, or what additional steps I need to take to get Home Assistant to work with HomeKit? Any help would be greatly appreciated.

Thanks in advance.

chilly olive
bitter skiff
#

Cloudflare sells domains as well

chilly olive
bitter skiff
#

Pretty much

weary stratus
#

Hello, I was looking at getting the ESPHome Arduino Port Expander as I have a Arduino Mega with a shield I need to use.

Am I correct in thinking that ALL the programming is done via ESPHome and nothing via Arduino IDE? I dont want to have to do sketches on the Arduino and also the ESP32.

hazy ether
#

Not sure why I tried to compile firmware from HA on my rpi3b when I could use the cmdline utility 1000% faster

#

1120s to fail vs 118s to success

thorn drift
#

how do i get a container to do host mode networking instead of port forwards

river wharfBOT
#

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

tranquil mantle
jade wing
#

If you're looking for AppDaemon help, have you tried their Discord?

tranquil mantle
#

Thanks, I will give it a try.

tacit cargo
bitter skiff
#

that's configured for 10.30.10.1 vs 10.30.10.200

#

Is 10.30.10.1 your router?

tacit cargo
#
Server:        10.30.10.200
Address:    10.30.10.200#53

** server can't find google.com: SERVFAIL

poldim@MBP17 ~ % nslookup google.com 10.30.10.1
Server:        10.30.10.1
Address:    10.30.10.1#53

Non-authoritative answer:
Name:    google.com
Address: 142.251.46.238```
#

router's DNS forwarding is working fine

#

seems like the dns server on the pi isnt exposed

#

but the adguard network is configured as host networking

#

so maybe rasbian fw is blocking it?

bitter skiff
#

Can you hit 10.200 from another device

tacit cargo
#

nope fw isnt it

tacit cargo
bitter skiff
#

as a DNS resolver

tacit cargo
#

no, thats the last snippet above

#

tried to pi and then to router, from my laptop

bitter skiff
#

if you go to the querylog in adguard, do you see anything there

tacit cargo
#

there are some, but it's maybe 1 percent of what i normally see, and it appears to be from maybe one apple device

#

everything else isnt getting through

bitter skiff
#

I mean those all look like ad hostnames, so that's not unreasonable

tacit cargo
fierce shard
#

cant get the eWelink add-on to start

frigid hamlet
#

is it expected that you can't use special characters in the database url for recorder?

#

Error during connection setup: 'g@core-mariadb/homeassistant?charset' is an invalid keyword argument for connect() (retrying in 3 seconds)

#

the g happens to be the exact last character of the password

viscid orchid
#

yes, I thought that was in the docs

frigid hamlet
#

didn't see anything like that

#

can you reset the password by just changing the configuration once the mariadb addon has been initialized with the other password?

#

Looks like yes

viscid orchid
#

I can't find the guidance about passwords anywhere, but I'm pretty sure it was in the "breaking changes" section of the release notes for some HA version in the last 6 months

frigid hamlet
#

No big deal, just changed it to letters and numbers instead 😅

viscid orchid
#

I think you can URL-encode it if you want

karmic delta
#

Hello. I'm new here so please bear with me. I recently started my adventure with HA. I have my first problem with ESPhome. After restarting the server, I get 2 errors.

1.Error requesting ESPHome Dashboard data: Cannot connect to host 127.0.0.1:62791 ssl:default [Connect call failed ('127.0.0.1', 62791)]

  1. Exception in setup_update_entity when dispatching
simple frost
#

Anyone having issues withj adguard since the update?

#

No response at all from dns

#

There isnt even any querys in the logs

chilly olive
#

Can anyone solve my problem with the HASS AGENT add-on/program? Something must have broken down, my computer does not connect to homeassistant at all to manage e.g. media. Quick Actions work fine. But already controlling the media or checking the status of the computer entity doesn't work. I have everything connected and in homeassistant it is not detected..

bronze root
#

Need some help with Zigbee2MQTT and MQTTA Broker. As of now, I can access and control the devices through the Z2M Web UI but they do not show up as configured entities in MQTT Broker. The Z2M Bridge, Coordinator, Main Join, Network Map, and Version are populated as entities in MQTT but that's it. Not sure what I'm missing here so any help would be much appreciated.

stone delta
#

Having a weird issue with the AdGuard Home addon. It recently auto-updated, but now is stuck saying
Image ghcr.io/hassio-addons/adguard/aarch64:4.8.1 does not exist for addon_a0d7b954_adguard
whenever I try to start it.
(Update: fixed, restored from a partial backup for 4.8.0, updated manually after, then waited for the "pending update" to disappear from HA settings)

acoustic grail
#

Hey. Does anyone know if you can configure NUT to work with an APC UPS connected via ethernet?

brittle night
#

Not via the nut addon nope

#

Tried and failed myself - the config options on but website don’t all work with the addon

#

Apcupsd works tho

acoustic grail
#

Is there an addon for that?

#

Never mind, found it

acoustic grail
#

@brittle night I actually got NUT working with v1 SNMP. Mode=netserver

- config: []
  driver: snmp-ups
  name: myups
  port: <LOCAL_IP>
  community: public
  synchronous: "no"
  pollfreq: 15
brittle night
#

With an snmp card?

#

I have apcupsd running on an unraid server sharing it over lan to apcupsd hacs addon then the integration

acoustic grail
#

My UPS has a built in ethernet card

brittle night
#

Yea I don’t have that

acoustic grail
#

Ah. I setup SNMP on the UPS itself

brittle night
#

Mine plugs in usb to server

#

Then server uses apcupsd to share it over lan

river wharfBOT
#

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

wind marsh
exotic fable
#

My ssl certificate expired and now i am trying to renew it, but i get this error

  Domain: hassbuijs.duckdns.org
  Type:   connection
  Detail: 84.**.66.**
: Fetching https://192.168.178.120/.well-known/acme-challenge/3qFXtx_VTBIMVqkC1pmrSsZRfNqi-YUljavznG-Lcek: received disallowed redirect status code
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
Some challenges have failed.```
#

its trying to get something of my ILO of my dedicatedserver because my homeassistant ip is 192.168.178.80 not 192.168.178.120

bitter skiff
#

As was asked in #general-archived , do you have an internal DNS server that's rewriting your duckdns IP internally? Also, you can use DNS-01 (there's a huge list of providers in the addon docs) instead, which doesn't require a request to be sent to your instance

exotic fable
bitter skiff
#

So... why are you using the LE add-on instead of letting DuckDns do it's thing

exotic fable
#

Because i tried that but it doesn't regenerate the ssl files

bitter skiff
#

Well... how about we figure out what's up w/ that instead

exotic fable
#

Okay

bitter skiff
#

Shutdown the LE addon and what do the logs of the DuckDNS addon say

exotic fable
#

this is what it says when it is turned on

# INFO: Using main config file /data/workdir/config
Processing hassbuijs.duckdns.org
 + Checking domain name(s) of existing cert... unchanged.
 + Checking expire date of existing cert...
 + Valid till May 21 10:11:35 2023 GMT (Longer than 30 days). Skipping renew!
[13:24:55] INFO: OK
84.**.66.**
NOCHANGE
[13:29:56] INFO: OK```
#

LE is already turned off

bitter skiff
#

Sounds like the cert is fine

#

So, why are you wanting to "regenerate"

exotic fable
#

Because i deleted the cert files

#

they are not on the server anymore

#

thats why its weird that it says that there is a ssl

#

because there is no ssl files in the ssl folder on my server

bitter skiff
#

I suppose you could try re-installing the add-on, I'm not sure if that will delete the files within the container

exotic fable
#

I will try reinstalling it

#

It regenerated the files but it didn't renew the time for some reason

bitter skiff
#

What's the output

river wharfBOT
#

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

bitter skiff
#

You restarted HA as well?

exotic fable
#

Yes

bitter skiff
#

Hmm, not sure if you're comfortable exec-ing into the container and emptying out /data/letsencrypt, but I don't see any other options to force the cert to be reissued

exotic fable
#

Sure i can try doing that, i already have my ssh open xD

#

There is no letsencrypt folder?

bitter skiff
#

You'd need to be the in duckdns docker container

exotic fable
#

How can i do that?

bitter skiff
#

docker exec -it core-duckdns sh

exotic fable
bitter skiff
#

You can turn off protection mode in the add-on panel for your SSH addon (just keep in mind that the warning is there for a reason, and you shouldn't be messing w/ this typically)

exotic fable
#

I know

supple grove
#

Check docker ps to get the name

bitter skiff
#

Did you stop the addon?

exotic fable
#

No

bitter skiff
#

ahh addon_core_duckdns

exotic fable
#

that worked

#

What do i have to do now?

bitter skiff
#

cd /data/letsencrypt

#

ls

#

should see your cert files there

#

I guess you could just copy those too instead

#

Should have access to /ssl

exotic fable
#

I have this

bitter skiff
#

cd into that

#

and ls again

exotic fable
bitter skiff
#

cp fullchain.pem privkey.pem /ssl

exotic fable
#

And now ?

bitter skiff
#

Restart your addon

#

and restart HA

#

It should serve using the updated cert then

exotic fable
#

Now i am getting this when i try to go to the domain

bitter skiff
#

Idk what that says

exotic fable
#

Not reachable

bitter skiff
#

that work?

exotic fable
#

with http yes but with https no

bitter skiff
#

What's your http: integration configuration

#

I think DuckDNS may be down

#

They're sure been having issues

exotic fable
bitter skiff
#

In your configuration.yaml

exotic fable
#

Oh i didn't turn that on thats my problem

#

xD

#

i still have that turned off because i couldn't restart without the pem files but now i have that xD

bitter skiff
#

Right

exotic fable
#

I forgot about that haha because i am in VRChat hanging out with loud music haha

#

It worked Thanks for the help 🙂

bitter skiff
#

Sweet, you're welcome. Now don't delete those files again 🙃

exotic fable
#

i don't haha

past basin
#

Is the developer of the LetsEncrypt addon in here? Can someone show me how that addon is running periodically to refresh certificates? I'm trying to do something similar, where I need to run a periodic process to refresh something, but it's not re-executing and I don't entirely know why. My addon is using the same supervisor as the LE addon -- s6 -- so hopefully my solution will have a similar shape.

Alternately, if someone knows how to make s6 run code on an interval, that would also be fine.

sly kindle
#

@past basin it runs once and done when it starts. There are automation examples in the addon docs to start it periodically

past basin
#

Oh...

#

Well, shit. Okay. That's why my attempt to imitate it was utterly failing

#

I just assumed it would work constantly.

rotund steeple
#

hello
I just reinstalled ha and but back and backup
in the backup I have the Nginx Proxy Manager add-on
but the add-on is running and working
but when I try to login in the Nginx Proxy Manager back end that that gives and login error
if I try to login with the default credentials that works but I don't see my configured hosts

brittle night
#

did you reboot the host (pi or whatever) after restoring from backup?

rotund steeple
#

yes I rebooted

brittle night
#

i mean after successful restore

#

it needs a reboot after that

rotund steeple
#

yes al the other add-on's works fine

#

I moved from a debian to an vm ha os in proxmox

brittle night
#

sounds like that addon backup somehow failed then

#

if it's in a default state

rotund steeple
#

but the proxy is working I can connect to the host using the proxy

#

so the config has the be running somehow

brittle night
#

weird

#

are there any open issues on the addon page for it?

rotund steeple
#

i see there is an issues open

rotund steeple
bitter skiff
#

SSH into HA

rotund steeple
#

thank you

bitter skiff
#

you bet

karmic delta
#

Hello. I'm new here so please bear with me. I recently started my adventure with HA. I have my first problem with ESPhome. After restarting the server, I get 2 errors.

1.Error requesting ESPHome Dashboard data: Cannot connect to host 127.0.0.1:62791 ssl:default [Connect call failed ('127.0.0.1', 62791)]

  1. Exception in setup_update_entity when dispatching
rotund steeple
zealous fulcrum
#

I installed AdGuard Home and got it working. It blocks ads on all devices on the network. However, all DNS requests from all devices are coming from the VLAN gateway (192.168.100.1) instead of individual device IPs. I have no idea how to fix that. But it means I can't do custom settings per device. https://pasteboard.co/TbptASJHlcbR.png Any ideas?

crystal socket
#

Not sure if this is an Install or Addon question, but I just picked up a NUC and migrated my VM based install to its own machine.
Unfortunately, none of my addons are starting. After looking online a bit, I tried out the common advice of removing the addons, installing them again, then doing the partial backup for the addons. Still won't come up, even though the logs indicate it starts just fine.

#

Had to reboot the whole system. I had just been restarting HA before. Everything seems to work now

slate crown
supple grove
#

if you're sure it's MariaDB you can enable query and slow logging and check that

slate crown
#

100% sure. Glances shows the process going up to 80% für like half a minute. May I ask how/where I would enable "query & slow logging"? Thanks!

supple grove
hidden sonnet
#

Struggling with the Bookstack addon. Trying to get the simplest setup to have a bookstack card in HA. I can login from regular browser and Bookstack seems to work fine, but the HA card I get a 419 Page expired. As this will be on a screen in the kitchen the simplest without login would be prefered. Any suggestions on what I might be missing since I get the 419?

void prawn
keen violet
#

I have a unifi system that I'd like to get syslogs from. Is there an addon or some means of making my home assistant setup a syslog server? Easier for me to get into the pi than the unifi console.

cold harbor
#

Hi , it seems that a new catcha is present in Gapzar site , So the addon gazpar2mqtt is not working anymore. Is there a fix for that ?

bitter skiff
karmic delta
void prawn
bitter skiff
void prawn
#

I know just enough coding to get me in trouble.

#

I may change the code to match the other files that don't have the ID's hardcoded but for now, this should work and I can tweak later. Thank you for the help!!!

bitter skiff
#

You could make the message title/contents configurable as well if you wanted to just condense to a single file too

fervent harbor
#

Has anyone else had zigbee devices on zigbee2mqtt just randomly going offline since last update? I keep having to restart to get them back?

spice wolf
#

I had to revert to a backup of my Home assistant from 2 weeks ago due to a glitch which I could not fix, now I cannot get ESPhome to start.

#

Add-on is not running, please start it first

brave eagle
#

I am interested in Loopia (DNS provider) support for Let's Encrypt Add-on. There is a pull-request for it "Let's Encrypt: Add support for Loopia DNS.". Do anyone know when it will be merged & available?

hoary crown
tidal rivet
#

Hi, I'm using the Goodwe Inverter add-on provided by Home Assistant (home-assistant.io/integrations/goodwe/)
But the values are never the same as I see in my SEMS Portal (where the add-on gets the data from)
If this was just a little difference, I wouldn't care, but it seems rather unreliable

Is this a known issue?

raven tinsel
#

add-ons and integrations are not the same thing

tidal rivet
#

Oh, sorry, just installed HA 2 days ago

raven tinsel
#

hehe it is alright! Don't worry

#

I rather point you to a place you are more likely to get an answer 🙂

tidal rivet
#

Thanks for that 😄

sharp nest
#

Good day friends. It's been three days since I could set up Wireguard + adguard home. The problem is that as all clients (there are several of them) in the Adguard window traffic accounting is coming from one client with the address 172.30.33.0. How can I separate these devices when using Wireguard?

prime parcel
#

Planning to buy SwitchBot Lock for my backdoor. Does it work without the hub with Home Assistant or it requires one to work remotely?

bitter skiff
zealous fulcrum
#

I installed AdGuard Home and got it working. It blocks ads on all devices on the network. However, all DNS requests from all devices are coming from the VLAN gateway (192.168.100.1) instead of individual device IPs. I have no idea how to fix that. But it means I can't do custom settings per device. https://pasteboard.co/TbptASJHlcbR.png Any ideas?

bitter skiff
#

Either your clients aren't pointed at the DNS server directly and they're requesting from 100.1, which is in turn using AdGuard, or you've got some type of NAT going on

zealous fulcrum
#

The clients are not configured to use individual DNSs, no. The router has the DNS assigned to the adguard server so that everything on the network is protected.

bitter skiff
#

So.... there's your problem then

#

Hand it out via DHCP

zealous fulcrum
#

I don't know what that means. Could you rephrase it?

bitter skiff
#

In your DHCP configuration, you can specify a primary/secondary DNS server for your clients

#

Specify AdGuard as the primary and your gateway (or whatever you want) as secondary

zealous fulcrum
#

On my router, I have set the name-server to 192.168.100.10. I should undo that and set it back to 1.1.1.1 and 8.8.8.8? I see a spot for DHCP but it currently has no entries.

bitter skiff
#

Are your clients set up to use DHCP?

#

If you're statically assigning addresses, then this obviously won't work

zealous fulcrum
#

I have created a DHCP server for each VLAN. I have statically mapped MAC to IP addresses for my permanently connected devices.

bitter skiff
#

Are they static DHCP reservations? (i.e. are your addresses handed out via DHCP)

#

Then yes, you should be able to modify your DHCP server settings w/ your DNS server

zealous fulcrum
#

It appears I can't post images here. I thought it easier to show you the config because you obviously know quite a lot more about this than I do.

bitter skiff
#

imgur

zealous fulcrum
#

The first is the DHCP configuration for on VLAN, the .100.1

bitter skiff
#

See how DNS 1 is set to 100.1

#

Set it to 100.10

zealous fulcrum
#

Ok

bitter skiff
#

Then the next time your client gets an address, it should also have your adguard instance as primary dns

zealous fulcrum
#

Can I force that to happen now to test?

bitter skiff
#

Sure, just release and renew

zealous fulcrum
#

It's rare to find someone here who can help so I'd like to take advantage of this opportunity. 🙂

#

Wonderful. 🙂 That appears to have worked correctly!

#

I can see my individual IP on the AdGuard dashboard now

#

Thank you very much for your help.

bitter skiff
#

Yep, you're welcome

wispy jackal
#

I suddenly have an issue with the mosquitto core addon, I can't figure this shit out .. "Error: Unable to create websockets listener on port 1884", the port is not in use on the machine. Anyone?

covert bobcat
#

Hello, a few weeks ago I started experimenting with home assistant for a school project. I am trying to create an add on that is able to create automations for users. The thing is I have no clue how I could let an add on edit the configuration.yaml file of a user. It would be amazing if there is someone who would be so nice to help me out with this 🙂

willow lintel
#

is registering new services for the Appdaemon add-on new? Looking for a source for a HA startup log issue and see this in the AD log: 2023-02-23 21:56:42.898037 INFO HASS: Registering new service zwave_js/invoke_cc_api 2023-02-23 21:56:42.898218 INFO HASS: Registering new service zwave_js/reset_meter 2023-02-23 21:56:42.898449 INFO HASS: Registering new service profiler/start 2023-02-23 21:56:42.898632 INFO HASS: Registering new service profiler/memory 2023-02-23 21:56:42.898809 INFO HASS: Registering new service profiler/start_log_objects 2023-02-23 21:56:42.898987 INFO HASS: Registering new service profiler/stop_log_objects 2023-02-23 21:56:42.899179 INFO HASS: Registering new service profiler/dump_log_objects 2023-02-23 21:56:42.899358 INFO HASS: Registering new service profiler/log_thread_frames 2023-02-23 21:56:42.899537 INFO HASS: Registering new service profiler/log_event_loop_scheduled 2023-02-23 21:56:42.899787 INFO HASS: Registering new service plex/refresh_library 2023-02-23 21:56:42.899970 INFO HASS: Registering new service plex/scan_for_clients going on and on

quick shell
#

Someone here that’s running Frigate connected to Coral USB TPU on pure HASSIO or do I need something like Proxmox? 🙂

modest ermine
#

I had it running until yesterday

leaden orbit
brittle night
#

He was asking about a syslog server such as logstash elk etc

#

I’m not sure what you’re wanting short of a non existent integration but it’s not a syslog server I don’t think lol

leaden orbit
#

Heh. Ok. I could be way off base here, but what I want is to configure my router to send logs to homeassistant

#

So to use HA as a syslog server

brittle night
#

Does that router have a syslog server option?

#

There’s third party addons for all sorts of stuff I’m sure there’s one for elk etc

#

But that’s not using home assistant as a syslog server it’s running a syslog server container inside haos

leaden orbit
#

It does have a remote logging option for syslog

brittle night
#

Hass?

brittle night
#

Oh you were referring to my question above

leaden orbit
brittle night
#

i'm not easily finding an addon for elk, greylog, logstash, etc

#

good luck with your googles

#

worst case you have to make your own addon if this is really that important

#

if you're running on a pi with an sd card then this is a really bad idea tho

leaden orbit
#

Thanks for that

#

Yeah, fair call

brittle night
#

better to have an actual server to run some syslog server on

leaden orbit
#

I might look into some cloud syslog servers

brittle night
#

you what

leaden orbit
#

Cloud hosted syslog servers that I could send the logs to rather than trying to store on the pi + SD card

#

This is for a HA installation that I manage for a friends business. Just looking for a simple solution to capture DHCP syslog events from his router

keen violet
#

@leaden orbit I didn’t find anything. I’m very new trying something like this, so I’m not even sure if I’m asking the right questions 😅

fervent harbor
foggy sage
#

I need some help, i what spotify on HA, and i want it media player, that i can selecet the spekar, like sonons, googel and so on. The big question is what do i need to install to do? i have Hacs

silk moss
#

I'm running Home Assistant OS on a RPi. Is there a way to get Node.JS in an add-on so I can host web apps for local use?

clever kelp
#

Hi there. I'm not shure if I am at the right place here. So I just try:
I'm running Home Assistant 2023.2.5 on a Raspi, Adguard Vers. 4.8.1
Everyting works fine but after some weeks, the counters (dns request / blocked) are not increasing anymore. It looks like adguard is not working anymore. Restarting the addon doesn't do nothing, restarting the HA system doesn't work, even restarting the pi hardware doesn't work. I have to delete the addon and reinstall, but that's not fun to do once in a month. Any ideas?

quick shell
modest ermine
quick shell
surreal stone
#

Anyone knows how to change device types for devices integrated through MQTT? I have some 50+ devices and all are shown as light. I want these to show as light, switches, locks, sensors respectively.

supple grove
dreamy flint
#

Is there an add-on where I can view largest entities/send to the recorder? So I can easily exclude them if needed? I recall seeing one yesterday somewhere online, but I forgot its name.

supple grove
#

What database are you using?
You can run a query against it database: <#general-archived message>
While I recommend a desktop client like HeidiSQL you can also use a addon like PhpMyAdmin or SQLite Web

desert sage
#

Hi

#

I updated HA and now most of my integrations are broken

#

Default integratsions all say the same thing more or less

Retrying setup: Error while resolving Forecast.Solar API address
Retrying setup: Failed to get the Z-Wave JS add-on info: Addon core_zwave_js with version latest does not exist in the store
Radio Browser
Failed to set up

bitter skiff
#

Sounds like DNS issues

desert sage
#

Yeah I thought that too, and have managed to get them reporting OK now, but stuck with my original problem with Z-Wave JS

#

Retrying setup: Failed to get the Z-Wave JS add-on info: Addon core_zwave_js with version latest does not exist in the store

#

It looks like something updated but the server didnt or vice versa, I don't see Z-Wave as an addon and cant install it from HA website as it says failed to get info

bitter skiff
#

Check your log

#

See if there's more detail

desert sage
#

The only thing is this

#

Failed to get the Z-Wave JS add-on info: Addon core_zwave_js with version latest does not exist in the store

#

I can't install it as it says it cant be found, I don't see anywhere to force a rebuild of the store?

#

When I go to Add-On store I do not see any of the Core addons, only GivTCP, and HAC Add-ons

#

Is there anywhere else I am missing log wise to debug further?

bitter skiff
desert sage
#

so yea, its updating HACS and GivTCP repo from github but not the HA addons, as I thought it was doing....

#

Thats pretty wild that it can update 2 githubs and not the core, is there any more logic to it than that?

#

I can curl the url in terminal

bitter skiff
#

any errors above that?

desert sage
#

Nop

bitter skiff
#

may have to "Load Full Logs" at the bottom

desert sage
#

The only yellow is that which makes sense, as thats the issue i am having,

#

I am dev, just not experienced much in HA

#

Any thoughts?

verbal dragon
#

Hello All, there are no add-ons in my Addon Store. Getting this error
23-02-25 17:18:45 ERROR (MainThread) [supervisor.store] Can't add repository https://github.com/esphome/home-assistant-addon due to 'GitRepo.clone' blocked from execution, no supervisor internet connection

dreamy flint
# verbal dragon Hello All, there are no add-ons in my Addon Store. Getting this error 23-02-25 1...

Simple google search on "no supervisor internet connection" results a lot of... well results. :)

Eg this one: https://community.home-assistant.io/t/supervisor-no-internet/305929/17

Few suggests to reboot the system Supervisor > System > Reboot Host and others to check if there's a connection to the internet on the host and or change it's DNS. Give it a read and see if one of the solutions works for you

opaque mist
#

Hi all,

I'm quiet new to HA and trying to access HA over a cloudflare tunnel.

The tunnel is working correctly with the cloudflared certificate and argo tunnel running. But, If I will reach the HA page over the url. I see only a error 400 bad request error.

Is there someone who's able to set this up?

burnt obsidian
#

Im new to HA as well, but might give some advice

#

I believe HA limits what IPs can access it by default, the VPN will have a different IP than your local network, so you need to allow it. I'll try to find the setting

#

this doesn't have the exact answer, but it is what I was thinking of

vocal sequoia
#

Berry, are you using a reverse proxy at all also? @opaque mist

dreamy flint
steep zealot
#

Hi all, has anyone been successful in backing up mariadb with mysqldump command as compared to HA backups. I've now spent close to a month in attempts to consistently transfer my DB between HA instance using backups. They are simply broken and no amount of following available good practices helped.

steep zealot
#

Conversely has someone been able to consistently create and recover from backups including mariadb and influxdb databases such that

  1. After recovery mariadb boots without an error
  2. Influxdb boots and has the DB and retention policies inside.
    I am willing to test all scenarios (which I feel I mostly have already), before putting in bug reports in core
#
  • I've trimmed down mariadb to under 1GB (230mb backup size) and influxdb to 3gb (backup of 900mb).
ionic glen
#

quick ESPHome question. I have changed the name of one of my devices and installed a new config ontu ESP32. Now ESPHome cannot connect to that device. I have tried restarting my local DNS and DHCP servers. Is there anything else i can do to regain that connection without need to reflash the device via usb?

#

WARNING Can't connect to ESPHome API for baby-room-bed-presence.local: Error resolving IP address: [Errno -5] No address associated with hostname

weary stratus
river wharfBOT
#

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

weary stratus
#

Well it doesn't show up as nice after bot conversion, but hope someone can help 🙂

hybrid hazel
#

I want to set a time stamp in ESPHome. It will eventually be a countdown timer. I can implement the countdown part in C++ if needed, but I need some way to set a time, just some hours and minutes.

#

I see some time components, but they seem to be more for synchronising time, and not manually setting a time

steep zealot
hybrid hazel
#

For some reason it says I don't have access to that link

steep zealot
hybrid hazel
#

Alright

steep zealot
supple grove
#

What error(s) are you getting on MariaDB?

steep zealot
#

I tried:

  1. Recovering the whole backup from the landing page dialog
  2. Recovering just the basic config from the landing page of the new machine and load mariadb backup later
  3. Uploading the backup via SSH or Samba and recovering it then
  4. Uploading a backup without mariaDB, getting it recovered onto the machine, rebooting it and then creating another backup of only mariadb and trying this way
#
  1. Tried with a 3GB DB, 2 GB DB and 900MB DB compressed as a 230mb backup file
#

Within each of these points, there are probably another 3-4 scenarios I've run to test branches of these.

#

If you wake me up in the middle of the night I can recite the stepbystep of spinning up a new HA OS VM by heart on Windows in VirtualBox, on Unraid, on Proxmox, I've tired them all at some point.

#

I managed it once, going from an old VirtualBox VM onto a new one, but never was lucky enough to repeat it, even though I did the same exact thing.

#

Yesterday I also had this happen 3 times in a row when trying to just put a mariadb backup onto an already running recovered HA instance without a mariadb on it.

#

And again, these are all attempt of moving from a fully working HA system with no error related to MariaDB operation, outside the typical client disconnects. It is also worth noting that each backup successfully (per logs) is locking and unlocking the tables.

#

@supple grove any help will be greatly appreciated, since you can see I've invested a lot of time with little success.

supple grove
#

Gimme a second. I booted my virgin HAOS VM. Installed/configured MariaDB and PhpMyAdmin. Took a full backup. Restarted and tried to restore. This worked. I've now destroyed the disk and imported the image again so I can start fresh from the landing page. Waiting for Preparing Home Assistant at the moment

steep zealot
#

I am eerily certain we'll reach the 'works for me' point very soon... 😅

supple grove
#

Awesome how little response you get about what's happening. I've got bad news. After a few refreshes it's back with this in MariaDB's log: https://pastebin.com/raw/TKCM50XA
The addon isn't started, however and doesn't seem to want to. Probably old logs. I lost track of time. Will edit when I get further along

steep zealot
#

If I understand correctly, you've a favorable log output at first, but then it's still not starting and the recorder is dead?

supple grove
#

I Installed the SSH addon now and according to docker ps the addons are running. HA's own logs show no sign of error. Let's see what a reboot does. Okay after a reboot the addons are back (as in visible started in the UI) again and everything seems to work as before I destroyed the disk. I'm not sure how to get better logs of what's happening underneath. I should have probably checked ha supervisor logs. Good thing I did a snapshot. Lemme try again. Back at preparing now

steep zealot
#

What I am trying to wrap my head around is how a fully operational DB is backed up and recovered (while tables are locked) and give a corrupted outcome

#

Just to double-check, you span up the VM with some config in it or it was a blank VM and you put your production MariaDB on it, even though all the entities are not there in this instance?

supple grove
#

The VM's disk came directly from haos_ova-9.5.qcow2. I used qm disk import ... haos_ova-9.5.qcow2 .... No I installed the MariaDB addon inside

steep zealot
#

And where did the backup come from?

cold shoal
#

🆘 My ISP seems to have many sites getting blocked (even archive.org at one point; for unnecessary reasons, acting like big brother under govt directions)
This has led to issues on my HAOS running on pi using my Fibre ISP connection.
Mainly i use NODERED addon for automation and site blocks fails HTTP request nodes as they fail to get a reply. "Site not reachable" errors. (Definitely my ISP as other sites work fine )

How can i use a proxy for a specific flow? Or a Proxy/Vpn for Nodered (or HAOS itself, though i dont want to do the latter as i look for free options and whole HAOS installation might need too much data)
Or Any other solution?

steep zealot
#

Was it a large/small DB?

#

I could try spinning up an empty VM, putting just maria on it (from the addons store), and then recovering the backup onto this mariaDB preinstalled

supple grove
#

Small. Pretty much unused as it was just installed. The complete backup is about 1M

steep zealot
#

That may be one reason why.

#

My DB is trimmed down to a minimum but still around 1GB

steep zealot
supple grove
#

Yeah so HA can't really handle a full restore without restarting the supervisor. If I do that then the addons work again. I don't have a corrupted database though. I've added MQTT and Tasmota now to get a bit of data into the database. I have about 10M right now.
Depending on how you export the table(s) (INSER INGORE for example) that could work but I'm not intimately familiar with HA's DB structure. I'll try a DB backup/restore only now. Backup is 4.1MB

steep zealot
#

Would you mind clarifying - HA can't handle a full restore without restarting the supervisor - would you thus consider it better to recover just all the things, but mariaDB

supple grove
#

It's back and running and my table I created before is gone so the restore worked 🤷

steep zealot
#

If you have some step-by-step 'idea' you would think may do the trick, I am happy to give it a try.

supple grove
#

So I started new and got to the landing page. I restored my full backup from there. Once that's done it looks like all is working but the addons are greyed out and if I try to start them nothing happens. Only after I issue supervisor restart does this work again. In my previously attempt I rebooted the whole VM but this works as well. Shouldn't be necessary though

#

Right now I can't reproduce this. The only issues I have is the stupid HAOS/addon stuff I talked about. I'm not a python developer so I can't really easily tell you what HA does to create the backup and I'm not sure how/which log I can tail to see what's happening during it. I've got limited access to those files at the moment. I could probably install the SSH addon again and tail the docker logs but I'd probably have to increase the log level which the addon doesn't make trivial. Or go though the pain of setting of the SSH key to get directly at them

steep zealot
#

Thank you so very much for this. It's already more than I've received to date combined. I'll keep on trying and maybe I'll finally manage it.

#

No idea though what the next step would be.

#

Will have to make a full list of my attempts and check if I missed something.

supple grove
#

I don't want to say get rid of HAOS but maybe that's less painful. Or host the DB on its own

steep zealot
#

I started considering the latter already.

#

The former, I am still too novice to manage all the container dependencies for my long list of addons.

supple grove
#

I really wouldn't want to migrate this either to be honest

steep zealot
#

If any of the HA developers would find some time in their busy schedule to shed some light on this, I've be happy to troubleshoot and test solutions.

supple grove
#

Maybe you can try deleting the ibdata* and ib_* files from your backup and see if restoring works then. Mine contains these too though. I assume it just stops the DB and tars the whole /var/lib/mysql or wherever it's located and didn't shut it down properly.
I can't really find a lot of existing issues for this issue:

steep zealot
#

For the moment I've emptied the states and state_attributes to make the DB super smalll

#

Will try another migration

astral silo
steep zealot
#

Why is your log indicating it's July 2022 today?

#

It seems it may be some date conflict or something, since the certificate is 'not yet valid'.

#

@supple grove with a mostly empty DB (no states or state_attributes) the migration was succesful

#

The current states are mostly irrelevant, so that will be the path I'll take.

supple grove
#

Strange

astral silo
#

i cant connect my github to hacs

supple grove
#

HACS is not an addon

astral silo
supple grove
wind marsh
#

Question about the Plex add-on. I'm using Cloudflare, configured it so plex.mydomain.com will go directly to 32400 port. But when clicking on Open Web UI, the add-on redirects me to mydomain.com:32400. But Cloudflare refuses ports in the URL, thus I cannot connect with a domain URL. Is there a way to modify the URL to which "Open Web UI" will direct user?

bitter skiff
#

You're using the Cloudflare Tunnel add-on w/ Plex, you're saying?

#

If so, probably shouldn't do that, they've got a rather explicit policy against that

wind marsh
twilit berry
#

Anyone familiar with the cloudflared add-on? I've set it up according to the documentation (I believe), cloudflare reports website is active and cloudflared log doesn't report any oddities but when accessing ha.website.com I get a "failed to load". Any common mistakes that I should start checking?

The HA is installed as a VM on a server with a VPN connection separated from the rest of the network I should add, if that has anything to do with it..?

twilit berry
#

Nevermind, it suddenly started to work. Not sure why, I didn't change anything since it failed to connect

worthy spade
#

I'm having trouble with the NUT add-on and my UPS. After various periods of time I eventually get into a state where the add-on logs contain "Poll UPS [office-ups-cyberpower@localhost] failed - Data stale" over and over. This is apparently a known issue with some UPSes and I need to tweak the polling interval. I'm not sure I have the YAML config format correctly. Here is the add-on config in YAML format: https://pastebin.com/EP7HgGpG

grave charm
#

Hi! Not sure if this the right channel, but maybe someone can help; I upgraded HA to 2023.2.5 from 2022.11.x. Since then I have had strange log events in the Host log. These appear every 30 seconds and seem to be related to Node Red addon (latest version). Also the add on starts very slowly. I'm running HA OS (latest version). An example of the log event: "Feb 27 15:48:15 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-5ea463a93c7ae422676fa0e78fc558850f3a943b11af3238c90ccae506f13e50-runc.oX5H0Y.mount: Deactivated successfully."

amber river
#

Hi there. I've set up HA on an RPi3 at my parents, along with wireguard for remote access, however I can't access the dashboard through wireguard. Is this because wireguard uses a different subnet / ip range than the RPi?

#

if so, how do I work around this? Can I allow 172.x.x.x IPs to access the dashboard on a HA instance on 192.x.x.x?

#

For now I'm temporarily using wireguard to access the router, port forward the HA instance, do what I need, then disable the PF rule

amber river
#

Eh, for now I guess I'll do an IP whitelisted port forward

serene jackal
#

Hi, I'm trying to setup the UniFi Network Application, but once it finishes bootinh and I try to access the GUI it says HTTP Status 404 – Not Found

#

I've tried uninstalling it but I still have the issue

gilded tulip
#

Hello!
I have a problem starting the "cloudflareipupdater" (https://github.com/davidramosweb/hassio-addons). It doesn't start because of this error: "s6-overlay-suexec: fatal: can only run as pid 1". I have read that I have to change something about init=false to true, but I don't know where. They talk about a docker, but I have a Raspberry Pi 4.
Someone could help?

shrewd vapor
#

hello add-ons bitwarden not work why?

supple grove
#

Hard for anyone to say without more information. Please read the Before You Ask section in #rules

frail remnant
#

Hey guy's. I just added the duckdns add-on, and added two nat, one for port 80, one for port 443. The http url is working, but not the https (ERR_CONNECTION_CLOSED). Any idea ?

bitter skiff
frail remnant
#

I did add the http: config, I'll try reboot my HA

frail remnant
bitter skiff
#

Sweet, you're welcome

carmine turtle
#

Hey, does anyone automate their Home Assistant with TypeScript? What libraries do you use and what are features you're missing?

I'm working on my own Node-RED alternative in code only, but fully typed.

carmine turtle
brittle night
#

not sure what your goals are

carmine turtle
#

automating complex stuff with rxjs

#

easily*

supple grove
#

Why does Node-Red not fulfill that purpose for you?

worthy spade
#

I'm having trouble with the NUT add-on and my UPS. After various periods of time I eventually get into a state where the add-on logs contain "Poll UPS [office-ups-cyberpower@localhost] failed - Data stale" over and over. Based on my searching thus far, this is apparently a known issue with some UPSes and I need to tweak the polling interval. I'm not sure I have the YAML config format correctly. Here is the add-on config in YAML format: https://pastebin.com/EP7HgGpG - Is there a way to verify that my polling interval changes are taking effect? Maybe a way to inspect the addon docker so I can see the config file? I turned on TRACE level logging and I don't see any polling interval reference.

carmine turtle
# supple grove Why does Node-Red not fulfill that purpose for you?

I bought cheap sensors for in my parents' home, but it takes too long to make it fully configurable from the UI, so I avoid making them. I want to create virtual switches, desired temperature inputs and derived states through arrays and autocompletion.

For example: 14 thermostats * (toggle + mode + (homework toggle + homework mode) * users ) = 84 helpers or yaml templates or nodes-red blocks.

This would go down to 6 reusable definitions in TS with autocompletion for small tweaks after not touching it for a year.

#

If you copy 14 blocks in Node-RED and want to make a change afterwards, you have to repeat that change 14 times in the UI. I think Angular/Nest devs would see the potential of deeply integrating rxjs into the HA data model, avoiding the python api 😁.

bitter skiff
#

FWIW subflows are a thing in NR

carmine turtle
bitter skiff
#

Outside of an integration, I'm not aware of the ability to create your own devices

#

Ah... you switched it

#

I think you can create an entity

carmine turtle
#

I created entities, but had to drag them from the left and write the props. That's not handy because i rename things sometimes (yes, i'm a perfectionist)

#

Anyway, it's already in progress, so expect all your minds to be blown in a couple weeks 😎

bitter skiff
#

I think you denounced above anyway, but there is also AppDaemon if you're not aware, where you can basically write arbitrary python code against HA.

carmine turtle
#

I knew python was a possibility, but what I'm making right now makes sense to me

#

Thanks for the tips though, I will compare the features

bitter skiff
#

Sure, all good, you do you. Not trying to sway you in any direction. I honestly use a bit of HA automations and a bit of Node Red. There are just a lot of options out there and it's not always easy to discover them.

willow grove
#

Hi everyone, Im brand new here and not sure where i should go for help...

#

I need help with motion eye addon

shrewd vapor
#

hello why add on bitwarden not work?

supple grove
shrewd vapor
vast token
#

anyone knows how to update zigbee2mqtt addon for homeassistant? mine says it's one "Current version: 1.18.1-1", but the official website states, it is on v1.3xx

chilly eagle
#

Similar to this issue. However I bought a +HT last week and it updated to 0.12.x and worked with WS. However, I bought a new one; when updating it, its firmware went up to 0.13.x and it doe not work, I have precisely the same configuration. So I tried updating the working one; lo and behold all entities became unavailable.

What may have changed and where do I start figuring this problem out?
p.s. previous post was redirected to add-ons, but should this go into #integrations-archived instead?

#

I'll be damned. The bedroom (old one is not working now) but the new one is.

#

Could it be the shelly integration messes up when two the same product are attached (at least when it comes to the +HT?)

#

Huh

#

Now it is fixed...

#

I am utterly confused.

chilly olive
#

How can i delete mosquito broker? It is not listed in the list of add-ons in the store, and it runs in the background. After typing in the terminal hassio ad list is not displayed either

sly kindle
#

@chilly olive it should appear in the store whether you have it installed or not

#

tried a hard refresh of the store page?

chilly oracle
#

is this the right place for a browser_mod question?

#

a couple days ago, all of my popups got a little bigger. now they're cut off at the edges on the Android app

fiery prism
bitter burrow
#

with Shelly devices, if I rename a shelly 2pm output name on shelly app, does it reflect in HA automatically? or should I remove and reonboard it again?

torn herald
#

Hi, I don't have physical access to my synology NAS but I have remote access to my HA. By any chance, it's possible to install a web browser add-on for access to my DSM by http? I know it's a strange request :-). Thanks

sharp marten
small apex
#

do someone use Wireguard to access remote to home assistant ?

bitter skiff
small apex
bitter skiff
#

because I have to be under the same ip
What does that mean

opaque willow
#

I had to restore HA on my raspberry pi 3 and now none of my addons will start. Any idea how to fix it? I've tried restoring from the backup again but I get the same results.

bitter skiff
#

Settings -> System -> Hardware -> dotsvertical (or Power symbol) -> Reboot System

opaque willow
deft palm
#

@bitter skiffhello there

#

this is the log

#

everything looks fine

bitter skiff
#

Ah... then you click open Web UI and it says not started?

deft palm
#

but it just crashes

bitter skiff
#

"crashes"?

deft palm
#

i press start

#

it flickers

bitter skiff
#

Settings -> System -> Hardware -> dotsvertical (or Power symbol) -> Reboot System

deft palm
#

its not started

bitter skiff
#

^^ You also need to restart the hardware

#

Oddity when you restore.... the whole system needs to be rebooted for things to correctly be recognized

deft palm
#

it says i dont have addons

bitter skiff
#

Just restart the whole thing first 🙂

deft palm
#

but i have

deft palm
bitter skiff
#

How did you restart it

deft palm
#

plug cable

#

plug back in

#

restart

bitter skiff
bitter skiff
#

Any errors? What do those logs say

deft palm
#

everything green execpt

#

23-03-02 14:46:03 WARNING (MainThread) [supervisor.homeassistant.core] Watchdog found Home Assistant failed, restarting...

bitter skiff
deft palm
#

it fixed itself

#

wtf

bitter skiff
#

Perhaps it was still finishing start up

#

Even if you can load the UI, things may have still been loading

deft palm
#

🤯

#

well everything working now

#

i think

#

thank you

#

thank you @willow slate too <3

lime summit
bitter skiff
#

It's not an add-on, but HACS looks like the easiest

#

Just add that as a custom repo to HACS

#

Actually, don't even need to, it's already there, just search for it

lime summit
#

Lemme try

#

Your picture helped me locate it. Thanks

bitter skiff
#

Sweet, you're welcome

steep zealot
#

Hi all, I am coming back to you trying to rescue my InfluxDB

#

Is there a way to stop an addon from stopping the contained when an error occurs? I am trying to copy the database out of it

#

But it's closing on me before I manage that.

cobalt notch
#

Anyone here using Mopidy/MPD to play audio from the local audio 3.5mm jack? Mine has stopped working and I'm running out of ideas.

viral fractal
#

Good evening everyone 🙂

#

I am currently trying to run the RaspberryMatic Addon-On on my Yellow with a HM-MOD-RPI-PCB connected to J11... but the Add-On is not discovering the RF hardware...

#

Did anyone have luck getting this kind of setup to run?

mental kiln
#

Is it possible to connect to the mariadb add on from outside the hass os host? So far, I cannot connect to it with an sql client

bitter skiff
#

Should be.... ensure you've got the port filled in in the configuration tab

mental kiln
#

well I can override it, it seems to say 3306 (greyed out).. also homeasssistant can connect to it.. i think 🙂

bitter skiff
#

Well you mean, you see the 3306/tcp on the right side?

mental kiln
#

yes

bitter skiff
#

That's just what that text box is for, some addons expose > 1 port

#

If that box is empty, it's not exposed from the host

#

So, type 3306 in there and restart the addon and you're in business

mental kiln
#

Thanks!

#

I thought that because it said 3306 on the right, it was set properly 🙂

fringe turret
#

Hi all,I can also access the MariaDB with SQLite-Web?

supple grove
#

Use PhpMyAdmin for this

languid flume
#

hello, how to open logitech media server on HA via https?

sharp marten
#

Has anyone had this issue with the mosquitto mqtt add-on? This was previously running just fine and I don't think I had changed anything before it stopped working. I have since updated everything, and it is still broken:

2023-03-03 21:24:04: Opening websockets listen socket on port 1884.
2023-03-03 21:24:04: Error: Unable to create websockets listener on port 1884.
[04:24:04] WARNING: Halt add-on
dusky oyster
#

hey here, little question. There is a dashboard I'd like to share with the outside world (a grafana dashboard, this is why I am asking this here as I installed the addon). Problem is, external world gets a 401 unauthorized message. It looks like I can enable this :

#

but I cannot figure how to add this to my existing conf file using HA UI

#

here is how it looks for now :

#
certfile: fullchain.pem
env_vars: []
keyfile: privkey.pem
plugins: []
ssl: true
feature_toggles:
  publicDashboards: true
#

but I still don't see the "public dashboard" tab when inside the sharing popup menu

#

did anyone here need to share grafana dashboards publicly yet ? if so, how did you succeed to share them to the world without the need for people to have an account and login ?

#

(I'm sharing this with neighbours, and most are elders, don't have emails or tech knowledge...)

gleaming minnow
#

hi there, I have been using 'Uptime Kuma' for a while.
Since updating to HA 23.3 I'm getting an error on Logs

Setup failed for custom integration uptime_kuma: Requirements for uptime_kuma not found: ['pyuptimekuma==0.0.6'].

By going to https://github.com/louislam/uptime-kuma/releases I saw there is a new update, my question is how do I update it? I'm using Proxmox with Linux Ubuntu and have no knowledge on how to do it.
Thanks for help!

viral fractal
dapper loom
#

HI
I had my zigbee sensors connected for a long time via deconz and conbee stick. Now I have a sonoff stick and want to connect the devices over it. According to tutorials I should do this via Zigbee2MQTT, but I already have a MQTT instance running that connects to my HASS.Agent (my PC), can I run both over it?

bitter skiff
dapper loom
bitter skiff
#

False

#

MQTT can be shared by both

dapper loom
#

ohhh

river wharfBOT
#

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

bitter skiff
#

Looks like it's having issues connecting to MQTT. In your mqtt configuration section for zigbee2mqtt, what do you have

river wharfBOT
#

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

bitter skiff
#

Try just removing everything from the mqtt section in Zigbee2MQTT (ex. mqtt: {})

dapper loom
#

you mean the server part?

#

or what?

bitter skiff
#

yup

dapper loom
#

but the "serial" part should also be deleted or not?

#
socat:
  enabled: false
  master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
  slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
  options: "-d -d"
  log: true
serial:
  port: /dev/ttyUSB0
zigbee_herdsman_debug: false
``` like this?
bitter skiff
#

Yeah correct, try that

dapper loom
#

it fails, i can't save :DD

bitter skiff
#

try having mqtt: {}

rancid raft
bitter skiff
rancid raft
#

ups, sorry :)

obsidian pawn
#

My InfluxDB has recently broken after an update. (502 Bad Gateway) Looks like the ad on is no longer maintained. Is there a recommended replacement? Does anyone have a link to a migration guide? I spent about half an hour on google and haven’t been able to fix it.

bitter skiff
#

What's the log say