#add-ons-archived
1 messages Β· Page 31 of 1
also try this in command prompt ->> nslookup ads.doubleclick.net 192.168.11.250
and refresh your stats
problem is definitely me not putting the dns (192.168.11.250 Adguard server) in the right place in my asus router
running the nslookup gives you filtered results?
timeed out 2 seconds
I messed up something... unable to see lovelace looking now
probably because you've changed your dns
either login to HA via its ip address, or change your dns back for now (do this one probably)
and possibly ipconfig /flushdns again
ok I changed DNS on the router back
sorry i meant on your laptop too
leave router set to whatever it was initially, before you touched it
and change that one last, after you're sure it's working
still no lovelace...
change your laptop dns lol
and then ipconfig /flushdns
then ctrl + F5 on your HA page
what on earth have you done
can you ping 192.168.11.250
try navigate to http://192.168.11.250:8123
dns on Hassio is stuck on 192.168.11.1; 8.8.8.8
that must be why lovelace is not loading
does my link work?
nope, also the link Im using
can you ping it?
there's something else wrong then
it takes a fair bit for the entire host to crash
@sly kindle thoughts?
he may be offline
it's on a nuc you said? I'd probably bounce it...
reboot*
just did a full reboot
Does anyone know if the node-red addon (docker container) is able to have its logs redirected to a file based on the config file?
I'm still trying to clear DNS field on nmcli hassio
managed to remove the ipv4.dns and lovelace is back up and running
good work
now check if adguard blocked hits
also, set up 2 dis on nmcli
put 1.1.1.1 8.8.8.8
with a space between them, no semicolons
sorry in another chat with someone else
my ipaddress has /32 at the end... shouldn't it be 24?
after the ipaddress of my hassio's ip
is that the internal Docker IP or your .250 ip?
no the eth0 adapter ip
which is, or is not, the 250 ip?
lost connection to lovelace again because of subnet. changed it to 24 and have access to lovelace again
adguard dashboard shows 31 blocked adds but still no blocking adds on speedtest.net
lovelace all good
ok so now on your laptop change your dns to .250
then ipconfig /flushdns
and try out websites
sweet!! its blocking adds!!! now just to get the router to send the dns to everyone
π
Thanks @inner hare we are making progress!!!
you're welcome π
AdGuard actually looks pretty cool, may switch to it sooner than I thought lol
pi hole is deprecated now\
yes from HA, but I'm using it elsewhere
ok so on my Router I have advanced settings>LAN>DHCP>DNS server Should I try to add the DNS there?
sweet I put the DNS in there and its working like a charm (I did remove my laptops DNS to testπ )
Sweet thanks for putting up with me through all of it! Really appreciate your trouble!
that's okay! You've just learnt a little bit about DNS today π
A little lot and what a subnet of 32 isπ
yeay lol thanks! So seems like its blocking adds but not services. Is your service blocking working?
I haven't tried that and I don't think I can as it's not running across my whole network. Is this on your phones or still on laptop? keep in mind the devices may have cached addresses so you might want to try blocking the services and leaving it for a day or two and see the results
Can I host OctoPrint on the same RPI3B+ that Im running HassOS?
I'm with you yeah! Already forgot about that
@plucky gyro no, unless you find an Addon for it
Hm, I completly don't know what docker does, but can't I somehow install it there?
As an image/container?
Via Portainer plugin?
Check this out, someone's beaten you to it:
https://community.home-assistant.io/t/repository-octoprint/22883/12
I am trying to get SSH and Terminal working
but I get a 502 in the terminal tab
and my ssh client just doesn't connect
I have added my public key to the config
Okay so a restart fixed the 502.
But the ssh still says connection refused
HI, somebody user dialogflow on hassio
when I test the url webhook with nabucasa I received the 405 not allowed method and I dialogflow don't work
it's possible someone help me please
Hello
I need help with ESPHome addon
where can I find ESPHome files?
I need to update some libs there
Trying to setup let's encrypt, using my own domain since duckdns is down. Is this correct? https://hastebin.com/apeqidenul.makefile
And of course I have port 80 forwarded
and port 443 to 8123
@mossy chasm the nginx proxy manager should work well for that, and it will also get your LE certs
instead of the LE addon
but will what I have put there work?
Is there any reason to use the nginx proxy manager istead of the le addon
it should. But with that addon you have to renew a little more manually
What do i have to do manually?
with NPM, you forward 80 to 80 and 443 to 443 and the certs are renewed automatically
With the LE addon, you want to run it as an automation to renew
So I have just run the addon, do I have to restart HA now?
I refreshed the log and theres nothing there
When I start it, the start button goes red and stays saying start btw
@mossy chasm another benefit of npm is that it allows you to use https for your domain and http for the local connection
Ok. Could you tell me how to setup the NPM then
Ok give me a moment
alright doen
done
and im installing npm
from the supervisor bit
ok now in your configuration.yaml under http: you want to remove the ssl_ lines if they are present
from the previous duckdns config
i'm not using duckdns
i'm using my own domain
but I remove the ssl_certificate and ssl_key
I thought you said you were using duckdns previously and were switching to your own domain, sorry
Yeah. I am not using duckdns anymore. I am trying to get a new certificate setup that is for my domain not duckdns
base_url: https://yourowndomain.com
# ssl_certificate: /ssl/fullchain.pem
# ssl_key: /ssl/privkey.pem```
wait, will this work properly with me using like ha.mydomain.com
and yeah you can uninstall duckdns addon or just set it not to start at boot
do you have that cname set up for your domain?
yeah its already setup and stuff
it will work, if so
I can access my ha through it, it just has the not secure thing and I want the certificate to be valid for that domain
also, npm is install now
should I start it?
you want to get back to normal first
its just restarting now
to your HA ip address
yeah. I just needed to change the 443 one, the 80 one was already set
will I be able to access home assistant through port 80 outside of my lan
no
ok cool
it's for authenticating with LE
yeah cool
do you know if there is a way i can setup a redirect so if i try to access it through port 80 it will redirect me to port 443 so like just redirect me to the one with https
ok cool
when you create your login in NPM, you want to add a host
hmm my home assistant still hasn't restarted
you can only reach it with http://ip_address:8123 if you removed the ssl lines
not https
i clicked start but the button just flashed red, is that normal?
Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received messages, upgraded, tail = self._request_parser.feed_data(data) File "aiohttp\_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
thats the most recent thing
ah
and that message is just sayin that you tried connecting with https and there isn't any
Can't start addon_a0d7b954_nginxproxymanager: 500 Server Error: Internal Server Error ("driver failed programming external connectivity on endpoint addon_a0d7b954_nginxproxymanager (a1d6bc5cffeaed5647ca4c0f6424035a70a3c89faf89d8a3acc4cce0225c5ced): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use")
is this a generic install?
What do you mean
so you flashed HA OS to an SD and popped it in a pi
yep
im assuming I should update?
well...let's do this first I guess
ok
is it back?
oh nevermind
so what is using port 80
some other addon?
what addons do you have
LE addon should be gone
ADB, AppDaemon, ESPHome, File editor (configurator), Mosquitto, NPM, Samba, TasmoAdmin, Terminal & SSH
I bet the reason LE wouldn't start is the same, because it needs port 80 too
hmm i wonder what's using it
go through each and check the network card in the addon config
some of those I know aren't using 80, but ADB?
ADB isn't
ok
adb is only using 5037
TasmoAdmin?
nah thats on 9541
do you have anything else on your network using it?
on my network?
80 is forwarded to ha. The only other thing using 80 on my network is a NAS i think
weird. maybe you need a full reboot?
yeah
ok doing it now
how to use GIT on docker/hassos?
the git pull addon? I don't use it
I'm trying to get some files to ESPHome addon
but I'm unable to use GIT or PIP...
I don't know how to do it
samba?
addons are docker containers and not persistent
are you trying to change the addon itself? or upload a config file?
samba don't get me there...
I'm trying to add this library
there it say's
cd esphome
git checkout ili9341
pip install -e .```
but I dont know where to do it...
tried SSH addon
that won't work for an addon
how do I do it?
@sly kindle my home assistant has restarted but it says port 80 is still in use
btw when i go to my home assistant ip with port 80 is just comes up with 404: Not Found
But that means that something is putting that there
@mossy chasm are you using emulated hue?
comment that out
that's it
i don't really use that tho
so its not a big deal
i was just testing with harmony hub
addon should start once that is commented out and HA restarted
lol ok...now you can configure your domain
wait... it just stopped
addon logs?
one moment, i just restarted home assistant
20-04-10 18:26:29 INFO (SyncWorker_19) [supervisor.docker.interface] Clean addon_a0d7b954_nginxproxymanager application 20-04-10 18:26:33 INFO (SyncWorker_19) [supervisor.docker.addon] Start Docker add-on hassioaddons/nginxproxymanager-armv7 with version 0.5.0 20-04-10 18:26:36 INFO (MainThread) [supervisor.api.security] /host/info access from a0d7b954_nginxproxymanager
doesn't seem like an error at all...
wait
the addon lol haha
sorry
it says i need the MariaDB core
I'm confused. What is the difference between https://github.com/hassio-addons/addon-ssh and https://github.com/home-assistant/hassio-addons/tree/master/ssh ? Apparantly I have both installed. π
@mossy chasm π€¦
im just installing mariadb
dont worry about it
it used to have it's own db internally
do i need to change anything in mariadb
but this new way is more ideal apparently. I already had mariadb when it changed and keep spacing it
or can i just start is as is
there is some configuration.yaml to add to make use of it for your HA state history
but I think for NPM you can just configure the addon and run it
it's open? you get to the web ui?
i'm in the web ui
anything in the ssl tab?
your ha ip or hostname in there and port 8123
do i leave it as http?
for ssl tab you enter your domain and "force ssl"
yeah leave the details page at http
then save
and then wait a minute
Just updated HA but supervisor and some of addons won't show on when clicked on side bar. I have no idea where to start debugging. No errors in logs. Any starting points?
it is green
@cerulean pine you should start with the addon's logs
@mossy chasm ok now click on your domain name next to your avatar
see if it takes you to your login
cool it works
done!
Thanks!
you can also check the status of your certs in the SSL certificates section
should see an expiration date there
yep
and that's it
Thanks
and if you have any other servers/services on your network, you can use this to make more host proxies to those ports
maybe with other cnames for your domain
so like if you have a ombi server or plex, etc
ombi.yourdomain.com could go to another ip address on your network and another port
@cerulean pine do any of these addons need updating as well
I'm trying to uninstall Harmony Card that I installed with HACS but the uninstall button just goes to a spinning circle lasting forever. I cant find anything specific in the logs. Suggestions?
I am checking addon logs, but look like no error, and all of them are running according to Portainer. And all was up to date.
@onyx olive #integrations-archived or the HACS discord
HACS are not #add-ons-archived
Thanks
Simple one, how do I put TasmoAdmin in the Sidebar
Supervisor page won't open and addons like Glances and ESPHome won't display
@mossy chasm tasmoadmin doesn't have support for ingress so there's no "add to sidebar" option
So is there no way to really?
you'd have to give it ssl and then use an iframe or something
because you can't mix ssl/non-ssl with iframe
but you could create a cname for it like I mentioned earlier... tasmo.yourdomain.com
and then use its port
make a new host proxy
@sly kindle thanks for suggestions, I just force refresh chrome and now everithing open fine, sorry
on the addon page for tasmoadmin, they show it in the sidebar, is there a way to have a sidebar item that just shows an iframe when clicked
thanks
15min of wondering around and everything looking fine π
If I install the hass.io addon DuckDNS (and configure it properly ofc), will I still be able to access my HA instance from inside my local network by its internal IP? If so, am I gonna have to use https://internalip or will http://internalip still work?
@tepid juniper you can configure anything you want π€·πΌββοΈ
You can map as many IPs and hostnames and domains with our without https
@tepid juniper http://internalip will not work once you've configured it
https://internalip will work but you'll get a warning about the cert
Iβm still using port 8123 together with http because there a lot of devices like a nas that doesnβt accept my own root certs.
@hot fog I got an off the shelf router from my ISP, I don't think I can map ports internally. (If I got you right that is)
@sly kindle okay, thanks. And if I access it via my duckdns domain, I don't get the warnings about the certificates, because of the magic behind the Duckdns addon, amirite? :P
You get no warnings because the certificate is valid for the duckdns address
It you use the internal IP with a port you donβt need to map something on your router
man i'm stuck, i can't figure out the difference between github.com/hassio-addons and github.com/home-assistant/hassio-addons and why i can't get the latter to work. i keep getting json errors where it can't read the json config from the repository core. the community addons work fine
@sly kindle alrighty, I was right by accident haha, thanks for clarifying π
@hot fog I'm not sure if I understood π€
@tepid juniper - @hot fog is saying that ify ou're behind your router/gateway inside your house, if you type "internalip:8123" you'll go straight to HA because you won't be going through your router, no mapping is necessary
Oh yeah of course, thanks. I get that, but then I don't understand what he meant to say here:
You can map as many IPs and hostnames and domains with our without https
@hot fog
Hey guys, can I use the plugin "NGINX Home Assistant SSL proxy" to redirect a specific domain to another server in my local network? Currently I have home assistant accessable via the domain "home.example.duckdns.org". Can I create a custom reverse proxy that proxies "nas.example.duckdns.org" to "my-server.local:443"? The plugin has a customize option but I cannot find any documentation on what input it needs
@tepid juniper yeah i'm not sure on that one.
Anyway, I think I got the gist of it and I'll figure the rest out. Thanks for your help guys!
@sick minnow you may be looking to do somethng close to what they do here where they separate http and https:
https://help.konnected.io/support/solutions/articles/32000023964-set-up-hass-io-with-secure-remote-access-using-duckdns-and-nginx-proxy
@dry shale The addon itself works fine, the problem is that as soon as I switch "customize" to true the only log output I get is "Running nginx...". I guess I have some error in my configuration but cannot find anything
hmmm i saw a trick on a forum post about logging into the docker by getting in as root and doing:
docker ps
docker exec -it <first 3 digits of container> /bin/bash
it would drop you in the docker in a shell so you could check out the logs
but to be fair, i'm not great with dockers, just playing with them in HA for the first time
I'm attempting to just do the basic Nginx setup with duck dns and it is not working. Error: INFO: Running nginx...
nginx: [emerg] cannot load certificate "/ssl/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/ssl/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) Any thoughts?
@bleak fog did you generate a certificate with duckdns?
(accept terms: true in the addon options)
@sly kindle I don't think so. let me start there. I didn't see that as an option.
@bleak fog when configured that way you should end up with certs when you restart the addon and then nginx addon will find them
@crystal raptor posted a code wall, it is moved here --> https://paste.ubuntu.com/p/9ydd5XTYrt/
I'm attempting to just do the basic Nginx setup with duck dns and it is not working. Error: INFO: Running nginx...
nginx: [emerg] cannot load certificate "/ssl/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/ssl/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) Any thoughts?
@bleak fog looks like it may be following the absolute path (/ssl/fullchain) as opposed to a relative path. It's telling you no such file because it's probably following the wrong path
I am unable to add env vars to the grafana install on Home Assistant
it complains about the yaml
I am trying to enable anonymous authentication
well
I solved it
and the issue is due to documentation
The configurator expects strings for all values, including logicals
so
instead of true, it needs to be 'true'
@neat heart posing a question about producing json output from curl request using the grafana add-on form home assistant.
I have a standalone TICK instance running that works as expected.
curl -H "Content-Type: application/json" -L http://admin:rxxxxx@influx01:3000/api/annotations [{"id":1,"alertId":0,"alertName":"","dashboardId":1,"panelId":6,"userId":0,"newState":"","prevState":"","created":1585805970983,"updated":1585805970983,"time":1585695944127,"timeEnd":1585695944127,"text":"test annontation","tags":["foo","bar"],"login":"admin","email":"admin@localhost","avatarUrl":"/avatar/46d229b033af06a191ff2267bca9ae56","data":{}}]
Cool, however when I execute the same command pointing to my HA grafana add-on I receive html not json
`curl -H "Content-Type: application/json" -L http://admin:xxxx@hassio:3000/api/annotations
<html lang="en">
<head>
<script> snip snip
perhaps someone has used this feature on this container before?
@crystal raptor sorry, I've no idea - what HTML do you get? Is it an error message?
How can I find the list of drives mounted in hassio? hassio host hardware command I found in the forums doesn't seem to work. Any ideas?
anyone able to point me toward info on delaying hassio (homeasisstant, homeasistant-core) boot until after MariaDB and Nginx Proxy Manager have both booted? Im not positive that this is the behavior I desire. Its just that recently hassio frontend (on my Proxmox Box in LXC) was unreachable. This was due to MariaDB failing to start "correctly" (restart option was availabel). Thus NPM was notable to start. HA Cloud was able to provide remote connection. Thus I was simply able to "restart" MariaDB and then "start" NPM (Nginx Proxy Manager).
PS.. thank you in advance for any help
@sly dirge did you use docker compose?
also would it be possible to use HASSIO-addon "Portainer" to set MariaDB to attempt to retry boot if it fails
no
i dont believe. but its been a while i would need to go look for the docs i fallowed to setup hassio.
it is in a linux container (LXC) rather than a VM
then no idea sry with docker-compose depends_on solve the problem
this allows me to change system hardware on the fly rather that reboot to adjust memory Amount or # CPU cores
(ps i dont frequently perform that action but its possible.
link to setup method..
ALSO the LXC is a Debian 10 container.
Hey guys, anyone know much about the HACS addon?
after the update to new HACS version, my installed plugins/integrations have vanished. Anyone had this happen before?
just thought some peeps in here may have had experience. I think i've sorted it now. Just strange how it wiped it
I have a question about he "Terminal & SSH" add-on. (now on v8.5.3, with updated HA Core etc). It used to work.
In trying to fix i re-generated a key with PuTTYgen, saved it to a file, copied string to config in HA-add-on and linked to the saved keyfile from PuTTY. At restart of the SSH-add-on it says "[15:52:47] WARNING: SSH port is disabled. Prevent start of SSH server." and yes, 'connection refused' from PuTTY.
How do i enable the SSH-port?
@hexed seal have you put the port number in under the network section in the add-on page?
there is a table Container | Host | Description
(and previous working config worked until i moved the original key-file, so PuTTY couldnt find it anymore, i found out later)
Container port is 22 for SSH. But that is local. FOr that port to be accessible through docker host you need to have host expose it
in network - frame it says container "22/tcp" and besides that 'disabled'. Should there be 22?
(i use a RPI3B on the same network as my Win10-pc with PuTTY)
yep put 22 in the field under host
you should be able to click on "disabled" and modify that
then hit save and restart the addon
i did..i am getting a little bit further. Now i can login, with 'root' as i remembered.
Then the message 'Server refused our key'
@lilac river any further thoughts. It is possible that the script I used loaded a docker compose method. I'll have a look at the script i used. ie. https://raw.githubusercontent.com/whiskerz007/proxmox_hassio_lxc/master/create_container.sh
np fella
i've been there myself as well π
good luck anyway. But sounds like your key in the SSH Addon doesnt match what you are trying to authenticate with.
If i were you I would wipe you 'new' key and the key in the SSH addon and start again. Sometimes you might have just added a space when there should not be one when you were trying to fix the other issue and thus introduced another one haha
i did write a lot of actions down, installing the first time. With new versions a half year later, there are new actions inserted π I try to regenerate the key etc
ye thats the biggest issue I have, Currently trying to slim down my setup so when things fail its easier to revert!
one of the things it says in the manual to copy the string to the config-frame. The manual has the example starting with "authorized_keys:
- ssh-rsa AKD.....etc
when i copy the key the config-frame is reformatted to
"authorized_keys: -
ssh-rsa
AAA...etc
the '>- ' is inserted
it is yaml i think
so it should look like this
authorized_keys:
- >-
ssh-rsa <------YOURKEY----->
your@email.com
password: ''
with mailadres?? or is that your own config?
thats just how my cert is generated.
ok, mine is with "== rsa-key-20200411" at the end.
signing off now, i am more reading and typing in stead of easy retrying.... π
Give this a watch
this is a good video guide on setting the SSH addon up with private key
i did watch it before. And i can see the version-differences π
But the good news is that i have it working again.
The easiest fix was to 'Restore to defaults' the config, and paste the key back in between de "[]". (with regenerated key)
must have been spacing issue as anticipated haha
Glad you solved it!
@lilac river I found this `` root@hassio:/etc/systemd/system/hassio-supervisor.service.wants# cat hassio-fix-btime.service
[Unit]
Description=Removal of Hass.io last_boot parameter from config.json
Before=hassio-supervisor.service
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'sed -i -e "/last_boot/\x20s/\x5c\x22\x5c\x28\x5b0\x2d9\x5d.\x2a\x5c\x29\x5c\x22/\x5c\x22\x5c\x22/" /usr/share/hassio/config.json'
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
root@hassio:/etc/systemd/system/hassio-supervisor.service.wants# ``
the contents of /etc/systemd/system/ ``
root@hassio:/etc/systemd/system# ls container-getty@1.service.d getty.target.wants sockets.target.wants dbus-fi.w1.wpa_supplicant1.service hassio-fix-btime.service sysinit.target.wants dbus-org.freedesktop.Avahi.service hassio-supervisor.service syslog.service dbus-org.freedesktop.ModemManager1.service hassio-supervisor.service.wants timers.target.wants dbus-org.freedesktop.nm-dispatcher.service multi-user.target.wants dbus-org.freedesktop.timesync1.service network-online.target.wants
@sly dirge use https://pastebin.com/ when you got loads of code to paste in, otherwise it creates a massive scroll here for no reason
plus easier to see the full thing for whoever is helping you
Can anyone advise how I can completely replace the nginx_proxy addon configuration? I don't want to use SSL with it.
@glass junco there are other option. And your not required to use an SSL cert with some Nginx setups but it's the only way that secures the connection. This also makes viewing it on a browser more simple as the browser can certify that the host you are talking with is indeed the host you intended to speak with.
Yeah I get all that - I was hoping to use the standard nginx_proxy addon but it seems like it can't be configured without an SSL certificate which I'm trying to avoid.
Guess I'll be forking it and making it so that it loads its entire config from /share/nginx
@glass junco (not to discorage you from forking and blazing your own path)((Hopefull so other like myself might be able to fallow.))But my silly question is; Have you looked into or considered options like , NPM, Caddy, and of course DuckDNS? What is the Goal? Are you planning to only access your frontend or "sites" from the LAN? If not, and your Goal is to access from the WAN then what method are you planning to use to secure your access. VPN? Such as WireGUARD? Please Explain?
I am wondering the same here as @sly dirge for personal interest π
π€
I'm looking to have the following setup:
- Requests to port 80 /.well-known are forwarded to the LetsEncrypt container (needed for cert renewal)
- Requests to port 80 from 10.10.10.0/24 are redirected to my HASS domain
- Requests to port 80 with the host header for my HASS domain are redirected to port 443
- Requests to port 443 are encrypted using LetsEncrypt generated cert
https://community.home-assistant.io/t/home-assistant-community-add-on-nginx-proxy-manager/111830 provides a GUI for NPM and should allow your desired configuration from my understanding.
Although I'm not sure if it would play nice with the LetsEncrypt add-on but it makes use of LetsEncrypt or any other certificate provider.
""This add-on enables you to easily forward incoming connections to anywhere, including free SSL, without having to know too much about Nginx or Letβs Encrypt.""
I dont think you need to have both letsecrypts and NGNIX Proxy manager both isntalled...?
Although it seems you do know what your doing. The GUI may still be of interest in this case. However it would mean installing yet another add-on (home-assistant-community-add-on-nginx-proxy-manager) in this case.
Precisely you would need to remove the letsencrypt add on
back to the topic that brought me here. I'm curious if there's a simple way to pass a one-liner in the MariaDB integration page that set it to retry loading on failure. I'm also curious if there's a way to set other things that depend on the MariaDB service/add-on to wait for MariaDB and NPM?
do you mean like in a standard docker compose file?? suchs as
container: ngnix-manager
depends_on: mardiadb
Yes perhaps. But as I don't use compose to start hassio I'm looking more for a native method. That's a great idea. I know he's quite busy And I'm sure it would be child's play to him.
npm already depends on mariadb but I don't know about the timing
Yes my lord, how can I be at service?
Lol
Recently hassio frontend (on my Proxmox Box in LXC) was unreachable. This was due to MariaDB failing to start "correctly". (The "Restart" option was available still but addon log showed failed to start). Thus NPM was not able to start as it "depends_on" MariaDB addon.
@raven tinsel how does NPM know to wait for mariadb and if mariadb fails to start, what happens
If MariaDB isn't started, the supervisor won't have the service entry
that the NPM add-on will fail to start, and displays an error message in the logs
the frontend was not reachable via my domain. and as i inforce the path only other option was cloud
nabucasa
@sly dirge I'm sorry m8
Ah I see it just uses bashio::services.available
running Home Assistant (known as Hass.io) in a LXC isn't supported
and will cause you issues
We have blogged about that even
we highly and strongly recommend not to use that method that is available
it causes us nothing but these types of questions.
I see. will move from LXC to VM on Proxmox
ay, I didn't notice the LXC usage
Is there any information as to why it's not advised? I'm just curious (I assume it's to do with the fact that you're ending up with docker-in-LXC?)
containers all the way down π
Yes that is one, furthermore, is manages the container software (docker in this case) but also work with the system it is running on (which is not there at that point)
Ended up making my own nginx addon - thought it'd be a good exercise to try out making addons: https://github.com/jackwilsdon/hassio-nginx
Never thought of that containers in containers. Is proxmox supported? if not its not an issue. can just install Debian or Ubuntu server rather then Proxmox.
Although nginx-proxy-manager might do what I need - I might give it a shot anyway.
I think if you use a normal VM it's fine on Proxmox
@sly dirge why dont you just create a VM running docker then install HA (ie HASS.io) inside that and you have the best of both worlds
Eugh not a fan of the fact that nginx-proxy-manager requires a whole database server π
@sly dirge Promox is supported, we support hypervisors, so a VM works just fine. We use proxmox ourselfs in dev as well
@glass junco Agree. It should have been using sqlite... it has been requested upstream a lot
Do you install a standard HassOS image on Proxmox or do you build a new image for it @raven tinsel? Looking at the available virtual appliance list I can't see any formats which can easily be dropped into Proxmox?
(I've not used Proxmox in a while so I might be missing something)
I'll try to do better research.
@glass junco You can't drop disk images in Proxmox anyways π
But you can disk convert the VMDK in Proxmox and attach it to a VM
Ah cool. Might give that a shot at some point - going to end up outgrowing my Pi sooner or later.
would installing Ubuntu as a VM and then Loading HASSIO to it with docker be a supported method?
last question? is it documented somewhere how the devs utilize proxmox for HASSIO? or perhaps the hint was the "disk-convert"
Is there any reason you don't just want to run HassOS on a VM?
We do not document that level of things yet. We offer the images for hypervisors
but we kinda assume someone knows what to do with it π
Seems like you can use qemu-img to convert a vmdk to qcow2 which Proxmox can handle: qemu-img convert -f vmdk in.vmdk -O qcow2 out.qcow2
Not at all. Ive not found a method to use strait HassOS on VM
Seems like you can use
qemu-imgto convert avmdktoqcow2which Proxmox can handle:qemu-img convert -f vmdk in.vmdk -O qcow2 out.qcow2
@sly dirge this is probably the method to do it
@glass junco that is basically it, yeah
OMG thank you will totally be busy fixing this then! Thank you again! You Rock @raven tinsel
and thank you very much @glass junco & @sly kindle you guys are a huge help too.
LOL, I'm just bored to dead I would say, but thanks π
Anything else I can be at service my lord @sly kindle ?
Thank you sir.

@sly dirge I converted to qcow2 for unraid years ago and it's fast and painless
love it.
ye im running unraid. Best thing ive ever done
Completely mind-numbing question but what systemOS to us to convert from vmdk to qcow2?
Windows capable?
Anything you can get qemu-img on
It's pre-installed on Proxmox I think so you should be able to copy the VMDK across and do it on there
Want to take this to #general-archived for lack of a better channel? I don't think this is add-on related π€
In other thoughts an add-on for NXwitness would really be COOL. @fading void is there a way you can show. I have no idea how to create an add-on that works correctly or how I could possibly hope to be a maintainer of such an add-on but just saying if you look into an nx-witness it's great.
You're right @glass junco will use "other"
Haha i wish i knew where to begin. I think it was @glass junco who was talking about making something?
Dear god the NX Witness website is garbage
Lol
I think this is one of those things that is going to be a pain to make an addon - I can't even download the thing without signing in.
At least things like Unifi are available via repositories / without logging in
although ubiquity seem to be driving towards a closed platform loop with their Unifi Protect launch! boo
Anyone know if I can force the LetsEncrypt addon to renew?
hi all
i need help please with addon mqtt broker 5.1 - https://github.com/home-assistant/hassio-addons/blob/master/mosquitto/README.md
@severe stream what's the question?
@glass junco if you're changing the domain, you have to remove the whole addon and then add it back. There seems to be a bug currently
I'm not changing the domain, I'd like to set my nginx setup to ensure that /.well-known/acme-challenge is correctly forwarded to the LetsEncrypt container
I think I might open a PR agains the letsencrypt addon which allows passing of --force-renewal
That could lead to rate limits from LE's side, but could be an option
It would need to warn the user I would expect
Yeah I was thinking about making it a hidden option and to add a warning to the log
Or I guess I could just use this for myself if it's not something we'd want upstream
@sly kindle well, after a reboot, mqtt tasmota automatic integration becomes unvailable, i dont know why
i found the fix π
I am not able to uninstall Nginx Proxy Manager through the UI... anyone know how to do this then reinstall manually?
using docker
I can delete the image in the container but then I am lost on how to reinstall it
hi! anyone here kind enough to provide some info on the register_service() function in AppDaemon? I've searched and tried, but I'm still stuck (ref https://community.home-assistant.io/t/ad-and-register-service-but-getting-service-not-found/185258). Seems like I'm able to register the service, but it still is not working when called. Am I doing anything completely wrong? Thx.
@lone robin not sure what you mean. How did you install it, and why can't you use the UI to remove it?
Are there no other add-ons aside from "SSH & Web Terminal" that I can use on Home Assistant? I'm on a fresh install but can't get that one to work... I put in a password in the config but it just gives me "bad gateway" in the web UI or "connection refused" on SSH.
20-04-12 01:50:05 INFO (SyncWorker_1) [supervisor.docker.interface] Clean addon_a0d7b954_ssh application
20-04-12 01:50:07 INFO (SyncWorker_1) [supervisor.docker.addon] Start Docker add-on hassioaddons/ssh-armv7 with version 7.3.1
20-04-12 01:50:11 INFO (MainThread) [supervisor.api.security] /host/info access from a0d7b954_ssh
Got it sorted -- after another reboot it turned out to be a password complexity issue.
@raven tinsel Love your work! An AdGuard question for you if you don't mind. I'm trying to use the service adguard.enable_url to block YouTube. I've created a txt file with the relevant domains and I am able to access the txt file by whitelisting the /config/www folder. I'm using the url: https://example.duckdns.org:8123/local/adguard.txt I can use that url and see the text file but when I call the service I get the error "url doesn't exist". Any ideas?
@sly kindle I use vivaldi and hass in a side frame.. It turns out when you hit uninstall the popup that comes up and says "you sure bro" does not show... so in the end it was user error... main issue is Nginx Proxy Manager no working with lets encrypt of any other manual cert.. Currently struggling with this lolz....
Has anyone been having issues with google assistant webserver broadcasts no longer working?
How much load on the RPi and SD-card wear does the mqtt broker (the addon) cause with 2-3 esphome devices connected? (Not doing anything but idling). Was thinking if idle load and SD-card wear would be reasons to host a broker on another device.
Running in a SD card is always..... Russian roulette
Having an issue toggling an addon option in my dev instance of ha. Whenever I try to toggle the "Show in sidebar" toggle it returns a 400 error. When I look at the supervisor logs I get this error: [supervisor.homeassistant] Can't update Home Assistant access token!
I'm on supervisor v217. Only happening in the dev instance though. Tried rebooting the vm but didn't fix anything. π
So I am securing my HassOS instance. I am using the samba share addon. Do I need to put the stored password in the secrets.yaml file and, if so, where are the yaml files for addons stored?\
I just installed samba add-on and started after adding a password. My windows PC cant see it under the network despite network discovery is enables. What could be wrong?
username: homeassistant
password: YOUR_PASSWORD
interface: ''
allow_hosts:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16```
do i need to change the IP range as my router uses 192.168.1.1~xxx range and not 192.168.0.1-xxx
Hi! Need some help with PiHole. Have a system set up like this: Ubuntu, Docker, Hassio, Pihole. Installed Pihole into HA. Installed it about a month ago, but got confused about the settings. Now would like to finish, but it is not my strongest side... Is anyone ready to guide me? Thank You!
@limber cedar enter the ip address in file explorer's address bar with two backslashes
don't try to find it in the "network"
it was not discovering the samba instance. but once i did using map drive. it shows the folder now. thnx
it won't discover it without enabling old deprecated smb version in windows
hostname is whatever you see on the supervisor > system page in the ui
yeah it is homeassistant
but it won't work
it even appears in windows network
but it says "Windows cannot access \homeassistant"
You shouldn't bother. Just pin the folder and be done
well I may have to
or if it does change, be aware
it was even working by hostname yesterday
but it just stopped
by adding it as a network location, logging in, then removing it, it works
seems that windows trys to login with my windows account, not just letting me do it
what does this error mean https://xxxxx. duckdns.org/ has experienced a network protocol violation that cannot be repaired.
Why can't I use !secret in my addons?
This may be what @limber cedar is experiencing.
oop
Let me do that again without exposing my site.
ffs
When trying to use https when using the DuckDNS addon, I get an error (This site canβt provide a secure connection. xxxx.duckdns.org sent an invalid response. ERR_SSL_PROTOCOL_ERROR). How can I fix this?
I'm also trying to set up SSL but with http challenge. I got the challenge done and keys/certs seem okay but LE service keeps stopping
It says debug log in /var/log/letsencrypt/letsencrypt.log but there's nothing there
ok so I guess it's not supposed to stay on and is just for getting cert? But, I can't access HA over SSL even locally...
supervised
So I have install the custom header addon, after being told that I can use it to hide a lovelace dashboard from a certain user, but have other non-admins be able to see it still. Is this possible?
so i was trying to do it all in the duck dns plugin
so forwarding 8123 worked non https
but forwarding either 80 or 443 did not make https work
so i am trying to do the duckdns for ddns
and then use the let's encrypt for ssl
i'll hopefully have it going soon
but idk
you updated configuration.yaml?
nope!
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
base_url: myaddress.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
This ended up being my issue too... @jade wing pointed that out to me a few minutes ago
Just, fix the indenting π
http:
base_url: https://myaddress.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
```and remember the protocol
Yes it is π
It used to be documented in the DuckDNS add-on docs
I believe it should be in the UI, but ... I don't run supervised
http:
base_url: https://xxxxx.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
like that?
that is how it is in my config now anyway
so i should be ok now
Run a config check and it'll tell you if there's problems
Always run the configuration check command when you make changes. Don't trust the UI check - it misses some problems.
wow i've come back to it and can't connect to the web interface at all
not even locally
going to try to access samba and revert this
oh phew
samba still works
just fucked up the frontend
nope
completely broke it
ssh no longer works
just going to start again
idk how that broke it, but it somehow did
Would a port change stop InfluxDB from receiving any data? I have updated in the influx network config as well as the config.yaml. i'm already using 8086 for something else.
same here but hass is one of the few worth it
Not paying for something on top of my domain.
Yeah
But in my situation
I would rather DIY it.
Also it is a bit of a project to do for the next few days.
Passes the lockdown
nothing more fun than banging your head on a keyboard for weeks on end... at least that's what happens when i can't figure something out
luckily i'm not there yet today
i had a good solid 2 days of positive movement cleaning my lovelace up
and slowly learn how they work by breaking them irreparably
but now.. influxdb is heading me down the wrong path
haha
duckdns.org server down? was not able to access home assistant, spent an hour, restarting and updating and now saw i can not access duckdns.org also.
@cyan orchid same here. duckdns.org site is down - checked here https://downforeveryoneorjustme.com/duckdns.org
so that's the issue, geez I was pulling out what little hair I had kleft as to why I couldn't access my home assistant frontend, bloody Duck DNS.
quick question then, because I used the down time to start installing HassOS instead of Hassbian that I had been on still. How the fark do you get MQTT setup on your Pi with Hass OS and the add on, or can you still install directly to the pi
in add-on store i don't find terminal & ssh, why?
It's the last one in the official store list
@silver summit make sure that your account on hassos is advanced
Does NGINX Proxy manager support DNS SSL signing?
I have set up the nginx proxy addon.
I get a 502 Bad Gateway error when trying to connect.
The errors printed in log are: https://hastebin.com/yekiqazoba.cpp
oop turns out chrome was just caching it
@robust bobcat i found it
great
hello, i need help with the homeatic add-on
2020-04-13 14:28:29 WARNING (SyncWorker_9) [pyhomematic._hm] Failed to initialize proxy
2020-04-13 14:28:39 WARNING (MainThread) [homeassistant.setup] Setup of homematic is taking over 10 seconds.
Today I did a fresh install of Cassio on my raspi 3B. I am unable to find the SSH Server Add-on now?
Hello, I'm running hassos on proxmox and can't access my MariaDB databases from other computers in my network, I need to activate something in the config?
Logger: homeassistant.components.hassio
Source: components/hassio/init.py:269
Integration: Hass.io (documentation, issues)
First occurred: 20:07:14 (2 occurrences)
Last logged: 20:34:53
Component error: HomeMatic - Integration 'HomeMatic' not foun
What should I do?
@hallow raven #integrations-archived
Is there a way to mount network drives in hassio? I want to use the plex addon and mount network drives
I had my samba share working but now i cant map the config folder. explorer fails to connect to the folder. I tried different PC but no luck. my ping to the Hassio works fine. what could be wrong?
i am trying to allow access to my mariadb addon to nextcloud. do i need to add a port in the network section of the addon for it to be accessible from another device?
Hi. I'm trying to use the SSH addon but getting error 'Permissions 0744 for '/data/ssh_host_rsa_key' are too open.' What permission should I give that file?
duckdnd.org still down.. i set my HA to use duckdns for bother internal and external access and now I cant access it via the internal IP. anyone know how to enable it to allow both?
Anybody ever have an issue starting an addon? For example I've had the Spotify addon for a very long time but now it won't start and my log shows this error whenever I try to start it:
20-04-14 02:43:44 ERROR (SyncWorker_8) [supervisor.docker] Can't create container from addon_a0d7b954_spotify: 409 Client Error: Conflict ("Conflict. The container name "/addon_a0d7b954_spotify" is already in use by container "4b6445e1f788c3ee761c6d54a4c1a7d840d4db51a1d993fc0d192830b7d1a59d". You have to remove (or rename) that container to be able to reuse that name.")
I've uninstalled and reinstalled the Spotify addon, rebooted and all that to no avail...it wont start anymore
This is difficult for me because I am unfamiliar with docker so I'm not sure how this happened or how to fix it
do you have the ssh & web terminal addon?
or...this is the ONE situation I've used portainer for π€¨
yes I have the ssh addon
I am rebooting the host system because although I've restarted home assistant and had to do some hard power reboots recently I havent tried a clean reboot of the system
oh I see no I dont I will check it out
yeah restarting HA only restarts HA...everything else stays up
Lets see here...
π€ gonna be awhile lol...hoping all I need is a restart π€
damn nope
so should I get the ssh and web terminal addon and that will allow docker commands?
still sticking?
ya still getting the error
yeah, it will when protection mode is turned off
oh I do have it!
when you use docker ps do you see it?
woops ok sorry im retarded so, should I use the portainer addon? I cannot use docker commands with the ssh and web terminal
you can with protection mode off
Oh I see, do you know how I can achieve that?
Ok gotcha, thanks man, I had the wrong addon like you were saying
installing... π
give it a user/pass for now, and make sure the pass is good enough to not be found at haveibeenpwned
and then it should start ok (don't forget protection mode off)
ok thanks
let me know once you have the web ui terminal open
Your local ip address never disappeared
@sly kindle tried the up and port before posting, some that not letting me access the front end. Although I can ping and also router is sending my port forward for duckdns url correctly.
@limber cedar do you get a warning in the browser or nothing at all?
The generic browser error that page canβt be reached or something similar.
@sly kindle Ok I have the web ui terminal open! π
@green spade docker ps will show running containers
do you see the weird spotify one?
I followed Juantechs instruction to setup duckdns and he mentioned that after setting the duckdns will work external and internal access both. Could that have disabled ip:8123 access?
no it doesn't disable it
It's weird I dont seem to see any related to spotify, lets see hmm
@green spade containers are based off of images (every addon is an image that you download and that image gets run as a container)
so try docker image ls to see the images
so if spotify is not taking up a container then do I need to find container "4b6445e1f788c3ee761c6d54a4c1a7d840d4db51a1d993fc0d192830b7d1a59d", but I do not see that either
ok thank you
do you see it in the list of images?
yah it shows two of them
@limber cedar you can undo your ssl config and get it back to normal, local access
I'm trying to copy paste but cant get it to copy
yeah, two is normal actually
with one being the most recent update of whatever addon it is
so we need to pick one to remove
here is the docker screen too so you can see
oh awesome ok so shall we remove the oldest two and leave the armv7 one eh?
ya... :/ I dont quite get that
Will try again once duckdns is up again! As I am locked out till I canβt access samba or front end of HAπ§
Yeah 0.8.0
so you want to keep 0.8.0 I would think
heck ya lets delete 0.4.1 and "latest" which is apparently not actually the latest and is 0.4.1
same size and all
(or what you might think?)
@green spade they both have the same image label/name so try docker image rm -f 0eeb0dfd9b2a
make sure I didn't typo that image id
lol np will do ok thanks
πdidnβt use it so did not install. My ha is running on a VM. Thought samba will work and wonβt need ssh
π π
@green spade normally these get cleaned up, but once in a while things get stuck
hmm now there's none though.
there is one spotify-armv7 hidden in there
Yeah lol, so now do I need to restart the host system do you think?
I'd just try starting the addon now if it shows up in the ui
and if that doesn't work, then reboot
won't hurt to try and see if it errors
it shouldn't be able to start a container because the image it is based on (or has a conflict with) is gone
I see, ok still rebooting
but if it's still hanging around, see it it shows with docker ps -a
ok does it show in the list with docker ps -a ?
having an issue with the terminal, getting 502: bad gateway...last time it did this but then worked...
it takes a minute to start up after hitting "start". It's best to watch the logs and you'll see when it's ready
what do you see
giving me odd error and crashing?
Maybe I jumped the gun on the reboot..
Ok I disabled privileged mode and rebooting now
hehh π
do you have both ssh addons running?
I see port 22 is already taken
doesn't really come into it when using the web ui but still
I thought I disabled one of them but after it reboots I will double check that thank you
@sly kindle
what do you think about this, this is the system log upon reboot
I am not sure what it means about being in privileged mode? I thought it was referring to "protection mode" in the ssh addon
checking ssh now..
ok yes old one was still "start on reboot"...disabling..
hehe least im not the only one βΊοΈ
ok starting up the web terminal..
blank page..bah freakin thing
ok it was my browser blocking things, all good
lol
ah
hmm
should I maybe uninstall it and reinstall now that we deleted old image?
yeah. or uninstall it, come back and check the list and see if that's still there
sure ill try that real quick thanks
system log shows "20-04-14 04:12:11 INFO (MainThread) [supervisor.addons] Add-on 'a0d7b954_spotify' successfully removed" after uninstalling but its still in the docker list so I will reboot
I swear you know what the funny thing is...basically it was broken in another way (the audio output somehow got set to default) and I had upgraded my whole home assistant to try and fix it, but now it caused this hehe
ok thank you
@sly kindle good news, I think! It's dead!
lol I will reinstall now and see what happens
We murdered it
yep because its this again when I start the spotify app again
ok I'll try it out thank you. We had some nasty lightning and storms here the last few days, things have been wonky
ah this can happen without any of that
the repair command will hopefully prune it out
hmm no some other commands work
ya it is still up wth
sorry lol thanks for helping though
it feels like its almost there
retarting the web ui..
maybe portainer
bah freakin thing same error
gotta grab a snack brb
ok I'm around, if you have any other ideas that's great, if not thats fine too I'll mess around with it some more
portainer might make it easier to find and remove
ill give it a try
ty for all your help btw
now this is sort of confusing for me
Portainer shows 2 containers and 12 images
yeah the HA containers are hidden
Ohh ok
you have to go to settings and remove them from the hidden list
but are any of the 12 images the spotify?
I'm assuming it isn't there, but...
what are the 2 containers that can be seen?
ok. unhide the other in settings
go to settings, then scroll down to the bottom
you shoud see "hidden containers"
aha gotcha ty
there's the corpse
π€
click on it and see what options are available
and see if that id matches the one that keeps coming up
ok, and hopefully "remove" will work
ok
lol ok ok we have a love hate thing
when its uninstalled
bah one sec..
but when I click it
It gives the same error unfortunately
I'm rebooting bah sorry I'm learning, but uninstalled and rebooting then will try and remove the container again and see how it does
Dang, no matter what I do it just wont let me remove the container
Ok damn ok
mfr
I get that if I do Recreate from "Pull latest image"
well actually with or without that now its the same error but at first without that ticked it didnt have the image I suppose
Hmm
It shows this now even though I got that error
yes
rename the dead one is what I'm thinking
I don't think it will help remove it
Oh ok
but it might end the conflict
you just live with a dead orphan in your house
I added dead onto it
LOL
fabulous well I dont have kids so thats aight
So what do you recommend I do from here, dare I say reinstall Spotify?
...maybeeee?
maybe I'll do a reboot
first just for good measure?
I mean it is renamed but IDK I'm bad with this docker container stuff, all new to me
I'd say restore a snapshot on a fresh install but would the snapshot contain this same "bad" addon?
It still has the addon I believe, I've had it for such a long time
Oh wait
Back then my snapshot was 0.81.2 59 weeks ago IDK it could work but so old
I'll try a reboot and new install of spotify and then think about my troubles while I sleep
ty for your help man, if I have issues I'll prob be back on tomorrow or soon thank you very much tonight @sly kindle
have a good one brotha
@green spade g'night. I'll ask around
@sly kindle π π π π π IT WORKS
I can live with a dead orphan container until I upgrade to a pi4 or something!
Thank you so much! I learned a lot about containers much appreciated
As for why or how that container got all messed up I have no idea π
It's happened to me maybe twice in the couple years I've been running this version of HA
but I either wiped and restored snapshot or was able to remove it somehow
In VS Code, it keeps telling me there is an update available. If I click download from within the VS Code, it says it failed to download. If I go to VS Code within Supervisor, there is no update available. Anyone know how to either update, or get rid of this constant notification?
The add-on needs an update
which is currently pending because of another issue that needs to be solved before I'm able to push out a new version
@muted fjord
@raven tinsel ok, great, no rush, was just wondering if I was missing something obvious.
I can't believe I used Configurator for so long before moving to this add on - its GREAT
All I see is this https://imgur.com/a/cRxPYkH @sly kindle
and sometime 502 Bad gateway error
Anybody have issues with the Spotify Connect addon only playing 2 songs, then audio output just siezes after that? For example I can be playing song1, then skip to song2, but if I skip to song3 (regardless of song or playlist) then the audio output is silent even though the track still looks like its playing. I can skip to additional songs and they will look like they are playing but no audio comes out and I have to restart the addon to go through the same thing again. The Spotify Connect log doesnt show that the user is selecting new songs after the audio stops, so although you are skipping to song4, song5 etc the last log entry will always be song3.
I used to have it working just fine on my RPI3, then started having this odd audio output issue. I thought it was related to the audio output being reset to "default" somehow instead of "bcm2835 ALSA Stereo", but I still have the same issue with either output selected. This started months ago and I'm unable to lockdown exactly when...I have reinstalled the addon in a new container to only experience the same behavior.
Anyone using grafana addon and loki for homeassistant logs?
With the NGINX proxy addon, can I still use the ip ban after failed password attempts
hello, i trying to install the git pull addon.. but i cannot find it any more.. i had it installed on my old configuration
I am trying to install node-red-node-arduino but it fails.... prebuild-install
2020-04-14T17:12:15.229Z [err] WARN install No prebuilt binaries found (target=12.15.0 runtime=node arch=x64 libc=musl platform=linux)
Hi everyone, is there somebody who made a cover controlled by a pusb button with esphome? I need some help just for coding...
Hi, I just installed Adguard instead of pihole. After reboot, DNS url keeps 'loading data', ip url works fine. DNS seems to resolve, but page is not being loaded.
Anybody else encountered issue ?
Everything worked with pihole, disabled all DNS blocking lists, no events in log..
In Pihole, I could declare host in config with DNS alias, but can't find setting in Adguard
ok found the DNS-rewrite section ! which solved my problem.. imd didn't recognize the dutch translation π
Good god my Home Assistant was still on ResinOS (I must have gotten started right before it was depreciated and didn't realize it)...anyway...I did a full on migration to HassOS and restored a snapshot minus Spotify, then reinstalled Spotify Connect and now everything works great π
@green spade it didn't even occur to me to ask if you were on ResinOS
my samba addon is now up and running but I cant map the folder of open from file explorer! what could be wrong
