#add-ons-archived
1 messages · Page 64 of 1
Any idea why the "hassio_google_drive_backup" is NOT saving configuration.yaml when selected "HA config folder" ???
customize.yaml google_calendars.yaml groups.yaml home-assistant.log.fault home-assistant_v2.db input_boolean report.py
scripts.yaml secrets.yaml
those are the only files in the tar
despite the add-ons specifically saying it will backup the configuration.yaml
"Home Assistant Configuration"
"Backup the files and folders from your Home Assistant config directory, eg configuration.yaml"
😦
only the latest backup lacks the config yaml tho
at least i could restore the version from the 11/10 .. missing a few sensors but better than nothing
guys, I have raspberry pi zero w with fresh home assistant how can I install ESPHome addon? it comes up with not compatible massage
hi, i'm wondering if anyone gets samba 9.5.1 to work. i cannot edit password or username, changes are not taken into account
yes, it works fine
review the addon logs and make sure that your password isn't being rejected as insecure
workgroup: WORKGROUP
username: ha
password: this1is?notEasy123!
allow_hosts:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- fe80::/10
veto_files: - ._*
- .DS_Store
- Thumbs.db
- icon?
- .Trashes
compatibility_mode: false
still getting the same failiure as described
what is failing?
can't edit and "changes aren't taking into account" can be two different things
Fehler beim Speichern der Add-on-Konfiguration, Missing required option 'password' in Samba share (core_samba). Got {'workgroup': 'WORKGROUP', 'username': 'homeassistant', 'password': None, 'allow_hosts': ['10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16', 'fe80::/10'], 'veto_files': ['._*', '.DS_Store', 'Thumbs.db', 'icon?', '.Trashes'], 'compatibility_mode': False}
means: failiure while saving the add-on-configuration
enclose the password in quotes, and maybe get rid of the "!"
makes no difference
seems like all changes are ignored to the config
I would copy the config out, remove and reinstall the addon, and then paste it back
i had to update core and ha firmware..
I maintain a modbustcp to MQTT bridge called "modbus4mqtt", and I had someone ask whether I could make it compatible with HACS. I run an older, self-hosted version of HASS so I'm not able to locally test it. I've set up the github actions to validate the repo, but I'm getting a check failure from the action/pipeline and I'm not sure what's wrong. I'm a bit fuzzy on the distinction between addons/integrations/plugins, too. This is the error I'm getting when running the HACS validator action: https://github.com/tjhowse/modbus4mqtt/runs/3916492541?check_suite_focus=true
HACS doesn’t host addons
An add-on is a Docker container with tweaks to allow it to be configured in the Supervisor UI. It is only available in the Supervised installs (#330990055533576204 and #330944238910963714) since if you've used any other install method you're able to install software already.
Integrations integrate Home Assistant with devices or services, or provide functionality within Home Assistant. Add-ons provide additional software or services, which an integration could possibility integrate with. Add-ons are for Home Assistant OS and Supervised only, other install methods can install software other ways.
It looks like that generates a Docker container, which could be a candidate for an addon, but not an integration and not through HACS
I publish a docker container for ease of deployment, but the main output from the project is a python wheel
Then maybe a library that you would build an integration on. I’m only guessing based on a quick glance at the code
It isn’t meaningful to HACS or HA at all in its current form
But if the point is to interact with a device and publish to MQTT, then packaging the container as an addon might be more appropriate. Perhaps ask the user what they had in mind
I suspect the driver is that they would like a way to run modbus4mqtt as a service, managed by HA in some way. Sounds like an addon would be the best fit for that use-case?
It sounds like it. It would publish to MQTT and HA would discover entities through the topics
Loosely coupled
righto, thanks for the guidance
I wasnt looking to ha for a few days. But today when i checked it was working. I didn't do anything 😕
Hi. I am trying to play one of several online radio sources using the 3.5 jack of my raspberry pi. But I am confused. I only have speakers with a 3.5mm plug and my Raspberry with HA.
Tell me what kind of plug-in for playing online radio through the 3.5 connector. Or maybe there is a solution for playing sound on 2-3 Bluetooth speakers from my Raspberry pi...
please
Hi. Yesterday, after updating to the new and latest version, my recorder and connection to the local MariaDB stopped working. I tried to look for any changes, but I didn't. Can anyone please advise me? About half a year ago, some changes were in some signs.
solved
@mellow zephyr posted a code wall, it is moved here --> https://hastebin.com/racazemuri
Hey,
i try to enable duckdns behind a fritzbox.
The update of the IP works but the HA instance is not reachable from the domain.
above the config i use
you use port 443?
and are you actualy testing from outside? like with your phones mobile connection?
443, yes
not tested via mobile. Is that important?
getting a "ERR_CONNECTION_TIMED_OUT"
with another domain from fritxbox "myfritz" it is working
id test with external conection to make sure the portforward actualy works
it might not work from within the network without enabling nat loopback on the router
Did that right now but it didn't work
I guess it is related to the domain from duck
it shouldnt be
if it points to the correct ip and your portforwarding is correct it should work
does that myfritz thing point to the same ip?
Just upgraded the Community Applications plugin to v2021.10.17a and now the page won't load. Just keeps saying "Updating Content" and spinning forever.
Is this normal?
what is that?
Hi i am a newbie, i cant re-install my ewelink addon. Gives me this error please healp The command '/bin/sh -c yarn --production' returned a non-zero code: 1
2021-10-16 20:22:07 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons/f4f71350_ewelink_smart_home_slug/install - The command '/bin/sh -c yarn --production' returned a non-zero code: 1
Will check
Anyone setup passwordless SSH on Homeassistant_OS?
I'm following the below guide and have setup passwordless SSH several times in the past but it keeps prompting me for a password after all the config and I feel like I'm taking crazy pills. Anyone think of something dumb that I may be overlooking?
https://community.home-assistant.io/t/sshing-from-a-command-line-sensor-or-shell-command/258731
hard to say
is this related to an addon?
if you're using the SSH addon to generate the keys, then the typical mistakes are not putting the private key in the right place and not pointing to the private key in the SSH command line
yeah I figured it was related to the specifics of 'ssh and web terminal'. I basically went through the guide above step by step and no dice. -vvvv output shows it at least trying the key but then for some reason says disable method, super weird.
debug1: Offering public key: /config/.ssh/id_rsa.pub RSA debug3: send packet: type 50 debug2: we sent a publickey packet, wait for reply debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,password,keyboard-interactive debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password
but possibly just related to how homeassitant_os is setup so I can ask in another channel if theres a better one. I'm coming from an older HA setup that I'm trying to convert and need some SSH commands integrated into it, and passwordless SSH was how I had it setup before.
What ssh command line did you use?
The other typical issue is wrong permissions on the local or remote .ssh directory
I used Putty once the add-on was enabled. Tried from both the session given initially from Putty as well as through running docker exec -it homeassistant bash, both unfortunately prompted for password.
Are you trying to ssh into HA or out of it?
out of it, into it was fine. I've got another PI i'm using as a test.
That’s why I was confused with the mention of Putty
ah, my bad haha. yeah in is fine, out is giving me grief though.
tried ssh-copy-id and even manually copying the pub key over just to be 100% and even the verbose output basically just says 'nope'
?? Like the actual command I'm using to try and connect?
ssh -vvvv -i /config/.ssh/id_rsa.pub pi@raspberrypi
You’re passing the wrong key
I tried both and they both shot me down. Lemme try real quick
yeah, no dice on that either.
Then:
The other typical issue is wrong permissions on the local or remote .ssh directory
700
thought I disabled strictmodes check but thats a good call, lemme double check it
yeah priv key is 600 and just changed dir to 700, still prompted.
Figured it'd explicitly say a perm issue in -vvvv output too if it was a perm issue. Maybe something with the actual sshd_config?
hmm, just noticed early in the output it says Reading configuration data /etc/ssh/ssh_config which I believe is different than the normal sshd_config that the plugin uses.
Thanks for the link and the hand though, I'll dig through to see what I can find.
@coral panther do restorecon -Rv in the ssh folder and on the ssh folder, you might have screwed up contexts
Tag me if you still have issues with this, ive dealt with ssh issues in my job so much I will likely be able to help out
Does anybody have experience with the Assistant Relay add-on from Apipa169? I'm trying to send a command to Google Assistant to turn on my ViewSonic projector which is (kind of) supported by Google Assistant. If I tell Google Assistant "Talk to ViewSonic to turn on" the projector turns on. If I try the same with Assistant Relay it does absolutely nothing. Even though asking about the weather does work in Assistant Relay so there is a working connection with Google Assistant. Is it even possible what I'm trying to achieve with Home Assistant? If this is better placed in another channel, please let me know so I can move myself to the correct channel 🙂 thanks!
Assistant Relay is very unreliable for anything other than voice announcements
If you have a better alternative to be able to turn on and off my projector, I'm very interested
I'd go with builtin google_assistant integration or Nabu Casa cloud. The former requires a bit of tinkering with GCP console but it's not that hard to be honest. It's a lot easier than Alexa in my opinion.
You can read this :
https://www.home-assistant.io/integrations/google_assistant/
@mild osprey Thanks! Very much appreciated. Would you mind if I DM you?
welp, nevermind, I'm a dummy. Turned out to be bad perms on the server in /home/pi. Didn't realize the perms had to be applied to that parent directory as well, especially considering that it worked fine with other nodes on the network prior to the perm change.
In case it helps anyone else out, running sudo /usr/sbin/sshd -d -p 2222 on the server and connecting from HA showed the error which was Authentication refused: bad ownership or modes for directory /home/pi .
Running grep 'sshd' /var/log/auth.log will also show it but may not be as clear as doing the debug mode.
Thanks again robc and coachsylvester for the hand.
how can I get full log from specific addon?
in the logs tab it keeps showing only part of it I want to see it all
there's no direct integration for this viewsonic I assume, so it isn't there to be exposed to Google Assistant
@sly badge did you click on "refresh"
you have to keep clicking it to see more
My bad, I thought it was the other way around.
That's why I put it in quotations that it's supported by Google Assistant. I was able to add the projector to my Google Home app. I can't control it in the app, only through voice or text commands in Google Assistant. So I was hoping it would be possible but it might be a restriction of the Google Assistant API :(
How do I make frigate's RTMP restreaming not terrible? The restreamed feeds are quite choppy
Sorry mate, went to sleep, if you still need help then of course
Tried to find this mentioned previously but haven’t found it. Node Red doesn’t appear as an option to add in the add-on store. Does anyone know if this is a known problem? Thanks!
Do you see the section named “Home Assistant Community Add-ons”?
I'm running HA OS in a Proxmox VM - I have just installed the influx db addon, and was looking at using Grafana too. How do I do it? (I think everything is being stored in the default database at the moment)
Hello guys,
i'm currently running several HomeMatic IP Components with Debmatic, connected to Home Assistant.
As I have many issues with Debmatic, i tought about moving to the HomeMatic-Addon, is it compatible to the RPI-RF-MOD (via HB-RF-USB-TK module)?
I installed the addon, connected the device, its shown in lsusb on hassos host, but not in /dev/ I guess
Yes, and I have quite a few things installed from there, but Node Red has disappeared
do you have advanced mode enabled in your profile? I doubt that it matters, but that's the only thought I have on that
Hi everyone, I'm running HA in a VM, have influxDB and Grafana, and I'm able to display most things in a dashboard, however, I have some sensors that don't seem to update consistantly to influxDB. If I check their logs in ESPHome, or look at the sensors in HA, everything seems fine, but they don't show data points in Grafana consistantly (meaning some 5min segments don't log a datapoint.
Any suggestions?
hi, i have question about " Samba share " add on, how do i configure it to use my external usb HDD as part of share drive .. sorry i am new to this
Hello guys, I receiving a Light from Deconz as dimmable. But the light is not dimmable, where can I edit to remove brightness capability? Thanks
Hi all, new to HA, abit confused about the supervised/hasio stuff. I have HA running in docker on my ubuntu server, and another docker container running frigate
I want to install this, https://github.com/blakeblackshear/frigate-hass-addons/tree/main/frigate_proxy , but it looks like I can't because I need a 'supervised' HA install for add-ons? Can I install it manually?
It was also confusing to me. In the end I switched from PC -> PI4 and then to and ESXi VM. It depends on your needs but for me the VM (with supervised/HAOS) works best
You simply press a button insite HA - of course you can try starting all sorts of docker containers outside ppl have created (which hives you more freedom - that you almost never really need)
Honestly, I don't want to go through that effort, I just want to install the frigate proxy in my own container and call it a day, but I'm not experience enough with docker to understand how
I totally agree with you. But the add-on containers are sweet and simple and integrated with haos - anything else you get from docker hub requires heavy manual integration steps
also add-ons comes in two flavors - some are just a Dockefile - others have an entry in the config file to download a prebuild / streamlined images from docker hub
feels wrong to run HAOS in a VM imho
Well - I didn't invent the add-on system. HASO offers a level of integration that the plain docker approach doesn't have (at last I don't know how to add it if it exists).
Very common
Now, esxi on a pi....meh
Why not just run HA OS on the pi?
Using a NUC atm, may switch to a VM
Are you running ha os directly on the nuc right now?
Does anyone know why Let's Encrypt keeps stopping itself? I had it going with DuckDNS on an older iteration then I moved and started from scratch and am just now getting outside access going again. I can get to it with http: but not https: and every time I check Let's Encrypt it's off.
Is this the channel to ask about community addons?
There's a different server for that
I have no idea how to give it to you though, haha. Too new on Discord
There we go
Ty man
@crimson cliff let'sencrypt doesn't need to run except to get and renew the certificate
Are you using the duckdns addon?
@sly kindle Yes. It works with the duckdns url but not with HTTPS, just HTTP
If you're using the duckdns addon you don't need the LetsEncrypt addon
It has it built in
Oh, I didn't know that. I just copied my older setup. Any idea why HTTPS doesn't work then?
Turns out I forgot a step in the config...my bad.
after much pain I moved to HAOS running in virtualbox
Could someone please help me with the Wire Gaurd add-on?
Any ideas why the Samba addon works really well until i start using git/atom/vscode to commit/pus/pull/etc
then it just shits the bed lol
Its worked flawlessly until the most recent version (9.5.1)
Maybe SD card is dying and its just a coincidence?
Does anybody know if DNS over https or TLS is possible with the AdGuard addon and nginx proxy manager addon?
I'm getting port 443 error obviously because my nginx proxy manager is using that port, so I'm guessing there really isn't a way...
@vernal dew what issue are you having with the wireguard addon?
dont know if im blind but cant find any info about Birdseye for Frigate. what is birdseye?
Hello 🙂 Apologies if I am being stupid but I have installed the Adguard into HA and I am getting "502: Bad Gateway", did I miss a step? 😄
Oh, it's been running for a couple minutes now.
Ah, I seem to be getting this:
2021/10/21 20:47:47.317377 [info] Creating the UDP server socket
2021/10/21 20:47:47.327431 [fatal] couldn't start forwarding DNS server: couldn't listen to UDP socket, cause: listen udp
Ah, port 53 was apparently in use
rapidly reaching the end of the tether here so i'm gonna ask here as a last ditch in case i'm missing something obvious. ESPHome, broken pipe on almost every firmware OTA, what few references i can find to this are either "solved" (their solution doesn't work) or "locked to collaborators" with no explanation as to why this problem is being ignored. Am I alone on this?
@waxen plume what is the error?
You have the new release and are trying to update the devices?
Weird, the Adguard now shows up but doesn't actually block anything lol
Your devices need to be using the HA IP as DNS server, or your router/dhcp needs to be handing it out
yeah, set that up and nslookup and flushed dns
All point to HA IP
It's just any OTA update I try to do, i've had this problem for months now and it carries through every update of ESPHome so far. The error is "Broken pipe" after a paralysingly slow OTA update gets a few percent in and then fails
@sly kindle ^
maybe 1 in 100 attempts is successful, so far my update process consists of sitting watching tv while hitting "retry" until it works
TIL there's an ESPHome discord. Sadly doesn't seem to be much use, as soon as max memory isn't the culprit everyone goes quiet 😦
thanks for looking anyway though
Anyone know what happened to Badnest? It's not in HACS anymore. What's functioning for Nest nowadays?
The nest integration? It's functional
So I'm trying to use it to access my local server at home from school, however it's not not functioning on that network, I know it works because I've tried it out on other networks, do you happen to know any possible solutions?
Hi - when installing the SSH terminal i get the 502 - bad gateway error -- any help on this>?
it did not start, check it's log
@charred creek posted a code wall, it is moved here --> https://hastebin.com/hulevofolo
Yup, pretty clear message
which is? i have no clue what went wrong as i just had it install as an addon
[13:03:42] FATAL:
[13:03:42] FATAL: Configuration of this add-on is incomplete.
[13:03:42] FATAL:
[13:03:42] FATAL: Please be sure to set a least a SSH password
[13:03:42] FATAL: or at least one authorized key!
[13:03:42] FATAL:
[13:03:42] FATAL: You can configure this using the "ssh.password"
[13:03:42] FATAL: or the "ssh.authorized_keys" option in the
[13:03:42] FATAL: add-on configuration.
[13:03:42] FATAL:
(from your log)
I have a Nest smoke alarm, and apparently that's not supported by nest integration
Does Git Pull do not work with private Github repos?
Hi, I'm in big trouble. I ported HA to a new platform, everything works well except my MariaDB. There is no connection to it, I tried the ip address directly. But it is still not available. What to do? Tell me please
is it running?
Hi, yes. i have error: i have thats one Error during connection setup to mysql://homeas:labst@192.168.89.210:3306/homeassistant?charset=utf8mb4: (MySQLdb._exceptions.OperationalError) (2002, "Can't connect to MySQL server on '192.168.89.210' (115)") (Background on this error at: http://sqlalche.me/e/14/e3q8) (retrying in 3 seconds)
but @ core-mariadb doesn't work either
before using @ core-mariadb everything worked fine
is that the actual username and password that you're using?
can you share the addon config?
`databases:
- homeassistant
logins: - username: homeassistant7
password: labstermdb876 - username: read_only_user
password: labsterdbm1234
rights: - username: homeassistant7
database: homeassistant - username: read_only_user
database: homeassistant
privileges:- SELECT`
i am use: mysql://homeassistant7:labstermdb876@core-mariadb/homeassistant?charset=utf8mb4
anybody know how to use the peers.pre_shared_key: in the wireguard addon? I've genereted a key but the client.conf doesn't add it in there.
@solid sedge have you rebooted the whole system?
supervisor > system > host card > reboot
everything looks ok there in your config and recorder:
`recorder:
db_url: mysql://homeassistant7:labstermdb876@core-mariadb/homeassistant?charset=utf8mb4
purge_keep_days: 14
purge_interval: 7
include:
domains:
- sensor
- switch
- binary_sensor`
you're not following the format of the configuration in the addon docs
see the example in the docs, where server.host in the option list means this:
server:
host: foo.org
@viscid orchid Ah ok so it needs to be.
peers:
pre_shared_key: KEY
I find only one way out .. it is a complete reinstallation and data loss. Because these are glitches and before backup it was required to stop all addons
I'm upset
yes, all ok
it's working after that?
5 minutes and i do that)
yes, all data be lost, i am upset, but that works and mistakes are gone
I didn't mean you should delete anything
before writing here, I searched for several hours for answers, and the solution always converged to one thing - removing the add-on and reinstalling. But I have a backup file, maybe it will be possible to restore something outside the system, I need statuses and events for analytics and dissertation
@viscid orchid Ok so I'm still having issues, I followed the docs again and here is my config:
peers:
- name: phone
addresses:- 172.16.30.2
allowed_ips: []
client_allowed_ips: []
pre_shared_key: E7+6vbKAHOevaknq4NjMGfcQiHx1zcKQ41YEZ/wb24Q=
- 172.16.30.2
in the logs under peers it shows: preshared key: (hidden) but it's not actually in the config file so I must have something else wrong. The above key is just an example one
Unfortunately, I don’t actually use the addon or a preshared key in my WireGuard install
hmm ok thanks for the help! do you run a separate wireguard server?
Yes
I'm curious because I might actually look at moving wireguard to a dedicated rpi3
you just running it on ubuntu as well?
I did, but now in pfSense
ah nice, yeah I mgiht go that route as well actually. you using duckdns or some other domain? I really want to use Stream (cloudflare) but it's a paid feature
My own domain
ah ok well thanks!
Yes, you are right, not yet supported in the API
@viscid orchid you don't have to answer but are using a registrar like cloudflare to host your domain? the reason I ask is because the only way to host a domain in cloudflare is have it direct and not proxied(which I don't really like)
I just use Amazon Route53 for DNS
hmm I might have to look into that then. thanks
is AWS Route53 expensive for you or no?
$1/month
wow that's super cheap lol do you have it on your phone all the time?
have what?
oh, Wireguard connected all the time? no
my DNS hosting is unrelated to Wireguard
ah ok thanks!
I'm looking to explore home assistant as an automation solution for a client. I'm feeling dumb because I do not see a simple get a home-assistant with add-ons support up
not clear what you're looking for
how to install Home Assistant?
the sane option is Home Assistant OS installed on some device
I am a software guy, not traditionally a hardware guy. Developing POC on my dev laptop
So for me the natural attempt is to use https://www.home-assistant.io/installation/linux#install-home-assistant-container
However, that does not have add-ons support.
Using Virtual Box, KVM, and VMWare are all foreign to me, you're saying I should learn one of those to attempt to build out this POC with home assistant
Do you have a recommendation on which to pick for ubuntu?
or use a Raspberry Pi
but yes, if you're planning to support a client, you'll need to do some research
If the POC works, I will acquire the pi's and install home-assistant on there, as you suggest.
But sans having the pi's on hand, I need to learn one of those technologies to attempt the POC.
Do you have a recommendation on which to use?
Hi guys. I configured Nabu Casa and linked alexa to it but home assistant isnt seeing any of my devices even tho alexa can see them. any idea why/?
depends on the OS and hardware you do have on hand. there are relatively detailed instructions there for each
Alexa device support goes the other way - HA devices exposed to Alexa, not the other way around
so any idea how i can see the echo device and other devices alexa has access to on HA?
look into this: https://github.com/custom-components/alexa_media_player
but again, you won't be able to directly see or control devices that are linked to Alexa. You can, through that integration, send commands to Alexa as though you were speaking to it, and you could control devices that way
I see. thank you 😄
which channel is the place to discuss community/custom addons, configurations?
Hi! I'm having some trouble setting up PLEX with my HA. I have my HA running behind a reverse proxy. Just installed the add-on and when I press "Open Web-UI" it redirects me to my.ip:32400/web and just times out. Is there some setting I need to change or do I need to port-forward 32400? Any help really appreciated
Using supervisor on bullseye btw if that makes any difference
hi im having issues with getting influxdb data into grafana, i followed Using it with the InfluxDB Community add-on guide section but when i save i get the following error Network Error: (400)
Hi, i see no one responded
i am no superuser my self but i am starting rom scratch on HA and found google search usually gives you what you need. In your perticular case let me give it a go and see if i can help you
when you say "it redirects me to my.ip:32400/web" my.ip is ur external IP (public) or interal (192.168.x.x / 172.x.x.x)? if it is public then yes, it needs to be port forwarded on your router
I'm looking to use the HDMI out on my HA pi4 that lives behind my TV. Set up a slideshow off my google photos album. MagicMirror seems like a nice idea. All documentation references hass.io and adding the repo gives me an error on installation. Ideas?
I have it connected to my website so it's an external IP. Would it also work if i set up a subdomain like Plex.myip.com and route it to 192.160.x.x:32400. In that case I would not have to port forward and let my reverse proxy handle everything
And can you change what IP HA tries to open when you press "Open WebUI"
with ESP i'm noticing an error in the flashing process. Can anyone put this into more understandable english?
data/cache/platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.c: In function 'spiTransferBytesNL':
/data/cache/platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.c:922:39: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
Hi Everyone... I am having problems installing the "File Editor" add on in HA 😦 Has anyone had problems with this? I am getting this error: Can't install homeassistant/aarch64-addon-configurator:5.3.3: 500 Server Error for http+docker://localhost/v1.41/images/homeassistant/aarch64-addon-configurator:5.3.3/json: Internal Server Error ("readlink /mnt/data/docker/overlay2/l: invalid argument")
Hi, from day to day my RPC Shutdown stop working, i see error in log https://pastebin.com/hjbD71Q1
Does anybody here use Almond for a smart speaker setup?
Does anyone know if this is something I can do in Hass OS? Also is there some kind of step by step that would show me how to do this?
" I turned on my router mdns-repeater and ran the multicast container with a bash entrypoint then ran mdns-repeater -f -b 10.2.2.0/24 -b 10.5.5.0/24 enp5s0 hassio
This successfully repeats the correct packets and there are no loops."
someone managed to get the tuya devices to work
link?
hello everyone
im having some issues with mosquitto broker
keep getting socket errors whenever my Rf bridge try to connect to it
i get a same error for an ip i dont recognize as well
not internal
1635023304: New connection from 192.168.1.116 on port 1883.
1635023233: Socket error on client <unknown>, disconnecting.
ive done a fresh install
and my mqtt integration works
the correct user and everything is entered
nvm fixed
hi im having issues with getting influxdb data into grafana, i followed Using it with the InfluxDB Community add-on guide section but when i save i get the following error Network Error: (400)
Hello. My wife wants online radio in the morning) I use HA OS on raspberry Pi 3. Is it possible to use online radio stream for 3.5 output? Prompt please.
I saw the Mopidy solution, but didn't quite understand how to implement it.
anyone know if / how you can change the lets encrypt port for the challenge?
problem is I use ngnix proxy too - so its just totally fucked anyway
This has worked in the past but now only returns empty values. Any idea what has changed?
curl -X GET -H "Authorization: Bearer ${SUPERVISOR_TOKEN}" -H "Content-Type: application/json" http://supervisor/core/api/discovery_info
{"uuid": "", "base_url": "", "external_url": "", "internal_url": "", "location_name": "", "installation_type": "", "requires_api_password": true, "version": ""}
It has been deprecated, and are scheduled to be removed completely, see breaking changes in the release notes
is there no replacement? (looked at blog now)
/config ?
that should do it since it has both internal_url and external_url. Thanks
Hi. I was referred here from the Zigbee channel due to some z2m issues. Since z2m is an external add-on is this channel welcome for questions about it or should I head to a different server for this? The question is specifically about the Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) error. Which persists after trying all the FAQ options as well as a re-flash. The stick works fine on ubuntu z2m docker, but not on the Hass Add-on.
edit:resolved
hi im having issues with getting influxdb data into grafana, i followed Using it with the InfluxDB Community add-on guide section but when i save i get the following error Network Error: (400)
Since i do not have plex ATM and never connected with HA, not sure if you can change IP in your HA, i would imagine it should allow it though since you can setup plex on any port during installation. Subdomaining it seems like a good idea.
also are you running a webserver on that machine? what do you mean "connected to my website"?
Bad wording from me. I am running a webserver aswell but just meant my external url
BAD ?
FYI addguard appears to be blocking echos now
I'm having a really weird bug. I install Mosquitto (after uninstalling it).
When I uninstalled it, the entry remained on the "installed add-ons" page until I rebooted.
Now I've reinstalled it and rebooted again, but the the item is not on the installed page. It is installed, the config and start-up all work. It just doesn't show as installed.
Addon page: https://i.imgur.com/DMORcox.png
Installed addons page: https://i.imgur.com/WJ8wH7N.png
try to press strg+F5 on the installed addon page
That did fix it.
Hello.
Could it be that the hassio-addons/ubuntu-base image has issues currently? If I'm trying to build an image based off of it, I get an error that /bin/bash doesn't exist.
I also tried to look into the image itself and it seems that /bin/bash indeed does not exist, even though SHELL is still set to that path. Not sure if I'm missing something or this is a bug?
$ docker run -it --entrypoint=ls ghcr.io/hassio-addons/ubuntu-base/amd64:stable /bin/bash
ls: cannot access '/bin/bash': No such file or directory
Seems like the issue is caused by this line here: https://github.com/hassio-addons/addon-ubuntu-base/blob/cf56438f0896eeab16237f59207330f7df103120/base/Dockerfile#L37
That overwrites the /bin directory, because it is a symlink to /usr/bin
$ docker run -it ubuntu:focal-20210921 ls -al /bin
lrwxrwxrwx 1 root root 7 Sep 21 16:48 /bin -> usr/bin
One solution to this is here: https://github.com/just-containers/s6-overlay/issues/239#issuecomment-417938780
anyone familiar with node red. Trying to do something that I think should be simple, but cant figure it out. I have an input boolean called living room automation. If that is off, then i dont want to motion sensor to trigger the lights to turn on, if its on, then it should continue to turn lights on if there is motion. The problem is that i cant seem to link the is automation boolean to the is there motion
hi. is there any add-on or something that allows me to see all the HA logs in the webgui?
System tab of the supervisor has it
but that doesn't show all, only last minutes
I want to read the log files without ssh access
if it would be possible
Hi, I installed mariadb addon a few days ago. Already setup the sensor for the db size, it shows 873mb but on the config folder the home-assistant.log is 1.2gb. This is the correct file where mariadb store?
not continuing discussing on a closed issue, I feel this is a bug and still don't get this https://github.com/home-assistant/supervisor/issues/3259 the issue was closed without anything further, but the error persists, so please allow here for some extra explanation
of the 3 add-ons I have installed and don't run on startup, only Portainer throws this continous error
right, I should not have said that. After un/re-installing Portainer, now Vscode starts throwing the warning...and PhPMyAdmin after that.
Hey guys, I can not find the doc for this, can someone please let me know, does Mosquitto broker, be default blocking or allowing anonymous connections?
anonymous is not enabled by default
Sorry if this is the incorrect place to ask, but what is the difference between the integration that shows up in the add on store called "matrix" and this component(https://github.com/home-assistant/core/tree/2021.10.6/homeassistant/components/matrix). To which I mean, the first one seems to deploy a whole matrix home server locally to your HA server, and the later should just be a Matrix client for sending notifications....but if that is true, I cannot for the life of me figure out how to install just the later component. TIA.
The one in the addon store is a matrix server. The integration is a client and you dont need to install it, it exists in the core Home Assistant install, you just need to configure it as per the instructions here: https://www.home-assistant.io/integrations/matrix/ See #integrations-archived for further help if required.
@fiery prism Thank you.
Hey, I'm having issues getting the Google Assistant SDK to work... I have everything configured, but when I say "Ok Google <command...>" nothing happens...
Hello! Please tell me how to play online radio on the Raspberry Pi 3 via the 3.5 audio jack (HA Os). I have been unable to do this for several weeks. Is there a simple solution?
Seems like you wanted #voice-assistants-archived
Just wondering if there is a way to open the visual studio code addon in a seperate window without the home assistant sidebar showing up. I know with the Node-Red addon, if I put in the IP address of my home assistant server, but change the port to 1880 (i.e. http://homeassistant-ip:1880) for Node-Red it will load in it's own window. Anything similar for the Visual Studio Code addon? Which port is it using?
Oh ok, thanks
I would also like to know if anyone knows of any easy way to accomplish this on a pi
Hey everyone, I'm having a lot of trouble with Z-Wave on a RasPi. At first I was using the HA version of Z-Wave JS, but I'm trying to switch to "Z-Wave JS to MQTT". Even though I uninstalled Z-Wave JS multiple times it keeps on coming back somehow. I've searched Google for a while, and I found someone that seems to have had the same problem and he resolved it by editing /root/config/.storage/core.config_entries , adding "use_addon": false to the entry for Z-Wave JS. Sadly that didn't solve my problem either. Any suggestions?
Hey all, anyone with a ConBee II connected through zigbee2mqtt? I've been banging my head for hours and can't get it working. I'm using HassOS on Raspberry Pi with the ConBee connected to USB3. Tried with two diferent ports, with the following errors: https://www.codepile.net/pile/V8QB9jod
Any help would be greatly appreciated.
SAMBA add-on. Still seems broken in that it won't prompt for credentials when the Windows logged on user account is different to the configured account (typically when using someone@maildomain.com, like a regular Win10 user would to hotmail or gmail account). Previously, this used to pop the regular credential dialog up and you'd type the configured user and pass; now, no prompt, just a crash as per a few threads in github (https://github.com/home-assistant/addons/issues/2055) but they seem to all be closed and no responses to getting it looked at / fixed. Anyone with thoughts ?
I'm trying to run bookstack, but I'm getting a Mixed Content error in Chrome and it doesn't load CSS then. I have nginx reverse proxy in front of it doing the HTTPS -> HTTP (with LetsEncrypt).
@lyric prairie did you check windows crediential manager for existing credentials?
@warped vector@solid sedge VLC media server add-on, and VLC media player integration
in the upcoming HA release or the current beta (2021.11.0)
You can also use it for TTS
It's failing to connect with ZHA, could it be defective? Is there a way to know for sure?
@lyric prairie posted a code wall, it is moved here --> https://hastebin.com/atecubujak
folks there might be more familiar
I just took HASSOS 6.5 as that was pending and I was still on 6.4... now as fully up to date as I can. I can repro the behaviour - with NO credentials in credential manager, i get the crash...
Override with credentials in credential manager, it logs in fine
Pull creds out again, goes back to failing.
(pastebin from above has the actual logs in it too)
the os version should not come in to it
when you check the user folder in windows what is its name?
@lyric prairie
C:\Users\brett
no @ sign
yeah it's always the first 5 char
try that
like mine is cogne
By that I mean, enter brett in the add-on config
sorry, do you mean configure "brett" in this case as the user in the samba addon? Yeah, that's not the way it used to work though. It used to throw the credential prompt. Also, doesn't work very robustly if my wife also needs to connect
snap
yeah that's not the problem - the problem is that it crashes on the server and never prompts for creds like it should...
I still dont understand I guess
You removed the credentials completely in credential manager?
There's no entry for the ip address at all?
I think removing it completely would be the only way to get it to prompt
I think you have figured it out... that's the problem. it used to prompt, but after updates, it no longer prompts (but should) and reports the server-side crash. I can't tell you when it stopped, but there are lots of people reporting the same issue... So really I am not trying to work around it I am trying to see how to get attention on fixing the issue
I installed 2 fresh installations recently and I got prompted both times after setting up samba. connecting from windows and linux
but I wasn't using email addresses as user names
that's why I advised not using the email address
I don't think the samba server supports that
the @
sure, but it's then supposed to prompt 🙂
and it does for me
do you have and email address user name yourself tho? So the problem might be the @ now is not handled and crashes it, rather than initiate the credential request
in windows I do have a MS account email address, yes
My windows pc is not plugged in at the moment so I can't try things
I wonder then whether its something that has come forward over the years of my HA install rather than your, what seems to be recent install?
well, my main install has been running for many years
oh ok
these were just tests on different HW, VMs etc
are you managed OS ?
I am hassos (now 6.5) on rpi4
As to getting an audio server on the pi that is running home assistant I'd like it to be Chromecast cast compatible ideally is that possible with vlc server I know you can use vlc desktop as a source for Chromecast but I want the server as an audio sink
no idea. I just plugged pc speakers into the odroid 3.5 jack and installed them (VLC)and am listening to internet radio m3u files like it's 1990-something
The main reason to Target cast for me is that it also gets me airplay with another addon
Hi, I am trying to connect to the Grocy addon API through Home assistant, I can connect to the HASSIO Restful api using a long term token, however I can't figure out how to then connect to the addon.
I have a authorization and the grocy api key in the header file
It looked like I had to use the supervisor api to ingress to the addon, but the api page wasn't clear on that, I couldn't figure out how to authenticate against the supervisor.
I am receiving this error when I try to connect to the Grocy addon restful api, "21-10-27 20:59:46 ERROR (MainThread) [supervisor.api.middleware.security] Invalid token for access /ingress/......."
I did try including "X-Supervisor-Token" in the header with the contents of the system variable $SUPERVISOR_TOKEN, but that didn't work either
When authentication with the long term token in the authorization header and setting the X-Supervisor-Token header to the $Supervisor_Token value the response is 403: Forbidden
❓ When installing add-ons that have a http/web portal e.g. esphome, does HA provide any proxy or security layer or does the the add-on simple get served on another port?
it depends on the addon
if it uses ingress it is only accessible from within home assistant.
Hello. Please help me, when i try to install the Aqara Bridge integration, “rocketmq dynamic library not found” appears in the Home Assistant logs. How to install rocketmq dynamic library in HA?
Is there a way to rollback addons without a backup? Updating a midea node with any of the 10. updates causes the nodes to go into a bootloop. My full backups are not successful in getting a previous ESPHome version to run.
Anyone have any pointers for duckdns?
I set up my domain, configured it, and reset my server
After that, because my port forwarding was having issues, I couldn't log back into my homeassistant
Going to try and adjust my port forwarding later because I think I used the wrong ports
Am I locked out of my server forever now?
Hello. Please, i'm following the "Devoloping an add-on" tutorial, but I'm stuck with options in config file. I can create some options and them appears on Config tab. But how do I use the value of these options inside my addon?
you want #devs_add-ons-archived
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] customizations.sh: executing...
[cont-init.d] customizations.sh: exited 0.
[cont-init.d] nginx.sh: executing...
[21:14:04] FATAL:
[21:14:04] FATAL: SSL has been enabled using the 'ssl' option,
[21:14:04] FATAL: this requires a SSL certificate file which is
[21:14:04] FATAL: configured using the 'certfile' option in the
[21:14:04] FATAL: add-on configuration.
[21:14:04] FATAL:
[21:14:04] FATAL: Unfortunately, the file specified in the
[21:14:04] FATAL: 'certfile' option does not exists.
[21:14:04] FATAL:
[21:14:04] FATAL: Please ensure the certificate file exists and
[21:14:04] FATAL: is placed in the '/ssl/' directory.
[21:14:04] FATAL:
[21:14:04] FATAL: In case you don't have SSL yet, consider getting
[21:14:04] FATAL: a SSL certificate or setting the 'ssl' option
[21:14:04] FATAL: to 'false' in case you are not planning on using
[21:14:04] FATAL: SSL with this add-on.
[21:14:04] FATAL:
[21:14:04] FATAL: Check the add-on manual for more information.
[21:14:04] FATAL:
[cont-init.d] nginx.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing...
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
getting this error from nodered add on
what could be causing this?
sorry, still quite new to this. I'm guessing it needs an SSL certificate?
sorry to bother then, but thanks for the swift support
im having a frigate issue - my config is wrong and i dont know how to interpret the log
I need to install an older version of zigbee2mqtt as the current version >1.20 has a bug which causes instability. How can I install an older version of an addon? https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
Do I need to manually copy the release to the addons folder?
What's with the add-ons no longer having the option to enable/disable protection mode?
The toggle is missing
Anyone savy with networks and port forwarding? Seem to have locked myself out of my home assistant after configuring duckdns
Yeah so after I configured duck dns it won't let me use the local ip
And my port forwarding is not routing me properly with that dns haha
I think its an issue with my router, I've been googling about my panoramic cox wifi and apparently people have random issues with their new port forwarding service, but at this point I'm not sure if it's something I misconfigured on the pi
You're running the beta? I use hassio addon and it's only at 1.18 ?
Might have to reflash AGAIN lol
Your using the wrong repo I assume by daniel, it was changed a few monthes ago
Well, I would focus on local access.
Can you ssh into the box?
@wet bay This is the new repo: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
Oh! What?! That's news to me
I will research how to try this tonight and let you know
Well lmao sounds like I'll keep my old working setup for now
There is a breaking bug right now in zigbee2mqtt and its unclear to me how to dowgrade an addon without a backup
I have the source code from git
Looks like it needs an ssh add-on, and since I can't get into my home assistant, I can't get add ons
I would update eventually though as that repo will no longer receive any updates
i.e. next month when 1.2.2 is out
You don't necessarily need the ssh addon. What hardware are you on? What is your install method?
HassOS? Or Raspbian/Raspberry Pi OS?
Have you ever had shell access or use a command line? Try using Putty if you're on windows.
Ah, I changed now, and yes I see 1.21.2-1
Thanks for letting me know.
I'll have to review the release notes for the last several versions to check for breaking changes
Will switching to the new repo and installing the new add-on make me re pair all devices or something crazy?
no, all your config is saved under /config
But as always run a hassio backup before you migrate. But the way the zigbee2mqtt config works, it keeps all your data seperate and bind mounts it
Ooh, that original bug post is from August. I think I'll get my 10' pole for now and stay away
If it ain't broke don't fix it 🙂
🙏
@wet bay But eventually you will need to (i.e. if you continue using the old version on newer releases 2021.11+ you will get a lot of warnings and eventually things will stop working)
Home Assistant scheme for things like energy has changed a lot over last few releases
I ended up forking to addon and adding my own repo to home assistant
Tried that aswell
I think I just missed a step somewhere in configuratio ln and I need to start over
Configuring external access before configuring access to files
I don't know why, but that's what everyone does
I have to access my pi through an internal ip though, so if I can't do that I can't configure file access right?
Addons....samba, ftp, ssh
Any of those before duckdns
So that you can access the files even if you're missing the frontend
Ooooh right
Yeah I honestly didn't even know those existed
Reflashing my os tonight, first thing I do will be to incorporate ssh
Man.. i really dont understand ssh
reading the configuration of a few different apps
way over my head
@jolly orchid what are you looking at?
Ok, SAMBA add-on again, there's another report today that appears to have no (a) sign in the user ID. https://github.com/home-assistant/addons/issues/2246 is the issue. That probably means it's a bug when the presented username doesn't exist/match one in the directory. I poked around the SAMBA project and can see it's a fair way ahead in supported versions and at a minimum the add-on would need to move from the current 4.13.8 to 4.13.13 (today's release) to be considered for a security fix, but should move to the 4.15 branch which is the current stable branch...
I have my Samba addon set to use the same username as my windows logon. It worked flawlessly until this most recent update. Now it just constantly times out. Logs says username does not exist but it doesnt look like its presenting the correct username.
Authentication for user [GREYSKULL$] -> [GREYSKULL$] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1
Thats the computer name, not the username
Maybe this is my fault for using AD credentials?
hello, i am trying to get adguard home up and running, however i am getting an
couldn't start forwarding DNS server: couldn't listen to UDP socket, cause: listen
error
the thing is when running netstat i only get 1 program listening to port 54 which is docker-proxy
which i assume is part of the addon docker container
@spare cloud posted a code wall, it is moved here --> https://hastebin.com/izagiyegey
Ok, my first Discord message. I'm trying to get "Let Encrypt" running but this is failing. Google DNS API is reporting that my request for the TXT record update required for "Let's Encrypt" is pending. Therefor the TXT record cannot be found and Cert creation is failing. Any ideas. Maybe additional debugging could help but I don't know how to enable.
I cant install any add-ons. I always get this Can't install homeassistant/aarch64-addon-ssh:9.2.1: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=9.2.1&fromImage=homeassistant%2Faarch64-addon-ssh: Internal Server Error ("Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) when trying to install. When i first set it up, I was able to install the File Editor add-on, but wasnt able to install any others. Any ideas?
Could anybody take pity and nudge me in the right direction. I'm trying to setup external access. I've tried both nginx and nginx proxy manager. I'm getting 400: Bad Request. I have Let's Encrypt issued certificates and port forwarding setup.
Here is my http config:
http: ip_ban_enabled: true login_attempts_threshold: 5 use_x_forwarded_for: true trusted_proxies: - !secret ip_home_assistant
Proxy manager logs look like the requests are being proxied using https, which I don't know why it would. My instance is not using https, and I suspect this is why it is failing.
[29/Oct/2021:10:35:17 -0700] - 400 400 - GET https home.EXAMPLE.com "/" [Client 10.88.1.125] [Length 16] [Gzip -] [Sent-to 10.1.2.10] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0" "http://homeassistant.local:81/"
trusted proxies should be container ip or the container network
- 172.30.33.0/24```
probably
all the add-on containers are going to be 172.30.33.X
but you could verify that if you want using the community ssh & web terminal addon
with protection mode off
do you have a good link to read about it?
And just how the add ons are managed in general by the os?
they are managed by the supervisor
That was definitely it btw, problem solved!
nah made it easy for you 😛
ha network info in the ssh terminal would show the supervisor ip
pretty neat, never used the ha cli before
but to see the others you would need to use docker commands
which ssh addon are you using?
Terminal & SSH
you would need to use the other one
"SSH & Web Terminal"
similar names, but different features
when you turn off protection mode, you can then use docker commands
and then you could use this ridiculous thing docker ps -q | xargs -n 1 docker inspect --format '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}} {{ .Name }}' | sed 's/ \// /'
I don't know why docker doesn't have an easier way 🤷
thanks for this. yah i've come to rely on portainer for a lot of my docker needs but guess i'll have to get in the weeds now
Does your log later show crashes (like the github issues I've posted)? If so, you're affected by the same type of bug, but why would it present the machine name first (including the $) is beyond me. Any idea when the last time you used it successfully, and what version SAMBA add-on you had ?
i'm not really sure how the Google DNS API works, but that's the area you need to look at - perhaps you need to finish approving an app on Google end?
Yes it does but a LOT more because of the computer name issue I assume. Addon version 9.5.1 and if I look in the logs it presents as the Username during the initial handshake/whatever and authenticates fine because I can browse and edit files just fine. But after that initial credential exchange it all goes to shit and I cant do anything with git.
Ive tried multiple credentials, changed the workgroup, made WORKGROUP\Username credentials in windows. Ive tried everything and it just ends up being unreliable. I cant commit a single file change.
If I could pull from the repo I would just roll back to an old backup and then pull to update
you don't have auto backups leaving snapshots of the client around ?
I just figured it would be easier, Ive made changes since the last backup. Quite a few, added like 3 new devices.
rollback, git pull, done
can you post either the structure of your crashes (eg username first for 10x segfaults, computername for 10x segfaults) or a copy of your log into this github issue ? https://github.com/home-assistant/addons/issues/2196
yeah but add-on updates only snapshot themselves, then you can just restore the add-on itself (not speaking from experience, but that's what I believe)
Oh I didnt even think of that
Typically a DNS issue on the host OS system. Did you configure IP/DNS manually?
I’m pretty sure I set it to 1.1.1.1 when I set it up, but I remember trying other dns’s and those didn’t work either. I can try it again. I initially set it up with wifi and thought it was that but gave me the same error on Ethernet. Thought it was strange since File Editor installed but nothing else would
@ruby musk
So if add-on installation fails, then updates to Supervisor and Core should fail similarly. Do they work? Or is it an intermittent thing? Sometimes work sometimes not?
@mellow whale to debug it further, I'd need some logs from the OS. Can you login to the OS using the debug SSH access (https://developers.home-assistant.io/docs/operating-system/debugging/#ssh-access-to-the-host) and run the following commands?
resolvectl log-level debug
resolvectl query ghcr.io
journalctl -u systemd-resolved -b 0
resolvectl status
You can share the logs privately with me if you prefer.
got it.
I am having an issues installing HACS
I ran the terminal command
it installed
restarted
and it does not show up in integrations
I have repeated this several times
Clear your cache
It is not
Is there an easy way to tell HA when to check / download add-on updates?
e.g. I want them to happen at 3 am and not when I am working
I don't think so, but the check alone shouldn't in any way affect your work or other stuff going on
if you've set them up to auto-update, that's just generally a bad idea
well I don't care about breaking stuff - the plugins do nothing of (real) value for me .. I just care about breaking a Teams call when 3 of them decide to update (this costs money)
how could that break a Teams call?
Bandwidth
you must have some tin cans
The link I posted creates sensors for them
just don't have them auto-update
(I asked a question about an update time) - lot's of other plugins have that
alright, there isn't one
e.g. the google drive backup
Maybe scrapting + creating sensors + creating a curl cmd might be the way to go (that is what the link is about) - a bit crazy of course
do that
that would be great
thx! that works fine
anyone here use the Mopidy add-on?
Hi. at first I'm not a beginner at least when it comes to a home server with backup and file sharing, a working home media server, watching / recording IP cameras, a torrent client ... Everything works on Windows. I worked as an IT professional in the Windows environment. Because I don’t work anymore and I have more time now and because we are renovating the house, I came across Home Assistant on the internet that caught my attention because I had been thinking about a smart home for a while, but I don’t have the time. The problem arose because Home Assistant is based on the Linux operating system, where I am a complete beginner. If at all possible, I would like to achieve that I only have a Home Assistant and that everything that works for me in Windows works on it, plus home automation in one system. Do you have any suggestions
What I was thinking was how and if I can activate in Home Assistant for the first time, a home server with timed backup and file sharing, a working home media server, IP viewing / recording cameras, a torrent client.
all of the above is possible
Please stop cross posting.
Ask in the most appropriate channel (read the channel topic descriptions) and wait.
Hi,
I installed Tailscale and restarted 'Server Management' but when I try to open the WEB UI
Tailscale returns error: 502: Bad Gateway so I can't complete the authentication to couple with HA.
I run HA on an Odroid Blue.
I have a Tailscale account .
log: https://www.toptal.com/developers/hastebin/azufolafay.yaml
Any help is appreciated.
google search is of no help so far.
going a bit bananas with the samba share addon.. I can only seem to connect to the share from one pc in my house - any ideas?
Sounds like your allowed hosts list is not configured properly.
You are 100% correct. I thought 192.168.1.0/200 would mean all from 0 to 200 is allowed... but it didnt work until I specifically added 192.168.1.27
Any idea why
@mortal blaze i have had this before from other addons, when you install a new one and do a server restart the first place you goto is the new addon and it throws up a 502 error everytime. Sometimes you have to wait for the docker container to be " ready " if you have checked that its not a config or auth problem to start with...try restarting the server then waiting 15 mins before checking the new addon
Thanks for the reply. It has been over an hour since I installed it and restarted the server and I still get the Bad Gateway web page.
Just in case I have also cleared the browser cache with no improvement.
Tailscale doesn't allow user configuration.
That is not how the masks work
Hi, I have an issue, when I add this flow on node red my home assistant (Raspberry PI 4, 8GB of ram) keep restarting https://preview.redd.it/b4bvom5kcsw71.png?width=2422&format=png&auto=webp&s=340af877d949863c8edaccb7404101bfb6b8d86c
can't figure out why
I have already been warned. I'm sorry
So its a bit mask, therefore if I want everything I should just use /24
kinda reverse of what makes sense
ty
Why do add-ons have auto-update default off? Or perhaps my question is better asked as is there a reason I shouldn't put that on for everything?
You shouldn’t auto update because you should review the change log and potentially adjust your configuration and understand any changes in behavior bevies updating
I’m surprised that auto update is even an option
Breaking changes happen relatively often?
You should be aware if/when they do
You asked if there was a reason not to turn it on for everything, and that’s the reason
I have an MQTT sensor that is configured like:
- platform: mqtt
name: "HousePower"
state_topic: "power/mains"
unit_of_measurement: "W"
After a while of the server being online it seems that sensor disapears
I cant find it using the developer tool and it isnt listed as an mqtt entity....
sorry for the late reply. I can't update the core or OS. it says its updating, but then just stops. Sometimes it says it loses connection
bump (if I may) #add-ons-archived message
I installed the Tailscale add-on but it won't open the authentication web page when I click on the "Open Web UI" The link just states: 502: Bad Gateway. The add-on log states:
............
"tailscale0") error: could not get iptables version: exit status 1```. Via Putty I checked in /var/lib and there is no Tailscale directory.
full Tailscale log: https://www.toptal.com/developers/hastebin/azufolafay.yaml
Can anyone tell me what I'm doing wrong?
I finally found something on Tailscale that applies. I am running HA on Odroid N2+ and in the following site, users think it is an Odroid N2+ issue. So I guess I'm out of luck. https://issueexplorer.com/issue/hassio-addons/addon-tailscale/20
I don't think that is a legitimate address in the allowed list. The example and doco all show "network" ranges, so a valid address would have been 192.168.1.0/24 meaning the entire /24 network, from 192.168.1.1 to 192.168.1.254. Edit: see that someone else answered it as well.
@mortal blaze which one are you using?
The only one I've ever used was https://github.com/tsujamin/hass-addons.git
Sorry poundy, i tagged the wrong person
lol i was starting to wonder 🙂
@sly kindle Sorry, I see this was meant for me since it is the Tailscale repository. Thanks. Stupid clueless question: should I install this repository one instead of the Supervisor-Tailscale add-on in HA?
That's the repository for the addon I have used on an odroid
You add that repository to the addon store.
Is that the same one you are using?
Tsujamin?
It's the only one with tailscale that I have known of, but that doesn't mean there can't be a dozen others
Anyone can make addons
The Tailscale that failed is the Supervisor-add-on from the Add-on Store. I will try your suggestion. I think Frenck is the author for the Add-on store one. I really appreciate it.
Time to read up on it. Thanks so much.
hi - I'm recovering my HA OS install after a series of power cuts and restarts occurred in a very short period. I may have made mistakes along the way. Although everything is mostly back up and running, the Add-On store is missing some standard repositories. Can I add these back as custom repositories? And if so, do you have the complete list of the standard repositories?
Yes
That was quick 🙂
can you tell me how many there are?
Official and community
Okay thanks I've added https://github.com/hassio-addons/repository and https://github.com/home-assistant/addons
trying to update zigbee2mqtt... auto update not doing what it says on the box
any hints? the documentation is unwilling to reveal
anything in the log?
Ok, yeah that is what I expected. Any chance you can get the logs from systemd-resolved from that system?
Zigbee2MQTT is not auto-updating... I install from scratch using the add-ons and it installs 1.18.1-1... the current stable version is v1.21.2-1
There are no instructions for how to install manually... wtaf man???
I almost yeeted my rpi4 HA out of a 30 storey window today...
I wonder if Tailscale runs well on Amber?
Tailscale doesn't seem to work with my Odroid N2+ Blue and I have also not been successful with tsujamin repo at https://github.com/tsujamin/hass-addons/tree/main/tailscale kindly suggested by cognito. Tailscale works fine on HA on a Linux Mint Virtualbox VM. My original post has more info: #add-ons-archived message. I'm sorry for the bump but if it runs on Amber and I can't get it to work in Odroid I might buy it.
@mortal blaze the OS you run in a VM is the same OS on either of the others mentioned.
Yes, but it seems there is something about the Odroid per https://issueexplorer.com/issue/hassio-addons/addon-tailscale/20
BTW I could easily be doing something wrong but I've tried different things for some time now. Just in case: I generated the key for the tsujamin version using Puttygen. I hope that is correct.
Permissions maybe? This is what I think is the cause, from the log: ```2021/11/01 09:47:11 logpolicy: using system state directory "/var/lib/tailscale"
logpolicy.Read /var/lib/tailscale/tailscaled.log.conf: open /var/lib/tailscale/tailscaled.log.conf: no such file or directory
I started the addon up and it's working fine for me right now. I'm at the login for my HA instance in a browser using the IP address provided by tailscale
HA is running on the odroid Blue
This is not an odroid problem
Not a hardware problem
Ok, Where are you getting the IP from? On the VM Tailscale gives me the IP, but on the Odroid it doesn't or I don't know where to find it.
I've tried several ways to enter the key. I believe the correct way is ssh-rsa followed by the key.
I have the app installed on my phone and it shows all the devices associated with my account
Which, at this point is only the HA instance and the phone itself
On my android phone, the only device Tailscale lists is the phone. So HA is not connected.
Then my issue is likely how I'm entering the keyfile. I get this log entry before it prints the key: 2021/11/01 10:21:16 netmap packet filter: (not ready yet) too many non-flag arguments: . Using privkey.pem doesn't work either.
The add-on you started just now, was it the one by Frenck or the one you had installed previously by tsujamin ?
@sly kindle Yours works, so I just have to sort out what I'm doing wrong. I'll keep at it and don't want to waste any more of your time. Thanks so much.
Zigbee2MQTT is not auto-updating... I install from scratch using the add-ons and it installs 1.18.1-1... the current stable version is v1.21.2-1😩
Does anyone have any suggestions other than YEET this infuriating program for good
you could run it standalone instead of as an addon
where are you seeing that the latest stable is 1.21.2-1?
because I'd guess that is the latest version of the standalone container, and that the addon hasn't been updated yet
idk where that sticker came from
actually, it does look like it's updated
do you have the repo for it installed?
from the github repository
-do you have the repo for it installed?
I'd like to, but the README offers no such method for doing so
It was working fine until October update... Now... broken everything
just as this as an addon repo: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
^
I offered you a method for doing so
Alright.,.. thanks for your effort but I'm obviously too stupid fopr thie program... It's yeet time
If you're asking if I downloaded, extracted, and replaced the files in my zigbee2MQTT folder then yes...
Bubkus
that's not what I was asking lol
But if you're telling me there's a secret spell I have to use in the process, then yeet
nor would that be the recommended way at all
no secret thing...
in your supervisor, in the addon store, clock the three dots in the top left
then you can choose to add a repository
paste the url I gave you there
and then you'll have added the repo
similar to the process described here
Bless you, sir... I'm standing down my yeet army
Why was I getting a stuck zigbee2mqtt 1.18.1-1 from a freesh install?
usually reading some docs or asking direct questions is a good way of getting information you require
no idea, did you add the addon repo?
if not, then I'm not sure how you installed it in the first place
I'd have to recall from memory so the short answer is ¯_(ツ)_/¯
is it listed already when you go to add the repo?
Yes
I'm getting a port already in use now... is that from my ZHA integration... can you not run both at the same time?
I installed an egony zigbee gateway after Zigbee2MQTT went bye bye
I still have my old texas instruments zigbee stick... the ZHA integration is... well... unreliable... missing various entities... My xiaomi wireless switches for example...
Power yes, but nothing else
I'm honestly not sure if you can run both
not from the same stick at the same time I don't think
I have both sticks connected...
raspberry pi4 running off a PoE hat
I was thinking, run both and what doesn't work on the ZHA integration, try it on the zigbee2MQTT add on
Seemed a reasonable guess...
I'm getting this "Port '8485' is already in use by something else on the host." so I think you might be right
Time to yeet ZHA and roll the dice in zigbee2mqtt... again... haiz
I just added the https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repo to the addon store and the addon is at 1.21.2-1
Less yeet, more read
just got it in standalone by docker-compose pull zigbee2mqtt && docker-compose up -d lol
i was only a version or two back anyways, but 1.22 just dropped about 10 minutes ago, not even on docker hub yet lol
Hey all. I just got a USB Coral and I'm having trouble getting Frigate to see it. Saw a recommendation to try with Protection Mode disabled, but I don't have the slider anymore. Did it get moved?
you need the "full access" addon I think to do that. I'd ask in #cameras-archived though, more frigate users gonna be in there
@sly kindle The tsujamin Tailscale works. Not sure what I did other than several re-installs. Again, thanks.
Hey, I'm getting a strange error in Visual Studio, it's telling me String does not match the pattern of "^(?!.+__)(?!_)[\da-z_]+(?<!_)\.(?!_)[\da-z_]+(?<!_)\s?(?:,\s?(?!.+__)(?!_)[\da-z_]+(?<!_)\.(?!_)[\da-z_]+(?<!_))*$". But it's just for this and it's pinging the entity_id:
trigger:
- platform: state
entity_id: media_player.plex_plexamp_desktop_MJK454K
to: 'playing'
That is not a strange error
it is an invalid entity_id
entity IDs cannot contain capital letters
Ah well that's an easy fix then!
I never even realized that lol
Ah, thank you. Didn't realize there were two of them.
Less yeet, more read... that needs to be put on a t-shirt 😋
Does anyone know how to enable v3 onion services support for the tor addon?
Is it possible to integrate the vscode addon with GitHub? Because if I try I get a 404 after login in GitHub. Or is there another way to have my configuration on GitHub
Hi I was forwarder here. Can someone help me to setup Nginx Proxy Manager correctly to work on HA. I'm almost done but keep geting error 400 on /api/websocket calls
show your config
Yesterday i had to add "aarch64": "homeassistant/aarch64-base-debian:beta", (Beta) to my build.json coz the latest was not resolving an apt-get install for RUN apt-get install -y lsb-release
Is that something that's in your guys court? Or already fixed so i can go back to latest instead of beta.
It was trying to get the 0.41 u3 version iirc. And that did not exist.
Anyone using the amcrest2mqtt add on? Mine was working fine for a while and all of a sudden getting connection errors. Nothing changed that I can see…
About to jump on the z2mqtt train and wondering if i should dedicate a pi3 for it or go the addon route inside my hassOS vm server.
Anyone know if the addons restart when you restart ha-core or when you do a version update?
addons should not auto restart by default when core is restarted
great, thinking about separating my zigbee network from hassOS to be able to keep it online even if hass does updates and such.
@hot relic posted a code wall, it is moved here --> https://hastebin.com/ufokoquvox
here
you have to set your proxy to http also if you run ha in http
do you know how to configure adguard in home assistant ?
I've never seen that... but there is an amcrest integration that is working for me
is that an add-on or just a container?
ah, I see the addon (by a different dev)
yeah, the add-on
I'm gonna try spinning that up as a standalone probably
but like I said, the integration is working fine for me (just one cam)
does the addon/container give a camera entity?
because the integration appears to give all the same stuff as the container, but also a camera entity, ptz service, etc
Everything set to http and SSL disabled in config and still got error 400 on websocket 😦
websockets need a http-upgrade
make sure you have the corresponding lines in your proxy
got it thanks http upgrade must be set in advanced option thank you very very much
2 day work finally done 🙂
Chrome says that connection is secure
thanks again very helpful I was in dead end, yesterday was go to sleep at 3am and almost another hour thinking what was wrong 😄
Anyone have any idea why my devices in esphome all show offline
but they are connected to my wifi
I'm trying to troubleshoot mosquitto disconnections. Should you have one user per client, or can the user be shared by more than one client?
users can be shared
However, from a security perspective, I would not recommend that of course 🙂
If someone can hack one of my switches, they're welcome to hack the fridge for a beer 🙂
Especially if they help me troubleshoot these disconnections
Ah, it somehow seems to have started working. Strange.
I am having issues with MQTT currently and hoping someone might be able to help me out. I am running Home Assistant on an RPi 4 that I just recently set up(ran from Synology before).
I have three Sonoff devices running Tasmota that I would like to get into Home Assistant.
Thinking I could maybe do without MQTT altogether, as I only use it for these three devices, I tried installing "TasmoAdmin" from the Add-on store, but that add-on seems to be dead. When I start it, it simply dies and cannot access the web interface. I do not even know if this add-on, if it worked, could integrate with my Tasmota devices, so I decided to look back into MQTT.
I succesfully installed the Mosquitto broker from the add-on store. Afterwards Mosquitto broker showed up in my integrations where I added it. Now I basically have no idea how to get the Tasmota devices to connect to the broker. I entered my Pi's IP as host, kept port at 1883 and it wouldn't connect. I tried making a new user for MQTT in Home Assistant, along with a password, and also added that to the Tasmota config, but not joy.
Any clues?
have you tried the tasmota integration?
you still need to configure them to point to your ha ip /mosquitto broker
Yeah, so I need that working first I guess
for the mosquitto addon, no config is needed. start it up, watch the logs
sounds like you have that
Yes, that seems to be running
when you added the integration
Not sure, I think I did
ok, and then on one of the tasmota devices
you might go to the console and enter setoption19
confirm what the setting is
It's ON
ok that's off now
and next, when it comes back up, go to mqtt config
on the tasmota device
host is ip address of HA
port 1883
Yep. It's still connected to the MQTT broker on my Synology.
Trying to move it over to the new broker was what did not work
I will try now to change the host
ok. set that to the HA ip then
user should be any HA user you have existing
and the password which goes with that
if you created a new user just for mqtt that's fine
Hmm that seemed to work. Maybe it was the option19 thing
you got it showing up in the tasmota integration card?
I will add the tasmota integration now
But I don't see it failing to connect anymore in the Tasmota console
ah ok
what do I put for Discovery topic prefix when I install the integration?
It defaults to "tasmota/discovery"
I dont change anything
it might take a minute
you may see it discovered and get a notification in the lower corner of HA
lower left
Ok
Hmmm
One of my tasmota devices now showed up, but not on the Tasmota card, rather on the Mosquitto broker card
I guess it was discovered. I didn't manually add it in Home Assistant. I just entered the HA brokers ip, user and pass on my Tasmota devices
this wasn't the one you were just editing?
above?
I'm thinking if you restart the broker addon, and maybe the tasmota device too, you'll have that one showing up in the tasmota integration
Then you could compare and decide which you want to use
mqtt discovery vs tasmota
though tasmota is not updating mqtt discovery anymore, so I believe manual mqtt or tasmota integration are what you want to choose from
Hey, I'm also having a problem with MQTT, but I may just be missing a step or something. I've installed and started the Mosquitto broker add-on and now need to add the integration, but it isn't being auto-discovered. I've tried uninstalling and reinstalling the broker add-on and restarting the server, neither worked. Is the MQTT integration that you can manually add the same thing? Can I just use that one or is the automatic one special in some way?
Referring to this part of the setup, by the way:
To use the Mosquitto as a broker, go to the integration page and install the configuration with one click:
Navigate in your Home Assistant frontend to Configuration -> Integrations.
MQTT should appear as a discovered integration at the top of the page
Select it and check the box to enable MQTT discovery if desired, and hit submit.
Hmm after I rebooted HA to see if all three of my Tasmota devices would show up, none of them show up now
On neither the Tasmota card or MQTT broker card that is
I edited all three of my Tasmota devices for the HA brokers IP and user
When I restart my MQTT broker add-on, I can see in the console on all three of my Tasmota devices that they loose connection and manage to reconnect a couple of seconds after. So I assume they are connected?
I will try and start over, cause I am not getting anywhere 😦
I noticed that when mine discovered it, it set a user and an extremely long password I do not know where came from.
I just uninstalled the MQTT broker add-on and installed it again, and it is not being discovered now for me either.
Oh I found out now @foggy haven . The MQTT broker add-on does not start automatically, when you start it, it should be auto discovered.
Hm, I installed the add-on (along with the integration, I think) awhile ago and then decided I didn't need it, and removed them both. Wonder if there is some problem with the auto-discovery the second time around.
Oh, well mine is started and still not discovering 😕
Oh crap
I did notice that Mosquitto is not listed in my add-ons in the info tab in Configuration, but MQTT is listed as an integration, even though that is the opposite of what is currently installed...
In the documentation it says that there should be a check box to enable MQTT discovery, but that check box never appears. I assume that is why it is not discovering my devices
it should be set to start automatically at boot
hmm
I notice in the requirements on the Tasmota integration documentation it says "Tasmota devices flashed with version 9.2, or later (tasmota-lite.bin does not support this integration)."
My devices are all running "Sonoff-Tasmota 6.6.0 by Theo Arends"
So I guess the Tasmota integration is out of the question for me, I have to get MQTT discovery working instead
@urban path yeah sorry. you want to update those
Can't I just use the MQTT discovery instead? I don't feel like updating them and risking something going wrong. Those three Tasmota devices (relays) run our homes ventilation system, so cannot risk them going down.
sure?
Ok good, then I just have to figure out why the "Mosquitto broker" integration does not pick them up
well if you want mqtt discovery, then setoption19 1 for each
so they can be discovered
you disable that for the tasmota integration
@sly kindle sorry to bother, but any ideas on the problem I'm facing?
@foggy haven the mqtt integration is removed?
After installing the mosquitto add-on and navigating to the integrations page, there is no auto-discovered integration waiting for me like it says there should be and no MQTT integration anywhere on the page. I've installed the add-on multiple times and it hasn't popped up.
Can I just manually add the MQTT integration with localhost as the broker or something?
you wouldnt use localhost.
but you'd rather it works as it should I think
the integration isn't already added or anything?
Yes, certainly, just unsure how to get there at this point haha
Isn't showing up on the integrations page, but when I check info under configuration, it does show up under the integrations list there
and when you click on it to add that does it give you any error?
And I did partially do this set up in the past before deleting it all
or just the usual fields to fill in
that's what it should show if it's already added
yeah ok. so that's good
I would leave that alone
uninstall the broker add-on
then do a full reboot of the host from supervisor > system > host card
Alright, I'll give that a shot, brb
@sly kindle - Okay, host rebooted. I assume I should just attempt the normal installation steps again from this point?
Under configuration > info > integrations, I'm still seeing MQTT even though it is not listed under configuration > integrations and I don't have the Mosquitto add-on. Just seems odd to me, it might think I already have the integration and not be discovering it because of that? Trying a new install of the mosquitto add-on right now though, we'll see
Nothing still, after the uninstall, reboot, reinstall
Just added the MQTT integration manually with 127.0.0.1 as the broker and it worked, all my devices got picked up by the Tasmota integration and everything and I turned a light on and off from HA so it appears to be working
¯_(ツ)_/¯
Guess I'll have to see if it breaks on me at some point lol thanks @sly kindle and @urban path!
did the SSH get nerfed ? i cant seem to get an ack on the password I have keyed infront of me
all i get is 401: unathorized on the terminal side screen. odd
I have the problem that settings done in the Z2M frontend are lost every time I restart HA (I'm using the HA-Z2M addon). They survive when I restart only Z2M from the frontend. Is this normal? Do I have to take everything over to the addon configuration?
I setup a MQTT discovery switch just like on the https://www.home-assistant.io/docs/mqtt/discovery/ page. It showed up in HA but I am not able to toggle it off. I can toggle the switch and I see in MQTT set= = ON. The toggle then moved to the off position but set still = ON. I can toggle the switch on then off quickly and the set will go to off. Is there something else that needs to be added that is not documented?
Never mind. I just figured it out. There is no actual switch so I didn't have a response to the state command. I made optimistic true and it works as expected with my test environment.
how do i get the house number of a 433 mhz outlet plug
fixed
any way to make a stack of card on my lovelace line up perfectly horizontally across my screen? i want all my lights to be across the middle of the screen if that makes sense
@viscid orchid thanks
https://github.com/thomasloven/lovelace-layout-card or the built-in Grid card https://www.home-assistant.io/lovelace/grid/
I cannot find grafana on addons, is it normal?
Hi all, anyone else had issues with the Adguard addons crashing HAOS on RPI4 to crash? Seems to frequently spike the CPU, then evently die, been happening ever 24 hrs or so.
Ive managed to install
But now when i try do add a dashboard ive get bad gateway error
Any idea why?
502 bad gatewy
It usually means the addon isn’t running
Hi is there any way I can make a backup of my home assistant instance without having add on's
I currently just synced my config folder to googlr drive but I don't know if that will work when I want to use it with my home assistant on my thin client running debian
take a snapshot and copy it off using samba
or do you mean without a supervised install?
currently using the let's encrypt addon and the nginx proxy addon with the tls certificate hooked up between them.. any way to get this to autorenew? I setup an automation daily to start the let's encrypt addon because apparently it doesn't try to renew itself but not sure how to
- get the proxy to reload (preferably reload, not restart) on successful renewal
- listen for a failure event in the addon and send an alert/push notification to me
I just bought Sonoff B05-B-A60 lamps and I an trying to get them to work with home assistant. I am able to to install the eWelink smart home add-on and in the addon the light switch works. When I add a card to the dashboard however, the switch there doesn't work. In the troubleshooting section is says that i need to add some code to the configuration.yaml file and i did that. After I did this is still get the error ¨failed to call service light/turn_on. Service not found.¨ or "failed to call service light/turn_off. Service not found.¨. I dont know how i get this service to work, can someone help me 🙂
I am attempting to sync my current Grocy account with my new Home Assistant account. I am ok with deleting either one but only want one. When accessing Grocy externally it only shows my non Home Assistant account so have been hesitant to delete that one without asking for some help first.
Good evening everyone. Google searching is not resulting in any results for me at the moment. I have a Synology 2419+ and installed HA OS as a VM. I added the MQTT broker and pointed it to the VM IP address and my HVAC devices won't connect. Any suggestions/ideas? Thanks in advance.
Any way to take a snapshot without the supervised install?
Or do I just make a backup of the config file and replace it on the thin client I'll be using fir HA?
you backup the whole config folder
including hidden files and .storage
but if you're not having supervisor you are not running addons anyway
so this is the wrong channel for this question
Ah yes my bad haha
Hey everyone, I'm new to this discord and HASS in general, but maybe someone could help me: I've installed the MQTT/mosquitto addin and I can connect to mosquitto with mosquitto_pub and mosquitto_sub, but I don't receive any message that I've published. I'm connecting anonymously and I set the anonymous flag in the add-ins config, added the allow_anonymous flag in the mosquitto.conf and (I think) added the necessary ACL for it, but it still doesn't seem to work :/
Hey everyone! Since i was searching for a backup solution to Amazon S3 and nothing i found was really working as expected, i created one myself - amazon-s3-backup:
https://github.com/thomasfr/hass-addons/blob/main/amazon-s3-backup/DOCS.md
It uses bash only (with the help of the wonderful bashio lib) and very minimal dependencies (jq and aws-cli). It can be configured to also delete oldest local backups with a configurable amount of newer local backups you want to keep.
I have not yet build and published the docker containers but its possible to locally build it. Feel free to try out. Feedback welcome.
I installes the let's encrypt add-on, and it seems to be working, certs created after AWS Route53 verification. Only 'weird' thing is that the add-in is always stopped (red dot) after a while... Is that normal ?
It probably just needs to run to grab the certs
@viscid orchid absolutely, but it should run regularly to renew the cert... I suppose when it's red, it doesn't renew ?
Write an automation to start it on a schedule to renew?
@viscid orchid it's not what I should expect from an official plugin...
But yes, I can do that, but question is: is that normal ?
normal in my experience
@flint minnow should I manually start it then to renew certificates ?
I guess so, if your certificates are bad
or that
Hi, I would like to install the pi hole integration/add-on ?! When i search the integration and click on install, HA asks me for a host. What host do i have to insert there?
I cant find a documentation for the install process
The integration does not set up a server. An add-on would.
If you can find one for pihole
#zwave-archived My Zwave stopped working with a recent upgrade. Cannot connect anymore. Here are the messages from zwave2mqtt.
[8:35 AM]
2021-11-07 08:32:48.930 WARN STORE: scenes.json not found
2021-11-07 08:32:48.947 INFO APP: Listening on port 44920 host 0.0.0.0 protocol HTTP
2021-11-07 08:32:48.972 INFO MQTT: MQTT is disabled
2021-11-07 08:32:48.982 INFO ZWAVE: Connecting to /dev/ttyACM0
2021-11-07 08:32:58.026 INFO ZWAVE: Controller status: Driver: Failed to open the serial port: Error: No such file or directory, cannot open /dev/ttyACM0 (ZW0100)
2021-11-07 08:32:58.027 WARN ZWAVE: Retry connection in 3 seconds...
2021-11-07 08:33:01.032 INFO ZWAVE: Connecting to /dev/ttyACM0
Is it not possible to use secrets in add-ons?
I just get Failed to save add-on configuration, Unknown secret 'hassio_ssh_user' in SSH & Web Terminal
Tried to include the secret in configuration.yaml at some random place and check the config and well it complained about the wrong value, but it did get it.
@opal garnet posted a code wall, it is moved here --> https://hastebin.com/kuhokezalo
Hey guys/gals, I have an issue apparently with my nginx add-on. The backstory.. I had no updated my HA core or OS for some time, and the new version required me to add a couple options to my config, specifically use_x_forwarded_for and trusted_proxies. I worked with the guys in the 'Other' section got me squared away.
After the update, although I can connect locally, I can no longer connect via duckdns host externally. Below is my nginx config and log. Any help would be appreciated.
Please see aapparent 'code wall' link above from bot
What's up with the add-on store? How come so many add-ons are made through HACS, instead of being implemented in the add-on store?
@pseudo pond someone didn't read any of the boxes they checked when they installed HACs
HACS doesn't have any add-ons.
The addon store has addons
fine, wrong teminology
Question remains, what is the reason that the add-on store is so barren when there are so many programs developed for home assistant
There are official integrations and there are custom integrations
Compare those two things instead.
Addons are services outside of HA. There are no integrations in the addon store. Go to Configuration > Integrations
Those are the official integrations.
So the add-ons aren't running locally?
Look, I understand the difference between add-ons and official integrations
Ok. As a test can you explain it to me?
But for example; Why is it I have to install Local Tuya through HACS, but deConz is in the add-on store, yet zigbee2mqtt isn't, though I can add it through the add-on store through a repository
Local Tuya is an integration
deConz is a stand alone piece of software
Node Red is another stand alone
They exist without home assistant
But zigbee2mqtt?
That is a stand alone as well
How come it isnt in the add-on store by default
You can install these on most systems and never need HA
Because anyone can write an addon which adds software
What is included is a basic "core" set of add-ons (the official repo) and the community repo.
Is there any reason that z2m isn't featured in the core or community add-ons?
Because zigbee2mqtt devs are different people? The Google drive backup addon is also not included by default
And many others
So it's by their choice that it isn't included in the community add-ons?
The community repo was originally added amd maintained by a specific dev (frenck), so he kind of decides what he adds and maintains
Ahhh, now it makes a bit more sense to me.
I couldn't figure out how so many popular home assistant add-ons weren't featured
What I still don't understand is the need for HACS, it seems to me that the programs you can install on your home assistant system through HACS have potentially the same functions as those added through the add-on store.
The google drive add-on for example, seems to me like a "simple" script that uploads files to drive, whereas there are more advanced programs in HACS.
HACs is a store front for custom integrations. Integrations are not separate software which exist outside of the HA ecosystem. The official ones are approved and follow HA guidelines. The custom integrations are either in the process, or never going to be approved because they don't meet the guidelines..."hacks"
He still maintains it and stopped adding new addons to the community repo when he joined NC and took on additional responsibilities