#add-ons-archived
1 messages · Page 56 of 1
I dont have play services so the companion app unfortunately does not offer location info
I don't know if Life360 or gpslogger require Play services but they work well too. Just fewer of the "extra" sensors available to take advantage of
Owntracks requires play services
Traccar seems to be the only opensource variant though
Only one available on f-droid
And life360 requires signup with phone number 😖
Sorry I'm not convinced by these alternatives yet.
@cobalt thicket I may have missed it, but did you check out the HA app for android or iphone? I use that on my mobile devices to both access the GUI and to track location and if the devices are in the defined zones.
getting a notification that nodered isn't secure
my credential_secret: secret123
lol
how can i change this without breaking / losing anything in node red? (it's a HA Add-on)
use a secure credential
do i just change it and restart node red and everything will work?
@cosmic sleet if you change it, you'll need to re-add credentials for anything that has a user/pass
in your flows in node-red I mean
I think for the add-on that just means ticking the box that says "I use the Home Assistant Add-on" ?
That will actually be ok. It would be for other nodes where you add a user/pass explicitly
ahh i don't think I have any others
mqtt maybe, or perhaps some account credentials used in some node
yeah it depends on what you're using
ok great - I'm gonna try it -fed up with this nagging notification about using insecure credentials for node red addon
so like, an email node for instance, where you add credentials for the smtp server being used
That email address and the password will need to be re-entered one time
Basically that credential secret protects that kind of info, so when you change it, you need to re-enter
great - thanks - I'll do the MQTT broker too in tahat case
How can I stop Zwave-JS from auto-installing itself
I'm sure it has something to do with the integration
Add the integration again and say ‘no’
Any risk in that turning the devices on? Not trying to light up the kid's rooms
No chance
Excellent, thank you.
I eventually figured out it was the Zwave-JS add-on creating these errors repeatedly
21-04-13 02:54:00 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=w1gqtl0AOneGG8boAAAI')
I uninstalled it, and it reinstalled itself. How rude.
anyone care to help me with duckdns?
Hi all,
i have a problem with the letsencrypt addon. I installed it today and i cant change the configuration. Once i press save it just returns to the default values. I checked the data folder and there was no options.json at all. So i tried to create one, but it doesn't help the addon still states "Missing required option 'email' in Let's Encrypt (core_letsencrypt)." Can someone please assist?
Edit: It seems that the docker image hasn't been installed at all. Is there a way to debug that?
It seems that I have found the problem. There were a lot of files inside the Node-Red directory in my config folder.I then uninstalled the Node-Red addon and the Node-Red folder. Then I reinstalled the Node-Red addon and configured it again. Since then VSCode runs very smoothly.
@dire vine you are getting the formatting wrong in the add-on config
check the documentation tab which the add-on has
That solved my problem. Still its a bit confusing that it just resets to default values instead of raising an error message. With a copied example from the documentation it worked!
I now tried it step by step and i think what he doesn't like, is that i removed the keyfile/certfile part because in the part "You always need to provide the following entries" of the documentation it is not mentioned as necessary
@dire vine it used to turn red, and then people would come in and say "I entered a config and it turned red"
@cunning wolf so direct access is disabled by default?
there is a anomous access setting, use that
and set up your own user
hass ingress token login will not work anymore after that, just be aware
ok good. I dont want any direct access for obv reasons
@cobalt coyote what are you referring to?
Grafana & how you seemingly cant change the default admin password even though the doc clearly states that its highly recommended to do so
Just wanted to make sure that the default admin password couldnt be used as a means of accessing grafana directly
Hi, plugged in a ConBee II in my RPi 3B+ running HASSOS, installed deConz and found this "21-04-14 07:32:38 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.0:8099 ssl:default [Connect call failed ('172.30.33.0', 8099)]"... Something don't work right, but what and how can I fix it please?
a restart of core seems to have fixed it
I'm having trouble with a Sonoff S31 smart outlet that's flashed with ESP home reporting if the binary sensor is on or not. It always shows "off" even though the device may be on and pulling a bunch of power. https://pastebin.com/1sR8WS4U
Has anyone had similar issues with the S31 and have a fix or know what I need to change?
It's not running right now and correctly shows "off" but it never changes from off https://ibb.co/WFgLR6M
Hey where should i ask questions about ESPHome and the HA Native API?
hi guys
<<<<------------------ newb
I need to setup a proxy
please 🙂
I need to setup a proxy so I can use the self signed cert so google tts works so that I can test my alexa dot talking to me so I can setup a test script to make it speak to me and all of this because my kids just ask me for stuff, pay the bills and drive them somewhere. I just want someone to be nice to me - hence the alexa dot 🙂
so I just worry I am going down a bad road when I overload this raspberry pi 🙂
That’s quite the jumble of things. You only need this to get your Alexa devices to speak: https://github.com/custom-components/alexa_media_player/wiki/Configuration%3A-Notification-Component
And it’s not an addon, nor does it require certs
Can someone help why Mosquitto broker starts working very slowly after i updated that 5.1.1. version, any other have same problems and any method to repair that?`Example before this all my 5 lamps turn on almost right a way when click button, now that takes 1-4seconds
Does anyone know where the files go for add ons? LIke the secrets file for esphome?
there's no general answer for that, and you generally don't need to put files anywhere. What are you trying to do?
well esphome not using the addon uses a separate file for secrets
I'm not sure if the addon uses the main secrets file or not
I was just trying to figure out if I needed to use a secrets file elsewhere or the main hass one
ESPHome uses an "esphome" directory in your config dir, and there's a secrets.yaml file in there (for me)
indeed
@viscid orchid Can you tell me where it puts the bin file for flashing?
Even if you have to do the first one not OTA?
I believe that you can connect over USB and it will see it
It was a long time ago, though
The docs would tell you
flashed over usb for me
for the first one
I haven't checked the config options for esphome addon in a while...is the "streamer mode" option related to secrets?
how do I get samba share to work if I am using duck dns?
@white dust those aren't related. local access still exists
remote access does not replace it
please do not use samba for externals access to your internal shares
This advice is outdated by about half a decade
SMB supports encryption
Hi folks!, I built a small docker service for my media server to be a be to play mp3 playlists on my chromecasts: https://paste.ubuntu.com/p/FxNVHdhP7d/
Is this an idea worth polishing and sharing it with the community. Maybe as an add-on?
no reason ever to expose it to internet at all
it's nasty
you can ask in #integrations-archived about that 🙂
ty i deleted
Has anyone tried to make mailcow work with has?
maybe
Does anyone know what is happening with the mosquitto addon? There are a bunch of issues posted on github that it doesn't work for many people in various ways, and everyone's posting workarounds that work for some, not for others. Has there been response from the developers? Is anyone working on it? It's been almost 2 months. I know it's free and open source, but I just want to know what's the plan. Because if I just run my own mosquitto server without using the addon, everything just works fine.
Thanks in advance!
how do i delete file that are in the media browser? I have frigate running and it made a bunch of clips that I want to delete.
I'm looking to have the mail server on the pi not the client
you can run anything in containers
@hidden delta everything is in the /media directory
seems to not show as a networked share
You mean using the samba add-on?
Yeah yeah I know rn running it on my server just thought it would be a cool add-on
might try my hand at it if no one else did before me
yes
"\homeassistant" going to the ip address seems to have exposed media folder! thank you!
i installed let's encrypt a while back, but HA doesn't seem to be serving up the correct certificate (in a previous attempt i tried a wildcard subdomain, which worked until it expired). there appears to be a valid and up-to-date cert in the ssl folder when i ssh and look around, but it's not what the http server is serving up. the addon says it will "automatically get used" and doesn't provide any info about the wiring. any idea where to look?
(in other words, inspecting /root/ssl/fullchain.pem shows the correct cert, but using openssl s_client to connect to HA's webface shows the wrong one)
(update: somewhere in a set of updates and restarts it started serving the correct certificate, but chrome for some reason still says it's "not secure")
this appears to be a ui bug in chrome because i had previously accepted the warning so that i could log in
I just can't seem to get grafana to talk to influxdb. I get (most recently) a "failed to fetch" error. They're both add-ons to HA on a RPi4. Influxdb native queries work, so I'm sure the db is capturing my HA device data. NEVERMIND
Users all have full privs.
What can I show to help diagnose?
I get a 502 Bad Gateway when I try to connect remotely to my HA, anyone knows what i can do?
Hello. First time here. i have a grafana/influx question. How do I see the database size? Somehtings eating up the very limited disk space I have and I don't know how to see it. I terminal'd in and can't find anything other than a slightly large v2 database that I will be erasing soon. My install is on a virtual box vm on a windows host.
ssh in and find your addons directory, then run du -sh ./
Hi, I am installing the google assistant SDK add-on.
After consulting many documents I tried many different ways, but the google assistant SDK still cannot start.
The log always displays the following: [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.
[10:28:56] INFO: Installing/Updating service client_secrets file
[10:28:56] INFO: Starting Home Assistant GAssisant SDK...
I don’t see anything there that indicates that it didn’t start
Is there a way so share a thumb drive connected to the Pi with the Samba Add on?
Hey, I was planning on setting up the dhcp server so I can automate some things when a new device joins my network and is assigned an ip, but it doesn't mention any entities anywhere, can anyone confirm/deny if you can automate off this ?? thanks 🙂 https://github.com/home-assistant/addons/tree/master/dhcp_server
The LetsEncrypt add-on supports numerous DNS providers for the DNS challenge. Dreamhost isn't support, but I believe Dreamhost does support DNS challenge (Traefik uses it: https://docs.traefik.io/https/acme/#dnschallenge). Is it possible to add Dreamhost DNS challenge support to the add-on? It would be way beyond my ability, so what I'm really asking is: has anyone done this, or how do I submit a feature request for the add-on?
@north jolt
It's not on the list so not currently supported, feature requests can be made on the community forum 🙂
https://community.home-assistant.io/c/feature-requests/13
This is the last request of this sort made I could see for reference https://community.home-assistant.io/t/godaddy-support-for-letsencrypt-add-on/194616
thanks!
Hi all, I am currently trying to reconfigure my homeassistant (with hassio) so I am able to connect locally as well as via SSL over the Internet. I had it working with the DuckDNS plugin so I could connect via that, but it made local connections impossible (because the local domain name did not match the certificate). Now I noticed the official nginx plugin and am giving that a try. It looked like everything was going swimmingly, but now the SSL connections no longer work. It seems like nginx is just tunneling the raw http traffic instead of https to the https port. I.e. when I do wget http://mydomain.duckdns.org:443 it works, but wget https://mydomain.duckdns.org:443 does not. It complains about "An unexpected TLS packet", which makes sense if the server is trying to speak plain http, I guess. Did anyone run into this behaviour before?
As a side note: When I enable port 80 of the nginx plugin and try to connect to that one via http, I get this message from wget: "HTTP request sent, awaiting response... No data received."
@zealous basin local connections were possible, but you get the warning
You've forwarded 80 to 80 and 443 to 443 for your nginx config?
Yes.
Or leave port 80 disabled.
Doesn't change the behaviour on port 443.
As for the internal connections before nginx, with only DuckDNS, the android app refused to connect via the internal URL.
And even Firefox on my laptop just tells me "Unable to connect".
@zealous basin yeah, you'd have to use https://local_ip:8123 and in a browser you can continue through. The apps can't
You might try the nginx proxy manager instead. A little simpler
Or less simple depending on your take
Hey is it possible to display video output through HDMI with Home assistant? Eg. add the hdmi out as a media_player so I could have the PI hooked up to a projector, or screen to play video.
possible with container or core? yes.
with os or supervised? hard
currently using the OS
I'm looking at trying to use the hcmi-cec and setup the device as a media player as a potential option
Any pointers on setting something like this up with the OS?
I managed to get the nginx plugin mostly working. The problem was the port forwarding on my router. I had set it up to forward port 433 to 8123 on homeassistant. So the https requests never got to the nginx server listening on 433. Now it is set up correctly and I can access it via the duckdns domain and https as well as locally with http.
@zealous basin ha. that's what I meant with <#add-ons-archived message>
Oh, right. I though you meant the plugin configuration there. 😄 In any case. Thanks for your help. 🙂
yeah, when I looked at it again, I could see that
Weird one. Opened the terminal add-on in the IOS client. can't exit the damned thing. Force stopped the app. Restarted the phone. I cannot get off that screen. Bizarro...
oh boy, if you try this you are on a long journey.. better just use libreelec, the docker addon and #449717345808547842
Hi, I want to update and add-on from the Add-On_store but not the latest version, is there a way?
@twilit heron restoring a snapshot of the addon is the way
i dont have it as a snapshot, thats the problem
How old is the addon version you are trying to get? They have been automatically defaulting to creating snapshots in the recent releases
13/3 is the release i want
of...?
Nginx Proxy Manager refuses to start
[17:22:42] ERROR: This add-on now requires the MariaDB core add-on 2.0 or newer!
But i have it,and it is running.
I did just restore an pi4 backup to a NUC. Most of the stuff seems to work.
PHPAdmin throws a [17:26:08] ERROR: Got unexpected response from the API: Service not enabled
Oh it's running but log shows problems for MAriaDB i glanced over it coz it's not red like in the otherlogs but it's having a hissyfit i will lookinto that
wow i spent over an hour trying to figure out why 2 addons would not build and it was dockerfile iso Dockerfile
(My custom add ons, nothing generic)
Hi guys, I'm trying to get the homematic addon to work on my raspi3. I've got a clean install and added "dtoverlay=pi3-miniuart-bt" to the config.txt. I've installed the addon and now I'm trying to edit the config of the addon, but as soon as I hit the save button, all settings I edited are gone. I'm also not able to start the addon (I assume, because the options are not finished). Does anybody know whats wrong?
@weary stratus sounds like you are getting the format wrong
it will save if the config is valid
i want to add external hard drive to samba nas add-on running hass os on raspi. is it possible ?
there is a custom repository with a modified samba that makes this possible, but i don't know how to set it up
thanks
idk how to disable protection mode ? i already had this add-on installed into my ha
I've been experimenting with the Matrix add-on using my own homeserver. I'm successfully delivering encrypted messages between the Matrix dashboard and a Client. However, when HA delivers a notification to the Room, the messages do not come across as encrypted for some reason. What might I be missing?
is it possible to run custom containers besides home assistant io?
like for example unbound dns, as that one isnt available as an addon? or how do i create an custom addon from an existing dockerfile like mvance/unbound?
yes you can but no one recommends it and there is also no straightforward way to do so in hassos.
Post upgrade to 2021.4.x all scene notifications from zwavejs2mgttt stop showing up in HA. I was checking zwave_js_event in HA for these changes. I have read some breaking changes notes that imply this service should have changed. I have reinstalled both zwavejs2mqtt and the HA zwaveJS integration but after clean installs and reboots of both of these the only service I see associated to zwave in the developer tools -> events tab is zwave_js_event.
When watching log for zwavejs2mqtt debug logs I can see the scene being triggered
2021-04-18 09:22:29.875 INFO ZWAVE: Node 31: value notification: 91-0-scene-003 0 2021-04-18T14:22:29.878Z CNTRLR « [Node 031] received CentralScene notification { "nodeId": 31, "ccId": "Central Scene", "ccCommand": "0x03", "payload": "0xa48003" }
but when watching the zwave_js_event in the developer tools -> events tab no events are received.
Any help or advice on this would be greatly appreciated as I am sure I am missing some change but I just can't find it
Does anyone know where I can find the yaml file for the Athom plug would like to run it under ESPhome rather than Tasmota.
I'm starting with the community add-on Matrix on my HA and it works fine, but it seems to be that due to the release file in git the HA installed one of the old versions - it shows release 0.10.0 ? How can I check if the actual version of matrix is intstalled or could some please so kind and update the release file in git? Can I force an update within HA?
is nodered ran in its own container?
for HassIO
?
@raven tinsel I had an install go bad for a palette in nodered. Not sure how to fix it
@edgy elk HassIO is not a term that is used anymore
please stop using it
it is ambiguous
my apologies - I am a newb so I thought that was the proper terminology. I will erase it in my brain immediately. I am running Home Assistant on a Raspberry Pi? HomeAssistant OS?
besides the ambiguity is there anywhere you can point me to clean up this mess?
Seems like you have an node that isn't installed correctly nodered-contrib-signal-client
have you added the node + required system packages to the add-on configuration?
Oh shit
that article is wrong as hell
So, the add-on provides system & npm packages as add-on configuration
I added some of those items to the configuration file but then got a 502 upon going to the web ui
😦
you can just list those in the add-on configuration and they will be installed during startup
you don't need flows for
as a matter of fact, as you have learned now, it will never start node-red to install requirements, as node-red will likely fail to even start
There is even an example: https://github.com/hassio-addons/addon-node-red/blob/main/node-red/DOCS.md#configuration
🙂
I really understand but don't know specifically what to add
as dumb as I am
- alpine-sdk```
I mean Im a simpleton
adding custom stuff can be complicated, depends a bit on the things needed by the thing you are adding
if you type slower I can keep up
build essentials
but I don't know what to call it there
system_packages:
- build-base
I think that is a good start
ok thanks but how would one know that?
and upstream instructions from the thing you are trying to install?
As said, doing custom stuff / not default baked in, can be complicated
yeah
there is nothing we can do about easing that
as a million different use cases, a thousands different packages, with their own custom set of stuff
understood I just don't know what call or add
I mean on that link to alpine I searched for build and ntohing came up
did I really have to do build*
yes
but it seems like
alpine-sdk already has build-base
so, what was in your logs?
as in, how did it end?
ok well I have successfully deleted signal 🙂
im gonna reinstall now that I have that added package in the config
let me play with this be back in 5 minutes with a 🙂 or a 😦
can I report that other site as malware 🙂
rofl
there are many routes people take
not always the right one 🤷♂️
(or the logical one)
but some are just happy it works I guess 😄
right well im thirst for knowledge in a hand holding way 🙂
I don't want a fun example to say "Hello World"
19 Apr 10:18:38 - [info] [server:Home Assistant] Connected to http://supervisor/core
19 Apr 10:20:12 - [info] Installing module: nodered-contrib-signal-client, version: 2.4.1```
I went away from it - in the browser. Will that continue to run in the background?
Well
You have now installed it via the Node-RED manager in the frontend of Node-RED itself, right?
If so, you will run into the same issue again over time.
Please use the npm_packages add-on option instead
as it will ensure it is all correctly installed and compiled before starting Node-RED
19 Apr 10:24:14 - [info] - nodered-contrib-signal-client:account
19 Apr 10:24:14 - [info] - nodered-contrib-signal-client:request-sms
19 Apr 10:24:14 - [info] - nodered-contrib-signal-client:request-voice
19 Apr 10:24:14 - [info] - nodered-contrib-signal-client:register
19 Apr 10:24:14 - [info] - nodered-contrib-signal-client:send
19 Apr 10:24:14 - [info] - nodered-contrib-signal-client:receive
i think it worked?
Sure
no?
for now, yes
tell me - im not arguing 🙂
until I upgrade the add-on
as the next update will bring in new dependencies
and an OS upgrade
making the thing you have juist build, invalid
so do I put nodered-contrib-signal-client in the NPM?
yep, that will ensure it is build on start
whatever the set of dependencies is at that point
(makes startup slower though, which is the price for that)
npm_packages:
- nodered-contrib-signal-client
agreed?
ok
so may I ask another question?
Yes
i've added other palletes
and didn't need to add the NPM's
is that wrong?
just trying to understand
like bigtimer
yes/no... it is fine for most, as most pallets don't use weird stuff
little piddly stuff 🙂
bigtimer is built-in
Well, as soon as things need to build/compile things
those are generally good to pull out into the add-on configuration
otherwise 🤷♂️ doesn't really matter
But the add-on ships with a lot of "generally used" stuff out of the box:
Mainly to help with that
well It matters / I am asking to learn and make sure when things do get upgraded anything I didn't tell you about continues to work 😉
@raven tinsel I wonder if you are running this all on a raspberry pi? just curious what your setup looks like?
I'm not a standard user of Home Assistant
so the wrong person to ask I would say
as in, I run this on an AMD Ryzen 7, with 64Gb mem and a couple of NVMe drives 😛
well I have multiple instances running and dev environments
502: Bad Gateway
i was kidding
system_packages:
- build-base
npm_packages: - nodered-contrib-signal-client
I mean I am a dolt
but did I screw that up?
no that looks good, but what do the logs say?
oh
maybe I was too early to the party?
its up now
I just don't have the nodes for signal
nm
I got em
sorry
JC it works!
❤️
@edgy elk 502: Bad Gateway is what you're going to get when the add-on's frontend is not started, basically. This is either going to be because you are trying to hit it too early and it hasn't completed startup, or because it failed to start completely. Either way, check the add-ons's logs to know when you are able to click on "open web ui"
Hey all, I'm trying to get Zero Tier to connect to HA on my iphone. I can ping from my Iphone but get cant connect to server when trying to get to web UI. I'm probably missing something obvious.
Nevermind. I needed the port :8123
yes sir - it wasn't done starting. I guess its going to restart slowly every time now 😦
when you add things it needs to install at startup, it will take longer, yes
right but I think this NPM is taking quite some time now - every time if I understand @raven tinsel correctly
yes
may I ask: is it necessary to rebuild it every start - if there isnt' an node-red update?
Yep, nothing persists in an add-on
oh
it starts blank each start
I was wondering why that dudes directions kept telling me that make wasn't available - that would explain it
../src/aes/aes_cbc.cpp:111:61: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
111 | if (AES_set_encrypt_key((const byte*)this->value->c_str(), (const int)(this->value->length() * 8), &aes_key) < 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/aes/aes_cbc.cpp: In member function 'Handle<std::__cxx11::basic_string<char> > ScopedAES::unwrap(Handle<std::__cxx11::basic_string<char> >)':
../src/aes/aes_cbc.cpp:138:61: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
138 | if (AES_set_decrypt_key((const byte*)this->value->c_str(), (const int)this->value->length() * 8, &aes_key) < 0)
| ```
not sure if this is gonna be a problem right now
nope, warnings, that is fine
🤞
I am very new so if this is the wrong spot for a question please let me know. I have home assistant running on a raspberry pi and am trying to use the duckDNS add on to make it available from outside my network. I was hoping to use the dns challenge since I also run a webserver on the same network (different device, but port 80 and 443 are already being forwarded on my router to the webserver) I have followed along to the docs for duckdns add on but I am still getting an error saying the connection is not private (I turned wifi off on my phone to try connecting from outside the network) So is it possible to still establish an HTTPS connection to the homeassistant on some other port?
Found the instructions for this but they are a bit dated so I continuing to search for some help with this project. I have one Athom power monitoring plug which was loaded with (purchased this way)Tasmota. I would like to switch from tasmota to ESPhome. I can't find YAML file on ESPhome.io so I ask here. Does anyone know where I can get the ESPhome yaml file for this Athom plug? Also been seeing articles stating the OTA flashing of an existing tasmota athom plug is no longer possible to get ESPhome yaml file uploaded can any one confirm this?
@tough turret You might check out other existing examples and maybe the esphome discord
I have run across those but can not figure out which one will work with my athom power monitoring plug. I joined that discord server for ESPhome. Thank you for the links.
Is there a way to see all MQTT traffic received by mosquitto broker?
yes, subscribe to # or use something the MQTT Explorer desktop app. The latter makes it really easy to monitor MQTT
So I install MQTT explorer desktop app on another (say windows) computer?
yes
Okay, got it, I see what is going on..
Does anyone have suggestions on what to check for devices I've added to ESPHome in HA not showing up in the HA devices/entities list? They show up under ESPHome in the sidebar, but that's the only place. I'm probably missing something obvious.
This is for anything I've tried adding. Not like some are working and others are not.
~~Hi all,
I'm attempting to get the Unifi Controller add-in working. I'm using Home Assistant in Hyper-V. However, when clicking "Open WebUI" I'm getting connection refused on any port I set it to~~
nvm I'm an idiot
has anyone had trouble with editing configurations in add-ons? Any changes I make in the config reverts to default as soon as I hit save? Do I need to copy the config lines to a separate yaml file?
Hey everbody,
I cant get rid of 502 Bad Gateway when i try to open Node Red.
What i know so far:
- It doesnt work with Ingress (502 Bad Gateway)
- It doesnt work with 192.168.2.123:1880 (Blank Page with Password prompt?)
- It doesnt work with 127.0.0.1:1880 (502 Bad Gateway)
- It does work with 127.0.0.1:46836.
I sometimes get a generic 502 and somtimes a cloudflare one.
No Errors in Node-Red Log on trace level and it seems to be working just fine.
Sometimes "ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.32.1:64465 ssl:default [Connect call failed ('172.30.32.1', 64465)]" in Supervisor Log. But i am not sure if it is related.
EDIT: Pretty sure the ingress error is related but cant figure out how to fix it.
Can somebody help a noob out?
I managed to solve it...
Hallo, I am trying to setup SSL for my ovh domain.
I have nothing else running on the ovh domain.
My DNS zones:
Domain - TTL - Type - Target
mydomainname.ovh. - 0 - A - my hassio external ip
hassio.mydomainname.ovh. - 0 - A - my hassio external ip
www.mydomainname.ovh. - 0 - A - my hassio external ip
This is my log when I start the Let's Encript addon:
https://paste.ubuntu.com/p/TwDxP9NtFb/
@modest barn posted a code wall, it is moved here --> https://paste.ubuntu.com/p/TwDxP9NtFb/
Could the issue be that it it trying to find the certificate on the ip but not ip:8123?
Any reason on why I can't edit the options in an addon, everytime I hit save it reverts to the default config.
That usually means that you’ve entered something wrong
must mean the default config is wrong, changing the challenge field in Let's Encrypt from http to dns reverts it
Does the rest of your config reflect the instructions for a DNS challenge?
There’s more to it than just flipping that field
what do I do if an update to an add-on is available, but when I try to update, I get an image not found error? do I just need to wait, or does a build need to be restarted
21-04-20 19:15:58 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install homeassistant/aarch64-addon-zwave_js:0.1.20 -> 404 Client Error for http+docker://localhost/v1.40/images/create?tag=0.1.20&fromImage=homeassistant%2Faarch64-addon-zwave_js: Not Found ("manifest for homeassistant/aarch64-addon-zwave_js:0.1.20 not found: manifest unknown: manifest unknown").
It can mean that you’re out of space
I just updated another addon, so that can't be the case
also I have way more storage than I should need, although I guess I should check to be safe
/dev/sda1 293.4G 18.1G 262.2G 6% /mnt/data
looks like builds failed: https://github.com/home-assistant/addons/actions/runs/768209672
Indeed. Weird that it would have announced a new version
That’s the last step for HA
¯_(ツ)_/¯
I am trying to setup SSL for my ovh domain.
I have nothing else running on the ovh domain.
My DNS zones:
Domain - TTL - Type - Target
mydomainname.ovh. - 0 - A - my hassio external ip
ha.mydomainname.ovh. - 0 - A - my hassio external ip
www.mydomainname.ovh. - 0 - A - my hassio external ip
This is my log when I start the Let's Encript addon:
https://pastebin.com/MJ8bHxgZ
Hey, all. I’m trying to add this repo to Home Assistant, https://github.com/LaggAt/hacs-govee, but when I click Add, the wheel spins and disappears after a few seconds - nothing added.
Home Assistant Community Store is the successor to the old Custom Updater, and can do so much more - you should check it out. They even have a Discord server for issues with HACS itself.
@maiden viper
works for me
https://pastebin.ubuntu.com/p/sYjXMwTjsK/
Ah, thank you!
do you have ssl setup on 8123?
actually i dont know if i do
I doubt it
do you access ha on 8123 via http:// or https:// ?
i dont have ssl so http://
I THINK I don't have a port open or a setting configured for my cloudflare subdomain to have cloudflare access
It pulls up the right IP address but gives connection refused
Is there any setting for external access or did I fubar port forwarding
@maiden viper show your whole docker stack config
compared it with mine yet?
I tried several setups already, including the url variations
i tried that again, but without result
ill change it up, regardless, i curled most things already through portainer and it shouldnt matter, but i removed the data_dir and rest now
exact same errors
use 127.0.0.1
then... I have no idea
thanks for helping me so far though!
tried some other yaml formatting but no result there..
would you send more of your docker file just to be sure?
that is already all I have for emulatedhue
its more that im curious about what you use for home assistant itself
or something i forgot in the config.yaml
oh true
i did yes
you see errors in the homeassistant container?
nothing other than those sent before, just connection refused
hass_client.exceptions.CannotConnect: Cannot connect to host 127.0.0.1:8123 ssl:default [Connection refused]
that is from emulatedhue I believe
turn off host, restart router/switch, turn on again?
ill try that, but that shouldnt matter on local communication right?
so i have Node-red installed on top of Home assistan on a virtual machine running VirtualBox. and i have a pallet thats not on the install page. how woud i go about installing it? no npm or else ether.
That won't work with the add-on
It will only work for nodes published on the NPM package index
is there a way i can upload the nodes as a NPM?
That is not an add-on question 🙂
You can publish whatever you want on the NPM package index
I would recommend checking out the NPM package index documentation for that
thank you 🙂 i will look into that
Anyone?
what happens if you curl http://192.168.0.218:8123
I'm experiencing some odd behavior - I am using the community addon zwavejs2mqtt (not for mqtt but for the web admin it provides) with the zwavejs integration. This works quite well. However, every time hacore restarts it reinstalls the zwavejs addon which conflicts with zwavejs2mqtt. My current workaround is an automation which stops core_zwave_js on homeassistant start, but this is a kludge and I'm wondering if there is a way to fix this issue
I found a reddit thread about this (https://www.reddit.com/r/homeassistant/comments/m6qrkg/troubles_with_zwave_js_and_zwave_js_to_mqtt/) and I'm not excited about the idea of removing the zwavejs integration and losing all the device/entity naming... I'm hoping there is another way forward
Add the zwave_js integration again (don’t delete it first) and say ‘no’ to the addon
Okay. How do I get the correct URL for the zwavejs2mqtt addon? I know it has an mdns hostname but I'm not sure what it is
It’s on the main page for the addon
ah, so it is. thank you!
Apparently it’s in the docs: #zwave-archived message
yep it looks like the docs mention unchecking this box. I made the mistake of having the integration installed in conjunction with the official addon in the first place before discovering the community one
okay, thanks
Can anyone help me with node red
i have problem with apparmor
its red
and i cant control my board fully
my gpio pins and UI is not suported
does anyone have same problem
i flashed raspbian and tryed from node red there it works
but on homeassistant os its not working
everything correct here
i run portainer on the host, and use the console option on the hue emulated container
so yeah, use that url
I have no idea why it gives you ConnectionRefusedError: [Errno 111] Connection refused though
you either have some weird firewall in between these containers or a ip filter in HA
hmm
im running headless debian any tips on checking both options out?>
run netstat -tulpn on the host
So turns out i was right.
The problem is not related to Node-Red. its the same problem for AdGuard. I could really need help^^
@shadow forge are you using any remote access?
U mean in general or right now?
I use Samba from time to time
@shadow forge basically, do you have the ssl option enabled in node-red?
yes in both node red and adguard too. i am sure it wont work with it turned off too, but i will check that right now.
same error: 21-04-21 23:12:11 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.32.1:64350 ssl:default [Connect call failed ('172.30.32.1', 64350)]
and no errors in addon log
anyone has experience with https://github.com/danmed/TasmoBackupV1 ?
I have added on HA , but I see no deviced being picked by it? I have bunch of devices connected with Tasmota integration ..
please, anybody can solve problems whit broker 5.1.1 😫
@hot reef try uninstalling it, reboot host, reinstall
Hello. I'm using an addon (https://github.com/alexbelgium/hassio-addons/tree/master/qbittorrent) which wants to mount a samba share. I get an permission denied however on the mount command. I suspect I need to run the docker container in unprivileged mode or with protection disabled. I can't find where to do this. Any idea?
Hi, can anyone help me with python and appdaemon? i'm reading https://appdaemon.readthedocs.io/en/latest/APPGUIDE.html#configuration-of-apps and I would like to know how can i access i.e. the field value "warning_level" while iterating over sensors from the apps.yaml file:
sensors:
sensor1:
type:thermometer
warning_level: 30
units: degrees
sensor2:
type:moisture
warning_level: 100
units: %```
last night my house became ghosted. all lights would turn on/off every second. TTS spoke on all the speakers around the house, children woke up
builded WAF for the last 5 yrs completely depleted now
the cause was an external pi i use for mqtt. it was connecting/disconnecting due to sudden 'power too low' failure
now since i have the blue, i want to integrate mqtt again
first thought was hivesMQ, but that addon seems deprecated
only thing left is the official mosquito addon, but i heard all sorts of negative stories on it
is there another addon somewhere to install ?
Dear Community. Is someone here using the unifi addon and can give me some advice?
I'm using the unifi addon, what's the problem?
i updated the unifi addon today but i can't connect to the web ui. I digged a bit and found out that it is binding to ipv6 only and i am thinking about how can i force bind the port to ipv4
use docker ps on the host to see where it's bind to
docker ps|grep unifi shows the following here:
a008780b0626 ghcr.io/hassio-addons/unifi/amd64:0.21.0 "/init" About an hour ago Up About an hour 0.0.0.0:3478->3478/udp, :::3478->3478/udp, 0.0.0.0:6789->6789/tcp, :::6789->6789/tcp,0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 0.0.0.0:8443->8443/tcp, :::8443->8443/tcp, 0.0.0.0:5514->5514/udp, :::5514->5514/udp, 0.0.0.0:10001->10001/udp, :::10001->10001/udp, 0.0.0.0:8843->8843/tcp, :::8843->8843/tcp, 0.0.0.0:8881->8880/tcp, :::8881->8880/tcp addon_a0d7b954_unifi
tcp 0 0 0.0.0.0:1880 0.0.0.0:* LISTEN 0 47503 -
tcp 0 0 0.0.0.0:8123 0.0.0.0:* LISTEN 0 36543 -
tcp 0 0 172.30.32.1:65023 0.0.0.0:* LISTEN 0 47504 -
tcp 0 0 0.0.0.0:5355 0.0.0.0:* LISTEN 1003 15771 -
tcp 0 0 127.0.0.1:46836 0.0.0.0:* LISTEN 0 46620 -
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 37071 749/sshd
tcp 0 0 172.30.32.1:64279 0.0.0.0:* LISTEN 0 36528 748/ttyd
tcp6 0 0 :::8443 :::* LISTEN 0 142745 -
tcp6 0 0 :::22 :::* LISTEN 0 37072 749/sshd
i cut out the part that is not nessecary
gimme a second i have to disable the protection mode
Looks like its listening on ipv4
8443 is only on tcp6?
Wait, how do you disable the protection mode? That's exactly why I'm here..
Sorry, right, not looking..
goto supervisor click on the addon needed and then disable protection mode
it is a button above stop ; restart and such
I know, I see it on screenshots, but it's not showing in my addons
On my qbittorrent addon so I can mount samba shares
It's not showing on any addon here..
on unifi i doens't have the option either so
but for ssh for example i got it
and for docker ofc
Portainer *
8c0df74491ea ghcr.io/hassio-addons/unifi/armv7:0.21.0 "/init" 54 minutes ago Up 54 minutes 0.0.0.0:3478->3478/udp, 0.0.0.0:6789->6789/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:8443->8443/tcp, 0.0.0.0:8843->8843/tcp, 0.0.0.0:5514->5514/udp, 0.0.0.0:10001->10001/udp, 0.0.0.0:8880->8880/tcp addon_a0d7b954_unifi
so it is bind to 0.0.0.0 hmm
Hmm, same with Terminal & SSH: https://i.imgur.com/chui8MT.png
Strange, so docker has it listening on ipv4 8443 but netstat on ipv6?
What does lsof show? lsof -i|grep LISTEN|grep 8443
btw for your issue it is weird that you dont see the option
I didn't know about Portainer, that's an addon to run custom/normal containers?
ye it is like a normal docker
but at the ssh & terminal addon you should have that option too
to disable protection mode for ssh
Perhaps I can use that too, I just want my separate qbittorrent container to be backed up by supervisor backups
lsof -i doesn't give me anything related to 8443
docker-pr 7674 root 4u IPv4 42497 0t0 TCP *:8443 (LISTEN)
docker-pr 7682 root 4u IPv6 37526 0t0 TCP *:8443 (LISTEN)
Rebuilding the addon probably wont do anything, but have you tried?
ye i reinstalled it multiple times
which version do you have?
because i think it is bound to the newest version or something
Current version: 0.21.0 (Changelog)
wtf
I have Frenck's version, not sure there is any other
me too
do you know a way to install at a certain version? and not take the stable one?
the super weird part about everything is that if i reinstall i can connect to it but if i restore any backup i have it is rip
dunno
i am frustrated
Well there is your issue
Something in the config in your backup is messing things up
but it makes 0 sense. it litarly worked over 1 year and today i updated because i am dumb ass and think that i should keep my software up to date and then everything is broken lul woot unifi please...
i tried the oldest from oktober 2020 and the latest of the 1st of april 2021
no luck in any case dunno
Sorry man..
ye rip 20 hours firewall configuration
fml
do you know how can i restore the backup made by hassio before updating the addon?
because i made one
Not sure I understand your question?
ok found it
hass io does snapshot before updating any addon
and i want to restore before the update
Ah.. 👍
ok it doesn't work
Is there a way to get yesterdays last value with flux?
nvm found something on github
https://github.com/influxdata/flux/issues/1549#issuecomment-694362839
Hello! just asking again, in case if my ping got lost ...
hi, I am currently trying to add adguard on my router settings.. so after installing it on my pi4 and reading the following setup guide"3-Enter your AdGuard Home server addresses there." I am bit confused where to add this and what to add.. may you please help me 🙂 router setting page attached https://imgur.com/nTBptcN
Not sure which router it is , but I have Adguard setup(addon on HA) for a long time and added the HA IP under DNS . https://i.imgur.com/Vo972lZ.png
I have plans of setting up stand alone Adguard on pi zero , so then the 2nd DNS server will be override with 1.1.1.1
@zenith glen first thank you.. i am using tplink archer v600.. so just to confirm my understanding is proper... dns primary i add the homeassistant server dns secondary i use 1.1.1.1 but where do i put 1.0.0.1
yes you can add like mine. if you add cloudfare's 1.1.1.1 , why to add 1.0.0.1 ? I didn't get u ..
the main reason I added 2nd entry of cloudfare ( there is google's 8.8.8.8 in case if you are interested) is only because whenever HA restarts for whatever reason, I am out of DNS at home everything stops working until the HA (which inturn adguard , acting as my DNS ) comes back online..
nevermind that was a stupid question from me :D.. but i understand perfect thanks lad will try and see how it works 😄
@devout oxide @oblique vigil there are 2 ssh addons. Only the community ssh addon has the protection mode option
hellow fellas
i installed the mosquitto official addon
now all my devices connect very well
but i keep getting following error
1619114290: New connection from 172.30.32.1 on port 1883.
1619114290: Socket error on client <unknown>, disconnecting.
alot..
this is the homeAssistant socket right ?
or node-red addon ?
Is there any irc bouncer add-ons floating around. I could swear i saw one once. Can't seem to find it now
Maybe i mistook the irc client one for a bouncer. hmm..
hi tommie, reconfigure the integration mqtt broker
I'm pulling my hair out with the supervised Mosquitto broker. The logs are blowing up with 1619139131: Socket error on client <unknown>, disconnecting. 1619139132: New connection from 172.30.32.1 on port 1883. 1619139132: Socket error on client <unknown>, disconnecting. 1619139133: New connection from 172.30.32.1 on port 1883. 1619139133: Socket error on client <unknown>, disconnecting. 1619139134: New connection from 172.30.32.1 on port 1883. 1619139134: Socket error on client <unknown>, disconnecting.
I'm also seeing [17:52:11] WARNING: [WARN] Not found addons on local database and [17:55:34] ERROR: Can't setup Home Assistant service mqtt
There is no local homeassistant or addons user I can see. I created a user mqtt, that node-red and a Sonoff RF bridge with Tasmota use just fine.
I tried removing the Mosquitto Broker and integration/ restarting / reinstalling. Same issue. I can see topics in the integration when I listen. I just can't seem to figure out what is failing to connect to the broker.
the MQTT addon uses Home Assistant users by default, so you should be able to use your mqtt user/pass
Yeah. seems to be working fine for my RF Bridge using Tasmota and Node-Red can publish topics. I am using the HA user, not configured in MQTT.
right
Well, I did go to the integration and set it to use the created user instead of the auto selected homeassistant user.
I just cannot figure out what is spamming the logs with these socket errors.
[18:06:32] INFO: [INFO] found mqtt on Home Assistant
1619139992: New client connected from 172.30.32.1 as 0ejxKVAqtm9R66QSVDAc2H (p2, c1, k60, u'mqtt').
1619139999: New client connected from 10.X.X.X as RF_Bridge (p2, c1, k30, u'mqtt').
1619140002: New client connected from 172.30.32.1 as mqtt_8990ae48.2a494 (p2, c1, k60, u'mqtt').```.
Non stop Socket Errors though. Any ideas where I can look to find what is causing this? I've tried disabling every integration I can think of that would interact with MQTT and socket errors are still there.
UPDATE: I figured it out from browsing https://www.home-assistant.io/docs/mqtt/discovery/ third party tool support. I had installed room-assistant and it was causing the issue.
Has anyone been successful using FLICD in a VM? I have a heck of a time keeping the Bluetooth working. In fact... it’s not working at all right now. HA says it’s fine. But the Flic buttons do not flash green showing a good connection.
Is there a way to set the configuration options of an addon via the CLI or the Supervisor REST API?
I accidently blew up Caddy and since that's my reverse proxy its kinda... really messed things up lol. The UI won't seem to load at all. If I could just set hte config options back I could fix it but not sure how to do that without the UI
Looks POST /addons/<addon>/options? I see options in there, going for it
Phew! that was scary lol
this seems fine right @covert arch? tho i feel no one really has a clue anymore. do you maybe know someone else who can help me further?
it makes no sense this isnt working...
I have no idea why the processes pop up for you but yes this is fine
you might need to inspect your docker networks
what about it could be faulty, both emulated hue and homeassistant are located in host whereas the rest is in its own subnet
How can i delete these add-ons? https://i.imgur.com/FfzSpEc.png
I am on NUC now, no longer on pi4/Argon case
@rose smelt remove the repositories for them?
three dots in the upper right corner, the same way you added them
hey guys 🙂
how do i correctly set the username password for "Terminal & SSH"?
just want to be able to SSH onto the pi in case HA becomes unresponsive to check if the pi crashed or HA itself 😮
the best way is to generate a key pair and specify that. otherwise, specify a password and use "root"
the docs for the addon go into both options
you saw the docs tab, right?
i saw it, but it dont work 😕
i specified a password, used the default port (22 as far as i can tell) Username root and my password, but i dont get in
works for me
I did have to temporarily remove all my authorized keys, despite the docs saying that a password disables key authentication
i used the other SSH addon and now it works
Anyone know how I can reset the admin passwork for motionEye?
@slender plinth (tagging you as well)
Were you able to get it working properly through the HASS OS UI? I have it setup and my HASS wont connect to the cluster of other PI Zero W(s), which are in their own cluster. HA is running on a PI 4 in my Office. When I boot all the Pi nodes and HA at the same time, I see my phone in Livingroom, then after a few minutes, it goes to Office and stays there no matter where I go in the house. I had this working prior to the Supervisor changes, and am now just revisiting this setup.
No i was not really able to get it working properly yet, i didn’t have enough time for home assistant tbh. I haven’t really tried
Is there any addon to make "advanced" light color, brightness, etc changes? Like if I have three bulbs, and I want them to rotate in colors, make patterns or similar?
is there a websocket troubleshooter?
I'm trying to find the correct ID for my zigbee USB dongle thing but this doesn;t work? ls -l /dev/serial/by-id
returns no such file or directory
what are you running HA on?
HASSIO in proxmox
Wait I found it in the config page - https://paste.nginx.org/05
I've tried /dev/bus/usb/009/002 and /devices/pci0000:00/0000:00:1e.0/0000:05:02.0/0000:07:1b.0/usb9/9-1 with no success
2021-04-24 10:14:39: Error: Error while opening serialport 'Error: Error: Operation not permitted, cannot open /dev/bus/usb/009/002'
you don't want to use that
What should I use?
I don't know what it should be for that configuration. I recommend asking in #zigbee-archived
Ok thanks
i keep having issues when trying to connect a container to my ha container in docker
kind of confused at this point
what do you mean by that?
im trying to install an add-on container via docker, but for some reason it doesnt want to attach to the home assistant websocket
the connection between the two seems fine
you don't do that manually
what do you mean?
oh okay ill change it, im trying to install the docker version of an add-on to my docker
addons are installed via the Supervisor
okay, so it has nothing to do with an addon
and you're using the "container" install for HA?
yeah, tinkerer suggested to ask it here though
that was not me?
sorry, got confused
no worries
I'm not sure why #add-ons-archived would be the right place to get help configuring a random container to talk to a container-install of HA
i mentioned the container from: https://github.com/hass-emulated-hue
maybe that was for you to try to find the container that corresp;onds to that
well the container is in there and said to be able to run in docker normally
ok. this is unrelated to #add-ons-archived at this point
fair
anyone know where the nginx proxy manager stores ssl certs? if i wanted to export them?
Has anything changed in the mosquito add on that could cause my new HA instal to have socket errors with devices that were working perfectly find before? (Had to reformat and start again with my pc running HA in a VM but all my old devices keep having “socket errors”)
I'm trying to install some addons in a new build of HA OS, but the Addons is showing blank. When I try to reload I get this error: https://pastebin.com/kuMbDb73
Anyone got any ideas?
@sly kindle thanks. I had no recollection of ever adding them like that. But i probably did. Too much new stuff so it doesn't retain well in my smooth ape brain. (Removing stuff)
@glad shuttle what repos are listed when you go to the 3 dots in the upper right corner?
for letsencrypt add-on, i have successfully installed the add-on, and started it. the log reports it was successful. I have checked my public url resolves dns to the right address. i have configured my router to forward ports 8123 (home assistant), and also 80 and 443 to the ip address of the home assistant pi. But when i navigate to https://foo.bar:8123 it fails with Error code: SSL_ERROR_RX_RECORD_TOO_LONG
i wondered if i am doing something stupid w/ the port forwarding on my router
it works when i go to http://foo.bar:8123 but not https://foo.bar:8123
im reading this but it appears to not be relevant to the lets encrypt add-on: https://community.home-assistant.io/t/duckdns-and-ssl-problem-ssl-error-rx-record-too-long/48820/10
cuz i didnt have to write anything in configuration.yaml to install the add on
am i supposed to edit the configuration.yaml? the add-on documentation doesnt mention this that i've seen
Thanks RobC
I am new to HA and am wanting to integrate an Almond server into my Home Assistant which is running on a 4GB Pi 4 through a Docker container. I checked the integrations but it seems like that is a cloud version. Any advice?
I thought I was trying the addon but apparently integration is different. Does the container version have the addon store? I can't seem to find it through the mobile app.
No
The second option addresses the non-addon install
Alright. And the second option seems to use a different container system than docker in the install reccomendations. Could that cause issues when running HA through docker or am I good?
As long as you follow the instructions, you should arrive at identical functionality
Thanks!
i retrieved the privkey.pem and fullchain.pem locations from the lets encrypt add-on logs after successful challenge, and attempted to add them to my configuration yaml. but when i check configuration, it tells me Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/data/letsencrypt/live/home.foo.bar/fullchain.pem'
the blurb from my config yaml: http: server_port: 8123 ssl_certificate: /data/letsencrypt/live/home.foo.bar/fullchain.pem ssl_key: /data/letsencrypt/live/home.foo.bar/privkey.pem ip_ban_enabled: true login_attempts_threshold: 5
this is modeled after the example on the readme for configuration variables
You should use the paths that it actually gives you
It tells you exactly what to use
i believe i copied the path from the log file exactly
/data/letsencrypt/live/home.foo.bar/fullchain.pem```
ssl_certificate string (optional)
Path to your TLS/SSL certificate to serve Home Assistant over a secure connection. If using the Let’s Encrypt add-on this will be at /ssl/fullchain.pem.
hmmmmmm
Configuration valid.
youre right, the ssl_key description says to use /ssl/privkey.pem if using the leys encrypt add-on, i was basing it off of the example which had a different path /etc/letsencrypt/live/hass.example.com/ path. which was the wrong thing to do
this was confusing to me
You could put them anywhere, but it tries to make it easy
its working now, thanks for the nudge
ive been using ha for 5 months now and i still dont understand whats the point of mqtt, but its the most used addon
most of iot is turning things off / on. which is basically sending 0/1 to devices and also returning 0/1.
mqtt is in general a protocol to make these transmissions lightweight on your network, it‘s far more lightweight than for example http. which makes it also perfect for smaller devices with little processing capabilities. thats why it‘s so attractive to use for everything in your home. theoretically it can also transport bigger payloads (images) but there‘s better protocols than mqtt for this.
that‘s what I have in mind when talking 🦟.
anybody is free to correct me on that
i have several integrations at home for lights motion sensors and so on, everything works as i want it to and its connected to my home wifi. Some automations i have are made in HA UI, some are made in node red. I am not using mqtt but it seems like everybody else is using mqtt to do the same stuff that im doing without mqtt. Like zwavetomqtt addon, whats the point of it? I have a zwave sensor that works just fine with z wave js addon.
Is mqtt something that if you want to use it properly, all of the devices have to talk through it otherwise there will be a division on HA and mqtt devices?
devices which u have to change battery on, is it a big improvementin battery life when using mqtt isntead of the protocol that comes with the device? like z wave or zigbee
main advantage of zwave2mqtt over zwavejs is to connect with generic mqtt capable software to your zwave mesh without HA since zwavejs only does websockets
Hello, I hope i'm in the right chat for this my deCONZ add-on is behaving weird and maybe someone can help me.
My Home Assistant OS runs on an Raspberry PI 3 and the Conbee II stick is in it. I only have one instant of the deconz add-on running, but HA finds two deCONZ Integrations, which have the same ID, but only one has entitites (both have devices) and only one can be reloaded.
Pictures:
https://i.snz.at/kFkW8n8mDgUfygb4fwIpzc81PHkXEyS2
https://i.snz.at/XCyP6c0bAyw27cbYX1OALErzHoNQH2jV
https://i.snz.at/XDhEnNovxbfiNlADAw2fuqg0dpIGmqG4
Is it possible to use an add-on that uses video out? e.g. have something show a browser or a mediaplayer?
I run in OS mode so i guess it depends on docker and is more a docker issue.
Apparently the answer is: https://github.com/ehough/docker-kodi (aka YES)
I'm getting the following error when starting NGinx Proxy Manager, any ideas?: nginx: [emerg] unknown directive "$forward_scheme" in /data/nginx/proxy_host/4.conf:29
Using HA Supervised version on Ubuntu server
Something is wrong in the config of your 4th proxy host
How would I check the config? I can't seem to locate the path
Everything was working fine for months, it just randomly stopped working
You probably configured the hosts in the UI, and you should look there
Unfortunatly, I can't access the web ui as it's down
Well, it’s a pain in the neck to get to the config files in the addon
But something must have changed if it was working earlier
Restore a snapshot of that addon
Tbh, the snapshot has been overwritten, as I've only just realised that it stopped working, which in fact looks like it happened weeks ago. Would you know the config path by any chance?
Not any more. You’d need to go in through the console
Hey guys, In motioneye addon for home assistant I want to by pass login screen of motioneye. Do you guys know how to do it
Hi, I installed Node-RED and it just says "502: Bad Gateway". Any clues?
It generally means that the addon didn’t really start. Check the logs
21-04-26 05:42:04 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.32.1:63038 ssl:default [Connect call failed ('172.30.32.1', 63038)]
21-04-26 05:42:22 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with a0d7b954_nodered!
21-04-26 05:42:22 INFO (SyncWorker_3) [supervisor.docker.interface] Cleaning addon_a0d7b954_nodered application
21-04-26 05:42:22 INFO (SyncWorker_3) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/node-red/aarch64 with version 9.0.1
@stable fern maybe you can set ssl to false
Trying to set up the ESPhome addon using the dev version, but it complaints about Python version being < 3.7. There is nothing I can do about that, correct?
where do I set SSL to falsE?
Any good ideas on how to approach troubleshooting with AppDaemon and ControllerX?
Running on Hassio, HA versions core-2021.4.6 and supervisor-2021.04.0, newest available.
I've installed AppDaemon through the Hassio add-on, and got ControllerX through HACS.
Trying to get a Philips Hue dimmer remote to connect to a light in HA; and control it through ZHA as the coordinator.
Added my config lines to /config/appdaemon/apps/apps.yaml following a verified example, switching out entities and IDs.
When listening on the zha_event I see the button presses, but it seems like the command either doesn't get picked up by the ControllerX module in AD, or doesn't "leave" and go out to the light.
I'm at a loss as to where to begin to look; suggestions are very welcome!
I just added a device using deCONZ, but it is not showing up in Home Assistant. Anybody knows how to make the device from Phoscon (deCONZ) show up inside Home Assistant?
I tried restarting HA, didn't change anything
what kind of device?
Solved - had to go to "Integrations" then click "Configure" under deCONZ
@sly kindle A Danalock v3 - zigbee version 3 😄
Is it possible to use both deCONZ and ZHA together? I notice after adding deCONZ I cannot control my lights added through ZHA. They seem unresponsive
are you tring to control a end device with 2 coordinators? this is not going to work.
@covert arch I'm trying to add a Danalock because I heard that deCONZ supported it
Now I think I've learned that ZHA also supports it. So I reverted to a snapshot from before I began playing with deCONZ. But many of my lights no longer works.
When I was searching for my danalock I noticed a lot of lights also being added to deCONZ (which I then later removed). Which is weird because I didn't put them into pairing mode.
It seems as though all other devices (eg motionsensor and remotes) Works, but lights does not. As if they now paired them self with deCONZ which has been removed.
So even after restoring to an earlier snapshot, none of my lights work...
Here's one, I can see a bunch of data through the HA app that's install on the phones (Android)
Can I poll navigation data? "Device is navigating home... do these things"
I am using card mod and trying to change just the font size, but cant get it to change.
type: entity
card_mod:
style: |
ha-card {
font-size: 100px !important;
color: red;
}
entity: sensor.time_formatted
name: 'vg '
icon: 'hass:calendar'
red text shows up (not needed, just used for an example), but font size doesnt change. adding !important doesnt help either. Any ideas?
Hello I am new to home assistant I am running hassio in vm and yesterday I installed assistant relay the add on itself working I tested it from sandbox option and it turn on and off my lights but I can't get it to work from automation tab from home assistant if someone can help me :)
Hi, where are the addons config files generally located? I.E if I wanted to see the config files for Bitwarden?
i think they live in the container with the application so its well hidden from the user
if you just want to look at them take a snapshot and extract the files. general addon config is done in UI
Fair answer, let me clarify my...stress 😄 I didn't save the admin token for Bitwarden and in my research I believe the token is stored in a config file for Bitwarden, I was hoping I could locate that file
I doubt you can find that in cleartext anywhere
That's what I'm afraid of haha, I recall seeing somwehere that said as it's a token, it's not encrypted but at this rate I might end up re-installing -_- I usually copy/paste to notepad++ for temp purposes but this time I did just notepad and I forgot to save it
I can still access my vault so I can export and import later, just hoping to skip that step
@raven tinsel the newest base image for docker files is 13.3.5 ... which python version contains it? I need to use python > 3.9.0
that image doesn't contain Python
It contains the alpine 13.3 image, but it seems that the highest python is 3.8.8-r0
but if i look docker, there is an Alpine 3.13 image which contains Python 3.9.4 https://github.com/docker-library/python/blob/18ef1b6500a622da8b138d1b413c963c279e7ea4/3.9/alpine3.13/Dockerfile is it possible to use this instead of the ghcr.io/hassio-addons/base/amd64:9.1.8 image?
?
The hassio base addon image uses alpine 3.13.5 i am right?
So, you mention me, to ask which Python version is in a base image of the community add-on, that doesn't contain Python, thus your question is about a random other image on Dockerhub?
I'm not following
If you want to use another base image that better fits your needs 🤷♂️
I'm not sure what my base image has to do with that
exactly, this image is limited to python 3.8.8, but i need a higher python version than 3.9.0
on dockerhub there is a customized alpine 3.13 image which is supposed to run python 3.9.4. can i use another base image as base for addons or do i have to use the base image for community add-on's?
the question I ask myself if for addons also other images come into question or for the operation in hassio your image is needed
Is this the right channel to ask a question about the Konnected Alarm integration with HA?
You can use any image you like. Our base images are not required.
I have Home Assistant OS (32-bit) installed on my Raspberry Pi 3 Model B, and I'm attempting to do hardware video decoding with the Frigate NVR. But I'm having an issue where the video feed becomes a weird garbled mess. The same issue also happens when I use motionEye, so I'm guessing motionEye is using hardware decoding by default. I'm wondering if I could fix it by increasing the amount of RAM allocated to the Raspberry Pi's GPU, but I'm not sure where I could change that with HassOS. Also sorry if this is the wrong channel, I'm not sure which channel that I should use.
My cameras that I am using are Reolink RLC-410-5MPs, if that helps.
The parameters being passed to FFMPEG are the ones on this page, for a 32-bit Raspberry Pi. https://blakeblackshear.github.io/frigate/configuration/optimizing
Protection mode is also off on the Frigate NVR addon.
Weird. Now that I rebooted the whole Raspberry Pi, it seems to be working fine now. I thought I already rebooted it earlier...
Would you happen to know anything about my specific issue by Chance?
depends how you connected your bulbs, this is more of a #zigbee-archived talk anyhow
Aaand the issue is back again. Anybody have any ideas on how to fix it? It also seems to happen even when not using hardware decoding, if I have two cameras hooked up.
just maybe #cameras-archived has more insight to this
tellstick entities are not created unless a tellstick is connected, is it because they lack a unique id?
Y'all know if there is a Frigate discord channel?
I'd imagine this would be a pretty heavy lift for a Pi3. What is your storage? Are you using a coral?
I'm not using a Coral, but I'm still able to get it to detect objects at around 1 FPS, with an inference speed of around 500 ms with one camera hooked up. The corruption also occurs in motionEye though, which I'll probably end up using if I can get it to stop corrupting the feed from the cameras. I've tried viewing the RTSP stream straight from the cameras in VLC and mpv, and the cameras are both sending out perfectly fine video, with no errors in the console. But if I try to view the RTMP stream that is restreamed from Frigate, there's some blocks of corruption that randomly appear in the video feed, and mpv complains in the console about some sort of invalid bytes. As far as storage goes, I'm just using the SD card on the Pi. I wouldn't think that being bottlenecked on I/O would cause corruption on a live RTMP stream, right? This green blocky corruption also appears in the live views inside of the Frigate web UI, and in recorded clips (which should be a straight passthrough from the high resolution feed from the camera, with no processing, right?).
Howdy, I am trying to better understand MQTT and HASS.
I have an existing Broker setup in my environment running on a different machien and so just want HASS to serve as a client. The MQTT add-on suggests that it is a broker, but it also seems to have the client configuration too.
What exactly do I do? Do I install and activate the broker add-on and just ignore the fact that it is now running an uneccessary broker or is there a way to just install an MQTT client add-on?
@slender gorge you don't need the second broker (the add-on)
To add your existing broker to HA, go to the integrations page
@sly kindle Thank you! It is confusing because the tile on the integration page says "Mosquito Broker". That said, if you click "configure" you can put in the address of another Broker. Given the verbiage on the box, does this mean that this integration is also running a Broker aling witht he client?
The integration is not running a broker. That's what the add-on is for (if you don't already have one).
The integrations are a way to bring in different things in to HA itself. When you add an integration, you are saying "Hey HA, I have this thing. Let's set it up so it can be used" In your case, this is an MQTT broker.
When you use the add-on as a broker, you still need to add the integration.
Oh so it means "I want to communicate with an external broker"
It is just a bit unclear here as I see the word broker and think that it is running a broker, which I know that the add-on does.
Pondering further, you are saying that integrations refer to data sources (e.g. sources of information coming into HASS) whereas add-ons are new capabilities.
Right
Or an internal one. Like I said, even if you use the add-on as your broker, you still need to also go to the integrations page to link it to HA. There are fewer steps because HA can detect it automatically, but the process is the same.
@sly kindle Cool, thank you so much. This is really helpful.
curious which ssh client people use? Terminal & SSH vs Community Addon?
Hey, I have installed the Portainer addon
But when I try to create a container I get this error: https://cdn.discordapp.com/attachments/479349969812324352/837380449177174026/unknown.png
/home/pi is far fetched if you use homeassistant_os
Any MotionEye specialst around here 🙂 ? Can't seem to figure out why I have a 10 secs delay from webhook command motion detected pushed to HA...
Picture taken by motioneye is spot on but want to launch an automation to make a snapshot of a camera entity but that starts 10secs too late .....
post your command
/usr/bin/curl -X POST https://mydomain.duckdns.org:443/api/webhook/motioneye-camera1-started
censor your domain ^^
(DOH)
maybe dns resolution takes a long time in your case, use the local address
I thought read on the forums that wanst possible when using duckdns....
why not? curl -k https://127.0.0.1:PORT/api
Is there a way of manual testing it ? with it have to be triggered by motion eye
Oef no. Webterminal is available in the router?
webterminal is a addon
Didnt sound familiar sorry therefore the question
but you can just use a browser to test the connection with your servers IP; you should get a certificate warning
yeah that definilty works , have tried that befire
so that would just leave curl -X POST https://xxx.xxx.xxx.xxx:443/api/webhook/motioneye-camera1-started
then use that address, and use the -k flag in your curl command to ignore the certificate warning
Alright
Does the POST also need to be attached in the webhook command?
Because I now have this : curl -k POST https://xxx.xxx.xxx.xxx:443/api/webhook/motioneye-camera1-started
curl -k -X POST
Really unknown with this stuff sorry 🙂
Anyone can give me URL to some documentation with examples on writing a lovelace card. I wish to edit existing one to display an entity value but no idea where to start.
#frontend-archived @thorny lagoon
Thank you.
Ai got some motion detected by MotionEye but no webhook calling.
in general you can use 172.17.0.1:8123 (or 443 in your case, but I believe this should be 8123 even in your case)
Yes you are right, should've been 8123. I used 443.
Using 8123 gives me the same messages
@covert arch That made a nice differences ! Just had a motion detect and there was a 3secs delay between the picture from motioneye and the one taken from the automation
hi. guys, can you help me with ESPHome addon? I've tried to run it on RPI 3B+, HA Supervised 2021.4.6, docker 20.10.6, ESPHome 1.16.2 but the logs hangs on INFO: Starting NGINX...
What would I have to use instead? I am really noob at this stuff.
SInce you're talking MQTT add-on, please let me ask is there any progress/update in the 5.11 issue? Seems many people keep reporting their issues, but no resolution is being worked on?
hi, anyone that can help me find out what has happened with my z-wave to js integration? Suddenly no entites are found, just the controller... I have updated everything, restarted and reloaded and nothing seems to help.
@covert arch Darn our little changes for the webhook commands from motioneye didnt help 😦 Still have 10 seconds delay when the command enters HA
Must be something within motioneye :/
Hmmm, Ewelink/Sonoff is claiming that there will be a Sonoff add-on soon: https://www.facebook.com/SONOFF.official/posts/2764530937191887
is there a way to add an cromecast device to the vlc addon?
@royal valve you don't add it to the addon. You use the vlc media player to play media to a Chromecast device
or tts
but how
in HA
you can test with development tools > services
and then later make an automation
I'm talking about the home assistant add-on VLC
installing it...hold on
it's main use is going to be for local audio. You can send media to a chromecast without it
yeah but i´ve not find any way to add an playlist of local music
apparently that goes in /share, but I haven't tried it
seems like it should be in /media
i can already play the music, but i want a playlist function
the add-on cannot send via chromecast, can it?
I doubt it
I am running HA OS on a Raspberry Pi. Where should I copy those files from Github (https://github.com/home-assistant/core/tree/dev/homeassistant/components/surepetcare) in the directory structure of my Pi?
You don’t. It’s built in and you follow the instructions in the docs to configure it: https://www.home-assistant.io/integrations/surepetcare/
I had it configured this way, but the intergration stopped working with the last HA update. I did see that it is fixed on Github, but it is still not working for me on HA. Thanks for your answer anyway, I will look around to understant why I still have an issue.
it's an #integrations-archived, BTW. Not an Addon
it does look like there were some recent changes that are probably part of the 2021.5 HA beta available now
Hi guys I am new here and I am trying to install a MariaDB instance on my HomeAssistant running on my Pi, which I later wanna use to do some testing but I cant seem to figure out how to remotely connect to the Database
Quick question, does anyone know if the Mosquitto Broker add-on is working correctly?
@rain notch for me? yes
Are you on version 5.1.1?
That could be any number of things. Did you make sure that your DB is listening on the network? https://mariadb.com/kb/en/configuring-mariadb-for-remote-client-access/
that was a crosspost: #integrations-archived message
@rain notch I am yes
Hi, can anyone help me troubleshoot my samba share?
@stable fern perhaps ask on ##linux on freenode IRC?
its samba share on HASSIO.
Perhaps if you actually ask your question
I install samba share on the add-ons and here is my Samba share configurations:
workgroup: WORKGROUP
username: samba
password: 1234567890
interface: wlan0
allow_hosts:
- 192.168.86.22
veto_files: - ._*
- .DS_Store
- Thumbs.db
- icon?
- .Trashes
compatibility_mode: false
I try to access the folder by keying in \192.168.86.22 in my file explorer
it doesn'
it can't find anything
That’s not how allow_hosts works
That sounds like the option address of your HA instance
It doesn’t make sense
sorry I mean I type in \192.168.86.101
Im trying to access my folders on HASSIO on my Raspberry Pi
Is HA really connected over WLAN?
do I need to restart my PC for the changes to take effect?
Np
Hi all I am trying to add the addon MQTT but hitting the install button does nothing.
Where to look for clues
(running HA in a docker)
what do the logs say?
in supervisor panel
21-05-01 13:24:10 WARNING (MainThread) [supervisor.jobs] 'AddonManager.install' blocked from execution, system is not healthy
go to #330990055533576204 with that error
well I guess my ubuntu is not supported.. ? Detected unsupported OS: Ubuntu 20.04.2 LTS
hmm .. ok. . well .. hmmm need to think about this because I cannot change my OS.
it's probably a dns issue that prevents you to download the addon image
you will not get a better health status as long as you do not change to debian
Anyone else having trouble with Unifi addon? Won’t start anymore. “InMemoryAppender”
Running v0.21. Latest HA versions (not beta)
It looks like it starts and runs, but cannot access the webui anymore for some reason
Its reported at github allready ive noticed.
@spark fable unsupported and unhealthy are not the same. You can probably fix the issue by getting your "copy" of the project in line. Possibly network manager related? But a KVM install on ubuntu would be more official.
my cert expired
I replaced it with letsencrpt, I checked letencrypt again and it says its not due for renewal, I rebooted the server entirely. Still showing old cert?!
NM
damn browser cache
Okay, I am currently using lets encrypt along with Duckdns to provide me SSL (I think thast how it all works) howver have been told I need to move to Nginx. So I need a bit of help/assistance with it. Do I just install Nginx along side it all? Does some stuff I have need to be removed?
Well, right off the bat I am stuck. Installed NGINX proxy manager, opened web UI. Connection refused.
I just installed the addon, started it, hit open web UI, and it worked
did you set the options in the config RobC?
It’s probably because you have a substandard router that doesn’t work with your URL
No, nothing
Just what I said
if you have previously only set up everything on duckdns and Let's Encrypt you have options in the config that you have to deactivate, according to the documentation
Well, I found out what I did wrong. I didn't have MariaDB installed. The tutorial I was using didn't mention it.
Yea.. Now, I have to disable stuff as well according to @royal valve I will have to see if I can find that in the docs.. I do have it installed and it says its working however..
Says "Should" not "Must" But lets comment then out. Gotta love this however.. How do you comment out?
with an #
kk.
restarting HA now.
Well.. Seems as though ssl on the ip address isn't working anymore.. But that is what was planned.. right?
have you accses via the duckdns link?
So.. When I use something outside the network, and connect to power 8123 on ssl.. no.
connect to port, sorry
are the ssl files still there?
Define the "ssl files" so I can be sure I am not giving you the wrong information
fullchain.pem and privkey.pem
Let me see. So far things are not working right..
I go to "Visual studio code" or even "Node-red" and it says unauthoprised" i think we should fix this first..
Can't seem to paste a picture in gere
So as of right now it seems as though I have a home assistant that doesn't let me use any of my addons...
@royal valve And I can't open file editor, so Ic an't tell you if the files are there
So you will have to minf me if I am in a bit of a panic here... 1/2 of my HA isn't working
did you also comment out http:?
Did i comment it out where? Pleas be specific..
in the configuration.yaml
No. I am able to access the page though http://192.168.2.77:8123 But the addons don't work.. Well, ic an't access the pages. I can access the overview, and edit things, but I can't access any addons.
This means although I am very confident I didn't edit out the http.. I can't access anythig to check.
try to restart the supervisor
I will try and restart again
Unders server controls- check configuration (Passed) and restart. It has restarted.
Still unauthorised
I can't think of anything anymore, try to uninstall the ssl add-ons, maybe the rest will work again
nginx, duckdns and Let's Encrypt, it is sometimes easier to start over
okay. I will do that.
They have all been removed. I will restart HA and see what happens
Still unauthorised.
I have created a snapshop before I made any changes.. I can revert to that.
Wel, I reated a VM snapshot. (I run it on a VM)
that sounds like a good plan, I hope not too much is lost
Nope, created it right before maging changed to get google assistant werking
Alright, we are back working.. Lets create another snapshot before we start. That is if you don't mind helping me get this working.
maybe someone more experienced than me should help, When you said that the other add-ons no longer work, I was overwhelmed
The problem is, no one else seems to be available 😛 And thats why I created snapshots. But its up to you.
Perhaps you could tell me what the "Domain option" is in the website you sent me.. My config file doesn't seem to have a domain option.
you have to set this in the add-on config, it is the domain with which you can be reached from the outside, i.e. the duckdns domain
So, do I just add
domain: <myduckdnsdomain>.duckdns.org
to it?
your nginx config don´t have the line domain: null
I am not talking about there.. I am talking about in https://github.com/home-assistant/addons/blob/master/nginx_proxy/DOCS.md #3 "Change the domain option to the domain name you registered (from DuckDNS or any other domain you control)." Or is that not refering to the configuration.yaml?
no, point 3 points to the config of the add-on directly
Ah, okay.. So lets get the addon installed then and try again..
So where do I find the domain option? It does not appear to be in configuration.
are you still in the supervisor in the add-on?
yes
in the top on config, it has to be line 1
Let me find a place to post a pic. Cause there is no actual file to edit in configuration... I am thinking it may have changed?