#add-ons-archived
1 messages Β· Page 43 of 1
This is all internal to my network, so no forwarding yet. My browser is angry about certificate names, but I'm up and running.
Hi, Im also struggling to setup the duckdns add-on, I followed the documentation and a couple of tutorials and seems that Im doing everything but I end up with this error "ERR_SSL_VERSION_OR_CIPHER_MISMATCH"
btw also added the certificates to the cconfiguration.yaml
are you accessing by ip internally with https?
It seems that now I can
Last night following a tutorial also added my duckdns url under the base_url and that seemed to break all local accces ( wich it was ok acording to the tutorial)
but when I try to access subdomain.duckdns.org it throws that error
what version did you update to? 0.114?
both, because I tried before update and got the same error
yes
you need to remove base_url if you are on 0.114 and use external_url and internal_url
yes, now its without base_url because I removed it reading @clear mason questions
http:
# base_url: https://benassistant.duckdns.org
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
if you can access it with https://ip then go add the external_url and internal_url
ok
configuration > general
will do, I'll keep you posted, thanks
π
you can add these from UI
also you don't have a port number
in your base_url, did you forward 443 to 8123?
or are you running a custom server port
I forwarded that port in my router
seems that I need to do some reading, thanks for the info
for your internal_url you will want https://benassistant.duckdns.org:8123 (and I'm ASSUMING here that this will resolve for you internally, my DNS does) and external_url should be https://benassistant.duckdns.org
or maybe https://benassistant.local:8123
for internal_url if your DNS doesn't work like mine
@boreal bane I restarted HA and was stuck like 40 min in that task and I panicked because I didn't have a recent snapshot. I will defer the dns thing to when I am more confident that I understand what Im doing. I really appreciate your help
no worries
Morning! Since people asked about DuckDNS... I was curious if someone knows of a way to run addons ngix + duckdns + change their default ports? I want to run diyHue and hue needs ports 80 and 443. Any advice on how to keep all 3 enabled? I know it would require a reverse proxy, but wondering if there's an elegant solution.
what OS are you on?
Linux. debian base
so #330944238910963714 then if you're asking about add-ons
...but this is #add-ons-archived π€
Did I ask in the wrong place about addons? π
No, you can ask about add-ons in #add-ons-archived
so #330944238910963714 then if you're asking about add-ons
my mistake when I said add-ons ... I meant diyhue not the add-ons from the store
because to my knowledge it's not an "add-on" for HA
but I could be mistaken
also because of the install method I would have thought that multiple servers trying to run on port 80 and 443 would be an OS issue per se
but correct me if I'm mistaken
Yeah, so the question is if I can move ports 80/443 from addons duckdns and ngix which are in addon store. Or how to do it the most sensible way
First obvious solution is to simply not use them. But trying to use them π
Set up Maria DB but I'm pretty sure I'm having an issue with NGINX proxy manager. I can't get it to start. Assuming my db connection string in config.yaml is incorrect anyone got a how-to on what the strring should look like for the mariaDB add-on ?
Yeah, so the question is if I can move ports 80/443 from addons duckdns and ngix which are in addon store. Or how to do it the most sensible way
@slow heath I know letsencrypt uses port 80 for http verification, and that's a part of the duckdns+letsencrypt addon... perhaps the first step is to not use HTTP verification for letsencrypt
anyone else notice file editor uses white background even when dark is selected everywhere else?
on 0.114
someone can help with portainer?
Don't ask to ask, just ask your question. Then people can answer when they're around.
When you do ask a question, try to provide as much background detail as possible. Ask yourself these questions first so that others don't have to:
- What version of the Home Assistant are you running? (remember, last isn't a version)
- What exactly are you trying to do that won't work?
- Is the problem uniform or erratic?
- What's the exact error message?
- When did it arise?
- What exactly don't you "get"?
- Can you share sample code, ideally with line errors where the error occurs?
@boreal bane Yeah, I think I need to keep it enabled for Google Assistant to work (TTS only works with SSL or something of that nature?)
i want to add debian as a docker. is it possible?
I didn't say not to use SSL, there are verification types for let's encrypt....
HTTP is one of them
that's why you need incoming port 80
Btw I guess I could change diyHue for emulated_hue official HA integration. Would be same ports needed
Oh I see, you mean try method #2?
- http challenge
Requires Port 80 to be available from the internet and your domain assigned to the externally assigned IP address
Doesnt allow wildcard certificates (*.yourdomain.com). - dns challenge
Requires you to use one of the supported DNS providers (See "Supported DNS providers" below)
Allows to request wildcard certificates (*.yourdomain.com)
Doesnβt need you to open a port to your Home Assistant host on your router.
what happened to the nginx_proxy addon? It seems to have disappeared off the store
I only just got it working and now it's broken again, haha
still there
is "advanced mode" enabled in your profile?
I don't know what's hiding behind that
ssh for sure
yeah, it's on.
interesting, when I do the same I only get the proxy manager
is there a way to force a pull to update the addon list?
upper-right-corner->Reload
it also may not be available for your hardware platform
great
and now it's offering its self signed cert instead of my real one for my domain... /facepalm
ok, that part was my fault, typoed my local domain. haha
Is it possible to install Android Debug Bridge in docker without the Community Add-on? Where can i find it ? π
i dont have supervisor anymore
a search for "adb docker image" brought me here: https://github.com/sorccu/docker-adb
here's the docker hub version: https://hub.docker.com/r/sorccu/adb/
Yes i found that one but i did not know was the right one π Thank you!!
Hey there guys
I'm currently having trouble finding the mqtt message from my esp rfid
I flash esp rfid on my nodemcu and it works great
But the mtqq message that sends every time that I use the card is not working with HA
HI what is the best way to determine that all integrations are loaded before starting an add-on?
There's an event that fires when all integrations have loaded, though I'm not sure how you'd use that to do a delayed load of an add-on.
Do you just want to see when it's loaded and then start it manually?
listen for the "homeassistant_started" event @tender elbow
ohh right
my problem is like this. If the add-on or external program connects to websocket API one does not know if the server is just started or run for a long time so listen to "homeassistant_started" wont be enough. It would be perfect to check for a state. Is this a thing?
I wonder if the different values of the state on the API response would help. If I query /api/config, I get this in the response:
"state": "RUNNING"
I don't know what other values are possible.
On connect call get_config, in the returned object there is a state @tender elbow
Ohh right thanks that is what I am after!!!
Could someone help with an issue I'm having with my Mosquitto addon?
My network was configured using a seperate IoT VLAN on an old tomatousb router
and my Home Assistant is on my main vlan
This was working fine
and i'm trying to switch to pfsense
Everything works, and the old router is just serving an an AP
So far so good
The AP bridges the Virtual Access Point for my IoTDevices to the IoT VLAN
and these are picked up by Mosquitto just fine
However, since doing this I'm continuesly having disconnects and reconnects of my devices
Now here's the kicker: when I bridge the Virtual IoT access point to my main vlan everything works fine
no disconnets, all devices get an IP in the 192.168.2.0 LAN
Hi all, I'm having an issue with Visual Studio Code add-on. I am using the same field, once from a secret file and once "hard coded", and when I use the secret file I get an error. I am going crazy of why this is happening :(
I've uploaded an image, which should explain the situation better. The code works with both configurations.
Any advice or a lead to find the solution would be highly appreciated. Thanks!
I've never seen anyone use a secret as a key name like that. I'm not sure it's actually supported.
Key values can use secrets, key names... probably not.
I used Frenck's configuration as a reference
https://github.com/frenck/home-assistant-config/blob/master/.stubs/secrets.yaml
Ah, neat. I haven't come across that before.
I guess it's just that VS Code doesn't know how to validate it then?
Yup
the vscode YAML language server has quite a hard time to understand custom tags
especially on keys π
So I have to live with that error?
Or use the desktop version of VS Code and never see it at all π
@hexed compass You don't have to...
π You can also choose not to use a secret in that location π
But... but... I want to
Don't forget, it is just a VSCode warning/error
You also have it?
Yes
π±
VSCode is a helper, not the truth π
Ok, at least I know I didn't do anything wrong...
And why did you used this config with a secret file?
I didn't fully understood it at first, but then I just thought it's for the order of things, so you have all the "things" in one place
Or use the desktop version of VS Code and never see it at all π
@cunning wolf Thanks for the tip
@hexed compass I'm hiding my network map
If that is not a concern to you, than π€·ββοΈ
Why?
Because it provides structure on my network, the devices active there and where to reach them
Ok, I don't exactly understand how this can hurt you, but I'm not an expert on networks/security so I'll just accept that
Thanks again for the feedback and answer. The community here is awesome, actually better than some paid services. I hope I'll have enough knowledge to help around here one day
@hexed compass Just enjoy the ride π’
Can the Wireguard addon act only as a client and automatically connect to a Wireguard vps server?
Hello, can I run an add-on twice? Like two instances of the same add-on?
I have two Xiaomi Vacuum robots and would like to generate two maps with valetudo-mapper. But valetudo-mapper only supports one mqtt topic
I found a different solution, but maybe someone else is still interested in a solution about this general question....
I'm stuck on installing HACS. Could anyone please help?
It's installing forever/starting up forever
HACS isn't an add-on π #integrations-archived
any idea why the addon store doesnt load lmao
Just the store?
alot of "cannot read data from repository core"
Where?
I am having issues with node-red not loading after a power outage (502 Bad Gateway). Log indicates the following: 'Error loading settings file: /etc/node-red/config.js'. I have not made any changes and attempted to reload a previous snapshot but got the same results. Can anyone help?
The good folk of #node-red-archived would probably know what to do.
Any idea for the store thing?
Well it's saying it can't read local files. Either they don't exist or the permissions are wrong π€·ββοΈ
its a fresh install on a vm so i dont see whats gone wrong
but that also means i cant rlly do anything cus i cant install samba without it :/
If it's a fresh install, you won't lose anything by doing another fresh install.
Hello, can I run an add-on twice? Like two instances of the same add-on?
@desert totem anybody? π€¨ π
I do not believe this is possible
Does the Nginx PM addon update DDNS->IP changes? I have been running the DuckDNS addon along side, but I might not need that??
ok i so managed to get a SSL certificate installed, my firefox can see it and shows but when i go i login it says Unable to connect to Home Assistant. what am i doing wrong or missed?
hello, I'm trying to create my first grafana dashboard. From what I've read, one needs to have a data source (such as InfluxDB). However, I'm unsure how to capture the data into InfluxDB. Is there a noob friendly guide using the InfluxDB + Grafana add-ons within the supervised HA?
I'm trying to follow along with Franck's example : https://www.youtube.com/watch?v=m9qIqq104as
however, I keep getting a "Network Error: Bad Gateway(502)" when adding a source.
anyone?
@fallow gazelle you there?
evening all - anyone know what's going on with Portainer??
"Failure - Object not found inside the database"
cannot make any new containers π¦
which sucks - because I'd REALLY like to spin one up for HomeBridge
FYI - the addon is Portainer 1.2.1, running on HASS.Io Raspberry Pi 32Bit 0.114.1
Running on a Pi 3B
hello everyone
Anyone know the location of the vault-database for the bitwarden addon?
anyone can sent to me a tutorial how to install ssl on haOS on Pi4 I can't with duckdns and nginix. I have a timeout error
@night bluff The only way is to downgrade to earlier version of Portainer addon. It's an issue that is still not fixed upstream: https://github.com/portainer/portainer/issues/4125
@slow heath Can't really downgrade - fresh install that never had the prior version... Guess I gotta wait it out π«
Do you have an option to uninstall it?
If you're able to uninstall, I used a workaround by installing prior version by making a local addon. Seems to be working.
I can uninstall it... what's the work around?
@night bluff Locate your addons folders (mine is /usr/share/hassio/addons). Download the previous release of Portainer off Github Portainer addon (https://github.com/hassio-addons/addon-portainer/archive/v1.2.0.zip). Move the folder "portainer" inside the zip file into your addons/local folder. Re-start HA/ clear browser cache and you should see a new "local addon" Portainer on addons. Click install and it'll install the previous version.
you'll see it on add-on store section at the very top: https://imgur.com/JII3GXB
Are there any addons for monitoring web logs via CPanel or anything of sort? Wondering if a way to view stuff stats from a website I own
@slow heath that would seem to fall under system-monitor category of integrations. I don't know of any addon in particular for this https://www.home-assistant.io/integrations#system-monitor
Thanks! Interesting there does not seem to be anything of that nature. No hits for CPanel + Home Assistant on Google either. I thought it was pretty popular. No integration or addons
CPanel is incredibly popular. However, it's something you run on your servers, not as a standalone piece of software buried deep within HA.
I know everyone's different but my view of add-on's is that they should be HA-related. Why else would you install them in the same place?
Unrelated stuff gets installed... somewhere else.
Yeah, but in the same way we can view our webtraffic stats with adguard, would be nice to view webtraffic (hits/visits/files served) from your website?
I've seen some great dashboards in HA and thought that would be of use too. Like the mail delivery integration is neat (photo of mail + packages arriving)
I kinda see where you're coming from but at least AdGuard is something local that people happen to install on an always-on device (their Pi). CPanel isn't really something local.
Yeah, integrations are great. They talk to other things and those other things can be anywhere.
Add-ons are you running additional software on your HA device.
Well the mail thing isn't local, right? Just pulls from API from those services
Exactly my point. Integrations are just bits of code that talk to other things, usually running somewhere else.
Gotcha. Yeah, I guess I figured maybe someone made a CPanel -> HA component already. So no addons. Would need to be requested to be coded as an integration?
That'd be a feature request over on the forums.
Though to be honest, I'm not sure how likely it is. You have to log in to a CPanel dash, and then you'd be stuck web scraping whatever you can see. Plus CPanel is highly customisable, so no two dashboards are the same.
Ahh I was just reading their UAPI or whatever. So I figured you could request info via that
I wasn't meaning to bring the whole CPanel dashboard into HA. I just wanted the info of certain logs I guess. Too niche I suppose
People make all kinds of niche components. It's just that no-one's made that one yet.
If you're technical, you could check the docs and see what's involved. Otherwise, wait for someone else to make it.
Not too technical, was patting myself on the back of even being able to navigate an HA install π
I'm having trouble with the duckdns addon, getting a ERR_SSL_PROTOCOL_ERROR message. The logs say that it's valid, so idk what the issue is.
in configurations:
External URL: http://xxxxxxx.duckdns.org:8123
Internal URL: http://homeassistant.local:8123
you don't have any of those doing SSL tho...
so what link are you trying to hit with SSL that's giving you an error?
https://xxxxxxx.duckdns.org:8123
also tried that url with https for external url with no success
and the duckdns addon is doing ssl
and the duckdns addon is doing ssl
yes that's fine but if you don't tell HA about SSL in your URL it won't serve it as SSL
ohhh
so it needs to be in your url
wait so do i need to edit the yaml?
well SSL has a few working parts
in the config.yaml you need to specify your SSL cert path
then you said you have DuckDNS I assumed you created a cert with lets encrypt in that addon also
correct
so then you need to tell HA to serve https by way of your external link
the cert is only valid for your duckdns host name
so do i need to add this to the config.yaml?
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
so you can't use SSL on an IP address without an error
yes i'm connecting to my duckdns
yes you need that in your yaml
I have my DNS setup so that my DNS name is valid internally also
I dunno why most people don't use it this way.
wait I do know, most people do not understand DNS enough to set that up... so disregard my rambling
lmao
ok just waiting for the restart to finish
thanks so much @boreal bane! worked :)
no worries at all
Hi all. I am trying to get access to HA from outside my network too.
i got duckdns add on and port forwarding setup but doesnt seem to work
i port forwarded 443 and 8123 to HA
checked with yougetsignal.com and my ports are opened
not sure why it is not connecting
@midnight harbor did you do this? https://discordapp.com/channels/330944238910963714/672220642099200000/745063702637576252
yup
are you using https://yourduck.dudckdns.org ?
or are you adding :8123 to the end
Are you able to reach it using http:// ? If you are, then you're config has some issue.
i tried with and w/o port number
and the http too
for port forwarding do i forward incoming 443 to 8123? right now i have it setup port 443 go to HA and a separate rule for 8123
443 to 8123, then no :8123 at the end
8123 to 8123 then add :8123 to the end
So you can't reach the frontend with local_ip:8123 using either http:// or https:// ?
@midnight harbor ok then that means your configuration.yaml is fine
http://local:8123 will not work once you add those ssl_ lines
i think the port forwarding is not working properly. i suspect that it is not properly forwarding
you said yougotsignal showed 443 was open?
yes and 8123 as well
still does?
then maybe your ip address for HA is wrong?
though, you are connecting to it, so it would seem strange to get it wrong in the router forwarding config
yup
both ports are opened
i also NGINX running in HA
could it be something with that?
well...yeah
but this is new information
lol
man it's too hot for this topic today
i can try to disable it
nginx would mean 443 to 443 and 80 to 80
can someone clarify the yaml format for authorized_keys: for ssh? I get invalid yaml format notification at the bottom. SSH addon. And the example ```authorized_keys:
- ssh-rsa AKDJD3839...== my-key
password: ''``` isn't helping me.
Has anyone used MotionEye? I can't seem to connect my camera to it. I made it a static IP and forwarded port 80 to it but I have no idea what to put in the username and password fields.
@outer willow That seems about right, but it gets reformatted for me as:
@viscid orchid reformatted? Are you using a linter?
I lifted my example right from the documentation. Maybe that needs updated?
No, if I recall correctly, adding it as you did makes it reformat on a save
yeah the > would get added
@sly kindle so i remoted into my home computer and i can access it via https://xxxxx.duckdns.org:8123
You may have extra chars or non-ascii chars in there
@viscid orchid I'm not gettting it.
do I keep or kill the square brackets from the default entry ( I thought keep).
remove. that just means an empty list
mine looks like this:
authorized_keys:
- >-
ssh-rsa
AA........3/tufy+KXuPWJ73S7l33xcwcArw==
rcoleman@rcoleman-rmbp.local
with some space between ssh-rsa and the start of the key and some space after the key and before rcoleman@...
if you kept the [], that's your problem
you need to give it a real list
no just one problem all the returns were missing from the documentation.
I think you just need to hit enter at the end of authorized_keys: then two spaces, then the hyphen, then one space, then paste your key. It will reformat when you hit save
Lemme try mine
it's kinda obnoxiously long and includes spaces, so it taxes the parser and human brains
hmm
I got red. Then I added a password option below the key in place of []
and then it took my authorized key and reformatted it
I copied it with ssh-rsa and the user/machine id on separate lines and pasted it right after the -, hit save, and it worked
oh it should have been password: '' and not password: []
right
doh
@slow heath You are THE MAN!! If I wasn't in a COVID-19 Lockdown, I'd buy you a BEER!!
Thanks to @slow heath who was kind enough to tell me how to install the previous version of Portainer!
This got me to the point I could get HomeBridge installed on my HASS-Pi and after some google-fu to figure out what I was doing wrong as far as using the host network was concerned - I now have a fully functioning HomeBridge Controller running that I was able to add my Rinnai Touch plug-in to. Now all I need is the delivery guy to bring it to me so I can automate my HVAC at home via HomeAssistant!!! π
Thanks everyone for the assistance - you're all legends!
Now - I just need to learn how to use Node-Red and a million other things! :p
Hi all. My Duck DNS doesn't create the ssl keys. I don't see them in my finder - config lets_encrypt:
accept_terms: false
certfile: fullchain.pem
keyfile: privkey.pem
token: xxxxxxxxxxxxxxxxxxxxxxxxxx
domains:
- myduck.duckdns.org
aliases: []
seconds: 300
they should be in /ssl/
it's technically let's encrypt that does the SSL in the DuckDNS addon π
It seems like I can only see the config folder of Hass io, I can't go up to see the SSL one.
have you set your http: config?
I've only set the DuckDNS config, and I started it, now i'm checking the logs to see if the files get created. Logs just say that nothing has changed and it returns my IP
well you need to set the http: section in your config
@weary stratus you are looking at config in finder?
ok so samba
you should be able to enter \\your_local_ip and see all the folders
enter that in the file explorer address bar
thanks. Did the job!
The SSL folder is there with the keys.
So I must do something wrong in my port forwarding or in my config.yaml file.
yeah. the addon rarely fails to grab the cert files π
and if it did it would show that in the addon logs
what is in your config for http: ?
this ;
http:
base_url: https://my-domain.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
Log file says this :; 2020-08-18 19:16:58 WARNING (MainThread) [homeassistant.components.http] The 'base_url' option is deprecated, please remove it from your configuration
yes
you can remove that
can you share the code with formatting and include a line or two from directly above or below it?
@summer mulch posted a code wall, it is moved here --> https://paste.ubuntu.com/p/4Bmn6btkgj/
ok looks good. just go ahead and remove the base_url line
Done
save it, restart HA. Then check port forwarding
Are you forwarding 443 to 8123?
for the HA ip address?
that would be for an nginx setup
So external is 443?
for a simple duckdns setup it's 443 to 8123 or 8123 to 8123
yeah external 443 to internal 8123
after that is set you can check https://yourduckdnsaddress
I can still acces Hass in my finder, but I can't access the duckdns site
click to advance past the warning
so ssl config is good
the rest is about your router
check that 443 is open with yougetsignal or another port checking site
Should I add port triggering, or virtual servers in my router settings?
both are closed on my rpi IP adress
you have a screenshot of your router forwarding settings?
I have, but I can't paste it here
This is where you find out you're behind a CGNAT.
you can link to imgur or some such
@weary stratus Your message has been deleted as it contains a link or a domain name 'pasteboard_dot_co' that is on the blocked list because of: 'Virus detected!'.
Please re-post by removing/changing the domain name/link. Your original message has been DM'ed to you.
Looks fine as long as you are not behing CGNAT and tp-link don't reserve 443
It's a TP link archer C7
I'm using a TP-Link with the same firmware and 443 is fine.
Looks likely to be an ISP limitation.
So my config is fine?
Uh oh
Is port 8123 open? You can use HTTPS over any port you like, it just means you must always specify the port number in your requests.
buncha archived forum posts which doesn't bode well https://fr.forum.proximus.be/search?q=port forwarding
It's telenet, wups my bad..
When I use port 8123 on my rpi IP I get acces to the hass io page
Port 443 isβt blocked..
According to my isp
When I use port 8123 on my rpi IP I get acces to the hass io page
locally, you mean?
I think so? I use 192.168.1.103, so yes.
ok so that doesn't help with remote, other than we know your http: config is correct
Okay.. I should try to open port 443 it iss ?
that's what your forwarding settings should be doing. Did you reboot the router just in case?
@night bluff Glad it worked!! Enjoy! Lots of people having that issue. Thought a fix would be issued quicker, but I guess until then we have to install previous version.
Thereβs no way around remote acces?
@weary stratus Nabu Casa.
If you can't configure your router or your ISP blocks ports, that's pretty much your only option.
Which file/log?
Filter logs are in the UI
It's not persisted anywhere from what I know, but you can always check at the Adguard Github
Not sure what you mean, but look at the API that Adguard provides
Hi folks, I run a Ubiquity network including a USG router. I used to be able to monitor performance of the Router (CPU load, etc.) in HA. with the new Ubiquity Integration that seems gone. Anyone any idea how to get that back ?
do you have advanced mode enabled on your user profile?
Yes I do, thx
sorry that i have to ask again but no answere till now. is it possible to use portainer and install pihole?
@void steppe Should be able to? https://hub.docker.com/r/pihole/pihole
The official addon was removed for Pi-Hole?
yes, replaced by AdGuard
i dont want to use a addon. want to install it via portainer
@slow heath i'm able to download
So use Portainer addon and download container from official dockerhub I linked above
How do I configure Motioneye ptz Buttons for a Wyze ptz (running the rtsp firmware)? Motioneye is running in Hass.io on IP 192.168.0.221 and the camera in question is on 192.168.0.229.
I can now see the "Arrow" buttons on the UI, but nothing happens when using them.
These "Configuration" settings don't work:
action_buttons:
- type: up
camera: 4
command: curl -s 192.168.0.221/index.html?up > /dev/null
So why doesn't the samba add-on work? What am I supposed to put for the configuration for it to work? It looks the problem is part of an ipv6 address
it works, I use it often.
and who knows what you need to put in for it to work, if we don't know what you have there now
What fields need to be changed upon installation for it to work?
ok let's try this again, how about you share what you have now
It says not a valid value for dictionary value at data
@dense drum posted a code wall, it is moved here --> https://paste.ubuntu.com/p/g623WJJ8Br/
its the default values
idk what it just did with it
i changed one of the ip ranges to my range and then changed the interface to eth0 but its just giving me an error and if i remove the weird ipv6 looking thing it just keeps giving me an error so id
idk
don't change any of the ranges
i didnt originally
just change workgroup: username: password:
to your workgroup
and desired login details
the workgroup is workgroup and i was trying to just leave it blank but it wont run in HA
im just gonna stop it when im done configuring it anyway
then set a password
leaving samba running is a good idea if you do something dumb and lock yourself out tho
take it from me
do you need quotes or something bc its not working
no you don't need quotes
you keep saying you have "an error" and "its not working" but could you please show an error?
how do i post pictures
Please use imgur or other image sharing web sites, and share the link here.
isnt it supposed to light up instead of being greyed out when running?
what does the log say for the 5th time
did you click refresh on the log page?
i still dont see it but idk if its cuz windows 10 blows
i installed this like 15 minutes ago i have no idea
you have no idea if you clicked refresh on the log page for the samba addon?
i had no idea what it was
it says no issues but i dont see it on windows
let me try by ip
π€¦ββοΈ
What? I installed this 15 minutes ago how TF am I supposed to know
Also I didn't realize I needed a password
But if it's password Ed I might as well leave it on
Thanks I think I can figure out hacs from here
so i stuck hacs in this folder via samba and restarted it twice but it doesnt show up
\192.168.1.106\config\custom_components
its in a folder called hacs i like it said to do
what do i even do with the token from github
there are instrucions...
so i reloaded all the customizations and restarted it again after deleting the hacs folder and adding it again but i still cant find hacs or hubitat under integration when i hit the add circle up top
i followed the instructions and added it to the folder
I recommend that you take this to the HACS server. it doesn't belong in #add-ons-archived
yes your addon samba is now working
umm ok
do u know if this is the correct folder on the samba? config\custom_components
docs say yes: https://hacs.xyz/docs/installation/manual
huh
so just for reference for someone else whose like tarded i cleared my cache and history and it didnt work so i just uses another browser. chrome must keep something or something. idk
Hey guys. So I set up an AWS VPS for the sole purpose to create a wireguard VPN tunnel between the VPS and my home server. Did this because I can't open any ports on my ISP supplied router. I got the VPN working. But my question is this:
I have the HA nginx proxy manager add-on running, should I migrate that over to the VPS or just forward the ports needed to the add-on?
help please i restored a snapshot full onto a clean install of HA and my addons show but are greyed out and i am unable to start them
did you restore the snapshot to a different platform?
haha don't actually seem to be having issues atm following youtube tutorials
hmm i have a feeling i need to be rebooting router for this
gonna need to wait until ive finished work
I've reset everything but my duckdns won't work. Can someone help me? I have a clean installation of HAOS on Raspi4
and my router is a FritzBox
I have a webprotocol error in the logs
Hello, I recently moved my HA from a Pi to a dedicated VM. I would always have trouble with the Jupiter Labs add-on, and I was hoping that maybe moving could have fixed it. But when I installed it and loaded up the web ui, it still had errors from the cells that I had run a long time ago. Is there a way to get a true uninstall and reinstall of add ons?
Anyone else having issues with NGINX Proxy manager timing out while trying to renew a cert?
@slender elbow I too am struggling abit with duckdns
Is it possible to have Grafana use light/dark theme from HA?
HA switches between light/dark with time of day, but the panels I embed are statically themed. This makes them look really off half the time!
http:
base_url: http://myurl-duckdns.org
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
but its not working
added ports and all
@patent copper
so i assume i add my duckdns to the External URL
Yes
Thanks
Not 100% sure it fixes your issue, but base_url is deprecated. DonΒ΄t you get a warning in the logs?
ItΒ΄s the way to get started! π
@spark heron Videos are great to watch but are usually out of date QUICK.... Best to read the DOCS
But, videos was the way I got it going 3,5 years ago....
Your external url?
yeah π¦
i dont think i have ... so i added url port
hmm i thought i did but it seems to be gone -.-
No matter how much you prefer videos, listening to bad information is always going to be worse than reading good information π
Indeed!
Get your port forwarding sorted, then explain your problem if you're still stuck.
All I've seen so far is 'it's not working', without explaining what's not working.
For port forwarding I'm right to assume LocalPort is 8123 and public port is 443?
O WOW I WORKED
I WORKED IT!
i thought i was saving port forwarding but port was already used for call of duty so had t odelete it
Games usually don't need port forwarding. Let UPNP handle that.
Don't know how safe this is... so i think i'll remove it all when i get back from holiday
It's as safe as you want to make it. nginx is a reverse proxy - many, many large businesses use it as their way of controlling ingress on their networks.
ah so its worth using nginx
If you know how
Im sure home assistant tells me if anyone attempts to login
There's more to it than just turning it on... but the possibilities are endless.
(with wrong password)
Yeah, HA itself has autoban stuff if people try to log in too many times.
That won't help block a distributed attack though.
Worst case scenario is you don't notice until they're in and have already broken everything and stolen your personal details.
haha that is worse than mine
It might never happen... but you should take sensible (but not paranoid) precautions.
You might even be able to check what headers and things HA uses and set those as rules.
well this is awkard
I do have NGINX Home Assistant SSL Proxy add on installed....
colour me embarrassed
Hey all. does anyone know if you can remotely connect to the NUT addon on port 3493
I previously uses raspian on my pi with NUT natively installed and could access the NUT server over my network on my second Homeassistant server. Now using homeassistant supervisor, I installed the HA NUT addon and it works 100% from my Pi, but i can't telnet to the 3493 port
ah, nevermind. misunderstood the network settings under configuration. Default is actually "disabled" and I had to go type in the default port
Has anyone attempted to use the Jupyter add-on with pyscript from the supervisor add-on? I'm having some difficulty getting it to work. I had to symlink the pyscript kernel to the /share/jupyter/kernels to /usr/local/share/jupyter/kernels. It also seems as if pyscript uses python3.7 while the jupyter-lite comes with 3.6. I attemped the following config:
- python3-pip
- python3.7
init_commands:
- python3.7 -m pip install setuptools
- python3.7 -m pip install zmq
- python3.7 -m pip install requests
- ln -s /share/jupyter/kernels/pyscript /usr/local/share/jupyter/kernels```
So far this stops any further errors from occuring when I attempt to use the pyscript kernel, but all it will do in the notebook or console is sit there until a timeout occurs:
Timeout waiting for kernel_info_reply:
@noble axle posted a code wall, it is moved here --> https://paste.ubuntu.com/p/jdkKrBjtMg/
https://www.home-assistant.io/docs/mqtt/testing/ these docs seem to be outdated, specifically the following -
Another way to send MQTT messages by hand is to use the βDeveloper Toolsβ in the Frontend. Choose the βMQTTβ tab. Enter something similar to the example below into the βTopicβ field.
My HASSIO install doesn't have a MQTT tab.. How would I accomplish this in the current version?
mqtt.dump in services?
Through the MQTT integration
The addon or integration?
Integration
Ahh, I see now. Thank you
Is there any way a an automation can now if an addon is running or not? And wait/continue based on an addon's status? How does addons let HA know its current state?
Usually no, you can use the supervisor API to check if the addon is running, but running != working/ready.
Only way would be if the addon has an API you can check, but that is not a addon thing, you need to look at the documentation for the software running inside the addon
Ouch....
I am trying to set something up that can stop the MariaDB addon before creating a snapshot since not stopping it results in a corrupted backup of the DB.
But it is not very much hope it seems..
You can check for stopped with the supervisor API, but not really running/working
stopped/started would be OK I think.... Maybe put some margins in there with a delay....
https://github.com/home-assistant/supervisor/blob/dev/API.md just make a rest sensor for the addon you want to monitor
Great start! Thanks!
Which channel would be apropriate for API questions?
The API of what?
I don't think it really fits anywhere, so maybe #general-archived? π
That's an internal API, like the ips on the internal docker network
For add-ons to use
If you're looking to dev an add-on there's #devs_add-ons-archived or #devs_supervisor-archived
So, there is no API to get the state of an addon for HA?
There is? It's even documented in that MD file
I have an issue finding the right endpoints...? I cannot get any data from the supervisor....
https://paste.ubuntu.com/p/dKx6nbjCd6/
/api/hassio/supervisor/info
Not sure what I am doing wrong here: https://paste.ubuntu.com/p/FgvJqfvBmh/
But it results in an empty reply....
Empty reply found when expecting JSON data
3:55:46 PM β rest (WARNING) - message first occurred at 3:54:46 PM and shows up 4 times
It requires authorisation.
You're probably getting back a 401 and no body at the moment. Specify the headers it needs.
Ah, you have... but what format does your secret have?
I beleive it is correct...?
llt: BEARER AABBCCDD
Maybe there should be qoutes around that string?
Bearer tokenGoesHere
There's usually no quotes in header values... but I'm fairly certain 'Bearer' is case-sensitive.
It's how the server knows you're about to include a JWT.
Hi!
I made a zone in my house. Is there a way to detect when a phone (that doesn't have HA installed on it) enters and leaves that zone?
It's more of an #integrations-archived question but there are several ways to tell when device is nearby. nmap, ping, bluetooth_le_tracker, etc.
Does anyone know how to integrate Room Assistant with Home Assistant? Do I go to the repositories in the Add-on store and use: https://github.com/mKeRix/room-assistant.git?
From that page:
Running with Home Assistant OS
You can install room-assistant as Home Assistant OS add-on by adding the following URL as repository:
OK. I installed RA but I don't see anything in lovelace or the sidebar
I just tried installing NodeJS and got this:
Process: 2773 ExecStartPre=/bin/mkdir -m 740 -p /var/log/mosquitto (code=exite d, status=0/SUCCESS)
Process: 2774 ExecStartPre=/bin/chown mosquitto: /var/log/mosquitto (code=exit ed, status=0/SUCCESS)
Process: 2775 ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf ( code=exited, status=1/FAILURE)
Main PID: 2775 (code=exited, status=1/FAILURE)
dpkg: error processing package mosquitto (--configure):
installed mosquitto package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
mosquitto
E: Sub-process /usr/bin/dpkg returned an error code (1)
Now that I have RA in HA, what do I do?
Do you have it running in multiple rooms in your house?
So you're not going to get much benefit out of RA, since it won't know which room a device is in.
But now you have information in MQTT about the devices it's tracking.
I have this too: https://www.amazon.com/gp/product/B0817XZ22K/
But should I pi zero and put it on the other side of the house?
It depends what you want to do. If you just want to know when someone is home, monitor is great.
If you want to check which room a device is in, you'll need a Pi Zero in every room π€·ββοΈ
Oooh.
RA doesn't know which room you're in unless it has multiple instances to check. It works by checking which instance has the best signal for a device.
Oh, I see
So then I really don't need to worry about all the ESP and ESPHome stuff, do I?
As long as the two Pis are on the same SSID, it should work?
it's gonna monitor Bluetooth
right but how do I ultimately know what room a certain device is in?
Do the two Room Assistants (one in the living room and one in the bedroom) talk to each other?
it would be helpful to read the docs: https://www.room-assistant.io/guide/
it would be helpful to read the docs: https://www.room-assistant.io/guide/
what madness is this? docs?
Hey Im using the nginx reverse ssl proxy addon and for a couple months now it hasnt been working properly and im not sure why. When every I try log in via my domain name it takes me into the login page where it asks for my username and then my password and after it takes my 2fa code. After that it never logs onto the page and times out and when i press retry it takes me back to the log in page.
I've seen this behavior on 2 computers and if I do the ip directly it works fine. On my phone using domain name it works fine. I've tried reset all information for the domain but that hasnt helped.
im getting a websocket timeout error from browser console
Just started with all of ha (from ifttt), my only really stupid question is how can I make the if this then that statement. Rn I got a wyze sensor working, but i want google home to say something when Its open
you need an #automations-archived
Thatβs the 3rd step in the Getting Started pages, so I recommend reading the rest now: https://www.home-assistant.io/getting-started/automation/
yeah that's a pretty basic automation, so easy even a KrAzIe242 could do it
Ty!
nvm i will find my own way
when u installed adguard home can i acces it via home assistant in the menu bar but can you also acces it with an ip so direct to adguard ?
?
hey this may seem like a basic Question here.. but....
in the official samba addon, in the configuations, under the heading allow hosts hosts/networks allowed to access the shared folders. i presume this is where we enter IPs of devices that you want to allow access to this?
so in the example/default thats given 192.168.0.0/16 what is the /16 referring to ?
OK... after a bit of realisation, this isn't for other devices, this is for hosts that the Addon is installed onto? (so docker/Hassio/network adatpter)
but im still not sure on what the /16 is referring ? is this a network type? or bit ?
netmask
netmask ok .. looking on my logs. they all 255, or 0 ?
added interface docker0 ip=172.17.0.1 bcast=172.17.255.255 netmask=255.255.0.0
you don't want to specify anything on the docker network for that. You want a netmask that specifies which machines on your LAN should have access
it looks like mine does have a 172.16.0.0/12, but I think it's just allowing all non-routable addresses
allow_hosts:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- 'fe80::/10'
just leave it as the default unless you have reason to do otherwise
yeah thats the default list that.. so the 192.168.0.0/16 is really allowing any 192.168.x.x ip thats on your LAN ?
that sounds like a better plan ! will revert to default see if that sorts it... i was over thinking it !
still nothing showing up in my win10 PC .. hmmm
I don't know if it is a solution for this, but you might be able to connect by entering the ip address with two backslashes like \192.168.1.120
If I have MQTT broker on Pi A, and MQTT integration on PiB with auto discovery on. Nothing seems to come through
Is there something you need to do on the broker to get auto discovery to wokr?
to get auto discovery of tasmota devices in HA, setoption19 must be on
Is there a way to access addons volumes ?
Using the git pull addon - is there a simple way to automate using a github webhook to make it restart the addon if there's an update?
Yes, #automations-archived would be the place to ask about we hook triggers
I can do the webhook trigger π Just wondering about the action
There are service calls to start/stop addons
π Brill, thanks for pointing me in the right direction
hi guys
anybody familiar with grafana and influx db?
i try to set grafana with infuxdb but got bad gateway 502 error
any idea why?
ssl is set to false
That very much depends on where you're getting the 502 π
https://www.youtube.com/watch?v=m9qIqq104as <-- I'm not sure this is up to date, but it's a good tutorial for grafana etc
That very much depends on where you're getting the 502 π
So that tells me, influxdb isn't setup. Can you access the influxdb web ?
ok, so what did you use as your hostname in grafana for influx?
Should likely be core-influxdb or similar ?
I'm making a guess you've got localhost or something simialr ?
hiii mez. i have managed to make it work.
i was using the same user for home assistant and grafana.
i created a new user, and now it works fine
thanks alot for your help @vivid python
Glad to hear!
hi! i have homeassistant installed on a raspberry, can't access it with localy with a computer. I installed duckdns on it with the phone, but cant configure the yaml it gives error. So i would like to configure the yaml from duckdns directly on the hassos command lines but cant find any info about how to do that. any help ?
Hi, I recently installed Custom Header through HACS so that I could give limited access to my kids but when they login, the first thing they see if the main Lovelace and then they have to click on their names to get to their individual dashboards.
I realized that I can make the default dashboard empty and then just have everyone click on their desired dashboard but is there any way that I can make it so that when someone logs in, s/he is automatically directed to his/her dashboard?
hi, can you get the addon store on docker?
@pearl sentinel you could set the default dashboard on their phones within their profile
Oh, cool! Thanks!
Or maybe get some automation done by using the βUsername Elementβ from HACS - Frontend
This can display the logged in user and I think with some code u could get an automation to navigate to a special page
@unborn trail follow the documentation for the addon
@distant moss the mqtt integration is pointed at the broker's ip, correct? not running its own broker
Hi, I am using duckdns and secure login settings. At this time I can access my HA locally and from outside using duckdns link. But if i duckdns is down or if i wish to login using local IP addres:8123.
How can I get that access back without disabling https?
I need to figure this as I am moving to different house and I want to be able to login to front end to fix anything in case the HA fails to go online for some reason.
Hi folks. I'd like to replace my google home with a pi running almond/hey ada but I'm a bit confused about all of the add-ons and integrations. If you have the ada add on do you still need almond?
Also, once I get this running, is there a tidy way to run this on another pi in another room?
@limber cedar as far as i know, u cant. because it will be encrypted. maybe u can try to use enginx + duck dns for that
so for local access u will access access locally but when u are outside, u can access using duckdns link
Nah... as long as you're not using the app, you can just access https://youripaddress:8123/ and ignore any security warnings.
No need to change config, you just get warnings because your certificate doesn't match the domain (you're using an IP, not a domain).
Any suggesstions for a Indoor Camera UK
that has motion detection and night vision?
Using Zigbee (ZHA/Conbee2)
I don't know zigbee can do Cameras ?
You're right, ZigBee isn't intended for high bandwidth applications like cameras. That's one of the cases where your best options will be WiFi or wired.
Ah so best just buying any camera? and interacting with it?
I've got a iegeek camera or whatever its called.. they're not small.. i use rstp to view it
try asking in #cameras-archived
Thanks pumpkin
All: I've got a RP4, and an Aeotec stick. I've installed Home Assistant and it is running. How do I know if my Aeotec stick is working or not? Is there somewhere in Home Assistant it would show?
Alternatively, how do I try connecting my locks to it? I bought some Z-wave locks I am hoping to automate. When I search Aeotec or Zwave the instructions don't really cover either of those on the website.
So, this might be a silly question but I'm running HA in a Docker Container on my RPi 4 (8gb) using Raspbian as the on-metal OS. Does it make sense to install something like PiHole and PiVPN on Raspbian or as add-ons for HA?
I see that there's a WireGuard add-on for HA
So, this might be a silly question but I'm running HA in a Docker Container on my RPi 4 (8gb) using Raspbian as the on-metal OS. Does it make sense to install something like PiHole and PiVPN on Raspbian or as add-ons for HA?
Hmm. Sorry about the repeat. I'm not sure how that happened.
Are you using a supervised version of HA? If not, you can't use add-ons.
But add-ons themselves are just apps in Docker containers... so you can run them yourself. All supervisor is doing is maintaining the containers for you.
Yes, I am
I'm not 100% on installation methods... but the container one says it doesn't support add-ons π
But add-ons themselves are just apps in Docker containers... so you can run them yourself. All supervisor is doing is maintaining the containers for you.
@cunning wolf Oh, I see
I'm not 100% on installation methods... but the container one says it doesn't support add-ons π
@cunning wolf The container HA?
Discord isn't like IRC, you don't have to tag people on every response. Keep in mind that every time you tag somebody, they get a notification ping. That can very quickly become annoying and people may block you.
If you used this, you get no add-ons: https://www.home-assistant.io/docs/installation/docker
Ok. Well there's not much difference in how you set things up then. Ultimately, you get something running in a Docker container.
Oh great!
I just realized that I don't see PiHole for HA
or does it not matter if I make it a new repository
or does it not matter if I make it a new repository
PiHole was availalble as an addon but now it's not. Adguard is though, and has better HA integration anyway
@pearl sentinel
Hello.
I've installed the ftp from the addon store. However I cant seem to get a connection. I'm using Nabu Casa to access HA.
I am trying to get the boilerplate card working https://github.com/custom-cards/boilerplate-card. I have followed the instructions to the point.
But when I add the card in my yaml config, like so:
- type: 'custom:boilerplate-card'
show_error: false
show_warning: false
I get the following error:
boilerplate-card.js:3098 Uncaught (in promise) TypeError: Cannot read property 'entity' of undefined
at Y (boilerplate-card.js:3098)
at HTMLElement.shouldUpdate (boilerplate-card.js:3609)
at HTMLElement.performUpdate (boilerplate-card.js:2171)
at HTMLElement._enqueueUpdate (boilerplate-card.js:2126)
I have tried with and without specifying entity
You want #frontend-archived
Sorry π
does anyone know if there are any limitations to IFTTT doing a POST to a webhook URL that is behind SSL? I can see from my logs that when I trigger the IFTTT activity, my server is receiving the request made on the specific webhook URL, and it is a 200 (OK) status. However HA doesn't appear to do anything. Are there any HA logs I can trace to see whats going on?
Hi community. I have an issue launching NGINX Home Assistant SSL proxy. Could a specialist help me?
NGINX Home Assistant SSL proxy refuses to start and nothing is shown in its log.
I am using Home Assistant 0.114.4 with HassOS 4.12 on a Raspberry Pi 3B+
I followed all the "how to use" indications, but nothing helped
i created an IFTTT activity that POST's to a HomeAssistant webhook URL. I can see in the logs that this POST was received successfully. But the Plex Assistant doesn't do anything, where should I be looking?
@normal aurora if an add-on doesn't start, you check the system supservisor logs to see why
room-assisitant on rpi zero/w not working after a period time , does anyone konw how to work out?
Hi, I just installed tuyagateway add-on, but I am unable to login to the gizmocaster. I have tried the default login from the wiki, user:admin and pw:admin, and also ha user login account.
I was about to add my nest camera devices to HA but noticed on the integrations information says New users are not currently able to set up a Works With Nest Developer account due to the change announced by Google Are there any alternative ways to add my cameras? (a Nest Hello Doorbell, and a Nest Outdoor Cam) ?
I have HomeassistantOS running on my raspberrypi & system is working fine. I have one query is there is any addon or genetic linux bash command program we can make for checking the status of any weburl page activitity. The result I want there is one website selling something which I want to buy but it is out of stock very fast. So I want to monitior that page / button when change in state my system send me notification. I want to run this monitoring process after every 10 min interval. Please guide me or anybody know is there is any free online service available which can do this for me free (IFTT) etc.
@stuck phoenix no add-on that I am aware of. (There is no master list of add-ons) There are various #integrations-archived
i am newbie & not in computer program workfield, i have sample of this type of program in C++ language, but i do not know how to translate it into home assistant sensor language, in home assistant we have flexibility for time interval to run & notification sending leg already running. only thing left to make a sensor for monitoring webpage button.
has anyone encountered this error before:
ERROR (SyncWorker_0) [supervisor.docker] Can't create container from addon_core_mariadb: 404 Client Error: Not Found ("No such image: homeassistant/armv7-addon-mariadb:2.2.1")
i upgraded the mariadb add-on from 2.1.2 to 2.2.1 and now it won't start
heres an operational error from the homeassistnat.log file: ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (MySQLdb._exceptions.OperationalError) (2005, "Unknown MySQL server host 'core-mariadb' (-3)")
Hey all! Still kinda new to homeassistant
Basically I want to create some custom RGB lamps to connect to a Philips Hue 'Entertainment Area'. Is the diyHue project the way to go or is there a different homeassistant add-on equivelant that could do the same?
https://www.instructables.com/id/Reactive-Pixel-Lamps/
This is essentially what I'm trying to replicate
Just dont want to run another pi for diyHue haha
@mystic topaz There's this: https://github.com/marcelveldt/hass_emulated_hue -- but seems like it hasn't been worked on since April. You can at least try to see if it works π
But also nothing is stopping you from running diyHue with HA on same Pi? Are you using Supervised install?
Do you have "Supervisor" option under Developer Tools on your menu?
yes sir
Cool, so you can add the add-on I linked above by adding a new store
If you're asking how to install diyHue, the best way is using Docker
Oh I see, since you flashed the image you are not able to install on the host system outside of what HA does. You would need to do a Supervised installation. Or try the add-on I linked above to see if it works for you now.
trying that add-on now, thanks! Didnt know you could add repositories haha, just figured that out
Just make sure you're not running DuckDNS and nginx add-ons as well. They use the ports needed by the hue one (80, 443)
hmmm the addon doesnt seem to want to install
it takes a bit because of compiling. did it work?
not exactly. I managed to "pair" the HA bridge to the Hue app but I cant configure anything because it says the Bridge has an update available
which of course fails because its not actually a hue hub haha
Oh so again it wasn't updated. I had that issue before and then dev updated it in April.
If you can find out the version of the bridge it needs to be (aka most recent) you could just plug that number in yourself: https://github.com/marcelveldt/hass_emulated_hue/commit/7de09a909d1723085c28da84634b6cfa73069a1a
how would I find that config file to edit? My samba share just shows the addons folder to be empty
I think you would need to edit that file via SSH
once you're logged in try: find / -name hue_api.py
then you can find the location of the file to edit
not sure if the File Editor add-on (from add-on store) would see that file, but that's another way to try
file editor only seems to let me access the Config folder
Option: enforce_basepath (required)
If set to true, access is limited to files within the /config directory.
disable this in config and try to navigate out
yeah, sorry, i don't know how to search within hassio. maybe hassio CLI can help?
another addon haha
tried through ssh and it also just shows the addons directory to be empty
and find returns nothing
ive tried instead manually installing the emulated_hue plugin into the custom components folder but it just wont register it on boot
did you put it into local folder?
still didnt get it, but now the app just straight up doesnt want to pair to the bridge anymore so thats a bigger issue
to the real bridge?
no to the virtual one
probably just can try to reset bridge and force close app to start fresh
thats what im doing now
yeah nope the push-link screen just times out
searches and finds the bridge, I click Connect, then accept the link through the HA notification and nothing happens until the timer times out
and it connected before further, yeah?
yeah it linked before but couldnt do anything since it was just prompting for update
but now it wont link at all, even after reinstalling and rebuilding the addon, restarting HA
i had this issue with diyhue and thought it was something on my end because i tried to pair it with different settings multiple times. it eventually just stopped finding it
i wonder if there's some artificial limit set to how often you can pair/try to pair
by hue app, not these addons
hmm
try to sync using the desktop sync app
I tried rebooting my phone as well
desktop hue app i mean
the addons log shows a request being made, but the app says No bridge found
oop ok I managed to get that connected by manually entering the IP
doesnt work when I try from the mobile app though
so weird. even if you uninstall app?
idk I just kinda kept attempting the manual way
brute force pairing. nice
lol
hm... I did notice an error actually on HA boot from the addon
well I submitted a PR to the github repo with the version change. Hopefully theyll just merge is asap
were you able to find the file to edit the version at least?
not on my setup no, I just requested the swversion edit directly to the github so if an update gets pushed I wont have to do anything lol
π
got the patched version of the addon installed now... now gotta re-attempt brute forcing again. LOL
been at it for 10 mins now
ugh it works on the first try every time from the Hue Sync app on Windows but the app just refuses to accept the link
btw found the location of file, guessing you did too?
/usr/local/app/emulated_hue/hue_api.py
Hi Hoping the brains trust can help me out.. Having problem with HASSIo and letsencrypt.. Using no-ip as the DNS provider.
email: ********
domains:
- home.example.com
certfile: fullchain.pem
keyfile: privkey.pem
challenge: http
dns: {}
router is port forwarded 80-->8123 and can get to lovelace from url
when I try and start letsencrypt addon
ERROR (SyncWorker_2) [supervisor.docker] Can't start addon_core_letsencrypt: 500 Server Error: Internal Server Error ("driver failed programming external connectivity on endpoint addon_core_letsencrypt (****): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use")
actually just checking maybe emulated hue is using that port.
yes hue uses 80
yeah.. disabled that and made some progress
btw found the location of file, guessing you did too?
I got the file updated by just rebuilding a newer local version of the plugin but gave up trying to brute force the link lol. Gonna try again tomorrow
at least the addon is trying to start now.. but getting another error
have to wait another hour now cos letsencrypt rate limits apparently
but was basically saying 404 error on .well_known
whats the Yaml http section supposed to look like for this?
Sorted it.. Like everything with HA a bit of persistence..
Can move onto what I actually wanted to do now which was the google home integration
Letsencrypt needs port 80 to verify if you set http verification
yeah got that sorted now.. had to disable emulated hue then it started up and have the ports forwarded correctly.
Google assistant doco looks quite outdated.
ok but you're going to run into problems when let'sencrypt needs to update....
I think I should be ok.. Il just open port 80 again and it should renew ok shouldnt it?
got 3 months to worry about that anyways
as long as you remember to, yeah 90 days
ask me how I'm so intimately aware of this issue π
yeah A preemptive renew would be nice instead of waiting for it to expire
as long as you didnt have your locks to the house connected up π
I don't
physical security is never something I'd trust to home automation
at least not entirely, if I had a smart lock on a door it would have a regular lock in addition to it π
Might put a google calender reminder in and have the addon scripted to start up. Not hugely keen on keeping port 80 open though
I just left it open and have fail2ban
I don't even get many hits
because I just blocked as many China IP's as I could find
LOL
I get maybe 1 or 2 failed attempts a week.
that's nothing man LOL
yeah its fine.. Just block them as they come in
I also block/allow ip's on my router too, so I took an RPG to solve a slingshot problem
but hey
Hi all, try to install addon cec scanner and got this error in logs
20-08-28 06:57:22 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install homeassistant/aarch64-addon-cec_scan:2.4 -> 500 Server Error: Internal Server Error ("Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:59613->[::1]:53: read: connection refused").
Not familiar with that add-on.. But that URL gives an unauthorized error when browsing to it
You have DNS issues @tacit mauve tryha host reload if that does not work, try ha su repair
Yeah I have had to update DNS nameservers manually before.. just to google servers 8.8.8.8 and 8.8.4.4 before it can find repos sometimes
ran host reload, no more boot possible, stop on Timout waiting hardware - cmd inteerrupt ..... try to login as root => something went wrong.... and it quit ha cmd, try reboot cmd and shutdown cmd in default terminal give a loop ssd boot
Hi all. I'm on a RPi 3b+ with 32GB SD-card and quite standard setup and hassio.io/hassos. Recent weeks I've had big problems with my HA malfunctioning and it seems the main reason is very high memory usage. After a restart or reboot it seems ok, but after a day or so it is up to 100% on both swap and ram. Web interface hangs and basically everything else (samba, ssh) and sometimes a power cycle is necessary, other times it comes back by itself. It looks to me that my influxdb addon is the one causing this. Not saying there's something wrong with it, perhaps my system is not powerful enough to run all of it. I read on the forum that someone had success with a env_var called store-enabled = true which reduced both cpu and memory usage. Anyone had any success with this? Is it possible by editing env_var in setup? Any other tip to reduce the memory footprint of influxdb or should I just go for an upgrade to NUC or something straight away?
Hey! I'm back to the future ! Just reinstall all, thanks to snapshots
@dark yoke what is the best way to change the duckdns domain in home assistant? Because thanks to your bot, it exposed my domain on ubuntu paste bin and unfortunately I could not edit right away when I saw it. So I created another domain but I feel that just changing the domain name in the configuration is causing some problems
Update the external URL setting for the homeassistat #integrations-archived
wooo emulatedhue update got merged
hi, my hassos appears to have a corrupt docker image. i'm rolling back to a previous snapshot, but i was wondering if it's possible to pull out my zigbee2mqtt config/devices and restore that into the snapshot i'm restoring?
You can restore whichever addons you want from your snapshot, you don't have to restore the whole thing.
So take a snapshot now. Restore everything from an old one. Restore only Z2M from the new one again.
Or whatever combination of addons you want to restore from each snapshot π
I'm trying to add SmartThings to HA and I get as far as adding the access token, then I chose where I want it added ("MyHome") and then it says, "ABORTED" and it closes out without adding it. I've tried this from multiple browsers and incognito mode as well.
@cunning wolf sorry, my issues isn't restoring zigbee2mqtt the add-on, it's the devices in there. I added some devices subsequent to that last snapshot, and it would be nice to just be able to reload that
Hello people, a question is this: β¬ 18,10 52οΌ
Off | Tuya Zigbee 3.0 Smart Radiator Actuator Thermostaat Programmeerbare Radiator Valve Temperatuur Controller Voice Control Alexa Google
https://a.aliexpress.com/_BSBLFA is this product connection with HA intergradions? Thanks
Thanks man the I buy it haha
@final ravine If you can, I'd suggest just taking a new snapshot so it also contains the new devices. Otherwise, grab the DB file from the addon and drop that in at the end when you're done restoring everything else. You'll find the Z2M stuff in /share/zigbee2mqtt
I downloaded a few add-ons from HACS and added the URL in Configuration --> Lovelace Dashboards --> Resources of "/hacsfiles/roku-card/roku-card.js" (as an example) but I don't see anything on my dashboard. I also downloaded a few HACS integrations and I don't see them either.
Should I change the "hacsfiles" in the URL since no such folder exists? (The actual addons are in "/usr/share/hassio/homeassistant/www/community/")
NM. Changing the URL didn't work
You'll want to ask HACS questions over in #integrations-archived. HACS isn't an add-on, nor are the things it installs.
Oh. Thank you
@raven tinsel im seeing DNS requests to frenk.dev when visiting my add-on pages. Whats the purpose of this?
It's where he sends your credit card details.
I feel a bit foolish asking this but I'm trying to install room assistant on my RPi. I'm using HA Supervisor. I clicked on Add-on store --> Repositories and added: https://github.com/mKeRix/room-assistant.git but nothing happened. I've added repositories before so I don't know if something changed or if I'm doing something wrong.
Its a lot easier to find it in the github repository when you spell his name right. lol. Its just pulling some image files for the sponsor images.
One of the best things about HA is that it's all open source, slivrr. Which means you can check the code yourself and not ping him π
@pearl sentinel that wasn't directed towards you. Always read the install instructions. https://www.room-assistant.io/guide/installation.html#running-with-home-assistant-os
Not everyone takes kindly to getting notifications from strangers all the time when it's questions anyone could help with.
Thank you! π Yes. I found it!
@cunning wolf Yeah, I tried that first but spelled his name wrong and couldn't find anything.
I'll be more thorough in the future π
The full setup instructions are here, Ronan: https://www.room-assistant.io/guide/installation.html#running-with-home-assistant-os. You've managed the 'find the add-on' step but the rest of the docs on that site will be helpful for configuring it.
Thanks!!
This Alexa authorization/captcha stuff is killing me. Running Alexa Media Player add-on for months with maybe a few re-auths. Now, no matter how many captchas I solves and push notifications I accept, it won't configure. I'm out of ideas - anyone here have any insight into making work again?
ah crap - maybe this should be posted over in integrations?
Hi folks. I'd like to replace my google home with a pi running almond/hey ada but I'm a bit confused about all of the add-ons and integrations. If you have the ada add on do you still need almond?
And once I get it running, is there a way to run it on a different pi in another room too?
@muted fjord It's not an add-on, so yes. #integrations-archived
Dear all, regarding esphome, I'm using it over hassio and I have also nginx running... Some days ago esphome stopped working.. it means, for everything that I try to do I got the message: "process terminated" and I can't see my devices on, can't see status or do modifications in them. Does anyone know what should I do?
hi, i'm getting error while trying to install "Check Home Assistant configuration" any help?
Please don't say I have an error or describe an error. Share the whole actual error message so we can help you.
And this is how you run the checker:
Always run the configuration check command when you make changes. Don't trust the UI check - it misses some problems.
Anyone have any experience with increasing the range of Wyze Sense devices? The Wyze Sense HACS add-on works great but the range is too small for at least a dozen sensors, and I'm interested in avoiding increasing the antenna's size on them.
Thank you, that's not the first time I've mixed that up. It'll sink in eventually π
Hi All! I just came over from #integrations-archived and I'm having a heck of a time connecting my RPi0 running room assistant to my RPi 4 running HA Supervisor, MQTT Broker, and Room Assistant as well.
This is the Configuration for the MQTT Broker Add-on in HA:
logins: []
anonymous: false
customize:
active: true
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
This is the configuration for the ~/room-assistant/config/local.yml file on my RPi0:
integrations:
- homeAssistant
- bluetoothClassic
homeAssistant:
mqttUrl: 'mqtt://192.168.1.16:1883'
mqttOptions:
username: <USERNAME>
password: <PASSWORD.
bluetoothClassic:
addresses:
- <bluetooth-mac-of-device-to-track>
These are the errors that I've been getting when trying to run HA on the Pi0 https://paste.ubuntu.com/p/cmBdTH2bzT/
I followed the installation instructions for RA on the Pi0 here: https://www.room-assistant.io/guide/quickstart-pi-zero-w.html#requirements
I also installed MQTT.fx and tried to connect to the ip address of the MQTT broker and am unable to
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks. Here's an example:
```
code here
```
Watch the animated gif here: https://bit.ly/2GbfRJE
DO NOT repeat posts. Please edit previously posted message, here is how -> https://bit.ly/2qOOf1G
I thought that I can't add more than 15 lines of code. Also the animated gif is a dead link
you posted unformatted code above, and this will help people help you in the future
in any case, that error looks like a room assistant issue
Ah, Thank you!
It's not an MQTT issue?
Is this the right channel for RA issues?
I'm talking about this part:
/opt/nodejs/lib/node_modules/room-assistant/node_modules/config/lib/config.js:18 2
throw new Error('Configuration property "' + property + '" is not defined');
^
Error: Configuration property "global.integrations" is not defined
at Config.get (/opt/nodejs/lib/node_modules/room-assistant/node_modules/conf
oh
seems like something is broken on your Pi0, but Google is failing me as to what it might be
no
I tried a few other things and nothing seems to be able to connect to the MQTT broker
installed and tried and I'm definitely not a fan of that app
MQTT Explorer seems vastly superior (and not Java)
anyway, it connects to my MQTT broker just fine
I'm getting rid of that thing posthaste
What thing?
mqtt.fx
MQTT Explorer is awesome. I always recommend it.
Oh
me too
The easily navigable tree view is sweet.
Viewing/comparing message history is neat too.
anyway, Ronan we'd need to know what it tells you when you say you can't connect
and then you still have an issue with Room Assistant, and that's either an #general-archived question or submit an issue over here: https://github.com/mKeRix/room-assistant
OK. Thanks!
I'm trying to install MQTT Explorer now
I'm having some trouble finding the installation instructions through home assistant though
for what?
It's just a viewer...
π€¦ββοΈ
You'll still be using Mosquitto as your broker. Everything will connect to Mosquitto.
@pearl sentinel posted a code wall, it is moved here --> https://paste.ubuntu.com/p/cs8BKFRfS6/
OK, this is what it shows me:
https://paste.ubuntu.com/p/cs8BKFRfS6/plain/
(The bot won't let me paste it here)
Your link is asking for a login. You probably made it private.
Wait, the bot shared the same link. Don't post codewalls like that again please.
@pearl sentinel Rule #6: Spam will not be tolerated, including but not limited to: self-promotion, flooding, text walls (longer than 15 lines) and unapproved bots.
Please take the time now to review all of the rules and references in #rules.
Sorry
And I don't know what you're trying to show us with that 60 lines of numbers.
Where's that from?
I copied it from MQTT Explorer
Ok. We don't need number spam. You got connected to your broker, which is the important bit.
Ah. Great!
You're trying to get Room Assistant working, right? Can RA talk to your broker?
Do you mean the Room Assistant running as an add-on in my HA Supervisor or the RA running remotely on the Pi0?
Either. I don't know what you've got working and what you haven't π