#add-ons-archived
1 messages · Page 1 of 1 (latest)
@raven tinsel I see you maintain a lot of the add-ons in https://github.com/hassio-addons/repository. Thank you so much and great job! I have a quick question: I'm using the home-assistant container install (for various reasons) and we're naturally excluded from extensions. I recently tried to find a work around. For instance for the vscode extension, I'm running the codercom/code-server image manually in my docker-compose.yml file and then embed it via panel_iframe. It looks pretty similar to the actual supervised vscode addon but has a few differences.
- I see that addons are using a hassio container registry like this image:
ghcr.io/hassio-addons/vscode/{arch}, but I don't think we're able to download these right?
╰─ docker pull ghcr.io/hassio-addons/vscode/amd64
Using default tag: latest
Error response from daemon: manifest unknown
How does the supervised install download these?
2. how is SSL termination and authentication handled for supervised addons? With panel_iframe I can only embed what's accessible via the browser already, so I need separate SSL and authentication for every app, but that doesn't seem necessary for supervised addons. How is the embedding into the home-assistant UI done and can it be done by running my own docker container as well?
Or to summarize my question: Can I replicate what the supervised install is doing via a few more services in my docker-compose file and some HA config?
You cannot use my add-ons without the supervisor
they communicate with the supervisor API
(Which you don't have)
Use the code-server containers instead
You can't replicate the Supervisor Ingress feature, as that is a specific feature and play between HA <-> Supervisor <-> add-on
hi, I am trying to add a rest_command service to homeassistant, but it doesn`t show as a service on the developer tools ui. I added the followind to configuration.yaml:
rest_command: !include_dir_merge_list rest_commands
and in rest_commands/command.yaml:
set_cmd:
username: !secret rest_username
password: !secret rest_password
url: "http://IP.IP.IP.IP/outpoe.cgi?poe={{tomada}}&sts={{status}}&pr=0"
is there somthing else I need to do for it to show as a service (rest_command.set_cmd)?
This is an #integrations-archived
k, I will post it there
Hello. I am trying to get zerotier running on hassbian, but it is stuck at the Starting ZeroTier One... line
I have several other devices on the network which are all authorized without issue, but the rpi/hassbian just wont appear in the ZTO control panel list of devices
I am lost and dont know how to proceed, port forwarding on openwrt didnt help either...
Any help appreciated, thank you
Hello guys, i tried to install diyhue addon in home assistant. Unfortunately it doesnt install. I get this message: ./web-ui/' returned a non-zero code: 1. Can anybody help me out!
?
And this: /bin/bash -o pipefail -c mv /diyhue/
@raven tinsel I see, thanks for the explanation. Maybe I have to spend a weekend then to change my install from container to OS. Please let the backups work 🤞🏼
I trying to use the ESPHome addon to interface with an ESP8266 and LED Matrix. The device connects, and I was able successfully flash it via ESPHome. I can add the device using the IP Address and Encryption key, but it doesn't appear with any sensors attached to allow me to change the LEDs.
YAML and Logs:
https://pastebin.com/uJh2waMz
Does anyone know if Plex Media Server Add-on can be added to the sidebar instead of opening in a new tab?
Found it.
panel_iframe:
plex_media_server:
title: Plex Media
icon: mdi:plex
url: !secret
Hello i have just installed the FTP service, but am having issues trying to connect with FTP Client - WINSCP. It says host is not found when i can confirm 100% that the host is correct. I have ensured the service is running and even tried reinstalling it
hihi
I can't seem to add user (can't find the feature under configuration) after installing mosquitto broker. can someone guide me pls
hello?
hi im having problems with plex sever, i cant seem to play media in automations but the plex clients ie, google TV can streem fine. what am i doing wrong?
@stark wigeon HA users are added by default, but it is there on the add-on's config page
@sly kindle but I cant see it at the config page. Anyway the integration to mosquito broker failed. Cant possible cause that you can suggest
Honestly I only did a add-on and install and change nothing else
From the doc, it said I must add user but I cant find it
Exactly what u showing
"logins" is where you add users
But you don't have to add users if you configure your mqtt clients to use any HA user that you have
How do I chk if I have configured that?
You have a home assistant user because you are logged into home assistant
@sly kindle I restart my vm where I run HA and it works now
How do I add the username and pw if the client requires for one?
You can enter your HA user and password.
Or you can create a new ha user just for that purpose
The broker has all of those as usable credentials already
Arhh.. the username and pw is diff from my existing HA acc. So I need to create a new HA user with the same username and pw as what have been defined within the client config
You can do that too yes
Or you can change it in the client
Won't you have to at least change the location of the broker in the client anyway?
IP address of the broker, for example
The ip address of the broker is the same ip as my pc am I correct?
Whatever IP address gets you to home assistant
The broker is running on that same IP address
Arhh. I am using local
That's just a friendly name for an IP address
It's not an either or
You are "using" both
For that am I correct to check that under my network n internrt setting under ipv4?
Yeah you could check there.
Alright ser, let me do some mqtt publishing to my client to see if the client receives the topics
Thank you ser for your support
Hi all, anyone using 3DPrint add-on by Fredrik?
Can't install homeassistant/amd64-addon-configurator:5.3.3: 404 Client Error for http+docker://localhost/v1.41/images/homeassistant/amd64-addon configurator.5.3.3/json: Not Found ("no such image: homeassistant/amd64 addon-configurator:5.3.3: No such image: homeassistant/amd64-addon - configurator:5.3.3")
Solution
hi just wondering why this error appears:
Configuration errors detected:
bad indentation of a mapping entry (4:15)
1 | type: picture-elements
2 | elements:
3 | - type: state-icon
4 | tap_action:
-------------------^
5 | action: toggle
6 | entity: switch.kitchen_bench_lights_plug
Home assistant add ons not installed
Can't install homeassistant/amd64-addon-configurator:5.3.3: 404 Client Error for http+docker://localhost/v1.41/images/homeassistant/amd64-addon configurator.5.3.3/json: Not Found ("no such image: homeassistant/amd64 addon-configurator:5.3.3: No such image: homeassistant/amd64-addon - configurator:5.3.3")
This error
hi
i have problem publishing msg from my broker to my client using Mosquitto Broker on HA running on VM
the msg never received by my client , which is running on a Pi
what could be possible remedy?
@sly kindle u still there?
or anyone who is avail to help
many thanks in advance
.
What is the best way for doing automations? Just use HA automations or use Node Red? If there are better ways please let me know
There's no 'best', just personal preference
You could write them in Python if you want
The best way is the way that works, and you understand how it works.
hey guys, I got a question. Is it possible to get the "stream" option in the NginX Proxy Manager addon? I really like to use it for ssh tunneling.
does anyone have a way to continue isntalling the portainer plugin ? I'd like to at least look at the running containers and debug a few things, I'm running haos latest within a PVE VM and I'm really struggeling to get any kind of real access to the underlying docker. Even enabling the 22222 ssh service doesn't work for me with a usb stick added to the VM and my authorized_keys file in there it doesnt start anything on port 22 or 22222... So looking at other ways to expose the docker socket and connect to containers, see what's inside and such...
Hi, anybody that uses Yale smart hub and doorman in ha?
I currently use Yale doorman together with the Verisure modul. It is working, but there is a delay when it is unlocked until ha get the info. So I was wondering if the Yale smart hub was faster to get the into to ha.
Hi, i am having issues with the diyhue addon. I am only able to connect with hue essensials app and not with the Hue app. The hue app finds the emulated Bridge but when i click on Link button nothing happens. With hue essensials i can establish a connection. But when i click on search for lights button i get this error: 2022-07-25 13:21:11,364 - services.homeAssistantWS - INFO - HomeAssistant WebSocket discovery called
2022-07-25 13:21:11,365 - services.homeAssistantWS - WARNING - Home Assistant Web Socket Client disconnected trying to (re)connect
2022-07-25 13:21:11,378 - services.homeAssistantWS - INFO - Home Assistant WebSocket Connection Opened
2022-07-25 13:21:11,378 - services.homeAssistantWS - INFO - Home Assistant Web Socket Client connected
2022-07-25 13:21:11,379 - services.homeAssistantWS - INFO - HomeAssistant WebSocket discovery waiting for devices
2022-07-25 13:21:11,381 - services.homeAssistantWS - INFO - Home Assistant Web Socket Authorisation required
2022-07-25 13:21:11,383 - services.homeAssistantWS - ERROR - Home Assistant Web Socket Authorisation invalid: {'type': 'auth_invalid', 'message': "Auth message incorrectly formatted: extra keys not allowed @ data['id']. Got 1\nnot a valid value for dictionary value @ data['type']. Got 'get_states'"}
2022-07-25 13:21:11,386 - services.homeAssistantWS - INFO - Home Assistant WebSocket Connection Closed. Code: 1000 Reason b''
Can anybody tell me what the problem could be?
Is there any reason ws:// web service URLs would just completely not work for me? I just set up zwavejs2mqtt and it's exposing a ws endpoint bound to 0.0.0.0:3000, but when adding the zwavejs integration, ws://localhost:3000 does not work. I also noticed that trying to connect to the general /api/websocket URI as a web service does not work (but I can hit it on https/443)
Figured out what was going on for zwavejs2mqtt, looks like the addon container does not expose a port by default to the host.
My nodered addon takes lot of time to startup after host reboot. (it restarts fine..but take too long). I checked its log, its not that it has lot of work to do, but the starting point of nodered booting (in NR logs) is 3minutes after HA web interface is visible and all else fine. All other addons start fine (i dont have more than 3).
Can i do something to speed up (NR is important for me) or check whats wrong or some script to start it quick?
Reboot takes 3 minutes on my Pi +6 minutes NR takes. Thats a lot of time. So asking.
Why are you rebooting your host so often? 🤔
Hi, Im trying to say something with mpd and then play music again with https://community.home-assistant.io/t/tts-to-media-player-and-resume-stream/128092 But im stuck with https://github.com/rogro82/hass-variables
HA cant see the varible service
Unable to find service variable.set_variable is the message
Hi, I hope someone can help me here. I am trying to install samba using an windows 11 computer. I have my HA on a raspberry 4 and want to access the files to later connect a harddrive for plex.
When I try to add a new network drive in my explorer, it doesnt give me acces and opens the username&password window over and over again. I am so confused, what am I doing wrong?
nevermind, I just created a shortcut with the local IP Adress of the HA Server and added it to my explorer. Works now
Hello everyone. I am trying to verify the email through the Bitwarden addon, I receive the email just fine but when I click verify , it resolves to an old local HA IP address that has been changed after setting the addon about a month ago. How can I change that old IP to the current one?
Hi - does anyone know how to assist with this motioneye network share issue? https://github.com/hassio-addons/addon-motioneye/issues/310 The issue was created last year by someone else but it's now closed, I'm unsure of a solution - but I have this issue with the latest motioneye and HA versions.
@weary dust https://www.windowscentral.com/how-access-files-network-devices-using-smbv1-windows-10 this may have helped btw
Hello everyone. i wanted use PUTTY for SSH after have installed the addon TERMINAL & SSH, but i dont knwo where find the AUTHORIZED KZYQ asked in configuration. and Packages?
@celest root you generate your own keys. alternatively you can use a user/password
packages are a choice, not a requirement
If I lost the admin token for Bitwarden, do I have to reinstall the whole addon from scratch to be able to edit settings?
@indigo granite step 8 in the addon docs
Be sure to store your admin token somewhere safe. The add-on will never show it again!
It is initially shown in the logs at setup
hello
after testing to install "thelunge" add in i can not get into HA again. I have tried to use ssh and can not get in there either. Since i have installed the HAOs on a microSD and later on moved it onto a SSD drive i put another microSD into it and using a plain Raspbian i can now access the disk with configs for HAOs. How do i turn a add on "off"?
the configuration.yaml does not contain any references to the add ons from what i can see
strange.. just got in and hastly taking backups. 8 )
#cogneato if in the configuration i create just a password, that not works. https://gyazo.com/e19c60cfbef184ad555ed9192ed56b57
and you speak of generate my own key. How i to do this?
sorry @sly kindle
I'm trying to add the Mosquitto broker addon from https://github.com/home-assistant/addons, but I can't seem to figure out where I can install them. The repository says
Add-ons can be installed and configured via the Home Assistant frontend on systems that have installed Home Assistant.
but never actually specifies where that is, could somebody point me to where to find that?
@unique veldt Settings > Add-ons >Add-On Store
Add-ons are for HA OS and HA Supervised installations. Not Python virtual environments or HA Core Container
ah, ok
Hello all!
I have a problem with a fresh install of node-RED addon. The node-RED add-on crashes almost at the end of the startup prodedure. This is the Log info i get:
27 Jul 08:21:04 - [info] [hue-bridge:Philips hue] Subscribing to bridge events…
27 Jul 08:21:05 - [red] Uncaught Exception:
27 Jul 08:21:05 - [error] ReferenceError: err is not defined
at EventSource.scope.events.<computed>.onerror (/config/node-red/node_modules/node-red-contrib-huemagic/huemagic/utils/api.js:157:102)
at EventSource.emit (node:events:527:28)
at _emit (/config/node-red/node_modules/eventsource/lib/eventsource.js:257:17)
at ClientRequest.<anonymous> (/config/node-red/node_modules/eventsource/lib/eventsource.js:143:9)
at Object.onceWrapper (node:events:642:26)
at ClientRequest.emit (node:events:527:28)
at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:631:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
at TLSSocket.socketOnData (node:_http_client:494:22)
at TLSSocket.emit (node:events:527:28)
[08:21:05] WARNING: Node-RED crashed, halting add-on
@pale helm posted a code wall, it is moved here --> https://hastebin.com/buhuqomeho
I deleted and reinstalled the addon several times, but no luck. Does anyone has an idea or can help me with this?
I did a fresh install of HAOS and restored an backup of my previous HA Supervisor install. Thats why all my old node-red node modules are recognized, including this node-red-contrib-huemagic.
Please can anyone help me, perhaps how to remove this node-red-contrib-huemagic...
Update. I found how to start node-RED in safe-mode (use safe_mode: true). Trying to delete the nodes which use node-red-contrib-huemagic...
Hello, my Koogeek Socket P4EU supports statistics for wattage, currently I have it integrated over a Homekit Controller, is there anyway to get the data into HA?
Update 2. I found this item: Remove in-use palette
https://discourse.nodered.org/t/remove-in-use-palette/38546
But i am not able to remove the node.
I went in Terminal and deleted /config/node-red/node_modules/node-red-contrib-huemagic, deleted the entry for this node in package.json and restarted node-RED.
That did not the trick, but now i could reinstall the node and that was successful.
Hope that it stays taht way 😉
Question: Is there a way to use npm from the Terminal command line? When i go in Terminal to the nodered folder and give npm, the command is not recognized...
Hi ! my addons repository list is empty, but when I try to add "Community Add-ons" I have an error that the repository is already installed .. I'm going MAD 😭
I already tried to restore a backup of a previous version ... nothing ! the addons repositories ( the original hassio and the comunity add-ons) are disappeared from the gui ... so I can't install new add-ons and I can't update the add-ons already installed ☹️
this screen is blank for you?
@lean geyser You can try ha su repair from the ssh command line
Yes, blank
I already tried with repair ... nothing happen
then ha su logs
I can't attach picture 😫
I did not have a blank screen
(missing repo, already installed)
I was just missing the community addons
Do you remember how you fixed it?
I was thinking the same, but I don't know which file I have to edit
There's a long-standing, unresolved issue with repos mysteriously disappearing, but adding them back manually has always helped for folks I've seen. First I've heard of them being completely gone
For me I couldn't add it, because it said it was already added
But the addons were not visible
Is the same for me 😩
looks like /mnt/data/supervisor/store.json
I fast
Haha, I was on the phone, so I claim a handicap 😄
(As in, my mother wanted to talk to me, run away!)
So, let me write this up a bit differently so we could pin it and/or easily find it again:
I'll try!
Need to go in through the console, not normal ssh
If the community add-ons are not visible, and you get an error message when adding the repository:
You need to edit /mnt/data/supervisor/store.json (via the console, so ssh to port 22222 is the best way).
Remove the line for the community addons repo https://github.com/hassio-addons/repository (you can use the dd command to delete an entire line in vi).
Then reboot the HA supervisor/host. After that, the addons may be restored automatically, but if not, adding the repo should no longer fail.
To enable ssh via port 22222: https://developers.home-assistant.io/docs/operating-system/debugging/
one more 2
Dang it, so close 😛
and a link to the docs to enable that would be good
Sorry, but also what to edit 😬
Better?
I have "local", "core", and https://github.com/hassio-addons/repository lines
(along with some others that I added)
Being able to delete the entire line in vim mode makes that a heck of a lot easier, fortunately. Though, people should be careful to make sure the JSON is still intact
But, as this is the second instance of this happening recently, I'm going to open a bug for it.
I assumed I had messed something up and/or my poor connectivity to the internet at the time had broken things in some odd way. But someone else seeing the same issue is unexpected.
Thanks for writing it up. You can edit if needed and the pin will always reflect the latest message
No worries. This is an odd bug indeed. Hopefully we can fix it and remove the pin
It work for both the community repository and the hassio repository ?
I only did it for the community repository. Core addons were present and I would strongly advise against removing those.
My problem is that I don't have community and Core repository ... I tried with ha supervisor repair ... but nothing changed 😩
I tried to restore some old backup, but nothing
did you try the instructions that Rosemary wrote above?
I did open the issue, as a note: https://github.com/home-assistant/supervisor/issues/3754
Not yet, I'll try later
Does anyone know how to configure a separate mariadb for use with home assistant? I can't find any documentation because of the add-on being so simple.
You just need the DB URL. It'll be pointing at a different host, but that's the only difference.
https://www.home-assistant.io/integrations/recorder#db_url
mysql://user:password@SERVER_IP/DB_NAME?charset=utf8mb4
If you need a bit more of a guide everything smart home on YouTube has a tutorial video on it
on making a separate MariaDB server? (not installing the add-on)
Did you mean this video? https://www.youtube.com/watch?v=NgAs5CFLpks
No it’s by everything smart home lol
ah i misunderstood your question then
no worries
I just need a few tips on the cli and settings for creating the database, just don't know exactly what home assistant needs because the add-on does "it" for you
(I've already built a separate mariadb instance)
you mean like create table blah blah all the actual config?
should be able to follow any guide online
just name it and give it user and pass with whatever you want
I think that if you pass the address of your database as Rosemary said and you give the name of your the database you have created, mysql://user:password@SERVER_IP/DB_NAME?charset=utf8mb4, the addon will create in your database all the tables it will need. I don't think that you have to di something else.
Hi !! I have my add-ons back to life 🙂
I had to do something different: I didn't read yesterday about the USB key ... and I'm at work now, so was impossible for me plug the USB key ...
so ... I "entered" in the supervisor container with "docker exec -it hassio_supervisor sh" and there, looking around, I found a store.json file under /data.
There was four line:
Core
Local
https://github.com/hassio-addons/repository
https://github.com/esphome/home-assistant-addon
I remove the last two, reboot the raspberry ... and now I have the list of the add-on and the underline for the ones I have to upgrade.
There is still something weird: I executed a "ha su repair" ... but still the list of the repository is empty !! I see the add-ons, but not the repositories.
In the evening I'll try to add the public key to enable the access to the 22222 port, to check if there is another version of the store.json file somewhere else!
Thank you very much !!
Ok, the store.json I reached from the container is the same I reached via ssh to the 22222 port, now I have only Core and Local ... I still don't see Repositories from the GUI ... but I have the list of the add-ons of the Official and Community repositories 🙄 🙄
For now is fine, I'll work on it after the Holyday ...
Thanks again !
Regards
Hi! I’m using the official WireGuard add on and my VPN works great except when using a specific Wi-Fi (and my wife’s parents house). When I’m there I need to tether via my phone to make the VPN work… Any ideas what might be wrong?
Hm seems to be that the subnet is the same 🤔
since ~ 72hours HA has been rendomly rebooting and It seems to correlate to MariaDB havind connection errors.
Every time there's a reboot I find this in the logs
2022-07-28 14:11:14 60 [Warning] Aborted connection 60 to db: 'homeassistant' user: 'hassio' host: '172.30.32.1' (Got an error reading communication packets)
2022-07-28 14:12:40 63 [Warning] Aborted connection 63 to db: 'homeassistant' user: 'hassio' host: '172.30.32.1' (Got an error reading communication packets)
2022-07-28 15:58:54 65 [Warning] Aborted connection 65 to db: 'homeassistant' user: 'hassio' host: '172.30.32.1' (Got an error reading communication packets)```
note that there are multiple of these errors per "event" and each time a minute or so later HA reboots
Not sure what's actually wrong or broken and what to do...
Home Assistant 2022.7.7
Supervisor 2022.07.0
Operating System 8.4
Hey, anybody else having issues with the latest version of AdGuard Home community add-on by frenck? I can not open the web UI. As soon as I try to open it, I get an internal sever error and the add-ons is stopped. I am running HA 2022.7.5, Supervisor 2022.07.0, HAOS 8.4
I am not seeing any errors in the add-ons log
hmm, it appears that WebUI is working when I assign a port and fire it up externally, only ingress seems to cause the 500 internal server error
[AppDaemon-0.9.2] Hi, while adding python package "fuzzylogic" I bumped into "ERROR: fuzzylogic has an invalid wheel, fuzzylogic has an invalid wheel, multiple .dist-info directories found: fuzzylogic-0.1.2.dist-info, fuzzylogic-0.1.2.post1.dist-info, fuzzylogic-0.1.1.post5.dist-info" -- Are there any workarounds or ideas what to try? Thanks!
Here's the package repo: https://github.com/amogorkon/fuzzylogic
haos 8.2 (RaspberryPi 3 64bit)
Hello! Does anyone know alternative to NMAP?
I've found NMAP unreliable. It way too often finds devices "away" or "unavailable", when they are clearly connected to stable wifi.
Settings are 60 second scan, 300 second "away timer".
is the device you want to find assigned a static ip?
could use ping ..maybe
Yes, static IP, but cannot use ping, because device doesn't respond to pings (most phones don't).
then for network presence i guess the only other way would be dependant on what network gear you use. i've got unifi and it integrates well with home assistant and could use it. but after tons of trial/error i now just use the gps of my phone because it runs the companion app, made stuff pretty easy
I'll try to add only two IP-s to scan list, disable every other device except two phones, maybe it makes scanning quality better.
The LetsEncrypt addon just had an update/merge so that it now supports Azure DNS. I am trying to run through the instructions but it keeps saying it "DNS Provider: null". https://github.com/home-assistant/addons/blob/master/letsencrypt/DOCS.md
[18:22:05] INFO: Selected DNS Provider: null
Figured it out. Install LetsEncrypt add-on, go to configure in YAML from one of the triple dot drop downs, and past something like this in. The rest of the document was spot on.
domains:
- ha.domain.com
email: user@domain.com
keyfile: privkey.pem
certfile: fullchain.pem
challenge: dns
dns:
provider: dns-azure
azure_creds: azure.txt
azure_config: azure.txt
Is it possible to use Google Assistant to get sensor values from HA? ie "Hey google, what is the fish tank temperature?"
In order to do TWO aliases within DuckDNS, you actually include them both in the domain key within the aliases section, just separated by a space. I couldn't find ANY documentation on multiple aliases in the DuckDNS add-on or documentation, so I only found it via trial and error and looking into YAML structure generally.
Example:
- my-domain.duckdns.org
aliases:
- domain: domain1.my-domain.com domain2.my-domain.com
alias: my-domain.duckdns.org```
The log output will say weird stuff and will not get the base domain vs. aliases correct .... but it will work.
You also need to re-generate the certificate with 1. just one domain, 2. then one domain and an alias, 3. then one domain and two aliases ...
Follow this guide: https://github.com/home-assistant/addons/issues/1331#issuecomment-1146531005
The issue with multi-alias certificate renewal (i.e. why all the weird workaround to generate the certificate) seems like it's a known bug for a while now, based on several complains on the home assistant forums
https://community.home-assistant.io/t/duckdns-aliases-not-working/204217
https://community.home-assistant.io/t/problem-duckdns-add-on-renew-certificate-for-sub-sub-domain-hass-xxx-duckdns-org/176702
and an open github items on the add-on itself.
https://github.com/home-assistant/addons/issues/2505
https://github.com/home-assistant/addons/issues/1869
Ciao Guys , wich is the best room to ask support on Z-WaveJS about a fibaro FGFS101 that doesn't report the battery level?
I see mine updated 4 days ago at 41% (firmware ver 3.2), probably at HA core restart time. Sensor wakes up hourly and I don't mind having battery reports as infrequently as possible, especially with this low battery level
What I mean is that with a full fresh battery my batt level is stucked at 0% & low battery level flag = TRUE even after a several wakeup.😩
I have posted several question here and you are the first person to reply. Thank you I really appreciate it. I solved the problem by abandoning the DuckDNS addon and using Cloudflare and AdGuard to create a local DNS for aliases. Again thank you for the response.
In Samba add-on is following symlinks disabled?
https://i.imgur.com/TDx0rtE.png
(I can't copy text from terminal coz browser right click menu interferes)
Rebooting host now.. someone said they just rebooted and it magically worked. Doubt it.. but worth a shot 🙂 -NOPE not working.
I solved it by addming Mikrotik router connection and getting device information through that. Seemed a bit easier.
I know, security might be issue, but added Mikrotik user with certain permissions (read+api) and allowed connection only from Home Assistant IP.
I have this weird bug with VSCode, at least I'm suspecting that VSCode is causing it. Previously I thought it was my RPi overheating, but now I have a new case with cooling and it's not hot at all, but the same bug keeps happening. So, whenever I start VSCode and edit something, without any rule to when it's gonna happen, suddenly my HA instance reboots. It would then either boot up again to the point where I can access the dashboard and then again reboot - just keep rebooting until I manually reset my RPi by unplugging it from power. Has anyone experienced this issue? How do I solve it (other than not using VSCode and just smb in my RPi and manually edit files I need?
What Pi model are you using?
Hi all I am trying to use Hivemq with zigee2mqtt
any help would be appreciated
mqtt service is connecting well
but not broker and zigbee2mqtt
Good morning/day. I tried setting up mariadb this morning but I am getting this error in the logs. How can I fix this error "Got unexpected response from the API: There is already a MySQL service in use from core_mariadb"
3b +
Then you don't have enough RAM for that addon
Oh
Lol
Any other similar code editor for HA? Or I just have to access the files through smb?
File Editor? But I just run VSCode natively and access my files over sshfs. You could also use SMB
I'll try that one, if it does the same, I'll just access my files with smb
Thanks!
does anyone know about a plex alternative? I use a raspberry 4 and plex doesnt work on my system. I look for something I can run outside of my HA but is installed on the same device. Does something like this exist?
Other than an addon, you can't run something 'outside of my HA but installed on the same device'
Jellyfin is not a bad alternative to Plex, but I dint know what platforms are supported
i was more talking about the interface. I d like to share my media with friends without giving them acces to my HA system, u know?
I ll search for jellyfin, thank you ^^
I am running Z-Wave JS 0.1.64
on Home Assistant 2022.7.7
Operating system 8.4
front end 20220707.1
When I try to make changes to my Zooz 700 Series Z-Wave Plus 4-in-1 Sensor ZSE40 (Motion / Light / Temperature / Humidity)
it says " The parameter change has been queued, and will be updated when the device wakes up."
however it never updates the parameter settings on the device
It seems like it needs to be able to wake the device to update it
what seems to happen is the queued change is flushed before the next time the device wakes
ok I know I am a noob but I am trying to install my first addon to HA. I have installed DuckDNS and when I go to configuration tab to put in info, it says that this add-on does not expose configuration for you to mess with. every video I have watched shows code here to work with.
When I get that I usually try to start it, then jump out of add-ons and go to something else, then go back to add-ons where I find it it doesn't show anymore so I have to go back to the add-on store and find it there and go into it. Then at that point the configuration page is populated and I edit it.
will try that now
when I try to start it; told missing required option domain. give a edit config button that takes me back to where I was.
Why does https://hacs.xyz/ exist when theres http://homeassistant.local:8123/hassio/store ?
I've had that too, confusing. Try a browser refresh and moving between the tabs. Persistence pays off I got it working. Also seems to happen with a couple of other Add-ons. HTH
Ok will try that next. No real reason to work on moving forward if can't control by remote.
They're completely different. One is for addons, and the other is for custom integrations, themes, etc.
Thanks, Brand new to HA, I assume Intergrations and Add-ons get confused
yes, all the time
haha I understand
I saw the super passive agressive messages in HACS
on the docs, when you install
its almost like they are marketed poorly to confuse people hahaha
Whats extreamly confusing is why there are 2 seperate ways to add a respiratory to add an intergration from a third party
Like I can add a respository in the official add-on section, yet when I go to add a custom addon I find on github, it requires HACS
There should be only 1 repository management system for everything, built in
I assumed HACS was a community repository at first, then I found the add-ons page and was so confused
Also dont get why Hacs needs my github username at all
addons and integrations are completely unrelated, and HA installation types that don't include the supervisor don't support addons at all
conflating integrations and addons would be confusing
I guess I have that to come 😂
Brand new, setup today
Just trying to get some existing devices added and working!
So why cant HACS be an add-on?
because it's an integration
oh ha
and it has nothing to do with addons
I meant as an instilation method
?
instead of having to install SSH and grab it
it wouldn't make any sense for it to be an addon
So its an integration, that manages integrations
if you're asking why it's not included by default, it's because the HA devs don't want third-party, non-core stuff to be confused with core stuff, since they have completely different quality requirements
yes, that
thank you for your idea. looks like it is now started.
and it doesn't "manage" integrations, really. It just downloads them for you
Ah Got it.
Like F-Droid is to android
Yeah, the whole "its an integration that lets you add integrations" is very confusing as a new person. As from what I can see its like its own Repository of third party integrations, which from a technical standpoint would be an "Add-on" 😂
If that makes sence
Just terminology to explain things
Now I understand why people are so confused with people asking about addons lol
So im in the wrong channel then 😆 !
Sorry!
Good morning. I have installed duckdns and it appears to be working as I can resolve the DDNS domain, however I can't seem to get the Lets Encrypt SSL certs to be generated. I have uninstalled and reinstalled the add-on, but no dice. Is there a trick I am missing?
@stark pollen the accept terms option needs to be set to true
Then watch the addon logs to confirm.
@sly kindle yeah I had set that option to true already. The add-on logs show the same msg over and over... "s6-ipcserver-socketbinder: fatal: unable to create socket: Permission denied"
I couldn't find anything online about it
I upgraded the kernel and it seems to have fixed everything
o/
Anyone here using the zerotier addon and have noticed a spike in cpu usage since the last upgrade?
Hrm, discord isn't auto loading images for some reason. This is a graph from my grafana instance showing the increase: https://s.mik.qa/u/EAh/Screen Shot 2022-07-30 at 11.52.40 AM.png
https://github.com/zerotier/ZeroTierOne/issues/1373 there was an issue from 2021 but based on the data I have I never had an issue. I'll probably try uninstalling/clearing the addon data and see if that changes anything
I'm having some issues with the MotionEye addon...I can get it installed and configured, but when I try and install the integration, it asks for the server URL, but I'm unsure of what it would be,.
For me it was auto discovered
When I do the integration it pops up needing admin/pw and surveillance/pw as well as the url for the server
I'm having the same issue as Tuna right now. I came here to ask the question and see they already asked it.
I'm using Home Assistant OS with all current updates on an ODROID-XU4.
I've tried creating users in HA specifically for MotionEye but that gave me an authentication error.
Now that I have DuckDNS working with SSL certs and nginx, I can no longer connect to the IP from internal via HTTP on port 8123. I have read its because I have the ssl_certificate options in use under http in the config.yaml, but SSL fails if I dont use that?
Hi, i am porting my HA from my Pi to a NAS and so far it works decent. I only have one problem, I need to backup and restore the influx DB separately and then make sure Grafana on the new HA takes the Data from the new Influx DB. So far it seems getting the data out of the Raspberry pi Influx over network. Maybe someone here has a clue how I can do this?
Anyone else having issues with Deconz forgetting the autostart setting? When rebooting the host, this setting seems to be set to off and the add-on remains shutdown until manually started in HA
I want to use genie but I can't set home assistant
@Tuna I was able to get into MotionEye by clicking on it in the HA sidebar and when it prompted for a username and password, I enter Admin for the username and leave the password blank. This allowed me to get into the MotionEye software and configure things.
I always get „invalid username or password“ while trying to set up the unifi add-on. But the creds are correct. Do anyone know what I can do?
Is there a way to teach Frigate not to mark my flower pot as a car? https://imgur.com/a/pUzlNb1
hmm does anyone know an addon or something to use for visual scheduler on dashboard?
Like a 24h box row wher u can tick hours of "enabled" state for whatever should be turned on during those hours?
that would be a card in #frontend-archived , not an addon
sure.. but probably needs addon to have something like that? but okay i'll ask there, sry.
nope
HA OS Add-on support! Additional, standalone, applications that can run on Home Assistant. Your user profile needs to have Advanced Mode enabled for some add-ons to be visible in the store.
it would be a card + some integration (built-in or custom)
Is it possible to specify a vlan interface in the DHCP Server add-on? I'm running HA on a RaspPi and untagged coming in for the main connection and IoT vlan 200 setup on the same eth0. In the DHCP config I've tried "Interface eth0.200" and I've changed it via nmcli to eth0@vlan200 and both end up with the DHCP log file showing it is expecting a semi-colon after the "eth0." or "eth0@". Just wondering if it's possible to use vlan'd interfaces with the DHCP Server add-on or if I need to install another device on that vlan to handle DHCP.
I have the add-on working, I was more concerned with the integrations to pull the cameras in as entities.
Hey. I'm new to Home Assistant. Looks like an awesome alternative to the SmartThings hub/ecosystem that I've been using. I got a few zigbee sensors set up with triggers and that works great.
Today I tried to install a couple of addons, but the experience hasn't been as smooth. e.g. the terminal addon from the community store installed, but refuses to start. The toggle switches under the addin info are flaky, and will randomly default to all disabled (firefox incompatibility? haven't tried in chrome yet).
Got Glances to work, but it too had the weird issue with the toggle switches. I had to refresh the addin control page a couple of times before I could start it from the web ui.
Anyone else seeing this behaviour?
the terminal addon from the community store installed, but refuses to start.
You need to set up a password or key, and check the logs to see what happened
I will have a look, thanks. I guess I was expecting the same behaviour as the official SSH addon which did not require this step. Looking at the log now
the official SSH addon doesn't start without modifying the configuration either
It did for me. Maybe because I'm using the virt image?
Apparently I totally missed the big fat documentation tab, doh.
you have to do one of these:
Option: authorized_keys
Your public keys that you wish to accept for login. You can authorize multiple keys by adding multiple public keys to the list.If you get errors when adding your key, it is likely that the public key you're trying to add, contains characters that intervene with YAML syntax. Try enclosing your key in double quotes to avoid this issue.
Option: password
Set a password for login. We do NOT recommend this variant.
I'm also using a virtual machine. It doesn't matter
in any case, that should get you up and running
I do get a shell prompt when I switch to the official terminal addin, so I'm a bit confused on that score.
But yeah, I know where I'm going with this now, thank you ❤️ I got a little too excited. gonna step back and take my time exploring 🙂
beautiful, got the shell up and running. thanks again RobC
Hm, there used to be a prometheus add-on as far as the internet suggests me but I cannot find it in the add-ons page. Has it been removed/supersede by something else? I'm not talking about the exporter (which runs fine), but I need an instance of prometheus to fetch those endpoints
Can I add a client to the allowlist in adguard home? Want all requests from my work laptop to go through without being filtered
@proper river might be simpler to just set dns on the laptop.
unless your network settings block that
Yeah, not allowed to do that
then there are client settings in adguard for that i believe
Let me take a look, didn't seem to find anything beside dns settings on first look
If I add a client in persistent client, and unmarked the use global settings, does it mean no filtering will be applied?
to use any of that you have to use adguard as dhcp server
Don't really want to that, other options for allow list a client?
Maybe someone can help... please. My Android App configured with duckdns had been working for a year, but recently upgraded from HA June release to 2022.7.5 and can no longer get to HA via external address. Rather than re-post, please look at my long winded post of what I have tried so far: https://community.home-assistant.io/t/ha-android-app-does-not-connect-external-or-internal/443854
I am out of ideas. Any clues?
@pale condor does your duckdns address work in a browser?
Forget the app. Check connectivity first.
@sly kindle No, it does not work in browser, unless im on local wifi. Then it connects unsecure "HTTP".
Do you get t o the login page?
Using my local WiFi IP address of HA, I can get to HA with Android browser.
It is like my certificate is no longer valid.
what is your http: config
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
So locally you get a warning in your browser, right?
Yes
and using https://yourduckdns:8123 you get what?
“Error: login blocked: User cannot authenticate remotely”
Is that after trying to sign in?
or no sign in at all
I assume you are needing to enter a user first? otherwise it wouldn't complain about that user
Warning show at login.
Basically, are you seeing the sign in page at that point?
OK.
SO...it's complaining about the user. Check that user's settings within HA
Yes, at sign in page and see warning. Then I log in.
Ok so duckdns is working
that's all fine
You enter duckdns address, you get to your server. There are no warnings you see about the certificate, right?
I can only get to sign-in when local using local ip address.
Right...getting warmer
"cannot authenticate remotely"
"only get in when local"
Make sure this is not enabled
Under system settings I gather.
Wow, one little bit can cause a lot of trouble 🙂 I had "Can only log in from the local network" set! Thank you soooo much for your help!
I must have fat fingered that somehow.
I think the main thing was, you couldn't tell if your ssl and duckdns was working. Everything you described made it sound like it was working, so you would then assume the problem was elsewhere, and the error message was pointing you in that direction
It's easy to get caught up in certificates and whatnot...but if it's working, then you don't need to guess
Thanks again... I really appreciate your help!
Good point. Done!
@royal axle posted a code wall, it is moved here --> https://hastebin.com/qakececuse
Hello to everyone
i hope someone could help me:
I need to use duckdns addon to generate my duckdns certificate but unfortunately i can't find a way 😦
This is the cerfiticate that duckdns generate:
La catena di certificati è valida
Soggetto: CN=test.duckdns.org
Emittente: CN=R3,O=Let's Encrypt,C=US
Scaduto: 2022-10-26 09:08:18
Nomi host: test.duckdns.org
and this is what i need:
La catena di certificati è valida
Soggetto: CN=.test.duckdns.org
Emittente: CN=R3,O=Let's Encrypt,C=US
Scaduto: 2022-10-31 16:42:05
Nomi host:.test.duckdns.org, test.duckdns.org
how can i generate the wildcard certificate for "*.test.duckdns.org and test.duckdns.org "?
Is there any throttling done on network that affects add ons not being able to break a certain speed?
I would think not.. my client on a docker can't seem to break 8MB but maybe the other side just can't exceed it. Just wondering if there's some loadbalancing going on on virtual NIC's
Hi All! Has anyone successfully setup the Let's Encrypt add-on to work with GoDaddy DNS?
Anyone know whats going on with Node Red?
3 Aug 17:48:19 - [info] [server:Home Assistant] Connection closed to http://supervisor/core
3 Aug 17:48:24 - [info] [server:Home Assistant] Connecting to http://supervisor/core
3 Aug 17:48:29 - [info] [server:Home Assistant] Connecting to http://supervisor/core
3 Aug 17:48:34 - [info] [server:Home Assistant] Connecting to http://supervisor/core
3 Aug 17:48:39 - [info] [server:Home Assistant] Connecting to http://supervisor/core
3 Aug 17:48:44 - [info] [server:Home Assistant] Connecting to http://supervisor/core
3 Aug 17:48:49 - [info] [server:Home Assistant] Connecting to http://supervisor/core
3 Aug 17:48:54 - [info] [server:Home Assistant] Connecting to http://supervisor/core
3 Aug 17:49:00 - [info] [server:Home Assistant] Connecting to http://supervisor/core
addon constantly fails to start
I'm getting an error when HA tried to pull an image from ghcr. Any ideas?
22-08-03 09:47:43 ERROR (SyncWorker_2) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/generic-x86-64-homeassistant:2022.8.0: 500 Server Error for http+docker://localhost/v1.41/auth: Internal Server Error ("Get "https://ghcr.io/v2/": denied: denied")
same issue here. Node Red is actually working for me in the background. autmoations are firing. Just cant get to the UI and the addon screen makes it seems like its not started
i just opened an issue #1141
I just installed home assistant generic on dell mini pc, everything seems fine but there are no addons in the add store. I enabled advanced mode and tried to add https://github.com/hassio-addons/repository to the repository's but without luck
Nothing in logs? @near scroll
any way to have the unifi addon not tell me about available update for devices?
Theres already an issue open, its not a Node Red issue, but a Supervisor one: https://github.com/home-assistant/supervisor/issues/3761
The issue I have now though is my automations aren't firing
And I can't figure out to reboot the host 🤣
Hi all. Since a while Samba is not working anymore to share config etc as a networkdrive. Anybody has this issue too?
Hi all, I recently moved my HA from a VM to some old x86 hardware. Since then, my Vaultwarden is unable to send emails. I get an SMTP Connection Error (OS Error 99). Any thoughts?
I've opened an issue here: https://github.com/hassio-addons/addon-bitwarden/issues/215
Hi. Does someone know what is causing an error message "origin not allowed null" in grafana? It comes up when I try to modify or delete existing data sources.
Add-on version: 7.6.0
You are running the latest version of this add-on.
System: Home Assistant OS 8.4 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2022.7.7
Home Assistant Supervisor: 2022.07.0
Hey is anyone else has a probleme with node red addon after the last home assit update
????
Lots, assuming this? https://github.com/home-assistant/supervisor/issues/3761
is their any solution??
reboot the host
Does anyone see anything obviously wrong here? I cannot get this device to show up in homeassistant, even as offline. To be clear, it's controllable via manual mqtt
mqtt:
discovery_prefix: homeassistant
switch:
- name: "MBR Bathroom Fan Switch"
state_topic: "stat/tasmota_5B6FA5/RESULT"
value_template: "{{ value_json.POWER }}"
command_topic: "cmnd/tasmota_5B6FA5/POWER"
payload_on: "ON"
payload_off: "OFF"
availability:
topic: "tele/tasmota_5B6FA5/LWT"
payload_available: "Online"
payload_not_available: "Offline"
qos: 1
retain: false
Hi all, tomorrow I'll receive my zigbee stick, and I was following the hassio-zigbee2mqtt instructions, but as soon as I add the repository into home assistant add ons, and I search for Zigbee2MQTT, I can't find it 😦
sometimes it takes a while to show up, try rebooting
Hi all I recently moved my HA from a VM
It did after a few minutes, thanks
How can I remove spurious devices that have been added by the rtl_433 -> MQTT integration? I've already used MQTT explorer to delete the topics, modified the rtl_433 configuration not to include those events any more, but I still have about 200 devices lingering around attached to my MQTT integration.
(Oh, and I restarted HA -- it's the HA OS mode, so I just rebooted the pi it's on)
Anyone knows how it's possible that suddenly in HACS the 3 dots after each downloaded repo are missing? (as in I can't uninstall/update one anymore that way)
Hey, Imma try my luck here.
My sonoff temperature/humidity sensors are not refreshing in the HomeAssistant, any idea how would I force them to do so ?
Guys is there a way to restart a specific addon (I need this for my nodered..which acts weird sometimes) on regular intervals like using some home assistant service call or command?
Please guide me with a basic example
The following will work in a script, automation or through a service-call in the developer tools:
service: hassio.addon_restart
data:
addon: a0d7b954_nodered
Thanks I will try. Just that this is more a radical surgery (addon takes 3 min to restart on my pi3b+..lot of flows yes) to fix a telegram bot integration which stops working if there is INTERNET gone for more than few seconds.
Easiest solution is to restart flows (under deploy) in Nodered. If you do use NR, can you please tell me if there is a way to do that in some automated way than clicking regular way on NR UI. (I will just do that instead on regular basis or on losing ping connectivity or something) 📍
HACS is not an addon and doesn't offer addons. In any case, click on the card for the thing you downloaded and find the 3dot menu there
Is it safe now to uninstall check home assistant configuration add-on since it says deprecated?!
@indigo granite it never worked well to begin with. Please remove it
It's safe to remove
I used to be able to install add-ons via the web link but now I get an error saying I need to update the UI?
Clear your browser cache
Tried that. Also tried adding the integration from the UI and I get the same error for some reason. (sensorpush)
That doesn't sound like an addon
SensorPush was one of the newest added to the latest release. It was even highlighted in the change-log specifically.
Integration, sorry
#integrations-archived and #add-ons-archived are two separate things
Yes, I understand. I mis-spoke. Alas, it does not work.
Hi
Anyone can help me with this, I cannot update the addons in HACS because there is some background task pending... I have tried hard reboot.
Says "Background tasks pending, Some repositories might now show until this is completed" but I can't see whats going on?
Advise needed
I want to use my HA (or nodered addon in it) for daily/weekly reminders and alerts..either via HA app or telegram.
Any unofficial addon which already does reminders .. like I saw grocery? Or any default flow of example you guys use or link?
Thanks in advance
is there anyway in emergency console to change DNS?
fixed it. wow such noob i was earlier today i should change that when i told someone about it. and now i had it again. :/
Basically what happened is.. my HA OS uses an add-on for it's DNS. Something starting needs DNS. But that can't resolve. Had it once before.
Not realy add-on related maybe
Does anyone know how to access node_modules/zigbee-herdsman-converters/lib/tuya.js in the zigbee2mqtt addon?
Thats correct. Something starting does need dns (even for installation) . This is a major issue in installations on hardware which doesnt have hardware to save time and even though you fixed..this link will give related info and solution. Been such a pain for me when I started with HA installations on my PI. Always stuck
https://community.home-assistant.io/t/solution-to-a-hanged-preparing-home-installation-screen-during-new-install-on-a-raspberry-pi-4-dns-fix/273803❗
Howdy! I have sort of a weird one. I'm using the rtl_433_addon (https://github.com/pbkhrv/rtl_433-hass-addons/tree/main/rtl_433) and it works great with one SDR over rtl_tcp. The problem arises when I try to use multiple configs with multiple SDRs over separate rtl_tcp streams. MQTT seems to fall over and connect to the first one, but fail to connect to the second one and eventually gives up.
I was kinda able to get this working by adding a 'devices' flag to the mqtt output like this:
output mqtt://<homeassistantURL>:1883,user=<username>,pass=<password>,devices=rtl_433_01[/type][/model][/subtype][/channel][/id]
But this causes the add-on to not publish events or states and it just doesn't seem like the right way to do it. I believe this is due to mqtt creating a clientid based on the device name/parameters, and these end up being identical if you're using rtl_tcp. Any ideas on how I can get this working?
MQTT doesn’t connect to anything, it’s the other way round; your SDRs are connecting to the MQTT broker. If they;re both trying to use the same credentials and publish & subscribe to the exact same topics I can see how one would disconnect out the other.
Try creating different user accounts for each SDR and different base topics for each to publish/subscribe to e.g rtl_433_01 and rtl_433_02
Thanks for the reply, spent most of the day yesterday banging my head against this. Still learning the MQTT ropes! I created separate MQTT creds for each SDR/config, that seems to get both of the configs read and started properly. When I check the rtl_tcp logs, they're being tuned to the correct frequencies, however only one seems to be publishing to the MQTT broker.
If I add back the separate /device string I do get data published, but I lose out on getting events and states that get published when I only run one config:
[rtl_433_02] Publishing device info to MQTT topic "rtl_433/9b13b3f4-rtl433/devices[/type][/model][/subtype][/channel][/id]".
[rtl_433_02] Publishing events info to MQTT topic "rtl_433/9b13b3f4-rtl433/events".
[rtl_433_02] Publishing states info to MQTT topic "rtl_433/9b13b3f4-rtl433/states".
Anyone here use NUT for monitoring a UPS?
Just installed the jupyter lab addon thinking it would be cool to analyze my sensor data from jupyter. However, as soon as I installed it and tried running the "Getting Started" example I got error "YAML tag !include_dir_named is not supported". I split up my configuration a while back based on a video Frenck did many moons ago. However, it would appear the HASS-data-detective module does not work with a split configuration. Just curious if anyone has found a work around short of recombine my configuration into one configuration.yaml file?
Anyone running the Network UPS Tools add on in netclient mode?
Hi i'm trying to go from OS to container setup. Setting up Duckdns, i have a container composed setup and the ip is being updated, but i have no idea how to get a certificate for my home assistant config. Does anyone have experience w/ this?
hi! since a quiet a while, when i want to update my only esp32 which always worked like charm, it results in this error: https://hastebin.com/vecojawavu
i searched several times for this error in the past and found issues which sound somewhat similar. but it is tough for me to understand, and also the suggestend workarounds are not for home assistant , bud for windows/vscode or something. what could be the reaseon ?
You will also need to set up LetsEncrypt.
PulseAudio_Fix issue
Yea i ended up using swag container to create credentials via letsencrypt
Thanks for the reply spent most of the
@buoyant pagoda posted a code wall, it is moved here --> https://hastebin.com/olobibiniv
Hello, i installed Rhasspy from this repository (https://github.com/rhasspy/hassio-addons)
and everytime i start it i get this error:
https://hastebin.com/olobibiniv
Feel free to ping me if you can help me
hi quick question,
Is it possible to assign to use the ssl certificate from NGINX Home Assistant SSL proxy on multiple ports?
Like port 443, 8756, 3240 etc?
cause right now I am using the ssl only for port 443 where my home assistant is
but id like to use the ssl certificate also on other addons since rn the certificate is not working
anyway to do that?
Hello. My home assistant was installed on mini pc and I try alits of stuff. Now I would like to do a sort of factory reset and start again.
What would be the easiest way to reset all my add-on?
Good afternoon. I've got a question about setting up the Mosquitto Broker addon - do I need to do anything special to get it to listen for connections outside of localhost? I was reading that the main Mosquitto project started requiring a listener to be defined since 2.0.0, but wasn't sure if that applied to the addon as well.
You need to make sure the ports are set in the bottom of the config, but I believe they are by default
Samba Share addon:
Do shares not work on a wifi RPi connection? in same IP subnet. In lan connection they worked fine
Can you help me in dm?
Nope, sorry. Besides, if someone else is looking for help it’s useful if they can search the posts in this server.
Yeah, they're set by default 10 1883 and 1884 for the non SSL ports, and it seems to be able to accept connections from the same host (like the Ring to MQTT addon), but I'm not seeing any connections from external devices - which would fit the notion that you have to explicitly define a listener in the config, but I can't be sure that the device attempting to connect isn't the problem as well.
Anyone using the NUT plugin in client mode ?
the Network UPS Tools add on in netclient mode?
Hi I have previously used InfluxDB and Grafana addon before to visualize my zigbee sensor metrics. But is there other ways to save these metrics (E.g could Prometheus pick them up?) Eventually I would like to send these metrics to my Grafana Cloud instance
Hope this the right way to do this. I tried doing a docker ps on my HA box in terminal mode but got an error. https://hastebin.com/faleyaqoke
Thanks, I definitely overlooked that one.
About the Uptime Kuma addon: Is there a way have it use my internal DNS? The VM Has runs on resolves everything just fine, but the Uptime Kuma addon appears to be using external DNS by default.
hey, quick question:
I have the Vaultwarden (Bitwarden) Addon from the Home Assistant Community Add-ons. I wanted to migrate to an stand-alone docker solution with Vaultwarden, is there a way to export/import the data, or does every user has to export and import their own vaults?
Anyone using Network UPS Tools add on ?
anyone using the anniversaries add-on? i can see it load in my logs, but none of the sensors are present
I am
@soft nimbus by any chance are your UPS hooked up to a Rasp Pi? I keep getting nut-scanner throwing a command not found error for me
ah, sorry. My UPS plugs into my router which acts as the NUT server
@soft nimbus oh cool. appreciate the reply though. Thank you
anyone using the Wmbusmeters (W-MBus to MQTT) addon successfully? I just tried installing it. The install doesn't seem to succeed and now the page where you can see/install addons doesn't finish loading. I can't see that hacs addons, the addon for wmbusmeters, and the three dots aren't there to add or remove other repos
and there's nothing in the logs
@restive lily where's the add-on? HACs is not an add-on and does not offer add-ons
nevermind, I was on the store before, now it's only the installed ones
my bad
I reset home assistant and now the addon shows it's installed
one more question. In previous versions you could get a list of hardware/usb devices attached to the host but it's moved. Any idea where to find that?
Settings > System > Hardware > 3 dots
cool, thanks
he guys. is it possible somehow to send a message to an mqtt topic to have mosquitto launch a restart>?
like sending 1 to mosquitto/reboot
Restart what? The broker?
You could write an automaton to do that
i was already looking for that
but now cant find the place to write scripts.. i do everything in node red lol
I'm not aware of any special topic. But as always, it helps to know why you want to do such a thing
Well, you'd start with the docs
But I'm sure you could do it in Node Red
im experimenting with mqtt discovery on a nodeMcu (own C++ program) but sometimes the discovered entities wont delete or change till restart
You shouldn't ever need to restart the broker
and since i do alot of restarts i want it within reach instead of going to an addon page
it helps though
Ok, well, what you're asking is certainly possible
one time i struggled for an hour to get an entity deleted. sending empty package to the config payload, etc. but nothing helped in the end except for restart broker
found it.. i use a service node in nodered to call the service hassio.restart
giving params { "addon": "core_mosquitto" }
Installed the SSH & Web Terminal add-on yesterday after getting my Home Assistant configured and setup as OS on a RPi 4. Was able to SSH into the box using public/private key pairs. Not sure if I SSH'd in/out too many times within a certain period, but now cannot SSH into the RPi via Terminal on my Mac. Confusingly, if I try accessing SSH via the add-on's Web UI, it works.
I've tried reconfiguring the add-on with new keys, restarting, uninstalling and reinstalling the add-on, uninstalling the add-on, restart & taking a backup, and then literally starting with a fresh-copy of Home Assistant and then loading my backup back in and reinstalling the add-on, but no luck. I continue getting messages in Terminal back like this:
~/.ssh $ ssh -i id_ed25519 kyle@homeassistant.local
Received disconnect from 192.168.1.4 port 22:2: Too many authentication failures
Disconnected from 192.168.1.4 port 22
...and then in the SSH & Web Terminal logs:
Connection from 192.168.1.10 port 59141 on 192.168.1.4 port 22 rdomain ""
Failed publickey for kyle from 192.168.1.10 port 59141 ssh2: RSA SHA256:Tt3+vruVrOYzbd2mzyV86wPXkRJKvQiUjzcpJn/gP28
Failed publickey for kyle from 192.168.1.10 port 59141 ssh2: RSA SHA256:KUlL3y+Et1N/wXUVx9zd7mNUQSf8p99aP14Q1AZZXC4
Failed publickey for kyle from 192.168.1.10 port 59141 ssh2: ED25519 SHA256:fgNWffUmbVMy/p1WBm+fWCYYVi5tSShUWu0jfzVrxTc
Failed publickey for kyle from 192.168.1.10 port 59141 ssh2: RSA SHA256:q96A9rM/VOFzOYYmeWKMTI9ku/CLVuXpkyIMQnlNqfo
Failed publickey for kyle from 192.168.1.10 port 59141 ssh2: RSA SHA256:r3Zy4Bb7YVL4MVf0g9pNvW6oqZLw30WT87iZMxOWJRc
Failed publickey for kyle from 192.168.1.10 port 59141 ssh2: ED25519 SHA256:oT5RqbsmXbBhlGtMZ+RF86rt5kyn8OoJ9EgUEWKfjps
maximum authentication attempts exceeded for kyle from 192.168.1.10 port 59141 ssh2 [preauth]
Disconnecting authenticating user kyle 192.168.1.10 port 59141: Too many authentication failures [preauth]
Does anyone have any thoughts? Just very confused why I'm getting the "Too many authentication failures" message
Config of the add-on is pretty much OOB...port 22...public key passed into authorized_keys list...username is "kyle"
I've also tried the official Terminal & SSH add-on...same issues...cannot SSH into the machine. Does HA OS somehow limit SSH when too many failed attempts happen? If so, how can I reset this?
did you enable sftp in that addon?
I think I did at one point, but then disabled it because I figured I didn't need to transfer files via SFTP/SSH.
it will force the username to be root
in any case, I just tried exactly what you did (with root) and it worked fine for me. How did you generate the key pair?
it's using OpenSSH 9 and doesn't accept RSA SHA-1 keys anymore, but you can use stronger RSA keys or ECDSA
Do you know if it support Ed25519?
not offhand
Hmm...ok
I tried using a completely different system (computer) to SSH into Pi. I reconfigured the add-on to use password authentication, and I was able to SSH into the box.
So I guess this narrows down then the issue being either key-pair authentication or something with the first laptop I was using.
I would just create a new ECDSA keypair and see if it works
So try generating a new key pair on the other laptop and change the add-on's config from password?
yes
looking at the underlying internal addon config, it does appear to use some ed25519 keys
Thank you so much @viscid orchid — I'd hug you rn if I could!!
Got it working—something with my SSH keypair was busted
I'm on a Mac and had to also add this to my ~/.ssh/config file:
Host homeassistant.local
IdentityFile ~/.ssh/id_ed25519
AddKeysToAgent yes
I think generating a new SSH keypair and adding that fixed whatever was going on.
interesting, I've never used AddKeysToAgent
General question though, if I may...would it be wiser to generate a specific SSH keypair to be used with HA? Is it generally best-practice to have unique SSH keys for different system/services? I could use my Mac's main RSA SSH key, or is it better to maybe have a unique key for HA?
you're just providing the public key
I just use a single identity for each machine
Oh duh, yeah that's a good point.
Thanks!! 😄
So happy rn that I don't have to start over from ground zero/fresh-install on trying to get HA up and running.
a lot of folks, including me, were caught by the update to OpenSSH 9.0 and deprecation of SHA-1, and I was pulling my hair out for a while
Oh no! Sounds like you had to troubleshoot then for a bit too!! Thanks for helping a distant friend out!
was just bit by the exact same thing at work, but at least I've been through it before
Gotta love breaking changes haha
I guess it's good though when it gains you greater security
it's a fine change, just need to be aware of it
Has anyone else the Node-RED [addon] lose connection to Home Assistant? I've tried reinstalling it after renaming its config folder, and comes with a preconfigured server ("Home Assistant"), but I can't see any entities or anything from Node-RED. Log says Connected to http://supervisor/core. Seems everything was working up until recently (last 24 hours I think?)
hey has anyone had an issue with duck dns where it isn't updating your public ip?
anyone using the Tradfri intergration experiencing problems?
Anyone happen to be having issues with using the UI on add-ons? I am unable to access the File Editor page, despite no apparent issues in the logs for the add-on itself. The only warning I found with the supervisor was the lack of a valid Ingress session. 22-08-10 13:49:43 WARNING (MainThread) [supervisor.api.ingress] No valid ingress session None
Would that go better in #integrations-archived?
Just give me a ping if there are any thoughts on why the add-ons are not playing nicely. Also wanted to note that this is not isolated to just the File Editor.
Or any other information I can provide.
@viscid orchid Did some more debugging today and figured out what truly was wrong with SSH'ing into my box. Issue was actually with my client (laptop). Excerpt from site https://www.tecmint.com/fix-ssh-too-many-authentication-failures-error/...
"I discovered that this resulted from existence of many ssh identity keys on my machine, and each time I run the ssh client, it would try all my ssh keys known by the ssh-agent and all other keys, when attempting to connect to the remote server (vps2 as shown in the above screenshot). This is the default behavior of ssh.
Since ssh server (sshd) on the remote server expects a particular identity key, the server rejects the connection and ssh client aborts with the above error."
good catch! I figured that explicitly providing the private key as you did would avoid such shenanigans
I'll certainly keep that in mind
But good to know I need to clean up my ~/.ssh folder. I have about 30 keys in there atm. haha
To fix this error, you need to add the IdentitiesOnly with a value of yes, which instructs ssh to only use the authentication identity files specified on the command line or the configured in the ssh_config file(s), even if ssh-agent offers additional identities.
what dumb behavior
Haha, right?
everything installed okay, but my addons stores.....
my addons store have nothing
Can't add https://github.com/hassio-addons/repository, already in the store
that`s the error when i tried to add the repository manually
I am stuck with the ssh key thing. I upgraded puttygen and have made a new key, I think it's rsa using sha-256, but the addon still complains.
Hey, i forked an addon to raise it to a 'newer version'. I migrated allready to s6 Overlay v3 and set permisions and now i got this error:
s6-svwait: fatal: unable to subscribe to events for /var/run/s6/services/<service>
base image is debian bullseye
i didn't found any solutions in the internet yet 😦
Yes, I am using it on a R Pi for a few months now. I've not seen any errors and it worked as expected about a week ago when I had a power failure.
@proper river - if you still have any ideas about that addon issue... 😉
multiple addons stopped working for me suddenly 😒
Whenever i push the start button on for ex node red / diyhue / TasmoAdmin it just toggles and does nothing
same here after restoring a backup
also restored a backup and they seem to be broken for me 😒
yeah, trying to figuere out the issue the whole morning... no ideas so far
pfff glad im not alone 😄
But its so odd
Even when i restore a backup from 3 days ago the addons wont work
think theres someting wrong the the Supervisor
The addons are running for me, but they are not recognized as started
yea same
what platform are you on?
But i do get 502 errors when i try to acces them
HA VM on nuc
Found anything @swift cape ?
Nothing
Did restore a couple times now, no luck
Anything on git about a issue?
No havent seen any issues
Its 90% related to supervisor
make it 100%
All my addons do work
Fixed it!
How??????
Settings > System > Hardware > 3 dots Host restart
DAMN!!!! Never thought of this!
THANKS!
SOOO glad I thought to check this channel, my exact issue and this solved it too. Thank you thank you!
No worries:)
has anyone gotten the "Hello Flask" add-on to work?
Hi everybody! I have issues with ssh after a recent upgrade. Running on a Rasberry Pi4 since more than a year. I wand to use scp from the home assistant to a distant server to send files at regular interval. Since upgrade, I am getting the following error:
unable to negotiate with xx.xx.xx.xx port 22: no matching host key type found. Their offer: ssh-rsa.
I generated a new key pair of type ed25519, copied the public key on the remote server, which should support that type, but got the same error.
I am using options -o StricHostKeyChecking=accept-new -o IdentitiesOnly=yes
Howdy! I've been searching and going crazy to figure this out. I running the latest released HA and have MQTT Mosquitto broker installed and Tasmota addon installed. Are both of these working together or separate? I have more things on Tasmota. Looking at the broker, I can set user name and password. For tasmota, I cannot find a way for username and password, under options I can enable newly added entities. I have a couple of devices which are not connected to either of them and trying to remember how I set the other up. I know the ipaddress and port number but added the username and password from broker and cannot connect. Anyone can point me in a direction? I'm just going in circles.
You set up the password and user name for your MQTT broker in each of the Tasmota Devices.
@weary stratus Under broker options, I have username and password. I use that for the new devices I'm setting up. It doesn't seem to work. Does the tasmota devices need a mininum version level?
Seems I have 3 devices (which I'm trying to connect and they are tasmota v6. I'm trying to upgrade them through the proper upgrade path but maybe the device has a limitation. One of the devices is a Sonoff SV v1.
Upgraded 1 device and now able to connect. I guess tasmota v6 is too low.
has anyone used the nut network ups tools add on to monitor two UPS's remotely that are on the same nut server?
@merry spade The ones I have are running v9.5, so you probably should have a fairly recent version of Tasmota.
Hello,
After restoring Full Backup (v2022.7.5) my Hassio (RPi3) doesn't register running Add-ons...
Clicking on the Start button it will start Add-on normally and I can see in the Logs tab that Add-on is successfully running, but looking at Add-on there is still 🔴 and if that Add-on is on sidebar it says "Add-on is not running. Please start it first"
After restoring backup and upgrading to the latest version v2022.8.3 it doesn't resolve this issue.
Also, I tried to uninstall and install add-on and that doesn't help either.
What to do?
click out of the add-on page, developer tools, eg. Then click back to addons
The error message seems to indicate an issue with certain characters in the mqtt password, like ^ and even the syntax highlighting of hastebin shows that it can be confused with $
So get rid of special characters in the mqtt password. The password can be strong by just being long, so special characters aren't really needed if you've got just 32 upper, lower and numbers.
@sly kindle that doesn't help, when I go to Add-ons all of them are grayed out
does the addon have a log tab, that should show why the addon failed to start
so the info page of the addon shows the red icon, but the action buttons are "stop" and "restart"?
Action button doesn't change to Stop
But looking at Logs tab they are running fine in the background
Logs may or may not show a specific log entry that says it stopped. Often if the addon crashed, the log will show the last log messages received
can you independently confirm a running docker container?
It's RPi installation
I've one add-on as vpn client and it connects fine to my vpn server 🤷♂️
Ok, what does your supervisor log say?
Log from "File editor" add-on:
INFO:2022-08-12 19:57:08,297:hass_configurator.configurator:Starting server
INFO:2022-08-12 19:57:08,301:hass_configurator.configurator:Listening on: http://0.0.0.0:8099
Clicking on the sidebar it says: "Add-on is not running. Please start it first"
It's RPi installation
the sidebar should be going to that same url. can you navigate to that using a separate browser tab?
And what does your supervisor log say?
Full logs doesn't complain I recent logs are like:
2022-08-12 20:48:19.197 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.sensor.sunset_and_sunrise_times.attributes.results.day_length }}'
Supervisor logs are all green:
22-08-12 20:45:13 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
22-08-12 20:45:13 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
22-08-12 20:45:13 INFO (MainThread) [supervisor.api.middleware.security] /backups/ec5230e5/info access from cebe7a76_hassio_google_drive_backup
22-08-12 20:45:19 INFO (MainThread) [supervisor.store] Loading add-ons from store: 69 all - 0 new - 0 remove
22-08-12 20:45:19 INFO (MainThread) [supervisor.store] Loading add-ons from store: 69 all - 0 new - 0 remove
Is your docker up to date?
If you are using Docker then you need to be on at least version 19.03.9, ideally an even higher version, and libseccomp 2.4.2 or newer.
And you've restarted supervisor or rebooted the host?
I burned haos_rpi3-64-8.4.img.xz image to the SD card and restored my full backup it should be up to date.
Supervisor restarted and nothing changed, I've just sent my host to reboot.
host reboot was going to be my next suggestion
Hi there. I'm trying to add the Nut integreation. I've installed package a Pi and it's working fine. I can get all information I need from my UPS. When I add the nut server in my HA, I only get 7 sensors and all others are in the "Diagnostic" panel of the entities. How can I change this as I need for exemple output.current to get ups output consumption. thx
anyone familar with the Nextcloud add on?
I've mounted a network share to the nextcloud container, and nextcloud has access to the share, but I don't know how to get next cloud to actually use the share for data storage
i am having an issue setting up zigbee to mqqtt when i start the service i get
Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-08-13 00:19:11: Exiting...
Zigbee2MQTT:error 2022-08-13 00:19:11: undefined
deconz add on lost the connection to the conbee stick on my nas overnight, again, not showing up, yet it shows up in nas
I just installed an add on, it's name is: addon_a0d7b954_bookstack
My question is if there's an update to bookstack add on swill that Name change?
Coz i want to use it in my reverse proxy.
Hello. I'm trying to connect remotely to my HA from my phone (Samsung Galaxy) through Nabu Casa.
When I put in the nebu casa url into the browser, it works and I am prompted with the login screen.
When I put it into the app, it doesn't work and refuses to connect.
@twin glacier where in the app are you putting it? and ios or android?
@rose smelt that won't change
I just figured it out. imo this should be documented somewhere as many ppl had the same problem but no one offered this solution.
I first connected locally and logged myself out. Then I connected externally and was promted with the log-in screen. I log in normally on the external one and then I had to configure local access again.
@young sage posted a code wall, it is moved here --> https://hastebin.com/agulehofuz
@young sage not sure what the issue might be but that addon has always been a pain in terms of everything you've mentioned. Have you checked out something like hass-agent? You'd get a lot more functionality from your windows boxes using this instead
all kinds of sensors, notifications, and other control beyond shutdown
Sounds cool, never heard of it. Although I prefer using an official Add-On, I'll check it out.
Having an always running alien process for it feels wrong in the terms of security since I don't know how to check the code
There have been several such Windows PC integrations. The official add-on was always more a a POC for add-ons in general
I used to use IOT link but I think it went stale. But there is also Hass Workstation Service. You can search those but it looks like Hass Agent has the most features and is active
a video from last month
I mean if I were to use something that includes running a process in my Win Machine, I'd probably use the first one you shared, seems cool, guess it also gives the ability to track system usage etc
Oh I love Lewis, will check it out
IOT link requires a client install as well, and uses mqtt
I've solved the issue I was having, so just for the heads-up to those that may experience the same
I was tinkering around with my College's VPN the other day, and when I was done with it, I enabled my original network adapter and for some reason my connection was set as a public network.
I simply changed it to private network and it's now working as it should
Forgive me if this is the wrong place, but I'm having a tough time getting an AppDaemon app from HACS to run. It takes a pair of times in the format 'HH:MM:SS' to start and end the automation and I want to put a pair of time helpers. I just can't figure out the exact syntax to reference the helper.
I've tried this which doesn't work, and I'm not sure what I'm doing wrong
end_time: {{ states('input_datetime.teagan_auto_lights_end') }}
I would try pasting the lines that begin/end with {{}} into the template editor at Developer Tools -> Template and see what they return..
Did that, and it's returning the correct value and correct type also. This is the log from Appdaemon, and it looks like it's still complaining about a time format.
Where did you put those lines?
apps.yaml
Here's the whole thing https://hastebin.com/axuyujisum.yaml
As far as I can tell, it's asking for a string and I'm giving it a string. The docs for periodic_lights don't mention using a helper, but I don't see why it wouldn't work
I don't think you can provide Jinja templates there
just pass the entity_id and dereference it in the app
Alright, thanks!
any1 got an idea for this clue ?
Anyone running the Network UPS Tools (a.k.a. NUT) add on? I need some help with configuring it for multiple UPS units
Did anyone try running HA and the frigate add on on the same raspberry pi 4?
@sly kindle Well i found in the Github issues a feature request for adding ENV args and that way you can force a base path. I used that. It solves my problem. (I set basepath to https) All works great now.
All addons should have that 😛 Anyhoo thx for help all.
I am fighting since 3 days to try to "repair" an automation used for uploading data on a distant server using scp and a private/public keypair. The server is a hosted web/mail server on which I have no control. I was uploading using a ssh-rsa private/public keypair. Since my last upgrade to core 2022.08 the upload fails.
/usr/bin/scp -i /config/.ssh/id_rsa -o StrictHostKeyChecking=accept-new -o HostKeyAlgorithms=+ssh-rsa /config/file_to_upload user@web.server.de:/public_html/xxx
prompts for a password (useless in an automation)
replacing id_rsa by id_ed25519 and HostKeyAlgorithms=+ssh-rsa by HostKeyAlgorithms=+ssh-ed25519 gives:
Unable to negotiate with 2a01:4f8:d0a:6493::2 port 22: no matching host key type found. Their offer: ssh-rsa
/usr/bin/scp: Connection closed
The striking thing is that I can get HASS to upload a file to a machine in my local network with the same 2 commands and without complaint, but also that it stopped working at the exact time I did the upgrade from core 2022.6 to core 2022.8 Looks like a combination of stricter ssh on my side and weired server config on the distant side, but what a need is a working solution
Is that related to an addon?
My take is that it is related to the add-on ssh&web terminal which I installed to have access to scp
Are you running that in the addon, or via a shell_command service or similar? Addons have nothing to do with upgrading HA core
it's in the container
point is that running something in the addon has nothing to do with running the same thing via core, which runs within the HA container
and upgrading HA core has no bearing on what works or doesn't in the SSH addon
OK, but interestingly, the scp used to work in the addon on and as automation, and stopped working after upgrade. Now, how can I debug the thing while having meaningful errors, using the automation ? Though, it means, I should also move to chanel automation, I guess. Given that it is more important for me to have it working as automation as in the add-on
running the command in the HA container, which you can do via the SSH addon, is the easiest way to debug that
➜ ~ docker exec -it homeassistant /bin/bash
bash-5.1# scp
usage: scp [-346ABCOpqRrsTv] [-c cipher] [-D sftp_server_path] [-F ssh_config]
[-i identity_file] [-J destination] [-l limit]
[-o ssh_option] [-P port] [-S program] source ... target
bash-5.1#
I will point out that OpenSSH 9.0 deprecates SHA-1 keys by default, but it looks like you've tried to work around that with the options. This may be of use: https://serverfault.com/questions/1095898/how-can-i-use-a-legacy-ssh-rsa-key-on-centos-9-stream
Both the addon and the HA core container are using OpenSSH 9.0
OK, thanks a lot, I'll try understanding what is going on following your advice! out for more tests...
can someone help me with nut integration ?
Hi All. I am trying to start. phpMyAdmin, but it keeps throwing error:
ERROR: Got unexpected response from the API: Service not enabled
Anyone know what might be causing this issue?
I reinstalled the addon, but that didn't fix it.
I rebooted my server and now the addin is working . Not sure what caused the error.
does mosquito support persistence?
@swift cape @real solstice you guys still got the problem with the addons?
I have to reboot the host every time after a back is created
Anyone know how to solve this following problem?
https://community.home-assistant.io/t/add-ons-not-working-properly-after-snapshot-restore/449796/6
Addons become unresponsive after backup
Node-RED crashed, halting add-on does anyone know how to fix it? Every morning is chrashed…..
same thing
How late do you run backup @gleaming cairn ?
my backup runs at 02.00 and after that my addons become unresponsive
I believe its the same issue
My back up runs 04:30 and the crash is every day round 07:45
mm
I kinda fixed it for the moment i believe
And thats that i made an automation around 2:30 to restart host each day
Not the fanciest
But does the trick for now
is the problem known?
@gleaming cairn think this is the same issue
I set a automation on 3:30 thanks I hope the issue will fix soon…
i would set the automation after your backup finsihed
Oke thanks for the tip!
anyone running Unifi Controller addon for Home Assistant getting a Database Migration in Progress when trying to open the unifi logon page?
Did you get any answer to your question? Im wondering about the same
No, but I tested it my self. The Yale hub is also slow updating ha. 😢
Would be a super nice way if could get that updating quicker. As it is today it would work to use if for automations etc:( let me know if you suddenly figure something out or replace the lock:) I’m moving so I’m considering if I bring my Yale door man or if I replace it with something more reliable
I have cheated…I have made an automation I Verisure when the lock is unlocked then I turn on a Verisure plug witch then turn on a Shelly plug. That is updated instantly I HA
Hey guys, i can't download addon and showing "addon manager instal blocked". How can i solve that?
Is there a decent addon for HA that can be an NVR (using RSTPS cameras) that I can save to an external HDD.
Error Config-flow could not be loaded: undefined (USING HA core)
When installing a switchbot integration
My Z2MQTT has stopped working suddenly - reboot hasn't brought it back.
Getting 502: Bad Gateway
add-on logs are showing this on repeat: https://hastebin.com/natocuredi.typescript
Any pearls of wisdom?
and it's back. stopping and starting the Z2MQTT got me further in the logs, to where MQTT broker wasn't working. restarted than, now all good. Maybe docker crashed?
You can look into Blue Iris.
I'm using Frigate. I combine with a Google Coral processor, which gives object detection. Works like a charm
hi guys where is the best place to ask questions about esphome?
i am having some issues linking my new waveshare esp32 driver board
Hi Guys, can someone please assist, I have installed home assistant on my synology nas via docker and cannot find add-ons anywhere
Thanks, I assume then theres no way that I can get the MQTT Broker? I need it to connect my solar system?
install it yourself. there are easy to use containers
All the examples online show that it needs to be installed from the add-on. Im new to this so I have no idea how to install it manually
only because you're probably looking for addons. MQTT and the Mosquitto broker existed before HA and are used by lots of people who don't use HA
So I must install it through docker?
this is the top Google hit for "mqtt broker container": https://hub.docker.com/_/eclipse-mosquitto
you can install it however you like, but a container is probably the easiest
Thanks, Let me try?
I've only been using HA for a few months, but have had a lot of luck getting several containers working together with HA by primarily doing a Google search for "home assistant <name of addon/container I want to add> docker" or something similar and following the guides that come up
Frigate looks too complicated and advanced for my needs, i just need a simple secondary nvr.
hi, i'm still searching help with add-on NUT someone can help me ?
Hi all, has anyone been experiancing RTSPtoWebRTC server crashes lately - https://github.com/deepch/RTSPtoWeb/issues/208 ??
I've been struggling with this issue.
Does Frigate show specific object masks when you goto debug and turn on the show mask option for the camera? I've defined a couple of masks to exclude people but I cannot see the mask in the debug section.
Hello! I'm trying to set up ps5 addon on supervised HA on RPi4 (raspbian with docker). It's installed and running, but hitting open web ui button is providing 502 bad geteway error. Can someone help?
Hello everyone. Does anyone know if there is a way to access an Adguard instance that’s installed as an add-on, via a browser? I am trying to configure a management application, but can’t seem to figure out the correct port, username and password. https://snipboard.io/4w9Fvj.jpg
@gleaming cairn Home Assistant Google Drive Backup Geïnstalleerde versie 0.108.2 Laatste versie 0.108.3 v0108.3 [2022-08-16] Fixed an error preventing stopped addons form being started if they hit errors while stopping. Fixed many, many, many gramatical errors thanks to @markvader's #665. Fixed a missing config option in the addon schema, maximum_upload_chunk_bytes.
Hello all, I struggle with NGINX Home Assistant SSL proxy. So far no success to reach my HA from outside my LAN.
I feel blind when I try to run it.
I understand that the addon manages the reverse proxy config for me. But how can I see what is in place as rules ?
MariaDB is supposed to be used for this addn. Where is this db ? how to check its content ?
Hints/support welcomed guys.
My setup is exposed on internet via DuckDNS.
Thanks, B.
Anyone using Grocy?
Q: is there a way to not need a special login and just use the fact that people are logged into home assistant as the login
any luck to find a NUT guru connected ?
thx didn't know this one.
Hi 👋 was trying to install duckdns but after reset of my pi 4 I can’t connect to it. I can ping on the IP address
@weary stratus after configuring for DuckDNS?
If you are trying to reach it locally you should now be using https:// in your browser
Yeah after, i don’t see anything if i use https
no warning when you use https://local_ip_address:8123 ?
Couldn’t connect to the server, i trying in safari on mac
I put a display to my Rp 4. And in comand /ha network info: ipv4 address:
Is it possible to put an rtsp stream or nvr behind a reverse proxy with home assistant?
Is it possible to access Uptime Kuma dashboard/status pages from internet? I am currently using NGINX HA SSL Proxy and DuckDNS to access my HA instance.
I am doing exactly this behind WireGuard vpn addon
Is it possible to run adguard addon in dark mode?
So I managed to do it with Nginx Proxy Manager, some of my config was wrong in Nginx HA SSL proxy by the looks of it
Hi, I am trying to get the exec node in node-red to execute a bash script. The problem I have is where to put the script and what path to use to address it, anyone know, read through loads of threads on the web site but none of them seem to help., Thanks.
#node-red-archived can probably help
@ RobC Thanks did not see that channel
My Nginx Proxy Manager Add-On is refusing to start with the error message [00:47:57] FATAL: Make sure the MariaDB add-on is installed and running, even though the MariaDB Add-On is running the latest version (2.5.1)?
Fixed
So i recently migrated from a small SD to a Bigger guy. Everything migrated well. wich is super impressive.
but here's the catch. addons seem to be running, ( like ad-guard is guarding) but i cant seem to acces them nor do they give a status running.
I tried reinstalling, but no dice
so not sure what i have broken but updated my HA along with a few other add on's today and now Adguard is not opening, shows 502:bad gateway when selecting it on the side panel and then when opening the logs it comes up with the following in the logs:
19:06:28] INFO: Starting AdGuard Home server...
2022/08/18 19:06:28.453827 [info] AdGuard Home, version v0.107.10
2022/08/18 19:06:28.459028 [info] Upgrade yaml: 12 to 13
2022/08/18 19:06:28.459343 [fatal] unexpected type of dns: map[string]interface {}
What have i missed thats stopping this from working as it was fine up until the updates i ran today...
I have a similar problem, I'm setting up a new instance of HA, and when I have installed and try to start AdGuard, I get these lines over and over (1 second between each block)
[12:44:21] INFO: Starting AdGuard Home server...
2022/08/18 12:44:21.414436 [info] AdGuard Home, version v0.107.10
2022/08/18 12:44:21.414637 [info] home.upgradeSchema0to1(): called
2022/08/18 12:44:21.414647 [info] deleting /data/adguard/dnsfilter.txt as we don't need it anymore
2022/08/18 12:44:21.414661 [info] home.upgradeSchema1to2(): called
2022/08/18 12:44:21.414696 [info] deleting /data/adguard/Corefile as we don't need it anymore
2022/08/18 12:44:21.414719 [info] home.upgradeSchema2to3(): called
2022/08/18 12:44:21.414727 [fatal] dns configuration is not a map
On my other instance, I haven't upgraded to latest HA (it's on 2022.8.3 (SU 2022.08.3, HA 8.4) ), AdGuard is working. I guess something has changed in 2022.8.5?
i have the same problem. I think that adguard is broken because I just installed the homeassistant version 8.0 to make sure it is not a newer ha version
Hi. Does anyone know if there is a way to display two axes in the Grafana addon? I‘d like two overlay two graphs (produced air in m3 and consumed power in W)
Thanks!
Albert
Need some help with Nginx Proxy Manager. I had a power failure yesterday and now opening Nginx Proxy Manager it acts as it's a new install the admin@example.com / changeme works and there are no host. However all of my existing host still work. Not sure how to get into it now?
The login screen is showing v0.0.0 which is incorrect as the add on shows current version 0.12.1. Is there maybe a way to force reinstall? I have tried clearing cookies and emptying cache with a hard reset and still the same issue
I've been having an issue with Docker being able to pull images and I keep getting 500 errors. Would anyone mind taking a look at the forum post I have for this issue and see if you have any ideas? Would anyone mind taking a look at the forum post to see if you have any ideas? https://community.home-assistant.io/t/unable-to-pull-images-from-ghcr-io/448349/
Nope, GitHub denies you access according to the server response
not much to say about that
It looks like the 500 is actually coming from the local Docker API.
idk, it's weird, and persisting through a fresh install if I restore from a backup.
Yes, that is normal
Docker is client & server. So the client ask the docker host to download an image. the docker host tries to download it. the docker host gets from github: "Get "https://ghcr.io/v2/": denied: denied" and responds back to the docker client with: error 500, something went wrong
I just removed all credentials from the registries list within the UI, and it seems to actually be working. Even though it didn't the last time I tried that. idk, I'll see if it stops working again. thats frustrating, lol.
seeing my MQTT clients connecting to the broker as:
1660726184: New client connected from *.*.*.*:59754 as DSMR-reader (p2, c1, k60, u'***********').
but a few are connecting as a random string , like homeassistant , zigbee2mqtt how could i change this ?
1660726178: New client connected from *.*.*.*:56389 as 2boVROtSS8hjlHcSwiz3d8 (p2, c1, k60, u'************').
got it , bit confused about mqtt: being deprecated...
i dont have mqtt: i do have some sensor: - platform: mqtt defined in caonfig.yaml
So mqtt is being deprecated you say? In what sense? @gray kettle
I run the add-on for it. Mosquitto.
you should migrate those to the new format: https://www.home-assistant.io/integrations/sensor.mqtt/
yea fair enuf. not sure if its worth uninstalling or just hanging tight till an update is sorted
Why can't I find the addon "VSCode Remote", when I search for it in the addon-store? "No results found in Home Assistant Community Add-ons."
It's called "Studio Code Server" now.
Have you gone to cli through ssh or the terminal and ran a check on the Mariadb homeassistant database to make you don’t have a corrupt database? When I used to run on micro SDcards on RPi that would happen occasionally. It meant the SDcard was nearing end-of-life.
Hi! I have installed HA on a NUC today. I used the backup of my old system, that is currently offline. The NUC is now on same IP address as my old system, but I have some problems with: DuckDNS, and maybe also with other services...
When I click Start on Duck DNS, I get: Unknown error, see supervisor. (After an hour and with youtube I now have a supervisor button). Under supervisor, the error is Add-on core_duckdns can't write options
My old system was Ubuntu, Docker, and as it was not supported I was not able to update it for a while...
@cyan orchid try uninstalling and reinstalling the duckdns addon
copy the config to your clipboard first, then you can paste it back in
Yes, and the tables still contain my data.
I only use the sd as bootloader. Home assistant itself is on a usb stick. (learned that a while ago when it did crash)
Edit: problem's fixed now
If the item that you're looking for is shown "greyed out" under Diagnostics, you may be able to click on it and click Enabled.
@opal orchid posted a code wall, it is moved here --> https://hastebin.com/yinarepera
Is it normal for the NUT add on to switch to unavailable after being up for a little while(less than an hour it seems)?
Hello,
I have just installed node red and started it but when i open the web ui i get "Add-on is not running. Please start it first" and then the app has stopped running when i go back
hi there, i am new here, sort of new to home assistant in that im not completely understanding everything yet. i have found that i have some addons that will not start and even when i click start they do not start. i have tried to reboot and still no difference
I'm trying to access an API in adguard addon, which is using ingress. I know that it's possible to access the HA API with a bearer token, but I'm currently unable to get API calls to go through to the addon. Is there some guide somewhere how to access APIs provided by addons?
I just restored a working back up on a new install and none of addons will start, I just tried uninstalling one and then reinstall to see if it would then start but that didnt work either. Does anyone have a clue what I might be missing please?
@scenic creek @quick veldt @languid wagon try clicking out to developer tools and then back to the addon page
@sly kindle thanks but no that didnt work for me
everything else seems fine but the addons just wont start
Hi there, i have the same issue - no addon will start...
INFO:2022-08-20 17:45:06,475:hass_configurator.configurator:Starting server
INFO:2022-08-20 17:45:06,476:hass_configurator.configurator:Listening on: http://0.0.0.0:8099
2022-08-20T15:57:30.750Z] info Using config file ~/.config/code-server/config.yaml
[2022-08-20T15:57:30.751Z] info HTTP server listening on http://0.0.0.0:1337/
seems to be a problem with the listening ip....
looks like my issue may of been lack of memory im running a VM and only gave it a gb just upped that to 4 gb and the addons started fine
Yep, this was even my issue - 2,5GB increased on 3GB - everything ist fine 🙂
2 CPUs, 2 GB ram is where you always want to start
That will teach me for following old guides and not making a note of what i had previously done 🙂
I've got the Plex addon running but I've run out of space in my media folder, and I heard HA OS added support for external drives but I could have find where to go for a how-to
What's the way for Home Assistant OS on a HABlue to expand storage space?
(edit: moved to #installation-archived)
That's more of an #installation-archived question than an #add-ons-archived question, but in my experience Plex as an add on is fine if you're not transcoding. If you are though you'll likely need a more powerful machine with the right (intel) graphics card.
Okay, after jumping in #installation-archived and being recommended a different add-on, SambaNAS from this repo https://github.com/dianlight/hassio-addons
I'm getting hung up on the SSH step of starting this add-on, and since I've never used public/private keys for SSH I'm pretty sure that's the step I'm doing it wrong on.
I've reset my SSH server add-on to default settings to remove my old password, and re-configured it using the public key generated from here: https://www.wpoven.com/tools/create-ssh-key#
Then added the private key from above site into the SambaNAS configuration as instructed, but it still gives me permission denied errors every time I start it. [16:17:29] INFO: MediaLibrary option found! Warning: Permanently added '[192.168.86.10]:22222' (ED25519) to the list of known hosts. root@192.168.86.10: Permission denied (publickey). cont-init: info: /etc/cont-init.d/automount.sh exited 255
Update: thought maybe I was generating the wrong type of key, so I switched to this website, https://cryptotools.net/rsagen to generate the keys, and it's still not working.
Can someone tell me if I'm missing something obvious?
SSH & Web Terminal SSH Config: https://i.imgur.com/goxUsJB.png / https://hastebin.com/sufomeceqo.yaml
SambaNAS medialibrary Config: https://i.imgur.com/2qMWz3G.png / https://hastebin.com/efohaposag.yaml
Generate an ECDSA key instead using ssh-keygen -t ecdsa
And I put that into the... home assistant terminal?
that's one place
you're also specifying the username in the SSH addon as "hassio" when the other addon is using "root"
ah! okay, before I figure out the new key, cause I'm pretty sure I did that problem wrong, let me try just fixing the username, and see if that's all it was.
Since the SambaNAS addon didn't even ask me for an SSH username, I assumed the key pair login method didn't need one
Yeah, in hindsight now that you've pointed that out, I see that should have been more obvious to me.
actually, it looks like it's using the debug SSH interface:
Warning: Permanently added '[192.168.86.10]:22222' (ED25519) to the list of known hosts.
that's not the addon
Yeah you need to be setting up the keys for ssh on the host over 22222
Not the ssh addon
I did change the port number on the SSH & Terminal to 22222, forgot to mention I did do that step
No thats not what you do there
that's not going to help
22222 is reserved on the underlying host
ohh, that's why it was linking me to the dev pages for the HassOS stuff. I was wondering where that was supposed to come in. I'll go read that then next.
Following up, that was the missing piece I needed! thanks again! I was doing the key stuff right, I just didn't realize that the SSH was supposed to be going to the HassOS host, not the SSH Addon. I hadn't realized they were different.
I made a full restore on new pc for HA. Now I have problems with nginx. First there was: No relevat user found. Then created new user, but now there aren’t any hosts. Then I restored only Nginx again, but still no hosts. Can I restore the hosts or get the data back? Connections are still working
Hi everyone, is it possible to communicate between addons directly? Say I have a REST API at addon A that I would like to query from addon B, is that somehow possible?
Studio Code Server (afaik) is an addon to give you VS Code within HA interface. VS Code remote is an add-on to connect to with a local VS code installation. I have the same problem as stix... How can I install https://github.com/hassio-addons/addon-vscode-remote
Hello Everyone, I have couple of realme devices ( a smart plug and a light - https://buy.realme.com/in/goods/334 ). Is there any integration available for realme devices. I couldn't find anything in the store.
Studio Code Server afaik is an addon to
Is there an architecture diagram of how addons work anywhere? I found the creating an addon guide on the documentation, but I really just want to understand how all the pieces fit together.
It seems that each addon is an independent docker container, is that correct?
excellent, thank you. It seemed implied in a lot of places but it wasn't specifically stated as far as I could find
Hey @raven tinsel ! It isn't clear to me.. niginx + ssl (via let's encrpyt dns challenge)... which add-on do we use. There is the Let's Encrypt by itself, the nginx one (which it isn't clear if it has let's encrypt built into the add-on), or the Nginx Proxy Manager, or some combination of the three?
I'll do a pull request to update the docs if I can understand the relationship between the three.
Please don't ping / mention people at random to get an answer more quickly
that is kinda demanding
Apologies. I wasn't trying to get an answer more quickly. I would have DMed you for that. Just wanted to make sure you had a notification because I know you float between channels.
I would have DMed you for that
I would have asked you to use the public channels 😉
Exactly. and it would have been rude to demand an immediate response anyway, right?
:S
i'm not sure why I am in the conversation at this point 🙂
anyways, going to continue working on some stuff 👋
Cool. When you get a chance, let me know how I should write-up the relationship between the three and I'll pitch in an update.
Or did the maintainer change?
If so, double apologies.
there is no relationship between the three
they are just different add-ons
use what you like or prefer
Not sure what that has to do with it 🤷♂️
phpMyAdmin - I'm running HA 2022.8.6, Supervisor 2022.08.3, OS 8.4, phpMyAdmin 0.81., MariaDB 2.5.1. I just installed phpMyAdmin and have attempted to run it using the side bar and get a message to start the Add-on. When I go to the phpMyAdmin add-on and select the start button I note that in the upper righthand corner the circular icon in RED. I've looked in the log file and haven't spotted anything that stands out to me. Any thoughts or ideas on how to resolve this issue.
@glad hare try clicking out to developer tools and then back to the add-on
I selected the Developer Tools in the side bar and then the phpMyAdmin and it returns. phpMyAdmin
Add-on is not running. Please start it first
Hi, Does anyone know where I could access the Zwavejs2mqtt addon files on the host system via ssh? I can't seem to find the path.
Hello, the add-on store is missing from my home assistant. How do I add it?
how did you install HA?
Docker container
All I really want to do is add a vibration sensor, but I have to edit the configuration.yaml file and I was told that requires a file editor, available on the add-on store.
container installations don't have the supervisor and don't support addons
"file editor" is just that, a file editor. you do not need an addon for that
If you installed via docker you don’t get addons. You need to provide your own means to edit the file.
Ok thanks for the info
Is it possible to export data from nginx proxy manager addon? Or how to acess mariadb database to export data from nginx?
Anyone have a clue why I'm seeing a "certificate invalid" message? Seems to be happening way to often on this particular setup (other setups working fine) https://ibb.co/qg0qmw4
checking duckdns addon everything seems fine with no ip update needed
restarting the addon results in no change, still unreachable through app and browser - RESTARTING the whole machine works though
and I'm good for a month or so
@hallow wave is it only showing as invalid when using the app?
When you tried a browser, was it invalid or unreachable
it was unreachable with the browser
The apps will complain about SSL in both cases. The browser only in one
So rebooting the whole thing makes it sound like the issue is with connecting in general.
Thing is that this device is in a remote location and luckaly I have another machine that I can remote in to and use the browser from that machine to access home assistant on it's local ip and reboot it, so it's reachable on the local network, just not through the web until rebooted
@sly kindle not sure you saw my previous message, but it was unreachable from internet using a browser
@hallow wave yeah, so if the certificate was expired, you would see a warning which you could advance through
If it was just down or unreachable, then there is no warning about the certificate
I'm sure the certificate was valid, and after restart the logs show that duckdns won't update certs since they would be valid for more than 30 days from then.
What could be the cause of this issue when unreachable?
I should also mention that I'm using the same duckdns-updated address to remote in to the other machine on site, so this feels like an add-on or HA issue
Tailscale logging level : I recently installed tailscale addon. Really simple et effective.
I just observe a very verbose logging. How can I reduce this ?
2022/08/23 09:29:26 Accept: TCP{100.107.102.6:40200 > 100.xx.xx.xx:8123} 52 tcp non-syn
2022/08/23 09:29:26 magicsock: disco: node [QdaoF] d:999da76ac0fe3c62 now using 192.168.2.1:42799
2022/08/23 09:29:34 Accept: TCP{100.xx.xx.xx:55677 > 100.xx.xx.xx:8123} 40 tcp non-syn
2022/08/23 09:29:43 magicsock: disco: node [spSBG] d:4e2242017a4d5c48 now using 192.168.2.162:41641
2022/08/23 09:29:50 Accept: TCP{100.xx.xx.xx:55677 > 100.xx.xx.xx:8123} 40 tcp non-syn
2022/08/23 09:29:59 Accept: TCP{100.xx.xx.xx:55677 > 100.xx.xx.xx:8123} 40 tcp non-syn
2022/08/23 09:30:04 Accept: TCP{100.xx.xx.xx:55677 > 100.xx.xx.xx:8123} 40 tcp non-syn
2022/08/23 09:30:20 Accept: TCP{100.xx.xx.xx:55677 > 100.xx.xx.xx:8123} 40 tcp non-syn
2022/08/23 09:30:29 Accept: TCP{100.xx.xx.xx:55677 > 100.xx.xx.xx:8123} 40 tcp non-syn
Would it be doable to get nginx plugin to handle other services?
Before moving to Supervised i ran Swag as a reverse proxy and set up several CNAME records internally. nodered.mydomain.se, esphome.my... you get it.. which then redirected to the services.
Could i somehow add config to handle this in the existing add on , or is the is "nope" situation?
Hangon... Why have i not noticed the actual nginx proxy manager addon before....
Hi! Anyone else having problems with Zigbee2Mqtt lately? I was using the edge version for quite a while now and since a couple of weeks the addon keeps failing sporadically... Now I wanted to change to the "normal" version again but cant open the GUI --> 502 Bad Gateway
I'm trying to install the UniFi addon but am failing. When hittin install button HA crashes an the log shows this:
Failed to to call /addons/a0d7b954_unifi/install - Can't install ghcr.io/hassio-addons/unifi/aarch64:2.3.1: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/hassio-addons/unifi/aarch64:2.3.1/json: Not Found ("no such image: ghcr.io/hassio-addons/unifi/aarch64:2.3.1: No such image: ghcr.io/hassio-addons/unifi/aarch64:2.3.1")
Does anyone have an idea whats the issue with that? I'm wunning on RaspberryPI4.
hello guys
I'm trying to install Weather Card through HACS
but it just keeps there "thinking" and never installs nothing
i've been having this for some days now, everytime I try to use hacs
Howdy, Trying to login to NGINX proxy manager add on and its telling me no relevant user ,, it also shows the version number in the web UI as 0.0.0 ,, is there any way to check the username “email address” i know the password is right because it saved it in 1Password but it didn’t grab the username :/
updates to HA, etc. work fine
hello, I added "flex-table" from HACS but I have this error when i want to create a card in yaml : custom element not found : flex-table-card
ok thanks
It is broken, a lot of users has this problem. I am trying to move to another Nginx-not addon: https://discordapp.com/channels/330944238910963714/672220642099200000/1011349138740363294
Actually the Supervisor is broken, that causes issue in much more places
You can look at the database using the PHPMyAdmin add-on, but it will likely run into similar issues as the nginx proxy manager itself at this moment
Hello everyone, can someone explain to me why I can not get into my zigbee2mqtt? I have a "502 Bad Gateway" Here is the log from the addon
hmmm, i can't send files....
is there anyone here that can help with node-red always running on port 80, or let's encrypt that also always wants to run on port 80.. but neither of them respect the option to change the binding port.. ?
hi everyone. I'm trying to get DuckDNS setup with Letsencrypt. I have the DuckDNS add-on installed and configured per the documentation, but I'm not seeing an /ssl/ directory in my config directory. I've restarted HA. are the keys suppose to generate on restart or is that a separate process?
@vague summit the SSL directory isn't within config
If you want a clear view and easy access of the directories, check the samba addon
The duckdns addon add-on will take care of the certificate and put them /ssl
And whenever you restart that add-on, it will check if renewal is needed
ok, I've SSH'ed in and located /ssl/ in the root, but I'm not seeing the key files there
ok, figured it out. I had a space at the front of my DuckDNS token in the add-on configuration. doh! looks like the keys generated.
I am looking to aggregate older influxdb data but before altering the retention of the original data, I'd like to back it up. Googling indicates a number of locations that don't have the database file for in my installation (VM HASOS). I am presuming then that the only backup option I have is via HA. Has anyone done this before (or moved the db to another machine with more space) that could offer some advice or point me to documentation for the same or for exporting old data that could later be imported if things went wrong?
Please tell me a good instruction for installing server deepstack in homeassistant. HAOS is installed on a PC, without any other systems and virtual machines.
Not possible without an addon. I suggest looking for one
There are instructions with the addon, but here's how to install the server on a PC...
which already has HAOS
If you found an addon, you install the addon.
Perhaps provide a link to what you're taking about and what you're having trouble with
ahh, you mean exactly the addon for the server? Is there such a thing? I understand that it needs to be installed somehow on a virtual machine, this server. And then with the help of the addon client to work with it.
An addon for HA OS
@weary stratus HA OS uses docker and everything is running in containers. To add software beyond HA itself, you install addons. If Deepstack is available as an addon then you would add it that way.
I understand. I used to understand that there was a Portainer add-on for this, but now it is not available, it is simply not on the list.
because adding or modifying containers is a road to sadness and disaster and is no longer supported
again, you need to find an HA addon that supports what you want, or you simply cannot do it on the same machine on which you're running HA OS. Your other alternative is to run HA OS in a VM on that machine, and then you can do whatever you want in the host OS
but since it is not possible to find, the second option remains. But I don't know how to do it either.
I can install proxmox and a virtual machine, but I don’t know how to do it further)
With HAOS it's clear. And here is the installation of Doker, and the installation of the Deepstack server into it ...
those are outside the scope of HA
There's a frigate add-on @weary stratus
Which?
this is isn't a general server question discord server. I'm sure there are plenty of resources on the web for installing Docker and deepstack
it has nothing to do with HA
I'm developing an add-on which needs more configuration than what is possible with the schema in config.{json,yaml}. One way would be to mount the config directory into the docker container using map in the add-ons config. I would rather not do that, because there live lots of sensitive files. Anybody has an idea how to access some custom config file from the add-on?
#devs_add-ons-archived would be a better channel for that
did not see that one. thanks, I'll ask there!
Anyone use the iCloud3 addon here?
On bluetooth, how can I know if I should be using device hci0 or hci1, and how can I see if the integration is working?
[Warning] Access denied for user 'homeassistant'@'172.30.32.1' (using password: YES)
hi how fix this?
mariadb
i am having trouble setting up an external mqtt server to add to the home assistant mosquitto, someone could help me?
the server uses the protocol mqtts://
I am running on the latest version of home assistant and noticed my esphome addon was quite old - 2021.10.3 I checked the addons store and noticed that according to the addon it isnt actually installed. I installed it and now there are 2 versions. How can I get rid of the old one that isnt tied to the addon store?
Good evening, my node-red is stopping random how can I fix it?
Check the logs, find the problem, fix the problem, profit?
Can I install canvas library using npm package: [canvas] in node red configuration ?
anyone else install the eufy_security_addon and it not show up anywhere for configuration after in the add-on section?
Hi,
I have a question about media players and the Spotify AddOn.
I have installed the Spotify addon and would like to play the music on a media player connected to homeassistant. How can I add Spotify as an audio source? Can I somehow pipe the audio output of my raspberry into a media player?
(Running HA OS on a RP4)
But I can play mp3 files (which are on the pi and not on the Media player)
Why can't I play other sound sources?
It sends a command to the media player to play an MP3 from an URL
which is control
The thing you are requesting is not possible from HA, it HA doesn't handle audio
it handles controlling a media player.
Frigate folks - I have notifications nearly worked out but hit a stumbling block - automation fires but I get an error:
Failed to load attachment
Response status code was
unacceptable: 400.
Not sure where to go with this. I have the Beta Frigate running, the cameras work, and the automation detects. I also have Frigate Proxy running.
Help please.
#Frigate
Is the "Hey Ada!" add-On currently still only usable with cloud speech-to-text when you want to dictate speech commands?
Is it just my installation, or is all add-ons borked in the newest version?
Nothing is displayed when clicking on the addons in the sidebar, just a white page.
Works here. Checked logs? Everything running? Try a reboot maybe. (i use a NUC as Home Assistant host)
Just tried a reboot. Can't see anything in the logs that explains anything either.
I'll try another reboot. (generic x86-64 HAOS)
Nope, still just blank page on many addons. Even Backup is blank so can't roll back 🤦♂️
Anything on your console.?
Looks like the addons start up, they just won't show when i click on them on the sidebar