#add-ons-archived

1 messages Β· Page 25 of 1

dapper panther
#

507 recipes and 438 meal-plan items, sounds pretty reasonable, wonder where the performance bottleneck might be, anyway, trying the purge again with new knowledge now πŸ™‚

#

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

supple grove
#

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.
dapper panther
supple grove
#

Oh. Those queries are nonsense because day has to come from somewhere.

dapper panther
supple grove
#

That looks like it's doing something. If you have the glances addon you can somewhat monitor what it does.

dapper panther
supple grove
#

Just make sure to use it in another tab to keep the other thingy open.

dapper panther
#

'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

supple grove
#

I updated the queries above.

dapper panther
#

Installing glances now I guess...

#

Or maybe I could start with older than 200 days, then 150, then 100, then 50, then 30...

supple grove
#

Something is seriously wrong if deleting that takes so long. I also kinda doubt that deleting 10 rows or so makes a measurable difference.

dapper panther
supple grove
#

If you press z and m you can see processes and sort by memory respectively. That might explain the slowness.

dapper panther
#

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

supple grove
#

9MB~ is not a whole lot though. You might also want to run a vacuum once you're done.

dapper panther
#

vacuum ?

dapper panther
short ravine
#

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

jade wing
#

I need help getting zigbee working,

opaque fulcrum
#

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.

river wharfBOT
#

@full spindle I converted your message into a file since it's above 15 lines :+1:

full spindle
#

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.
steep quarry
#

Mariadb issues

dawn cairn
#

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?

modern magnet
#

I have problems with my Spotify connect addon

iron niche
#

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.

elder schooner
#

That add-on makes HA directories available to other devices - not vice versa

sinful glade
#

Is there any way to sync apple to do list with HA?

smoky granite
#

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

bitter skiff
#

I'd say try again later, probably a temporary DuckDNS issue (of which there are numerous)

smoky granite
#

Or do you know an alternative to DuckDNS

bitter skiff
#

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.

blazing inlet
#

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.

bitter skiff
#

plug in = add on? Log file output?

river wharfBOT
#

@blazing inlet I converted your message into a file since it's above 15 lines :+1:

bitter skiff
#

I think you're hitting the same issue as ffmstylez .... DuckDNS seems to be having issues causing DNS timeouts

blazing inlet
bitter skiff
#

Your certs aren't going to get issued if the DNS-01 challenge doesn't complete

iron niche
elder schooner
#

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.

iron niche
#

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.
elder schooner
#

What technology are you using to mount the shared folder in Ubuntu?

#

Samba?

iron niche
#

No, NFS

elder schooner
#

As I said: either as backup target or in /media or /share

#

No add-on required

iron niche
#

I see thanks going to check it now

elder schooner
#

Hope that fits your needs well enough

iron niche
#

umm cant create new folder? only one of the above?

elder schooner
#

It creates a subdirectory in those. But you cannot give it a fully new path

iron niche
#

I will mount them all why not... πŸ™‚

#

Oh I thouht it's replacing them

elder schooner
#

If you call the share "bacon" as media type, it will be the directory /media/bacon πŸ₯“ shksD

iron niche
#

first frigate so it's in media, prepare for frigate bacon folder lol

elder schooner
#

The crispiest camera footage available GhostNomNomNom

iron niche
#

@elder schooner Thanks for the tip, it's working great

jaunty lance
#

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.

fast spear
#

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?

elder schooner
#

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)

supple grove
#

In case you're open for alternatives. I use SSH and psshutdown. I use it a lot to make my PC sleep for example.

elder schooner
#

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

fast spear
elder schooner
#

The local password only works for user accounts without Microsoft account

fast spear
#

oh, welp i use a microsoft account

#

What I could do is make a second administrator account ofc

elder schooner
#

Microsoft password and the username like in the Users directory

#

E.g.: namez%microsoft_account_password

obtuse brook
#

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.

desert violet
#

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 ?

copper spoke
#

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.

copper spoke
#

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.

fast spear
elder schooner
polar hedge
#

ive succesfully set up samba share but Im not too sure on how to access the files ive uploaded through samba
any ideas?

elder schooner
#

Usually with the File Editor add-on or with Studio Code Server

fast spear
#

it also works for win 11

#

and for that you need administrator privleges ofc

polar hedge
elder schooner
#

The file name does not change. It is the same as the one you uploaded

polar hedge
#

I only see tts, blueprints, and .HA_VERSION through file editor
the test video Ive uploaded is inside a folder I made called "movies"

elder schooner
#

The file editor shows the files in /config by default.

polar hedge
fast spear
#

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/

bitter skiff
#

Sounds like those paths don't exist

#

Also... that article is 7 years old

fast spear
#

oh

bitter skiff
#

No errors in the DuckDNS addon?

#

Grab the logs

fast spear
#

i cant uplaod a txt file

#

and the logs are to long for discord

river wharfBOT
bitter skiff
#

You put a http:// where it doesn't belong

#

In the config

fast spear
#

oh

bitter skiff
#

Yup

fast spear
#

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

bitter skiff
#

Check your token .... others say they had a space at the beginning of the value that caused that

fast spear
#

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

bitter skiff
#

Yup

#

After you made the config change

#

That will get it to use the cert

#

and you'll need to connect over https after

fast spear
#

okay

#

restart or reload yaml

bitter skiff
#

restart

fast spear
#

oky

#

eh i cant connect via duckdns

bitter skiff
#

Port forwarded?

fast spear
#

no

bitter skiff
#

Using your internal IP

#

Just to confirm

fast spear
#

that works

bitter skiff
#

But you'll need to forward 8123->8123 on your router then

#

Or 443->8123, whatever you want to use

fast spear
#

even when im at home

bitter skiff
#

DuckDNS is set to resolve to your external IP

fast spear
#

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

bitter skiff
#

Usually people set up DuckDNS to get external access

#

What were you looking to do

fast spear
#

i have a meeting for a job moday tuesday or wednseday anyway so

fast spear
bitter skiff
#

Subscription yes, or a cloudflare tunnel

fast spear
#

is cloudflare free?

bitter skiff
#

It is

#

You'll need a domain

fast spear
#

i have one

fast spear
#

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

dawn cairn
#

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?

#

ah I created a wildcard cert very cool~

fast spear
#

i'm now waiting till cloudflare detects my nameserver has been updated

fast spear
#

it works baby

#

Letsgoo

#

and it was easy too

fast spear
#

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

bitter skiff
#

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

fast spear
#

yeah like adding ns records right?

#

tysm for your help btw

bitter skiff
#

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)

fast spear
#

okay

#

does it need to be prioxied

#

hmm i now have a website down error

#

ill check at it tomorrow

bitter skiff
#

Doesn't need to be proxied, depends if you want CF in the middle or not

fast spear
fast spear
#

wich now is gone because it doesnt have the nameserver anymore

bitter skiff
#

You'll have to give some more information regarding the "main page"

fast spear
#

Lemme think about how i can explain

fast spear
#

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 ---

  1. original nameservers
  2. Homeassistant.levgames.nl (for home assistant)
ivory bay
#

πŸŽ‰

remote oriole
#

sweet!

ivory bay
#

Channel descriptions will be added soon!

raven quartz
#

does the MQTT mosquitto addon log show when a client has published to a topic?

raven tinsel
#

nope

#

if you want to find that out, hook up a second client to MQTT an monitor it πŸ™‚

raven quartz
#

there's a client included in the developer tools MQTT tab, right?

remote oriole
#

@raven quartz yes it allows you to listen to a topic or publish

raven quartz
#

how do I add a MQTT-powered card to my overview page?

worthy geyser
raven quartz
#

yep

#

need to add the entity to configuration then select it in the card, got it πŸ™‚

bitter mural
#

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?

meager owl
#

@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?

teal lotus
#

something else is listening on port 53

meager owl
#

oh

#

can we change the port 53 for Adgaurd?

worthy geyser
#

do you have another addon that uses port 53?

meager owl
#

how do i find that?

teal lotus
#

look at your other addons

#

see if any are using port 53

meager owl
#

i dont see anythig using it

#

hence the query

#

is there a way to find who is using 53?

dense pewter
#

netstat -tanp on the host will show you what's using which ports

fair flint
#

Doesn't systemd-resolve tie up 53 locally?

dusty sandal
#

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?

meager owl
#

@dense pewter i see tcp 0 0 137.0.1.53:53 0.0.0.0:* LISTEN

dense pewter
#

anything serving DNS will consume 53, so yes

meager owl
#

which means i cannot use adgaurd?

fair flint
#

@meager owl You need to run netstat -uanp to see what is using the port

#

DNS is UDP (most of the time)

meager owl
#

i see this udp 0 0 135.0.0.53:53 0.0.0.0:* 727/systemd-resolve

#

@fair flint

fair flint
#

Yeah, it's your systemd-resolve like I thought

meager owl
#

i have no idea wats that

#

which means do i have any soln to use adgaurd? or not?

fair flint
#

That's your local DNS server (caching and what not)

#

You can turn it off

meager owl
#

please help how that can be done?

fair flint
#

@meager owl Complicated answer as it will break your internet connection if you are using it

meager owl
#

oh

fair flint
#

You can temporarily disable it by sudo systemctl stop systemd-resolved and then bring up adguard

meager owl
#

wats the point in breaking internet & using ad gaurd

#

πŸ™‚

fair flint
#

if things break, stop adguard and restart resolved sudo systemctl start systemd-resolved

meager owl
#

ok @fair flint Thanks ill give a try

worthy geyser
#

you guys need to add avatars to your profiles, because to me it looked like a monologe πŸ˜‰

sly wing
#

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?

bitter mural
#

try \\hostname

fair flint
#

@sly wing Are you using bridged networking?

sly wing
#

@fair flint I'm too dumb to know

fair flint
#

@sly wing You will need and probably want bridged -- is your host machine wired or wireless?

sly wing
#

@bitter mural I don't understand, where do I try that hostname?

fair flint
#

You can probalby see if you edit your virtual machine settings

sly wing
#

wired

fair flint
#

def want bridged then

sly wing
#

where do I find that setting?

fair flint
#

Edit virtual machine settings/profile -- what virtual machine are you using? virtualbox?

sly wing
#

yes VB

#

its set to bridged adapter

bitter mural
#

win+R -> \\yourhostname

fair flint
#

Ok -- now try @bitter mural suggestion

#

or \\ip where that is the IP of your HA virtual machine

sly wing
#

ok

#

"This Folder is Empty"

#

wait............

#

yes folder is empty

fair flint
#

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?

sly wing
#

correct, \my host ip...brings up a the network, but nothing in it

fair flint
#

Ok, so samba running, can get to the system, but can't see a share

sly wing
#

sorry for my ignorance, but what is "the system"

fair flint
#

system = HA VM

sly wing
#

i am in hassio, if that is what you mean, where do I see a share?

fair flint
#

You should see a share (a folder) after the window appears when you Win+R \\ip or hostname

sly wing
#

i think so, it lauches a "folder" Network>IP Address

#

it is empty

fair flint
#

What does your Samba add on config look like?

sly wing
#

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 ..........

worthy geyser
#

and what IP subnet are you coming from ?

sly wing
#

how do I tell?

#

Under network connections my host pc states a IPv4 Subnet Mask 255.255.255.0

fair flint
#

Should be IP address as well under network connections -- ususally above the mask

#

Could be called IPv4

sly wing
#

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

worthy geyser
#

That looks like a public ipv6

#

Wtf

sly wing
#

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

fair flint
#

@worthy geyser How can you tell it's a public prefix?

#

it would generate a fc00 or fd00 prefix?

sly wing
#

I'm trying to use Samba share to access my files, so I can install HACS

worthy geyser
#

@fair flint yeah, 2601 is Comcast owned

fair flint
#

@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>

sly wing
#

there are several IPv6 Temporary Addresses listed under my network connection details FYI

#

empty

fair flint
#

and does it show another log entry for denied connection at the same time?

sly wing
#

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

fair flint
sly wing
#

someone posted " I went back into my network and disabled IPV6, refreshed my desktop, and voila! I was able to connect"

fair flint
#

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

sly wing
#

ok

#

folder is empty

fair flint
#

and log entries?

sly wing
#

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


worthy geyser
#

Yeah, I've been working with IPv6 for 20 years, some of it I just don't master yet

fair flint
#

@worthy geyser I just ignore IPv6 to my own detriment

sly wing
#

BTW-Thanks for your help "guys"

fair flint
#

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”: [ ]

sly wing
#

one log entry line states: create_subnets: ignoring non IPv4 interface.

#

ok Ill try

fair flint
#

make sure you don't copy those smart quotes

sly wing
#

folder is empty

#

should I put those hosts back in?

fair flint
#

yes, to be safe, especially if you are rocking public IPv6 adddresses

sly kindle
#

@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

sly wing
#

ok I can try that

fair flint
#

@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?

sly wing
#

Credential Manager says: No Windows credentials.

sly kindle
#

it takes whatever is entered for the hostname on the system page in the ui

sly wing
#

I don't use a windows password

bitter mural
#

hassio by default

fair flint
#

So full path is \\hassio\hassio ?

sly kindle
#

no

bitter mural
#

no, config dir for instance is \\HASSIO\config

sly kindle
#

whatever you see there

#

and that can be changed

#

the samba addon will use that

fair flint
#

So try that @sly wing Win+R then \\<your-hostname>\config

sly kindle
#

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

sly wing
#

I tried Win+R then \<your-hostname>\config and my mouse just has a processing wheel on it???

fair flint
#

@sly kindle Shouldn't he be prompted if the credentials are rejected though?

sly kindle
#

@sly wing are you getting prompted for credentials at all?

fair flint
#

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

sly kindle
#

it might reject your user outright because no password

sly wing
#

no credentials

sly kindle
#

yeah

worthy geyser
#

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

sly kindle
#

I would set up a password for the windows user. You're rockin it like it's 2003

fair flint
#

Can he do SCP/SFTP instead?

worthy geyser
#

don't mix up 2003 with windows9x πŸ˜‰

brazen harbor
#

can anyone help me migrate my db to mariadb?

worthy geyser
#

when you just had to do esc to login

sly wing
#

yeah thats what I do... no login is great!

brazen harbor
#

i installed mariadb, but I think the db uis still in running in sqlite, since the data appearance is really slow

fair flint
#

slides Yubikey forward

worthy geyser
#

and people wonder why their accounts get hacked πŸ˜‰

sly wing
#

..........so what do you all suggest?

fair flint
#

@sly wing If it was me, I would dump Samba and try the SSH addon with SFTP πŸ™‚

sly wing
#

ok

fair flint
#

Download WinSCP and read through the addon notes

#

You need to set ssh: username to root, set a password and turn on sftp

worthy geyser
#

ssh as root 🀒

sly wing
#

oh boy

jade wing
#

I do that all the time... with an SSH CA πŸ˜‰

worthy geyser
#

🀒 you monster @jade wing

fair flint
#

You can turn it off after you get HACS loaded πŸ™‚

jade wing
#

No users on those systems...

sly wing
#

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

fair flint
#

Is there not a native file browser add on via webui?

#

Seems like that would be a no brainer

worthy geyser
#

long live editing with vi locally πŸ˜‰

sly wing
#

........uuh?

fair flint
#

Does vscode add on let you upload files?

sly wing
#

I created a folder with vscode, but wasn't sure if I could load the HACS folder into the "custom_components" folder I created

fair flint
#

Can you upload multiple files or a folder through vscode? @sly kindle ?

sly wing
#

@fair flint ...WAIT! I just saw the prompt to enter network credentials!!

#

..........but don't know what credentials to use lol

sly kindle
#

the ones in the addon

#

@fair flint not sure

sly wing
#

BINGO!

wheat schooner
#

Anyone using the visual code addon or the git pull addon. Which one is your favorite?

indigo gorge
#

Samba add-on: Exactly where do I add the " Config"?

brazen harbor
#

Anyone?

sly wing
#

I created the config folder with VSC then used samba share to move the hacs file to it

jade wing
#

@brazen harbor You don't really migrate, you just update recorder: to point to the new database

sly kindle
#

in...the "config" box πŸ˜„

indigo gorge
#

I thought I was supposed to add the Samba Config lines to my existing config.yaml

sly kindle
#

@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

worthy geyser
#

unless you have a funky subnet

brazen harbor
#

@jade wing yes, i have given the entry tin configuration.yaml as well

sly kindle
#

unless you have a funky subnet

brazen harbor
#

But people in community says its much faster

#

But i dont see a difference

sly wing
#

@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........??

sly kindle
#

just pin it

worthy geyser
#

Or map it as a network drive

fair flint
#

@sly wing Yes, sounds like mdns is not supported by something on your network

worthy geyser
#

mdns 🀒

sly kindle
#

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

jade wing
#

If you're still on a Pi, it won't boost performance much

brazen harbor
#

But it doesnt feel like it migrated at all

#

actually it had become worse

sly wing
#

@sly kindle do I enter the ip address in an internet browser address bar, or a folder

sly kindle
#

click on the yellow folder. that's file explorer

sly wing
#

when I open My Computer and click on Network, no options are there?

sly kindle
#

not in network. just go straight to the top address bar

#

Where it says > This PC

sly wing
#

"This Folder Is Empty"

sly kindle
#

🀦

sly wing
#

lol

fair flint
#

Bless you @sly kindle

sly wing
#

sorry computers are hard, lol

worthy geyser
#

If computers are hard, I wouldn't automate my house to be honest

sly wing
#

@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

honest bloom
#

It’s a simple samba file share... pin it

#

Pin it to your quick access in file explore

sly kindle
#

forget about the network icon, or google how to enable smbv1 and v2 for windows.

worthy geyser
#

that is NOT a good idea

sly kindle
#

which are disabled by default now because they are insecure

worthy geyser
#

atleast smbv1

honest bloom
#

No!

worthy geyser
#

DO NOT DO THAT

honest bloom
#

Do not enable v1

sly kindle
#

lol

worthy geyser
#

at this skill level, that would be a disaster

sly kindle
#

DO IT

#

and without a user password for windows? even better

sly wing
#

ok thanks everyone, I will just use the shortcut or type it in thanks again everyone!

sly kindle
#

I want to see this chaos

honest bloom
#

Consider v1 a massive security risk that only should be done by professionals in a secure legacy network

worthy geyser
#

sounds like the default hassio user anyway @sly kindle πŸ€·β€β™€οΈ

remote oriole
#

wasn't even that long ago v1 worked just fine lol

honest bloom
#

@remote oriole it still works fine.... viruses love it

worthy geyser
#

@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

honest bloom
#

@worthy geyser well yah. You only enable it for a mission critical old ass app

worthy geyser
#

no, the people who need those have migrated the apps already, I know customers still running token ring networks that have disabled smbv1

sly kindle
#

the first couple versions of the samba addon allowed the user to run it without setting a password, and people did

worthy geyser
#

people be idjits

jade wing
#

I remember those days πŸ˜‚

honest bloom
#

Not all :/

sly kindle
#

and then they opened a port for it

#

and then there were I've been hacked posts

#

on the forum

jade wing
#

Around that time was when HA also didn't require authentication πŸ˜„

#

So lots of folks didn't

worthy geyser
#

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

honest bloom
#

At least with ha, you can use basic http auth

#

But 99% of people do not know how to be a basic sysadmin

sly kindle
#

you can't run it without a password now, and we also have MFA so things got much better

worthy geyser
#

99.9% of people don't know the difference between reboot and power cycle

sly kindle
#

and restarting HA

remote oriole
#

@worthy geyser power cycle.. yanking the power plug?

worthy geyser
#

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

honest bloom
#

Yes

worthy geyser
#

@remote oriole people still do that ? we have smart PDUs damnit

#

I can power cycle a server in afghanistan if I want

#

🀣

honest bloom
#

Tell that to my work

jade wing
#

On and off and on and off and ...

remote oriole
#

sometimes you gotta show IT who's boss dmmit

worthy geyser
#

the future is now old man @honest bloom I've been building smart datacenters for 10+ years

honest bloom
#

3k PCs here and not one smart pdu

worthy geyser
#

PCs 🀒

honest bloom
#

Yah... not in the data center field

#

Much regrets there

indigo gorge
#

Problem solved, thanks

sly kindle
#

@indigo gorge which?

tidal lark
#

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?

raven tinsel
#

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

tidal lark
#

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

bitter mural
#

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?

raven tinsel
#

@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

tidal lark
#

How do I do that on OS level then

raven tinsel
#

Which OS are you running?

tidal lark
#

Debian stretch

raven tinsel
#

@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

tidal lark
#

Will try
Thanks for your tip

bitter mural
#

@raven tinsel can I use %%ingress_entry%% from within the addon configuration?

raven tinsel
#

nope

bitter mural
#

alright, thanks for the help

sly wing
#

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?

dark yoke
raven tinsel
#

Almost right

#

that channel is archived πŸ™‚

dark yoke
#

Still useful ;)

sly wing
#

ok thanks ledeeus

tidal lark
#

@raven tinsel tried with no success. How can I point /usr/share/hassio/homeassistant to /sharedfolders/external_drive/hassio/homeassistant

raven tinsel
#

with a bind mount

#

:S

tidal lark
#

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

whole river
#

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

remote oriole
#

@whole river which addon did you install? the MQTT broker or MQTT Server & Web Client?

whole river
#

mosquitto broker

remote oriole
#

and when you go into Configuration > Devices you say you see new devices?

#

or what

whole river
#

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')

remote oriole
#

and you gone through and added these to your config? Do you see the entities in the states tab?

whole river
#

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?

remote oriole
sly kindle
#

@whole river did you add the MQTT integration?

whole river
#

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?

remote oriole
#

well the MQTT integration is the second half of what you need that cogneato was referring to.

#

Configuration > Integrations > MQTT

whole river
#

Yes, this is ok, as I said the mqtt log shows successfull connection from HA

#

And 2 devices

remote oriole
#

gotta be something with your config then

manic fox
#

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?

rustic aspen
#

Is duckdns still a approved dns server for let's encrypt, since documentation does not show duckdns.

teal lotus
#

The duckdns add-on takes care of getting the let's encrypt cert if you change lets_encrypt to true

timber wharf
#

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

nocturne ember
#

when setting up ad guard home, how many of the DNS addresses should i put in to the router?

surreal kraken
#

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..

raven tinsel
#

@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.

surreal kraken
#

@raven tinsel will just using port 54 also work or am I just making it worse ?

raven tinsel
#

That will not work

#

most computers/devices cannot handle a port change on the DNS port

worthy geyser
#

any port up to 1024 are usually hard encoded into operating systems

surreal kraken
#

after adding a line of code to disable the stub its working, thanks !!!

frank thicket
#

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"

wooden spindle
#

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.

idle geyser
#

Hi all. did anyone had done the integration with Xiaomi Mi Aqara hub? Please revert

maiden geyser
#

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!

upper lichen
#
[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

upper lichen
#

Okay apparently Home Panel doesnβ€˜t save the login info after some time.. which is annoying 😦

sly wing
#

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

ember crater
#

Im trying to have proxmox data report to my influxdb addon but im trying to find the influxdb.conf file to enable udp?

raven tinsel
#

@ember crater The add-on doesn't support that

ember crater
#

thanks for the quick response enjoyed the stream!

wild locust
#

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 πŸ˜• ?

thin canyon
#

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

warm cedar
#

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.

fast summit
#

I have 120k domains and 23% blocked πŸ€”

eager sleet
#

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

raven tinsel
odd horizon
#

Any recommendations when AirCast does not detect my chrome cast?

dark yoke
#

buy apple tv

odd horizon
#

I was hoping for a cheaper option

proven shuttle
#

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?

weary stratus
#

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…

narrow kayak
#

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

fiery ridge
#

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)

upbeat hull
#

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 ?

brittle osprey
#

anyone can help on Samba addon ?

#

interpret_interface: Can't find address for wlan0
heres my problem

raven tinsel
#

@fiery ridge That is unfortunately a known issue at this point

#

I hope it gets resolved soon

brittle osprey
#

update on my problem.. i think enable samba client on windows solved my issue..

fiery ridge
#

@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

raven tinsel
#

On Portainer it is called stacks

bright vector
#

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

raven tinsel
#

You can't use the add-on as a client for you Pi itself

#

it was build for incomming connections

#

not outgoing

bright vector
#

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?

raven tinsel
#

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

bright vector
#

I apologize for the perhaps trivial question, but what are the risks involved in connecting PI as a wireguard client?

raven tinsel
#

WireGuard itself is not a risk

#

but messing with the network stack of a managed system is

sly kindle
#

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?

raven tinsel
#

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)

sly kindle
#

hmm

bright vector
#

Yes. Basically I have a wireguard server on an EC2 free tier. Then I have my phone as a wireguard client.
If I could connect hass.io as a wireguard client I could access hass.io UI remotely with the phone, without the need to open a port on my router (which I can't do)

#

If someone else sees a better solution I would be happy.

blazing wasp
#

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?

bright vector
#

@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)?

raven tinsel
#

@bright vector The above reasoning I gave

#

is the reason the add-on does NOT have access to the host network

bright vector
#

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.

pale willow
#

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)

raven tinsel
#

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.

pale willow
#

Okay, looks like I'm going back to ubuntu server then. thanks.

bright vector
#

Thank you ! I will give a try with ZeroTier

pale willow
#

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.

obtuse ginkgo
#

is there an add-on that lets you do things with hassOS like change the IP configuration?

nocturne ember
#

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?

raven tinsel
#

the box

nocturne ember
#

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?

fast summit
#

It won't accept a port in the ip box? (ip:port)

nocturne ember
#

nope

fast summit
#

Then I guess you must have it running in the default port or it won't work

nocturne ember
#

got it

#

im running ito the issue where port 53 is already in use

#

trying to figure out whats using it already

raven tinsel
#

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

nocturne ember
#

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

raven tinsel
#

hehe

fair flint
#

@nocturne ember Run a sudo netstat -ulp | egrep \:53\|\:dns\|domain

nocturne ember
#

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?

elder mica
#

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

raven tinsel
#

Which add-on are you running that with @elder mica ?

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 mildpanic

raven tinsel
#

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?

elder mica
raven tinsel
#

Ah check

nocturne ember
#

@raven tinsel I got the issue fixed and its running. Should I list a secondary DNS, like google or something?

raven tinsel
#

@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 πŸ€·β€β™‚οΈ

nocturne ember
#

ok

#

thats good enough for me!

#

thanks as always

raven tinsel
#

but that is more personal, some want fallback πŸ™‚

nocturne ember
#

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

raven tinsel
#

Yep, it is requested a lot tbh

#

However, I currently avoid on doing that πŸ˜‰

nocturne ember
#

lol

#

im sure you got your reasons. keep doing what you do. thanks for this. its great

fair flint
#

@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

#

Nm, not developed anymore 😦

raven tinsel
#

Well a lot of add-ons provide that already

#

e.g., ssh, ftp, vscode, ide, configurator even.

fair flint
#

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

west path
#

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 ?

raven tinsel
west path
#

thank you πŸ™‚

weary stratus
#

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.

tawdry pollen
#

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?

chrome falcon
#

How can I use the "RPC Shutdown" if my Windows user does not have a password?

sly kindle
#

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)

chrome falcon
#

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)

sly kindle
#

@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

chrome falcon
#

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

sly kindle
#

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

chrome falcon
#

Thank you πŸ˜„

weary stratus
#

hey, i have question about AirCast, its working?

#

its find my chromecast tv with android tv, and thats all

hoary breach
#

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!! πŸ™‚

surreal crest
#

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.

true minnow
#

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").

raven tinsel
#

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)

true minnow
#

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

tawdry pollen
#

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

raven tinsel
tawdry pollen
#

thank you

fiery ridge
#

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

raven tinsel
#

@fiery ridge Not yet, however, as a matter of fact, I'm working on that

fiery ridge
#

well not wanting to pressure you but when do you think we can except that? @raven tinsel

raven tinsel
#

@fiery ridge It is currently blocked by something else

fiery ridge
#

meant more like ... should i wait for it or go with portainer for now?

raven tinsel
#

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).

fiery ridge
#

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

chrome falcon
#

Where do I need to change the IP address, so that I can access Pi-Hole from the Hass.io sidebar using a DNS?

sly kindle
#

pi hole supports ingress

chrome falcon
#

What does that mean?

sly kindle
#

How did you add it to the side panel?

#

sidebar I mean

chrome falcon
#

Hass.io --> Add-ons --> Pi-Hole --> Show in sidebar

sly kindle
#

that's ingress

chrome falcon
#

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

sly kindle
#

you have no domain name?

#

only ip address?

chrome falcon
#

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

sly kindle
dark yoke
#

Pihole require you to add the Host you are visiting from?

chrome falcon
#

@sly kindle what do you mean by base_url, it is not referenced in the pi-hole addon documentation?

sly kindle
#
http:
  base_url: https://xxxx.asuscomm.com:8123```
#

it wouldn't be referenced

chrome falcon
#

Okay, so I need to add that to my configuration.yaml?

sly kindle
#

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

chrome falcon
#

Did not work :/

#

I don't know if that would help with troubleshooting

chrome falcon
#

I don't know

dark yoke
#

It does

chrome falcon
#

Okay, where would add the host where I am visiting from?

dark yoke
#

Not sure, might not be possible 🀷
Why pihole instead of adguard?

chrome falcon
#

I have been using pi-hole before adguard home was released and have not seen a reason to switch over

dark yoke
#

If you want one: it's better in every possible way

chrome falcon
#

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

sly kindle
#

@chrome falcon yeah adguard has some nice integrations with HA too

upbeat moon
#

can anyone help me with duckdns add on this isn"t working for me i have followed all the tutorials

dark yoke
#

"isn't working" is the absolute worst description of a problem BTW ;)

upbeat moon
#

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

sly kindle
dark yoke
#

When you start the add-on, does it say OK or KO?

#

If OK, the add-on works

upbeat moon
#

yes

upbeat moon
dark yoke
#

Add-on works

upbeat moon
#

yes

fast summit
#

have you done the port forwarding on your router?

upbeat moon
#

yes

#

as my network is NAT

#

filtering

fast summit
#

it's possible that your service provider blocks connections

upbeat moon
#

yeah thats the issue is ther any other way?

fast summit
#

use a port that is not blocked, or get a service provider that doesn't suck

sly kindle
#

@upbeat moon is this the first thing you've opened a port for?

upbeat moon
#

yes i have open port 80 and 443 to 8123

fast summit
#

you should only need to open 8123 and forward that to 8123

#

Or does https also always need 443 too?

nocturne ember
#

anyone using adguard addon with plex?

sly kindle
#

@nocturne ember you mean, with a plex server on the network?

#

I am

nocturne ember
#

i am running into an issue with indirect connections locally

raven tinsel
#

That is not a AdGuard issue

nocturne ember
#

yea, i just cant seem to figure out this whole dns rebinding thing

raven tinsel
#

It has nothing to do with that either

#

πŸ˜›

#

Reading however, helps πŸ˜‰

nocturne ember
#

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

raven tinsel
#

Yes?

nocturne ember
#

same solution?

raven tinsel
#

Yes πŸ™‚

nocturne ember
#

lol

raven tinsel
#

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

nocturne ember
#

ok

weary stratus
#

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

dark yoke
#

you run arm (pi)

weary stratus
#

yes, pi 4

sly kindle
#

that's the reason

native oxide
#

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
nocturne ember
#

I have got adguard set upbut I am still getting a fair number of ads. Is there certain settings i should edit

sly kindle
#

@nocturne ember did you already enable the other filters?

weary stratus
#

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
}

bright sierra
#

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?

nocturne ember
#

@sly kindle i did enable all of them now

dawn shadow
#

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.

sly kindle
#

@dawn shadow can you selectively restore instead

#

And what do you mean by virtual Intel nuc? Not the usual VM?

dawn shadow
#

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?

sly kindle
#

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

dawn shadow
#

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.

sly kindle
#

Any third party add-ons need their repos added before you can restore them

dawn shadow
#

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.

sly kindle
#

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

dawn shadow
#

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.

sly kindle
#

Reboot the VM? I think I've seen this on my friend's virtual box install

dawn shadow
#

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

sly kindle
#

@dawn shadow can you share the addon config for one of these bad addons

balmy pelican
#

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.

sly kindle
#

@balmy pelican do you have your instance setup to output audio?

obtuse ginkgo
#

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?

upbeat moon
#

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

balmy pelican
#

@sly kindle I fixed something with spotify support team, still havnt got it working, but atleast I have my credentials

#

Got it.

eternal reef
#

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

dawn moss
#

@vencat I have one like that so i may be able to help if my system ever comes back up 😦

drifting tundra
#

@eternal reef same here

raven tinsel
#

thanks will look into it

eternal reef
#

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

drifting tundra
#

for me it seems to work fine but I just can't login. Tried uninstall/re-install, reset password, etc. nothing works

eternal reef
#

same experience here as well

drifting tundra
#

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/

eternal reef
#

I get the exact same

honest creek
#

Good Evening All!

gleaming steppe
gleaming steppe
#

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.

smoky mango
#

Hi, has someone installed deconz with hassio on docker as add-on? can works? I have big issue with default password

honest creek
#

Anyone got PiHole working? I'm not shocked the slightest but it's not working out of the box.

sly kindle
#

@smoky mango there's an issue right now with deconz

#

@honest creek not working meaning...?

#

I prefer adguard myself

honest creek
#

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

sly kindle
#

don't disable network manager

honest creek
#

Ahhhh. Thank you for that.

honest creek
#

I give in. I'm removing HA.

honest creek
#

Installed PiHole Directly on the Ubuntu Box. Works instantly.

hoary fractal
#

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?

sly kindle
#

@hoary fractal you used the image from where?

tall fable
#

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 ?

smoky mango
#

@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 mildpanic

The web port used in home assistant should be different if you need to run the deconz for first time

tall fable
#

i'll just wait for the next supervisor release and see if it fixes it πŸ˜‰

weary stratus
#

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?

manic fox
#

Looks like LogViewer and IDE are the only views who did not get the gift of "Icons"? πŸ˜‹

sly kindle
#

@smoky mango @tall fable 199 does fix that ingress issue, yeah

#

@eternal reef @drifting tundra ☝️

#

and anyone else using deconz

trail gazelle
#

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.

sly kindle
#

@trail gazelle

trail gazelle
#

lots of installation guide but can't find user guide...

sly kindle
#

@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 πŸ˜›

trail gazelle
#

Thank you very much !

ember aurora
#

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?

gleaming blaze
#

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

gleaming blaze
#

1 hour 20 min.... and nothing... 😦
still running "green" icon

Will stop it and restart.

gleaming blaze
#

Can someone help. whats wrong?

Discovery looks like this:

#

discovery:
ignore:
- denonavr
- samsung_tv
- tellstick
- igd

tender elbow
#

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

remote oriole
#

@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

tender elbow
#

Yea I could check out HACS that is a good idea...

sly kindle
tender elbow
#

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!

covert arch
#

is AdGuard Home free for personal use?

raven tinsel
#

yes

tacit wraith
#

does someone knows why my configurator keeps banning my IP (hassio) ?

weak jackal
#

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
remote oriole
#

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.

weak jackal
#

No that's that appdaemon app that I'm trying to use to readd those groups

remote oriole
#

ah

tacit kettle
#

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.

tacit kettle
#

aye, neverming figured it out.

fluid hill
#

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

remote oriole
#

@fluid hill it won't. you access it by going to the url \\<ip of has machine> in the file browser

fluid hill
#

ok let me try that

remote oriole
#

or you could use something like filezilla ect

fluid hill
#

where do I enter the network map in windows 10 file browser .. doesn't look like the same one on Windows 7 lol

sly kindle
#

open file explorer. the yellow folder

#

icon

#

in the bar at the top, enter the backslashes and ip address

fluid hill
#

I did exactly this ..

#

ohhhhhhhhhhhh duh .. stupid me .. wrong ip!

sly kindle
#

πŸ˜›

fluid hill
#

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?

sly kindle
#

no

#

networking doesn't happen in HA. That's lower level

#

Can you set a reserved ip on your router?

fluid hill
#

yes I can

#

Ill do that

sly kindle
#

That'll work fine unless you plan on installing pihole or adguard

fluid hill
#

Got a EdgeRouter Lite

sly kindle
#

I recommend not installing either of those on your HA instance

fluid hill
#

don't know what those are so I won't install it πŸ˜›

sly kindle
#

I've got that one. I use it for zigbee mostly. Zwave worked though

fluid hill
#

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

sly kindle
#

works well. easy to add to HA. It's the pairing of devices that can get hairy

fluid hill
#

We are Deaf couple so we need light flashing to alert us when doorbell is pressed

sly kindle
#

Ah, that should be do-able. Or any other smart bulbs or switches can simply be triggered

fluid hill
#

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

sly kindle
#

You could also pick up and pair xiaomi motion sensors.

fluid hill
#

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

fluid hill
#

outdoor rated?

sly kindle
#

These little things...work pretty well

#

I doubt it πŸ˜›

fluid hill
#

yeah doesn't look like

#

but Ill buy 2 to play with .. air mail so a month long shipping lol ...

sly kindle
#

yeah they take a while. There are also temp/humidity sensors, leak, and vibration sensors

fluid hill
#

I'll have to research on this ..

remote oriole
#

but for multiple year use that is πŸ‘

fluid hill
#

cool

sly kindle
#

had these for about 7 months and haven't changed a battery yet

fluid hill
#

so zigbee use less power than zwave?

#

or drain less?

sly kindle
#

I had a zwave multisensor and I was changing the batteries every other month

fluid hill
#

hrmmm ... I will make a notice of that info .. maybe I should look more into the zigbee then

remote oriole
#

supposedly they are suppose to use about the same but that doesn't include what changes in zwave+ introduce

fluid hill
#

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

granite stump
#

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

raven tinsel
#

@granite stump Logging is done to the console, which is in memory

granite stump
#

In both of these add-ons?