#add-ons-archived
1 messages · Page 22 of 1
The commands will tell us if it's detected at all. Please run them.
Used it on a Windows machine running the PowerChute program
On it, kinda struggling sharing the output since terminal won't let me copy and paste it
you can copy/paste from the terminal
unless you're on mobile, then all bets are off
~ lsusb -vvt
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/10p, 480M ID ld6b:0002
/sys/bus/usb/devices/usbl /dev/bus/usb/001/001
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 10000M ID ld6b:0003 /sys/bus/usb/devices/usb2 /dev/bus/usb/002/001 /: Bus 003.Port 001: Dev 001, Class=root_hub, Driver=ehci-pci/lp, 480M ID ld6b:0002 /sys/bus/usb/devices/usb3 /dev/bus/usb/003/001 /: Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 480M ID ld6b:0002 /sys/bus/usb/devices/usb4 /dev/bus/usb/004/001 /: Bus 005.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 10000M ID ld6b:0003 /sys/bus/usb/devices/usb5 /dev/bus/usb/005/001 /: Bus 006.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/lp, 480M ID ld6b:0002 /sys/bus/usb/devices/usb6 /dev/bus/usb/006/001 /: Bus 007.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/lp, 10000M ID ld6b:0003 /sys/bus/usb/devices/usb7 /dev/bus/usb/007/001
Use a SSH client or do a simple modification. See here for how: #installation-archived message
This is unreadable. Please copy it correctly and share it in a code block,
Figured, my bad
It looks like there's nothing plugged in.
Will try to fiddle around with it
HAOS sometimes has some trouble to recognize new USB devices. Have you tried a host reboot (not just a restart of HA) with the UPS plugged in yet?
Yeah, seems like it's not detecting the device
Found a port where it shows up
Will update
Seems to be working
🎉
Thank you everyone for all the help!!
If I were to have more than one UPS accessible, would I need to start naming each device and stating the port I expect them to be on?
Because I bought 4 of these refurbished haha
Yep. If you're lucky they have different serials/ids.
I've found the APC ones normally have different serial numbers, but cyberpower doesn't seem to be as good at that :/
if you might ever re-arrange your UPS devices on different USB ports, it would be a good idea to identify them by serial number if possible. In that case, you'd set port: auto and add - serial = "UPS SERIAL NUMBER" to the config: list.
My bad for the late reply. Where do I get the UPS serial number?
As a FYI... the issue was more worse/stupid then I could imagine. I was using os.environ variables which were stored with single quotes ... and these single quotes were used in the credentials....very VERY hard to login then. Hours of staring in the dark
if you run lsusb -v it'll dump out a bunch of info for all devices (you might want to pipe it to a pager); there will be a line that starts with iSerial which has the device serial number.
Thanks again!
Been groping around in the dark with tutorials since I got my HAOS server running around January (since I don't know how to code)
Feels great having help
I am facing the same isse
Using HAOS on a KVM:
How do I open the MariaDB (mysql) add-on to the rest of the LAN network?
Set a port in the addon settings.
Thanks, what's the syntax for that?
Currently I got the bare minimum:
`databases:
- homeassistant
logins: - password: 1234
username: homeassistant
rights: - database: homeassistant
username: homeassistant`
Can't check right now but from memory you'd go to Network, click on Show disabled ports and set one. The default 3306 is fine.
Oh...
I thought it was only to change the port of the service, not to expose it to LAN...
Did that work?
we will never know
... 🙂
Of cause it worked! 🙂
Many thanks @supple grove 🙇
This: Change the ports on your host that are exposed by the add-on threw me off.
I thought it was about changing the port exposed by the container and had less to open the port to LAN on the VM/instance.
#voice-assistants-archived can help with Assist
OK thanks! Will remove and repost. Assumed this was add-on specific as it's for the local microphone addon. Cheers.
Hey there, does anyone have any experience with the TeslaMate add-on? I'm trying to get MQTT configured with it to write data to my postgres db so Grafana can pull that data and display it.
After doing a hard reset on the AP it now works.
im haveing the same issue
Hi,
Can someone help me debugging an issue.
I have one esphome device (a flashed action light) which is showing offline in the home assistant UI.
It is online in the esphome webintherface and I am able to control it.
What I have done so far:
Updated the firmware
rebooted home assistant.
reloaded esphome.
Still no juice.
What else can i do?
Hi, I have DuckDNS add-on and has been working perfectly for the last few month. today, I rebooted my router and my homeasistant, I got a new public ip from my ISP. Since then I am not able to access my HA from external IP/WAN. using local IP everything is fine. when I nslookup my domain it's returning the old IP. How can I force DuckDns add-on to refresh my ip with the duckdns domain registry? I tried reboot/restart the add-on with no success
I confirm when I login to duckdns.org with my account,.I see the new IP which is good. It could be some Dns caching on my laptop, router and smartphone
hi. my zigbee2mqtt add on occasionally stops working. checked the logs and got the following:
any help would be appreciated
I've cleared the cache and its still hanging after using this key, this doesn't make sense!
Home assistant:
Waiting for device activation
(installing hacs)
GitHub:
Congratulations, you're all set!Your device is now connected.
HACS provides integrations. Not an add-ons. From your other post in #integrations-archived I was under the impression you had installed** and configured** this integration https://github.com/tlskinneriv/awnet_local and were now trying to install the add-on that talks to the integration, this: https://github.com/tlskinneriv/hassio-addons/tree/master/awnet . Correct so far?
Hello, I have the Nginx Proxy Manager addon which I can't start anymore, I get this message in the logs: wrong config broke it, after digging out the config and deleting the bad one it starts up again[emerg] 172#172: bind() to 0.0.0.0:81 failed (98: Address in use) this seems to be an issue inside the docker container as if I change the port mapping for the host it still complains for the 81... any clue how to solve this? as I can't run the container it just keeps crashing
Hello, I have an issue with configuring the Nginx Proxy Manager, I figured out that I need to use the docker container names to forward the requests for them, but I have this error [error] 307#307: *223 addon_a0d7b954_bitwarden could not be resolved (3: Host not found) which is weird as if I go into the container (docker exec) and I say ping addon_a0d7b954_bitwarden then it gets resolved and starts pinging it... what's going on?
Hello, I have installed recently the latest stable home assistant version on my qnap. add-ons is not showing. i need to install hacs to be able to import my sonoff devices. please advise.
If it's the container station/Docker install, there are no add-ons for that install type. Also, HACS is not an add on
hello, could someone explain the difference between "Terminal & SSH" and "Advanced SSH & Web terminal" addons?
One is a basic add-on, the other one has more features, like configurable username or access in unprotected mode.
You mean besides what is listed in the add-on documentation?
Nah, just wanted a TL;DR from someone more experienced.
Honestly, if you have to ask... 🙂 You probably should use the normal version 🙂
makes sense
(no offense meant with that)
I see you are the creator of the advanced one.
yup
anyway I will check the docs, does not hurt
one trouble I got with the normal one is that I can copy paste a command from the machine to the web UI, but not the other direction. I couldn't get the output of a SSH command and copy back to my machine
also the regular seems a bit buggy to me, I added a random port 50000 something, restarted the service and in the logs I see it listens to port 22. I tried to use the command-line to access ssh homeassistantip:port and it is really not listening to this port. even though works kinda fine in the web UI
Regarding the Zwave JS UI add-on in HA, in the port/page for the prometheus plugins available to systems separate of HAOS host?
what's you guys favourite file sharing add-on? I just tried to setup snapdrop (i've used pairdrop before so i know i like it). However it doesn't detect any devices. Should i go and get this to work or is there any better add-on you can recommend? I use an iPhone but no other apple devices.
Hello, im not seeing any logs for any add-ons. Has anyone experienced it the same? Im running HA in supervisor mode.
go to the addon then the log tab
or go to settings -> system -> logs, choose the addon in the dropdown
Hi all, Looking for some assistance with DuckDNS. I had it running before but after having to restore from a backup it no longer starts. Uninstalling it and reloading it doesn't seem to help and I cant seem to find anything in the logs
Did you reboot the HA host (not just restarting HA itself) after the restore?
I'm still not quite sure why this is not communicated during the restoration process. Not that it should be necessary at all.
Usually only need after a full backup restore, not an individual add-on
With duckdns there are other factors. Is the ha ip address the same? Is the port forwarding accounting for any changes?
@wide python and what is appearing in the add-on logs?
Well its running on a VM through unraid and I didnt restart the instance tbh but I will try that, ha IP is the same and port forwarding hasnt changed. Its just not evens tarting the add on. going to spin down the VM now and see if that makes any difference
Well that was easy, on reboot the start on boot kicked in and its now running. Will remember that for the future. Thanks for the support!!!
I'm trying to follow this but I don't know where that directory is.. do I make it and it magically uses it(I tried that and it looks like nope)? https://community.home-assistant.io/t/instruction-manual-configuring-the-mqtt-bridge-on-the-mosquito-broker-addon/339151
Idk, how can I do that?
Settings -
menu - Restart Home Assistant - Advanced options - Reboot system
Well, i get following error no matter how i try to access the log. I started getting this issue with recent upgrade, i think from 2024.4+. Example from log page for one of the addon
"Failed to get 6713e36e_rtlamr2mqtt logs, No systemd-journal-gatewayd Unix socket available"
Is anyone running amr2mqtt? I have it finally installed and it's burning a lot of CPU
rtlamr2mqtt? I have it running for water meter but i dont see cpu usage much
yeah it's at 99% for the container
@onyx otter I converted your message into a file since it's above 15 lines :+1:
I have 'sleep_for=300' sec
Is that the same addon you're using?
im using rtlamr2mqtt, not familiar w amr2mqtt
Based on log, it is waiting for rtl_tcp. Is that process running?
ok I installed the other one you are using
I still need to scan for my gas/water meter
How do i get it to send mqtt messages for everything it sees?
The other addon was looking for r900, scm, scm+ ... lots of stuff
Ah ok, you're just starting up. You need to run it outside HA. Basically run rtl_tcp and connect w rtl_433 to scan everything. There're great documentations about both the processes online.
or connect rtl_amr to rtl_tcp if you're only looking for specific type of meter
Is there a way to set the add on to scan everything? I see how to do it if I am running the standalone container
Hi, finally got some USB B-A cables and am setting up the APC UPS'.
I can run them on the ports they're expected to run on individually, but the moment I plug both in it just shuts down the addon
Even after adding the serial numbers
you have to distinguish them apart using the config referencing like the serial
post your config
I may have misformatted my config
- name: GamingPC
driver: usbhid-ups
port: auto
serial: 4B1827P16451
bus: 4
config: [] - name: servers
driver: usbhid-ups
port: auto
serial: 4B1940P31377
bus: 6
config: []
Probably this
config:
- serial =
might need '' around the serial number
Hmmm, returns this when I try to save:
" Failed to save add-on configuration, Missing option 'devices' in root in Network UPS Tools (a0d7b954_nut). Got {'users': [{'username': , 'password': , 'instcmds': ['all'], 'actions': []}], 'mode': 'netserver', 'shutdown_host': False, 'list_usb_devices': True} "
repost what you put
- name: GamingPC
driver: usbhid-ups
port: auto
bus: 4
config:- serial: "4B1827P16451"
- name: servers
driver: usbhid-ups
port: auto
bus: 6
config:- serial: "4B1940P31377"
config:
- serial = "4B1827P16451"
may not need the "
also you should not need those bus entries either
Anyone know the command to self test the batteries on NUT?
Tried running test.battery.start
docker exec addon_a0d7b954_nut upscmd -u username -p password servers@127.0.0.1 test.battery.start
Came back with
Unexpected response from upsd: ERR CMD-NOT-SUPPORTED
test.battery.start.quick works though
You need to learn how to use code blocks 🙂
Gotcha, my bad
I see people on forums being able to use test.battery.start with no issues
I guess it depends on the UPS. See here for what's available on yours: https://www.home-assistant.io/integrations/nut/#device-actions
I see, guessing since mine is a budget tier APC UPS it only supports battery self tests using the PowerChute program
Thanks!
Found out through a forum thread that you can see what commands your specific UPS supports by creating a script for the UPS as a device and checking the available actions under said device
i have installed samba nas add on so that i can use my ha instance also as a storage server but i can't connect it to my windows laptop after i have put the user & pws and in additional host putting my laptops ip . it just says access denied in logs
leave the allowed host field blank and retry. also double check your workgroup name is correct
if neither of those work you can try the compatibility switch as older windows only used smb1 instead of 2 or 3
this worked now but the speed is just awful is there a way i can make it fast
Unlikely. Depending on the hardware there are multiple bottlenecks. And HAOS is not optimized or designed to be a NAS.
ohk
You might want to look into using TrueNAS Scale on baremetal and then installing Home Assistant using Truecharts
Though with more than a few limitations to this specific implementation method
is there a way to use Mac screesharing (or VNC in general) on my home network with Home Assistant? or at least, some kind of picture of the screen? Trying to monitor stuff remotely and HA is the only device i have on a tunnel (via Nabu Casa)
(remember the old days when you could use Mac Screensharing from any location?)
Hello all, hoping someone here can help or point me in the right. I recently ran into an issue with the cloudflared add-on whereby it was working perfectly fine outside my home but the same url at home is throwing a 403 permission denied. This was working perfectly for the last year up until recently. Can’t pinpoint exactly which update or upgrade broke it unfortunately. I’m not even prompted for the login screen.
I’ve tried from multiple computers at home with the same result. Switching to mobile or secondary connection appears to work fine
Anyone have espresense companion setup and running.
Cant figure out this floorplan creator. Wont let me connect to mqtt
Hello, i get following error no matter how i try to access the log. I started getting this issue with recent upgrade, i think from 2024.4+. Example from log page for one of the addon
"Failed to get 6713e36e_rtlamr2mqtt logs, No systemd-journal-gatewayd Unix socket available"
Hello everyone! I'm trying to integrate Authelia, a multi-factor authentication mechanism that has a Docker container available, with Home Assistant running on Hassio. Unfortunately, I can't directly install the Authelia Docker container on Hassio. I'm considering creating a specific add-on for Home Assistant to facilitate this integration. I've already looked at the very basic tutorial on starting addon development with a "hello world", but it's quite rudimentary and doesn’t really help me progress gradually. Has anyone faced a similar challenge or does anyone have suggestions on how I could proceed to develop this add-on? Any guidance or examples would be greatly appreciated!
#devs_add-ons-archived can help with add-on development
Trying again...
NEW installation, restored a backup, trying to get add-on's to the sidebar however I get:
Failed to save add-on configuration, Can't update Home Assistant access token!
Anyone know's what can be wrong?
(Still running 2024.01.6 version)
Core - 2024.1.6
Supervisor - 2024.05.1
Operating System - 12.3
Have you rebooted the HA host after restoring the backup?
YEs.
upgrading now to 2024.5.2 ...
restarting made the add-ons show...
But the next to be added got the same error message.
Yes, probably..
try ha authentication cache
Seems like I have some trouble getting Advanced SSH online.
Command completed successfully.
so rebooting again...
I'm afraid I have rebooted too early during the "prepare" state of the installation (After flash and before backup restore)...
Any ideas how/what can have happened?
I can't get access to some add-ons.
I get:
502: Bad Gateway
I gave it minutes to start... 🤷
I think the installation is messed up somhow?
May be able to recover with monitor/keyboard running su repair
Yeah I got access to the instance... (laptop)
I ran a su repair now..
# processing....
As I just came back from about to format the whole thing, I didn't get around to see if the add-ons were started.
While it's processing I can't access any UI's...
Observer UI is available and all green and healthy
Does it pull down new images from internet?
- I got a quite slow connection here... 😐
That completed correctly... Seems like it's related to the MQTT server requiring authentication... 🤢
And now I'm trying to find the config files to allow unauthenticated usage...
Ideas how to read the config files for that add-on ?
I got to add:
listener 1883 allow_anonymous true
I think, you need to activate customization and create the according configuration file.
The listener setting should not be required, as Mosquitto already is listening on port 1883
Just can't find the place for the config file and it's getting too late... 🙂
The mosquitto.conf needs to be in /share/mosquitto/
Thanks! - Seems to be working I had the file name configuration.conf ....
Yet now I see some errors..
My file contents:
allow_anonymous true```
Update: Threw out default MQTT addon and added EMQX which worked OOTB.
On to the next one...
Zwave JS UI, where do I restore a backup (from standalon container) to an addon container?
It's quite unclear in any documentation where it's add-on is storing it's config files...
It's very hard to figure out from a terminal where they are storing things...
I know it's not recomended to adjust files for the add-ons but when restoring backups... It would REALLY help!
The user accessible config files are either in /share or /addon_configs
Everything else directly associated with add-on files is not accessible from the UI or the terminal
Interesting, did you run a via an add-on repo or just as a separate container?
Previously run as a separate container under a normal Ubuntu server...
I migrated to HAOS to make it easier... :waitwhat: :notsureif:
strange, the addons does not create directories for my addons..
That is not unusual
So if it does not, how do I know the folder name I should create?
It's just not very intuitive to migrate/add/config files.
You have to read the add-on's documentation. Not every add-on provides an accessible directory or usermade config files.
I have been, but maybe I'm just to lazy.... to figure it out.. 🤷
I don't know if this team here is the right one to use as my ballplank while trying to troublshoot things...
the Zigbee stick while using Zigbee2MQTT is working at start of the add-on but stops working with the adapter after a short moment for some reason...
Should I turn to Zigbee2MQTT discord server instead?
Either that or the #zigbee-archived channel
Thanks!
And @elder schooner - Thanks for your help and support during my time troubleshooting.
Much apprechiated! 🙇
Is there an alternative to espresense, it seems to be a dying project, nobody replies in their discord?
For what goal?
There's loads of BLE detection things out there, but they all do slightly different things
When I try to compile the newest ESPHome update for my S3 Box, the ESPHome addon crashes all of Home Assistant and it reboots. Probably running out of memory, but a bit strange that a single add-on can take down the whole system. Has anyone had this happen to them before?
what addons are you guys using which aren't in the default addons page?
So far I've got Zigbee2mqtt, MQTT explorer, Google Home Backup and cloudflared
https://github.com/alexbelgium/hassio-addons this repo has a lot of addons but i wouldnt suggest addons like plex that should really be running on a dedicated server OS/hypervisor not haos
Today i installed a new Asus Router and put my Ziggo router in bypass. Now i suddenly seem to no have duckdns/nginx access remotely. Both Add-ons says they are running.
I had this before once, and at reinstall of both add-ons it started to work again. But that doesnt seem to be going well too this time
Are the port forwardings set correctly in the new router?
should be 443 right?
Pointing to the correct target
Is there an anti virus add on for Homeassiatnt
It doesn't need one.
not for itself, for scanning the network
What happened to the prometheus add-on? I remember it being in there but now i'm seeing the repo is archived
Room presence detection
Yeah seems i was being stupid. Apparently Asus has a button to turn on Port forwarding above all the rules you make.
Error code : ID-10-T
Room presence detection
Maybe a stupid question but is there an easy way to run a program on hassio rather than having to setup an entire addon, just a simple docker/container running a script/exe? cause i've looked at setting up an addon but i can't get it to work
No, you just use addons if you want to run other stuff on an HAOS installation
ah, damn
Focus on why you can't get it to work
yea i mean, the whole addon thing is new to me
like i have to use a fixed docker base? what if i need another base?
and the docs only mention 3 files but the example contains way more
so im lost where to change what tbh
Sounds like you're trying to develop an addon
Help for that is in #devs_add-ons-archived
And....
will move
The only way to do that is with an addon
well i would have expected an addon to exist to run simple stuff...
i can't be the only one who wants to run non addon things beside hassio on their machine?
Hello, all. I just swapped out a container-based install of HA with a NUC version using HAOS. The OLD install WAS available outside my local network using LE certs and passing trough pfSense to do cert checking directly on the old host, which worked well. Since I'm now using HAOS, I installed the LetsEncrypt and Nginx add-ons and it works as expected from inside my local network: I can browse to https://ha.mydomain.com successfully with a valid signed certificate. Next step, change my firewall rules (using pfSense) to point to the new URL (I think it should just simply be a backend IP address change from (internal) 10.10.1.198 to 10.10.1.199 (the old and new hosts are using a DHCP reservation). But, for some reason, internally everything works fine, but when accessing the same URL externalys (which used to work), it seems to be able to CONNECT to the server in the backend, but it never loads any content; I just get the HA Icon, "Unable to connect to Home Assistant" then the re-trying timer. Do I need to add any other ports to the nginx proxy to allow external traffic? I DO have this defined in my configuration.yaml file:
http: use_x_forwarded_for: true trusted_proxies: - 127.0.0.1 - 10.10.1.0/24 - 172.30.33.0/24 ip_ban_enabled: true login_attempts_threshold: 5
Anywhere else I should look?
Hello everyone, since today the addon visual studio code is not doing any autocomplete, tried to restart everything but didn't work. what can I try? many thanks
Hello, all. I just swapped out a
Does anyone know how to get Music Assistant to play music from an automation or vice versa
@tranquil holly https://music-assistant.io/faq/massplaymedia/
Thank you!
hello, i have only HA Server. what someone can do without sensors and actuators ?
You can run a Minecraft server
You can set up and test backup
Is there an "easy" way to convert existing camera streams from Unifi cameras into something that isn't super laggy?
@forest owl scrypted maybe? Probably better to ask in #cameras-archived
Yah, I did get it working great with Scrypted. Unfortunately I'm trying to use HA-Fusion for my dashboard and it works with the normal camera card
but thanks for the heads up re: #cameras-archived
Hi. I wanted to install the portainer add-on but I don't see it on the list. Does anyone know why?
https://github.com/hassio-addons/addon-portainer
It will make your HAOS unhealthy: #general-archived message
Docker containers are only supported in the form of addons.
I am seeing a bug in the GUI when I try to add a new Add-On repository.. the dialog does not display properly/completely.. Where should I report it.
Before you do, clear your web browser cache.
Regarding Music Assistant: I'm currently using it but I don't find any service I could use to invoke in an automation. I'm searching for having a remote to control music assistant (play/pause, favourite, next track, previous...)
My Developer Tools in services don't show any services related with Music Assistant
You need the Music Assistant integration from HACS to get the media players in HA.
thank you @elder schooner Any hints on how to do it?
I can see Music Assistant and use the "player" part.
I also have Music Assisant in HACS - > Integrations
But I cannot see any "mass" service
Mine is showing some mass services with the integration configured
I was missing "Music Assistant (BETA)" in Settings -> Devices -> Integrations. I can see some services now. Thank you for the second pair of eyes!
Good Morning. My wireguard HA addon stopped working yesterday. Its on, nothing changed afaik. any client i try cannot complete a single handshake. Any ideas?
What's in the add-on logs?
Thanks for the quick response. After you asked I noticed devices randomly will complete the handshake, it seems to take a while, and its not working most of the time. And only one actually works right after completing the handshake. It use to work fast and consistently. https://pastebin.com/WBAcQgvf is the current log.
anybody know if i can backup my homeassistant to my windows pc via samba share?
you've already asked about this in #general-archived, and it's not related to add-ons.
(well, i suppose it could be add-on related if you want to have samba run on a haos machine, and then have windows connect to it - instead of the other way around)
yeah there is also a custom addon called samba backup i tried that and it wouldnt work either
the plain "samba share" add-on will provide a shared directory containing the home assistant backups that you can access from a windows machine, but you'd have to use external software (running on windows) to copy the backups off the share and to the local disk.
Using the LIFX integration with two bulbs and a Beam. I noticed there's some effects that are available, but I'm really missing the random effect as it looks the coolest.
Any ideas how to get it?
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.
I assume you wanted the #integrations-archived channel
ah, sorry, yes!
Hi. I think I have some sort of weird broken build files in my ESPHome addon, and I'd love to figure out a way to clear all the build files from the addon. Cleaning the build for that one device doesn't work. (Short version: I have a stock yaml for a BOX-3 that gives a compile error in the audio device code unless I change the name of the host in some trivial way, in which case it compiles fine.) Open to other ideas, but I've asked on the ESPHome server and #voice-assistants-archived with no luck.
[Solved] Build errors on stock BOX-3 voice esphome device using esphome addon.
Hi, I have installed "Advanced SSH & Web Terminal" but I don't have commands like usermod, udevadm etc. How can I get it?
I am connected via SSH not using Web terminal
You do know that add-ons are containers?
If you have those command they'll only make changes to that container not to the host
right, ok so the host is very basic so I have to connect to the right container
What's your actual goal here?
I am just following the FAQ link from the log and it asks me to add users to the group using usermod
I mean in my case it's mqttuser
You're chasing the wrong problem
That's all you need
Also, the Z2M FAQ has commands that don't work on HAOS, because it's not written for HAOS but for normal systems
I mean you said that this Z2M FAQ would guide me so I took the challenge and followed it. I was going to follow your link next 😆
Yeah, step number three there
- Your adapter requires additional configuration parameters...
Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges
yes I am looking at it
I see 5th error line in the log: "Error: SRSP - SYS - ping after 6000ms" matches the FAQ. I just passed it.
ok, now I have " error: z2m: Error: NCP EZSP protocol version of 8 does not match Host version 13"
which requires some flashing I pressume
Yeah, I'm guessing you skipped the start of that page, but that's a topic for #zigbee-archived
oh sorry, I jumped to the wrong channel
After the latest update to v10.0.0 of the Granfana add-on - it's stopped working.
Im using:
Add-on version: 10.0.0
You are running the latest version of this add-on.
System: Home Assistant OS 12.2 (aarch64 / odroid-n2)
Home Assistant Core: 2024.5.3
Home Assistant Supervisor: 2024.05.1
and I now get:
If you're seeing this Grafana has failed to load its application files
-
This could be caused by your reverse proxy settings.
-
If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
-
If you have a local dev build make sure you build frontend using: yarn start, or yarn build
-
Sometimes restarting grafana-server can help
-
Check if you are using a non-supported browser. For more information, refer to the list of supported browsers.
Only thing I can see in the logs is right down the bottom the following:
[15:24:29] INFO: Starting NGINX...
logger=grafana-apiserver t=2024-05-16T15:24:30.096383562+01:00 level=info msg="Adding GroupVersion playlist.grafana.app v0alpha1 to ResourceManager"
logger=grafana-apiserver t=2024-05-16T15:24:30.098649692+01:00 level=info msg="Adding GroupVersion featuretoggle.grafana.app v0alpha1 to ResourceManager"
logger=login.authinfo t=2024-05-16T15:25:39.682445425+01:00 level=warn msg="failed to delete user auth info from cache" error="memcache: cache miss"
logger=login.authinfo t=2024-05-16T15:25:39.682719103+01:00 level=warn msg="failed to delete user module auth info from cache" error="memcache: cache miss"
logger=infra.usagestats t=2024-05-16T15:26:16.977913567+01:00 level=info msg="Usage stats are ready to report"
Used to work perfectly.
Hi again, how can I flash using Silicon Labs Flasher add-on? I just installed it?
I can see people flashing firmware from command line but I don't have it on mine
universal-silabs-flasher
I don't remember last time where I had to go through so many hops to make something to work, terrible experience at least with this Silicon Labs Flasher add-on. The documentation that comes with it is weird. An add-on to flash a device, has a Configuration page but you have to edit Yaml to specify the path to firmware but again it does not say where to put it, the add-on fails to start, ridiculous
I reckon the add-on has no permissions to the path I have specified and fails 🤣
You still want #zigbee-archived
@jade wing ok but this is a question about an add-on
So?
There's a fuck load of add-ons that have specific channels
The mod role should give you a hint I know what I'm talking about when directing you to other channels
right, I mean the Add-on documentation points to this Discord Server, Forum and reddit.
so how do I know which channel is the best?
You'll even find a pin there about that add-on you're trying to use
Always go for the most specific channel
#zigbee-archived related stuff goes in that channel
questions about a random add-on that has no specific channel would go here
Or... somebody with a role redirects you 😉
I'd go with the #zigbee-archived recommendation. Especially as you already communicated with one of the Zigbee specialists
I need to take a break, thanks anyway
Anyone familiar with the Advanced SSH & Web Terminal add-on?
Sure, what about it
Could someone help me out with the lets encrypt add on (I don't want to use the duckdns). I try to figure out how to get the dns challenge through with the add on to cloudflare. I have this setting on the config tab provider: dns-cloudflare cloudflare_email: mycloudflare@email.com cloudflare_api_key: > <MY CLOUDFLARE CA API KEY> (Have just copied the whole key with the version in front of it). But I get this error every time when starting it up: ```[17:00:49] INFO: Selected DNS Provider: dns-cloudflare
[17:00:50] INFO: Use propagation seconds: 60
[17:00:50] WARNING: Use CloudFlare global key (not recommended!)
[17:00:50] INFO: Detecting existing certificate type for *.MYDOMAIN.COM
Saving debug log to /var/log/letsencrypt/letsencrypt.log
[17:00:53] INFO: No certificate found - using 'ecdsa' key type.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for *.MYDOMAIN.COM
Error determining zone_id: 6003 Invalid request headers. Please confirm that you have supplied valid Cloudflare API credentials. (Did you copy your entire API token/key? To use Cloudflare tokens, you'll need the python package cloudflare>=2.3.1. This certbot is running cloudflare 2.9.11)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
ok managed to figure it out. Apparently I had to manually create an api token and use that
is anyone else unable to start the Music Assistant add-on ?
Anybody knows how to upgrade TAILSCALE on HomeAssistant. The newest version 1.66 seems to solve a security risk see https://tailscale.com/security-bulletins#ts-2024-005
Just waiting, it's in the edge repo right now it looks like
That's not an add-on, that's an integration
It says that on that page and in the URL 😉
You wanted the #integrations-archived channel
Oops, thank you. Got confused
And regardless of whether it says that on the page and in the URL it’s possible for folks to still become confused. Passive aggressive responses with a wink do not help. #bekind
hi all, I created an app that uses the websocket. I tested it myself and others too, for some (!) installs it has an issue and I cannot find out what this is. I wrote a small script to verify the authentication and this throws back {'type': 'auth_invalid', 'message': 'Invalid access token or password'} ...tested both from the add-on cli and the terminal (via vscode) ... I re-re-recreated the token and it remains like that. The ws://homeassistant.local:8123/api/websocket ... might it be that there is a different way to create tokens or that my user lacks the proper entitlement to create a 'proper' token?
out: {'type': 'auth_required', 'ha_version': '2024.5.4'}
data: {'type': 'auth', 'access_token': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIwMzZiZDc..'}
auth: 227
out2: {'type': 'auth_invalid', 'message': 'Invalid access token or password'}
I have confirgured an ESP device through Tasmota with 6 GPIO pins set up as PWM pins. However, when I load it in the TasmoAdmin add-on, I just see it as a on-off switch. Any ideas why?
I have the problem that some switches and sensors permanently change their state after I change it one time active. All of the switches and sensors which have this problem are connected over mqtt. Broker is an mosquito Addon and the only way to stop is to stop the broker some time. Have anyone an idea?
But it doesn't happen every time
Hi, I am using OVA home assistant in ESXI as VM and I am unable to install this idrac addon linked below.
https://github.com/Breina/idrac_power_monitor/tree/master
I copied this addon to my addons folder in home assistant using SAMBA addon.
I rebooted after placing in addons folder.
I also clicked check for updates in addons top left menu.
I tried copying idrac_power directly to the addons folder and rebooted and then clicked check for updates but it didnt work either.
This is not an addon. I recommend you read what you linked.
Where should I put itegration files if I am using supervised home assistant ?
The same place as for any other installation method, config/custom_components/idrac_power
IT worked Thanks !
As it's described in the readme. You could've also used HACS to easily install and keep it up to date.
Hi, anyone know where the Minecraft Java addon files are located? The bedrock addon just has them exposed in the addons folder
lets encrypt gives "dict" error on cloudflare
Anyone knows how to resolve this issue?
@plain drum installed and opens fine here with default settings and no changes to configuration. You might try the community addon discord server: https://discord.gg/KRkE7uhdDR
Hi! I wonder if there's a canonical way for finding out the ip for the home assistant itself from the point of view of an add-on? Specifically I'm working with the WireGuard addon and would like to make a DNAT rule in the pre-up script so that I would have hass available in specific vpn subnet ip. A DNS lookup embedded in iptables command line could do the trick, but am I even making sense 🤔
basically this does the trick, but is there neater way?
pre_up: iptables -t nat -A PREROUTING -p tcp -i wg0 -d IP_IN_VPN_SUBNET -j DNAT --to-destination $(nslookup homeassistant | awk -F':' 'NR==5 { print $2 }')
is it even sensible to rely the hassos host to always be called "homeassistant"?
genuinely curious- why wireguard instead of tailscale or headscale if you want no mitm?
https://www.home-assistant.io/integrations/local_ip/ would this work?
Well, I started with bare wireguard and decided it should be doable...
why not have a static IP for home assistant?
there will be a number of these home assistant boxes in networks that I'm not controlling
so you're configuring them to connect to a remote wireguard, rather than configuring them to host wireguard?
perhaps, if the addon configuration expands sensor values for example
that's right
ah
not that it makes a big difference in wireguard
it makes a big difference if you don't control the network though
if you can configure it to pass things through to wireguard, then you can certainly set a static ip, which is what I thought you were doing.
yeah. makes sense
Does anyone know if there is Notifiarr app addon for Home Assistant OS? I searched everywhere but was not able to find it.
Would anyone here happen to be using the Tailscale addon behind a Unifi controller? If so, can you access other tailscale devices from this interface.
I'm able to access device from outside of my Unifi network, just not from within.
Turn on subnet routing
This?
Source NAT subnet routes
I've got three networks behind the Unifi controller, I'm advertising all three and have Accept routes enabled but still nothing from behind the controller.
Are they enabled in the tailscale admin console? When you make a change on a tailnet device it needs to be approved
Yes, I have approved all three in the admin console.
Maybe I should describe my setup. I have two Home Assistant instances. One here at home and one at a second property. Both HA instance have the Tailscale Add On installed and both are advertising their respective networks. From the second propety, when connected to that network, I can access all three networks at my home with no problem. That property is using an Asus router running OpenWRT. When I'm home, however, I can't reach the other property from behind my Unifi router.
I use Unifi UDMs in multiple locations. Haven't had any particular problems with tailscale, although I'm not exposing subnets via HA. Just accessing machines directly though tailnet. Have you ruled out the possibility that your isp is aggressively blocking things?
I ended up having to create static routes for each subnet on the respective router to point towards the IP address of that network's Home Assistant instance.
Thanks for this - it really should go into the documentation!
You can create a pull request on github 🙂
Hi guys,
need help with the configuration of AdGuard Home on Home Assistant..... When I check the ads on this website https://d3ward.github.io/toolz/adblock, I only get 3% percent.
In my Fritzbox I have entered the IPv4 and IPv6 address, on the one hand under Access data - DNS server and on the other hand under Network settings - IPv4 and IPv6 settings.
In the Home Assistant network settings, I have set the IPv4 to static.
I have also activated the Pro+ filter list from Hagezi.
When I connect directly to Home Assistant via Tailscale, I get 96% blocked ads.
Thank you!!!
I installed the nginx proxy add on and now the vs code add-on isn't working. Any ideas?
Hi guys,
I'm software developer, and I have my own home server based on Debian.
I have everything docerized with docker-composes on the server, and I would like to have home assistant docerized as well.
I've heard the dockerized version does not support addons, because they are also docker containers right?
Is there any solution to have add-on support on the docerized version? I don't want to install HA on Debian itself, my server is so clean and tidy, and I wanna keep it 🙂
Correct, and no
You don't need add-ons, you're already capable of running software yourself
what do you mean by capable of running software myself? I understand addons and saving time part of software
There are no add-on when you are running in Docker
nor do you need them, you can already run any application you want
Addons are just docker containers. See pin in #general-archived.
because they are also docker containers right
as you said
They're just special container images for HAOS
Just run whatever in Docker yourself
99.9999% of add-ons also have a native Docker image or two
The only thing you don't get is a pretty UI in HA to manage them
so its not big deal? as long I am experianced developer
No
It is not about a "big deal" it is about personal preference
Don't even need to be an experienced dev
If you're comfortable with Docker already you're all set
If you're not then you can run HAOS
but this grafana addon looks cool. I could configure grafana by my self, but with addons support I could have it by one-button press?
https://community.home-assistant.io/t/home-assistant-community-add-on-grafana/54674
Sure, but that requires HAOS
You can set up grafana manually... 🤷♂️
yes I can ofc
if you are not comfortable with that, or are not willing to invest time in that, you can always choose to run a different installation method 🤷♂️
but if something can do it for me...
that is up to you
aha ok I got it
Keep in mind that it's one or the other - you either run HAOS and get add-ons but no custom Docker containers, or you run Docker
Or run Docker on one host and HAOS on another
HAOS with no custom docker is not possible, i run many many dockers (like about 30 already)
I don't have another host, I thought about proxmox but it's too late.
So well, no addons. My docker-composes are addons already with no HA integration
ok I got, thanks for clarification
Note that addons also come with certain limitations. Not every functionality can or will be exposed by the author(s). Not an issue with your own docker containers.
I got HA, MQTT-Broker, mqtt-io - all run fine. But how to get Raspi GPIO's running as switches an binary-sensors as a MQTT-Device?
Which Pi? The one running HA, or another one?
Raspberry Pi 4 / rpi4-64
Core 2024.5.4
Supervisor 2024.05.1
Operating System 12.2
Frontend 20240501.1
That didn't answer the question
sounds like you are trying to run haos and use the gpio on a pi which has NOT been supported for years and is a bad idea
can you get it working? technically yes via an unofficial addon i believe
should you? absolutely not
Well, integration
ah thought it was an addon - https://github.com/thecode/ha-rpi_gpio this right?
oh i can read
i googled that after you said it was an integration to confirm i was on the right page and giving him the right link
You've been here long enough you should know the difference
i do know the difference
Yet...
yikes
this do not work since OS 12.3 so I would linko ot change to MQTT.
You can't
Any other posibility to connect my GPIO's?
Use an ESP instead
And morover: The Mqtt-io adon say; "Exposes general purpose inputs and outputs (GPIO), hardware sensors and serial devices to an MQTT server. Ideal for single-board computers such as the Raspberry Pi."
This is what we are talking about - not?
The latest update of the tailscale add-on will not start in HA. This happens on both the instances I am running.
non-default flags. To proceed, either re-run your command with --reset or
use the command below to explicitly mention the current value of
all non-default settings:```
Is this a known issue? I don't see any issues in the tailscale add-on GitHub page.
i'm on 0.19.1 addon by frenck running fine
according to https://github.com/hassio-addons/addon-tailscale/releases/tag/v0.19.1 it's the latest release
I am running 1.66.4 tailscale version. I know it's probably obvious but where is the add-on version? I don't show that there are any updates for any add ons.
FYI don't update dnsmasq to 1.8.0: https://github.com/home-assistant/addons/issues/3609
Hello. I am trying to use MQTT to connect from Blue Iris to HA, but I am also using Nabu Casa, and I'm not sure what the correct server address should be. Each time I try to test I get a connect error. I have tried putting the full xxxx.ui.nabu.casa address in, but no dice.
I've also tried homeassistant.local, and the obviously incorrect IP address that HA reports (10.0.2.15). Is HA completely isolated from my LAN?
I've been checking several fourms and see the most common error is when people are trying to access https://ip:8123, but only want to connect regular http. Under HA, Network, Configure Network Interfaces, my IPv4 is set to automatic (which is producing the 10.0.2.15/24), would it be advisable to set this to my preferred internal IP address (being 192.168.1.x)?
Is there any add-on which helps to control/monitor a Linux notebook? In my research I came across HASS.Agent but as it is for Windows only it's not for me.
This sounds like a double NAT situation
Is HA running in a VM, and if so how do you have the networking configured in the hypervisor?
Just following up, should I change my HA IP address to a static one? It wouldn't interfere Nabu Casa right?
Answer this first @static herald
You almost certainly should not change that. It is very likely that ha is behind nat on the VM host and not part of your 192.168 network directly
You are correct, it is on a VM. checking now
The Network settings are attached to the "NAT" without any port forwarding.
I used to have a 192.168.1.x (assigned by router to a fix address), but I believe since I started Nabu Casa, that has disappeared. I honestly don 't even know what IP the system is using on my network.
Run ha network info via SSH to check.
You need to change that to bridge instead of Nat
got an odd 172.30.32.x address under docker, and the 10.0.2.x under interfacces when i did that.
Okay, i'll change and reboot
wow! the CLI reports an IP address of 192.168.1.232 (different than what I want, but i'll fix with router). TY guys!
What is the preferred integration to get chatgpt support in home assistant today?
why would you want that?
ChatGPT and other "AI" systems do a fantastic job of generating well structured, convincing looking answers... that are either totally garbage or, if you're lucky, have subtle flaws. Don't use them to "help" others, and don't use them yourself.
Just like computers in general then... 😄 Aside from your personal preferences and opinions, any takes on which addon is currently most actively maintained?
no, seriously. why would you want that?
i'm pretty sure there's no add-on for that, though there may be a custom integration via HACS (they have their own discord that we don't talk about here). I'm genuinely curious to hear why you want it though.
ah, we dont talk about HACS here, I'm in the wrong place then.
so do you not really have a good reason then?
sigh
It builds most of my automations
I use voice a lot in my house and assistants are not very usable compared to chatgpt
and it is interesting tech to explore
where did you get a training data set for "building automations"?
i vaguely agree that it's interesting tech to explore, but people are giving it way too much credit and trusting generic training data they don't control waaaaaay too much
it also helps me clarify when multiple things are acting out of the ordinary, it usually gives me a first heads up as to where to start troubleshooting and so on...
it's designed to give answers that look good without any consideration to truth, like politicians. The more you control the training data, the less likely it'll tell you to eat at least one small rock a day
yep, YMMV as with all new tech. For me, it is ingrained in my daily life since long now and I usually don't attempt answering people challenging this becuase I don't tend to get so much out of these conversations and the other parties are usually not actually interested in the answers so, sorry if I was short with you
i'd not want that touching my domotics, personally. using it as a separate tool seems maybe OK, but I wouldn't trust it with my switches
That's great! Good luck
I'm not here to keep you from making bad decisions, I really don't care what you do. I think the general focus on LLM in tech is insane and I think calling it AI instead of an LLM is marketing to appeal to the human tendency to anthropomorphize and assign a personality to everything.
good luck to you as well
ok, noted!
though for the purposes of this channel, "using custom integrations" is the bad decision
😉
Looks intriguing although its requirements are a bit weirdo to me. YMMV. 😉
I'm sure there are other implementations of the same idea
You could also run Glances on the Linux machinge and integrate that with the Glances integration
As far as I understand Glances it is good for collecting data on the machine on with home assistant runs on. My goal though is to control/get notifications from a Linux machine which is not running Home Assistant. So I would need a kind of client which reports to my Home Assistant instance.
I'm not talking about the Glances add-on. However - integrating external server health data in HA is likely off-topic of this channel
Hi newbie question ,
I'm having problems with the google backup Addon, it reports Internal Server Error ("layer does not exist").
I have searched for answers, but after removing, rebooting, and reinstalling the error remains.
My guess is that the docker image in the server is corrupted.
but when I log into the command line using the terminal add on, I don't have docker..
any ideas?
You only have access to the docker command with the advanced SSH addon with disabled protection mode. Or of course directly on the CLI or via developer SSH. I recommend you uninstall the addon and install it again. Perhaps try ha supervisor repair and a reboot first.
Impact thanks. I have uninstalled the addon, but it the problem persists.
by supervisor repair you mean issuing the 'ha su repair' on the command line?
Yes.
If that doesn't work you can run ha sueprvisor logs and ha host logs and share more detail of the initial error.
it runs, but does not reports any problem.
I'm currently installing the advanced ssh..
@torn terrace I converted your message into a file since it's above 15 lines :+1:
Anybody having luck generating their own wakewords with Snowboy in the HA Addon? I keep getting:
terminate called after throwing an instance of 'std::runtime_error'
what(): fread failed: wanted=96000 got=48000
I the addon debug-log when the addon reads my sample wav-files.
Does Plex not work with HAOS? I've installed it but the web UI won't load (connection timed out)
Logs look fine. I am using an external domain / ip, maybe that has to do with it
#voice-assistants-archived might be able to help
You can access other stuff through that ddns? And you did port forward for 32400 to your server/HA? Also while accessing the web ui from the same network as it's hosted you need to enable remote access. You might be able to access that through ddns if you have set up the port forward.
This is just general plex things though and idk if it works to run it on HAOS, since I'm doing HA in docker.
Is it the server you don't get up and running or the add-on? Since you said the Web UI I'm assuming the server. Apparently you can't run plex server on HAOS. https://community.home-assistant.io/t/is-it-possible-to-how-do-i-run-plex-media-sever-on-same-device-as-haos/674935/5
hey!! I'm not using duckdns but yes, I can access everything through my domain. I port forwarded both my HA and the plex port 34200. I realized i can actually access the plex web UI from my local network by using (HAServerIP):32400, but not using any domains. Also SSL doesn't work.
waaait I can't run plex server? I was definitely hoping to use the computer i have HAOS installed on as the media server
You can reach the Web UI with local adress? Then did you enable remote access?
i did!
i've also tried adding "custom server access URLs" to plex, but no change
SSL is wonky to fix imo, I've been fiddling with that for a few days now, haha.
What you could do is run plex in docker.
I'm assuming that would work.
on HAOS
ooh interesting.. HAOS is not installed via docker though
it's just installed directly onto the server
No, but to run docker containers on HAOS.
ooh that's a thing?
I'm guessing that would work?
In the form of addons.
Not looked too much into it though.
Running random docker container on HAOS is not supported.
Oh I see.
I was wondring if I was going to go over to running HAOS on my pi, but then I will stick to rasbian. Since I run plex on it.
so I guess my question is how to get plex accessible via my external/remote domain. Preferably via a new subdomain, but even just a path on the existing subdomain is finej
How do you mean?
You would need it installed on a device that is supported.
Or a system
I've seen people do https://plex.customdomain.com and that points to the port
well, it is installed, at least it seems to be working when i visit it via the local IP
If you're running haos, you can run the Plex add on
you need reverse proxy for that.
If you're running the container then you can't run add ons at all, so you should try to avoid confusing people here
That's what I"ve been trying to figure out, how to use a reverse proxy while also using Nabu Casa for the domain support
Me? haha sorry.
really appreciate your help btw, so in the dark here haha
They have a discord too
random question; when i click "open web ui" from the plex add-on, the URL it opens doesn't work (it uses domain rather than internal IP). Is this a problem?
You could just edit the url to your internal ip and bookmark it
you mean like bookmark it in my browser? yeah for sure i'm just not sure if there's an issue with HA not knowing the right url
Is /media a fine place to store movies for a plex server?
seems to be working well with network drive and plex
but idk if there's any unixey reasons i shouldn't use /media
most of them default to the external URL
I have mine working with the external URL even on the home network
How did ya get that working? that's what I gave up on lol
added it to my local dns
Relative home assistant noob, so be gentle. After the last 2024.5.5 update all my add-ons are no longer visible. They say they aren’t started but when I look at the logs the add-ons are running but say they are not. I’m assuming the running flag isn’t getting set when it should. Anyone else see something like this?
Did you restore a backup?
I did maybe a week ago, but I believe the addons were working after the restore.
But I maybe I just didn’t check.
What’s the bug on a restore?
The HA host needs a reboot (not just a HA restart) for the add-ons to work properly. Maybe that fixes your issue too. However, a core update shouldn't interfere with add-ons.
I have tried rebooting and that doesn’t help.
I upgraded by raspberry pi, so the restore was onto the new device.
Using the standard HA pi setup.
It could be that I hadn’t checked addons since, though. So that could be the issue.
Actually, let me confirm. When I do a restart from the hardware panel, that is a full reboot, right?
Maybe I’m only doing HA restarts…
Ahhh, I think I see the issue.
I read the restart as reboot but I was just restarting HA..
Let me give that a try.
Reboot is in the advanced restart options
Yeah, I just found it.
Thanks for the tip; let me see if this fixes things…
“Software rejuvenation”. Always the first port of call.
Beautiful, that did it. Thank you @elder schooner I don’t know how long it would have taken me to realize I wasn’t actually rebooting the box!
Has anyone figured out how to get the custom block page working with AdGuard home? It only allows an IP and I can’t get it to work out getting a warnings on the page is not secure.
I'm now using Duckdns with Nginx. But now I want to change my duckdsn url to my own custom domain.
But when I try to request a SSL certificate nginx gives a internal error !?
why is glances always loading super slow or sometimes doesnt load?
🔮
Im trying to set up Google Assistant SDK
but i cant get the Action console to work rn
it just says error try again later on the console
That's an #integrations-archived @drowsy pilot - not an add-on
#integrations-archived integrate Home Assistant with devices or services, or provide functionality within Home Assistant.
#add-ons-archived provide additional software or services, which an integration could possibility integrate with. Add-ons are for Home Assistant OS and Supervised only, other install methods can install software other ways.
Why am I getting this error? InfluxDB add on is off, and it's been for a while since I've not been using it. Tonight I suddenly got this error repeatedly. What's trying to connect?
Logger: homeassistant.components.influxdb
Source: components/influxdb/__init__.py:488
integration: InfluxDB (documentation, issues)
First occurred: 08:58:05 (1 occurrences)
Last logged: 08:58:05
Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='a0d7b954-influxdb', port=8086): Max retries exceeded with url: /write?db=homeassistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9b30a01850>: Failed to establish a new connection: [Errno -5] Name has no usable address'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
That's your core log, yes?
yeah
- The Core log is never about add-ons
- The log entry even says integration 😉
hmm thanks. I didn't remember I had any InfluxDB integration in the YAML.
The Core log does show add on related issues though, isn't it? I've always only looked at the core log.
Well, if by related you mean integrations for the add-ons then yes
got it, must be remembering wrong. I'll try to read more carefully next time. Thanks
ohh mb
Good day, I am struggeling with DNSmasq,
@main otter I converted your message into a file since it's above 15 lines :+1:
I revieve an errir if Bad address in line 24, but in YMLA there is no line 24?
also, the addon keeps on restarting
Post your configuration
Hey guys, is there a link anyone has to explain how I can roll back the last update to ESPHome? I'd like to test something.
Partially restore a backup of the previous version.
Or you download an older version manually and install that as a local add-on. Described in this video:
https://www.youtube.com/watch?v=yxbZAv0oYcE
I've got a backup called addon_5c53de3b_esphome_2024.5.2
Restoring that will take it back to the previous?
Yes
I'll watch the vid too, thanks
Just a little warning: reboot the HA host after restoring a backup (not just restart HA). It might behave weird without a reboot.
anyone using free games claimer add-on?
is there a known problem the the MQTT system in the latest release? since the beginning of may I am getting many errors and warnings about MQTT connection being down
I saw other people complaining, too.
Wanted to move to a pi4 instead of the 3 I was on. New install, restore and none of my addons will run. There was only 3 (file editor, ssh, and esphome), none of them will start?
Reboot the host (not just a HA restart).
ok, let me give that a whirl.
it's me complaining 🙂 yes, can't get it to work!
tried to reboot, didn't work. I even setup an entire new HA system on a new SD card to see if the problem is also on a new installation. Yes, it is!
I saw a GitHub isssue about it but it was addressed in 2024.5.5, which I already have and it’s still acting weird
My Silicon Labs Multiprotocol
Ad-on won't start up and get the following message
Error: Failed to probe running application type
s6-rc: warning: unable to start service universal-silabs-flasher: 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.
s6-rc: info: service mdns: stopping
s6-rc: info: service banner: stopping
Default: mDNSResponder (Engineering Build) (Apr 3 2024 12:19:10) stopping
s6-rc: info: service banner successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
[09:11:04] INFO: mDNS ended with exit code 4 (signal 0)...
s6-rc: info: service mdns successfully stopped
Who knows what could be the cause?
Problem occurs after the last update
I've got a dumb question because I have seen the answer to this somewhere already; but if I use addons that support single signon for user accounts, can I point them to HA to authenticate against?
👋 Hello Home Assistant Community,
I created the addon Homedocs, to document everything in and around your home with markdown directly in homeassistant.
Add it to your homeassistant with this repository
https://github.com/masterwendu/homeassistant-addons
Checkout my forum post:
https://community.home-assistant.io/t/home-assistant-add-on-homedocs/735151
Hello! I've lost the password to my UptimeKuma interface, and I'd like to know if anyone has a solution for resetting it, cause I'm running HAOS in a VM and i cant seem to find any way to access the docker interface to docker exec into the container.
Enter login in the VM's CLI or use the advanced SSH addon and disable its protection mode.
Both allow you to use the docker command this way.
It worked ! Thanks a LOT !
where ared the logs for the NGINXProxyManager addon stored? I know I can access them throught the GUI, but i am trying to find the actual location on the disk.
Can any one help guiding me to install the mariadb addon to my current HAOS with thanks. I installed the addon but at starting, i did not see the listening on the 3306 port
I am following the guidance from the addon documentation!
@valid sail I converted your message into a file since it's above 15 lines :+1:
I have done and fixed with additional provision of port 3306 on the configuration of the addon! thanks
Hey, all,
Does anyone know how to change the default location of addons' persistant storage?
The docs (https://developers.home-assistant.io/docs/add-ons/configuration/#add-on-script) say the addons can access persistent storage at /data. This currently maps on the host machine to /usr/share/hassio/addons/{slug}/data. How can I change where /data is mapped on the host (preferably without symlinks)?
So symlinks, then? 😆
No.
Can you help me understand how this usecase differs from using the network storage feature in HA and adding the directory as a config variable, namely, data_location? (This is what Jellyfin and Immich do)
It might break the Supervisor
Yes, I get that it is unsupported and could break something. I am asking for clarity on why. How does this usecase differ from a network storage? Are these addons I mentioned doing something unsupported?
One thing is a predefined mounting of network storage (and supported).
If add-ons are providing that feature, the developer has designed it accordingly.
Messing with the base OS data structure by the user is unsupported, because it has not been designed to be used that way and is not tested.
The underlying Docker structure is managed by the Supervisor. Every butchering might break it.
If you are developing an add-on: use the dev docs and the #devs_add-ons-archived channel for development questions.
If you are a user of an add-on: don't touch it.
That makes a lot of sense. Thank you.
Every re-start my node-red addon throws this error and looses credentials:
Error loading credentials: SyntaxError: Unexpected token � in JSON at position 1 Error loading flows: Error: Failed to decrypt credentials
What can be wrong ?
#node-red-archived may be better able to answer that
@cold shard I converted your message into a file since it's above 15 lines :+1:
I have also added git@github.com to the known_hosts file with ssh -T git@github.com.
I have also tried to create a key directly on the Pi with ssh-keygen and add that private key to my config and use the public key on Github. I've registered the key with ssh-add and manually cloned the repository on the Pi successfully.
Addon appears to be working now. I guess the logs weren't updating correctly or something...weird.
If I make a question on Home Assistant will this addon update back to Github automatically, or do I need to make changes on Github and let this pull/apply them?
Does anybody know where to put your scripts for appdaemon on HAOS?
I cant find any directories related to appdaemon
ah i found it!
Any chance a dev of this addon is here on discord? emhass https://github.com/davidusb-geek/emhass
Maybe. But it is less likely, they actively look in here.
Your chances might be higher, if you would use the forum link, they have in their own documentation.
Hello, I would like to set up AdGuard as a DHCP server at home. I cannot change the DNS provider on my router 192.168.1.1. I have installed AdGuard on Home Assistant, assigned a fixed IP address to my Raspberry Pi 5 at 192.168.1.101, configured my DHCP server, and when I try to connect a device to Wi-Fi, it gets an IP address but says it cannot access the internet. What should I do?
Home Assistant:
IP: 192.168.1.101/24
Gateway IP: 192.168.1.1
DNS: 1.1.1.1
DHCP server configuration:
Interface: end0 192.168.1.101
Gateway IP: 192.168.1.1
Subnet mask: 255.255.255.0
IP range: 192.168.1.2 to 99
What ip did the device get?
I test
On my android phone :
IP : 192.168.1.2
Gateway : 192.168.1.1
DNS : 192.168.1.101
But, no internet connection
Do you have a linux machine you can use to test? I can't exactly give you linux commands to troubleshoot with a phone.
I have fedora and termux on my phone
I can't ping 192.168.1.101 with termux
With my PC I can ping 192.168.1.101, but internet not working. I think its dns resolution the problem not DHCP server
I have DHCP address and 1.1.1.1 for dns and its work
See what nslookup google.com and nslookup google.com 1.1.1.1 says.
Not really much addon related. We should thread this. I don't have much more time today though.
alexis@fedora:~$ nslookup google.com
;; communications error to 127.0.0.53#53: timed out
;; communications error to 127.0.0.53#53: timed out
^C
alexis@fedora:~$ nslookup google.com 1.1.1.1
Server: 1.1.1.1
Address: 1.1.1.1#53
Non-authoritative answer:
Name: google.com
Address: 142.250.179.78
Name: google.com
Address: 2a00:1450:4007:813::200e
alexis@fedora:~$
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.
Thank you anyway.
@brave lake I converted your message into a file since it's above 15 lines :+1:
I'd recommend you check the last few lines of the last boot log: #installation-archived message
Please also share some information about your VM host system like free/used memory and the VM info like memory allocated to it and such.
Please also check your HAOS memory usage here: http://haos:8123/config/hardware
Thanks for the guidance – I added some more notes to a thread on my original message
discovered this repo and not sure how to install it's docker file into my home assistant VM: https://github.com/alex-vg/gmc3xx
# docker build https://github.com/alex-vg/gmc3xx.git
DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
unable to prepare context: unable to find 'git': exec: "git": executable file not found in $PATH
# apt
/bin/ash: apt: not found
# yum
/bin/ash: yum: not found
# apk
/bin/ash: apk: not found
# pip
/bin/ash: pip: not found
# ???
this is after i did login
You'd add the add-on repo and install that way - though it's quite possible that's not actually an add-on
Have you reached out to the developer?
https://github.com/alex-vg/gmc3xx is not a valid add-on repository
not yet; i can tho
Has anyone been able to fix this? I'm running the Mosquitto add-on and every 1-2 minutes my MQTT devices go offline and completely screw up my automations. Then at times it goes 12 hours without an issue until it starts glitching again, it's really weird
I've recently setup Music Assistant in my HA, got everything working except for playing music on my LG tv. The TV shows up as mediaplayer in HA and is selectable under Home Assistant Media players in MA, but I cant get it to play music. Is this an issue with LG specific?
tv shows up as; media_player.tv_woonkamer and is added to HA with the LG WebOS Smart TV integration
The Music Assistant Discord might know
boogers. I'm at the stage of overwhelmed where I'm trying to find a new organization/task capture/etc system instead of working on things and just discovered that there's a wiki in the add-ons store, but it requires a supervisor update (which was just released, of course) before I can install any more add-ons and I don't like to update on day one of anything
I guess it's good that it didn't work out, because BookStack doesn't really seem very wiki-like
Bookstack has been around a while. It requires an su update?
add ons won't install while a supervisor update is pending
Ah, I see
is anyone proficient with the nginx proxy manager addon? i have used it for remote access to home assistant for a while now along with some other services hosted on another machine (same network), but since getting a new router I cannot get it to work with the other services. ports 80 and 443 both open, home assistant is reachable externally just fine but my other services just won't work (504 gateway timeouts). it's as if nginx can't reach my home computer but i'm not sure how to fix that.. sorry if i shouldn't ask here - not strictly a home assistant issue, just not sure where to look! tried googling the hell out of it but i can't find anything.
i suspect i may need some sort of advanced config in there but i have no idea where to start
when did you reboot it?
also, nginx has a slack instead of a discord https://community.nginx.org/joinslack?w
reboot it? i installed a new router yesterday, rebooted it numerous times since after various attempts of troubleshooting
Do the other services still have the same IP with the new router?
nah changed IPs, I have amended them in nginx accordingly
Restarted the NPM after the change?
what do the logs say, both in nginx and on the other services?
2024/06/06 16:00:20 [error] 229#229: *63 upstream timed out (110: Operation timed out) while connecting to upstream, client: 192.168.50.1, server: nzbget.*.com, request: "GET / HTTP/2.0", upstream: "http://192.168.50.10:6789/", host: "nzbget.*.com", referrer: "http://192.168.50.198:81/"
this is the time out error on one of the services
upstream shows the correct IP for one of the services, referrer is the IP for NPM
home assistant is the only proxy host that works, but i'm guessing that's because it's on the same machine as NPM as it's running as an addon, so it can route fine
i previously didn't need any additional config for this so it's pretty confusing
theres no minecraft server addon is there? like actually running a server in the hassio os not running home assistant on linux in a docker
there's a minecraft integration, amusingly enough https://www.home-assistant.io/integrations/minecraft_server/
but that just displays stats about your server running elsewhere
yea but that just gives some info on the server
here's an unofficial one https://github.com/williamcorsel/hassio-addons
im about to switch from a rpi3 to a nuc7i7bnh
thx muchly ill give that a poke l8r after work tomorrow
GL
kinda wish it had more info lol
does normal hassio have dockerr thats what this addon seems to use
ive never messed with docker (sucsessfully)
well ill try it i gtg to sleep like an hr ago lol
Home Assistant OS doesn't allow you to run random Docker images, no
Hi Question im trying to connect my Athom lite to ESPhome, but i cant get it to work
i added my Wifi details in the secret
@jolly depot this channel is more about add-on functionality or issues and it sounds like you have a configuration problem using the ESPHome integration. ESPHome has its own dedicated discord server, as well.
I realize this was some time ago, but I have that exact problem on MS Edge. SCS will also not go to dark mode. Copy seems to work better on Firefox. Did you get any resolution to this?
Is there any good add on that handles reoccuring chores to different people
Grocy
hey there. I am using the wireguard client (https://github.com/bigmoby/addon-wireguard-client) to remotely access one of my clients homeassistant OS boxes. Today I got called that the box isn't accessible via the VPN anymore. I am now at the client, did all the updates and strangely it is still not accessible over the VPN. I can ping the box from my VPN server (ec2 machine), but when I try to curl the http page from the same VPN server i get timeouts after a few minutes.
Configuration wasn't changed, besides the software update, however it didn't work before the update as well.
Any ideas?
btw there's not really much support here for third party addons but maybe someone here also uses it
i don't really think its because of the plugin. I tested it by starting an inline python webserver on the homeassistant box (python3 -m http.server) and I can access this one from the VPN server without any problems. (curl "http://192.168.200.5:8000")
I cannot access the same IP on the Homeassistant GUI Port (curl "http://192.168.200.5:8123")
Current setup is:
http:
ip_ban_enabled: false
login_attempts_threshold: -1
use_x_forwarded_for: true
trusted_proxies:
- 172.43.0.254
- 172.43.0.1
cors_allowed_origins:
- https://xxx.yyy.zzz # online from Traefik on VPN server
- http://homeassistant.local:8123 # named local
- http://192.168.8.99:8123 # ip local
- http://192.168.200.5:8123 # ip vpn
hmm... seems to still be an issue with the VPN. If the pages that I return from the inline python server get bigger, I start not getting an answer through the VPN
Found it... it was the MTU of the network interface. The ISP of the customer did an update to the Router and the MTU of the VPN and the Router became incompatible...
Good Evening all. I have istalled the Apache minimal add-on and having some configuration issue. I am wondering if anyone has any experience. I am trying to get external access to the web server but it telling me "The request URL was not found". I can access it from the local network but from external unable. Thanks in advance
I can not find thew HTTPD.conf file. Or any files related to apache
So it installed but would not start
Forward the port in your router?
Is there a default password for the vlc add on to setup the intergration
There's a vlc integration?
Yes
Oh, for core
The VLC one is for Core, VLC via Telnet for all others
So what's it for? DIY casting devices?
Hmmm. Ok. I can see how others might like that
The UI of the add-on seems to be broken for some time. The backend with the media player is still working.
So I got an ESP32 today and flashed it with bluetooth proxy, it's found by homeassistant and imported. However if i then go to devices > add > Bluetooth i get:
No unconfigured Bluetooth adapters found. There are 0 ignored adapters.
But it's showing the proxy under Devices > ESPHome
I'm very confused why
Because a proxy is not a BT adapter. This is not add-on related
Well ESPHome is an add-on no? Then where is it supposed to go?
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 ESPHome add-on is just one way to run the management software
But as I said, a proxy will not be an adapter. It will still be an ESPHome device
So it's not possible to connect bluetooth devices thru a proxy only? I would need a bluetooth adapter too?
That is what the proxy is for (for BLE, not active pairing). An additional adapter is not necessary.
Can anyone help we with ESPHome ?
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.
I have a Raspberry Pi zero 2w, I want to use it for ESPHome. But he is not found.
hi, this is influxdb v1 or v2? https://github.com/hassio-addons/addon-influxdb
v1
thank you! how can i export the datas from this influxdb addon and import to another (preferable v2) separate influxdb running in another vm? (my ha+mariadb+influxdb+others backup is very large, id like to separate the databases from the ha)
#analytics-archived might be able to help with the database migration
thank you
i feel like an idiot - is anyone running Music ASsistant 2.0? I installed the addon, got it configured, but cannot figure out how to add anything to my dashbaord. No cards show up. I didnt see any in HACS either
Music Assistant has it's own UI that you open by clicking on "Music Assistant" in the HA sidebar. There aren't any cards for the dashboard, though I believe there are entities that you can use for automations.
Is there any way to access addons with own ports as url path (my ha is already reachable as https://myha.de) ? http://ha.local:8023/ --> https://myha.de/newaddon
This should be able to do it: https://github.com/hassio-addons/addon-nginx-proxy-manager
I don't use it right now so no direct link but I remember having issues figuring out how to use a path like that when I played around with it: https://www.google.com/search?q=nginx+proxy+manager+subfolder
The nginx proxy manager is a good example. It is reachable via http://myha.local:81 how could i reach it via http://myha.local/nginx ?
The admin GUI is at 81. The proxy listens on normal HTTP(S) ports.
How could i rediredct any addon installation with own ports into a subfolder? AddOn X uses Port 123 i want it on http://myha.local:8123/subpath
Ok, i see. Relly special my question is.
Not a lot of people want to do what you're asking, so not a lot of people know if it's even possible
I doubt very much that it is possible, but somebody else may know a way
The reason is i don't want open many ports in my router. I could reach my HA instance via a https address. Addons like Zigbee2MQTT are reachable but tasmoadmin not (only via port 9541). I think Addons with an own port are not fully integrated. Therefor i serach for an solution. Maybe change some configs? 😦
Add-ons have to support ingress
I recently (yesterday) update to the latest version. Since then I cannot access the addons page anymore. Is there any known issue? I run HAOS and http://homeassistant.local:4357 states supervisor: disconnected. Also I cannot restart via the UI. Anything I can try before I pull the plug?
Open a terminal and try the command ha supervisor repair. If that does not work ha host reboot and if that command fails, try reboot.
only reboot on 22222 worked 😦
or at least didn't result in a timeout, let's see if it fixes the issue.
Ok, reboot did fix it, thanks!
Would there be a benefit to hosting my MQTT broker on a separate server, rather than using a HA addon?
same with Node-Red, except with node-red I'd also be concerned about still having access to HA nodes and custom entities.
Personal preference really
Right now I am running HA with HAOS on an RPi, but am looking to upgrade in the future to running it on a normal Linux server using like container or supervised. Though Im not really clear on the differences between HA container and supervised. I can see the breakdown on https://www.home-assistant.io/installation/#advanced-installation-methods , but not really sure what differences are in like pros/cons.
😶
There's no upsides, there's only downsides
@worldly cliff When using Discord's Reply feature it defaults to pinging the person you reply to, which can get frustrating for the target. Use Shift + click on the Reply option, or click @ ON to @ OFF to stop this - on the right side of the compose bar.
You have to change this every time (thank the Discord devs for that).
MB, yeah I like always forget.
So i guess I'm concerned a bit about not having the "addons" since they run as containers from my understanding, but I'm not sure how I would do things the addons allow such as "file editor" and "terminal ssh" without those connected addons. Mainly the terminal access I guess since HA seemed to have ssh access locked down apart from those addons. Also I'm not sure how HACS would work with HA container.
Well, you only need the SSH add-on because HAOS doesn't have it in the OS
All others exist as containers
And ... HACS works just fine
So ssh only needs the addon because HAOS purposely removed/disabled the ssh access and privileges? Just running it as HA container would allow me to SSH and have same privileges as any other container with sudo or adding root access?
sorry, did it again
Yes
Ok, so if I plan to move to HA container in the future, would you just recommend waiting until I do that migration to mess with moving MQTT and Node-Red to their own containers, then I would just set them up at the same time on the same server or whatnot?
Probably - migrate MQTT first, possibly by bridging the old and new brokers so you can migrate things one at a time
Gotcha, but with the MQTT broker and Node-Red not managed by HAOS, I'd need to set up certs or something for a secure connection to HA I'd presume, right? Also for Node-Red, would all the HA nodes work like they currently do? I mean for nodes like the State node, it has a selectable "Server", but for like the custom entities node, I don't see anything like that.
Only if both of those use SSL already
Mosquitto almost certainly doesn't
#node-red-archived can help with the Node Red planning
Thanks so much. You did it. HACS repository: https://github.com/lovelylain/hass_ingress
Ok, thanks for the help
Previously I used Airsonos without any issues, but I don't see the airsonos.xml file anymore. I uninstalled and reinstalled the add-on, but without avail. I also created the file manually, but I just don't see any entries anymore. The add-on does work on itself, but I want to exclude some Sonos devices, did anyone experience this before?
I am getting a lot of Warning messages in my DuckDNS log with no text.
[19:04:43] WARNING:
[19:44:45] WARNING:
[19:49:46] WARNING:
any ideas why?
Hi, can somebody please help me installing "HassOS I2C Configurator"? I have added the repository "https://github.com/adamoutler/HassOSConfigurator", but in the add-ons, there is nothing under "HassOS Configurator".
I don't see any "mass.play_media" service call in my automation builder.
I have music Assistant installed and the web gui works
Have you installed the HACS integration?
I'm not sure if this is the right channel but does anyone have experience with roku_card?
Sounds like a #frontend-archived card. The people in that channel might be able to help - just post the actual question there.
Thank you
Yes, I added the HACS music Assistant to my Yellow, and I can access it from the left hand list.
The left hand list is the add-on. There is an additional integration, which provides the service calls
That has to be installed and configured
I thought that was supposed to be installed with the process?
Maybe it wasn't? 
Where do I find it?
https://my.home-assistant.io/redirect/integrations/
It should be called "Music Assistant (BETA)"
Ok, so I thought that was an alternative BETA Channel release.
do I need Music Assistant (BETA) and Music Assistant both installed?
Music Assistant add-on and Music Assistant (BETA) integration. They work hand in hand
#integrations-archived integrate Home Assistant with devices or services, or provide functionality within Home Assistant.
#add-ons-archived provide additional software or services, which an integration could possibility integrate with. Add-ons are for Home Assistant OS and Supervised only, other install methods can install software other ways.
It appears to me that the integration is Only available with the BETA add-on?
No
"Go to HA Settings>>Devices & services>>Integrations and click the big + ADD INTEGRATION button.
Look for Music Assistant and click to add it.
If Music Assistant does not show, refresh your browser (cache)." I did this and did not see the integration
ok... so the problem was that I had installed the Music Assistant Server ~~HACS ~~Add-on, and did not yet install the Music Assistant HACS integration, because I thought the instructions were the same as the step I had already done to install the add-on (even though the UI clearly states that "there are no add-ons in HACS"
Thanks for your patience
the identical naming for the BETA integration and the BETA server add-on did not help the situation.
I have success.
Can anyone familiar with the ring-mqtt (Ring alarm) addon confirm whether it's possible to create an automation that 'snoozes' a camera (turns off motion events and prevents camera lights from turning on when motion is detected)? I'm going to explore and test, so apologies if this is a lazy question; just wanted to know if it's a waste of time to try, or not. Thanks!
anyone using diyhue? After it connects to my hub I press continue and then it says no hub detected
Hey all, I have HASS Core installed through a docker container. I'm looking to follow this guide to get my Govee devices set up, however I cannot install the addons. Is it still possible to do this but by running the docker containers included on the Github page?
Yes
Hi, I just set up 6 shelly plus 2PM for shutters. 3 ones are shown correctly with percentage level. 3 ones (all in living room) are working, percentage is shown in settings/entity, but in the card, the opnening level is "unknown". How to solve that? I did a restart of Home assistant and all shelly devices.
@pliant heart #integrations-archived integrate Home Assistant with devices or services, or provide functionality within Home Assistant.
#add-ons-archived provide additional software or services, which an integration could possibility integrate with. Add-ons are for Home Assistant OS and Supervised only, other install methods can install software other ways.
You wanted the #integrations-archived channel
Ok thank you
terminal - does anyone know how i can save the output of a ping to a txt file with terminal?
i used it to ping a certain ip over a couple of days for some tech support. but now i dont know how to get the 18k lines of ping out of homeassistant and into an email 😄
thanks @jade wing
two questions here:
- i guess its wringting that somewhere into my hass instance, meaning i can access/find that txt via file editor?
- what am I doing wrong here:
ping -i 15 8.8.8.8 > googleDNSping.txt
googleDNSping.txt is in the folder you ran that command from
You should have run it from /config
If you didn't just move it to /config
Does anyone know if you can increase the volume of the Spotify Connect Add on?
got its. its working now. thanks mate.
Maybe a stupid question. I am thinking about selling a product that would be nice to be able to read/control from HA. Is that difficult to do, perhaps with an ESP32?
If it runs ESPHome, or Tasmota, or supports MQTT then HA has #integrations-archived for all of those
Nice, so that should be quite easy then. There's no licensing fee? (I guess not since this is open source). Would I need to publish my code to the domain?
Licensing for what?
For being able to connect to HA
No
No need to publish the code, but expect pushback if you don't
Lots of people won't touch a product that uses open source without giving back
Ok, sounds fair.
Even more so if you use ESPHome or Tasmota
I like the idea about giving back 🙂 Thanks for the help
I am trying to get the WhosAtMyFeeder add-on to work but it always fails to open the model file. I don't know how to determine if this is a path or permission problem. Has anyone had success with this?
That is something for #frontend-archived
and long-deprecated
you haven't needed to put resources in that file for like 5+ years
I'm trying to incorporate this addon into my Hass Core setup running in a docker container, but I'm running into issues. I've included the compose.yml file into my home assistant compose.yml and that runs fine. Govee2mqtt sees my devices through the API I've included, but it cant connect to them. I tried following this guide and got that running through docker as well. The probelm I get from that is "Error: Connection Refused". I checked passwords and everything looks good. I know next to nothing about mosquitto so this is new to me. Any ideas why I'm getting connection refused?
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.
HA Container instances don't have add-ons
And the things you are asking are not add-on related
MQTT is an addon throught the add-on store in HA, so I figured it would appropriate to mention here. What channel would this fall under?
One of the Mosquitto or Govee2MQTT support contacts or maybe #general-archived . With a big maybe, as your issue is not HA software or integration related.
Or are you talking about the MQTT integration between HA and Mosquitto?
I believe it's MQTT at this point. I redid mosquitto for use with Hass's MQTT and I'm getting an "Failed to connect", even though I can verify mosquitto running
Is Govee2MQTT failing or the HA integration to MQTT?
Well I looked into it and had to decrypt a file so it can (supposedly) work. I'm getting errors from both HA and Govee2MQTT
Govee2MQT says "Caused by hostname resolution error" and HA says "Failed to connect"
If both fail, the common denominator is Mosquitto
#integrations-archived can help with the MQTT integration between HA and Mosquitto. But that channel is not for fixing Mosquitto itself
Here is a link to the Mosquitto community forum
https://forum.cedalo.com/
Awesome. Thanks!
@minor sentinel 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.
OK OK OK @jade wing I get it 🙂
OK, so, adding "prometheus:" to my configuration... generates data that prometheus can understand... But ISNT actually prometheus. Can I just grab that info with Grafana instead?
No.
so, i need to add a prometheus instance to gather that exposed data then have grafana grab it?
so, how does one add prometheus to HAOS?
Correct.
Grafana queries data sources: https://grafana.com/docs/grafana/latest/datasources/
Prometheus queries metrics. The prometheus integration provides metrics.
You find or develop a prometheus addon.
is there a recommended prometheus add-on?
🤷
ok, kindda gotta come back to this as the docs say to "look it up in the add on store" but Prometheus doesnt exist in the add on store...)
Then you get to Google
i have been... when i ran out of google, i come here
all im trying to do is run prometheus on home assistant. its supposedly supported.
yes, thank you.. i too am capable of googling
Apparently not
The installation of this add-on is pretty straightforward and not different in comparison to installing any other Home Assistant add-on
you sent me all the stuff ive already read
So, install the add-on?
I CANT ITS NOT IN THE ADD ON STORE
Sure you can
i mean, seriosuly... you think someone gets to this point and didnt power it off and back on?
no... it isnt in the add on store
a custom repo that comes back as dead...
could you point me in the direction of a custom repo THAT WORKS?
id post screen shots of the "official" one not allowing me to add it in HA to my repositories
hello i use piper and want to use a custom voice i found on huggingface i have the model onnx file and the onnx.json file, i saw for custom voices i have to put them in a folder in /share/piper and i did that but i stil cant find the model, can someone tell me what im doing wrong or missing ?
#voice-assistants-archived can better help there
well, as painful as that was... thank you. adding a third party repo allowed me to install one of the core apps for HA.
Except it's not a core app
according to the label it is.
ty mybad
id upload a screenshot, but, you can probably just google it
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
It has been... it isn't anymore (it is archived)
still labeled core.
you can google it

yeah, i dont know either. im not a dev. not my problem
That's not an "I don't know". More an "I don't care"
just letting the commuinity know that.. it IS still labeled as a core service. what you do with that information is on you.
correct: i do not care. honestly, with the fight you all made me do to get sucxh a simple answer doesnt really encourage me to go out of my way to help... I thought i'd try to make it a little more palatable, but correct: No fucks given.
gonna go tit for tit here and tell you to google it like you did to me.
I don't remember to have used the word "Google" today.
i believe it was Tinkerer that came in swinging with that shitty remark
How to disable a add on, without access to the local or any other web ui? So the local ip doesn't work. Thanks
Do you have SSH addon installed?
if no, connect a keyboard and monitor to your system and run the command that removes or stops the addon
I don't, so it's enough to plug a monitor and keyboard to the Raspberry Pi and i can delete the plugin from there?
Yes, plug in a keyboard and monitor and use the hass CLI to stop the addon, or remove it
I ordered a mini hdmi adapter, will try it tomorrow, thanks.
Hello, recently I started using MariaDB with MySQL Workbench. I can easily connect to it using my local IP, but I subscribe to Home Assistant Cloud. How can I access it via the Home Assistant Cloud link on MariaDB using MySQL Workbench?
hey guys, anyone out there use QBittorrent with PIA and have gotten it to work? (In HAOS)
why is home assistant not accepting the reposatory
i am trying to install frigate to set it up as my nvr for my old phone camera
Because this is the wrong repo: https://github.com/blakeblackshear/frigate-hass-addons
oh
thx i am a dumbass
also out of curiocity whats the repo for visual code studio saw thats usufull for making configs in ha
I could check but since it comes enabled by default I don't see the point.
what?
VS Code requires no third party repos. Well at least not other ones than what HA comes with.
so its on the addon store?
Yes. I thought I made that pretty clear.
then its not appearing in mine or i am blind
it's called studio code server now
nvm
yea i hate that i have gotten used to calling it vs code
the only thing i am confused about now if there is an official intergration for frigate or i get it from hacs