#add-ons-archived
1 messages · Page 65 of 1
I don't understand what the difference is in functionality, they seem to be doing the same things
It's hard to explain in chat on mobile
Let's use Plex as an example
There's a Plex addon. This provides the Plex media server.
You could have an already existing Plex media server somewhere on your network
The Plex integration is something you add to HA to get those two things to talk to each other
That makes sense with the example of plex
but, File editor, google drive backup and the terminal+ssh add-ons don't seem to be separate entities from HA, rather, they have been built for and around home assistant
addons provide completely separate software. Integrations provide a way for HA to communicate with other services.
All addons are software which run as separate docker containers
Like, there are many simple HACS "integrations" that are just tools for the Lovelace dashboard, but I don't see why there isn't an easy-to-browse community store implemented to install these kinds of things
Integrations are not running in docker containers
wait no, those are frontend things
Yes HACs also has custom Lovelace cards
I'm starting to understand
custom in this case means "unapproved" or "unofficial"
Ping... #add-ons-archived message
I see, browsing the HACS integrations, it's all programs meant to communicate with outside services and devices. Whereas the add-on store adds pograms that controls locally and run local stuffs and things
Thanks a lot for taking the time to explain it properly, I'm sorry for my lack of understanding
@pseudo pond no problem. It definitely requires a tour and some time living with it
@pseudo pond The Google Drive Backup addon is actually quite a complicated piece of software. See this discussion for more details:
https://community.home-assistant.io/t/add-on-home-assistant-google-drive-backup/107928/541
Hey guys!
I'm using the nginx proxy manager to access HA, and other servers on my network. I'm forwarding 80 and 443 to NGINX right now, and access HA like this: ha.domain.com.
I want to access HA like this: domain.com redirected to https://domain.com
Can you give me a hint to use domain.com instead of ha.domain.com
Should I just make HA use 80 instead of 8123?
this depends on your dns configuration to begin, does domain.com point to your nginx?
Ping... #add-ons-archived message
did you review your HA logs? I suspect that you missed the requirement to added proxy info to your http: block
Just to be clear, I can reach HA externally and internally without any error.
My domain.com points to my IP via ducksns, so the DNS is working fine. Right now, domain.com redirects to ha.domain.com. I want to get rid of this redirection and the use of ha.domain.com
the redirect is probably done in nginx
hacs = home assistant community store
Yes, I set it up
what does it look like?
do i just simply set the port in my ha config.yaml to 443, setup ssl with letsencrypt, and thats all?
you shouldn't need to change anything in HA I believe
just change the redirect, set nginx to the new domain and get a new cert for the domain
alright, i will get this done tomorrow, thanks!
HA doesn't care what domain it runs on as long as nginx receives the connection
(assuming you terminate tls at the proxy)
yeah, I cannot find anything related to proxy connections, r the add-on
Did you add these? https://www.home-assistant.io/integrations/http/#use_x_forwarded_for
Here's what I have...
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.9.7.21
The SSL fields have been commented out, per the add-on
@opal garnet trusted proxies should be the nginx container IP address or the docker network address in general
Can anyone help with the process for sending Restful API requests to HA addons?
Thanks for the reply. I presently have the hassio/virtual machine set as the trusted proxy...
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.9.7.21
Your proxy is an add-on, right?
Regarding the SSL lines in the linked post... My add-on, the NGINX Home Assistant SSL proxy, requires those to be commented out
Correct, the NGINX Home Assistant SSL proxy
Right. And you want the docker container IP or just the whole docker network. There's an internal network that docker is using for containers to communicate
You said earlier that there were no log messages pertaining to the proxy
not that I could visibly see. maybe looking in the wrong place, something other that the Logbook?
Yes, the actual logs
Not the logbook
That would have cleared this up a while ago
-> Logs
Add-on log? This is all that's in the log...
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[09:53:55] INFO: Running nginx..
Tried this... same result, 400: Bad Request. Not sure what that IP is... it's not even on my subnet
It's the internal docker network.
Look at your ha logs. Configuration > logs in the ui
ah, found something... It says...
Received X-Forwarded-For header from an untrusted proxy 172.30.33.8
I take it that this IP is my actual proxy IP?
Use what cogneato recommended
And the same network I told you to try
You can specifically use that IP if you want. It's possible it may change down the line, but it shouldn't.
hence, the reason for adding that entire range. I restarted nginx add-on, no change. I suppose I should reboot HA?
Damn, that was it... back connected. I guess I had never needed to know the 'docker' IP previously... good to know now for sure! Thanks guys.
@opal garnet well yeah the config you were changing was HA's. Not nginx
got it. I just thought the proxy IP was the hassio virtual machine. Now I know better.
Many parts! 🙃
I figured it out, in case anyone else has this problem, I had to include the session cookie in the header when making the api request to the add-on. The format for the cookie header is "Cookie" : "ingress_session=<session cookie>"
Using ESPHome, how can I make the esp8266 wake from deep sleep when the value it receives from the ultrasonic sensor connected to it changes (goes above or below a certain number)?
Some help please? My HA crashed overnight and I couldn't seem to get it working again so I have created a brand-new-excellent (even) install from scratch and restored my configuration from on of the many backups.
I can't however seem to get the Unifi config to restore from backup - I was using the Unifi Addon from the "Home Assistant Community Add-ons". Is there a trick to getting this data back?
edit: Corrected my info based on post from @covert arch
hacs does not have addons
Hey guys!
Is there a way to cast audio from a chrome tab to HA?
I know this can be done with the Spotify connect addon, but I want to stream other pages: Soundcloud, Youtube etc.
forked-daapd, don't know if there is a addon for it though
do you have a backup?
if so, your unifi data should be in there
Yes I have found the backups, but the general HA restore doesn't want to restore the unifi data, and hassos doesn't let me access the folder that the new unifi addon is installed into 😐
Out of the box will the influxDB addon in HA keep my data forever?
cannot get external url to work using Nginx Proxy Manager addon
Howdy fellas, i'm about to install home assistant OS fresh on a new RPI and i was wondering what i need to backup specifically to keep my let's encrypt certs the same, already got the /ssl/ folder but is there anything else?
Oh, and i set let's encrypt up with the DuckDNS addon btw
/ssl and your other directories would by included in a full snapshot backup
Though copying /ssl out manually for yourself is fine too
Sweet, thanks
the terminal add-on isnt working on my raspberry pi 3 install
i've installed the addon, started it and enabled show in sidebar, but when i click on it, all i get is a black window with no command line
what shall i try to do to fix the issue? restarted and reinstalled it a couple of times already
it takes a second to start
Had deCONZ installed but none of my devices were working after updates so I decided to reinstall but it’s asking about a gateway not sure how to proceed I have deCONZ in left menu but does nothing when I click on it
Supervisor is telling my i have an incompatible container running. I have Portainer and added 3 instances of oznu/homebridge to my HASSIO setup. I've used these flawlessly. Do I need to rebuild the image? Maybe it's outdated? Can I ignore this warning?
how do I get the login command to work?
putty -> shell -> login
no logins work?
Once you added more containers, you're running an unsupported configuration
if you're already at a shell, don't try to log in again
Thanks @viscid orchid but there still appears to be something I don't understand - perhaps architecturally with hassos...
I am wanting to acces the unifi-addon data folder, how do I get to it from hassos?
you can't get to it from the SSH addon
you would have to go through the console, but then you're off in unsupported land
That seems to be where I need to go since my unifi is crippled and none of my tasmota stuff works any more. There just isn't enough documentation to help me it seems
but thanks I am now in on the console, I will tread carefully
so i was bad to do this... what's the alternative?
use a different machine or run HA OS in a VM or in a container
requirements for a Supervised installation are here: https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md
and if you're running HA OS, then you're also not supposed to run additional containers
ok. thanks for straightening that out. wasn't sure if it was "this container is bad" or "any container" - got it.
well, is that just a "this will void your warranty" kind of thing?
or rather, YMMV
pretty much
ok.
I don't know of any specific issues with specific containers - the devs just don't want to support a system with random stuff on it
in theory, one of those other containers could conflict with the container ecosystem that runs a Supervised install
got it. there are only 2 out of 50+ integrations that only work through homebridge so far. if those ever come around to having a HomeAssistant only integration, i will gladly boot the homebridge containers.
if i hit a snag i will get another Pizero or something to run HB
Welll… you could use the web terminal and docker compose or portainer
Run your own docker docker containers which are what the Addons basically are
Been there and done it, I dont do a lot of I’m supposed to do this with HA os
Hi all. Where can I find some help with Wireguard please?
Hello everyone,
i'm using this addon https://github.com/marciogranzotto/addon-nightscout (a glucose monitoring system) for my brother who has diabetes, and i want to expose the port for mongodb which is installed inside the container...i want to connect it with grafana...
Is there a way to do so ? i already tried to modify the config.json (inside the /addons/git.....) but it didn't help.
Thank you.
I can't seem add Frigate to Supervisor using the repository url that is in the Frigate Docs: https://github.com/blakeblackshear/frigate-hass-addons
I get "Invalid Add-on Repository"
Has it been changed?
my hassio addons are installing amd64 when I am on aarch64. I tried updating the /usr/shared/hassio/addons.json to use the right image but it gets rewriten. Anyt ideas?
Hi looking for contributing an add-on . could someone help me with contributors guide
Little confused on where/how I implement an add-on I enabled via HACS. Something simple like Illuminate Door or People Tracker. Installs fine but I don't get where to use them in scripts/automations
you dont enable addons in hacs
hacs is custom integrations, they get loaded with core
addons are separate processes running besides HA (containers)
Hi, I’m running HA OS on Odroid N2+. Is there a reason why I’m not seeing “Protection Mode” toggle in any add on?? Thanks
It’s only in some of them, like the ssh&web terminal and portainer addons
It should only be there if there’s a reason to turn it off
Ok, I see, it is probably just for those addon rated 1 in security. Thanks
I've been wondering this myself. I turned it off for Frigate, which is required, but after the last HA update the option is no longer available and the add-on does not work.
Hi, bad news for me then. I was asking because I want to use Frigate. I didn’t install it but reading about I found the Protection Mode thing
@little flame posted a code wall, it is moved here --> https://hastebin.com/libiwikeco
Has anyone managed to get the Google Assistant Webserver addon (https://community.home-assistant.io/t/community-hass-io-add-on-google-assistant-webserver-broadcast-messages-without-interrupting-music/37274) running in a recent version of Home Assistant? I installed it but on start it gives me a fairly vague error in its log
[Info] Install/Update service client_secrets file [Info] Start WebUI for handling oauth2 Traceback (most recent call last): File "/hassio_oauth.py", line 76, in <module> user_data = json.load(data)['installed'] KeyError: 'installed'
(I'm guessing it's just an old addon that hasn't been updated for newer versions but hoping someone knows of a solution)
I have deConz addon installed and have plugged in the Conbee 2 into the r-pi running HA os. What are the next steps to get it up and running? I have selected and saved the conbee 2 device radio option under the deConz config. I read the documentation but it doesnt seem to address what to do about the Phoscon or deConz options in the deConz sidebar ui. Also, Im not seeing deConz autodiscovered as an integration as I expected it would be per the docs.
@true ferry google kind of ruined any benefits for using broadcast. Most of the add-ons you find for that will no longer be maintained. (none that I know of)
Hi all!
I got a question about addon updates. Am I the only one not getting them even when the "Auto update" setting is on?
it looks like the repos aren't being updated. Iv'e tried thru the cli, but it says there are no updates, even though there are in the addon's git repo
for example Node-RED, I'm on v10.0.1, but the latest stable release is v10.1.0
v10.0.1 doesn't exists... so you cannot be on that
Was about to say…
well it does
that's what it says in the supervisor page 😄
that is a tagging error to be honest 😛
Actually, it’s 10.1.0 that doesn’t
oh, so I'm actually on the right version?
I had the same issue with Zigbee2mqtt just recently
cool, thanks for sorting that out for me, saved me some more gray hairs 😄
Hi,
I am running hassio on a raspberryPi. Installed Mosquitto broker add on and zigbee2mqtt. Now what is the ip I have to enter in zigbee2mqtt. It does not seem to work with "localhost":
Zigbee2MQTT:error 2021-11-11 12:50:08: MQTT failed to connect: connect ECONNREFUSED 127.0.0.1:1883
ok - I found a hostname "core-mosquitto" which resolves to 172.30.33.0 and it seems to work
Vaultwarden (or bitwarden) is not in the addon list. The github repo is not correct also. Anny tips ?
it is in the addon list und the Home Assistant Community Add-ons section
Hey I am running the docker homeassistant stuff and I was wondering how I could install "add-ons" like the mod said in #449717345808547842
If you run an Home Assistant Container installation type (e.g., running as a plain Docker container), you won't have addons.
You have Docker 🤷♂️ You can do Docker stuff
Like I told you in #449717345808547842 "Check the documentation and/or help forums for [random software]"
BRO IM LITERALLY STUPID AS FUCK 😭
fuck it Im just buying a pi idk anymore my stupid ass old laptop drives me crazy
Guys, im trying to set up "Alexa Actions: Actionable notifications from home assistant to Alexa" but when I ask alexa to run test skill, it says "This is a test of the alexa actions custom skill. Did it work?" but no matter what I will tell it back it still asks same question again!!! Did anyone had this issues and how to overcome this? Thanks
sorry it comes back to me with this " Sorry I did not catch that... "
Trying to add the Frigate-Hass-Addon
Getting an error trying to add the git repo in the addon store...
Hi All: New to HA.
I have a problem installing the MQTT Add-on.
Here is the error:
Failed to install add-on
Can't install homeassistant/amd64-addon-mosquitto:6.0.1: 404 Client Error for http+docker://localhost/v1.40/images/homeassistant/amd64-addon-mosquitto:6.0.1/json: Not Found ("no such image: homeassistant/amd64-addon-mosquitto:6.0.1: No such image: homeassistant/amd64-addon-mosquitto:6.0.1")
My Setup:
Latest HomeAssistant installed following these instructions:
https://github.com/jome-assistant/supervised-installer
Can log in to HA and all seems fine.
Dashboard -> Supervisor -> Add-On Store->Mosquitto broker ->Install
Then get the error above.
BTW ... I already have an MQTT instance running on that host, but on no standard port ... so don't that that matches the error I am seeing.
Ideas?
"BTW ... I already have an MQTT instance running on that host," Please read the additional conditions for running a supervised install: https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md#additional-supported-conditions
Hello, Is there a support for Smart Life (Simliar to Tuya) for Home Assistant yet?
There's indeed just such an #integrations-archived
Thanks! My bad! Still new here.
Hi!
I want to install LEDFX add-on
but I can't find it in the add on store?
Installation
The installation of this add-on is pretty straightforward and not different in comparison to installing any other Home Assistant add-on.
Search for the "ledfx" add-on in the add-on store and install it.
Select the correct audio device for input.
Start the "ledfx" add-on
Check the logs of the "ledfx" add-on to see if everything went well.
I run Home Assistant OS - 2021.11.3
that's only in the edge or beta repository I believe
and I don't think it has been kept updated
those are the same generic instructions for any add-on
They apply if you have the repository installed
i've added Edge repo and can play with LEDFx now
It has actually 🙂
dangit, offcourse it can't do what I want to
I want to play music from spotify on say my chromecast or google home
and have my WLED strips react to it
Hello everyone. I joined today this great community and I am 100% n00b at this.
I am following a tutorial on how to do the initial setup, but I am stuck at NginX Proxy configuration
if anyone can help, I'd very much appreciate it
Any suggestions on the simplest way to upload backups to SMB server automatically?
ah sorry. I assumed all of LEDFX changes over the last 6 months lately would be a mess to keep track of 😓
well if they release, a PR would be opened automatically 🙂
So if the add-on doesn't have a change, it means it isn't released upstream
(which they don't do a lot unfortunately 😦 )
Hi all, I'm trying to install the add-on Tautulli, but I'm having some issues.
I've setup the configuration on the add-on page correctly and the logs does not show an error when starting it. I can get to the webpage of Tautulli, but whenever I put in my credentials and press login it does absolutely nothing. I've double-checked the config (not the config.ini though, as I have no idea where to find it...) and all of the information should be correct.
The documentation mentions a wizard, but I have yet to see one. Am I missing a step somewhere, am I supposed to put something in configuration.yaml?
I don't know how much or little information I should be providing, so please tell me if anything else is needed. Thank you very much - still a bit new to HA 🙂
Hi folks. Since yesterday I've been unable to access the web uis of any of my add ons. All return a 401 error. This is true only on my primary computer, but occurs in Edge and in FFox. I've logged out, cleared browser cache and cookies, and rebooted the PC and the rasbpi running HA. Still getting the error. I'm stumped. Does anyone have any advice for how to resolve this?
Is HA core and everything else updated?
@sly kindle Yeah, core, supervisor, and the add-ons themselves are up to date.
Firefox is updated?
and Edge, yup
Hi guys, im running alarmserver as docker image. The bad way. When i try to make an HA addon, i receive this warning: WARNING (MainThread) [supervisor.store.data] Can't read /data/addons/local/AlarmServer/config.json: does not match regular expression ^([a-zA-Z-.:\d{}]+/)*?([-\w{}]+)/([-\w{}]+)$ for dictionary value @ data['image']. Got 'toxuin/alarmserver:latest'
When i change the value from toxuin/alarmserver:latest to only toxuin/alarmserver in config.json i get an install error.
"toxuin/alarmserver" is correct format
Hi folks! Not sure if this is the right room - I’m looking for a way to dynamically manage groups in the UI. This of course doesn’t exist without some kind of add on.
I’m using the default mqtt addon and configuration. I’ve installed Frigate and Double Take. While frigate detects me and adds an event non of those are being moved over to Double Take. If everything is set up correctly should anything be showing up in the mqtt integration?
I have tailscale addon running. I can access HA from other devices in my tailscale network but I can't access other devices from HA. If I try to ping tailscale IP from HA CLI it doesn't work. How would I make this work? I would like to connect plex integration to remote plex server sitting on my tailscale netowrk.
hello i am trying to learn but not too smart.
oh... you cannot link images
https://github.com/elad-bar/ha-edgeos I'm trying to set up TX/RX for lovelace
i don't know what the syntax is cause the documentation does not include any examples
@late agate posted a code wall, it is moved here --> https://hastebin.com/puveyibopa
It doesn’t exist at all, and an addon wouldn’t help at all. I’m sure there’s a feature request for it in the forum:
If you have a feature request for the frontend you can open one here, for Home Assistant itself please post on the forum. All other feature requests should be made to the developer of that custom card/component.
You can use group.set to dynamically create groups via a script, but probably not what you want
Now that the "official community" portainer add-on is removed from the "Add-on Store", is there a way to install it anyway?
the tuya is smart life, just different servers. adding the tuya addon will ask you straight up 'are you using smartlife or tuya' on install.
Thank you!
Love the new Visual Studio Code addon. Great IDE. However, I noticed that I can't seem to scroll text using the mouse. I must use the cursor and arrow keys. Scrolling with the mouse just scrolls the whole VSC window within the HA App itself. Macbook/Monterey using HA App (not browser). Mouse scrolling works fine using the Safari browser.
Does anyone have idea on how to do this?
How can I let integration use tailscale?
Sure, use a containerised install method rather than Home Assistant OS.
Is it possible to manually add e.g. InfluxDB addon when using HA on a Docker Container? I've already set up another InfluxDB container and it is working. I want to store data in InfluxDB rather than in default db
It's not possible to use any addons without an install that uses the supervisor. You have InfluxDB in a container, why do you you want an addon version?
I'm probably misunderstanding what an addon is. Is it only an automatic deployment of containers?
I see in the Github repo of the addon a screenshot with a nice InfluxDB panel added to HA. I also supposed that you can use InfluxDB to store all HA data
Basically, yes, but has some additional layers and wrappers
You can't, that is the ingress feature, which is one of those layers added to add-ons 🙂
Oh wow the addon creator himself 🙂
🏃♂️
So it's impossible to manually add those layers only without supervisor?
Uhm, after some digging maybe I found this relevant page? https://www.home-assistant.io/integrations/influxdb
Yes, embedding other applications into the Home Assistant UI natively (Ingress), is a Supervisor feature. Thus not available for installs without add-ons.
That is the integration page, add-ons and integrations are not the same things
Yeah, sorry for the confusion. Basically I wish to create automations using data stored in InfluxDB (iOS Health data)
Seems to me that that Integration could suffice?
Yes, addons are not for automating, instead you are looking for "integrations", which integrate Home Assistant with a device or service -> #integrations-archived
Ok sorry, I'm still a little bit confused about the terminology 🙂
Thanks a lot for the support!
Add-ons add additional applications to a Home Assistant OS & Supervised installation type. Those application can provide services (e.g., a database service like InfluxDB).
Integrations integrate Home Assistant with a device or service, bringing them into Home Assistant as e.g., entities, so you can automate with them (or display them). So, integrations could connect to a device (e.g., Hue) or service (e.g., InfluxDB in a container or provided by an add-on).
Hopefully that makes sense 🙂
A lot! Much more clear now, thanks!
I keep getting errors when installing things via Supervisor marketplace. What do these mean?
Can't install ghcr.io/hassio-addons/zwavejs2mqtt/aarch64:0.29.0: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/hassio-addons/zwavejs2mqtt/aarch64:0.29.0/json: Not Found ("no such image: ghcr.io/hassio-addons/zwavejs2mqtt/aarch64:0.29.0: No such image: ghcr.io/hassio-addons/zwavejs2mqtt/aarch64:0.29.0")
Out of space on your storage device?
Plenty of storage space, only 11% used.
"no such image" means after all was done, the image was not there to run as a container. This can sometimes be because there was not enough space, but it could also be because there was/is a network issue
Anybody else having issues with ESPHome making Hassio freeze completely when trying to compile code? It suddenly stopps on a random .cpp file and only works again after reboot of the Pi
And after the reboot it most of the time successfully compiles one time
Hey guys
how do I play the same music with spotcast on different speakers?
Or just fork the old portainer repo and make it into my own add-on repository, add it, and click install.. A lot easier
Hi!
Trying to install the OS agent on a Rpi4 with Deb11 but I can't find a matching version for arm64 here https://github.com/home-assistant/os-agent/releases, when trying to install os-agent_1.2.2_linux_x86_64.deb I get the error "package architecture (amd64) does not match system (arm64)"
you want #330944238910963714
Hi all,
I am running the HA supervised in docker on a raspberry pi 4.
I have an issue with the Home Assistant Google Drive Backup addon, when I am trying to sync with google drive I am getting this error "An unexpected error occurred: [Errno 104] Connection reset by peer".
I got the same error many times when I tried to add the repo for the "Home Assistant Community Addons", but somehow I managed to add that repo (idk how, but I did). So I think this error is not related to the addon but somehow to the HA.
I have to mention that this error doesn't appear every time, sometimes the backups are uploading without any issue.
Does anyone know how to solve this or encountered it before?
https://pastebin.com/5AT5WsNW
@native arch posted a code wall, it is moved here --> https://hastebin.com/fehazomape
I most certainly did not
Unfortunately there are two of us 'RobC'
used to be more
@native arch posted a code wall, it is moved here --> https://hastebin.com/koqudopice
OK ... I see posts longer that 15 lines are an issue.
Well ... my 'hastebin'ed post was asking a question on getting SSL to work. I am new to HA, but have done a lot of readying and tried to solve the issue myself. But stumped on this one. I am sure the fix is simple .... but can't see it.
Any advice welcome.
Correction to the hastebin post:
... but I can not get to my HA using https://homeassistant.[my.domain]:8123. http://homeassistant.[my.domain]:8123 works fine
Are you saying this should not work:
http://homeassistant.my.domain:8123
the "[my.domain]" part is confusing, but https://ha.domain.com will work, while https://domain.com/ha will not
Here are the URLs I am using...replacing the real domain with my.domain:
http://homeassitant.my.domain:8123/ <------works
https://homeassistant.my.domain:8123/ <--- fails
then you didn't properly enable the certificates in configuration.yaml
but you and pretty much anyone else would be better off using NGINX as a reverse proxy and avoiding terminating SSL in HA
SUCCESS!! Thanks. Editing configuration.yaml was the missing piece of the puzzle.
The RobCs are redeemed
I'm beginning to integrate my z-wave devices with Home Assistant. I can get z-wave js set up and paired with my z-wave usb stick. But I'm a little confused about z-wave to mqtt. Not using MQTT yet, but this is still preferable to z-wave js? Or does zwave2mqtt run on top of z-wave js; ie do I run both at once?
about TasmoAdmin addon: is it possible to embed the UI per SSL in the HASS UI - AND - at the same time have OTA updates through the addons webserver without SSL (as I undestoot Tasmota does not do SSL for OTA updates) ?
I have TasmoAdmin currently configured to use no SSL at all. Running an OTA update from TasmoAdmin results in the minimal firmware to be deployed, but the upgrade to the release default tasmota.bin does not work. (I had this properly running as a container on a different machine in the past - not as a HASSOS addon - and updates worked.)
IF anyone is looking to keep portianer, the below repo still has it available.
You an still find Portainer using this rep: https://github.com/MikeJMcGuire/HASSAddons
Hello, I think Deconz devices are auto-discovered by Alexa? Could this be disabled in the Deconz Home Assistant Addon?
@civic delta posted a code wall, it is moved here --> https://hastebin.com/yomuhocija
Hello! I wanted to install the Mopidy add-on, so I clicked on Supervisor and the Add-on Store, and searched for Mopidy, but there was no match. What did I wrong?
There is no installation guide on this page: https://github.com/hassio-addons/addon-mopidy
I need to stop and uninstall an addon from terminal. It's Frigate and I configured too many cams on my raspberry so it is choking. I'm trying "ha addons stop frigate", but I'm getting Addon frigate does not exist, so I guess it's called something else. Anyone?
@manic hearth posted a code wall, it is moved here --> https://hastebin.com/pajepovose
That went really well for a first post on Discord. No code snippet integration?
@manic hearth posted a code wall, it is moved here --> https://hastebin.com/icixuwuzuj
Trying to get RFlink 433MHz integration up and running. Is this the right channel?
@manic hearth #integrations-archived
And any post here longer than 15 lines is a "wall"
You can share code snippets, but if it's longer than that, use a paste sharing site
Super. Participating on Adafruit as well, and they use a different scheme. Thus my surprise...
I found a link to use Google Drive as a backup tool. It says to go to Supervisor, clink on the "3-dots" in the top right hand corner, click on "Repositories" and then paste the address of the github ("https://github.com/sabeechen/hassio-google-drive-backup") and press "add". When I do that I get "Invalid Add-on repository!". Any ideas?
No, but I did it more carefully and it worked. Sorry......
Hello, I flashed a fresh home assistant image onto my raspberry pi 4 tonight trying to get back into the game after moving a year ago.
I'm having issues with the encryption/https to work properly with duckdns. I've followed the instructions under the documentation section of the duckdns addon page. When I add the ssl certificate lines under 'http:' in my config file info as instructed, HA won't even open locally. When I remove the ssl lines (but keep http:) and restart, It appears I can access it via http only (chrome won't even let me in though because it's 'dangerous') and can also access locally again.
A little lost on how to proceed or what to troubleshoot next.
False alarm. Looks like a little patience was all that was needed!
"Terminal & SSH" or "SSH & Web Terminal"
is that a question?
Yes, what is the difference or which is better?
One is basic. One has more customization options and the ability to turn off protection mode (for now) which allows you to use docker commands.
Neither of them give you access to the host system itself
Thank you. That's enough for me to start to differentiate between them. I know it's hard but I wish the names were more distinguishing. I have trouble remembering which is which when I am reading stuff referencing them.
If you just want to edit files with nano or vi and access the default mapped directories, and have the custom ha commands available for troubleshooting, then either is good
I want to increase my swap space.
This post https://community.home-assistant.io/t/how-to-increase-the-swap-file-size-on-home-assistant-os/272226 says I need SSH & Web Terminal but I already have Terminal & SSH installed.
You can have both. You just can't run them at the same time if they are configured to use the same port 22
In general, install the community version (SSH & Web Terminal) and don't worry about it
Hello, is there an addon to get logs out to an external syslog server from home assistant OS?
You could probably use notify with the log function.
Actually, rather than the file plaform, the rest platform would probably be best: https://www.home-assistant.io/integrations/notify.rest/
Though if the external server is/can be mounted on your HA device, you could use the file: https://www.home-assistant.io/integrations/file/#notifications
Hey, I have the mosquitto add on on HA and it works well. I just flashed a sonoff basic r3 with espeasy and connected it to the mqtt broker on HA. However I don't see anything on home assistant from it. Do I need to subscribe to the topic in HA with mosquitto or should the mqtt autodiscovery already see it?
I don't even know were to start getting rest to a syslog server.. :/
Does any one have any experience with Bitwarden?
i cant seem to find the /ssl/ folder that is referred to in the documentation, any one know the full path?
Is it possible to add Add-ons to and HA Container in any way?
nope
What will be the best way to achieve the following. I want to run a NodeJS server, and a HA on the same RPI. How can I do this?
any ideas or tips?
If you run Home Assistant Container installation type, you are running HA as a container already, for the other application, spawn another container
Consult the documentation of the secondairy application you are trying to install on how to do that
Ah forgot to mention. Need also an add-on on it.
On the HA
there are no add-ons when running Home Assistant Container... so that last bit don't make sense to me?
At this moment I have an HA OS with the deCONZ add-on on it. I want to transform it like that I can add a NodeJS server on it.
Thats the case.
Ok, sure 🤷♂️
So not possible?
uh yeah, you can run that in different ways, if you like to go using containers, go ahead
I'm not sure what your add-on question is in this case
Yeah but containers is no option right, as I can't add the deCONZ add-on on it.
Thats my whole problem
If I can't add the deCONZ add-on, I can't add my Zigbee devices to the HA.
There are Docker images available for deCONZ
I'm adding Fitbit, and the online HA documentation says add the changes to the config.yaml file (I've done that). It says to then "Restart Home Assistant". I did that from the Configuration/ Server Control component. It then says to " Go to the frontend. You will see a new entry for configuring Fitbit.". When it says frontend, what does it mean?
It's in the notifications!
Literally just added this myself, about 5 minutes ago!
Fitbit is an integration, not an addon. #integrations-archived It's also terrible. You will have to remove it and re-add it every couple of months as the authentication does not renew.
can i add tailscale manually ? i cant see it in my addon store list. thanks
Tried to add the Double Take addon.. it has started and info with version number shown in the info tab. when opening webui I experience 502 bad gateway.. is there any config I have missed?
and I'm not able to access the UI for editing any. Configurable options are saved to /.storage/config/config.yml and are editable via the UI at http://localhost:3000/config
The UI at port 3000 will give an ERR_Connection_refused
Dear all, I am having interface issue related to zigbee2mqtt - it basicly fails to load the interface correctly for somewhere around a week and I don't recall updating it. https://i.imgur.com/SsOJUbW.png
I've tried rebooting HA, restarting the VM all together (during regular maintenance on the server running it), unplugging and replugging the concentrator (even though it made no sense it would be connected).
Has anyone seen this behavior before. It just occurred to me to delete cookies for the interface and see what happens.
Nope, didn't work either.
I'd prefer not doing anything drastic, like reinstalling zigbee2mqtt, before I hear from you lot.
OK, for anyone having the same issue, I toggled the dark theme button, and it fixed itself. Even though it was on light theme, it stayed in the light theme, while fixing the interface. Another click toggled it to dark, and now I can toggle back and forth and refresh with it staying normal.
Really weird!
Anyone know how to access the grafana add-on webui directly, not from the sidebar link? eg: https://a0d7b954-grafana/ or somesuch?
Fresh install of HA, trying to add the DHCP Server add-on following the guide (https://github.com/home-assistant/addons/blob/master/dhcp_server/DOCS.md) but DHCP Server isn't in my list of available add-ons?
advanced mode in user setting = fixed.
why can the tasmoadmin add-on not just use ingress like everything else?
sometimes webapps are made in a way which cannot (or is extremely hard and still not wroking 100%) be proxied or mirrored through ingress
other times they may use protocols which ingress is not even capable of relaying
Dear all, does anyone know how to reduce the Grafana dashboard refreshrate to 1s (lowest possible is 5s on default) Thank your very mush!
On both my rpi 3b with hass os and on my computer running on supervised setup I do experience 502 bad gateway errors when opening Web ui on newly installed addos (frigate and zigbee2mqtt) all old add ons working fine. No info or errors on the addons log tab and cannot see any under the log section in HA...
In other words seems like "unconfigured" or first run addons get this 502 error. All other addons were installed on last October version. System. Now updated to latest November.
(correction double take and zigbee2mqtt add on, not frigate.)
My mqtt broker all of a sudden seems broken. I really don't know why though. Any hints?
Hi there, are there any Dutch guys that I can send a PM about RFlink? I can't add any entities.
(I mentioned Dutch guys as it was developed by Dutch guys)
Hello! I’m having issues starting the Jupyter Lite add on. Any ideas why it could be please? Logs here: https://github.com/hassio-addons/addon-jupyterlab/issues/303 thanks! Reading through some other issues it looks like people might have issues with Pi-Hole running but I don’t have anything like that. HA IP is reserved on my router settings so it doesn’t change. RESOLVED: I deleted my “Notebooks” folder in config from an old installation and it fixed it
Any luck figuring this out? I am having the same issue
Yes, you need to obtain a session cookie from Grocy as well. Then include that in the header of the get request it looks like “Cookie” : “ingress_session=<cookie>”
You use the normal auth header as well for the api
And the grocy api key
I will give this a try. Thank you. Cheers!
Hello, i am having the problem that my Sonoff RF Tasmota can not connect to Mosquitto Broker (error MQTT_CONNECT_FAILED). Zigbee2mqtt works fine and can connect. Any ideas? Thank you
I have issues with some addons not loading n de gui / ingress, such as adguard and esphome, and looking for directions to debug. Adguard works when i access it directly (localip:8080) but not from homeassistant (blank screen).
For esphome, i dont know if/how to access it directly. I know its running in the background.
Logs say: starting nginx...
Should i be looking at firewall? Or container network? (Seems like working addons run in the Hassio network and non-accessible addons run in the Host network)
Or in another direction?
Are you using Firefox?
Chrome
And in HA android app also same thing
Afaik i dont run or use nginx
I use letsencrypt and duckdns, maybe it could be ssl related? (Also tried the ssl options in esphome addon)
The addons themselves use NGINX
Do you know if i can access EspHome directly, so not ingress?
Ah let me try that, does not work immediately but let me open 6052 on my firewall
You shouldn’t need to open it on your firewall to access it locally
You do need to revisit the addon config
Thanks, my HA runs on a nuc. I can access esphome from a laptop when i indeed open de firewall on the nuc and use http instead of https
Thanks rob!
I have been using the Nginx Proxy Manager and DuckDNS addons for some time now without any issues but it suddenly stopped working (I am no longer able to access HA from from duckdns url)
I have checked all logs (home assistant,Nginx Proxy Manager and DuckDNS) and I do not see any issues
How can I debug this?
Can anyone help me get MariaDB operational, please? It's up and running, configured on the same server as HAOS, no errors in the log.
recorder:
db_url: mysql://homeassistant:mypassword@homeassistant.local/homeassistant?charset=utf8mb4
But My historic sensors now say "History integration is disabled."
configuration.yaml still has default_config in.
Do I explicitly need to add the history integration?
In the MariaDB logs, if it says [08:57:42] INFO: Successfully send service information to Home Assistant. does that mean HA has successfully logged on?
any idea why Nginx Proxy Manager returns "internal error" when I want to generate a cert? For info port 443 is open on my router
in log, I've this message :
[11/22/2021] [12:12:26 PM] [Express ] › ⚠ warning Command failed: /usr/bin/certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-11" --agree-tos --email "igor......@.......com" --preferred-
hi. Wanted to start tinkering with ESP32, using the browser flash method. However it complains I don't have an SSL, as I am logged in from LAN via 192.168.... What's next?
Hi guys, thanks for having me.
How do I connect my Home Assistant OS running on a Pi to an existing wireguard VPN? 🙂 I'm seeing loads for how to turn my HAS into a wireguard VPN, but nothing for the reverse to use it as a client 🙂
I figured I'd just SSH in and install wireguard manually and do it that way but apt doesn't seem to exist so perhaps it's not debian based?
Also, please redirect me to correct channel if necessary, I took a wild guess based on the existence of a wireguard add on 😅
The WireGuard add-on cannot be used as a client.
I'd guessed as much 🙂 What is the core os of Home Assistant OS? If I know that, I can probably just get on with installing wireguard manually 🙂
Doesn't seem to be debian based what with apt-get not existing 🙂
And that's where I'm most at home with linux stuff so not sure what to try next 😅
ooo, apk seems to get a response. Perhaps it's Alpine based?
Yes, apk add -U wireguard-tools seems to be working.
Sorry, gone and used you all as a rubber duck!
Now just to figure out how to connect to a wireguard vpn over the command line! 😄
Also to go on a rabbit hole of learning all about what Alpine Linux is and why folk use it 🙂
HA OS is based on buildroot. Anything you add to the ecosystem here is added via addons. Even basics like samba, ssh...these are added add-on containers
Well okay then, now I'll have to add buildroot to my learning list! Looks nifty. I've been working on some custom Pi OS stuff for some laser cutter machines and it might speed up the project somewhat too!
Thank you guys! I'm sure I'll be back with more questions on totally different things soon 😄
Quit it! I'm going to be stuck reading interesting wikis all day because of you!
Basically to break out of this embedded OS ecosystem to a more traditional OS, you'll want to run HA differently. The standalone HA container is a popular option
wireguard seems to have installed using the apk package manager so assuming the OS doesn't overwrite itself entirely when it installs updates I think I'm probably sorted 🙂
That's exactly what will happen
Damn
I'll go take a look at the add on's code then, see if I can't add the ability to add interfaces to use it as a client and submit a PR for them 🙂
Looks like it was made by you, @raven tinsel, look out for my pestering request... I mean pull request 😉
Guys I need your help with sqlite web addon
I need to install it but it seems that it is not listed between my addons
is there a way to install it manualy pleas
I won't support or accept such a PR
nevertheless, thanks for thinking along
this is an ESP-Home question (hope this is the right channel)
I get the error that "component not found: ble_client" with the platform ESP32 (the BLE tracker is working fine). it shouldn't be that way, right?
Does anyone have a recommendation for a 12v battery backed 4G GPS tracker that integrates with Traccar? Looking for something to put on a trailer.
May I ask why not? 🙂 Just so I understand the thinking behind why it only implements one half of Wireguard 🙂
Because in order to make that work, we have to accept the WireGuard messing with the iptables of the host system, which... Is not something I'm willing to add/support.
that can only lead to unexpected issues
I take it home assistant already manages the iptables on the host system then?
That is not the point...
If I do a full backup, will it include addons? I thought I just did one, but addons didn't seem to be included
Yeah taking a look and I don't see it in the tar. Gonna try to do another backup
Bleh downloaded the wrong one. Thanks
i'm doing esphome in home assistant
but cannot install get "failed to get configuration file" and validate has red x - if i do over http - validate works
wondering if anyone has run into this
Hi all!! Mosquitto broker - in config i have an option: anonymous: false, and defined user, but i can view and publish without authentication. Any advice?
I have Question with Mosquitto ad-on and TLS. System: Debian 11 with Home Assistant Supervised (core-2021.11.5, supervisor-2021.10.8) The system has Duckdns , so the Mosquitto says at startup: Certificates found: SSL is available
I have some Tasmota devices out of my local network, so i want to secure that traffic. There's no problem to compile Tasmota with TLS support or use pre-compiled binary. But is there any proper how-to for this? When googling, there's plenty of "You have to make self-signed certs, you need CA-key"
Even extracted key fingerprints from fullchain.pem and testthem with MqttFingerprint command on tasmota. No luck so far.
I don't understand, what is the point then? I'm not trying to be difficult, I genuinely don't understand why it would be a problem for us as users to have the choice to connect this device to a VPN as we have the choice to do so with most every other open source device we have and whilst I appreciate it could trigger strangeness with iptables, I'd have surely thought that's something the user would take on board when they choose to connect it to a VPN and understand they would have to be careful with their VPN configuration to ensure it does work properly for them.
I fully appreciate that this was not your intention with this add on now, but if that's the case, perhaps it would be best to rename the add on to "WireGuard VPN Server" rather than "Wireguard" so that folk understand that this add on is not in fact a complete Wireguard service they are adding to their devices, as right now it gives the distinct impression that we are installing Wireguard when in fact we are just installing one half of it.
May I ask, if another person were to implement a complete Wireguard add on, would it be accepted into the add on store?
"WireGuard VPN Server"
There is no server aspect in WireGuard
You know what I mean.
Not really, no.
and the firewall tables are in a half ass state
people are stuck
without a way to resolve it
I'm not planning on handling support for that or even make it possible for people to end up in such situations
I will not accept such PR to the community add-ons, as I already stated above
Feel free to create your own version, as some others have done. I'm fine with that, but I won't add it
I see. So this isn't really an open source community at all. It's the Frenck show. That's a pity, I had so much hope for this 😦
LOL you have a weird way of open source
open source doesn't mean a project accepts every edge case or use case
Based on some life experience https://t.co/h2VqjUPzM9
744
4398
hi, everyone, im trying to migrate from sqlite to mariadb (maybe not the best choice) .. and im having somewhat weird issues with the recorder :
I either get the "Setup of recorder is taking over 10 seconds." using the "@" in the db_url,
I tried using the "%40" instead as it was listed as a breaking changes but it's worst,
the parser completely fail to parse the string mysql://user:pass%40host:port/db?args,
it tell me the password is : "invalid literal for int() with base 10" when trying to parse the "port" (kinda weird)
Core : core-2021.11.5
Supervisor : supervisor-2021.10.8
OS: Home Assistant OS 6.6
MariaDB add-on: (2.4.0 running Version: '10.4.19-MariaDB')
Any idea of what could be happening, i can connect fine using the mysql command line from another host, character is set to utf8mb4, im running out of things to check
there's this error in the log :
2021-11-23 14:19:20 DEBUG (Recorder) [homeassistant.components.recorder] Connected to recorder database
2021-11-23 14:19:20 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: 'NoneType' object has no attribute 'closed_incorrect'
2021-11-23 14:19:20 ERROR (Recorder) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/src/homeassistant/homeassistant/components/recorder/__init__.py", line 644, in run
self._setup_run()
File "/usr/src/homeassistant/homeassistant/components/recorder/__init__.py", line 1044, in _setup_run
end_incomplete_runs(session, start)
File "/usr/src/homeassistant/homeassistant/components/recorder/util.py", line 406, in end_incomplete_runs
run.closed_incorrect = True
AttributeError: 'NoneType' object has no attribute 'closed_incorrect'
switching back to sqlite for now
stick with @ leave that port away
i can see a warning in mariadb logs [Warning] Aborted connection 38 to db: 'homeassistant' user: 'localuser' host: '192.168.1.10' (Got an error reading communication packets)
why do you use that host with the addon?
so @core-mariadb
i tried
[Warning] Aborted connection 22 to db: 'homeassistant' user: 'localuser' host: '172.30.32.1' (Got an error reading communication packets)
@172.17.0.1 if nothing else works
i've the same
with the container's ip
"i've tried"
many thing before coming to ask
i do see that line : [homeassistant.components.recorder] Connected to recorder database but then it hangs
will try
Having 502 errors with several addons and from googling it seems like others have as well. For instance ZHA works fine and detects my zigbee stick whilst deCONZ and Zigbee2MQTT fails to find the stick and both throw a 502 error when trying to open the UI. In addition doubble-take also throws an 502 error when trying to open.. Add-on issues??
This both on supervised and hassos installation
Setup of domain recorder took 1.8 seconds 🙂
tried that channel but this is not only zigbee, this also applies to the double take addon
which brings me to believe it has to do with addons
zigbee issues go to #zigbee-archived
any different addon issues can stay here
502 generally points to ingress failing to resolve, the addon is not started or fails to start
Doubletake is started and have the following in the log: info: Double Take v1.7.0-e1c4174
zha, z2m and deconz all support only specific sticks/chipsets
Opening webui gives 502
watch the addon logs
😄 Tried to install the log viewer addon and it also gives me a 502
where is this addon log located?
usually supervisor / addons / log
21-11-23 14:03:47 ERROR (MainThread) [supervisor.api.ingress] Ingress error: 400, message='Invalid response status', url=URL('http://172.30.33.1:8099/socket.io/?EIO=4&transport=websocket&sid=f69fiSWWvaxG292EAABj')
yes, and double take then only have one line with info: and the version/build number.. nothing else..
still throws a 502
the error above is from supervisor->system -> log provider Supervisor
Thanks, it's now connecting fine 🙂
Wrong channel for dealing with a single entity. #integrations-archived would be better
If you changed the name in esphome, you would expect to lose it in your frontend
Anyone else getting errors trying to update zwave js ?
yes
Thanks!
Hi all!! Mosquitto broker - in config i have an option: anonymous: false, and defined user, but i can view and publish without authentication. Any advice?
you are connecting a client to your broker without authentication?
I'll give up with that mosquitto add-on TLS for now. With MQTT explorer I can connect 8883 with TLS-encryption on. Working with tasmota-tls on nodemcu.. No victory for me today. Got TLS connection error: 296. / routines:tls_post_process_client_hello:no shared cipher. There's a plenty of articles for this, but seems like 60% of them are old s***t and others do not concern supervised installation at all.
Hey all,
is anyone familiar with ESPHome external components? I´m trying to develop one myself, but I´m always getting the same error while building the code and I´m to blind to find the fault.
the nice people over here, probably: https://discord.gg/V8UZ3uxJ
Can someone answer a Frigate question for me? How on earth do I change the FPS for a camera from 5 to something higher? I cannot figure this out no matter how much googling/reading I do.
Question about the dnsmasq add-on.
Can it be configured to provide dhcp and DNS services, or is supported functionality limited?
Latest dev won’t install Zwave addon because incompatible …
1.11.10 a is required…
0.1.49 add on is available but won’t install because of missing manifest??
@willow lintel yes <#add-ons-archived message>
thx. so we should roll back dev until this is resolved? (sorry I missed that, its a difficult search here)
i was not able to make any progress- i still have the problem that my sonoff 433MHz RF Bridge with Tasmota 10.0.0 will not connect to my Mosquitto Broker on the Raspi running Home Assistant OS 6.6. i always get from the Mosquitto Broker logs
1637745493: Socket error on client <unknown>, disconnecting.
1637745613: New connection from 172.30.32.2 on port 1883.
1637745613: Socket error on client <unknown>, disconnecting.
1637745733: New connection from 172.30.32.2 on port 1883.
Zigbee2Mqtt has no problem connecting
any ideas how i might get it connected?
I Have it configured as a Sonoff Bridge (0), have MQTT activated, host is the adress of the raspi (in the format http://192.168.40.151/) and added the mqtt user with the password that work for Zigbee2Mqtt
it shouldn´t be a firewall problem as zigbee2mqtt works and it seems to be able to connect but then disconnects with the socket error on client.
ok- got the solution: had to remove the http befor my mqtt ip adress
confirming z-wave add-on installed correctly now, and latest dev too 😉 thx
Hello, I am trying to set up remote access to my HA. I do not want to touch ports 443 or 80 as they are being used by something else so i have opened my router 8123 to 8123 to the ip of my HA. I have successfully set up DuckDns and when i access from outside my internal network everything is ok. The problem is internally, for the moment via a browser i have to accept the certificate error and i get in using the local ip address. a bit of a pain, but if i use the app on android it does not work. Is there anyway around this?
ideally i would like to access everything internally or externally using just the duckdns url
is this even https then?
i think so
8123 is usually plain http, you should put a reverse proxy on 443 and let the domain decide which page gets replied
ok - so id have to port forward 443 to 8123 on my router; correct?
i have an alarm that currently needs the 443 to be forwarded to it
and my router is a terrible ISP thing that i can do hardly anything with
as long as you can use 443 - you can put whatever you want behind it
put a proxy in it, reverse proxy to your "alarm" with ip based host
i can use 443 but my router only allows it to be forward to one thing
thats what ports do
thats why you need a reverse proxy and make it handle vhosts with domains
I have multiple services behind 443 - ssh, https, tls, socks5, openvpn all on the same port
Hey guys! I need your inspiration. I have a Python script in a docker container that works with Mqtt and a foreign api. What is the best way to pause the script? With stdin and env variables? Or how would you pause the script from the outside (Mqtt command) without stopping the container.
Hey guys, i need support with an USB-device for HM-IP (hm-mod-rpi-pcb connected via HB-RF-USB-TK to an intel NUC). the device is shown via lsusb, but i cannot find it in /dev/ as ttyUSB* or ttyAMA*
What I found so far is that when adding the device via proxmox for the VM, I see the the device via lsusb and two entries in /dev which I do not see when i disconnect the usb device via proxmox, they are raw-uart and gpiochip0
cant home assistant be used as a streaming service, like a custom netflix where I can put my mkv x264/x265
*can
@west pike You shouldn't. Stick to something made for that like Plex, Jellyfin, etc.
let me check those
Let HA be about automation and working off the states of things
yeah that make sense
how odd. using todays dev and the latest add-on Z-wave, I see, on all of my Sensative doorstrips, an unavailable binary_sensor.xxx_is_closed on a remote HA instance, while they are available on the instance with the same add-on/integration. Integration wasnt updated I think, so must be the add-on?
Good afternoon! help solve the problem, has VLC_core installed? VLC_telnet. everything works fine, I indicated in VLC automations for voice notifications (reproduces prepared voice notifications), but the volume level jumps, for example, I set the volume to 90%, - one notification passes and the volume drops to 10%. I raise it again to 90%, I play one file and again it may fall to 10%, sometimes it does not fall... the drop or increase in volume is chaotic...
Home Assistant is installed in windows 10 via VM VirtualBox.
What do you guys use to automate off-site backups?
+1 to Jellyfin, it's all local
Oh yay the nginx add-on messed up my home assistant install. Thank goodness for VM backups
This one does backup to a NAS. The NAS is then synced to the cloud with Synology Hyper Backup.
Hey guys, there's a addon or something i could do to use a usb webcam as a normal cam in Homeassistant OS ? I want to test some tensorflow addon and don't have a ip cam.
Mosquito add-on and TLS / TLS fingerprint with Tasmota compiled devices. Has anyone succeeded?
@shrewd cedar posted a code wall, it is moved here --> https://hastebin.com/xemigawuqe
hey quick question about samba
how to i tell samba to let all devices on my network access samba without listing every device explicitly
Give it a network based on your local addresses. I use this, but adjust based on your network:
- 192.168.0.0/16
Nobody has an idea? 😦
Hi, have anyone problems with config of DuckDns? I made config with token/https.
I add as DuckDns said:
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
and i get
Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/ssl/fullchain.pem'
not a file for dictionary value @ data['http']['ssl_key']. Got '/ssl/privkey.pem'. (See /config/configuration.yaml, line 31
).
I think that HA cant find path to those file. Where are they ??
@pearl marten did the addon get the certificate?
can i install a different version of an addon?
im total noob how can i chceck this?
@sly kindlei think i dont have
i will try to made it 🙂
the addon logs would show you
restart the addon, then go to the log tab. keep clicking on the refresh button
@night pebble all clients that can authenticate can connect
what do you mean?
the default settings should account for most local networks
This on a different subject
How do install a different version of a given addon
Right now i have version 5.3.3 of file editor and I want to downgrade to 4.2.1 or some other version
How do I do that?
restore it from a backup
why use file editor if you have samba though. You can use anything to edit
file edtitor has a nice way of auto inserting entity slugs
so does vscode if you configure it
and has nice auto highlighting features, and is accessible from the app too
none of them are a joy to use from a mobile device
anyway, you'd have to restore from a backup for older addon versions
What's wrong with the latest version?
An issue should probably be submitted if something has broken
right now the file tab wont open when i click the folder icon and ive tried clean installing it, and using backups but it still doesnt work
granted i only started using this instance of homeassistant yesterday
I've forked the ESPHome repo and I'm trying to add it to HA as a custom repo in the add-on section. However, I get "Invalid Add-on repository!". How do I fix this?
What URL are trying to add?
The URL of the forked repo (which is from my account).
If I install the MariaDB addon (HA OS), does it migrate the existing historical data?
Nope
Any existing migration utility? I don;t want to lose tons of data! 🙂
I don't think we have any to be honest. The schema's are not exactly 1-1
I'm not aware of a tool for it
sounds like an SQL select/insert loop 😉 I'll start googling...
hehe yeah probably something like that 🙂
The schema's are the same, but types/indexes differ. So, best approach would be just to migrate the content in to a fresh schema on the other end
can I expose the sqlite DB to my mac so I can use something like MySQLWorkbench?
its a file? You can download it 🙂
the .db file is in your Home Assistant config folder
doh! Good idea 😉 But then I will need to access MariaDB from the Mac. Since it's a server I can expose its port to the Mac?
Yes, add-on settings, network card 🙂
Hmm, MySQLWorkbench 8.0.27 gives this error when connecting to MariahDB on HA OS:
but the db loads and I can browse the tables.
Recommendations for controlling TV's? I currently use URC system in my house and wanting to fully switch to Home Assistant but looking for something similar addressable IR blasters.
@raven tinsel I was able to export the data from my SQLite database (~700MB) to SQL statements (no schema creation, just insert statements). Then I used the mysql utility from the MariaDB AddOn to execute all the import statements. Now I have all my data in MariaDB!
Nice!
@viscid orchid Any ideas?
If it helps, this is in the logs:
Failed to to call /supervisor/options - Invalid Add-on repository!
Does anyone here use Frigate? I'm trying to figure out why 1. When I look in the Media Browser there seem to be two places that Frigate stores clips etc. but they're not the same, and 2. Where does Frigate store the actual recordings in the filesystem?
AFAIK, it's in /media/frigate by default. If you see a frigate section in the media browser it's merely a shortcut.
/media/frigate seems to only hold some stuff-stuff that shows as "local media" or some such in the browser. does frigate use a database for clips and recordings?
is it possible to run mosquitto broker at core_mosquitto with add on and also external mosquitto broker on different machine (where I can get tasmota devices working with tls with no major effort)
Hello, can adguard be DHCP for two interfaces please?
Yes, but you'll need to bridge the brokers since HA can only use one
16:00:43.040 MQT: TLS connected in 1024 ms, max ThunkStack used 5236 - Mission accomplished. I have now external broker with tls capabilities and custom build tasmota-tls in Nedis Smart Plugs with TYWE3s chips.
Yes it uses a DB as described in the docs. Most probably you'll also find a bunch of other interesting info in there, it's quite good: https://docs.frigate.video/configuration/advanced#database
Thanks!
how do you connect to adguard once you enabled the ingress for the web interface ? i mean which credentials should i use, i can't find a "create user" anywhere, nor any settings related to that
?
Hi, I would like to use zwavejs2mqtt but I'm a bit lost : do I have also to install zwavejs addon?
Actually I have zwavejs addon installed and working fine, but when I try to configure zwavejs2mqtt, it seems that it want also to access the ttys port for my usb stick
I dont know if the 2 are necessary at the same time
You have to select the right device
OK I just uninstalled zwavejs addon and zwavejs2mqtt seems to work
If the zwave_js addon was installed when you added the integration, you need to go back and reconfigure the server in the integration to tell it not to use that addon
Done, the integration now use zwavejs2mqtt, thx !
Is it possible to use !secret with addon configurations? I tried but when I save the addon config it says it can't find the secret, even though it is in the secrets.yaml in the config folder. It seems the config folder is on the search path for secrets.yaml files....
I restarted core but still get an error.
Please use a code share site to share code or logs, for example:
- https://www.codepile.net/ (select YAML as the language)
- https://paste.debian.net/ (select YAML as the language)
- https://hastebin.com/ (sometimes may not allow you to save)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
Failed to save add-on configuration, Unknown secret 'mariadb_password' in MariaDB (core_mariadb). Got {'databases': ['homeassistant'], 'logins': [{'password': '!secret mariadb_password', 'username': 'homeassistant'}], 'rights': [{'database': 'homeassistant', 'username': 'homeassistant'}]}
Ah, ok, after restarting mariadb addon, I could then use a secret.
Hi, I can't access my homeassistant.os installation from the web anymore. The browser says that the certified is expired 21/11/2021 but I don't know how to force update. Restarted homeassistant, restarted the addon, deleted privkeys and fullchain files and restared, but nothing changed. Any hints? Thanks
(duckdns addon log is OK, the cert seems updated)
I also have lost access to my HA OS via duckdns. I have access via https://IP:8123 and folders via samba share and can also ssh my way in
@still wren posted a code wall, it is moved here --> https://hastebin.com/gonuwoyoki
Hay, i have some problems to get DuckDNS + NGINX SSL working. I followed a YT guide and did the exact same. Is somebody with some knowledge about https on home assistant here?
Do i have to use Lets Encrypt too in order to get it working?
That is an integration not an addon. Ask in #integrations-archived
Also read the second paragraph of the documents: https://www.home-assistant.io/integrations/hyperion/ It only supports Hyperion NG. You need to update.
@late zinc what problem are you having? The NGINX AddOn needs an SSL certificate to work - regardless of where you get it (LetsEncrypt or other)
I just set it up a couple days ago but using my existing dynamic DNS provider and certs from them.
I think i found the problem. My router cant handle port forwarding, so i have to get a new one.... If its fine for you ill contact you again if i cant get it working after i got a new router.
Sure. Feel free to PM me or whatever. I don't always follow the discord daily...
Q... i have the Mosquitto broker installed and it works fine on the raspberry pi itself
(i started out about a year ago with a raspberry pi sd card image)
now i want a esp8266 to access the same broker but it cant, i cant use a windows based client to connect either
are there any "hidden" config file i need to change to allow local network access?
my config.... and yes i now its insecure as hell:
logins: []
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
anonymous: true
I installed the NGINX addon and configured it with a cert from my DDNS provider. I'm running HA OS. Not in the core log, I see this message every 20 seconds:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 314, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
Regardless if any clients are connected (Mac, iPhone, iPad etc).
Hmm, I stopped NGINX and I'm still seeing that message every 20 seconds.
Anyone had problems getting DOODS to work?
I'm getting this error: "Unable to process image, bad data"
I'm running the DOODS add-on and no errors is appearing in the log
Also I'm using then IP of homeassistant itself in the config
Exactly like me, tried everything, even deleted privkeys and the other file, restarted addon, it reacreate it correctly but it seems that it not using it anyway.
I've opened a thread on forums, no useful reply so far
Morning all. Who can I speak to or where can I request a new DNS provider for the LetsEncrypt addon?
how do i make the the Mosquitto broker accessible to the local network and not just on the machine itself?
i started out with the raspberry pi image about a year ago and the Mosquitto broker works fine on the pi itself, but i cant reach it from the local network
with default settings you should be able to access it from your network. within HA you would use core-mosquitto as hostname. for devices on your network you should use the IP of your pi
if you still cant access from the network then you might have a firewall blocking the port
then it must be on the pi that runs HA... ie those that made the sd card image forgot to disable it or remove it
just cant remember where i got the sd card image for the pi
Using Rhasspy 2.5.11 which adds support for multiple Site IDs. For this to work, it seems that each wake word satellite needs its own UDP port. Yet the Home Assistant config only allows for one. How can I map more than one UDP port to the HA Addon for Rhasspy?
I have a couple of problems, I hope you can help me.
I installed the plugin "Ubiquiti Network Application" but after a few seconds of starting my homeassistant it dies, I can’t access its web interface, if I open the “Unifi Network” web interface, the following appears:"HTTP Status 404 - Not Found"
Log "Unifi Network Application": https://www.codepile.net/pile/Z6KlzYj3
Tried using DuckDNS and Let's Encrypt while following documentation for both and HTTP and my HomeAssistant OS get's killed every time, resulting in me having to reformat and reinstall and wasting 30 minutes. What's up with the poor documentation??
Tried some more things, including just trying DuckDNS and Nginx Proxy Manager without messing with any other settings except forwarding ports. HomeAssistant is dead again. No response, no way of getting in. I even verified through HA that the config.yaml was valid.
do you know how i can check if there is an firewall at all? and maybe check what network interface Mosquitto broker listens to
anyone that knows mosquitto config a little better than me? it seems that it does not listen on eth0 interface but only localhost so it can only be accessed from the raspberry pi itself
either its a firewall that i dont know is there, but then strange as i can access home assistant fine
how can i reset bitwarden admin? i am locked and i cant delete it. i use #add-ons-archived bitwarden
You don't need duckdns addon & LetsEncrypt addon. Duckdns has LE included.
how to delete all bitwarden add-on data ?
uninstall it 🙂
@raven tinsel @sly kindle its dont work ... when i want to reconnect on admin i need to enter old admin token
🤷♂️ I cannot keep data outside of its own scope
if you delete it
no data would survive
@raven tinsel I am a bit confused why it says something like : the ledfx add on is supposed to be installable like any other add on by just searching for it and installing it in HA, but the add on is not released yet? Can you tell me when and if the add on will be available to be used on HA instead of windows?
What is there to be confused about?
It isn't released to public
Can you tell me when and if the add on will be available
No I cannot
I confuses me that it is said that It is supposed to be installable like any other addon but it isn't? Or am I to stupid to figure that out? 😅
What confuses you
is that you are looking at random code in GitHub
and assuming that is available software?
No that's not where my confusion is coming from. As is said it "seems" to be available and released until you find the small tag that it actually isn't..
It is nowhere it says that it is available
it isn't listed in the store
I'm not sure where you get this idea from
it isn't even listed in the index or website?
May I ask if the add on will be able to use the streamed Spotify input of a smartphone to create synced light effects?
Currently it cannot do that in the current state of development
if that will be possible, I dunno, probably not is the best answer
But I do not own a crystal ball 🤷♂️
For me this: https://github.com/hassio-addons/addon-ledfx/blob/main/ledfx/DOCS.md
Reads like it is available but I don't want to argue with you maybe it's just my mind 😄
You are looking at code
unreleased code
There is tons of unreleased code on github
All right thank you!
Ah ok I thought this only goes online or is publicly viewable if the add on is released 🙈
GitHub is a place where software is developed
you need to start developing somewhere... you can't spawn something out of nothing
Hello. I have raspberry pi 4 and home assistant supervied. I want to connect xiaomi camera (https://www.mi.com/global/product/mi-360-home-security-camera-2k-pro/overview) with motionEye add-on. Is it possible or should I try another way?
if it provides an RTSP stream, sure
Github is a garden where code grows
There is very little to it. Leave it at defaults, start it, and go.
Configure your clients to use any of your existing HA user credentials to authenticate with the broker. Or create a new set of HA user credentials specifically for it
They should be set to use the IP address of your HA host
that is also what i have done (for the most part)... works fine
i have this:
logins: []
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
anonymous: true
i only added the last line myself many moons ago to have a roomba addon working (this one: https://community.home-assistant.io/t/irobot-roomba-i7-configuration-using-rest980/161175)
my understanding is that anyone can contact the broker and you do not need to authenticate
i would avoid that and it will never be exposed to the internet anyway
@inland tapir posted a code wall, it is moved here --> https://hastebin.com/wawasoxaci
code wall... lol... but okay its more than 2 lines 😆
you are right.... using username + pass makes it tick
are there any way to avoid that?
avoid using authentication?
yep
hello - wired problem: when I call service: mqtt.publish from the script, the mqtt log file has the following: `1638228124: Client 5jGjOH4tBAjYYIj4yMu4HL disconnected due to malformed packet.'
Client 5jGjOH4tBAjYYIj4yMu4HL disconnected due to malformed packet.
but calling service: mqtt.publish from e.g. UI works fine
also publish mqtt/listen on topic in Integrations works fine
my script: `sequence:
- service: mqtt.publish
data:
topic: x
payload: 'yabcabcbA'
retain: true`
is there anyone who got the same error or could give me a hint where to look for the solution?
So how am I supposed to integrate HTTP with DuckDNS? I copy and pasted the required code into config.yaml and my OS is unresponsive
You don't use http with duckDNS. You use https. Well you can, but it requires setting up a reverse proxy.
once you add that yaml under http: in your configuration you can no longer access using http://local_ip:8123
you have to use https://
@twilit mantle
So it probably was responding, but you weren't accessing it correctly
Omg... you're correct... did I miss that in the documentation?
Hi, I have an issue with my HA MQTT Mosquitto broker not receiving messages but it's working fine on a locally running Mosquitto instance, any suggestions on how to troubleshoot?
I have been trying/reinstalling/reconfiguring/following different guides and reading Github issues for hours by now but it's just not working for some reason
So do this come to play when adding
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
to configuration.yaml?
Yes
When connecting with HA companion at https://mydomain/duckdns.org I get error NSURLErrorDomain -1001
@slender olive is it working in a browser?
No, it´s not. Where do I check then? duckdns is reporting correct public IP address
port 80 - 8123, but as you mention it, it should be 443 --> 8123?
Local access is fine https://your_local_ip:8123/
either 8123 to 8123 or 443 to 8123
got it
you get a warning when you try locally though right?
if you forward 8123 to 8123, you need to use https://your_duck.duckdns.org:8123
https://my_ip:8123 works fine locally
If you forward 443 to 8123 you use https://your_duck.duckdns.org
changing port forewarding.
have set 443-8123 and 8123-8123
connecting externally using https://myduck.duckdns.org is timing out in the browser
Do the DuckDNS add-on update the certificates in my HA installastion?
Well, it seems to work internally, though using these cert files.
@slender olivehttps://www.yougetsignal.com/tools/open-ports/
check 443 and 8123 there
DuckDNS add-on will update those, yes
If you restart the add-on and check the logs for the add-on, you should be able to confirm whether the certificate is ok
in the companion app I get an error: Invalid certificate
So both 443 and 8123 is closed (???) giving me an explaination, but my ISP has their gateway/tourter in bridge mode, so my router should handle everything
you'll have to keep poking around to confirm. until one of those show as open it isn't going to work
hey
is having addons a big deal?
i want to install HA on my linux box and figured I'd install it with docker but apparently that doesn't have as much functionality?
addons are docker containers
if you can choose and manage your own, you'll be fine
This is just a "curated" docker ecosystem
oh cool
The worst choice is where you have both this ecosystem, but also half of your own. It's best to pick one or the other.
so it doesn't really matter if I use a VM vs docker for the installation?
reason i want to use docker is because i've never setup a VM before (that i can remember) and I just (sort of ) figured out docker (with portainer) to run my jellyfin server
and now it looks like my virtualbox install is stuck too lol
virtualbox kinda sucks. If you're on a linux distro, you can use KVM and/or virtual machine manager
But a VM implies you would be going with the HA Operating System and the ecosystem it brings with it.
If you go with a vanilla docker install, you can run the HA container alongside whatever other containers you want
ok cool
as long as I can get it running and working that's all i care about for the time being
What do u use HA to do??
I'd like to hopefully be able to get a voice recognition/parser thing setup in conjunction with my music/jellyfin to be able to just play songs handsfree
also want to integrate my ecobee thermostat so i can fine tune the settings a bit more than their software allows
Thank you for filling me in
gunna install via docker right now
actually gunna try to do it in portainer using "stacks" in liue of docker compose
I would like to setup my a VPN server for me to connect to remotely. Half the reason I want this is for when Home Assistant is not responding, so while I am sure there is a few to choose from in the add-on list, maybe i need one that runs outside of hass supervisor? My hass is running on ESXi, so I guess a dedicated linux VPN server is the best choice?
If so, and considering this is a hass add-ons thread, i still appreciate any advice.
IMO all the solutions deployed via Hass are very good and mainly up to date and maintained frequently. Whereas many open source linux solutions really arent, and have terrible doco.
Hi there
Is the NGIX Proxy manager not availabe anymore in the addon store ?
Because its not showing up in my fresh ha installation / in the add-on store
Does anyone know, how to set the MTU inside the yml config of wireguard? And is it possible to do this per client?
It is there for me. Running hassio 2021.11.5
strange
Various settings are hidden unless your user profile has Advanced mode enabled. These include some add-ons, the Lovelace Resources menu, server control options, and more.
Mosquitto broker -Client has exceeded timeout, disconnecting.
Is there any known issue with the Remote Backup addon?
My HA Blue swaps like crazy when it is launched even though RAM is at 50%.
Hi.
I've looked in the usual places but possibly missed something.
In the config for the duckdns add-on, is it possible to request a SAN for the certificate? I have an external URL, and homeassistant.local internally. If I connect to the internal URL I get a certificate error. It would be a nice addition if I could just add homeassistant.local as a subject alternate name in the LetsEncrypt cert
Thanks
use the duckdns address?
Using the duckdns address makes the assumption that i'm able to reach my ISPs DNS server - which is not the case if my internet account is down
More info:
I found the 'Alias' part of the config - which looked promising. However, it looks like LetsEncrypt don't support alternate names for urls that aren't internet routable.
I got the following error in the logs:
{
"type": "urn:ietf:params:acme:error:rejectedIdentifier",
"detail": "Error creating new order :: Cannot issue for "homeassistant.local": Domain name does not end with a valid public suffix (TLD)",
"status": 400
}
LE will not give you a cert for something.local
like i said use the duckdns address
yeah - i figured from the error 😦 shame
if you are converned about the no internet case, have your local dns resolver resolve the name to the local ip address of the computer running homeassistant
yeah - my 'local' dns resolver is opendns unfortunately. I guess I'd have to setup an internal DNS with a forwarder and make that my default. - since I don't believe I can set up a hosts entry on a fire tablet for my dashboards.
Maybe a weird question: is it possible to cast audio or video TO home assistant and let home assistant pass it through to another device? What I want to do is this: cast from my smartphone any audio source to my Sonos speakers, without using the annoying Sonos app.
@coral dirge or set up a reverse proxy where the local address won't use ssl, but the duckdns address will
Hello, I have an issue with setting up DuckDns. I have successfully installed and set it up. No errors shown and it successfully stored a certificate under /ssl. Also the port forwarding works. Tested with https://www.canyouseeme.org/ port 443 and 8123. But when I am using the URL I am getting error 400 Bad Request. Any thoughts. I am using a Fritzbox 6490 cable. I am also using Nginx HA SSL proxy.
no, HA doesn't (currently) act as a media proxy. you can use HA service calls to start playback on the Sonos speakers
but if this to play arbitrary audio from your phone you'd have to use something like airplay
Dear all, I've asked the same questions on the zigbee2mqtt discord, but it's awfully quiet there, so though someone may know here.
am about to transition from an old CC2531 coordinator onto a new CC2652P based Egony one, but I am not exactly clear on the migration of an existing 40+ device network.
Based on this (https://www.zigbee2mqtt.io/guide/faq/#how-do-i-migrate-from-a-cc2530-cc2531-to-a-more-powerful-coordinator-e-g-zzh) it should be mostly plug and play
But I am a little confused with changing the ieeeAddr
I've found some flasher tool - https://zig-star.com/radio-docs/zigstar-multi-tool/ but for the life of me I cannot make the stick take in the new IEEE address
I've reflashed firmware 3 times and am following the instructions given. Both the address changes and firmware reflashes seem succesful but the address when read is still returned as the generic one the stick came with ..
Hay, i tryed to install Duckdns on HA to make my Ha accessible from the web. First i did all the Steps from Duckdns documentation (Set my Token, my Domain and the lets encrypt thing to true. Than i opend the ports 443 for HA on my firtzbox (I opened 1 for TCP and 1 for UDP). After this i updated the configuration.yamel with the lines from the HA guide i found on the HA offical page. I hit the "Check configuration" button on HA (its says that everything is correct) and restarted my HA. Now i cant get to my HA anymore. I tryed the domain with http:// and with https:// and my public IP adress with http:// and https:// but nothing works. Any ideas whats wrong?
i tryed with both local and public
What's the local ip
connection failed
Now try http://192.168.178.20:8123
same
Then either the IP is wrong, or it isn't up at all
can i send a screenshot to you via pm?
Sure
done
Hi all I have a question about the addon store. Some adding are not listed in the store. For example the ngix proxy manager and ad guard. Is there a way to fix this ?
Adding = addons
Ha core is installed and is up to date. Restarted many times including the supervisor
Ah I see
anyone know what to do when esphome does nothing after clicking "connect" to USB on Linux?
I'm selecting "plug into this computer" -> the correct device (/dev/ttyUSB) and then I just get back the same menu to select "plug to this computer" etc?
WLED Playlist - Anyone know how this is used?
I'm often copy pasting yaml code from github or elsewhere, which makes coding much easier for me. Only problem I have, I often have to move the pasted part a little more to the left or to the right in file editor. I know how to use tab and shift tab to move selected text but that moves it 4 clicks in file editor and 2 clicks in visual code. My question is, how do you move a group of text select by just one space (click)?
What keys did you hold down?
And you are using VSCode correct?
I'm using File Editor from the Add on store. VSCode crashes my whole home assistant 3 to 4 times a week so I gave up on it. Maybe I'll go back to it just for the pastes...
@pale radish yes this is vscode, but it is locally installed and I access the files using smb with the samba add-on
I'm not sure file editor has this, but it might
haaaa.. tha'ts what I'm gonna start doing too I guess. I do use samba to move files around but never got around to thinking of editing that way.
so what keys did you use? 😉
Now that I watch this on my mac and not my iphone, I realize that you are also moving 2 clicks. I know how to do that. I'm asking for just one space movement.
@pale radish on mac it's option + shift while you drag the cursor
And I'm just using the space bar. Feel free to hit it fewer times 😆
I typically use it to comment out whole blocks
so type a # and it puts one at every line
Hi all. just a kind question - what is a lag between rls of the new version of deCONZ app (estimated to be on 15th of december) to rls of the new deCONZ addon?
Second Question - Unable to get Samba working, even after setting password. Mapping Network Drive, and force different creditentals doesnt show in log. Using path, shows it is passing my windows creditentials but still refused
@bleak fossilset a user/pass in the addon config. Are you using an email address for the username?
No, I set the password and left the username as homeassistant as I need to just copy some files and then stop the service
No, I set the password and left the username as homeassistant as I need to just copy some files and then stop the service
set a user and password. restart the addon. enter the ip address in file explorer as shown here with the 2 backslashes https://www.home-assistant.io/common-tasks/os/#installing-and-using-the-samba-add-on
Use the user and password you set when prompted
I have done that, and it will not prompt for the other user/pass, it is passing the Windows Cred as I mentioned: The throwing this error:
===============================================================
INTERNAL ERROR: Signal 11: Segmentation fault in pid 318 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting
PANIC (pid 318): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern
@bleak fossil you can find the existing credentials stored in windows credential manager and remove it (or edit it to contain the credentials that are in the addon config)
There are several entries there, but which item would specify the ID used for HA auth?
i've got a sonoff snzb-02 and home assistant in a docker container. i followed these https://github.com/CoolKit-Technologies/ha-addon steps but i cant add the device under conbee usb add devices.
I also don't have the supervisor tab https://sonoff.tech/product-review/tutorial/how-to-add-your-sonoff-devices-on-home-assistant/ as illustrated here
what am i missing?
Hey all, I'm trying to get my HA to work with DuckDNS using my Google Wifi. I've got the DuckDNS config set up the way the documentation says and my ports through Google Wifi set up (443 and 8123) however canyouseeme.org doesnt see anything. Any ideas?
Quick question regarding the #ssh add-in for HA-OS, how on earth do i disble/enable protection mode. It used to be inside settings, where it can be toggle. But it seems gone now?
Found it 🙂
Hello Friends,
We are a group of researchers at Florida Institute of Technology in the US. We have developed an add on that focuses on protecting the privacy of users on their MQTT devices. We are looking for participants to partake in a study we designed to evaluate our add on. Essentially you will be installing the add on and complete a few tasks we asked you to do. Your participation can help us improve our add on and thus help others use an improved version of it.
The experiment should take around 30 minutes. Upon participating in our research, you will enter a draw for a chance to win one of four $75 Amazon Gift cards.
If you are interested, please fill out the following form: https://forms.gle/rfDC16uJ1JuTgLmA7
Thank you for your time and support.
Best,
The IoT research team at FIT.
hi! I use ZHA and wanted to test out zigbee2mqtt. I installed it and started, then stopped. After this my ZHA lost connection to all devices. I had to re-add all of them manually. It kinda works now, however I still get this message in error log:
`Your network is using the insecure Zigbee2MQTT network key!
Even though I have uninstalled zigbee2mqtt addon and deleted it's folder
I am also now experiencing problems with zigbee devices as they are often becoming "unavailable" and then return back on random, several times an hour. Not sure if this is related.
i´ve lost the "community addons" in Supervisor Addon Store. Looked at DuckDuckGo, leads me to a hassio Github Repository but in that repository the Mosquitto Broker Addon is missing. Can someone provide me the correct repository URL pls?
That’s an official addon
found it. thx.
Hi, I'm trying to view motioneye recordings from the media browser but they will not load. Here's an example of one of the requests from dev tools http://127.0.0.1:28765/movie/1/preview/2021-12-05/19-33-23.mp4?_username=user&_signature=some_data_here
Is this likely a bug in HA or with the add-on or integration?
I'm on 2021.12.0b1
I know the videos aren't stored on my computer so...
That duckdns is giving me a headache. Was fine until SD card broke. Now i installed new HA , and can't connect. Same ISP, same router and host, same HA from backup, only difference Is that I'm now using Raspbian instead of Debian.
Only concern is to do port redirection on the router, but i did 433-433 and 8123-8123 , not sure if there should be something added in configuration.yaml, or not necessary ?
Hi, i had a eps8266 sensor fail due to water damage. Replaced it, reprogrammed it, and the sensor comes up in esphome and show the correct readings. My problem is that it is not showing up under entities. How can I manually get it there or force it to show? Thanks!
Got it thanks!
Good evening! Finally got around to install HA (Supervised) on my intel nuc. But im struggeling :/ I have installed the hassio-plejd and it managed to communicate with the mqtt server and find all my devices. But when trying to turn on/off any of the devices i get the following error message:
DBusError: The name org.bluez was not provided by any .service files```
Any ideas?
Noob question. I currently have Home Assistant OS installed on an RPi4. Version is core-2021.11.5. How do I upgrade Portainer to the latest version?? I have been trying via SSH but can't figure it out
This should do it? https://phoenixnap.com/kb/update-docker-image-container
so when I do sudo docker images I get this "-bash: sudo: command not found"
what if you do it without sudo?
same
cant say sudo command not found if you dont have sudo in the command?
But im guessing that sudo isn't installed. so you should install it apt-get install sudo
and maybe add the user to sudoers file
quick video on VS Code shortcuts:
https://www.youtube.com/watch?v=gSMyLMZYjz8
The Portainer addon was removed and is no longer supported, so the short answer is "you don't"
I was able to install it using apk: [core-ssh ~]$ apk add sudo
(1/1) Installing sudo (1.9.7_p1-r1)
Executing busybox-1.33.1-r6.trigger
OK: 91 MiB in 101 packages
you don't need sudo - you're already root
but like I said, the addon is no longer supported
dang. any recommendations on what to use now and how to migrate over?
You can use docker commands from the command line, but any manipulation you do could land you in unsupported territory. You're not supposed to mess with the containers
the main reason why I was using portainer was for the UI and simplicity since i'm not a dev
you really shouldn't need it because you're not supposed to be messing with containers on a Supervised or OS install
ok. what's the easiest way to uninstall it?
you can uninstall it like any addon
ok I just did that. What I'm confused about is docker commands. I can't get them to work from the command line. I'm currently ssh'd into HA. Do I need to install something first?
you're probably using teh wrong SSH addon, or don't have protected mode disabled
SSH & Web Terminal
I have Terminal & SSH installed
that's the wrong one
Hi, I installed the node-red addon from a backup and now the installed addon is not "linked" to the addon-store version, so i cannot update the addon via it. any idea how to solve it except manually migrating the settings?
thanks for the help. I uninstalled and now have reinstalled the right one
I have an external hard drive connected to my wifi router via USB 3. I have HA OS running on a RPI4. How do I connect the two so my RPI4 can connect and see the external hard drive?
In ha 2021.11.5
I am not able to connect to mariadb database anymore
I used name for Host URL
I used local Host
I used IP of Host
I tested nmap on port 3016
Mariadb has closed the port
Mysql is ok on Local dB is on
Seems to be fw on the Addon
As work around i modified recorder to standard ....
Any Idea ?
where can i find the portainer add-on for home assistant os?
it was removed and is no longer supported
i've read something about portainer-ce but can't find it aswell. is there a repository for that?
nothing official
zerootierone or tailscale? they seem like they do identical thing? (wireguard but simple).
you won't have to open ports for tailscale
can the Home Assistant Check Configuration add-on check versions between current installed and stable (like say 2021.10.0 if I'm on something prior and dont want to jump right to current)? it used to, but now when checking anything other than "stable" the add-on seems to hang for hours at [11:59:20] INFO: Checking your configuration against this version... thanks!
@robust bane posted a code wall, it is moved here --> https://hastebin.com/emoqefubel
hi, small question on ESPHOME and device_class, I'm configuring 3 input_counters in ESPHOME on an Wemos D1-mini. 1 for water (reed switch in the water meter), 1 for gas (also using a reed switch)
and 1 for electricity, using an S0 port. Above is the snippet from my esphome yaml file. Does this seem ok? What would be the device_class fro a water flow meter? For gas and Electricity I used both energy.
is there a replacement for the portainer addon i can use? doesn't have to be official or portainer.
#add-ons-archived correct channel for MQTT questions? Mosquitto broker
@swift fox The supervisor is the orchestrator for this ecosystem. Portainer was always a community add-on. Someone else has created a replacement add-on for it but really, it shouldn't be used here.
[2021-12-07 18:26:15] frigate.edgetpu INFO : Attempting to load TPU as pci:0
[2021-12-07 18:26:15] frigate.edgetpu INFO : TPU found
Does this mean my coral TPU is working in Frigate AddOn? Anything else to confirm?
Definitely working! 🙂 34% CPU on a NUC6CAYH with 4 720p RTSP substreams being monitored for object detection (person, dog). 🙂
Hey, I'm using the RPC Shutdown, I'm wondering what password and users, because windows get weird about this. Is it the same as what I use to login with? Which happens to be a Microsoft account.
Hello everyone. I have been trying to run the CEC integration for some time. I am running HA supervised version on Debian 11. I get the following output https://pastebin.com/8rpNx3Sh.
Does anyone have any suggestions on how I can fix this?
I appreciate any help you can give me.
Hi, can someone please help me with finding my config folder? I've installed the Samba Share add-on and can browse to the IP address where my homeassistant instance is, but there are no files/folders showing
Hi! I'm using HA Blue and it seems like when i start the "Remote Backup" addon the machine starts swapping like crazy and it doesn't go back down.
50% RAM used but 98% swap. And it doesn't stop (each morning i start a backup).
https://i.imgur.com/xJSo76v.png
Any suggestions?
I cannot *uckDns force to work. It did, until SD card fail. I restored it same way as usual, but with two exceptions: Raspbian11 instead of Debian 10 and Lan instead wifi. IP of my modem is same from inside as from outside
Q1: Anyone could tell me for sure if i need html section of configuration.yaml overwrite?
Q2: how to fill HA server setting as URL? I know that it should look like: https:/mydomian.duckdns.org but do i need to put port number at the end?
Q3: Port redirection on the router. I did external 443 to internal 8123 and my Pi IP in both TCP and UDP is it ok?
A1, i don't understand the question.
A2, No the URL itself would be enough.
A3, You don't need UDP.
Q1 do i need
base_url: https://something.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem```
Hi there, new to HA. Using HassOS in my Pi3+
Used the Pi as an USB Redirector (https://www.incentivespro.com/usb-redirector.html) before and want to continue that.
I think it's not possible, but may I can write an Add-On for that?
Where to start? Any links to how to build an HA Add-On?
Otherwise i have to reinstall raspberry os and using hassIO as container.
Hi, I have the problem that I do not quite get along with DuckDNS and NGINX.
Either I have external access via https://xxxxxx.duckdns.orgor only internal access via http://192.168.xxx.xxx
my addon config
cloudflare: false
customize:
active: false
default: nginx_proxy_default*.conf
servers: nginx_proxy/*.conf
domain: muehe.duckdns.org
hsts: max-age=31536000; includeSubDomains
keyfile: privkey.pem```
log
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[15:10:11] INFO: Running nginx...```
Duck DNS Addon config
domains:
- xxxx.duckdns.org
lets_encrypt:
accept_terms: true
algo: secp384r1
certfile: fullchain.pem
keyfile: privkey.pem
seconds: 300
token: xxxxxx-xxxx-xxxx-xxxx-xxxxx```
configuration.yaml
default_config:
http:
# ssl_certificate: /ssl/fullchain.pem
# ssl_key: /ssl/privkey.pem
# ip_ban_enabled: true
# login_attempts_threshold: 5```
error log ??
@jaunty jasper what's the issue?
Which one ?
trusted_proxies:
- 172.30.33.0/24```
My case is more funny. Yesterday i tried everything, and nope. Today i didn't do anything, now i tried to connect and it works. Just like that .
Has anyone tried to use this add-on for Sonos TTS or is there a better way. I'm stuck on the auth part.
https://github.com/kevinvincent/hassio-addons/tree/master/sonos-audioclip-tts
Oh, thanks. I'll try that one out.
You might want to check #integrations-archived ... as the name implies 🙂
The confusion is made by the page calling it an add-on I guess... but it is not an add-on
I might have to swap over to integrations now but I don't get any added media players after going through the setup
Oh wait, yes I do...
problem with the visual studio server and the mac app
i cant scroll with the touchpad, it always moves the whole window
in chrome it does work
I have an issue I am not sure is an add-on, core, or user problem 🙂 I create a climate entity via MQTT discovery. It does not seem that HA reads the state topics, even though I can subscribe to them directly and see the values coming in. The MQTT payload is correct - if I copy the information from the "MQTT Details" on the device and paste it into YAML, then everything seems to work. SO - would that be here or there 🙂
I can create almost 290 other entities using the same process, and they all work as advertised
i dont see anything in the MQTT or the system logs indicating a problem. I'm running the latest on a Home Assistant Blue
Thanks, tried there earlier
If it was a problem with the broker it would be an addon issue. As the broker is working (from your tests) it must be an issue with the mqtt integration.
hey i am trying to get rpc shutdown to work. created a switch that trigger it
in the logs of rpc shutdown i get:
[01:24:19] INFO: Read alias: Kobito-PC
[01:24:20] INFO: Shutdown Kobito-PC -> 192.168.0.137
Could not connect to server 192.168.0.137
Connection failed: NT_STATUS_IO_TIMEOUT
Could not connect to server 192.168.0.137
Connection failed: NT_STATUS_IO_TIMEOUT
[01:24:30] ERROR: Shutdown fails ->
which means it cant acces my ip
double checked the ip (its the correct one)
any ports i gotta open or firewall stuff ?
Is there a nice way to update an addon to what's been committed on github, ahead of a formal "release" of the addon? (Bit like how HACS works).
Context: there's a patch been merged to the addon on github, and I've been waiting for it to get picked up in a new release (and don't want to hassle the maintainer quite yet).