#add-ons-archived
1 messages · Page 23 of 1
Have you looked at the documentaion of Frigate? Everything is in there.
that is jank
dont worry, we're basically a 'movement' at this point (dumbasses)
Somebody knows if I can run node server on my home assistant?
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?
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.
Thank you!
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```
I would try to reboot the HA host (not just restarting HA). That fixes some Supervisor hiccups.
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.
That's all normal
got it. thanks
Those are caused by health checks to see if mosquitto is still alive.
thanks for the info!
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?
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?
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
#node-red-archived can help with Node-Red
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?
Rejected how? Maybe you formatted it wrong?
Also see example and docs here:
THanks but although my config is setup that way, it doesn't like my public key.
Can you share it and what you see in the GUI?
When creating the Alexa skill using this tutorial: https://www.home-assistant.io/integrations/alexa.smart_home/
Do I need to have the AWS account on the same email as Amazon Alexa account/Amazon developer account?
You wanted #integrations-archived
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 ...
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:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
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.
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
Meanwhile, I found this: https://youtu.be/8tqLitJJNkk
Wonder if it's still current and applicable
Deprecated
pointing to go2rtc
I have a CCTV dashboard where I include
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...
thanks! also found instructions specific for the docker image running on HA: https://github.com/NginxProxyManager/nginx-proxy-manager/discussions/1634#discussioncomment-8340043
I'm back in ☺️
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```
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?
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.
just change the port from auto to whatever port you want to use
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
Wait, both UPS units are configured to show up on 3493? I have two.
i think you need to go do more reading about how nut works
Gotcha
[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.
Can anyone help me with this. I'm trying to get this addon working and it keeps failing when i start it. I'm rather new to this, so sorry if its obvious.
https://github.com/Bepacom-Raalte/bepacom-HA-Addons/tree/main/bacnetinterface
I guess, some configuration is not correct. You have to study the add-on's documentation.
@urban berry I converted your message into a file since it's above 15 lines :+1:
you should ask in #devs_add-ons-archived
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
i have a dumb question
when would the addon rpc shutdown come in use like what automations can you make that are practical
You'd make an automation to shutdown a Windows PC
yea but in a practical view when would that be usefull like maybe when you want to shutdown everything in one room?
Well, whenever you want to shut down a Windows PC in an automation
Left the house? Shut down the PC
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
Yes
what addon is that?
As long as the two can communicate
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
huh ok
i mean at some point i will have to link everything to tailscale to have a private net for all that
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.
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
255.255.255.255 = /32
Which is a valid mask under some very specific circumstances, but not many
"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)
https://www.calculator.net/ip-subnet-calculator.html?cclass=any&csubnet=29&cip=192.168.0.100&ctype=ipv4&x=Calculate this calculator is pretty good
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
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?
After os update deconz dont work anynore
As in the hardware is missing? Did you reboot the system?
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?
some people mentioned it earlier. restart just that add-on
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
Restarting the add-on several times earlier did nothing, but it’s now working again for some reason. Thanks for the reply and attempt at helping!
I don't have any ring anything, I only know what I saw here 🙂
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!
Is there a way to use private github repos for add-ons?
@soft nimbus I converted your message into a file since it's above 15 lines :+1:
^ 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:
yes, you can add a custom repository
how?
Also, I am talking about a private custom repo.
can't paste an image... HACS -> Integrations -> three dots -> Add custom repo
That is for adding a public repo. I am talking about adding a private repo as mentioned above.
also, I am asking about adding an 'add-on' on Home Assistant OS device, not a custom integration.
For those who've been having Ring issues (specifically issues with ring-mqtt), they published an update this morning that says it's intended to address ongoing websocket instability issues. FYI.
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..
@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.
Fair enough, no one has answered on the general channel, this seemed like a better place to ask.
My best guess would be #integrations-archived (the MQTT integration for the RATGDO)
Thanks
Is this the correct channel to get help to create our own custom addon?
For developers #devs_add-ons-archived would be the right channel
Thanks ! I am assuming even "Newbie's first addon" types of question would work there ? (i.e. not reserved to recognized devs)
Yes
good evening is anyone available to help with plex integration
the #integrations-archived or the #add-ons-archived ?
add on
you should definitely just ask your question
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
I am struggling a couple of days with NUT addon, I need some guidance to troubleshoot, I read the docs and did research but found nothing to solve it. Also opened an issue here https://github.com/hassio-addons/addon-nut/issues/366
Hi, anyone using rtl_433 addon?
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 😉
It is in /addon_config/<addon_folder>
But where do I find the /addon_config folder?
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
(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 :
- Edited the config.txt on boot partition according to https://gist.github.com/enegaard/a57af286205914bd912270c89650fb1b#enable-camera-in-configtxt
- And edited the configuration.yaml according to https://www.home-assistant.io/integrations/rpi_camera.
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.
This integration is only available on Home Assistant Core installation types. Unfortunately, it cannot be used with Home Assistant OS, Supervised or Container.
oh you're editing haos files to enable it?
idk man..
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")
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
I'd double-check your config ... it doesn't think you've got it set
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.
HAOS has no local GUI support, so no
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.
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
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
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.
anyone with influxdb v2 addon knows how to go and drop some entries from the database?
a follow up question this based on some advice from the general thread, is it possible to install a driver in the addons docker container?
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.
@silk root I converted your message into a file since it's above 15 lines :+1:
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?
I think z2m got broken again, I'll wait for someone else to file a full bug report as I'm on vaca
["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
@frail turret I converted your message into a file since it's above 15 lines :+1:
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
I am guessing something is going on with Certificate Authority and DuckDNS, but I haven't been able to find anything
That was my thought too, google didn't bring anythign worthwhile up. Worth pointing out Lets Encrypt isn't set up yet
I managed to start getting some OK responses, but I've spent all day trying/googling and haven't gotten SSL back up
Anybody know why im not able to acess my file editor after installing duck dns and nginx getting 401 unauthorized message thanks
@dense dirge probably related to the same issue I'm seeing
Someone reported it on the DuckDNS Google group
https://intodns.com/duckdns.org
This is also reporting an issue, so it seems like there's something going on on DuckDNS's end
@frail turret okay so i would be wasting my time to try to reinstall everything thing again
Looks like it.
I'm switching to No-Ip + Cloudflare with the hopes that it'll be a little more reliable
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
I thought about it, but I ain't gonna shell out for it 😅
(not that it's that expensive)
Looking at getting a domain and the price are clearly higher then in the tutorial video im checking out @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
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
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....
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
If anyone can help me please DM me , it's been long time I am struggling but not able to find any solutions
@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)
I am trying to access it over the internet outside wifi as well
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 🙃
@dense dirge @iron slate DynuDNS seems promising (https://www.dynu.com/), and there's an addon for it to do the IP address update + certificate: https://community.home-assistant.io/t/add-on-dynu-dns-alternative-to-duckdns/331584
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?
Yeah I found that as well and went with it. Now I'm having an issue with VaultWarden, but that can wait
@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
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
hi everyone, I have a problem with RPC
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?
esphome doesn't have a log in as an addon
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?
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
RBAC Add-on
i need help with setting up the wireguard addon
You need to explain more, so people can help you when they're around
Did you set up port forwarding from the router?
yes
from the givven port to 8123 wich is the ha port right ?
and than the ip of my ha , wich is static
51820 UDP
so incomming port 51820 udp to iphas:51820 ?
And ensure that the add-on exposes that port too
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
Just remember the security risks with portforwarding
no fearmongering, just that you are aware
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
Just make sure you Enable MFA and such
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.
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.
I'm not planning to develop the ESPHOME add-on.
then why are you using the dev esphome?
Just some re-compilation when new version and re-flash OTA
right, but is there a reason you are using the dev addon?
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.... ;-)))
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?
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
#frontend-archived can talk about cards, cards aren't add-ons 😉
copy that
ahhh I'm a core install... I forget there are add-ons for the HAOS platform
anyone had luck getting ssl working between mosquito and z2m
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
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?
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.
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
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 😉
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
or pfsense
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
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
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
But basically you could do something like that and manually set the gateway in your devices to point at this router
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
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
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
understandable, but HA would provide you with a nice remotely accessible (through tailscale) interface to manage your network
wouldn't that be an overkill? I mean, just running HA to have tailscale?
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
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 🤔
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
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
right. addon doesn't expose everyting
well, thank you so much for all the info and encouragement you gave me here!! 😄
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)
you might be better asking in #zigbee-archived , but I think this happened to me in the past (don't remember why exactly), but you can try renaming coordinator_backup.json and having an empty file maybe?
i will try that, and ask in the zigbee channel if no luck. thanks
try both, without file and with empty file, but it rings me a bell that if the file isn't present (or maybe if it's empty) it won't start either, but for sure back it up just in case!
@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
Better ask in zigbee channel, there are people there who have participated in the development of these stuff, so they'll know more than me, sorry for making you waste your time!
@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 🙂
Probably the backup restore did all the job though lol
nope ! tried it before and don't work 🙂
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
#zigbee-archived can help there
Thank you ! missed that channel
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?
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
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
Maybe check the existing known hosts file in windows at /.ssh/known_hosts in your win user folder
This thread solved it
https://community.home-assistant.io/t/problem-with-ssh-onto-hassio/667412/4
| -goto Add-ons
-select “advanced ssh & web Terminal”
-click configure
-change the fields sftp and compatibility-mode to true
☝️ Have you ever had this problem?
hello everyone, one addon is not starting and is not producing any logs. How can I debug such an issue? thanks
Run ha host logs identifiers | grep addon and find your addon's identifier. Then run ha host logs -v --identifier identifierhere.
thank you, may I also ask how to empty logs for a given addon? even uninstalling it isn't enough
Not sure. Why?
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 :/
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.
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
More of a #devs_add-ons-archived question then. I don't develop addons myself.
Actually it's not developed by me, it's the rtl_433_next addon
thank you anyway for your time!
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
As this is FF , I tried Chromium and this works, therefore cleaned caches and issue disappeared.
It's always cache - or DNS
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
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...
You might want to look into grafana and this: https://www.home-assistant.io/integrations/systemmonitor/
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 ....
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.
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/*
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?
I'm supervised. Installed on debian 12
/usr/share/hassio is from the debian as root
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.
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...
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?
I'm a basic user in docker. ... so i took the filesystem approach ...
@timber condor I converted your message into a file since it's above 15 lines :+1:
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
Does anyone know how to use awtrix light with appdaemon?
I'm unable to set this up
Maybe the AppDaemon Discord can help.
https://discord.gg/qN7c7JcFjk
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
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?
The add-on might not be available for the RPi5's processor architecture.
I would like to see apple icloud to backup to instat of google drive as a second option
@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.
Hi i'm unable to find the "protection mode" to disable for the advanced ssh addon https://github.com/hassio-addons/addon-ssh/blob/main/ssh/DOCS.md
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
Have you restarted the add-on after turning the protection off?
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
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?
#devs_add-ons-archived might know.
ha, that just went away 🙂
I was trying to post there first, but i have not permissions :/
I guess all developers swim in the same #developers pool now
Oh, i havent seen that channel yet.. I'll go ask there, thank you
Yeah, @fringe kraken is doing some light remodeling. #1257019582112334014 is evidently the right place to post development discussions going forwward
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
#thread-archived might be able to answer your question
NGINX install kills ssl
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?
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
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
Are you talking about the configuration tab? I don't see any packages mentioned
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.
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
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).
hmm nvme list isn't showing any devices
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
yeah still showing nothing in terminal. How can i access it through OS?
Either with physical access via keyboard and display or via debug SSH access
I don't have a keyboard hooked up currently. how is debug ssh done? I'm currently using advanced ssh addon
gotcha, ill check that out thanks
that works thanks!
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"
Try "true" in quotes
No-go with that too. Same error.
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.
- name: GF_SECURITY_ANGULAR_SUPPORT_ENABLED
value: "true"
In all honesty, it's easier to edit these in YAML config
...... I didn't even know this was an option.
That did it. Thanks!!!
Just to add, if you want to remove it to a blank list, you will need to put [] there
Appreciate it. I spent way too long getting this working. I had to self host the plugin because the plugin.json file was nested too deep in the master branch download. It's been a nightmare. lol
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
i just installed home assistant but i cannot find the addons section
How did you install it?
Core has no addons. See table here: https://www.home-assistant.io/installation/#advanced-installation-methods
It's also the worst method (imo) to install HA.
Second worst 😉
The worst is the method that shall not be named
HAOS 
Container 
Core 
Supervised 
Anyone who can recommend a camera with pan-tilt-zoom which doesn't break the bank and works with frigate?
Thanks!
I would prefer container over HAOS 🤣
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 😅
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"
Ah, so main reason it's not supported in docker is simply because it's not supposed to run it that way?
Yes, but since almost all add-ons have a Docker equivalent... you're not missing anything
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
the esphome add-on , is it available as a separate container as well ?
running HA container so i have no add-ons ...
ok couldn't find it on their site , just mentions add-ons ...
They have a Discord server full of people who've never touched HA 😉
ah nice thank you !
As someone that ran it supervised for a year. Agreed. lol
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?
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?
That's an #integrations-archived question 🙂
Does anyone know where the platformio folder is for ESPHome within HAOS? I need to delete it but I can't find it
It should be under /config/esphome/ somewhere. I suspect it's hidden by default.
I was able to fix my issue by deleting all the ESPHome folders and uninstalling and reinstalling via UI
Thx though
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.
Check the /addon_configs directory and others.
Remove according setting files in /share, /config or /addon_configs (or whereever they store something according to their documentation)
this file share between sabnzb and sonarr is driving me batty on home assistant.
I have the exact same problem.
Cannot access "config" with samba share
trying to use ssh addon on iphone - where is the up arrow key ?
You probably need a different keyboard or a SSH app that can send that specific key.
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
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?
Every addon is a docker container.
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
Not that it helps you now but virtualization can give you "infinite" pis.
got it working with an iptables rule
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
You want the Plex integration, not the add-on: https://www.home-assistant.io/integrations/plex/ channel for that would be #integrations-archived
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?
Did you install ESPHome from the HA repository? It has been removed long time ago. ESPHome now has its own repo.
Ah; yes, I did. So how might I reinstall it?
Oy. Thanks. Sorry for the newb question (I’ve been using HA for years. 🤦♂️)
At least it has been announced long time ago (2022). Maybe they removed it now from the repo or the repairs just got better.
My bet would be an improvement of the repairs function
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?
Hacs has nothing to do with add-ons.
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 😊
More for #integrations-archived
Hello, does anyone know why VTA+ devices and applications do not have support in HA or how it can be integrated, thanks
That'd be a topic for #integrations-archived too
If they don't have support it just means that either:
- Nobody has put in the time and effort
- The manufacturer makes it hard/impossible
hey, any info on what would be the proper way to migrate from it? (prometheus server addon)
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.
I mean where to migrate? Is there any new "official" repo? Or should I just choose from one of the forks or create my own?
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
Is there a solution to this?
same issue - still looking for a solution. were you able to get this working?
Yes by manually installing Loki via portainer and uninstalling the addon
Does your system stay healthy?
Healthy?
HAOS usually considers a system unhealthy if you run random docker containers on it.
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?
Is the repository https://github.com/thomasmauerer/hassio-addons still listed in your add-on store's repositories list?
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
You can try to reboot the host. That fixes supervisor problems sometimes
I got a one off message about unsupported but nothing since. Seems like a reasonable price to pay
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
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.
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 :/
I can't add the terminal&ssh add-on,anyone can help me?
What is the actual problem?
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")
Sounds like a network issue
But I can add other add-on
Sometimes a host reboot helps.
You can also try to set another DNS server in the network settings. Followed by a reboot.
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?
Have you tried a full reboot of the host (not just restarting HA)?
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
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.
Let me give it a try but do I need new for xxxxxx.cfargotunnel.com I Don't know where to get this value
What are you talking about?
I can't send image here. I am talking about dns config for domain
You have a domain already configured to be used by Cloudflared, right? In that case they will create the DNS record for the tunnel.
Hmm so I just need to update link this right ?
- hostname: test.abc.com
service: http://homeassitant.local:3030
Either that or the hostname of the add-on itself
And it should be homeassistant.local - there is an s missing
You make my day . Thanks a lot
Yes, not once
I would try a Supervisor repair in a terminal with ha supervisor repair
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 🙃
https://developers.home-assistant.io/docs/add-ons/presentation?_highlight=ingress#ingress
But you can also ask questions like that in #1257019582112334014 🙂
Okie dokie, will start a new thread there :)
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?
is there any addons like htop for linux on haos .? I want to monitoring system resource
Glances
I can't watch the Media recorded from motioneye. Why
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)
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.
anyone know in auto entities if i can *1000 the value if it says kw instead of just w
Auto entities is a card, so #frontend-archived might be able to help
thanx, will ask in there 🙂
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?
Hi - yes, with the core integration of homematic IP this is expected, because the sensor is a binary_sensor and does only know "ON / OFF" states.
It would be required to change the entity to be a regular sensor, that can handle more than two states (which is not possible with the homematic-IP core integration as of now [and I am not sure, if this will ever be implemented])
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
Oh Okey Than I Must have a second Sensor For that Problem
I will have a Look If I can implement Something for the door handle Sensor.
I think about leaving it as a binary Sensor with On/Off state, but having tilted/Open/closed maybe as an attribute
But this will take some time
Okey thanks For your help
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.
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.
Hi, does anyone know how to be able to ping a wireguard peer? When i use ssh it doesnt work
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
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.
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?
Debian/Raspberry Pi OS
thank you
You are talking about #integrations-archived and not #add-ons-archived , right?
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.
Ah yes, my apologies... I'll move my question to the correct channel. Thank you.
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
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?
See the pin in #general-archived
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?
The Community Add-on repo might be missing. Here are instructions, how to re-add them:
#add-ons-archived message
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.
Then that's a topic for #integrations-archived
Oh, OK, thanks.
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?
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"...
@carmine needle ESPHome is a system to control your ESP8266/ESP32, with a native integration for Home Assistant.
You can find their documentation here, and get help with ESPHome itself here in the #diy-archived channel (#integrations-archived for the Home Assistant side integration with it). They also have their own Discord server too.
Thanks! 🙂
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?
Try a full reboot, not just of HA but the full machine you are running it on
I can see and find other Repos just not TasmoAdmin and Studio code server...
The link shows, how to re-add the repository
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.
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
there's a whole section describing what to do
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
You don’t need the grocy add on if you already have grocy somewhere else. Now you have two grocy servers?
Bc I want to connected to HA....
That’s what the integration is for
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
Then read the github. Is clearly state in the Grocy custom component you can link it with an external install
Integration, custom integration. Same thing. I’m talking about the ADD-ON
An Add-on is not an integration
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.
Still same error I'm afraid... I think there was three other users reporting same issue on GitHub.
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?
Did you find a solution? I have the same question.
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
Unless someone makes an add on, like the SQLite Web add on. That runs on HA and exposes the SQL client in the web page, even when I am remote.
Hi, my homeassistant over raspi4 can not start the addons configuration. Some cards etc seems to work normal?
Did you just do a restore?
That also do not work. I cant start the "Speicher"
Any other tipps?
Try a host reboot
Does anyone here manage to get Nextcloud working when your HA instance goes through a cloudflared tunnel?
How can I do that? Sorry for my bad english. I am a electrical Engenier not a teacher 😆
Press c and type reboot
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
I'm using a VPN to exit my MariaDB outside of my home, and I'm hosting this VPN on Home Assistant.
Nobody an idea?
Those are Supervisor errors, not errors of an add-on. Try the channel #installation-archived
Thank you
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```
I am using the standard SWAG https://github.com/linuxserver/reverse-proxy-confs/blob/master/homeassistant.subdomain.conf.sample
does anyone has also the problem that the "Duck DNS" will not renew the certificate if you have a "Alias:" configured ?
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
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
i'm just in the process of setting up NGINX and cloudflared could you direct me to some clear instructions on how to do this because the documentation within the add-on is not clear to me stuck on the Catch all Service
Hi, I would if it would work for me, I do not get the certificate part working ... so it is usseless for now
could be because of your API ? if i just could get some help on how to setup within cloudflared add-on i could check if i get the same error
https://i.imgur.com/5LOvcM3.png Anyone gotten this with Zigbee2MQTT?
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?
Upload your backup and follow this: https://www.home-assistant.io/common-tasks/os/#to-restore-a-backup-on-your-current-system
Fabulous, thanks!
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.
Working fine for me
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?
NGINX Proxy add-on or NGINX Proxy Manager add-on?
It replaces it
on HA OS, too? The log stated, that the manager had no access to replace the configs 😦
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.
does it work with HA OS, too?
Sure, it is a HAOS add-on
It can also automatically manage Let's Encrypt certificates without an additional add-on
Ho to troubleshoot api error for nginx proxy manager ?
Depends on the error ... you need to share that 😉
Does anyone know where the server files for HAMC Server Java (minecraft on haos) addon are stored?
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
i get the error: Communication with the API failed, is NPM running correctly? if i want to add a certificate
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
if it is a "new" dns , it can take some time for this new dns be probagated over the internet: check :https://www.whatsmydns.net/
Definitely not new, we are talking attempts over a few weeks here, the initial attempt tonight failed and then 5 minutes later succeeded. I guess I will see what happens at renewal time.
using dns or http validation ?
http
mayby a blocking of you isp of port 80, that now has been fixed ?
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" 🤷♂️
i don't have that folder
How are you checking?
Yeah that particular addon does not share that directory.
is there an addon tthat allows for a custom install ?
or however you would even put thatt in words
Custom install of what exactly?
You mean random docker containers? Oh. Not sure.
I don't really think HAOS lends itself well to running game servers.
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
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
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
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.
https://github.com/home-assistant/addons/blob/master/duckdns/DOCS.md
Did you enable LetsEncrypt?
That guide shows enabling it
Try looking at what you did
Check the add-on logs
@rancid marsh I converted your message into a file since it's above 15 lines :+1:
Looks like your HA host can't reach LetsEncrypt/the internet
You need to fix your network then
Did you solve this? I have the same issue. airsonos.xml is not created automatically or honored with manual entries...
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
Ah... totally missed that one. 😅 Thanks! 🍻
I need help setting up MrZottel's Fluval BLE extension, anyone know how to do that?
Not an add-on. Ask in #integrations-archived and it helps if you link to what you are taking about. We don't know all the thousands of core integrations let alone the innumerable third party ones.
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.
Where are you getting the certs from?
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.
You could write an automation in HA to copy the files
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?
The command line for the file copy would be YAML, the automation itself can be done in the UI
Many thanks, i will look into this!
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?
No.
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!
You should probably try the #1257019582112334014 forum for help there. I know someone else had some questions about ingress recently, but feel free to start your own thread too! 😄
Thank you! Will Do!
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?
Type 'login'
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
How do I remeve a theme in Home Assistant? Is it enough to just delete it in the theme folder?
Themes are #frontend-archived
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?
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
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?
Hey guys. The Music Assistant add-on once played on whatever device that I was currently using to interact with HA. Has that changed?
I don’t recall it doing that without extra configuration. Maybe the companion app? https://music-assistant.io/companion-app/
you can also check in the MA Discord server
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.
not sure what switch manager is? the normal way to do that sort of thing with z2m would be to write an automation.
This is switch manager https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager
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.
Oh! I'm sorry. I thought that I was in the right place. My mistake. Thank you for the tip! 😉
#zigbee-archived is the channel you wanted
thanks
@weary pivot I converted your message into a file since it's above 15 lines :+1:
Only shows 40% used though. Docker volume capped or something?
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 ?
Which installation method did you use? HAOS or the Container method by using Docker?
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
Can I in HA display and manage my docker containers running on Synology NAS?
No.
I thought it could be done with Portainer addon?
Using Portainer is not supported/recommended and will result in an unhealthy system
Even when just accessing remote containers on same LAN?
Afaik the system will be flagged as unhealty as soon as Portainer is installed as add-on
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.
Oh. I'm using HAOS bare metal.
Ah. Then you're out of luck. Virtualization is awesome for flexibility like this.
Yeah. Guess I can always access the dockers via Firefox addon in HA or with VPN though.
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.
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
How do I make additional Python
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
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 🙂
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?
Good enough even when not using Cloudflare tunnels
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?
Basically, do you want an always on agent (Tailscale) or for things to just work (Cloudflare)
I'm leaning towards "just work" with a domain and 2FA and not having to worry about turning TS on/off
TS is great for intermittent remote access - or when you don't want an agent
CF tunnels are great for access any time
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
Lots of people just port forward to HA and do SSL there without any problems
You're going "above and beyond" what most do
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.
Hello everyone, I have the simplest gps collar, I added it to traccar. It transmits coordinates, but how to control it, I mean turning on the detection sound. I used the 365 gps app before.
help please
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)
is this the only way? https://developers.home-assistant.io/docs/operating-system/debugging/
oh well thats not too hard, and I can see the logs and the error!
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.
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?
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
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'.
There's no platform called "esp8266" for ota:.
your ESPHome questions are better asked on their server
ESPHome is a system to control your ESP8266/ESP32, with a native integration for Home Assistant.
You can find their documentation here, and get help with ESPHome itself here in the #diy-archived channel (#integrations-archived for the Home Assistant side integration with it). They also have their own Discord server too.
the docs tell you what to add: https://esphome.io/changelog/2024.6.0#ota-platforms
I will check, thanks
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.
I ran into this as well: #1247688790227681292 message
Hi all,
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
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?
Depends on the addon but for most of them there's generic/normal containers that provide the same software.
Thank you. Right now I'm looking at the OpenThread Border Router add-on. However, I can't seem to find a container for it.
I think the last link is what I was missing
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?
I don't think you can just run the addon container outside of HAOS so I'd say you need the other image.
gotcha, thanks
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?
Depends on the addon.
So this is the defunct addon: https://github.com/matt-FFFFFF/hassio-addon-postgres
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
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.
Right, as long as you can connect to it, you can run that util from anywhere
hrmm. so the port isn't exposed outside HAOS, but presumably there's a way to do that
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
and there it is. thank you!
For Uptime Kuma, is there any functional advantage to running it as an Add On on HA versus running it off box?
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 🙂
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
Uggh, so simple... dumped and restored, graphs look good. Thanks again @bitter skiff. Here's hoping Honda brings you back for a third generation.
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
how do i add this repository https://github.com/UI-Lovelace-Minimalist/UI/tree/main/custom_cards
into my HA config
└── ui_lovelace_minimalist
├── custom_cards
That is not an HAOS add-on. You want #frontend-archived
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
does anybody know if there is a way to make the DHCP server add-on support the shared-network configuration keyword?
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.
My guess would be, that port 80 is not open on the router
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 !
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 Requestresponse 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.
That is the IP range of the Docker internal network
What the Proxy add-on is using to communicate with HA
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?
Did you reload the configuration or restart HA? Those settings need a restart
OK, I'll try restart, thank you.
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.
What exactly is listening on the port 8123 by default?
hass/python.
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). 🤦♂️
Well you may want it one way for mobile or tablet device and another for desktop browser, etc
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).
But as I wrote, the mobile app is using both methods. And I'll be also using both methods on my laptop, depending on where I'll be located.
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
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.
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.
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.
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.
style: |
.brightness-slider {
--mush-control-height: 35px;
--slider-color: white;
}
Ok thank you
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?
Those are correct paths when using add-ons
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.
You could use the nginx proxy manager addon by itself as it handles both.
If you wanted one less addon
Really? How exactly? I didn't find anything like that in the add-on's documentation. It even explicitly says:
The NGINX Proxy add-on is commonly used in conjunction with the Duck DNS and/or the Let's Encrypt add-on to set up secure remote access to your Home Assistant instance. The following instructions covers this scenario.
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.
I see, I'll check it, thank you!
Is there any difference apart from the fact that it can handle Let's Encrypt itself?
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
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.
Yes it handles renewal
I said that 🙂
🤦♂️
Sorry 😄
Well, that awesome! It's a shame I didn't know that a few hours earlier... 🤷♂️🙂
Anyway, thank you guys!
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 ?
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
duckdns has been acting wonky for me the past few days; very slow and delayed. I tried to generate a new certificate after reinstalling home assistant but now i keep getting a SERVFAIL error.
Hello, whenever I try to start piper it gives me this error. I am on a Pi 5 exec /init: exec format error
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.
Yes. Thank you, I will ask there
I have also tried uninstalling and reinstalling
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.
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)?
#1257019582112334014 can help
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.
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?
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?
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.
Would i check the logs to find that out?
Check the sensor settings in Alarmo. Or the error message on the Alarmo card. Not sure if those messages are logged.
I figured it out. Now i have to firgure out why my garage and patio keypad keeps loosing coneccftion all the time. My front door keypad is solid but the other two keep going offline
#zwave-archived might know
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
what am i doing wrong? canyouseeme.org gives an error on port 8123
You are forwarding the external port 443 to the internal 8123. So the external request cannot talk to 8123, but only to 443.
okay so what should i change here? https://ibb.co/JcLz997
It depends on what you are trying to achieve
i am trying to be able to access home assistant when im away from home
but to check if i can do so i used canyouseeme.org yet port 8123 is not visible apparantly
Because you forwarded port 443 and not 8123
but i should be able to access my home assistant using: https://mydomain.duckdns.org:8123
yet it doesnt work
Do i need to adjust anything here? it was automatic https://ibb.co/x5RvXK2
No. Again... because you forwarded port 443 and not 8123
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.
It can also be a DNS issue on DuckDNS. If that doesn't point to the correct IP address, it doesn't work
it does seem to work now i put http in lowercase
but i cannot access it right now yet
this should be working right?
@umbral oasis So just to be sure you should have two port forward statements - both 443 > 8123 and 8123>8123
Watch this video if you need help https://www.youtube.com/watch?v=AK5E2T5tWyM
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?
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.)
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
Ok, I'll try that now.
That seemed to break HTTPS entirely. I can only access the page internally (not externally) and only via http://192.168.100.10:8123
Like I said, you cannot have both
You said I can....
Oops, edited
oh you sneaky...
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.
Great. 🙂 Then I guess I'm back to "how?" I have the NGINX Home Assistant SSL proxy installed and setup according to the instructions.
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
So get rid of the addon I have and get that one instead? Okay.
Yes
No idea what that means
Me neither. Changing it from HTTPS to HTTP and the ip, not the domain, worked though.
Okie dokie, in the web ui.
I'm sure there are guides for this
I'm looking.
Add a cert, add a host that points to you HA machine, assign the cert to the host
I don't know what that means.
I found this guide (https://theprivatesmarthome.com/how-to/put-home-assistant-behind-existing-nginx-proxy-manager/) but when I try to save the proxy host, it comes back and says "Internal Error"
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. 😕
it seems like you have everything backwards somehow
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.
I think I found it. Previously i had 80/443 forwarding to 8123. Making them forward to 80/443 seems to have fixed it.... 🤞
Hi guys, is anyone having issues with the Adguard Home addon? I'm having some kind of troubles with the upstream https://dns10.quad9.net/dns-query
What problem?
I don't have internet conection, My logs says the next: https://pastebin.com/eQFkWJ7R
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.
Any existing HA user would also work. Did you try that?
Or did you only test newly added user
existing user did work actually 🙂
My hunch was right -- user has to be admin (just created / tested with a new user)
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?
Used that guide, yet when i did do so in Ubiquiti it didnt work either, when i googled, i found only 1 portforward will work
Hmm.. ok.. I have a tp-link router and have mine set up like this
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.
If you created a new user to use with MQTT, note that it needs to be an Admin user (I just discovered, above).
Alternative option: create the user/pass in the MQTT config, not HA.
If you see an auth error, like this:
Connection error: Connection Refused: not authorised.
Otherwise, mosquitto might not be running properly if it's just "connection refused"
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.
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
None of my mqtt users are admins . They work fine as just users
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.
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.