#add-ons-archived
1 messages Β· Page 25 of 1
This looks right to you as a single line right? DELETE FROM meal_plan WHERE JULIANDAY(DATE()) - JULIANDAY(day) > 30;
I kinda had no response to that command for the past minute or so, still waiting a bit incase there are maybe a lot of related data
Looks syntactically correct. I always like to check such queries with a select like this first.```sql
SELECT *,JULIANDAY(DATE()) - JULIANDAY(day) FROM meal_plan;
SELECT *,JULIANDAY(DATE()) - JULIANDAY(day) FROM meal_plan WHERE JULIANDAY(DATE()) - JULIANDAY(day) > 30;
Perhaps you can also run a `EXPLAIN` on it. I'm a little bit rusty with SQL.
Noob on sqlite here, it is still not doing anything, should I stop the process by ctrl-c ?
Can you show me what you see? #add-ons-archived message
In theory you can.
Oh. Those queries are nonsense because day has to come from somewhere.
That looks like it's doing something. If you have the glances addon you can somewhat monitor what it does.
I don't but don't mind installing it
Just make sure to use it in another tab to keep the other thingy open.
'day' I assume is a column of meal_plan
So basically the request is to delete all meal_plan rows that are older than 30 days from now
I updated the queries above.
This worked fine: https://imgur.com/a/86h3lJt
Installing glances now I guess...
Or maybe I could start with older than 200 days, then 150, then 100, then 50, then 30...
Something is seriously wrong if deleting that takes so long. I also kinda doubt that deleting 10 rows or so makes a measurable difference.
Wow, vscode add-on is hugging everything https://imgur.com/a/oHOcpPd
If you press z and m you can see processes and sort by memory respectively. That might explain the slowness.
Ok, I stopped the vscode add-on and trying again
Ok, DELETE FROM meal_plan WHERE JULIANDAY(DATE()) - JULIANDAY(day) > 200; took about 30 seconds, starts looking more normal, I'll go 50 days at a time and it should work π
Thanks sooo much for the help, you are awesome @supple grove
9MB~ is not a whole lot though. You might also want to run a vacuum once you're done.
vacuum ?
Thanks, will do
All done and performance is better (I can live with it now). would be nice to see a grocy update on the add-on π But works for now, thanks a lot again for your help
I need help getting zigbee working, sonoff 3.0 plus I have followed all YouTube videos flashed new software on my dongle, and I keep getting this error over and over. Does anyone have any idea how to fix this? It's driving me insane trying to figure this out
[22:33:03] INFO: Preparing to start...
[22:33:04] INFO: Socat not enabled
[22:33:06] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-09-09 22:33:12] info: z2m: Logging to console, file (filename: log.log)
[2024-09-09 22:33:12] info: z2m: Starting Zigbee2MQTT version 1.40.1 (commit #unknown)
[2024-09-09 22:33:12] info: z2m: Starting zigbee-herdsman (0.57.3)
[2024-09-09 22:33:13] warning: zh:ezsp: Deprecated driver 'ezsp' currently in use, 'ember' will become the officially supported EmberZNet driver in next release. If using Zigbee2MQTT see https://github.com/Koenkk/zigbee2mqtt/discussions/21462
[2024-09-09 22:33:23] error: zh:ezsp:uart: --> Error: Error: {"sequence":-1} after 10000ms
[2024-09-09 22:33:23] error: zh:ezsp:ezsp: Connection attempt 1 error: Error: Failure to connect
[2024-09-09 22:33:38] error: zh:ezsp:uart: --> Error: Error: {"sequence":-1} after 10000ms
[2024-09-09 22:33:38] error: zh:ezsp:ezsp: Connection attempt 2 error: Error: Failure to connect
[2024-09-09 22:33:58] error: zh:ezsp:uart: --> Error: Error
I need help getting zigbee working,
I'm using the NGINX Home Assistant SSL proxy. The domain and the SSL cert (I think) come from duckdns. It works, but I get frequent disconnects from my Home Assistant server. All I see in the Add-on's logs are messages like this:
2024/09/09 15:58:42 [error] 128#128: *20047 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.1, server: myDomain.duckdns.org, request: "GET /api/websocket HTTP/1.1", upstream: "http://172.30.32.1:8123/api/websocket", host: "myDomain.duckdns.org"
where myDomain is the actual domain. I'm not getting SSL errors in my browser. I'm just having rocky connections that break after "a while" and I have to refresh the web browser to get things working again.
@full spindle I converted your message into a file since it's above 15 lines :+1:
Any ideas what could be the problem with the VLC Media Player via Telnet generating the following errors whenever streaming to it?
00007fa9609e30f0] http stream error: error: HTTP/1.0 500 Internal Server Error
[00007fa960fa1150] main input error: Your input can't be opened
[00007fa960fa1150] main input error: VLC is unable to open the MRL 'http://10.0.0.15:8097/single/media_player.vlc_telnet/8b4f7b038dd549d89a48bd55dd9a53c0.mp3?ts=1726024291'. Check the log for details.
Mariadb issues
HAOS I added DuckDNS addon, I got my subdomain working and DuckDNS was handling SSL -- OK
Now, I want to stop DuckDNS handling SSL and allow new addon NGINX Proxy Manager to handle it. -- Is this the best addon for me for NGINX?
I made a proxy host and I try to implement SSL. It returns internal error every time.
I got it to work by uploading the cert/key created automatically by DuckDNS, but I want to just pass the DuckDNS token to NGINX...
Can someone please help me review my settings?
I have problems with my Spotify connect addon
Hi, Can anyone tell me if addon name "Samba share" works in 2 ways? meaning remote locations configuration as well?
I am runing Qnap NAS and Ubuntu with virtualBox and HAOS running in the VBox
seems I can't use VB shared folder feature since there is no Guest addition in HAOS.
I found this "Samba share" add-on but it looks like it's designed to create local drives only.
That add-on makes HA directories available to other devices - not vice versa
Is there any way to sync apple to do list with HA?
The issue was with Music Assistant Setting, https://github.com/home-assistant/core/issues/125432#issuecomment-2346766923
Unfortunately I can't get DuckDNS to run on the HA, do you have any tips as to why this might be? Here is the code:
https://dpaste.org/p1e73
I'd say try again later, probably a temporary DuckDNS issue (of which there are numerous)
Ok I'll try again tonight, thanks for the quick reply!
Or do you know an alternative to DuckDNS
You could try it again now and it may work... looks like it's timing out less currently. DuckDNS is pretty popular, I'm not aware of other DDNS addons off the top of my head but I know providers like Afraid and No-IP offer similar services (there may also be addons for them)
Looks like there's a couple addons for Dynu DNS that some people give good reviews, so that is an alternative w/ support.
Hi there, I'm also currently trying to setup DuckDNS. In my case the plug in doesn't seem to write the .pem encryption files from Letsencrypt to the /ssl folder. If I do a file search I can't find them anywhere. Hence the HA config check states it can't find the two files either.
plug in = add on? Log file output?
@blazing inlet I converted your message into a file since it's above 15 lines :+1:
I think you're hitting the same issue as ffmstylez .... DuckDNS seems to be having issues causing DNS timeouts
Thnx, I'll try again later; still strange the letsencrypt .pem files don't seem to be written/copied to /ssl, maybe related?
Your certs aren't going to get issued if the DNS-01 challenge doesn't complete
That what I was thinking :(. So is there a way? I am thinking the best will be to ditch VBox completely and just install on a bare mettle but OS without Desktop takes me 20 years back to freeBSD everything was a struggle.
Is there a way to mount the remote drive?
Maybe it should be a feature in the next HAOS release
Some CIFS (SMB) or SMB shares can be mounted in HAOS via the storage settings page.
backupwill be available as backup target, media will be mounted in the /media directory and share will be mounted in the /share directory.
I want to mount a remote drive
This is the setup:
- 1 QNAP machine - configured shared drive already.
- 1 mini pc - Ubuntu with VirtualBox -> HAOS image
I mounted the qnap shared folder to the ubuntu host it's working, but can't mount it into HAOS image. there is no support in Guest addition.
No, NFS
Great! if you go to the following config page in HAOS, you can set up that network share directly
https://my.home-assistant.io/redirect/storage/
As I said: either as backup target or in /media or /share
No add-on required
I see thanks going to check it now
Hope that fits your needs well enough
umm cant create new folder? only one of the above?
It creates a subdirectory in those. But you cannot give it a fully new path
If you call the share "bacon" as media type, it will be the directory /media/bacon π₯ 
first frigate so it's in media, prepare for frigate bacon folder lol
The crispiest camera footage available 
@elder schooner Thanks for the tip, it's working great
BTW for frigate you should create a frigate folder inside media folder. mention here: https://docs.frigate.video/guides/ha_network_storage
Can't change the name of the folder
so I decided to try out HAMC (Home Assistant Minecraft) for Bedrock edition and it is running fine locally. I have two issues though. The main one is I cannot find a way to access some form of admin console so I am stuck with member permissions as I left the config as default when first joining. Does anyone know how I could access a way to change my user permissions in the server? I have access to the game files & world file.
I also wanted to try seeing if the server could be accessed using cloudflared and using my cloudlfare tunnel which works great for accessing HA and some other services but that did not work. The game can find the server and shows a ping but not connect. But it works on local just fine.
hi, i have a question about RPC Shutdown, what do they mean exactly with: "credentials: user%password". i tried my username and pin of the pc but that doesnt work, i know there is a difference between a pin and password, but i dont know my password, i have a feeling its the one from my microsoft account, would that be correct?
You have to use the Windows password, not the PIN. It is either the local password (for local accounts) or the Microsoft account password (for web accounts)
In case you're open for alternatives. I use SSH and psshutdown. I use it a lot to make my PC sleep for example.
If you are using your Microsoft account, it is its password and the username as your user directory is named (in C:\Users), not the email address
sure
oh okay, i think i forgot the local password :), its been a long long time since i set my pc up.
The local password only works for user accounts without Microsoft account
oh, welp i use a microsoft account
What I could do is make a second administrator account ofc
Microsoft password and the username like in the Users directory
E.g.: namez%microsoft_account_password
Has anyone successfully managed to get ringmqtt working? I managed to get it all connected and even when I press the alarm it rings on my camera but I can't for the life of me get the snapshots to work on my dashboard.
I use appdaemon addon and I would like to use selenium web driver in one of the python apps.
I tried it locally and it works great.
Does anyone know how can I install Selenium under appdaemon ?
Has anyone connected with a Bambu printer? Iβm super super new and not knowledgeable at all with HA. I have everything working minus video. Sensors all read correctly.
Not sure which area to post this question in.
The AppDaemon Discord might know
https://discord.gg/YD2VZqrmfq
I worked it out. Was just a printer setting. Now Iβm fighting moonraker to get video. Itβs strange because everything but video works fine.
Does the account must be administrator
I think so, but I'm not 100% sure
ive succesfully set up samba share but Im not too sure on how to access the files ive uploaded through samba
any ideas?
Usually with the File Editor add-on or with Studio Code Server
i've done it, but i needed to fix some things on my pc, here is the link to the forum that worked for me: https://community.home-assistant.io/t/rpc-shutdown-working-on-windows-10-windows-remote-shutdown/257767
it also works for win 11
and for that you need administrator privleges ofc
dont think ive seen it
what would the file name usually be if I may ask? or maybe you've got a thrad or youtube video you can suggest me>
The file name does not change. It is the same as the one you uploaded
I only see tts, blueprints, and .HA_VERSION through file editor
the test video Ive uploaded is inside a folder I made called "movies"
The file editor shows the files in /config by default.
just found out I missed a step, Thanks for your help!
hi im here again, but this time with duckdns
so i have this in my configuration.yaml
http:
ssl_certificate: /ssl/cert.pem
ssl_key: /ssl/cert_key.pem
but i get this error:
Invalid config for 'http' at configuration.yaml, line 14: not a file for dictionary value 'http->ssl_certificate', got '/ssl/fullchain.pem'
Invalid config for 'http' at configuration.yaml, line 15: not a file for dictionary value 'http->ssl_key', got '/ssl/privkey.pem'
following this tut:
https://www.home-assistant.io/blog/2017/09/27/effortless-encryption-with-lets-encrypt-and-duckdns/
oh
@fast spear I converted your message into a file since it's above 15 lines :+1:
Yup
okay, now this error
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
[16:03:49] WARNING:
[16:03:50] INFO: Renew certificate for domains: cabai.duckdns.org and aliases:
# INFO: Using main config file /data/workdir/config
Processing cabai.duckdns.org
+ Creating new directory /data/letsencrypt/cabai.duckdns.org ...
+ Signing domains...
+ Generating private key...
+ Generating signing request...
+ Requesting new certificate order from CA...
+ Received 1 authorizations URLs from the CA
+ Handling authorization for cabai.duckdns.org
+ 1 pending challenge(s)
+ Deploying challenge tokens...
ERROR: deploy_challenge hook returned with non-zero exit code```
ugh it makes it into md
i mean there is an error
Check your token .... others say they had a space at the beginning of the value that caused that
okay
i have a feeling that was the problem
oh, now its creating those ssl files
it now found those files
do i need to restart ha
Yup
After you made the config change
That will get it to use the cert
and you'll need to connect over https after
restart
Port forwarded?
no
that works
But you'll need to forward 8123->8123 on your router then
Or 443->8123, whatever you want to use
even when im at home
DuckDNS is set to resolve to your external IP
oh, well my dad does not want to open a port to the outside so i think i will just remove it and wait till i get a job and pay 7,50 euros every month lol
i have a meeting for a job moday tuesday or wednseday anyway so
also that but without opening a port. that is possible with that subscription right?
Subscription yes, or a cloudflare tunnel
is cloudflare free?
i have one
i cant like use the ip adresss or sum, i do really need a domain right?
wich one do i need to choose, remote tunnel or local
file editor just says "401: Unauthorized"
every web thing says that
esp home and file editor
its just my browser
now i wait, 24 hours
I have used DuckDNS to generate token and subdomain. I plugged it in to Nginx Proxy Manager to generate a cert, handle SSL connection as a reverse proxy. It works!
It was successful to generate certs for mysubdomain.duckdns.org... but what about anythingelse.mysubomain.duckdns.org?
I need to use up the 5 subdomain slots they give?
(In order to generate a cert for thing.mysubdomain.duckdns.org, do I register that on DuckDNS somehow or do anything differently?)
ah I created a wildcard cert very cool~
just to be sure, is this correct for cloudflared
add-on config:
external_hostname: homeassistant.levgames.nl
additional_hosts: []
and configuration.yaml:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
i'm now waiting till cloudflare detects my nameserver has been updated
i did found out that the other nameserver doesn't work anymore even tough i put it as primary (the old one i used before)
for my actual website itself
You'll only have 1 DNS host for your domain. If you want to add more records (like if you had some other sites, etc), you can do that through Cloudflare now
You're welcome, you wouldn't be able to change the ones at the root of the domain. If you needed blah.com to point to elsewhere, you'd need to add an A record(s)
okay
does it need to be prioxied
hmm i now have a website down error
ill check at it tomorrow
Doesn't need to be proxied, depends if you want CF in the middle or not
What do you mean exactly with that
oh, so i cant make it so that my main page goes to my actual main page
wich now is gone because it doesnt have the nameserver anymore
You'll have to give some more information regarding the "main page"
Lemme think about how i can explain
Like the original nameservers i had before i used the Cloudflare nameservers. How do i make it so I use both Cloudflare nameservers and the original of the website itself so it has all the pages again I made for that website that are on another server. Like this
Domain --- Cloudflare ---
- original nameservers
- Homeassistant.levgames.nl (for home assistant)
π
sweet!
Channel descriptions will be added soon!
does the MQTT mosquitto addon log show when a client has published to a topic?
nope
if you want to find that out, hook up a second client to MQTT an monitor it π
there's a client included in the developer tools MQTT tab, right?
@raven quartz yes it allows you to listen to a topic or publish
how do I add a MQTT-powered card to my overview page?
To the #frontend-archived you say?
yep
need to add the entity to configuration then select it in the card, got it π
using the grafana addon for HA (previously hass.io...) and trying to set the root_url parameter using the env_vars in the addon cfg itself so that links in email notifications are pointing to my nginx reverse proxy
question: the grafana.ini used to bootstrap grafana contains the following definition: root_url = %(protocol)s://%(domain)s:%(http_port)s%%ingress_entry%% - does %%ingress_entry%% remain static after installation? can I just assign the static value and be done with it? it appears to stay the same after addon restarts & host reboots
in my installation, it translates to this: %(protocol)s://%(domain)s:%(http_port)s/api/hassio_ingress/u5hXxlSGgzNn2BqPwViu_YuDcfb3OKMXM5eUU7m7GwC
so to clarify: can I set root_url = https://grafana.mydomain.com/api/hassio_ingress/u5hXxlSGgzNn2BqPwViu_YuDcfb3OKMXM5eUU7m7GwC?
@raven tinsel trying to install adgaurd add on , using HA on docker
2020/01/30 21:13:50 [fatal] Couldn't start forwarding DNS server, cause: couldn't listen to UDP socket, cause: listen udp 0.0.0.0:53: bind: address already in use
i get the above error
How do i resolve this error?
something else is listening on port 53
do you have another addon that uses port 53?
how do i find that?
i dont see anythig using it
hence the query
is there a way to find who is using 53?
netstat -tanp on the host will show you what's using which ports
Doesn't systemd-resolve tie up 53 locally?
Hi All. Can you have the Community SSH plugin and the SSH & Web Terminal add on's running simultaneously?
I want to connect to both the raspi via ssh and also the docker container with hassio.
I thought that I could connect directly to my raspi root instance (not the docker container) through ssh using putty, but after trying a few times, root got locked. something about they keys being incorrect.
Any thoughts?
@dense pewter i see tcp 0 0 137.0.1.53:53 0.0.0.0:* LISTEN
anything serving DNS will consume 53, so yes
which means i cannot use adgaurd?
@meager owl You need to run netstat -uanp to see what is using the port
DNS is UDP (most of the time)
Yeah, it's your systemd-resolve like I thought
please help how that can be done?
@meager owl Complicated answer as it will break your internet connection if you are using it
oh
You can temporarily disable it by sudo systemctl stop systemd-resolved and then bring up adguard
if things break, stop adguard and restart resolved sudo systemctl start systemd-resolved
ok @fair flint Thanks ill give a try
you guys need to add avatars to your profiles, because to me it looked like a monologe π
Would someone be able to help me use samba share with a HA running on a Virtual Machine? I don't see the Samba share "Hassio" under my host computer's PC networks?
try \\hostname
@sly wing Are you using bridged networking?
@fair flint I'm too dumb to know
@sly wing You will need and probably want bridged -- is your host machine wired or wireless?
@bitter mural I don't understand, where do I try that hostname?
You can probalby see if you edit your virtual machine settings
wired
def want bridged then
where do I find that setting?
Edit virtual machine settings/profile -- what virtual machine are you using? virtualbox?
win+R -> \\yourhostname
Ok -- now try @bitter mural suggestion
or \\ip where that is the IP of your HA virtual machine
So you get a new window with the name of the hostname or IP but nothing in the folder? You didn't click into a share name?
correct, \my host ip...brings up a the network, but nothing in it
Ok, so samba running, can get to the system, but can't see a share
sorry for my ignorance, but what is "the system"
system = HA VM
i am in hassio, if that is what you mean, where do I see a share?
You should see a share (a folder) after the window appears when you Win+R \\ip or hostname
What does your Samba add on config look like?
all default, with the exception of a username and password I set
the default states "allow_hosts": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16"
the log is stating Denied connectio nfrom ..........
and what IP subnet are you coming from ?
how do I tell?
Under network connections my host pc states a IPv4 Subnet Mask 255.255.255.0
Should be IP address as well under network connections -- ususally above the mask
Could be called IPv4
IPv4 default Gateway is 192.168.1.1
the samba share log is showing the following: Denied connection from 2601:244:4200:e814:4583:8c19:5fd5:8b37 (2601:244:4200:e814:4583:8c19:5fd5:8b37)
Connection denied from ipv6:2601:244:4200:e814:4583:8c19:5fd5:8b37:63798 to ipv6:2601:244:4200:e814:9c1c:f64d:68d6:8471:445
--multiple attempts
this is in the log too, looks concerning: check_ntlm_password: Authentication for user [John] -> [John] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1
@worthy geyser How can you tell it's a public prefix?
it would generate a fc00 or fd00 prefix?
I'm trying to use Samba share to access my files, so I can install HACS
@fair flint yeah, 2601 is Comcast owned
@worthy geyser So Comcast is giving him public IPV6's on his LAN? And his windows box is using IPV6 as the default? And that breaks the IPv4 only ACL?
@sly wing Try accessing it again, using the IPv4 of your HA system - Win+R \\<ip>
there are several IPv6 Temporary Addresses listed under my network connection details FYI
empty
and does it show another log entry for denied connection at the same time?
i dont think so, because the last log item is still there from before i just tried again.
Log states: Could not find child 83 -- ignoring
Other people with same issue here - https://github.com/home-assistant/hassio-addons/issues/796
someone posted " I went back into my network and disabled IPV6, refreshed my desktop, and voila! I was able to connect"
yeah, that might work
Try adding "2601::/7" to your allow_hosts config and restart samba and try again
make sure you get the commas right
and log entries?
Sending election packet for workgroup WORKGROUP on subnet 192.168.1.125
run_elections: >>> Won election for workgroup WORKGROUP on subnet 192.168.1.125 <<<
become_local_master_browser: Starting to become a master browser for workgroup WORKGROUP on subnet 192.168.1.125
Samba name server HASSIO is now a local master browser for workgroup WORKGROUP on subnet 172.17.0.1
Samba name server HASSIO is now a local master browser for workgroup WORKGROUP on subnet 172.30.32.1
Samba name server HASSIO is now a local master browser for workgroup WORKGROUP on subnet 192.168.1.125
Yeah, I've been working with IPv6 for 20 years, some of it I just don't master yet
@worthy geyser I just ignore IPv6 to my own detriment
BTW-Thanks for your help "guys"
Umm... you need allows for 192.168.1.0/24 maybe
No nevermind, default ACL covers that
what about temporarily setting allow_hosts to blank to allow everything? βallow_hostsβ: [ ]
make sure you don't copy those smart quotes
yes, to be safe, especially if you are rocking public IPv6 adddresses
@sly wing connecting from windows? You can add your windows username and pass to the addon config
Or you can check the windows credential manager to see if there's an existing entry
ok I can try that
@sly kindle We must be missing something because he just sees any empty server when he pulls up the SMB server -- what is the default share name for the add on?
Credential Manager says: No Windows credentials.
it takes whatever is entered for the hostname on the system page in the ui
I don't use a windows password
hassio by default
So full path is \\hassio\hassio ?
no
no, config dir for instance is \\HASSIO\config
So try that @sly wing Win+R then \\<your-hostname>\config
but I would be trying \\ip_address
you can also try entering it manually in the credential manager
then enter the ip address, user, and pass that you have configured in the addon
especially if you don't have a windows password
that might be part of the problem
I tried Win+R then \<your-hostname>\config and my mouse just has a processing wheel on it???
@sly kindle Shouldn't he be prompted if the credentials are rejected though?
@sly wing are you getting prompted for credentials at all?
he might be able to do an anonymous bind to \\hassio but not see the share "config" until he is authenticated -- which would explain everything
it might reject your user outright because no password
no credentials
yeah
public ipv6 addresses on the lan and local ipv4 at the same time, and trying to open stuff for people who don't know networking, sounds like a proper mess
I would set up a password for the windows user. You're rockin it like it's 2003
Can he do SCP/SFTP instead?
don't mix up 2003 with windows9x π
can anyone help me migrate my db to mariadb?
when you just had to do esc to login
yeah thats what I do... no login is great!
i installed mariadb, but I think the db uis still in running in sqlite, since the data appearance is really slow
slides Yubikey forward
and people wonder why their accounts get hacked π
..........so what do you all suggest?
@sly wing If it was me, I would dump Samba and try the SSH addon with SFTP π
ok
Download WinSCP and read through the addon notes
You need to set ssh: username to root, set a password and turn on sftp
ssh as root π€’
oh boy
I do that all the time... with an SSH CA π
π€’ you monster @jade wing
You can turn it off after you get HACS loaded π
No users on those systems...
is this my only option? Does it do the same thing so I can access files to install HACS?
Oh ok
I'll give it a try
Is there not a native file browser add on via webui?
Seems like that would be a no brainer
long live editing with vi locally π
........uuh?
Does vscode add on let you upload files?
I created a folder with vscode, but wasn't sure if I could load the HACS folder into the "custom_components" folder I created
Can you upload multiple files or a folder through vscode? @sly kindle ?
@fair flint ...WAIT! I just saw the prompt to enter network credentials!!
..........but don't know what credentials to use lol
BINGO!
Anyone using the visual code addon or the git pull addon. Which one is your favorite?
Samba add-on: Exactly where do I add the " Config"?
Anyone?
I created the config folder with VSC then used samba share to move the hacs file to it
@brazen harbor You don't really migrate, you just update recorder: to point to the new database
I thought I was supposed to add the Samba Config lines to my existing config.yaml
@indigo gorge all you should need to do is edit the username and password lines
save, then start the addon
you don't have to change anything else
unless you have a funky subnet
@jade wing yes, i have given the entry tin configuration.yaml as well
unless you have a funky subnet
@fair flint so the network>hassio>config>custom_components is there, but If I open "My Computer" I see nothing under networks?.....Does that mean every time I want to access those hassio config files, I have to launch from the win+R -> \youripaddress........??
just pin it
Or map it as a network drive
@sly wing Yes, sounds like mdns is not supported by something on your network
mdns π€’
@sly wing
you should be able to enter the ip address in the address bar. with the two backslashes
then pin whatever you want
or map it
If you're still on a Pi, it won't boost performance much
@sly kindle do I enter the ip address in an internet browser address bar, or a folder
click on the yellow folder. that's file explorer
when I open My Computer and click on Network, no options are there?
"This Folder Is Empty"
π€¦
lol
Bless you @sly kindle
sorry computers are hard, lol
If computers are hard, I wouldn't automate my house to be honest
@sly kindle if I go to the address bar in a folder and type //hasio it works, but I still don't see it visually to select from the network icon
Itβs a simple samba file share... pin it
Pin it to your quick access in file explore
forget about the network icon, or google how to enable smbv1 and v2 for windows.
that is NOT a good idea
which are disabled by default now because they are insecure
atleast smbv1
No!
DO NOT DO THAT
Do not enable v1
lol
at this skill level, that would be a disaster
ok thanks everyone, I will just use the shortcut or type it in thanks again everyone!
I want to see this chaos
Consider v1 a massive security risk that only should be done by professionals in a secure legacy network
sounds like the default hassio user anyway @sly kindle π€·ββοΈ
wasn't even that long ago v1 worked just fine lol
@remote oriole it still works fine.... viruses love it
@honest bloom we even disable it in OFF_GRID systems that are locked in underground mountains with highly controlled dual access armed military sites
I kid you not
@worthy geyser well yah. You only enable it for a mission critical old ass app
no, the people who need those have migrated the apps already, I know customers still running token ring networks that have disabled smbv1
the first couple versions of the samba addon allowed the user to run it without setting a password, and people did
people be idjits
I remember those days π
Not all :/
and then they opened a port for it
and then there were I've been hacked posts
on the forum
Around that time was when HA also didn't require authentication π
So lots of folks didn't
this is my problem with the whole appliance thinking, but hey, people wanna expose their stuff and they can do it easily, they will, and it will rain burning poop from the skies
At least with ha, you can use basic http auth
But 99% of people do not know how to be a basic sysadmin
you can't run it without a password now, and we also have MFA so things got much better
99.9% of people don't know the difference between reboot and power cycle
and restarting HA
@worthy geyser power cycle.. yanking the power plug?
making stuff easy is probably fine for a given userbase, but making stuff easy makes people who never should do something like that to the table, that is my biggest problem
Yes
@remote oriole people still do that ? we have smart PDUs damnit
I can power cycle a server in afghanistan if I want
π€£
Tell that to my work
On and off and on and off and ...
sometimes you gotta show IT who's boss dmmit
the future is now old man @honest bloom I've been building smart datacenters for 10+ years
3k PCs here and not one smart pdu
PCs π€’
Problem solved, thanks
@indigo gorge which?
Hello guys! I created a bind in docker so my home assistant /config folder is in my external drive, but now the configurator addon shows the folder in the sdcard. If I try to create a bind pointing /config to my external drive, in the configurator container I get 502: Bad Gateway when I try to access the addon. Any help?
If you want to do bind mounts for that
you should do that on a OS level
not on docker level
or else that won't work
I saw in github that I can change the basepath, however if I change the basepath, when the container restarts the settings will disappear
I can use a file called settings.conf, I just dont know how to make the configurator addon access it
using the grafana addon for HA (previously hass.io...) and trying to set the root_url parameter using the env_vars in the addon cfg itself so that links in email notifications are pointing to my nginx reverse proxy
the grafana.ini used to bootstrap grafana contains the following definition:
root_url = %(protocol)s://%(domain)s:%(http_port)s%%ingress_entry%%
does %%ingress_entry%% remain static after installation? can I just assign the static value and be done with it? it appears to stay the same after addon restarts & host reboots
to clarify: can I set root_url = https://grafana.mydomain.com/api/hassio_ingress/u5hXxlSGgzNn2BqPwViu_YuDcfb3OKMXM5eUU7m7GwC?
@tidal lark You should not do that. Add-on containers do not persist, secondly, you should handle that on your main level, and not try to fix that in the add-on level. That makes no sense and will give you issues in the future
How do I do that on OS level then
Which OS are you running?
Debian stretch
@bitter mural It is fairly stable, but you should not rely on it
@tidal lark well in debian strech, make the bind mount in fstab, restart the add-ons / containers that use it, and all should be working
Will try
Thanks for your tip
@raven tinsel can I use %%ingress_entry%% from within the addon configuration?
nope
alright, thanks for the help
Does anyone know what to do here? I am following the install directions for HACS, and I cannot find it in the integrations menu? I have copied all the HACS folders into the Custom_components folder, and cleared my browser cache, restarted Hassio and still do not see HACS in the integrations menu?
That is not an #add-ons-archived , see #609399695466430465 @sly wing
Still useful ;)
ok thanks ledeeus
@raven tinsel tried with no success. How can I point /usr/share/hassio/homeassistant to /sharedfolders/external_drive/hassio/homeassistant
yeah.. :/
Well guess I have to use notepad++ instead of the addon now
I could still try to change basepath, but idk how to keep the settings after restarting
i don't know if you face the same problem as I do with mqtt addon on hassio, but I cannot make it run! I followed the documentation, and it looks like the devices are connected, but i cannot control any device
if someone can help me it will be great
@whole river which addon did you install? the MQTT broker or MQTT Server & Web Client?
mosquitto broker
no, i see them in the logs
1580427742: New connection from 172.23.80.190 on port 1883.
[INFO] found hassio on Home Assistant
1580427743: New client connected from 172.23.80.190 as mqtt-explorer-0332999f (p2, c1, k60, u'hassio')
and you gone through and added these to your config? Do you see the entities in the states tab?
yes
nothing is working
light:
- name: "Corridor Main"
platform: mqtt
state_topic: "shellies/shelly1-771C06/relay/0"
command_topic: "shellies/shelly1-771C06/relay/0/command"
payload_on: "on"
payload_off: "off"
retain: false
this config works fine on a homeassistant docker container, and external MQTT server with anon access
if it's better, i can use MQTT Server & Web client
what are you using?
I use the shelly integration so I don't config those manually. But this may hold some answers https://youtu.be/6h5soXTHyuM
@whole river did you add the MQTT integration?
via the web interface, yes!
it is even showed in the log
1580428972: New client connected from 172.23.80.151 as shelly1-771C06 (p2, c1, k60, u'hassio').
[INFO] found homeassistant on local database
1580428973: New client connected from 172.30.32.1 as auto-5F9DD3ED-7803-F575-0622-954231AAABB8 (p2, c1, k60, u'homeassistant').
1580429112: Client auto-5F9DD3ED-7803-F575-0622-954231AAABB8 disconnected.
1580429140: New connection from 172.30.32.1 on port 1883.
1580429140: New client connected from 172.30.32.1 as auto-9F2F7B87-6538-2EE4-2668-D9FEB389C98E (p2, c1, k60, u'homeassistant').
but i cannot believe it, it took me 4 days, and i am nowhere!
no one got issues with latest version of mqtt broker?
do i need to install another package?
well the MQTT integration is the second half of what you need that cogneato was referring to.
Configuration > Integrations > MQTT
Yes, this is ok, as I said the mqtt log shows successfull connection from HA
And 2 devices
gotta be something with your config then
on my RPI4 I am using the wireguard add-on and have also installed nordvpn (in raspian OS). when I do not start the nordvpn, the connection via duckdns is fine. but when I start nordvpn, I am unable to connect to HA via duckdns. Any idea why?
Is duckdns still a approved dns server for let's encrypt, since documentation does not show duckdns.
The duckdns add-on takes care of getting the let's encrypt cert if you change lets_encrypt to true
I installed Samba, but where can I change the default location?
I changed smb.conf, but nothing changed.
Pls somebody help me
On smb.conf only 2 item, but when trying access from another device show backup, ssl, config, share etc
when setting up ad guard home, how many of the DNS addresses should i put in to the router?
having trouble getting pihole setup as dhcp server on hassio.. anyone able to help ?
It gives me DNS service not running and FTL offline
I've disabled my router's DHCP server
What I do see is this error in the logs
dnsmasq: failed to create listening socket for port 53: Address in use
but I've been in unknown territory for a while now, I have no clue how to safely resolve this
hmm.. changed the pihole dns port to 54 and now DHCP is working, but DNS is not working..
@nocturne ember Just one, the IP of you Home Assistant device
@surreal kraken You are running on Ubuntu/Debian probably, those systems run a systemd-resolved program that uses port 53. If you Google for port 53 systemd-resolved and Pi-hole, I'm sure you will find dozens of answers and instruction on how to resolve that.
@raven tinsel will just using port 54 also work or am I just making it worse ?
That will not work
most computers/devices cannot handle a port change on the DNS port
any port up to 1024 are usually hard encoded into operating systems
after adding a line of code to disable the stub its working, thanks !!!
Hi all -- trying to get DHCP server running on an interface that has two VLANs assigned, but I only want DHCP server running on one of them. Does anyone know what syntax to add to the dhcpd.conf file? I tried "eth0.400" and "IoT_VLAN" (the interface id), but no dice. When using "eth0.400" it doesn't like the "."; when using "IoT_VLAN", I get "Multiple interfaces match the same shared network: IoT_VLAN eth0.400"
After rebuilding and replacing some yaml files, my Mosquitto broker won't accept any connections, it's showing a sockett error for every connection attempt in the log. I've reinstalled the add-on, didn't change anything.
Hi all. did anyone had done the integration with Xiaomi Mi Aqara hub? Please revert
hi everyone, i am a proper amateur and i am finding hass a very steep learning curve! i have got stuck trying to get zigbee2mqtt working, i have got to a point where i am finding deviced but i am getting an error saying 'not connected to mqtt server' firstly how do i find out mt ip address for the server? any help would be very much appreciated, i have been trying to get this working since tuesday!
[cont-init.d] 01-log-level.sh: executing...
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] discovery.sh: executing...
[22:21:30] ERROR: Got unexpected response from the API: Can't use discovery!
[22:21:30] INFO: Successfully send discovery information to Home Assistant.```
Canβt log into Home Assistant inside of HomePanel, not even getting any error I could post
Tho wait, I could try setting the log level higher, gimme a sec
[22:26:32] DEBUG: Request method: POST
[22:26:32] DEBUG: Request data: {"service":"home_panel","config":{"host":"127.0.0.1","port":45158}}
[22:26:32] DEBUG: API HTTP Response code: 400
[22:26:32] DEBUG: API Response: {"result": "error", "message": "Can't use discovery!"}
[22:26:32] ERROR: Got unexpected response from the API: Can't use discovery!
[22:26:32] INFO: Successfully send discovery information to Home Assistant.
[cont-init.d] discovery.sh: exited 0.```
The only usable thing I get but I wonβt get any additional errors when using the Login button inside of HomePanel
Okay apparently Home Panel doesnβt save the login info after some time.. which is annoying π¦
for iOS Dark Mode Theme, I'm trying to add the option, "(Optional) add the following to the same file to make the header smaller (you need to install custom-header too):" but when I add the custom_header: background: 'rgba(155, 155, 155, 0.25)' compact_mode: true button_text: options: ':'
it doesnt work
Im trying to have proxmox data report to my influxdb addon but im trying to find the influxdb.conf file to enable udp?
@ember crater The add-on doesn't support that
thanks for the quick response enjoyed the stream!
Am just catching up on Frenck's stream, said that the VS Code add-on would now install on an RPi4 4GB which I have... yet it says This add-on is not available on your system. Is there anything I need to do first π ?
Good morning all. I am using deconz plugin and I need to see gateway page but it doesn't load. Background loads but nothing happens after that. Is there anything to check
Good evening everyone. Hassio newbie here trying to get the pihole addon to work. I've been able to add the common lists to pihole but I still seem to be getting tons of ads. I have been using macrumors.com and yahoo.com to see if any ads are blocked. I also have a list of regexes in the blacklist. Am I missing something?
states 4% of queries blocked with around 1.2million domains in the blocklist.
I have 120k domains and 23% blocked π€
anybody knows what the default password of the pi_hole hassio addon is?
I mean the web interface
ah okay I understood. One has to use the homeassistant passwords
@nocturne saddle => #diy-archived
Any recommendations when AirCast does not detect my chrome cast?
buy apple tv
I was hoping for a cheaper option
I am able to get my amcrest cameras to stream to my google hub without problem (using nabucasa cloud), but when I try to get them to stream to a chromecast the stream tries to buffer then the display shows "smart home camera" with a black background. I don't see anything in error logs. Does anyone have any suggestions on what else I can do?
hi, im ne user, I search for help (HassOS 3.8), try to setup user for MQTT, so that this user dont have access to Hass WEB interface, it will be used only for MQTT acl.
Useing HassOS v 3.8, so i cant execute command for generating password file - command not found. Is there any solution, how to get working password file for integrated mosquitto and HassOS?
from manual: Create a new user for MQTT via the Configuration -> Users (manage users) . Note: This name cannot be homeassistant or addon , those are reserved usernames.
But if i create this user, it can log in to web UI, so i dont want expose this user to Hass login page. Therefore i decided to create some password file (acl file only stores users names, not passwords).
But in Hassos i cant execute command for creating this file.
finded also this: set the path to a password file. If defined, the contents of the file are used to control client access to the broker. The file can be created using the mosquitto_passwd utility. If mosquitto is compiled without TLS support (it is recommended that TLS support is included), then the password file should be a text file with each line in the format βusername:passwordβ, where the colon and password are optional but recommended.
But i dont know, how to implement if hassosβ¦
someone using alexa_media_player
and giving out thumbs up or down to their music?
Would like to do that with a remote and doint have to scream 2 rooms further
Hi there!
So I have a raspberry PI3 and it is running hassio nicely.
But i want to move to some more advance homelab stuff. Well at least i want to set up a webserver (nginx) and php. But i want find a addon that does that. Although i found Portainer addon, it lacks some stuff i would want to use mainly the compose version 3 support. I don't really know where to move from here.
(it is going to be a some development wordpress server and a some other stuff, and i also want to use a separate container for the databse)
Hi, I need help, I have managed to lock up my HA by trying to install DuckDNS i can't get back into it all now, I followed the Juan M Tech tutorial, can anybody help me, ( I am running Ubuntu) I don't care if i have to remove it all and start from scratch if thats possible ?
anyone can help on Samba addon ?
interpret_interface: Can't find address for wlan0
heres my problem
@fiery ridge That is unfortunately a known issue at this point
I hope it gets resolved soon
update on my problem.. i think enable samba client on windows solved my issue..
@raven tinsel hey did you mean to ping me? And if so did you mean the Portainer thing? Cause I didn't see it in their GitHub
On Portainer it is called stacks
Hello everyone.
I am trying to use the wireguard addon only as a client (as I cannot open ports on the router). I installed wireguard on a free tier aws server. Is there a simple mode to use it as a client or should I fork the repository and modify it?
I read that installing clients and servers are very similar for wireguard
I have hass.io on my rasberry pi
You can't use the add-on as a client for you Pi itself
it was build for incomming connections
not outgoing
OK thanks for the reply @raven tinsel . What I was wondering and if, with some minor changes, it could be used as a client. But I guess it's not as simple as I thought. Thanks anyway.
By any chance someone has already had the same problem? to connect hass.io as a wireguard client?
I had requests for it
it can be done
but, has a lot of risks and drawbacks, since you would have to mess around with the networking of the host system
which, considering the rest of the ecosystem, is not a wise plan to do
If you want to do those types of things, I would highly recommend to do that on a separate device
I apologize for the perhaps trivial question, but what are the risks involved in connecting PI as a wireguard client?
WireGuard itself is not a risk
but messing with the network stack of a managed system is
I apologize for my question, but why would you want it as a client? Isn't that reserved for devices that are generally mobile and from which you want to access your local network?
The general use case those people are looking for, is routing all traffic from the device (or home network even) outwards, via a VPN provider (or a self hosted external VPN box)
hmm
no idea where to ask,
trying to use AppDaemon for complex automation, this project poorly documented,
my question how to use constraints callback, and how to create custom?
@raven tinsel I think the main problem is that hass.io doesn't have access to the network interface. Did you have to access the host network interface to develop your wireguard add-on? is there any way to do it from an add-on (or directly)?
@bright vector The above reasoning I gave
is the reason the add-on does NOT have access to the host network
I understand. I was trying to figure out if there was an easy way to do this, but still I would need to access the host's network interface. That doesn't seem possible with the default installation of hass.io
I think I will opt for a rasbian installation with home assistan to try to do it. Thank you for your time.
The reason why I am forced to use this approach is that unfortunately I don't have another device to use and I can't open ports on the router.
So... How can I get my Hassio Add-on Plex, with a HassOS OS, to have a network drive on my NAS as the library? I was using ubuntu before, and I just used fstab to map the network drive into home assistant's share folder, but I wanted to try to switch back to hass os... is this even possible? (posting in #330944238910963714 as well because I'm not sure which category I should be in for this)
That doesn't seem possible with the default installation of hass.io
It is possible, however, the WireGuard add-on has explicitly disabled the host network, again for the reasons mentioned.
@bright vector Alternatively, you could try ZeroTier, which does not require ports
@pale willow You can't.
Okay, looks like I'm going back to ubuntu server then. thanks.
Thank you ! I will give a try with ZeroTier
I've been using ZeroTier, I love it. Soooo simple to get up and running. I just wish the android app for it was a bit better.
is there an add-on that lets you do things with hassOS like change the IP configuration?
I am running adguard home as an add on
it gave me a bunch of options to add
should i use the ip of the ubuntu box or the container?
the box
ok
thanks so much
1 more, my router doesnt give me the option for a port
would it just be the ip of the box with no port?
It won't accept a port in the ip box? (ip:port)
nope
Then I guess you must have it running in the default port or it won't work
got it
im running ito the issue where port 53 is already in use
trying to figure out whats using it already
DNS should run @nocturne ember @ port 53
changing it is exceptionally allowed in very very specific setups
You are running on Ubuntu/Debian probably?
You should google for port 53 systemd-resolved, adding Pi-hole or AdGuard to your search query might help
yes
ok
thanks for the help, I feel like im talking to a celebrity π€£
thats how you know im a serious geek
Couldn't start forwarding DNS server, cause: couldn't listen to UDP socket, cause: listen udp 0.0.0.0:53: bind: address already in use
thats the error, but i dont seem to have 'systemd-resolved.service'
nevermind, the link i was using has a typo
always something
hehe
@nocturne ember Run a sudo netstat -ulp | egrep \:53\|\:dns\|domain
will do
it seems to be working now
i set that as the only dns IP, what happens if i reboot my ubuntu
should i have a secondary dns listed?
Hello, im trying to run mopidy on home assistant but im getting denied form accessing some files, do i have to add hass to sudoers? And is that even a good idea?
https://imgur.com/YTppeuS
Which add-on are you running that with @elder mica ?
i get that when trying to do a local scan from mopidy ui
or what do you mean by "Which add-on" , im quite new to this 
Well, you've posted your question in the add-ons channel
hence me asking, which add-on are you using as Mopidy
or it is a separate box?
oh sorry, its the one from the add-on store https://github.com/hassio-addons/addon-mopidy
Ah check
@raven tinsel I got the issue fixed and its running. Should I list a secondary DNS, like google or something?
@elder mica That add-on isn't released... I would not recommend on using it, which is why it is not in the add-on store btw (hence is why it showed all kinda of big warnings when you still went on)
@nocturne ember I don't π€·ββοΈ
but that is more personal, some want fallback π
btw, when you were on the podcast a few weeks ago, you said whats the dream add on
just throwing it out there, one of those self hosted cloud services
owncloud or something, whichever is the best
lol
im sure you got your reasons. keep doing what you do. thanks for this. its great
@raven tinsel After helping people try get Samba add on up and running with all the window craziness, a new addon that is just a simple webui file manager where they can upload/download files in the browser would be amazing
Something like this? https://github.com/filebrowser/filebrowser
Nm, not developed anymore π¦
Well a lot of add-ons provide that already
e.g., ssh, ftp, vscode, ide, configurator even.
Yes, tried to take them though those -- vscode ended up being the easiest
SSH with needing to setup the config file and root user was a bit too hard for some people
Don't know about ide or configurator, will have them look at those next time
Most of these people were trying to do a HACS initial install
Hi All, i beleive this is the correct place to be asking this, does anyone have any experience with integration with Niko Home Controll 2 ?
@west path => #integrations-archived
thank you π
Hi all, my googleFu is failing on me.
If someone could help I would be very thankful.
I installed the Grocy add-on from @raven tinsel and I can use it normally it's in the side bar and is perfect but my wife that just have user level can't see it on the side bar, what I'm I missing?
I'm guessing that it was some kind of filter for admin.
Thanks for the help.
perhaps I'm not using the correct terms in google.
i've written a django app some time ago and i would like to add it as a add-on, i can deploy it as a container and it builds and install, but when i call the web ui i get a 200 in the logs, but a connection refused in hassio...anyone ever had something similar or know where i can look at fixing this?
How can I use the "RPC Shutdown" if my Windows user does not have a password?
you can't. and samba is probably going to be a problem for you too
@chrome falcon
Using any computer these days without a password is nutty . You can set up windows to start without entering it, or compliment it with a simple pin number instead (a pin does not replace a password)
Well that sucks
Thanks for the reply
But Samba works just fine for me (I assume that means accessing Home Assistant config files from Windows)
@chrome falcon someone else not using a password had a lot of problems the other day, so I was just guessing that might be why
Oh, okay. Thanks for the heads up!
I think that I might need to setup a simple password and enable starting the pc & logging it without it
but administrating a windows pc (remote shutdown) without a proper user/pass isn't going to work I think
Yeah that's what I recommend
Thank you π
hey, i have question about AirCast, its working?
its find my chromecast tv with android tv, and thats all
hey...i have some trouble setting up the gmusic media player addon.
IΒ΄ve used the manual/tutorial from the hassio forum: https://community.home-assistant.io/t/google-music-in-ha-now-as-a-media-player/119918
To be precise...the addon is working but i experience track skipping. To solve that its recommended to install gmusicproxy. I did that. IΒ΄ve created oauth credentials but at the end of this process I get problems. When I paste the authentication code I get:
UserWarning: Cannot access /root/.local/share/gmusicapi/mobileclient.cred: No such file or directory
and
gmusicapi.Mobileclient1 (shared:183) [Warning]: could not retrieve oauth credentials from ´´/root/.local/share/gmusicapi/mobileclient.cred´´
any idea how to solve this issue?did i miss something obvious?thanks to anyone who cares!! π
anyone else having problems with the switch.adguard_protection? i just realized that the switch does not work. If i toggle it in Lovelace it toggles right back. However if i manually disable/enable the adblocker in the GUI it mirrors what just happed.
Anyone able to help, get the following error in the logs when I try to install the wireguard add
20-02-04 09:01:13 INFO (SyncWorker_4) [hassio.docker.interface] Pull image hassioaddons/wireguard-amd64 tag 0.2.0.
20-02-04 09:01:16 ERROR (SyncWorker_4) [hassio.docker.interface] Can't install hassioaddons/wireguard-amd64:0.2.0 -> 500 Server Error: Internal Server Error ("readlink /mnt/data/docker/overlay2: invalid argument").
readlink /mnt/data/docker/overlay2 -> Sound like a corrupted Docker file system
The supervisor has a option to repair that for you
run hassio supervisor repair (please note, this command might take a while to complete)
cheers will give that a crack now
Thanks, this worked a treat
run
hassio supervisor repair(please note, this command might take a while to complete)
@raven tinsel
i've written a django app some time ago and i would like to add it as a add-on, i can deploy it as a container and it builds and install, but when i call the web ui i get a 200 in the logs, but a connection refused in hassio...anyone ever had something similar or know where i can look at fixing this?
sorry for asking again, but i really not sure where else to ask
@tawdry pollen #devs_add-ons-archived would be a good place to ask
thank you
hey there!
is there a way to make the mariadb addon not configure anything?
i want to do that myself
and the config file is way too long if you have like 3 accounts and all that
@fiery ridge Not yet, however, as a matter of fact, I'm working on that
well not wanting to pressure you but when do you think we can except that? @raven tinsel
@fiery ridge It is currently blocked by something else
meant more like ... should i wait for it or go with portainer for now?
I really cannot not tell you
I have no idea, currently I have a POC working
but it depends on a lot of things, including time, and finishing things up (god knows what I will run in to).
Of course
Also while searching for the docker container I couldn't find one that would run on my pi....
I think I need a arm32 image but I only found arm64 images
Where do I need to change the IP address, so that I can access Pi-Hole from the Hass.io sidebar using a DNS?
pi hole supports ingress
What does that mean?
that's ingress
so is it not taking you to your https://whatever.com/a0d7b954_pihole ?
Yes, but when I'm using Home Assistant with a DNS, I can't access it. Using the local IP, sidebar works
So I'm trying to ask, where do I need to change some setting to make the sidebar work with a dns
If I'm using a DNS, for example "xxxx.asuscomm.com", I can't access Pi-Hole from the sidebar. If I use the local IP address, I can access it
there are no options for the sidebar. have you set xxxx.asuscomm.com as the base_url?
Pihole require you to add the Host you are visiting from?
@sly kindle what do you mean by base_url, it is not referenced in the pi-hole addon documentation?
Okay, so I need to add that to my configuration.yaml?
yes. I don't know if that will do the trick but try it
if you don't use :8123 to reach your instance, don't include it there either
Did not work :/
Pi-Hole web UI says "Failed Host Check: xxxx.asuscomm.com vs 192.168.1.4, , a0d7b954-pi-hole.local.hass.io, pi.hole, localhost, hassio, hassio.local"
I don't know if that would help with troubleshooting
I don't know
It does
Okay, where would add the host where I am visiting from?
Not sure, might not be possible π€·
Why pihole instead of adguard?
I have been using pi-hole before adguard home was released and have not seen a reason to switch over
If you want one: it's better in every possible way
Okay, maybe I'll need to check it out
And to answer my initial question, I need to add my DNS address to "virtual_host" of the pi-hole addon configuration.
The config variable was not referenced in the pi-hole addon documentation
can anyone help me with duckdns add on this isn"t working for me i have followed all the tutorials
"isn't working" is the absolute worst description of a problem BTW ;)
ok sorry for less discription i will be more specific
after i setup everything in duckdns when i enter my duckdns url the page isnt loading
are you using https://yourduckurl:8123 ?
yes
Add-on works
yes
have you done the port forwarding on your router?
it's possible that your service provider blocks connections
yeah thats the issue is ther any other way?
use a port that is not blocked, or get a service provider that doesn't suck
@upbeat moon is this the first thing you've opened a port for?
yes i have open port 80 and 443 to 8123
you should only need to open 8123 and forward that to 8123
Or does https also always need 443 too?
anyone using adguard addon with plex?
i am running into an issue with indirect connections locally
That is not a AdGuard issue
yea, i just cant seem to figure out this whole dns rebinding thing
ha
serach the whole damn interent except the docs
π€£
i am running plex on a different machine then my ubuntu
@raven tinsel i have plex running on a seperate machine on the same network
Yes?
same solution?
Yes π
lol
You can tell plex how it can be reached
it will communicate that with the client
the clients will try to find the best route to use
ok
Any ideas why I can't install visual studio addon? "This add-on is not available on your system.", using Home Assistant 0.104.3
you run arm (pi)
yes, pi 4
that's the reason
Anyone spare some syntax help for a camera dash using appdaemon?
I'm not having any luck
widget_dimensions: [197, 155]
widget_size: [1, 1]
widget_margins: [3, 3]
columns: 4
global_parameters:
widget_style: "font-size: 130%;"
layout:
-Β back_door
back_door:
title: BD
widget_type: camera
entity: camera.back_door
base_url: 10.0.1.198:8123
stream: on
I have got adguard set upbut I am still getting a fair number of ads. Is there certain settings i should edit
Hi, i have problem with update Grocy https://github.com/hassio-addons/addon-grocy/releases to latest version
My docker machine its missing after update. Anyone have that same issue ? @raven tinsel
Problem resolved FYI, you need add variable
"tweaks": {
"stock_product_freezing": true
}
Hi, I am trying to install this google assistant webserver addon https://github.com/marcelveldt/hassio-addons-repo/tree/master/google-assistant-webserver but am having some problems. When I click install on the addon page I get:
ERROR (SyncWorker_2) [hassio.docker.addon] Can't build 62c7908d/armv7-addon-google_assistant_webserver:0.0.4: The command '/bin/sh -c chmod a+x /run.sh' returned a non-zero code: 1
Any ideas on why this may be happening?
@sly kindle i did enable all of them now
Hi, has anyone seen the following issue: backtick: fatal: unable to spawn printcontenv: Exec format error
I had to rebuild my environment (I run a Virtual Intel-NUC if you will) and restored from a snapshot that I backed up. Now most of my add-ons gives me the error when starting. It also doesn't start with boot and unistall and re-install makes no difference.
It seems that somewhere a single quote is now a backtick or something to that effect.
@dawn shadow can you selectively restore instead
And what do you mean by virtual Intel nuc? Not the usual VM?
And what do you mean by virtual Intel nuc? Not the usual VM?
@sly kindle Sorry, I used the Virtual Appliance (VDI) and I am running this on Virtualbox. I did setup my own VM in the past which was basically a NUC. Anyway, by selectively restore, are you referring to the addons?
Yes, I don't know which you run but maybe restore your config and some basic access add-ons
(or none)
and then restore individual add-ons to see if there is one in particular causing an issue
or...if you get the issue right away then maybe your config has a problem
You wouldn't happen to know where home assistant keeps/cache add-ons? I can install any new addon, but some addons I had does not work and those I cannot start or reinstall.
Any third party add-ons need their repos added before you can restore them
Only 3rd pary I had was Google Drive backup, and that one I got working, I then used it to pull a backup and restore the rest.
Its basically Glances, Node-Red and MotionEye that is not working.
Glances you can just reinstall from scratch probably.
Motioneye...is there much config for that? don't remember
For node red you definitely want your restored version
That is what I am trying but it does not work. I don't mind redoing my configs but I cannot start the add on. I uninstall, restart, re-install but still it wont; I keep getting the error about the backtick.
Reboot the VM? I think I've seen this on my friend's virtual box install
I will quickly try and restore from last nights backup but exclude Glances as a test. Do a wipe and restore, then try and install Glances from scratch and see.
Reboot the VM? I think I've seen this on my friend's virtual box install
@sly kindle I have rebooted this VM lots of times. Will also try again after the restore just to be sure
@dawn shadow can you share the addon config for one of these bad addons
Anyone know what to do with Spotconnect, I need to use my Spotify username and password, but my Spotify is connected with my facebook account, and I can't login with a normal username and password.
@balmy pelican do you have your instance setup to output audio?
Is anyone using the wireguard add-on? I currently run openVPN on my firewall but if this is easy and can be run through home assistant and work with my android phone i'd love to move to it. Does it put your client on the same vlan as HA?
hello i am struggling with tasmota can anyone help?
i have flashed tasmota into nodemcu for PIR sensor and temperature sensor now in HA i cant see this in integration/mqtt
@sly kindle I fixed something with spotify support team, still havnt got it working, but atleast I have my credentials
Got it.
I need help with setting deconz up. I can't seem to login to the web-ui since I don't know the password. Also I have tried to reset the password, and "delight" does not work...
Any help is appreciated
@vencat I have one like that so i may be able to help if my system ever comes back up π¦
@raven tinsel Hi Frenck, got an issue with the decent add-on. Don't know why but I can't login to my gateway. Don't know if its supervisor 198 or OS 3.9. Same issue for some people here: https://github.com/home-assistant/hassio-addons/issues/1049
@eternal reef same here
thanks will look into it
Also having problems with very unstable hassio in which it crashes very often. However I'm not sure if got anything to do with this, since it's a whole new setup on a raspberry pi 3 b+, for the first time
When starting the deconz addon it also says: error: database is locked
This is the whole output
for me it seems to work fine but I just can't login. Tried uninstall/re-install, reset password, etc. nothing works
same experience here as well
thanks will look into it
@raven tinsel got this in supervisor log each time I try to login: ERROR (MainThread) [hassio.api.security] Invalid token for access /ingress/K3PD5SY7vo4rSG9OTM9YuLV973TvK5oxCucLsRmpNVU/api/
I get the exact same
Good Evening All!
Before I go making one myself, does anyone know if there's an add-on out there for the Valetudo maps? https://github.com/rand256/valetudo-mapper
Found one for the standard Valetudo, but not Valetudo RE yet. https://github.com/Poeschl/Hassio-Addons/tree/master/ICantBelieveItsNotValetudo
And in the same repo. Found it. Posting here in case anyone else is looking for it. https://github.com/Poeschl/Hassio-Addons/tree/master/valetudo-mapper
Now, my only consideration is going to be how to setup multiple vacuums with it. I may have to run separate instances of the add-on.
Hi, has someone installed deconz with hassio on docker as add-on? can works? I have big issue with default password
Anyone got PiHole working? I'm not shocked the slightest but it's not working out of the box.
@smoky mango there's an issue right now with deconz
@honest creek not working meaning...?
I prefer adguard myself
dnsmasq: failed to create listening socket for port 53: Address in use. Running HA on an Ubuntu box. Done some digging and found a link suggesting disabling the network manger on Ubuntu. Done that, reboot. Same error
Ahhhh. Thank you for that.
I give in. I'm removing HA.
Installed PiHole Directly on the Ubuntu Box. Works instantly.
big noob to Hass, rasp pi, and linux. I installed Home Assistant directly on a microSD card using the image for my Rasp Pi 4. Is there anyway to install docker alongside it or do I need to instead install Raspbian, then docker, then home assist?
@hoary fractal you used the image from where?
hello, i got the Deconz add-on up and running, but i can't get into the Phoscon WebUI, i am asked for a password, but i have no idea what it is. I tried the apparently default delight to no avail. Any idea how i can get into the UI ?
@sly kindle @tall fable after 4h I find the workaround! The addon suggest you to left blank local port if you are working on hassio. You need force the port in docker version and after a restart it works 
The web port used in home assistant should be different if you need to run the deconz for first time
i think it's been fixed in https://github.com/home-assistant/supervisor/pull/1479
i'll just wait for the next supervisor release and see if it fixes it π
hello! Question about Motioneye add-on: Is there any way in HA that I can toggle on/off either 1. motion detection or 2. video device? Running HA hassio. Would like to set preferably the whole video device on/off remotely, via lovelace UI. I have already tried few command line options but these doesn't seem to work (like: command_off: 'wget -q "http://xxx.duckdns.org:7999/4/detection/pause"' or command_off: 'wget -q "http://192.168.0.XXX:7999/4/detection/pause"' where XXX is HA ip). Could someone assist me?
Looks like LogViewer and IDE are the only views who did not get the gift of "Icons"? π
@smoky mango @tall fable 199 does fix that ingress issue, yeah
@eternal reef @drifting tundra βοΈ
and anyone else using deconz
Hi there ! I have some dumb question regarding the grocy add-on.
Is there a user manual somewhere? Not for the install and config, but for the actual usage of this ERP.
lots of installation guide but can't find user guide...
@trail gazelle yeah noticed the same. Even in their community section there is only the one link to philhawthorne's guide https://grocy.info/links
funny because it was added as an addon, and then the only guide out there is from an HA user π
Thank you very much !
Hello there! I just upgraded my HA that is running in a vm on my synology nas. And since i didn't use mqtt but want to now i tried starting it. But it doesn't start, there is also no log output. I restarted, reinstalled, restarted again all to no avail is there anyone that could help me figure this out?
Hey
Problems with Home Assistant Add-on: Check Home Assistant configuration
Log:
starting version 3.2.8
[18:00:16] INFO: Don't worry, this temporary installation is not overwriting your current one.
[18:00:16] INFO: Installing Home Assistant: latest...
[18:00:16] INFO: Please be patient, this might take a few minutes...
WARNING: You are using pip version 19.2.2, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[18:04:29] INFO: Installed Home Assistant 0.105.1
[18:04:29] INFO: Making a copy of your configuration for checking...
cp: can't stat '/config/home-assistant_v2.db-shm': No such file or directory
cp: can't stat '/config/home-assistant_v2.db-wal': No such file or directory
Have not moved in 50min?
Im on version 0.104.3 and checking against 0.105.1
1 hour 20 min.... and nothing... π¦
still running "green" icon
Will stop it and restart.
My log from check config: https://pastebin.com/GNRYegRx
Can someone help. whats wrong?
Discovery looks like this:
discovery:
ignore:
- denonavr
- samsung_tv
- tellstick
- igd
Hey, I am developing a custom add-on to Home Assistant and planing to add a webinterface that I want to expose through Ingress. Is it possible to reuse the css from Home Assistant so the colors from themes are showing in the add-on config too? I am a bit noob on this stuff so if someone could point me in the right direction I would be very thankful
@tender elbow don't believe i ever seen an ingress from an addon use the lovelace theme colors but you could poke around how some custom components do it such as hacs and see how that was done. I don't recall there being anything mentioned about it in the docs
Yea I could check out HACS that is a good idea...
@tender elbow you might want #devs_add-ons-archived ingress is not trivial
Yea I will try check out some of the add-ons and come back to #devs_add-ons-archived when I have more specific questions. Thanks!
is AdGuard Home free for personal use?
yes
does someone knows why my configurator keeps banning my IP (hassio) ?
Not sure if this is the right place to ask but I'm trying to start using appdaemon but I keep getting this error and not sure how to fix
INFO AppDaemon: Adding /config/appdaemon/apps/bring_back_group_all_x to module import path 2020-02-06 20:39:45.754872 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/bring_back_group_all_x/bbgax.py - ignoring
I don't have appdaemon but that looks like it's squawking about the group entities that were removed from HA and appdaemon itself hasn't been updated to reflect that. If the error isn't preventing you from doing anything you should be ok with ignoring it till they update the addon.
No that's that appdaemon app that I'm trying to use to readd those groups
ah
looking for some node-red help. New setup, homeassistant(hassio) when trying to call a service im getting this error:
Call-Service attempted without connection to server. Node in NR says no connection to server.
full log:
6 Feb 19:16:06 - [error] [api-call-service:Front Porch Light Switch] Call-Service attempted without connection to server.
6 Feb 19:16:09 - [info] [server:Home Assistant] WebSocket Connecting http://hassio/homeassistant
6 Feb 19:16:09 - [info] [server:Home Assistant] WebSocket Connected to http://hassio/homeassistant
it appears it can talk to HA, but says it can not change light state.
aye, neverming figured it out.
Howdy .. trying to set up Samba add-on and I installed it and edited the config but it not showing up on my Windows10 network map
I am sure I must have missed something somewhere
@fluid hill it won't. you access it by going to the url \\<ip of has machine> in the file browser
ok let me try that
or you could use something like filezilla ect
where do I enter the network map in windows 10 file browser .. doesn't look like the same one on Windows 7 lol
open file explorer. the yellow folder
icon
in the bar at the top, enter the backslashes and ip address
yay! I am in
thank you so much!
all because of the ip!!
i kept entering .75 over and over when it's over at .76
first thing .. create a network config and setup static ip ha!
for that .. I create a new folder inside config folder called network right?
no
networking doesn't happen in HA. That's lower level
Can you set a reserved ip on your router?
That'll work fine unless you plan on installing pihole or adguard
Got a EdgeRouter Lite
I recommend not installing either of those on your HA instance
don't know what those are so I won't install it π
I couldn't get my old zwave usb to work today so I ordered a new one .. this one https://www.amazon.com/gp/product/B01GJ826F8/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1
I've got that one. I use it for zigbee mostly. Zwave worked though
glad to hear it works ... I got a zwave door locks but I wanted a zigbee for the sage hughes doorbell senor if I can get it to work
works well. easy to add to HA. It's the pairing of devices that can get hairy
We are Deaf couple so we need light flashing to alert us when doorbell is pressed
Ah, that should be do-able. Or any other smart bulbs or switches can simply be triggered
yeah as long it could pair the Sage doorbell sensor .. the company that make it went out of busniess
but you can find them on ebay
it no luck .. I'll try the door contact reed switch trick next
You could also pick up and pair xiaomi motion sensors.
we have a doorbell camera Ezviz doorbell which have PIR motion sensors .. work greats but no good to us when our phones not with us lol
outdoor rated?
yeah doesn't look like
but Ill buy 2 to play with .. air mail so a month long shipping lol ...
yeah they take a while. There are also temp/humidity sensors, leak, and vibration sensors
I'll have to research on this ..
they use.. https://youtu.be/bW7Op86ox9g coin batteries!
but for multiple year use that is π
cool
had these for about 7 months and haven't changed a battery yet
I had a zwave multisensor and I was changing the batteries every other month
hrmmm ... I will make a notice of that info .. maybe I should look more into the zigbee then
supposedly they are suppose to use about the same but that doesn't include what changes in zwave+ introduce
going to get some sleep .. got work in the morning and again thank you everyone!
π
I missed the old irc days
started irc back in '92
lol
Guys, I have a question: I can't find in the configuration for the mosquitto and dnsmasq add-ons a way to disable logging. Is it possible? I'm trying to minimize sd card usage
@granite stump Logging is done to the console, which is in memory
In both of these add-ons?
