#add-ons-archived

1 messages · Page 23 of 1

strange folio
#

with my old phone as a cam

elder schooner
#

Have you looked at the documentaion of Frigate? Everything is in there.

brittle night
#

that is jank

strange folio
#

exacly

#

the more jank the better

#

my room is just jank cables everywhere

elder schooner
strange folio
#

thx

#

i didnt see that

ocean kernel
#

dont worry, we're basically a 'movement' at this point (dumbasses)

radiant ridge
#

Somebody knows if I can run node server on my home assistant?

velvet bobcat
#

Hello, I’m using the AdGuard Add-On. I’d like to use the iOS AdGuard app to control it remotely. However, since I installed it as an add-on, I’m not sure what host/port/user to use to connect to AdGuard. Can anyone help me with that?

elder schooner
# velvet bobcat Hello, I’m using the AdGuard Add-On. I’d like to use the iOS AdGuard app to con...

There are apps, which are providing AdGuard features on the phone and ones, which control AdGuard.
If you really have the control one, you need to activate the port for the Web interface.
On the configuration page of the add-on, lower part, are the ports. Enter a free port in the Web interface field and save with the lower save button.
In the app the host is the IP address of the HA host, the port is the one you defined and user/password are your HA user's ones. Be aware, that every HA user can enter that Web interface and change settings, when it is activated.

little sequoia
#

since 2024.6 there are some addons thati i can't upgrade anymore
getting this:

Registratore: homeassistant.components.websocket_api.http.connection
Fonte: components/websocket_api/commands.py:241
Integrazione: Home Assistant WebSocket API (documentazione, problemi)

homeassistant.exceptions.HomeAssistantError: Error updating Cloudflared: Another job is running for job group addon_9074a9fa_cloudflared
#

there also the Traceback

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 168, in async_install
    await async_update_addon(self.hass, slug=self._addon_slug, backup=backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 57, in _wrapper
    data = await funct(*argv, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 134, in async_update_addon
    return await hassio.send_command(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 599, in send_command
    raise HassioAPIError(error.get(ATTR_MESSAGE))
homeassistant.components.hassio.handler.HassioAPIError: Another job is running for job group addon_9074a9fa_cloudflared```
elder schooner
#

I would try to reboot the HA host (not just restarting HA). That fixes some Supervisor hiccups.

floral ferry
#

I am seeing these messages in my log for MQTT throughout. Can I check is it normal? My Z2M is working fine tho.

2024-06-13 14:17:12: New connection from 172.30.32.2:38426 on port 1883.
2024-06-13 14:17:12: Client <unknown> closed its connection.
2024-06-13 14:19:12: New connection from 172.30.32.2:41360 on port 1883.
2024-06-13 14:19:12: Client <unknown> closed its connection.
2024-06-13 14:21:12: New connection from 172.30.32.2:40138 on port 1883.
2024-06-13 14:21:12: Client <unknown> closed its connection.
2024-06-13 14:23:12: New connection from 172.30.32.2:55768 on port 1883.
2024-06-13 14:23:12: Client <unknown> closed its connection.
2024-06-13 14:24:36: Saving in-memory database to /data//mosquitto.db.
2024-06-13 14:25:12: New connection from 172.30.32.2:41820 on port 1883.
2024-06-13 14:25:12: Client <unknown> closed its connection.

jade wing
#

That's all normal

floral ferry
#

got it. thanks

supple grove
floral ferry
proper harness
#

hey everyone, recently my notifications from frigate activities haven't been going off. i checked the traces and i see Error: Unable to find notify service for webhook ID

i'm using https://github.com/SgtBatten/HA_blueprints

anyone know what i could do to troubleshoot?

foggy cave
#

hey guys i have question about mqtt broker. i installed the Mosquitto broker addon. Then I created an mqtt user. Then configured the Mqtt integration. I also configured Zigbee2Mqtt. At Mqtt Integration Zigbee2Mqtt devicez showing, but my tasmotized sonooff devices not showing. I see the logs at Mosquitto broker addon as connected for these devices. What should i check?

strange folio
#

can someone help me with node-red for some reason it doesnt start

#

i am posting the log in a bit

#

i cant post files here

elder schooner
strange folio
#

oh

#

thx

#

geez this discord has many channels

half crown
#

Can someone please help me wit hthe Advanced SSH and Terminal. I want to remove my password and add my public key so that i can connect using that. I've tried to paste it in but it was rejected. I assume that I need to refer to the file and not actually paste the public key. Is this correct?

supple grove
half crown
#

THanks but although my config is setup that way, it doesn't like my public key.

supple grove
#

Can you share it and what you see in the GUI?

red bloom
elder schooner
jade isle
#

I have a CCTV dashboard where I include onvif integration based streams for my cameras around the house

#

It's laggy as heck, even 20-30 seconds difference.

#

I would like to improve this via go2rtc / webrtc camera / etc

#

I'm failing at go2rtc - no matter how I tried to escape or comment or modify the syntax, go2rtc always parses the ':' character between user and password as PORT delimiter, and fails spectacularly at letting me configure the streams - sample: rtsp://user**:**password@IP:port/mainStream

#

Is there any way to avoid go2rtc, or does anyone have any suggestion as to how to configure its config.yml

#

Basically, this is the error thrown by go2rtc:

#

17:50:46.449 WRN [rtsp] error="streams: parse "rtsp://user:Pass": invalid port ":Pass" after host, exec/rtsp\n[in#0 @ 0x7f53e85d7a80] Error opening input: Invalid data found when processing input\nError opening input file

#

...

#

... streams:
living:
- rtsp://user:Pass@192.168.1.106:554/videoMain
- ffmpeg:living#audio=opus # <- needs to match the name of the camera for this config
webrtc:
candidates:
- 192.168.1.106:8555
- stun:8555 ...

river wharfBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

#

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

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

jade isle
#
streams:
  living:
    - rtsp://user:Pass@192.168.1.106:554/videoMain
    - ffmpeg:living#audio=opus # <- needs to match the name of the camera for this config
  webrtc:
    candidates:
      - 192.168.1.106:8555
      - stun:8555
#

^ go2rtc testing config.yml

#
[rtsp] error=streams: parse "rtsp://user:Pass": invalid port ":Pass" after host, exec/rtsp
[in#0 @ 0x7f8cf6c28a80] Error opening input: Invalid data found when processing input
Error opening input file rtsp://127.0.0.1:8554/living?audio.
Error opening input files: Invalid data found when processing input
stream=living
#

Wonder if it's still current and applicable

#

Deprecated

#

pointing to go2rtc

jade isle
#

I have a CCTV dashboard where I include

silk moss
#

any way to reset the password for my nginx proxy manager? had my password generator generate a strong password and deleted it by accident. I'm still logged in to the admin UI in one browser window, if that helps. changing the password requires me to enter my old password though, so that's no solution...

silk moss
#

I'm back in ☺️

carmine marten
#

Hello, I asked for help with the NUT UPS addon a while ago. My UPS units are currently communicating with HAOS over USB

#

Is there a way for the NUT UPS addon to open a port so that an external server can communicate with the UPS units through HA?

#

Current device configurations:

- name: GamingPC
  driver: usbhid-ups
  port: auto
  bus: 4
  config:
    - serial =   4B1827P16451
    - pollinterval = 15
- name: servers
  driver: usbhid-ups
  port: auto
  bus: 6
  config:
    - serial =   4B1940P31377
    - pollinterval = 15```
wide canyon
#

are you using the addon or the integration or both?

#

also, are you asking if it can be a nut server or a nut client?

carmine marten
#

Using both on the same HAOS unit.
NUT server, I want it to have an open port through the addon that an external server can communicate with.

wide canyon
#

just change the port from auto to whatever port you want to use

carmine marten
#

Gotcha, thanks

#

Will update if it works

wide canyon
#

oh wait

#

that's not right. that's the serial port

#

it looks like it's already configured to run on 3493 like every other nut server

carmine marten
#

Wait, both UPS units are configured to show up on 3493? I have two.

wide canyon
#

i think you need to go do more reading about how nut works

carmine marten
#

Gotcha

wraith iron
#
[14:57:19] INFO: Running init-interface.
[14:57:19] INFO: Running init-nginx.
[14:57:19] INFO: Allowed addresses for NGINX: 127.0.0.1 192.168.68.68 172.30.232.1 172.30.32.1
/etc/s6-overlay/s6-rc.d/init-interface/run: line 59: ipaddr: unbound variable
s6-rc: warning: unable to start service init-interface: command exited 1
[14:57:20] INFO: Generated ingress configuration successfully!
s6-rc: info: service init-nginx successfully started
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
elder schooner
#

I guess, some configuration is not correct. You have to study the add-on's documentation.

river wharfBOT
#

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

viscid orchid
upper radish
#

Hello, do you have any idea if there is an add-on to have the chrome browser (ingress) inside HA ?
I know there is a firefox, but i'm looking for chrome

strange folio
#

i have a dumb question

#

when would the addon rpc shutdown come in use like what automations can you make that are practical

jade wing
#

You'd make an automation to shutdown a Windows PC

strange folio
#

yea but in a practical view when would that be usefull like maybe when you want to shutdown everything in one room?

jade wing
#

Well, whenever you want to shut down a Windows PC in an automation

#

Left the house? Shut down the PC

strange folio
#

and also another question so lets say i have a house my main house and a vocation on home that i want to setup with ha can i make a ha instance for that house and somehow connect it to a main home assistant i use

jade wing
#

Yes

strange folio
#

what addon is that?

jade wing
strange folio
#

i mean i guess you could just use a tailscale net?

#

or maybe cloudflare tunnels

jade wing
#

As long as the two can communicate

strange folio
#

so both need to be externally accessable and you can use maybe add a dashboard in your main house home assistant that has controlls for the other house intresting concept

jade wing
#

No

#

Both need to be able to communicate with each other

#

Such as over a VPN

strange folio
#

huh ok

jade wing
strange folio
#

i mean at some point i will have to link everything to tailscale to have a private net for all that

worldly cliff
#

Is there a way to "backup" the Adguard Home addon? I ask because I was looking into moving it off my HA device, but wasn't sure if the HA backup would allow me to restore configs to an install that was not HA related.

barren pecan
#

Hi all, having issues with a WireGuard addon. Currently setup, my server is only able to see other WireGuard clients and not the extensive network. Network is 192.168.0.x (subnet is 255.255.255.0) and the wg server is 192.168.0.100/24 and clients are 192.168.0.100-106/32
I need it so that I can see the internal network and for the internal network to see the WireGuard clients
Subnet for wg clients is 255.255.255.255

wide canyon
#

That's a subnet of one machine

soft nimbus
#

255.255.255.255 = /32

jade wing
#

Which is a valid mask under some very specific circumstances, but not many

wide canyon
#

"A 32-bit subnet mask defines a network with only one IP address. In mixed routing mode, you can only configure a 32-bit subnet mask for a physical external interface."

#

also make sure the client and the server aren't sharing an IP address, since you mention 100 twice there

#

for 6 IPs, you need a /29 , but that lines up in the vague area that you're working as .96-.103 (with the first and last IPs reserved)

#

I'm not inexperienced with networking, and I don't mess around with anything smaller (with a higher number) than /24 and generally try to stick to /16 where I can

bold trail
#

So since this month's initial release of HA, I've gotten a Repair Issue alert for "Add-on check home assistant configuration" I "submit" the repair to clear/fix the issue but with each subsequent update to HA the same repair error comes back. Anyone else seeing this?

shadow sable
#

After os update deconz dont work anynore

sly kindle
shadow sable
#

Yes

#

Multiple times

#

No hardware missing

sterile island
#

Anyone else experiencing unavailability of ring-mqtt, or is it just me?

All devices unavailable, even after restarting the add-on, and the only errors in the logs are a “Unhandled Promise Rejection” and 500 error earlier today; more recent logs claim good connection. The web UI auth page says that it’s successfully authenticated.

If no one else is having this issue, does anyone have any suggestions?

wide canyon
#

some people mentioned it earlier. restart just that add-on

reef spire
#

does anybody know if when using zero teir instslled on HA OS, can i add other devices on the network to the zero teir virtual network as well? i remember seeing it somewhere but cant seem to find the documentation

sterile island
wide canyon
#

I don't have any ring anything, I only know what I saw here 🙂

fallen remnant
#

Hello everyone. I'm trying to get rtl_433 working on ha but I have a problem. It seems that not every message is sent to HA via mqtt. Some packet is lost and I don't know why, log level at debug 7 does not say anything about received signals.. can someone help? thanks!

valid relic
#

Is there a way to use private github repos for add-ons?

river wharfBOT
#

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

soft nimbus
#

^ anyone using Bubble Cards? For the life of me I cannot get pop-ups to work. The button appears but it doesnt bring up a populated pop-up:

soft nimbus
valid relic
valid relic
soft nimbus
#

can't paste an image... HACS -> Integrations -> three dots -> Add custom repo

valid relic
#

also, I am asking about adding an 'add-on' on Home Assistant OS device, not a custom integration.

sterile island
cold sparrow
#

I'm having an issue with RATGDO, wondeirng if theres a specific channel to ask a question here... it seems like it should be very simple to fix...

I can access the RATGDO Control Page and open and close my door but in Home Assistant everything is showing as unavailable..

river wharfBOT
#

@cold sparrow Please do not cross post. Read the channel description, post it and wait for folks to respond. Crossposting wastes people's time as they're unaware of the help you're getting elsewhere.

If you don't get any responses after an hour or more, and your message is no longer on screen, it is fine to re-post or post a link to it.

cold sparrow
# river wharf

Fair enough, no one has answered on the general channel, this seemed like a better place to ask.

elder schooner
pliant juniper
#

Is this the correct channel to get help to create our own custom addon?

elder schooner
pliant juniper
viscid orchid
#

Yes

wise heath
#

good evening is anyone available to help with plex integration

wide canyon
wise heath
#

add on

wide canyon
#

you should definitely just ask your question

wise heath
#

sorry just wanted to get some information on how to display what is being watched and by who. tried following the documentation but no good results

wide canyon
#

ah, so that's the integration rather than the addon

forest girder
fallen remnant
#

Hi, anyone using rtl_433 addon?

pastel sparrow
#

I'm still trying to find the airsonos.xml file but I cannot find it anywhere. Did something change that this is stored in it's own container which cannot be accessed by HA? Does anyone have an idea? @raven tinsel maybe you can direct me in the right direction as you have built this add-on 😉

raven tinsel
pastel sparrow
#

But where do I find the /addon_config folder?

raven tinsel
#

One folder up from /config?

#

I'm not fully understanding your question I guess

pastel sparrow
#

Found it!

#

Just as you mentioned "one folder up" I opened terminal 😛

red forge
#

Hey! I had in mind to go back to Proxmox. Currently on vsphere, or better, esxi. One of the two nodes is only started when I need more juice. I was looking for a qdevice add-on in HA (corosync). In Hassio github there isn't but I also don't find any HA unofficial corosync project.
Really nobody ever thought of that, or it just won't work? I saw a container for corosync in dockerhub

soft nimbus
#

just make a high availability CM

#

that's not really a HA thing tbt

pliant juniper
#

(Imgur link since images are not allowed : https://imgur.com/a/3CW42Wn)

Question regarding the MotionEye addon :
I run HAOS v12.4 on a RPi4 with a Pi Camera v2.1 connected to it (first picture)
Initially, nothing was showing up in the "Add Camera" part of the addon under the "Local V4L2 Camera".

I have followed two guides :

After reboot, I now see many options under the V4L2 Camera (second picture).

  • Any hints as to which one is my PiCam ?
  • I have tried every one of them, but gotten the "Unable to open video devices" for each one.
brittle night
#

oh you're editing haos files to enable it?

#

idk man..

raw dew
#

Hello,

I'm trying to update Matter Server from 6.1.0 to 6.1.2 and I always get this error message:

Can't install homeassistant/amd64-addon-matter-server:6.1.2: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=6.1.2&fromImage=homeassistant%2Famd64-addon-matter-server&platform=linux%2Famd64: Internal Server Error ("Head "https://registry-1.docker.io/v2/homeassistant/amd64-addon-matter-server/manifests/6.1.2": received unexpected HTTP status: 503 Service Unavailable")
silk root
#

unable to start samba add-on, it was working fine until few days ago error logs

#
[12:52:12] FATAL: Setting a username and password is required!
s6-rc: warning: unable to start service init-smbd: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
#

username and password are already set

bitter skiff
#

I'd double-check your config ... it doesn't think you've got it set

rotund vine
#

I have HA running on a mini pc as part of a server rack. The rack has a mounted display and id like to have my networking dashboard displayed on it. Are there any add ons that will allow to host a dashboard on the host machine and display a kiosk browser rendered in chromium? I essentially want to emulate a raspberry pi dashboard without extra computer.

jade wing
#

HAOS has no local GUI support, so no

rotund vine
#

Thanks! Would it be possible to install xserver inside a docker container that runs alongside HA OS? I’m running a supervised install and I’m not sure if I can do this outside of the OS… I’m new to docker and Linux.

jade wing
#

Supervised would be a mistake

#

You probably could, but things will almost certainly break were you foolish enough to do so

#

I you want a local GUI then the only sane way is a pure Docker (Container) install

storm basalt
#

Hello all, can someone point me to a good tutorial on how to setup Ring Doorbell for video feed?
I have MQTT Mosquito
I have MQTT Ring
I just don't know how to get the inner workings going
(just installed them both, have no experience with either)
<-HA newb (Running HAOS)

#

Everything I've found seems to be over my head

deep solar
#

Can someone familiar with rtl_433 help give me some theories as to why it seems hang on '[rtl_433] Allocating 15 zero-copy buffers' when starting? I've had a look online but couldn't find anything useful. I'm fairly new to HA (only got my home assistant green yesterday), so not really sure where to look for any more diagnostics info.

dawn cargo
#

anyone with influxdb v2 addon knows how to go and drop some entries from the database?

deep solar
full tinsel
#

Hi everybody! Sorry for the cross post, I'll delete the one in Integrations as this seems the more appropriate forum?

Re:
Anybody here battled with NUT and Buffalo TeraStation NAS UPS Sync?

My head hurts....

tldr; NUT works, windows and linux clients comm, Buffalo NAS (as a NUT client) reports connected but bad sync / NUT docs say TeraStation runs NUT native.

river wharfBOT
#

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

worldly cliff
#

Is there an export/backup config for Adguard Home? Specifically something that would allow a restore to an instance that wasn't through the HA add on store?

night rose
#

I think z2m got broken again, I'll wait for someone else to file a full bug report as I'm on vaca

frail turret
#

["error"] {"type":"urn:ietf:params:acme:error:dns","detail":"DNS problem: SERVFAIL looking up TXT for _acme-challenge.my-domain.duckdns.org - the domain's nameservers may be malfunctioning","status":400}

Has anyone seen this for DuckDNS?

#

I'm getting a KO, but if I update the domain by manually calling the endpoint to update my domain, I get an OK

river wharfBOT
#

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

iron slate
#

Hey all, I'm new to HA so I might have a few questions here. For adding DuckDNS, I'm getting this error: ERROR: deploy_challenge hook returned with non-zero exit code

frail turret
#

I am guessing something is going on with Certificate Authority and DuckDNS, but I haven't been able to find anything

iron slate
#

That was my thought too, google didn't bring anythign worthwhile up. Worth pointing out Lets Encrypt isn't set up yet

frail turret
#

I managed to start getting some OK responses, but I've spent all day trying/googling and haven't gotten SSL back up

dense dirge
#

Anybody know why im not able to acess my file editor after installing duck dns and nginx getting 401 unauthorized message thanks

frail turret
#

@dense dirge probably related to the same issue I'm seeing

#

Someone reported it on the DuckDNS Google group

dense dirge
#

@frail turret okay so i would be wasting my time to try to reinstall everything thing again

frail turret
#

Looks like it.

I'm switching to No-Ip + Cloudflare with the hopes that it'll be a little more reliable

dense dirge
#

I might have to go that route too

#

I was thinking to use nabu casa cloud i guess it must be good since it aint free

frail turret
#

I thought about it, but I ain't gonna shell out for it 😅

#

(not that it's that expensive)

dense dirge
#

Looking at getting a domain and the price are clearly higher then in the tutorial video im checking out @frail turret

frail turret
#

What I'm trying is to get a DDNS with noip and add that domain to a free cloudflare account to get me SSL.

On a spare Pi, I set up a script that will update my DDNS to my IP and will constantly run.

Right now, I'm waiting on my nameserver update in cloudflare to go through (it says this can take up to 24 hours)

I'm not quite sure how much I can accomplish on a free tier, but I'm playing around with it

dense dirge
#

Im trying to avoid ddns i wanted something fix out of the box haha

#

Im thinking to go with go daddy 1year 0.01$ with 3year term

#

21 99$ per year after all its less then nabu casa

drowsy parcel
#

Hello community!
I just set up influxdb & grafana. Everything run fine except on the android companion app: when i access grafana the charts do not load and a triangle appears on them saying "origin not allowed".
Any hints to solve it?

#

Thank you!

#

More details:

  • HA supervised
  • Grafana & Influxdb running as addons (the latter with the config :
    influxdb: host: a0d7b954-influxdb port: 8086....
hallow ivy
#

Hi Guys, I am installing duck_dns in home assistant raspberrypi but not able to access it outside of the network. I have done the port forwarding also in my nokia router , can you please help anyone please

hallow ivy
frail turret
#

@hallow ivy if you're trying to do it over https, there's a problem on the duckdns side at the moment (see a few posts above)

hallow ivy
frail turret
#

I'm not quite sure how much I can accomplish on a free tier, but I'm playing around with it

I took a bit of a closer look, and I have to pay Cloudflare $10/month to get TSL 🙃

frail turret
brave pawn
#

i have been using my cctv cameras for years and the software i use on my phone is XMeye, how do i add these cameras to my Home Assistant? any help?

iron slate
dense dirge
#

@frail turret @iron slate Well i decided to go with no ip for my domain thinking it was going to be cheaper than go daddy but i was wrong to late now i have a year subscription haha

runic roost
#

hi everyone, I have a problem with RPC shutdown when I plug it in.my yaml file writes like this
Integration error: service - integration "service" not found
Integration error: data - integration "data" not found

jade wing
#

hi everyone, I have a problem with RPC

autumn vapor
#

hello, I have just installed esphome but when I want to go to it it asks me to log in but I have not created an account and there is no way on the interface to create an account, what do I do?

quick trench
#

esphome doesn't have a log in as an addon

wicked canopy
#

Does anyone know why TasmoAdmin and Visual Studio Code Add-ons have been removed from https://github.com/hassio-addons and where are they beeing supported from now on?

winter plume
#

Hi I have a issue with nginx-proxy-manager. I need to none stander ports for 80->3000 and 442->3442. Every thing work when i access mydns:3000 without ssl but when ssl is enabled in am redirect to standerd port and not to 3442 port for https

tall phoenix
#

RBAC Add-on

dapper isle
#

i need help with setting up the wireguard addon

jade wing
#

You need to explain more, so people can help you when they're around

dapper isle
#

i got as far as scanning the QR code but i cant connect

#

my DNS has my WAN ip

jade wing
#

Did you set up port forwarding from the router?

dapper isle
#

from the givven port to 8123 wich is the ha port right ?

#

and than the ip of my ha , wich is static

jade wing
#

That's for HA, not for Wireguard

#

Wireguard has it's own ports

dapper isle
#

oh ! so there probably my issue

#

what is the port of wire guard

#

standard

elder schooner
#

51820 UDP

dapper isle
#

so incomming port 51820 udp to iphas:51820 ?

jade wing
#

And ensure that the add-on exposes that port too

dapper isle
#

got it its working !

#

solution : port forwarding was wrong see previous msg

#

OH SHIT THIS IS USEFUL, I THOUGHT IT WAS JUST A TUNNEL TO HASIO

#

it goes tonthe whole network , i can reach my 3d printer to

#

woop

jolly depot
#

no fearmongering, just that you are aware

dapper isle
#

well i had it open without vpn first

#

soooooo

#

should be a lot safer

#

now

jade wing
#

Yeah, of all the things to worry about, port forwarding to a VPN isn't high on the list

#

At least as long as you don't use Ivanti

jolly depot
#

Just make sure you Enable MFA and such

timber condor
#

Hi . I have created a new VM for development. I re-created all my ESPHOME on it and re-flashed all my devices, then I disabled esphome add-on on PRD. It's currently working fine. Can i go further and remove it from PRD, and maintain all compilation/upload from DEV only? Is it safe ? Thx Regards.

quick trench
#

You can have both, or one, or none

#

if you use dev only, you're using the developers build of esphome which may contain uncompleted code that might impact your sensors if you were to build with it.

timber condor
#

I'm not planning to develop the ESPHOME add-on.

quick trench
#

then why are you using the dev esphome?

timber condor
#

Just some re-compilation when new version and re-flash OTA

quick trench
#

right, but is there a reason you are using the dev addon?

timber condor
#

I have created a new VM to unload everything related to dev from my current PRD installation. That's all..

#

My DEV vm will be used to develop custom-components, nothing related to esphome.

#

I took the opportunity to unload esphome addon from PRD.... ;-)))

silk moss
#

my SABnzdb Add-On throws an error when I try to look at the logs from the Add-On's UI (No such file or directory: '/config/logs/sabnzbd.log'). When I docker exec into the container, the logs directory exists but the sabnzbd.log file is indeed missing. Is that a mis-configuration on my side?

soft nimbus
#

anyone using the upcoming_media_card ? I'm unclear on how to sort by medi type since that isn't an attribute in the plex recently added sensor

jade wing
soft nimbus
#

copy that

soft nimbus
#

ahhh I'm a core install... I forget there are add-ons for the HAOS platform

vital fjord
#

anyone had luck getting ssl working between mosquito and z2m

drowsy parcel
#

Hello community!
I just set up influxdb & grafana, both as addons. Everything run fine except that:

  • charts in iframe of the HA dashboard show 'Failed to fetch' while loading
  • in the android companion app: when i access grafana the charts do not load and a triangle appears on them saying "origin not allowed".
    Any hints to solve it?

Thanks

neat rover
#

I have a Chromecast Ultra and an LG TV and I wanted to use Talescale so I can connect as if I am in another country (I'll have it installed at my parents). As none of the devices support Tailscale, I was thinking of installing the addon in HA and have automations to turn the VPN on and off, is this even possible? I guess I'll need some other addon to make HA be the router for these two devices?

wild meadow
# neat rover I have a Chromecast Ultra and an LG TV and I wanted to use Talescale so I can co...

If you just want make all internet access go through your parent's house, you would enable the exit node option in tailscale at your parents house and then tell your local tailscale instance to use that exit node. You may not need an automation to turn on/off the vpn. You can eanble/disable use of the exit node locally as needed. tailscale sets up on-demand wireguard tunnels. If you are not using the connection, it will shut down the tunnel. The only persistent connection is to the tailscale coordination server that helps with connecting the on demand tunnels.

neat rover
# wild meadow If you just want make all internet access go through your parent's house, you wo...

that's the way I have it configured (testing in my own home right now) and I'm able to connect with my phone going through my tailscale (so it shows I'm connected to broadband instead of mobile network when checking ipinfo.io), the problem is that not the TV or Chromecast can have tailscale installed, so I don't know how to route them. Also, I can't see any way to configure HA's addon to connect to the exit node

wild meadow
#

ah, that gets complex. you would have to set up a local machine as a router for those devices that you want to route over tailscale and run tailscale on that router. So some dhcp magic would be required to direct those devices to use this router or manual setup of ip settings in the devices. Or if you don't mind all internet traffic going through your parents house while the exit node is enabled you could make this your default router. I suspect you're about to learn some new things about networking 😉

neat rover
#

yep, I am indeed! 😆

#

I own an Asus router and I'm starting to wonder if now it's the time to embark on installing OpenWRT

wild meadow
#

or pfsense

neat rover
#

I was hoping there could be an easy way together with HA, but if there's not gonna be, might be the way to go

#

asking chat gpt told me to run these commands wherever I'm running Tailscale, which feels easy... that and using Tailscale endpoint ip as router in the TV would be enough?

#
sudo iptables -A FORWARD -i tailscale0 -o eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
sudo iptables -A FORWARD -i eth0 -o tailscale0 -j ACCEPT
wild meadow
#

those commands are what is required to basically turn linux into a router with NAT'd forwarding. It's one of the steps in what I was so briefly describing if you are using a linux machine as your router

neat rover
#

well, I'm flying tomorrow so I'll have to leave this for when I'm back, but I might try to build my own addon for this then, it'll be fun for sure

wild meadow
#

But basically you could do something like that and manually set the gateway in your devices to point at this router

neat rover
#

yep, that's exactly what I was thinking

#

it would be easier to use just a raspberry or something like that TBH, because the more I'm thinking, with all the docker challenges, might no be that easy with HA addons

wild meadow
#

that ha addon works pretty well and would probably be good for the endpoint in your parents house. but you'll definitely want something else as the routere

neat rover
#

I'm bringing them a raspberry to connect behind their router, leaving abroad I wouldn't dare to install them something like HA to controll stuff at home

wild meadow
#

understandable, but HA would provide you with a nice remotely accessible (through tailscale) interface to manage your network

neat rover
#

wouldn't that be an overkill? I mean, just running HA to have tailscale?

wild meadow
#

a bit, but it's easy and low resource usage. so unless you have other reasons for wanting bare rpi os it's a simple to implement option

neat rover
#

hmm I'm gonna think about it... I don't think there will be any other benefit now (especially since I already have it configured with rpi lite os), but I might get some other benefits having it 🤔

wild meadow
#

The counter argument is you get whatever the addon supplies. You have quicker updates to latest tailscale with all features exposed if you go rpi route

neat rover
#

well, nake tailscale gives me the option to connect to other exit nodes, which I didn't see how to do with the addon, so that might be also be another pro

wild meadow
#

right. addon doesn't expose everyting

neat rover
#

well, thank you so much for all the info and encouragement you gave me here!! 😄

serene bone
#

Hi all, m'y z2m addons suddently refuse to start , saying that there is a missmatch between adapter state and backup, but PAN ID, Extended PAN ID, Network Key and channel are identical (according to the log) , any idea why ? (zigebee2mqtt v 1.38.0-1 Ha 2024.6.4)

neat rover
serene bone
neat rover
serene bone
#

@neat rover empy coordinator_backup.json => Error: Coordinator backup is corrupted
no coordincator_backup.json => Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby

neat rover
serene bone
#

@neat rover you don't make me waste time ! Your solution has partialy deblocked the situation ! After remove the json and change the z2m conf to generate id key etc. Z2m has started but without zigbee device, after a full restore of Last ha backup all is ok ! Thanks 🙂

neat rover
serene bone
nocturne sail
#

I have an extremely strange problem with addons management - i live in vietnam and it seems that access to github is limited in some way, maybe deep packet inspection

#

/is it possible to set a proxy for addons management

#

in which docker is run the git command, i am using HAOS

#

not having a proxy configuration for HA is a massive bug

jade wing
jolly wagon
#

Thank you ! missed that channel

pseudo sparrow
#

Having a weird issue. I am running HAOS with cloudflared and VS Code. When I go through homeassistant.local or remotely, I am able to ingress fine into VS Code. However, I have also set up my network to reverse proxy into Home Assistant using a SWAG instance on another machine when I am on my local network by using local dns in pi hole. Everything works fine doing this with everything in HA except VS Code

#

has anyone had these issues?

open mirage
#

Hi everyone 👋🏼
I need to play some sounds on speakers connected to my rpi4 with home assistant and VLC addon + VLC telnet.
It's working a bit but sounds played are choppy.
An idea?
Thanks

balmy dagger
#

I'm trying to login to Haos via SSH, and I keep getting this error. Can't seem to work out why. I can login from my macOS laptop ok with the same password. But can't login from Windows 11 Terminal / Powershell. I have the SSH addon enabled in HaOS.

ssh hassio@homeassistant.server.arpa Corrupted MAC on input. ssh_dispatch_run_fatal: Connection to 192.168.0.42 port 22: message authentication code incorrect

sly kindle
balmy dagger
open mirage
fallen remnant
#

hello everyone, one addon is not starting and is not producing any logs. How can I debug such an issue? thanks

supple grove
#

Run ha host logs identifiers | grep addon and find your addon's identifier. Then run ha host logs -v --identifier identifierhere.

fallen remnant
#

thank you, may I also ask how to empty logs for a given addon? even uninstalling it isn't enough

supple grove
#

Not sure. Why?

fallen remnant
#

to start over everytime and not confuse logs. The addon I'm working with doesn't have timestamps so deleting all entries everytime simplify things. By the way ha logs is returning the same logs I have in the addon page and there is nothing written there when i start it. I press start and suddenly stops without any log :/

supple grove
#

Every addon should have timestamps if you use proper logging tools such as docker logs -tf ... or what I shared.

#

This way you can even follow the logs.

fallen remnant
#

Unfortunately there is no timestap, i think it's how the addon is configured or developed I think. following the log return a 404 since the container start and stop instantly

supple grove
fallen remnant
#

Actually it's not developed by me, it's the rtl_433_next addon

#

thank you anyway for your time!

green gale
#

when clicking in the side panel on the "Music assistant", "Studio Code Server" or "Terminal" I get an "401: Unauthorized" notice in the main window.
How can I get ride of it? THNX

green gale
elder schooner
#

It's always cache - or DNS

worldly orbit
#

Hey guys, I'm building an add-on/have built an add-on, I noticed the custom add-ons all use YAML files for the config and build, I used JSON as that's what I'm used to and my brain just kinda auto typed away 😂 would this cause any issues down the line?

I did try to switch to yaml but for some reason with the config in YAML my ingress just got 503 bad gateway but works fine in JSON

timber condor
#

Hi all. I would like to display something like a "pie chart" about my HD usage.
I'm looking for: Total HD, swap size,free disk space, DB size, then total disk used per container/add-on...). I'm currently trying to see if i can get those using a bash script...

supple grove
timber condor
#

I'll have a look .... 😉

#

In fact i would like to have more info than what "system info" provide. The challenge is to retreive the real disk usage per container. Not only the image size, but also the storage used ....

supple grove
#

On a normal system I'd use cAdvisor for that but HAOS is not a normal system.

#

Tracking down disk usage for a container can be kinda hard, btw.

timber condor
#

yes indeed... 🙂 the best example is to try to retreive disk used by esphome . 😉

#

looks like I will have to play with:
du -k -d 2 /usr/share/hassio/*

supple grove
#

Maybe you can find some inspiration here: #general-archived message
Note that addons can share layers, use volumes, bind mounts, etc.

#

Are you using supervised or where does /usr/share/hassio/ come from?

timber condor
#

I'm supervised. Installed on debian 12

#

/usr/share/hassio is from the debian as root

supple grove
#

You should have said so when I talked about HAOS. In that case you should be able to use cAdvisor (container_fs_usage_bytes) and other goodies as long as they are not docker containers.
Supervised gets very angry if you run random containers. But like I said, it's kinda impossible to accurately count storage for a container.

timber condor
#

Ah ah.. sorry i forgot to say i was supervised. 😦

#

my goal is to have the "big picture" of the system. just hd size and disk free is not enough...

supple grove
#

Not even docker system df can tell you.
You basically have to check everywhere a container can store files. Multiple containers can share volumes/mounts so how would you trivially do that?

timber condor
#

I'm a basic user in docker. ... so i took the filesystem approach ...

river wharfBOT
#

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

timber condor
#

I need to filter a bit .... because some "home assistant" folders are mounted on add-ons too ... I could also remove everything below 1Mb
like this may be: source is here https://github.com/FabienD74/ha_get_docker_space

addon_5c53de3b_esphome /usr/share/hassio/addons/data/5c53de3b_esphome 5915476 Kb addon_a0d7b954_ssh /var/log/journal 55128 Kb hassio_supervisor /usr/share/hassio 6004228 Kb homeassistant /usr/share/hassio/homeassistant 72748 Kb

signal tendon
#

Does anyone know how to use awtrix light with appdaemon?

#

I'm unable to set this up

elder schooner
elder karma
#

I have a Bluetooth proxy, is there a way and test with my phone how far it can reach. I'd like to see if I can use it for a mailbox monitor

wispy mountain
#

im trying to setup mqtt on a raspberry pi 5 and i am getting told that i can only run it on a raspberry pi (despite me being on one) anyone know how to fix?

elder schooner
#

The add-on might not be available for the RPi5's processor architecture.

steep stream
#

I would like to see apple icloud to backup to instat of google drive as a second option

river wharfBOT
#

@steep stream Please do not cross post. Read the channel description, post it and wait for folks to respond. Crossposting wastes people's time as they're unaware of the help you're getting elsewhere.

If you don't get any responses after an hour or more, and your message is no longer on screen, it is fine to re-post or post a link to it.

brittle night
elder schooner
#

It is the lowest of the toggles on the Info page.

#

(My mobile view)

brittle night
#

i thought it was in the configuration tab omg

#

thanks

#

for the life of me i cant delete old frigate files. i just get permissions denied whether logged in as root or not, and even with the protection mode disabled

elder schooner
#

Have you restarted the add-on after turning the protection off?

brittle night
#

I’ll make sure but yes I think so

#

no dice. login as the user i gave it in the configuration tab and just get permission denied trying to delete /media/Frigate/recordings directory with rm -rf

#

i figured it out. i misunderstood which files were actually on /media vs just mounted to /media from the smb share to my server

bold relic
#

Hey everyone , i wanted to add plesk as new dns-provider in the letsencrypt add on. I am a software dev myself and forked the repo and added the necassary code.
I cant get the local add on to run. Heres my fork with my current progress: https://github.com/locopoco57/addons-letsencrypt-plesk

I figured out, that i have to remove the the "image" option from the config.yaml, so the docker container will build from the source code. But i get an error during installation, specifically at the installation of the pip3 dependencys, with the exit code 127.
I also could not get the container to build without any changes. First i installed them directly to my hass installation itself with local addons and then tried it with the devcontainers. Same result.

I didnt want to make a pull request or issue without testing anything or getting it running.

What am i missing?

supple grove
viscid orchid
#

ha, that just went away 🙂

bold relic
#

I was trying to post there first, but i have not permissions :/

viscid orchid
#

I guess all developers swim in the same #developers pool now

bold relic
#

Oh, i havent seen that channel yet.. I'll go ask there, thank you

viscid orchid
#

Yeah, @fringe kraken is doing some light remodeling. #1257019582112334014 is evidently the right place to post development discussions going forwward

keen haven
#

Is it possible using the OTBR add-on to use as the RCP an esp32h2 , and if so kindly point me to a guide/instructions

elder schooner
vocal arrow
#

NGINX install kills ssl

jagged slate
#

I'm trying to get Wireguard add-on to HA to work, my clients say they get connected, however, their receive stats remain on 0 B. The logs on HA don't mention any client attempting a connection. My config is https://imgur.com/el3TN1x . Port is forwarded (it's a isp-provided modem/router, and I have to forward ports on their website and they push it to the router, but I've currently forwarded the 8123/tcp port to access HA in order to try and resolve this, and that works) Anybody an idea what I might be doing wrong?

spark loom
#

Hey all, have glances add-on installed and trying to enable pySMART hdd smart plugin (hoping to get drive temps) getting the following msg. I tried installing through advanced ssh & web terminal but glances isn't recognizing it. Any ideas
Missing Python Lib (No module named 'pySMART'), HDD Smart plugin is disabled

elder schooner
#

On the settings page of that add-on is a field for packages to install. Those are Alpine packages. My guess would be, that it is included in the package smartmontools

spark loom
elder schooner
#

I don't even think, installing smartmontools in the Advanced SSH & Web Terminal add-on wil help anyway. It will be installed in that container and not on the OS or the Glances one.

spark loom
#

Any other suggestions on trying to get hdd temp? Have an nvme top hat and i've gotten couple i/o errors, trying to see if the drive is getting too hot or something else going on

elder schooner
#

Add nvme-cli to the packages on the configuration tab of the Advanced SSH & Web Terminal add-on. After a restart of the add-on, you should be able to use nvme list to get the device name and nvme --smart-log /dev/nvme0n1 to get the health data (needs to be adjusted to your system - you also might have to run the add-on without protection mode).

spark loom
#

hmm nvme list isn't showing any devices

elder schooner
#

In that case you need to disable protection mode and restart the add-on

#

If that doesn't work, you might need access to the OS itself

#

Yes, on the OS itself the nvme command works

spark loom
#

yeah still showing nothing in terminal. How can i access it through OS?

elder schooner
#

Either with physical access via keyboard and display or via debug SSH access

spark loom
#

I don't have a keyboard hooked up currently. how is debug ssh done? I'm currently using advanced ssh addon

elder schooner
#

The add-on will not be used

spark loom
#

gotcha, ill check that out thanks

spark loom
marble willow
#

Has anyone sucessfully used the enviromental variables in the Grafana add-on to override settings? I'm trying to allow support for Angular plugins (I know, it's deprecated, but the plugin I'm using hasn't been updated in 5 years, and won't be).

I've tried GF_SECURITY_ANGULAR_SUPPORT_ENABLED=true

Which from everything I've read, should do the trick, but I keep getting kicked back with "Invalid list for option 'env_vars' in Grafana"

marble willow
#

Maybe in the morning Frenck will see this and bestow on me the knowledge I'm missing, or at least point me in the right direction.

ionic carbon
#

In all honesty, it's easier to edit these in YAML config

marble willow
#

That did it. Thanks!!!

ionic carbon
#

Just to add, if you want to remove it to a blank list, you will need to put [] there

marble willow
dusty wharf
#

Anyone successfully using the Grafana + Loki + Promtail addon combo? Getting this error after making some tweaks to get Loki to update/run properly and promtail

Unable to connect with Loki. Please check the server logs for more details.

#

seems to be a syntax error of some kind or health issue with how it detects the loki install

#

lokiHost=xxx.xxx.xxlokiPath=/loki/api/v1/query status=error error="parse error at line 1, col 1: syntax error: unexpected IDENTIFIER" statusSource=downstream

still thorn
#

i just installed home assistant but i cannot find the addons section

supple grove
#

How did you install it?

supple grove
jade wing
#

Second worst 😉

#

The worst is the method that shall not be named

#

HAOS abkneonyes
Container abkneonyes
Core abkneonmaybe
Supervised abkneonno

ionic plinth
#

Anyone who can recommend a camera with pan-tilt-zoom which doesn't break the bank and works with frigate?

supple grove
ionic plinth
dusk karma
#

So, I'm kinda new to home assistant but I love both the product as well as the community already 😄
I wondered; why do addons not work in the docker setup again? From what I've read it's because HASS requires docker to manage addon containers, can't that easily be solved with DinD?
I don't really mind since I'm very experienced with docker so will just manage my addon containers myself but I was just curious, didn't seem like a problem that can't be fixed in my head 😅

jade wing
#

Because add-ons are special for the Supervisor

#

Some can be run without it, but most can't

#

Add-ons exist because that's the only way to run other software under HAOS, and HAOS is supposed to be "an appliance like experience"

dusk karma
#

Ah, so main reason it's not supported in docker is simply because it's not supposed to run it that way?

jade wing
#

Yes, but since almost all add-ons have a Docker equivalent... you're not missing anything

dusk karma
#

That makes sense then.
Haha yeah I didn't think I did. I really wouldn't want to sacrifice an entire machine for HASS, so I'd stick with docker anyway whether I could run addons or not. But I already have hass-configurator, mosquitto and node-red running without any issues

gray kettle
#

the esphome add-on , is it available as a separate container as well ?
running HA container so i have no add-ons ...

jade wing
#

Yes

gray kettle
#

ok couldn't find it on their site , just mentions add-ons ...

jade wing
#

They have a Discord server full of people who've never touched HA 😉

gray kettle
#

ah nice thank you !

marble willow
quartz moth
#

I have my ssh terminal set up and it is working properly without issues. When I go to my supervisor panel (yes im using the most updated Home Assistant) I get the following errors: 2024-07-03 06:13:38.084 WARNING (MainThread) [supervisor.addons.options] Unknown option 'zsh' for Advanced SSH & Web Terminal (a0d7b954_ssh)
2024-07-03 06:13:38.084 WARNING (MainThread) [supervisor.addons.options] Unknown option 'share_sessions' for Advanced SSH & Web Terminal (a0d7b954_ssh)
2024-07-03 06:13:38.084 WARNING (MainThread) [supervisor.addons.options] Unknown option 'packages' for Advanced SSH & Web Terminal (a0d7b954_ssh)
2024-07-03 06:13:38.084 WARNING (MainThread) [supervisor.addons.options] Unknown option 'init_commands' for Advanced SSH & Web Terminal (a0d7b954_ssh) Any Ideas whats going on?

#

any ideas?

hearty fiber
#

Hello, I have the door handle sensor with the access point from Homematic IP and this gives me 3 positions for my door: open, tilted, closed, but unfortunately I can only see open or closed in Home Assistant. Does anyone know anything about this?

glass condor
#

Does anyone know where the platformio folder is for ESPHome within HAOS? I need to delete it but I can't find it

lament otter
#

It should be under /config/esphome/ somewhere. I suspect it's hidden by default.

glass condor
#

Thx though

gritty ember
#

Good evening everyone!

#

looking for some assistance with completely removing some add-ins so that i can reinstall them from scratch but when i uninstall them and reinstall the configs are all still there.

elder schooner
#

Remove according setting files in /share, /config or /addon_configs (or whereever they store something according to their documentation)

gritty ember
#

this file share between sabnzb and sonarr is driving me batty on home assistant.

uncut flume
#

I have the exact same problem.

fair hedge
#

Cannot access "config" with samba share

tribal owl
#

trying to use ssh addon on iphone - where is the up arrow key ?

supple grove
#

You probably need a different keyboard or a SSH app that can send that specific key.

bitter geyser
#

i'm attempting to setup the wireguard add-on in client mode. meaning that the home assistant should connect outbound to my own wireguard server.

#

i have gotten the connection up and i'm able to ping it

#

but i can't access port 8123 or port 22 over the wireguard tunnel

#

what do i need to do to bridge these things together?

#

in what inception-level of virtualization do i find this?

#

all the howtos i've seen addresses how to do this the other way, where the clients that wants to access home assistant dials up to this instance

bitter geyser
#

i see that the wireguard addon runs as a docker container

#

so i guess that all connections are terminated inside that container and i need to allow access to the host from inside that?

supple grove
#

Every addon is a docker container.

bitter geyser
#

ok, but the wireguard one is a network one. and there should be some documentation available on how this container can speak to its host

#

i guess what i really want here is for the wireguard addon container to run with network=host

#

i really don't want to set up an additional pi just to do the wireguard

supple grove
#

Not that it helps you now but virtualization can give you "infinite" pis.

bitter geyser
#

got it working with an iptables rule

keen galleon
#

hey guys - new here... is there an add-on that will let me control my stand-alone install of plex in HA? I've got the plex server add-on, but that looks like its for running its own plex server, rather than integrating with an existing one on my network

bitter skiff
static kraken
#

I just updated Home Assistant core (running on a raspberry pi) and now I am seeing the following “repair issue” message: “Add-on ESPHome has been removed from the repository it was installed from. This means it will not get updates, and backups may not be restored correctly as the supervisor may not be able to build/download the resources required.”

What the heck? I cannot find any notice that esphome is no longer supported, and I certainly did not remove or delete it. What caused this, and how can I fix it?

elder schooner
#

Did you install ESPHome from the HA repository? It has been removed long time ago. ESPHome now has its own repo.

static kraken
#

Ah; yes, I did. So how might I reinstall it?

elder schooner
#

I guess, your present ESPHome version is far behind

static kraken
#

Oy. Thanks. Sorry for the newb question (I’ve been using HA for years. 🤦‍♂️)

elder schooner
#

My bet would be an improvement of the repairs function

lunar yoke
#

hi guys, im using Has OS with Nginx Proxy Manager(NPM) and duckdns.org to make my HA externally available.
Im wondering if any of you here managed to setup multiple domains to reach different services using NPM successfully?

when i try both domains somehow directly link to homeassistant even when the other domain is supposed to forward a different service on a separate ip?

tropic crag
#

Hacs has nothing to do with add-ons.

near river
#

Hello I am not sure if this is the right channel, but this seems right for me.

I wanted to know if it's possible to do some kind of presence detection with wifi using Integration for Internet Router. For example, when I am connected to my wifi with phone to make presence automation, because when I use zone it often happens that my location is suddenly outside the home circle on the map and then all lights turn off, cctv activated etc. I think this happens because my phone decide to connect to other antenna or whatsoever.

Sometimes when I restart Router HA detects my router to add called something with UPnP.

So basically when I am connected to wifi then I am at home (changing automations to use "if x persons Smartphone is connected to wifi, then do y" instead of if person is in zone then. And I need to somehow get wifi connected / not connected

Every Kind of input would be very much appreciated 😊

jade wing
balmy cloak
#

Hello, does anyone know why VTA+ devices and applications do not have support in HA or how it can be integrated, thanks

jade wing
#

If they don't have support it just means that either:

  1. Nobody has put in the time and effort
  2. The manufacturer makes it hard/impossible
balmy mica
#

hey, any info on what would be the proper way to migrate from it? (prometheus server addon)

elder schooner
#

Saving as much as possible (configuration files for example), uninstalling the old one, adding the new repository, installing the new one and set that one up.

balmy mica
elder schooner
#

There is no new "official" repo.

#

You have to find one yourself

fluid moth
#

Hello everyone, i installed Music Assistant and it used to work but now i get verify_ssl error on plugin provider. i did not change any settings. but when i try to re add i cant add home assistant as plugin provider.
I'm using cloudflared for remote access

tawny sleet
dusty wharf
supple grove
#

Does your system stay healthy?

dusty wharf
#

Healthy?

supple grove
#

HAOS usually considers a system unhealthy if you run random docker containers on it.

astral geyser
#

hello, I have this message but do not understand why?

#
Repository for add-on Samba Backup is missing. This means it will not get updates, and backups may not be restored correctly as the supervisor may not be able to build/download the resources required.

Please check the add-on's documentation for installation instructions and add the repository to the store.```
#

because I can go to the github repository with out problem

#

https://github.com/thomasmauerer/hassio-addons/tree/master/samba-backup

#

how can I fit it?

elder schooner
#

Is the repository https://github.com/thomasmauerer/hassio-addons still listed in your add-on store's repositories list?

astral geyser
#

let me ck

#

it was not, I do not understand why, did HA delete it?

#

I just add it and update samba

#

restart HA and still showing that error

#

now it changed: ```Missing repository for an installed add-on
Repository for add-on 15d21743_samba_backup is missing. This means it will not get updates, and backups may not be restored correctly as the supervisor may not be able to build/download the resources required.

Please check the add-on's documentation for installation instructions and add the repository to the store.```

#

now it has those numbers in front of it

elder schooner
#

You can try to reboot the host. That fixes supervisor problems sometimes

astral geyser
#

cool, thanks

#

I had to reboot the system in order to msg disapear

dusty wharf
still thorn
#

i just added a esp32 to esphome but on the addon its still saying i can adopt the esp32 well also showing the esp32 that i added

solemn egret
#

lately (since 2024.7.0) I'm getting

Source: components/mqtt/mixins.py:441
integration: MQTT (documentation, issues)
First occurred: 5 July 2024 at 20:54:46 (19 occurrences)
Last logged: 08:22:57

Erroneous JSON:

And I'm not sure how to debug it. There's no hint of errors in the add-on log.

dire drift
#

Hello, I m seeking someone to help me with the wireguard addons

I want to create 3 VPN

  • 2 using proton VPN => one for some stars app and the second for HA, paperless, .. apps
  • 1 to connect on my home network when I want access some not exposed app

I tried setting up one them but my logs are full of "[14:05:57] INFO: Requesting current status from WireGuard..."

And I don't understand how to setup the other one :/

pale pagoda
#

I can't add the terminal&ssh add-on,anyone can help me?

elder schooner
#

What is the actual problem?

pale pagoda
#

when I add it,it allerts me:

Can't install homeassistant/aarch64-addon-ssh:9.14.0: 404 Client Error for http+docker://localhost/v1.45/images/homeassistant/aarch64-addon-ssh:9.14.0/json: Not Found ("No such image: homeassistant/aarch64-addon-ssh:9.14.0")

elder schooner
#

Sounds like a network issue

pale pagoda
#

But I can add other add-on

elder schooner
#

Sometimes a host reboot helps.
You can also try to set another DNS server in the network settings. Followed by a reboot.

pale pagoda
#

ok

#

thanks

noble snow
#

Hi, guys. I faced with strange behaviour of add-on storage. Some time ago it was notification that ESPHome addon have wrong repository and have to be removed. I press Fix button, and addon completely disappeared from store. It is not installed, and not visible as avaliable to install. After I tried to add repository manually, I got error that this repository already in store. Who can help me with it?

elder schooner
#

Have you tried a full reboot of the host (not just restarting HA)?

frail crystal
#

I have addons run on port 3030
And having cloudflared addons: to expose my HAOS into global internet with my domain
I can access my home assitant with my domain but can't access addons run on port 3030 can anyone can run addons with cloudflared ? please help

elder schooner
#

You have to use a subdomain and route that to the add-on (IP/URL and port) in the Cloudflared configuration in the additional hosts.
Example:

- hostname: bitwarden.domain.com
  service: http://a0d7b954-bitwarden:7277
#

It will be available via the subdomain without port, as it will be using the default https port 443.

frail crystal
elder schooner
#

What are you talking about?

frail crystal
#

I can't send image here. I am talking about dns config for domain

elder schooner
#

You have a domain already configured to be used by Cloudflared, right? In that case they will create the DNS record for the tunnel.

frail crystal
#

Hmm so I just need to update link this right ?

- hostname: test.abc.com
  service: http://homeassitant.local:3030
elder schooner
#

Either that or the hostname of the add-on itself

#

And it should be homeassistant.local - there is an s missing

frail crystal
elder schooner
west dagger
#

Is there some good documentation as to what ingress actually does.
I've been working on an addon that's written with vuejs (under nuxt3) and something somewhere has changed in the last month or two which has meant things aren't loading properly...
Doesn't help that bashio::addon.ingress_entry doesn't match the /hassio/ingress url 🙃

west dagger
#

Okie dokie, will start a new thread there :)

edgy estuary
#

hi! im having some confusion with the wireguard addon. I have successfully connected two esphome devices to the addon server, but i cant add them on the devices page. I believe i have to do something with the post up and post down variables in order to let the peers traffic out of the container to the host machine but im not getting much success with it. has anyone had this problem?

frail crystal
#

is there any addons like htop for linux on haos .? I want to monitoring system resource

winter solar
#

I can't watch the Media recorded from motioneye. Why

lusty lotus
#

Hello, I have a problem. All addons have empty logfile. When I go to the log tab of (any) addon, it's empty (Refresh button does not help). When I go to Settings/System/Logs and select any addon it says 'No errors have been reported' I have logger in configuratin.yaml with default level info (I tried even debug - no difference). Any idea? (It worked for years, I don't remember when I last time see it wroking - no need to go to the logs too ofter, could be several months/updates)

barren pecan
#

can anyone be of some help for Wireguard addon?

Currently have it setup and working so that it will allow connections from wireguard clients to LAN but not the other way round and I need help with the static routing.

My wireguard addon is on my home assistant raspi on 192.168.0.8. My Wireguard server IP is 192.168.1.1.

lusty pawn
#

anyone know in auto entities if i can *1000 the value if it says kw instead of just w

elder schooner
lusty pawn
#

thanx, will ask in there 🙂

dense vector
#

I've recently started hitting Internal Server Error when trying to access my overseerr add-on.

Looking at the logs it appears to be connection refused issue?

      at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {
    errno: -111,
    code: 'ECONNREFUSED',
    syscall: 'connect',
    address: '::1',
    port: 5055
  }```

Has anyone seen this before?
hybrid sedge
blazing wasp
#

Hi all, recently noticed that the VLC addon was not longer playing sound over the speaker I have attached to the mini pc I'm running HA on.

the VLC integration seems to think everything is working correctly, and I'm not seeing any errors when trying to play something just this when the addon is restarted

[00007f3c99f0e020] main interface error: no suitable interface module
[00007f3c9a15e9b0] main libvlc error: interface "globalhotkeys,none" initialization failed

hearty fiber
hybrid sedge
#

But this will take some time

hearty fiber
#

Okey thanks For your help

solemn egret
#

if an add-on crashes and restarts regularly, how can I recover its PAST logs in HAOS to find out why? The UI log only shows me the current session log.

steep mortar
#

Hello all. Is there a way within HA to limit RAM usage by an add-on? I'm testing NodeRed to download a CSV and parse it, but after a minute the total RAM usage spikes and crashes Home Assistant. CPU is hovering ~30% when it crashes.

edgy estuary
#

Hi, does anyone know how to be able to ping a wireguard peer? When i use ssh it doesnt work

inland mortar
#

Hello
I have a theoretical question about Network UPS Tools. I read a few articles and saw a few videos and I was wondering, I have several UPS, from different brands, and not all are close to the HA node. Is it possible to have a raspberry pi 1B+ running "something" with a Network UPS Tools agent and reporting to HA through ethernet?
If so, do you know any tutorial that can help me start?
Thanks

elder schooner
#

If you run a NUT server on each one, HA can integrate those.
But those do not communicate with the add-on. Those are independent servers.

#

If the UPS has an Ethernet port and is NUT compatible, it can be added to the add-on itself.

inland mortar
#

no, they all have usb ports, no ethernet ports, that's why I need the raspberry pi

#

which os would you recomend for the raspeberry pi 1B+ that can handle nut?

jade wing
#

Debian/Raspberry Pi OS

inland mortar
#

thank you

elder schooner
river wharfBOT
#
The topic of this channel is:

HA OS Add-on support! Additional, standalone, applications that can run on Home Assistant OS. Your user profile needs to have Advanced Mode enabled for some add-ons to be visible in the store.

ionic thicket
#

Ah yes, my apologies... I'll move my question to the correct channel. Thank you.

boreal badger
#

does anyone who uses music assistant know if there's a way to cast from spotify similar to spotify connect add on? i basically want people in my house to use spotify to queue to music assistant

tidal thicket
#

I've just changed over to MariaDB from SQLite. I'm getting no errors in the logs, but noting is getting recorded in Logbook or History. Since there are no errors being logged and the MariaDB add-on is running, I don't know where else to look. Any suggestions please?

jade wing
wicked canopy
#

Hello! I'm having issues reinstalling TasmoAdmin and Studio Code Server on my HA instancy.
a few weeks ago i got a notification that this 2 elements would no longer be maintained on the repository. but now they have been fully removed from my installation. Can anyone help me find a way to add them back?

elder schooner
tidal thicket
# jade wing See the pin in <#332167321311510530>

Thanks, but I don't think that's the issue I have. I'm not running the integrations they are talking about and I've disabled auto_purge for good measure, but I still get nothing logged.
In desperation, I've removed the db_url line from my config, assuming that will let me revert to SQLite, but I'm still getting nothing logged.

jade wing
tidal thicket
little crag
#

Guys, I added Vaultwarden, but on the iPhone it does not accept the SSL certificate or without the SSL via the internal IP address, how can I put it on the iPhone? or how can I put the website that I already use to access my HA?

carmine needle
#

Trying to use ESPHome with an ESP32-CAM, but the installation procedure only allows for ESP32, ESP32-S2, ESP32-S3 or ESP32-C3. Which should I choose? None of them works for me, BTW...

#

The chip on the ESP32-CAM says "ESP-32S"...

river wharfBOT
carmine needle
empty needle
#

Hi! I've recently moved from raspberry pi 3b+ to computer as server, running HAOS. Restored from backup, but one addon failed to restore.
I'm trying to manual install the addon; Futurehome FIMP, and it throws me an error:
The command '/bin/ash -o pipefail -c apk add --no-cache python3 py-pip && pip3 install --upgrade pip' returned a non-zero code: 1

It's reported an issue on this on GitHub in January, but seems it's not maintained.
Is it something I can try to do to get it working again?

wintry solar
wicked canopy
elder schooner
#

The link shows, how to re-add the repository

clever igloo
#

can someone help me with Zigbee2MQTT, was working great a year, and now it cant find the Gateway, I have restored HA and have even installed a fresh OS. Still cant get my zigbee network back up.

leaden apex
#

Need help for #Grocy. I have read multiple time the github for the custom composant https://github.com/custom-components/grocy. BUT instruction after the installation of the custcom component isn't a step by step. No screenshot either. So i don't have anywhere to put the API KEY, I don't know if it need to be from HAC/Custom componant OR directly from the Grocy addon.

TLDR : Grocy add-on is already install, I have Grocy in another instance (so external), Grocy custom component is intalled, but i don't really see any screenshoot or detailled instruction on how to connect but except the fact I should have a specific screen, which I don't

quick trench
#

Maybe you don't know that you have to now go and add the integration?

#

Just go to the integrations page and add it like you would any other integration, fill out hte info highlighted in the Integration Configuration section of the docs

#

HACS only installs the files, it does not integrate it for you

sly kindle
leaden apex
sly kindle
#

The add on is for people who don’t have grocy, the server

#

Same as having jellyfin or Plex already running somewhere in your network. They don’t need to be running on the same host as Home Assistant

leaden apex
sly kindle
#

Integration, custom integration. Same thing. I’m talking about the ADD-ON

#

An Add-on is not an integration

river wharfBOT
#
The topic of this channel is:

HA OS Add-on support! Additional, standalone, applications that can run on Home Assistant OS. Your user profile needs to have Advanced Mode enabled for some add-ons to be visible in the store.

empty needle
indigo creek
#

Hello I use Home Assistant and ESPHOM E I added a device to esphome and I cannto get the YAML file change the name on the ESPHOMe forum they said to add onn a file editor So I added File Editor to my HA but it is unclear on what to do where can I find help on file editor?

tidal thicket
#

Did you find a solution? I have the same question.

viscid orchid
#

You can't. Home assistant cloud is not a general proxy

#

You can only get to the HA dashboard or other services that are served by HA, not other services on your local network that don't go through HA

tidal thicket
weary stratus
#

Hi, my homeassistant over raspi4 can not start the addons configuration. Some cards etc seems to work normal?

jade wing
#

Did you just do a restore?

weary stratus
#

That also do not work. I cant start the "Speicher"

weary stratus
#

Any other tipps?

jade wing
#

Try a host reboot

ionic plinth
#

Does anyone here manage to get Nextcloud working when your HA instance goes through a cloudflared tunnel?

weary stratus
#

How can I do that? Sorry for my bad english. I am a electrical Engenier not a teacher 😆

jade wing
#

Press c and type reboot

weary stratus
#

Thank you

#

No success, but I found some red recordings in the log?

#

Logger: homeassistant.components.hassio.handler
Quelle: components/hassio/handler.py:615
Integration: Home Assistant Supervisor (Dokumentation, Probleme)
Erstmals aufgetreten: 21. Juni 2024 um 10:52:02 (64372 Vorkommnisse)
Zuletzt protokolliert: 11:42:45

Timeout on /backups request
Timeout on /supervisor/info request
Timeout on /core/info request
Timeout on /os/info request
Timeout on /info request

#

Logger: homeassistant.components.hassio.http
Quelle: components/hassio/http.py:190
Integration: Home Assistant Supervisor (Dokumentation, Probleme)
Erstmals aufgetreten: 21. Juni 2024 um 11:55:25 (16 Vorkommnisse)
Zuletzt protokolliert: 11:42:27

Client error on api app/entrypoint.js request Connection timeout to host http://172.30.32.2/app/entrypoint.js
Client error on api supervisor/logs request Connection timeout to host http://172.30.32.2/supervisor/logs
Client error on api host/logs request Connection timeout to host http://172.30.32.2/host/logs

radiant ridge
weary stratus
#

Nobody an idea?

elder schooner
weary stratus
#

Thank you

pseudo sparrow
#

Having a weird issue. I am running HAOS with cloudflared and VS Code. When I access HA through homeassistant.local or remotely, I am able to access HA fine and access VS Code with no issue. However, I set up a local DNS record for my remote address on my pi.hole to go to a SWAG RP container I have running. However, when I access HA this way, everything works properly but I am not able to access VS Code. In the console I see the follow:

Content-Security-Policy: The page’s settings blocked an inline script (script-src-elem) from being executed because it violates the following directive: “script-src 'self' 'unsafe-eval' 'some SHA256 strings'

I also get:

Resource URL: https://my_domain/api/hassio_ingress/PoyoPbNqw7nKwS08vLUSPm6ySk1lkzapuueKVcw_Zl4/stable-0b84523121d6302fbe30eda7899ec3b81810748e/static/out/vs/workbench/workbench.web.main.js
Source Map URL: workbench.web.main.js.map```

and: ```  ERR [remote-connection][Management   ][56d14…][initial][WebSocket(my_domain:443)] the handshake timed out. Error: workbench.web.main.js:643:3592```
noble crane
#

does anyone has also the problem that the "Duck DNS" will not renew the certificate if you have a "Alias:" configured ?

tropic quarry
#

is there a problem with HACS? clicking update on an integration nothing seems to happen then possibly minutes later the update popup will appear, but then does not seem to update. I tried reinstalling with the ssh script and it eventually said that get.hacs.xyz has moved and worked on a completely different address. but still cannot update integrations

#

from log file A timeout of 60! seconds was encountered while downloading https://raw.githubusercontent.com/zachowj/hass-node-red/v4.0.0/info.md, using over 60 seconds to download a single file is not normal. This is not a problem with HACS but how your host communicates with GitHub. Retrying up to 5 times to mask/hide your host/network problems to stop the flow of issues opened about it. Tries left 0

viscid orchid
#

HACS isn't an addon

#

It seems you have issues connecting to GitHub

noble crane
#

is there a problem with the NGINX proxy manager ? if i try to add a certificate and pres "test server" i get the error: Communication with the API failed, is NPM running correctly? @raven tinsel

languid imp
noble crane
languid imp
mental pond
fading jay
#

Hi. I’m running MariaDB as an addon under HAOS. I inadvertently wrote bad data over one of my tables. I have a full HAOS backup on Onedrive that has the correct table. Is it possible to restore just MariaDB from within the full .tar backup, and if so, how please?

supple grove
golden knot
#

anyone else having issues with the Vaultwarden add-on after updating to 0.22.0? I'm getting the following error:

s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-nginx/type: must be oneshot, longrun, or bundle
s6-rc: fatal: unable to take locks: No such file or directory
s6-linux-init-shutdownd: warning: /run/s6/basedir/scripts/rc.shutdown exited 111

and can't get to the UI after it starts.

elder schooner
#

Working fine for me

exotic sable
#

Hey everbody. Iam running HA on a Pi5 and failed to make inbound websocket work with nginx addin. Is there a documentation about this anywhere?

elder schooner
#

NGINX Proxy add-on or NGINX Proxy Manager add-on?

exotic sable
#

Proxy-addon 😦

#

The manager add-on isn't working with the nginx addin

#

(afaik)

elder schooner
#

It replaces it

exotic sable
#

on HA OS, too? The log stated, that the manager had no access to replace the configs 😦

elder schooner
#

NPM is basically NGINX Proxy with a UI. Much easier to setup.
NGINX Proxy just creates access to HA. If you are using custom configs, you have to write everything yourself, including websocket support.

exotic sable
#

does it work with HA OS, too?

elder schooner
#

Sure, it is a HAOS add-on

#

It can also automatically manage Let's Encrypt certificates without an additional add-on

noble crane
#

Ho to troubleshoot api error for nginx proxy manager ?

jade wing
#

Depends on the error ... you need to share that 😉

lethal dome
#

Does anyone know where the server files for HAMC Server Java (minecraft on haos) addon are stored?

elder schooner
#

All configuration is done using the add-on options. It allows for setting the environment variables found here.

#

According to the docs, only the Bedrock version seems to have local storage. But you can look in the directory /addons

noble crane
twilit meteor
#

Hey all, just wondering whether anyone has had issues with the Let's Encrypt add-on? I have been trying for ages to get a certificate (up until the point of being rate limited) and then all of a sudden on the second attempt tonight it worked. Nothing has changed config wise on my end at all.

#

it was getting to the point I was starting to wonder if certbot was binding to the wrong IP address

noble crane
twilit meteor
noble crane
#

using dns or http validation ?

twilit meteor
#

http

noble crane
#

mayby a blocking of you isp of port 80, that now has been fixed ?

twilit meteor
#

Not too sure, I was using IPv6, but I could get the webui over 4g but LE couldn't. I guess it might just be "one of those things" 🤷‍♂️

supple grove
#

How are you checking?

lethal dome
#

thru the file editor

#

i'd love to put some low spec modpack on that bad bo

#

y

supple grove
#

Yeah that particular addon does not share that directory.

lethal dome
#

is there an addon tthat allows for a custom install ?

#

or however you would even put thatt in words

supple grove
#

Custom install of what exactly?

lethal dome
#

custom instances maybe thats tthe word

#

modpacks, etc

supple grove
#

You mean random docker containers? Oh. Not sure.

#

I don't really think HAOS lends itself well to running game servers.

lethal dome
#

well ill try to explain the best I can

#

yeah im starting to see that lmoa

#

but it would be cool

#

currently I can just change the minecraft version, via the config.

#

basically everything else is changable in game

#

via commands

#

Whatt I want to do, is use a different launcher jar, that launches a modified version of the server jar, that allows for the use of mods

#

the jar itself is an aio, just need to launch it, it will figure out the rest

cursive bane
#

Hey! Im looking for some help setting up NGINX for remote access. I am using it already for telsa proxy addon. Bu im not sure if i can set it up for both

solar perch
#

I have been trying to use the Dnsmasq addon and add some ptr records for some devices that now try resolve those from my isp forwarded from my router. but somehow i cant get the yaml config to swallow the documented dnsmasq syntax.

> hosts:
>   - ptr-record=1.0.0.127.in-addr.arpa,localhost
>   - ptr-record=2.0.0.127.in-addr.arpa,home.local
>   - ptr-record=10.0.168.192.in-addr.arpa,whatever.home.local
river wharfBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

jade wing
#

That guide shows enabling it

#

Try looking at what you did

#

Check the add-on logs

river wharfBOT
#

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

jade wing
#

Looks like your HA host can't reach LetsEncrypt/the internet

#

You need to fix your network then

paper sluice
#

Did you solve this? I have the same issue. airsonos.xml is not created automatically or honored with manual entries...

pastel sparrow
#

Its not in the /config folder anymore

#

If you browse and go up one folder you will see an addon folder and there in the airsonos addon it’s stored

paper sluice
cursive dragon
#

I need help setting up MrZottel's Fluval BLE extension, anyone know how to do that?

fiery prism
supple zephyr
#

I am trying to configure my mounted certificate files in NGINX Home Assistant SSL proxy without any luck. As the path /ssl/ appear to be hardcoded in this add-on i thought I'd try symlinks (both hard and soft) but then the add-on throws an error. The only thing that works thus far is to copy the actual cert files into /ssl/. It will be quite tedious copying these files manually every 3 months so if anyone here has a suggestion on how to fix/resolve this I would be a happy geezer.

jade wing
#

Where are you getting the certs from?

supple zephyr
#

from Let's encrypt (or zero-ssl, can't remember which service I'm using for this case). It's downloaded to another server of mine which then shares it to HA via NFS.

jade wing
#

You could write an automation in HA to copy the files

supple zephyr
#

interesting! I thought about using a script via cron but that felt a bit intimidating as this is not the usual linux installation 🙂 Using automations would definitely be a working solution. Can I do this via GUI or do I need to get my hands dirty?

jade wing
#

The command line for the file copy would be YAML, the automation itself can be done in the UI

supple zephyr
#

Many thanks, i will look into this!

golden niche
#

Hi everyone!
I'm using HAOS with VLC add-on and VLC via Telnet for play audio to multiple rooms from server's audio card.
VLC sees audio output as stereo.
Is there any way I can split it into two independent channels to play different content in two groups of rooms?

elder schooner
#

No.

mystic flume
#

Hello everyone! I have a development question about the home-assistant ingress service.

It seems that the ingress-service somehow is filtering URLs in the HTML code that are generated by my addon and slaps the /api/hassio_ingress/Bqj5gXLquGIH2WiUpnl4fahK-rbBI8qu_J4z1oZsd -prefix in front of it. I do not quite understand how this is happening. Does someone maybe have pointers for me where to find the code that does that?

The problem I am facing is that this pattern substitution works fine for my addon 99% of the time, but in one case I need to construct a reverse-url with hassio_ingress prefix in JavaScript frontend code and that is where things fall flat on their face...

Chances are that I misunderstand the mechanism in the first place... also happy to hear about that!

lament otter
small radish
#

I managed to shoot my own foot by setting up a local addon in an invalid way. The OS is REAAALLLY mad about it, but I can't find a way to fix. Unfortunately I rebooted and now I can't figure out how to remove that addon so get my install back working again

No addons will boot, so no code server. The backups aren't going, no ssh. I've been fighting with the ha command line thing on this device, but haven't found a way to break out to run a simple bash command.

Is there any way I can get at this invalid folder to nuke it?

viscid orchid
#

Type 'login'

small radish
#

Seems like a different root from the one I'd get from code server. Is there a straightforward way to get at the spot where those files are?

#

Found it! Ty

vale star
#

How do I remeve a theme in Home Assistant? Is it enough to just delete it in the theme folder?

elder schooner
zinc geode
#

Hi,
has anyone had a problem with samba sharing a folder for sonos as a music library?
I'm getting a 900 message (communication works great because it detects invalid password, etc) and I found that it relates to the IRPStackSize parameter with a fix given for windows:
https://support.sonos.com/pl-pl/article/error-900-when-adding-a-music-library
How to force samba in HA to allow the increased size?

mental ledge
#

hi, i'm trying to set up ssl on homeassistant and installed the nginx proxy add on and lets encrypt. when i set everything up i can hit the server through the ssl port but i just get unable to connect to home assistant in the ui and im not sure why. for some reason i can't see add on logs but i do see the core logs and theres doesnt seem to be any info in there other than when i try to access add on logs

#

i've googled for a while but can't seem to find anything that works

heavy parrot
#

hello! i am using a remote machine with homeassistant installed and i managed to connect to the ui so i could setup tailscale. now i need to edit the configuration.yaml because none of the addons i want to use are opening their ports to tailscale. is there a way to make them do this?

half beacon
#

Hey guys. The Music Assistant add-on once played on whatever device that I was currently using to interact with HA. Has that changed?

sly kindle
ancient jay
#

Hi there! Anyone using switch manager to turn on/off, dim up dim down (holding) a light with just one button of a ikea tradfri? I had this previously in Phoscon/Deconz but I'm moving to Z2M.

near dock
#

not sure what switch manager is? the normal way to do that sort of thing with z2m would be to write an automation.

ancient jay
near dock
#

that's a custom integration, not an addon :) all i can say is that the events will be different with z2m, but all of the events needed to do that will still be on the bus so you should still be able to use switch manager.

ancient jay
#

Oh! I'm sorry. I thought that I was in the right place. My mistake. Thank you for the tip! 😉

jade wing
primal pawn
river wharfBOT
#

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

weary pivot
#

Only shows 40% used though. Docker volume capped or something?

tired wasp
#

hey guys im running ha on a linux vm but for some reason i cant load the add-ons store page
i have an internet connection that's being picked up but store wont load.
(im super new to ha btw) can someone pls help ?

elder schooner
#

Which installation method did you use? HAOS or the Container method by using Docker?

tired wasp
#

i used haos but its fine now turns out using edge browser isnt that smart

#

but now the camera stream to the ios app is unusable

onyx olive
#

Can I in HA display and manage my docker containers running on Synology NAS?

supple grove
#

No.

onyx olive
#

I thought it could be done with Portainer addon?

elder schooner
#

Using Portainer is not supported/recommended and will result in an unhealthy system

onyx olive
#

Even when just accessing remote containers on same LAN?

elder schooner
#

Afaik the system will be flagged as unhealty as soon as Portainer is installed as add-on

supple grove
#

It also sounded like you were running HA as container too. So no addons.

#

You can install portainer the same way you installed HA I suppose.

onyx olive
#

Oh. I'm using HAOS bare metal.

supple grove
#

Ah. Then you're out of luck. Virtualization is awesome for flexibility like this.

onyx olive
#

Yeah. Guess I can always access the dockers via Firefox addon in HA or with VPN though.

elder karma
#

I can't seem to get my tailscale DNS to resolve on any of my android phones. I can start the tailscale app, start a tunnel and the HA Companion app works fine. But when I put the tailscale MagicDNS FQN with port in the external URL in the HA app, it doesn't connect.

pure void
#

How do I make additional Python libraries available to HA? Is it done as an add-in?

#

If I install with pip, the library goes away after a reboot

jade wing
#

How do I make additional Python

neat rover
#

what is the most up to date addon for Bluetooth presence? I've been using presence monitor, but I bought a new server and it doesn't seam to work, but I know BT is working because I got a bunch of beacons when I installed the BT LE integration

#

just to add to this, I want to track phones, so if I use a beacon tracker (even if I have it on in the companion app) I won't be able to know what MAC address is my phone as it rotates every now and then

tropic moat
#

Any known issues with Mosquitto broker 6.4.1? I'm suddenly having issues (after upgrade to Core 2024.7.3), where Zigbee2MQTT logs "z2m: Not connected to MQTT server!", but I can connect to the Mosquitto broker with MQTT Explorer without problems. Mosquitto broker has a red status indicator on the config page, but the logs don't show any errors. I'm confused 🙂

stoic dune
#

Tailscale vs Cloudflare tunnel question: I'm looking to expose my HA instance so I can take better advantage of accessing HA while remote (and also allowing better gps/location/zone automation).

I was able to get it working with Tailscale but I didn't love the idea of having to remember to turn it on/off when arrive/leave from home. It looks like Cloudflare tunnels work nicely, but at the expense of security. That is, it hides the IP address, but it's still exposed to the internet. Is HA with 2FA enabled typically good enough security when going the Cloudflare tunnel route?

jade wing
#

Good enough even when not using Cloudflare tunnels

stoic dune
#

Definitely, it'll be enabled either way. Is there any other things I should consider when choosing between Tailscale and Cloudflare for exposing my HA instance?

jade wing
#

Basically, do you want an always on agent (Tailscale) or for things to just work (Cloudflare)

stoic dune
#

I'm leaning towards "just work" with a domain and 2FA and not having to worry about turning TS on/off

jade wing
#

TS is great for intermittent remote access - or when you don't want an agent

#

CF tunnels are great for access any time

stoic dune
#

Yeah, that's why I'm leaning towards CF tunnel. I just wanted to make sure I wasn't missing anything major when it comes to security and I'm being an idiot

jade wing
#

Lots of people just port forward to HA and do SSL there without any problems

#

You're going "above and beyond" what most do

flat parcel
#

Hello community, did anyone managed to configure samba add-on with additional users and for specific directories? It doesn't seem to use standard /etc/samba/smb.conf and neither the smbpasswd command over ssh or ha> is found.

wispy cliff
#

help please

lapis wyvern
#

is there any way to get into the container than runs an addon? I need to read error in a file? (I recently moved from supervisord install to haos, so I am a bit lost)

#

oh well thats not too hard, and I can see the logs and the error!

shadow trout
#

Hello. I'd like to add two UPS's to the NUT Server, however only one is showing up. My HA is in Proxmox VM. When I enter "lsusb" from the command line, both UPS's show up with identical ID's though they are on the same bus but different usb ports. I believe this means they are both communicating with Proxmox / HA VM. So how can I get both UPS's to show up in the NUT itegration? Do I need to go into the NUT Server add-on within HA and edit the .yaml file and somehow add both ID's? Thanks in advance for any help that can be provided.

chrome vault
#

I'm using the frigate addon and I have a tapo c200 camera that seems to refuse to authenticate with frigate even though it's set up EXACTLY like 6 other cameras of the same type and I can copy and past the url to open the rtsp feeds in vlc. Does anyone have any ideas as to what the problem could be?

torpid trench
#

Hi all,
does anyone have any idea how to solve this?
It is a fresh HA installation and I just added the Z-Wave JS

It comes broken out of the box 🤨

*** Invalid server version: Z-Wave JS Server version (1.35.0) is incompatible. Update the Z-Wave JS Server to a version that supports at least api schema 36***

Z-Wave JS
Current version: 0.6.2 (Changelog)

Core 2024.7.3
Supervisor 2024.06.2
Operating System 12.4
Frontend 20240710.0

hot turtle
#

Hello, I am having issues updating my ESP Home device. I have the latest version of esp home but when I try to updat my device I am getting this error even though I added
ota:
platform: esp8266:
ota.esp8266: [source /config/esphome/test.yaml:17]

Platform not found: 'ota.esp8266'.

viscid orchid
#

There's no platform called "esp8266" for ota:.

#

your ESPHome questions are better asked on their server

river wharfBOT
viscid orchid
hot turtle
#

I will check, thanks

tropic ibex
#

Interested in AdGuard, but seem to be stuck.

Set my primary DNS to the RPI running HA. AdGuard is running.
Under "Setup Guide" it says it's listening to 127.0.0.1, but I make sure to set Static IP in Home Assistant -> Settings -> Network

Anyone know what step it is I'm clearly missing?

#

Ah, seems 'restarting the add-on' was key, now it has a list of multiple things it's monitoring.

supple grove
jade wing
#

Hi all,

winter solar
#

Tunnel auth with Certificate

I have a cloudflare Tunnel running on Homeassistant as addons. I managed to follow a tutorial to setup OTP-access and Certificate access. I then installed the CA-certificate on my Android and It works perfectly with homeassistant.mydomain.com. i use zerotrust with a few access groups and only a custom WAF rule to Block any logins outside my Country

I now tried to add overseerr.mydomain.com to the Tunnel. I can access it with OTP but not with Certificate access

Why?

I added the Domain to the Client Certificate host mTLS. I have no mTLS rule. I added overseerr as Application in zerotrust & gave it the Same access groups as homeassistant

umbral viper
#

Is there a recommended way of deploying add-ons when deploying ha-core? I'm deploying my HA to a Talos linux cluster. Are there containers available for the add-ons that I could deploy as sidecars to my HA deploy, or as a separate container I could wrap in a helm release?

supple grove
#

Depends on the addon but for most of them there's generic/normal containers that provide the same software.

umbral viper
umbral viper
#

I think the last link is what I was missing

umbral viper
#

i just found the home-assistant dockerhub which has an add-on container for all the add-ons listed in the github repo. Do I still need to run the openthread/otbr container? Or is it contained already in the otbr add-on?

supple grove
#

I don't think you can just run the addon container outside of HAOS so I'd say you need the other image.

umbral viper
#

gotcha, thanks

sinful galleon
#

I'm running HAOS, and had the recent misfortune of finding out that the maintainer of my postgres addon has stopped maintaining it. on a scale of 1 to 10, i'd rate my care for this data at about a 5. how can i get into the container to extract the data and migrate it to another maintained postgress addon?

supple grove
#

Depends on the addon.

sinful galleon
bitter skiff
#

You may be better off exploring pg_dump/pg_dumpall and the restoration of that so you don't need to worry about other differences in the DB containers

sinful galleon
#

So that's where I'm stuck -- I don't know how to run pg_dump in this scenario. I guess I don't actually have to do it from the container, just needs to be done while it's running.

bitter skiff
#

Right, as long as you can connect to it, you can run that util from anywhere

sinful galleon
#

hrmm. so the port isn't exposed outside HAOS, but presumably there's a way to do that

bitter skiff
#

If you go to the addon configuration tab under network

#

Do you see ports, or a slider to show disabled ports?

#

Most addons will have a way to map them to the host

sinful galleon
#

and there it is. thank you!

frosty rose
#

For Uptime Kuma, is there any functional advantage to running it as an Add On on HA versus running it off box?

bitter skiff
#

Not functionally, no. Add-ons are more for convenience especially if you don't have an alternative hosting method. Also, if you're wanting to use it to measure HA uptime, probably best to not use the same box for that 🙂

frosty rose
#

Thanks! Yea, that's what I was hoping, run it in a container and be able to do the same level of monitoring you can do as an add on. There are some things that I think are easier to run as add ons (e.g. Node Red, Z-Wave JS UI, or Studio Code Server), but suspected that might not be the case for Uptime Kuma

sinful galleon
#

Uggh, so simple... dumped and restored, graphs look good. Thanks again @bitter skiff. Here's hoping Honda brings you back for a third generation.

thorn swift
#

Hi guys. Currently travelling overseas and was wondering whether there is a way to access one of my add on UIs? The only remote access I have set up is via nabu casa so I do suspect the answer is no but would appreciate advice on setting it up if it is at all possible within my current set up

granite pagoda
elder schooner
shadow trout
#

Hello. I'm having difficulty in getting two UPS's to work on a NUT Server / client. I think it's in my yaml code under the "devices" heading. If someone has got this to work, would they be kind enough to post their code so I can replicate my scenario? Thanks in advance for any help that can be provided. I've provided the code I'm trying to work with.

#

devices:

  • name: Data_Rack
    driver: usbhid-ups
    port: /devices/pci0000:00/0000:00:1e.0/0000:01:1b.0/usb2/2-2
    config:
    • vendorid = 0764
    • desc - PR1500LCDRT2U-01
  • name: Modem_Router
    driver: usbhid-ups
    port: /devices/pci0000:00/0000:00:1e.0/0000:01:1b.0/usb2/2-3
    config:
    • vendorid = 0764
    • desc - PR1500LCDRT2U-02
      mode: netserver
      shutdown_host: false
      list_usb_devices: true
junior thunder
#

does anybody know if there is a way to make the DHCP server add-on support the shared-network configuration keyword?

wanton plover
#

Hey guys! 👋 Is there anyone who would be able to help mi with the Let's Encrypt add-on, please?
I would say that I have configured everything as described in the documentation, but it fails to do a HTTP challenge with the following error:

Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
  Domain: my.domain
  Type:   unauthorized
  Detail: 123.456.789.012: Invalid response from http://my.domain/.well-known/acme-challenge/qRlEquNKgeuFdA-0ryLb8yho...: 404

I'm the owner of the domain my.domain (the real one, obviously 🙂) and it point to the IP address 123.456.789.012 (the real one) using a DNS MX record. I can access my Home Assistant instance on the my.domain, but the ACME challenge file is not there for some reason.

elder schooner
#

My guess would be, that port 80 is not open on the router

wanton plover
#

Oh, you're probably right! I have the port 80 on my router redirected to the port 8123 on my HA instance, so off course that requests don't end up on the port 80 on the HA. 🤦‍♂️
Thanks a lot, @elder schooner !

wanton plover
#

OK, so I have advanced further towards the working HTTPS access! I have a certificate and key in my /ssl directory. The Let's Encrypt add-on's documentation says:

...to use the certificates provided by this add-on to enable TLS on Home Assistant in the default paths, add the following lines to Home Assistant's main configuration file, configuration.yaml:

# TLS with letsencrypt add-on
http:
  server_port: 443
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

So I did that, reloaded the configuration and it didn't work. Is it supposed to work without any other add-on (like Nginx)? The Let's Encrypt add-on documentation doesn't mention anything else should be needed.

#

By "didn't work" I mean that nothing has been listening on the port 443.

#

Anyway, I have also installed the Nginx Proxy add-on, configured it and it's slightly better. Now, it's listening on the port 443, but it's answering with: 400: Bad Request.

#

The Nginx add-on documentation specifically mentions this issue:

400 Bad Request response for requests over this proxy mean you are probably missing the trusted_proxies configuration option, see above.

#

But I have added trusted_proxies to the configuration.yaml:

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24

But I'm not sure, what's that IP address actually supposed to be.

elder schooner
#

That is the IP range of the Docker internal network

#

What the Proxy add-on is using to communicate with HA

wanton plover
#

OK, so it's configured like that and I shouldn't be concerned about that, I suppose. But why is it returning 400 then? 🤔

#

I have just reloaded all YAML configuration. Do you think I may need to reboot the whole HA instance?

elder schooner
#

Did you reload the configuration or restart HA? Those settings need a restart

wanton plover
#

OK, I'll try restart, thank you.

elder schooner
#

Thrusted proxies settings aren't needed for a direct SSL usage.
But you cannot use http anymore and will get SSL warnings, when you use the local IP of HA or homeassistant.local.

wanton plover
#

What exactly is listening on the port 8123 by default?

supple grove
#

hass/python.

wanton plover
#

And what will happen with that port when I'll have Nginx on 443? I thought it will still be there listening.

#

What exactly disables HTTP on IP/homeassistant.local:8123?

#

OK, it seems to be working after the full reboot! 🥳

#

But homeassistant.local:8123 still works without any issues (SSL warnings).

#

OMG! Why are the sidebar item order, theme and other browser settings actually browser settings and not account settings?! I'll have two separate configurations, depending on how I access the HA instance (http://homeassistant.local:8123 vs https://external.url). 🤦‍♂️

sly kindle
#

Well you may want it one way for mobile or tablet device and another for desktop browser, etc

wanton plover
#

I wonder, how it'll work in the mobile app, that's connecting through both methods depending on where I'm located at the time (my home network or externally).

wanton plover
sly kindle
#

Basically the refresh tokens you see in your user account settings in HA

#

And yes you could access using the mobile app via two or more different URLs

wanton plover
#

That's terrible, that you have to configure your sidebar at least twice everytime you change it to have it in sync.

#

I'm just building my home automation so I'm creating and moving stuff all the time.

sly kindle
#

I'm not one of those people, but there are many who mount tablets on walls, or even old phones I guess, and the flexibility they want for all of this exists.

humble plover
#

Is anyone here familiar with Hue Like Light sliders, Card-mod, and editing the CSS styles?? I am not getting any errors in my code, but the edits are not changing the view of my cards and my slider colors and size are default to the primary theme color.

wanton plover
#

hm, I would create a separate account for each such device, I wouldn't even think using my personal account on (most likely shared) device mounted on a wall.

humble plover
humble plover
#

Ok thank you

wanton plover
#

I would like to go back to what Let's Encrypt add-on documentation suggests to enable HTTPS access:

...to use the certificates provided by this add-on to enable TLS on Home Assistant in the default paths, add the following lines to Home Assistant's main configuration file, configuration.yaml:

# TLS with letsencrypt add-on
http:
  server_port: 443
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

How is it supposed to work? Or is it just an invalid documentation?

sly kindle
#

Those are correct paths when using add-ons

wanton plover
#

OK, yeah, that was my point - if it's supposed to work without any other add-on as I wrote in my previous message (because the documentation doesn't mention anything else).
So to have the HTTPS access, I need to use both the Nginx proxy and Let's Encrypt add-ons.

#

Anyway, I'm really glad I have managed to finally set it up! 🥳 Thank you a lot for your time and support, guys!

#

The last thing will be to set up some automation to periodically run the Let's Encrypt add-on to renew the certificate automatically.

sly kindle
#

If you wanted one less addon

wanton plover
viscid orchid
#

NGINX Proxy manager

#

not that one

#

there are two

wanton plover
#

But I'm not much concerned about the Let's Encrypt add-on, since it's not even permanently running. But the Nginx is so I wanted to make sure it's really needed. I didn't want another web server running unless it's really necessary.

wanton plover
#

Is there any difference apart from the fact that it can handle Let's Encrypt itself?

viscid orchid
#

it has an easy to use configuration UI

#

you generally don't have to touch the NGINX text config at all

#

it handles cert renewal automatically

wanton plover
#

yeah, I just read the documentation. Well, that would be much easier to set up, I can see. Does it also handle automatic certificate renewal? If yes, than it's worth switching as I won't have to automate the periodic execution of the Let's Encrypt add-on.

sly kindle
#

Yes it handles renewal

viscid orchid
#

I said that 🙂

wanton plover
#

🤦‍♂️

#

Sorry 😄

#

Well, that awesome! It's a shame I didn't know that a few hours earlier... 🤷‍♂️🙂

#

Anyway, thank you guys!

obtuse shoal
#

I was trying to get the duckdns addon to work, is it deprecated ? It instructs to create a dns01 challenge CNAME entry on duckdns with _acme-challenge.yourdomain, but that is (no longer ?) possible, domains starting with _ are not allowedf

#

If that is deprecated, what is the correct way to do LE/DynDns with HA ?

wispy epoch
#

For the samba addon, is it supposed to not advertize? I can't see my haos in my network (unlike say my truenas samba share). \192.168.1.56\ works if I navigate to it, but given that home assistant doesn't show up in my network I have to keep using the IP, and I can't add it as a network drive to windows

warm zodiac
scenic estuary
#

Hello, whenever I try to start piper it gives me this error. I am on a Pi 5 exec /init: exec format error

elder schooner
#

Are voice and so on set on the configuration page?
If so, I would try to uninstall and re-install the add-on.
If that fails, #voice-assistants-archived might be able to help.

scenic estuary
#

I have also tried uninstalling and reinstalling

ancient portal
#

Does anyone know how to migrate the InfluxDB add-on databse to an external InfluxDB server? I'm looking to shrink by HAOS disk a little by offloading the InfluxDB data.

halcyon star
#

Hi. I'm developing an addon. I've got it working, but would now like to develop a UI - nothing too flash, just something that appears in the sidebar and opens a page where a user can specify certain options. I've been through the developer docs, but can't find a simple example of what I'm after. Can anyone point me at an example of an addon with a simple UI in HA (with code on github I can look at)?

viscid orchid
vocal bough
#

OMG... help! Mosquitto-broker on my system has gone completely mental. It started disconnecting devices and then refused connection considering them "not authorized". I used MQTT Explorer to clear out topics, but also accidentally cleared a different (functioning) device and now it won't re-connect. "Homeassistant discovery" seams also non functioning. Any ideas? Is there like any way to reset everything? I tried re-installing the broker, but that didn't help.

I just removed the mqtt integration and added it again. The only thing working (adding devices) is Zigbee2MQTT.

vocal bough
#

I tried my test-installation and all devices that are blocked from connecting to my primary HA installation connect perfectly. I have no Idea what the problem is since I'm using the same username and password for both installations. Is there some kind of internal list of topics that has been corrupted... or something?

icy steppe
#

Is anyone familiar with the ring keypad V2. I have add the device to my js ui addon and trying to integrate it with the alarmo integration. when i try to set home or away mode i get a response of " system requires bypass" idk what that means i need to do?

elder schooner
#

Not really an add-on issue. I assume you are using the blueprint to use that keypad with Alarmo. That response means, that Alarmo cannot arm, because one or more sensors are in a state preventing it to. E.g. a door is open which has to be closed on arming. That is an Alarmo setting.

icy steppe
elder schooner
#

Check the sensor settings in Alarmo. Or the error message on the Alarmo card. Not sure if those messages are logged.

icy steppe
elder schooner
umbral oasis
#

I am trying to get duckdns working, yet i cant seem to get port forwarding working

#

we do have a unifi router, i am forwarding the local ip with port 443 with forward port 8123

elder schooner
#

You are forwarding the external port 443 to the internal 8123. So the external request cannot talk to 8123, but only to 443.

umbral oasis
elder schooner
#

It depends on what you are trying to achieve

umbral oasis
#

i am trying to be able to access home assistant when im away from home

elder schooner
#

That should already be the case. With port 443

#

At least for external access

umbral oasis
#

but to check if i can do so i used canyouseeme.org yet port 8123 is not visible apparantly

elder schooner
#

Because you forwarded port 443 and not 8123

umbral oasis
#

yet it doesnt work

elder schooner
#

No. Again... because you forwarded port 443 and not 8123

umbral oasis
#

i did change the 443 to 8123 in the portforwarding

#

furthermore i do have this in my configuration.yaml:

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

Yet i do get an warning:

Configuration warnings
Integration error: HTTP - Integration 'HTTP' not found.

viscid orchid
#

It should be lowercase

#

Case matters

umbral oasis
#

cheers

#

doesnt resolve the port forwarding issue unfortunately

elder schooner
#

It can also be a DNS issue on DuckDNS. If that doesn't point to the correct IP address, it doesn't work

umbral oasis
#

it does seem to work now i put http in lowercase

#

but i cannot access it right now yet

#

this should be working right?

cunning bobcat
marble jolt
#

Hi folks - installed the samba add on - this works and can cannect. But only have RO access - how do I set up with write access?

zealous fulcrum
#

I'm trying to setup Nginx with DuckDNS addons to allow HTTP (no S) for internal (LAN) use. I've got HTTPS working internally and externally, but HTTP doesn't respond to either. Anyone have advice? (None of the instructions I found on the forum worked.)

viscid orchid
#

Just remove the SSL bits from under http: You cannot have both https and http support in HA at the same time

#

But you don't need to

zealous fulcrum
#

That seemed to break HTTPS entirely. I can only access the page internally (not externally) and only via http://192.168.100.10:8123

viscid orchid
#

Like I said, you cannot have both

viscid orchid
#

Oops, edited

zealous fulcrum
#

oh you sneaky...

viscid orchid
#

Cannot

#

You don't need https locally. Handle it at NGINX

zealous fulcrum
#

I need https so I can access externally. I want http locally because I think some of my calls from my devices are lagging (2+ secs) due to the https handshake.

viscid orchid
#

That's what NGINX is for

#

Terminate ssl there

zealous fulcrum
#

Great. 🙂 Then I guess I'm back to "how?" I have the NGINX Home Assistant SSL proxy installed and setup according to the instructions.

viscid orchid
#

Point it to the http:// version of your HA URL

#

If you're not using NGINX Proxy Manager, you should. It's trivial with that

zealous fulcrum
#

So get rid of the addon I have and get that one instead? Okay.

viscid orchid
#

Yes

zealous fulcrum
#

Installed

#

Couldn't open the Web UI.... SSL_ERROR_RX_RECORD_TOO_LONG

viscid orchid
#

No idea what that means

zealous fulcrum
#

Me neither. Changing it from HTTPS to HTTP and the ip, not the domain, worked though.

#

Okie dokie, in the web ui.

viscid orchid
#

I'm sure there are guides for this

zealous fulcrum
#

I'm looking.

viscid orchid
#

Add a cert, add a host that points to you HA machine, assign the cert to the host

zealous fulcrum
#

Looks like it sets up the proxy host but fails to setup the SSL. No additional info, just "internal error"

#

Okay, manually adding a cert let me setup the proxy host according to that guide. 🙂

#

The result: HTTPS works internally, not externally. HTTP works externally, not internally. I need someone with proxy experience to help me figure out the rest, I think.

#

Trying to hit https://mydomain.duckdns.org doesn't even show up in the nginx logs. 😕

viscid orchid
#

it seems like you have everything backwards somehow

zealous fulcrum
#

haha, yeah 😅 I've read like five guides and they all say the same thing, so I'm leaving it like it says there. I think maybe the issue is with my router so I'll go play around there for awhile.

viscid orchid
#

ok

zealous fulcrum
#

I think I found it. Previously i had 80/443 forwarding to 8123. Making them forward to 80/443 seems to have fixed it.... 🤞

crystal grotto
supple grove
#

What problem?

crystal grotto
barren spire
#

The MQTT broker add-on says that it can use HA users with no config. I created a user/pass (non-admin) and it didn't work. Manually adding a user to the broker works.

sly kindle
#

Or did you only test newly added user

barren spire
#

My hunch was right -- user has to be admin (just created / tested with a new user)

slate crown
#

Hi. I got a problem similar to this: https://github.com/home-assistant/core/issues/112133. I use MariaDB, and it seems the migration at some time long ago may have failed, and now I got sensors that don't show any statistics, even though the have it (after you click on SHOW MORE)

#

I'd like to repair the DB's index, but don't know how, running HAOS. Maybe anyone can give me some hint were to start please?

umbral oasis
cunning bobcat
#

Hmm.. ok.. I have a tp-link router and have mine set up like this

ebon thicket
#

Hi. I've have been having an issue with RTL_433 and MQTT. I'm trying to set up govee water detectors using an RTL-433 receiver. I have installed rtl_433 in addons and it is able to detect the RTL device but then says this error: [MQTT] MQTT connect error: Connection refused.

I can't figure out why. I created a user for this and verified the user name and password is correct. I also have RTL_433 MQTT Auto Discovery installed and it has the same user name and password and seems to connect fine.
I feel I'm missing something easy but just missing it.

barren spire
ebon thicket
#

I did not have it an Admin. Just changed it and having same issue.

#

Mosquitto shows the following:

New connection from 172.30.32.2:47842 on port 1883.
Client <unknown> closed its connection.

ebon thicket
#

I honestly have no idea how I fixed it but it is working now. uninstalled all rtl_433 addons, unmounted USB from VM, restarted computer that HA is hosted on, remounted USB to VM, booted HA, installed rtl_433. now it sees events and publishes to MQTT.

#

guess when all else fails, do the old, "unplug it and plug it back in" lol

cunning bobcat
ebon thicket
#

I think I messed something up trying to use the config file. This time, I installed the 433 next addon, then just launched it. Didn't change anything in the config file and it just worked.

gritty elm
#

Hi there, while setting up an external url with duckdns and portforwarding on the router. Do I need the addon for let's encrypt? Now I get the the browser messages visiting unsafe sites.