#add-ons-archived

1 messages · Page 44 of 1

pearl sentinel
#

🙂

#

How do I test?

cunning wolf
#

Do either of them send messages to Mosquitto successfully? You'll see activity in MQTT Explorer when stuff happens.

pearl sentinel
#

Ok, I'll look

#

I don't know how to make something happen with the RA integrated into HA but I tried to run RA on the Pi0 and didn't see anything happening in MQTT explorer

cunning wolf
#

Then you need to figure out why RA isn't working. Fix that, then come back here 😉

#

I believe you were already told about the RA Discord.

pearl sentinel
#

OK

#

Nope

#

I can google the server

viscid orchid
#
/opt/nodejs/lib/node_modules/room-assistant/node_modules/config/lib/config.js:18                                        2
    throw new Error('Configuration property "' + property + '" is not defined');
    ^

Error: Configuration property "global.integrations" is not defined
    at Config.get (/opt/nodejs/lib/node_modules/room-assistant/node_modules/conf 
pearl sentinel
#

Oh yeah, sorry

cunning wolf
pearl sentinel
#

Thanks again!

median fiber
#

I am new to HA and installed the GROCY addon but when I try and open the web ui I gat 502 bad gateway

lucid iron
#

Hi y'all. Having issues with mosquitto; tried googling, but can't find a solution, so i thought i'd ask here. I've installed mosquitto v5.1 through the add-ons; clicked 'start', the wheel thing turns a couple times, 'start' switches from blue to red backround for about 1 second, then it goes back to blue. I restarted HA and tried again; same result. Mosquitto log is empty and HA log doesn't show anything about mosquitto. Any ideas on what the issue could be?

distant moss
#

browser_mod is working great on my windows box, but my android phone goes to the old config

viscid orchid
#

browser_mod uses local data in each browser to differentiate them. it depends on what'd you're trying to do with browser_mod, which is a #frontend-archived thing

#

@lucid iron The add-on log should have something

lucid iron
#

@viscid orchid The Mosquitto log (i.e., the GUI I get to thtough HA>Supervisor>Mosquitto borker>Log) is empty. Clicking on "refresh" still shows it empty

viscid orchid
#

uninstall and re-install the addon

#

I've seen that when I've reinstalled a snapshot and it gets confused

lucid iron
#

Tried that; didn't work

viscid orchid
#

🤷

lucid iron
#

also rebooted HA, still nothing

#

given that it's a "not officially supported method", perhaps that means that not everything works

viscid orchid
#

I installed it, started it, and it worked fine

#

maybe you already have a broker listening on 1883

lucid iron
#

hmm.. didn't think about that

viscid orchid
#

netstat -ln | grep 1883 from your host

lucid iron
#

thanks! was trying how to check that using nmap

#

btw, nmap on my host IP, does not show 1883 open

#

I'm trying netstat now

viscid orchid
#

you may have permissions issue with the mosquitto addon directory

lucid iron
#

ok, not sure how to read the netstat output... maybe I have 1883 listening? (pasting output in a sec)

#

netstat -ln | grep 1883
tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN
tcp6 0 0 :::1883 :::* LISTEN
unix 2 [ ACC ] SEQPACKET LISTENING 18835 /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 18830 /run/systemd/journal/stdout

#

re' permission issue, how could I check that?

#

while checking for permission, I opened Portainer and see that a Mosquitto container was created

viscid orchid
#

looks like something is listening on 1883:

lucid iron
#

I'm checking logs there

viscid orchid
#
tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN
tcp6       0      0 :::1883                 :::*                    LISTEN
lucid iron
#

yeah, that is what I thought

#

trying to run the container from Portainer tells me that the address is in use

#

thanks for helping me get thus far!

#

checking now what other service is using that port

viscid orchid
#

you have a couple of options - be happy with the broker that appears to be running on your Ubuntu host, or stop/disable it and use the addon

lucid iron
#

the one on Ubuntu was installed when I installed the add-on

#

I think (guess...) they are the same thing

viscid orchid
#

seems unlikely

lucid iron
#

I did not install it with a docker command

viscid orchid
#

if you uninstall the addon, does netstat still say that something's listening?

lucid iron
#

and the "created" date shown on Portainer matches the time I installed the add-on

viscid orchid
#

of what?

lucid iron
#

if you uninstall the addon, does netstat still say that something's listening? <-- let me try

#

of what? <-- timestamp mosquitto container was created (as shown on portainer) is the same time I installed the add-on through HA gui

#

removing the add-on now

viscid orchid
#

that's probably the addon container. you don't have to install mosquitto via container, so that doesn't mean much

lucid iron
#

removed mosquitto through HA gui; the container is aslo gone

#

so... it looks like I have mosquito running. Don't know how, though

#

sudo lsof -i TCP:1883
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mosquitto 1672 root 4u IPv4 35254 0t0 TCP *:1883 (LISTEN)
mosquitto 1672 root 5u IPv6 35255 0t0 TCP *:1883 (LISTEN)

viscid orchid
#

there ya go

#

so...

#

you have a couple of options - be happy with the broker that appears to be running on your Ubuntu host, or stop/disable it and use the addon

lucid iron
#

HA doesn't "see" it, though

#

Actually, I don't know how to make HA see it

viscid orchid
#

if it's listening, which it is, then just point HA to it

lucid iron
#

and I don't know how it got installed

#

cause I don't see it as a separate container

viscid orchid
#

like I said, you don't need to install it via container

#

you need to decide what to do next from the two options I mentioned

lucid iron
#

yup, got that

viscid orchid
#

I prefer my broker to be decoupled from HA, so I would just stick with what's already installed

lucid iron
#

to point to the one running, I'd follow these instruction, right?

viscid orchid
#

you may be able to configure it straight from the UI: configuration -> Integrations -> '+" -> MQTT

#

it doesn't mention that, but I think it works

lucid iron
#

even if I don't see "MQTT" in the integrations?

#

just add one?

viscid orchid
#

yes

lucid iron
#

ok, trying that now

viscid orchid
#

you should also install MQTT Explorer on your machine of choice and attempt to connect to the broker from there

#

that will tell if you if it's working, and HA should be able to use it

lucid iron
#

your machine of choice <-- not the server where the broker is running, right? So, a laptop, perhaps, to connect to the server where the broker is running to check whether it works, correct?

viscid orchid
#

yes

#

it's a desktop app

#

multi-platform

lucid iron
#

ok, testing

#

btw, I created the integration. it is shwoing on the gui

#

but don't see how to check whether it is working (yes, I'll check with MQTT Explorer)

viscid orchid
#

what do you want to do with MQTT now that you have it?

lucid iron
#

so, it seems like the broker is working

#

MQTT Explorer shows me uptime, messages, etc

#

thanks for helping me with that

#

what do you want to do with MQTT now that you have it? <-- I'd been running HA on RPI. I'm now moving to HA on Docker in Ubuntu; qt-ozw on Docker in RPI

viscid orchid
#

ok, that was mostly a response to

but don't see how to check whether it is working (yes, I'll check with MQTT Explorer)

lucid iron
#

which took me throught this path

viscid orchid
#

right, so now set up that integration, create a container for ozwdaemon, and profit

lucid iron
#

yup, trying that now

viscid orchid
lucid iron
#

thanks a lot for the help!

viscid orchid
#

np

#

you had it working all along 🙂

lucid iron
#

🙂

pearl sentinel
#

I finally got RA to work!

#

I still get the Avahi and Bonjour warnings when it starts though. Is that a problem?

dense spadeBOT
pearl sentinel
#

Whoops.

#

Now that I have RA up and running. I'd like to be able to track devices. If I use the MAC addresses of a phone's bluetooth or BLE, will it randomize? Should I use the Service UUID instead? Also, how do I find out the MAC addresses or Service UUID of a particular phone's Bluetooth?

If I'm not mistaken, I think that once I find the MAC address or Service UUID of a bluetooth device, I have to add it to the MQTT broker but right now if I go to Integrations --> Devices I have only one:

Manufacturer: unknown
Model: Docker Container
Integration: MQTT```

I have two MQTT Entities:
```Name: changeme Cluster Leader
Entity ID: sensor.changeme_cluster_leader

Name: changeme Cluster Size
Entity ID: sensor.changeme_cluster_size```

Thanks! Apologies for all of the questions.
woven relic
sly kindle
#

@woven relic reload the addon store from the upper right of the page

woven relic
#

The entire log says, i guess i have a corrupted file somewhere:

20-08-30 14:20:57 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/home-assistant/hassio-addons repo: Cmd('git') failed due to: exit code(128)
cmdline: git fetch --depth=1 --update-shallow -v origin
stderr: 'error: object file .git/objects/89/71e05707a92a86cd71858afc5bd18dd1ce50c1 is empty
fatal: loose object 8971e05707a92a86cd71858afc5bd18dd1ce50c1 (stored in .git/objects/89/71e05707a92a86cd71858afc5bd18dd1ce50c1) is corrupt'.
20-08-30 14:20:59 ERROR (MainThread) [supervisor.utils.json] Can't read json from /data/addons/core/zwave/config.json: Expecting value: line 1 column 1 (char 0)

somber haven
#

hi all - anyone having issues with SSH addon? Since the last version - 7.5.0 - it cannot start - as it cannot bind on port 22

dark yoke
#

Then something else is using that port

somber haven
#

running on Docker / Synology - it worked until the last version 😦 - command netstat -tulpn | grep 22 produces: tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 18712/sshd tcp6 0 0 :::22 :::* LISTEN 18712/sshd

#

@dark yoke hi - thank you for the fast reply - is there a way to determine what? as I do not have anything else running on port 22

#

to my knowledge

cunning wolf
#

22 should only be SSH, so you likely have another SSH server listening.

#

If you're running on a NAS, your NAS probably has SSH.

somber haven
#

yes - it has - HA is also on Docker on the same NAS -

cunning wolf
#

So you have something listening on port 22 on that device. You can't have two processes listening on the same port.

somber haven
#

should I disable SSH access to NAS on port 22 - maybe that's what is binding the address?

cunning wolf
#

If you want SSH access to your HA instance, yes.

#

You'll lose access to whatever the other process gave you.

somber haven
#

ok, let me try and see if that's the culprit

#

back in 3

woven relic
#

Any of you guys knows how to get access to the supervisor container?

#

I would like to do a git fetch -f

somber haven
#

ok, I disabled the SSH service on NAS - I no longer can access the NAS via ssh - but the addon when started throws the same error - cannot bind on port 22

#

ok, solved the issue - I bind-ed the addon port on another port - and now it's workin

#

thanks all for the help

sonic glen
#

Morning all

#

I think I done goofed

#

I've been learning git workflows over the last couple weeks or so, and recently discovered VSCode addon for HA

#

love at first sight. have been getting tons done in the config lately

#

Then I decided hey lets implement version control

#

So I used the commit command. I realized afterwards it was going to stage all the items in HA

#

This process ended up breaking HA completely. Even tho I would think it shouldnt

#

Cant even SSH right now. I'm assuming thats because the CPU is overran, but I dont know at this point

cunning wolf
#

Committing files to git doesn't change the files. It's unlikely that's what broke your setup.

#

Maybe it's a CPU thing, in which case just wait for it to finish or restart the device.

sonic glen
#

Thats what I was thinking. But not even 5 minutes after commiting, "Connection Lost. Reconnecting..."

#

Makes sense

#

Thanks ill try that

cunning wolf
#

When you do get access, you can always just delete the .git folder you just created and start again properly.

#

You'll likely only want to back up some of your /config folder. I say some because you shouldn't commit your secrets.yaml file 😉

sonic glen
#

Thanks for the security tip for sure 😆

cunning wolf
#

Depending on your setup, modify that to cover any other files you don't want in source control.

sonic glen
#

Nice..learned something new. So using that and editing it for my setup will cause git to not try and stage items that dont need to be.

cunning wolf
#

The whole point of a .gitignore file is that, as far as git is concerned, those files don't even exist. It won't track changes for them and it won't add them even if you did something like git add . (which normally adds all files).

sonic glen
#

Much appreciated

fluid dove
#

Using the NGINX Add On to access HA outside my network. I followed a guide and got this working all well and fine. Can you use the NGINX Add On to also configure other apps too? For example, I have Ombi running to manage requests for my Plex server. Wondering that my HA instance of NGINX could be used for Ombi running on my Plex Server too? Forgive me if it is a noob question, the whole SSL thing is one of the only parts I dont have a mental grasp on yet.

#

Sounds like it can be done, any simple instructions for how? Been Googling for a while now, just not quite clicking with me yet

hexed marsh
#

I have an issue where My HA reporter is writing a number as a string via postgresql so Grafana will not show the column in the query. Is this an value type I need to define in ESPHome or a lost cause. Tried to cast() and convert() but nothing seems to work.

#

haha that was easy, tried cast(x as decimal) and deleted the entry "Unknown" and it works!

night bluff
#

afternoon all - stupid question of the day....
Will uninstalling the Portainer Add-on affect portainers that have been deployed?
Why am I uninstalling? Because I'm running a DEV version of Portainer (installed after the 1.2.0 version wouldn't let you deploy any containers!) and I want to move to the latest release version (which apparently has fixed this) so I'm up-to-date security-wise....
So I want to uninstall the 'local' DEV version and install/deploy the latest RELEASE version.... but I don't want to screw with my existing deployed containers.....

night bluff
#

and while I'm asking questions.... What do I need to do, to get new Devices in MQTT showing up in Home-Assistant?
I recently got my HVAC system talking MQTT.
I can SEE it in MQTT Explorer, but the MQTT broker integration in HA is still only showing the 1 device and 23 entities from my alarm system... not 2 devices plus however many OTHER entities it should be importing for my HVAC system....

viscid orchid
#

No, portainer just helps manage containers. Installing or uninstalling it has no effect on other containers

#

Regarding your MQTT question, it’s sounds like you should ask in #integrations-archived and mention the integration that you’re using

night bluff
#

@viscid orchid Excellent!! Thanks ....on both counts!

hallow eagle
#

Hey there, i am having issue with publishing to mqtt. I have multiple sensors and reading 2 values each in loop. in mqtt explorer however i see that the messages count for ths values are not same. Is this normal that some messages got lost?

boreal trellis
#

Would like to thank @iesus#6204 for creating a feature I've been looking for...

#

Allows you to create a link that can expire to someone to call a service. I wanted to use it so I can send someone a link to open the gate when visiting. You can set to single use and and start date and time and expiry time

#

Still in very early stages of development

#

But working

slender elbow
#

Hello,
I have resetted my HA (HomeAssistantOS Raspi4) with a clean configuration, I have installed duckdns but I get this error in the logs
Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 461, in start await prepare_meth(request) File "/usr/local/lib/python3.8/site-packages/aiohttp/web_fileresponse.py", line 223, in prepare st = await loop.run_in_executor(None, filepath.stat) File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.8/pathlib.py", line 1194, in stat return self._accessor.stat(self) FileNotFoundError: [Errno 2] No such file or directory: '/config/home-assistant.log'
HA Version 0.114.4

modern hound
#

Anyone using the RFXcom addon? Having trouble getting it going and can't figure out how to troubleshoot it.

rugged plover
#

Good morning. If i am running the zwave2mqtt add on that I installed from the store, what is the process for upgrading it to the newest version? I am running in a VM.

vague nacelle
#

If it has an update button at the top when you go to the add-on. If you just installed it, it will be the newest.

Or do you mean the newest version of Zwave2Mqtt? Not the Zwave2Mqtt add-on.

rugged plover
#

Correct. I guess my nomenclature is off. What I want is the latest zwave2mqtt, if that’s possible with my setup

#

I suppose it’s more of a general question and not specific to add ons. I’ll see if I can find the proper channel.

vague nacelle
#

So that is up to the Add-On developer to roll out an update with the newest Zwave2mqtt. The Home assistant Add-Ons discord is a good place to ask about this.

rugged plover
#

ok, thank you

marble kayak
#

Hey I was wondering where I can find add on data folders. I noticed that when I reinstalled jupyterlabs my get started page was the same it was before uninstalling. Is there a way to completely remove all data from an uninstalled add on? Or where I could find it?

cunning wolf
#

Take a look in /share, alongside your /config folder.

opaque rivet
#

Is there an addon capable of reading / writing to files ?

#

Looking for a way to do manual meter readings and store them somehow

tawny shore
#

So I got the spotify connect addon and am using a pi as a receiver device but I'm not getting any audio when I cast

sly kindle
opaque rivet
#

Thx. Sorry for mixing up the terms. Still learning

sly kindle
#

no problem.

tawny shore
#

I've tried rebooting and the logs of spotify connect don't show anything strange, any idea how to get output from the 3.5mm jack?

stuck phoenix
#

if i want to use plex addon, how the people map the other hard drive for data (i.e, movies, photo etc). as homeassistantOS machine not allow us to mount external drive, so how we will expand our storage capacity with this operating system. my router can support usb samaba share. so i have to put external hdd on router & give network path in plex addon for libraries

wraith flame
#

I am running home assistant on Hassio. My MQTT server is an add on with Hassio is there a way for me to also install the bridge?

#

or am i just REALLY lost?

cunning wolf
#

But if there's no add-on for it, you'll need to install it somewhere else.

wraith flame
#

Tells me to install it on docker. So that means i have to use a stand alone docker and run that setup?

cunning wolf
#

Pretty much. That's all add-ons are anyway but if no-one's made one to 'wrap' that software, you have to do it yourself the hard way.

wraith flame
#

Yea, guess i am to dense for this. Thanks for the response...

cunning wolf
#

That's a bit of a defeatist attitude. If you can install Docker and copy/paste that command, you're most of the way there.

wraith flame
#

Well issue is i really don't want to have to use my synology docker for home assistant. I was kinda hoping it would work like my Mosquitto broker and would run off hassio from the pi.

cunning wolf
#

You could always create an add-on for it.

#

How hard can it be?

wraith flame
#

no clue

wraith flame
#

sad thing is Ha is VERY new for me.

#

hum... ok ill look at this. I was hoping someone would slap me and tell me i had over complicated everything and i just need to do x>Y>z..

#

Ill look at making add on.

#

ty again.

mystic topaz
#

HA is also very new to me as well, and all of this talk of MQTT has me wondering about a lot of things I'd like to integrate

#

I just got an AM43 Blind Driver installed in my room, and I'd like to integrate it with HomeAssistant. Unfortunately though it looks like it is only Bluetooth-controllable but from what I can tell this is still possible to integrate with MQTT?

#

The concern I have is my HomeAssistant is running off of a Pi4 in my basement, and I am on the second floor so I'm fairly certain the device won't be in bluetooth range. I'm using the Pi's GPIO pins for a doorbell automation, so it needs to be within reach of the teledoorbell controller in the basement.

#

SO, my question I guess is; are there repeatable bluetooth "beacons" I could use to extend the Pi's range to reach the blinds/the second floor, or some kind of low to no-delay wireless relay I could use for my GPIO situation?

#

the bluetooth option would be preferrable

upper lichen
#

Is it possible with the Portainer addon to "just view" other Portainer installations without having to add them to a Swarm or something?

hallow jetty
#

@mystic topaz you could use an esp8266 instead of your pi to do the doorbell stuff and just move the pi. not an answer but an option

mystic topaz
#

would an esp8266 be just as instantaneous?

hallow jetty
#

yes. in my experience

#

i have tons of them deployed

#

one of them for my doorbell

deep creek
#

Hello Everyone, Just got fed up of my Zwave Controller (Using Vera with HA, But Vera still limited), So got a Zooz Stick, Connected to HA,
From Reading, The best way would be to use Zwave2MQTT, Installed MQTT Server, Installed Zwave2MQTT.
I was able to recognize a Zwave switch...., I see it in the control panel, But I dont see it in Home Assistant.
Do i need to install also the OpenZwave (Beta) Integration or i have a different issue ?

mystic topaz
#

Thanks, I'll give the ESP a try. Just ordered a few (I'm sure I'll find other uses for em haha)

deep creek
#

Managed to make it update also in HA by going over the settings again, Looks good, Last Problem
When using the Zwave2MQTT i can control the device (switch on/off), When in HA, Trying to do so, result in nothing...
And ideas? directions ?

viscid orchid
#

@wraith flame You may be able to install the SSH & Web Terminal addon, disable protection mode, and install that container on your existing Pi

#

You can access Docker from there

#

@deep creek I have no experience with Zwave2MQTT (I use the OZW beta), but did HA autodiscover your switch? This whole conversation would be better in #zwave-archived

muted oyster
#

Having issues with node-red, Call-Service attempted without connection to server. Using HASOS on a proxmox box.

#

When node-red boots up it says connection is good.

viscid orchid
muted oyster
#

Thanx RobC

mystic topaz
#

still no luck getting Emulated Hue to pair. Really annoyed

sly kindle
#

emulated hue isn't an addon

slow heath
#

Congrats, @mystic topaz you got the new hub version merged! 😄

mystic topaz
#

yeah! still no luck though :(

slow heath
#

I also saw the same behavior of weird pairing

sly kindle
#

@slow heath @mystic topaz ah I see.

oak birch
#

Which sub is better to ask about facial recognition and the best setup for that?

weary stratus
#

Team, I'm trying to perform ADB control of an Android TV box using androidtv.adb_command service, but it does not show up in Node Red as an available service domain. Any clue why?

viscid orchid
weary stratus
#

You're right. Wrong channel, sorry. 🙂

quaint cave
#

Is there something special I'm supposed to to do get zwave2mqtt to work. I installed it from the addon "store" and checking the logs it's demanding an SSL certificate

viscid orchid
#

That’s probably because you left the ssl configuration at its default of ‘true’ in the addon config

quaint cave
#

so the addon is broken by default with nothing on the doc page specifying it needs to be turned off.....

viscid orchid
#

I guess you can take that approach...

quaint cave
#

I only just figured that out from a closed github issue marked won't fix

viscid orchid
#

You could read the addon docs

quaint cave
#

I did

viscid orchid
#

It says this:

quaint cave
#

it mentioned nothing of needing to acquire a new SSL Cert

viscid orchid
#

Note: This is just an example, don't copy and paste it! Create your own!

quaint cave
#

yes however general state for newly installed software is "it works"

#

not it crashes silently

viscid orchid
#

Alright, best of luck

cunning wolf
#

yes however general state for newly installed software is "it works"
@quaint cave Almost every example on the documentation is 'wrong' out of the box, if only because entity names will be different on your system. They're not to be taken literally and only serve to highlight the structure of the configuration, not the content. If you ignore the instructions, things will likely fail more often than they succeed.

quaint marten
#

Trying to get MQTT to work (using Mosquitto broker). Can't seem to get it to work. Using MQTT Explorer trying to sniff topics - but nothing happens. Anyone have any idea?

viscid orchid
#

Nothing happens? What are you expecting?

quaint marten
#

I'm trying to see data in MQTT Explorer

boreal bane
#

tried listening to a topic?

viscid orchid
#

But what data? Is something publishing to the broker? Again, need more detail and what you’re doing and expecting than ‘nothing happens’

#

By default, the broker just sits there waiting for activity.

quaint marten
#

Got it to work now! But for some reason the sensor turns up as a switch

#

The PIR sensor acts as a switch. But the problem is - it doesnt report any changes.

weary stratus
#

Hi Guys, is somebody using the ADS component? I'm having trouble since version 0.114.4

modest steeple
#

Hey Guys, been setting up Home Assistant and loving the experience, but I have a question that I feel is probably stupid, but I cannot find an answer in any of the documentation

#

I have the Home Assistant docker image running, and got mqtt and manual google assistant working, but i cannot figure out how to install more addons

#

specifically tasmoadmin

dense spadeBOT
#

Not sure which install you're using? If you have system_health enabled you can check Configuration -> Info, or see the following.

  • If you're using HassOS, flashed an image, or booted a VM with an image you're using #330990055533576204

  • If you installed Linux and then ran a script to install HA and have add-ons then you have #330944238910963714

  • If you're running docker commands or use a Docker manager and have no add-ons then you have #449717345808547842

  • Finally, if you use pip to install or upgrade you have #551864459891703809

Having difficulty chosing an install method? See this blog post for guidance.

boreal bane
#

which one of these do you have?

modest steeple
#

homeassistant_container

boreal bane
#

you don't get addons in the same way

#

OS and supervised have addons

modest steeple
#

thats what i was afraid of

boreal bane
#

you can get things just have to do it yourself

modest steeple
#

any recommended reading or starting points? i dont mind doing things manually

sly kindle
modest steeple
#

thanks! much appreciated all

sly kindle
#

The others there are running it that way

weary stratus
#

run the OS in VM?

lavish lagoon
#

Hello, I have problem with samba, Windows don't see folder. I do eweryting ok

sly kindle
#

@lavish lagoon enter the ip address in file explorer \\192.168.1.70

lavish lagoon
#

@sly kindle i did it, and windows has no access to this ... Total comander on android see it but have no access to :/

sly kindle
#

@lavish lagoon what do you see in the samba addon logs?

lavish lagoon
#

@sly kindle Denied connection from 192.168.0.110 (192.168.0.110)
Connection denied from ipv4:192.168.0.110:52992 to ipv4:192.168.0.155:445
Denied connection from 192.168.0.110 (192.168.0.110)

#

.110 is my PC

sly kindle
#

did you change the addon configuration aside from adding user and password?

dark yoke
#

Missing SMB1 on the client?

#

That is still needed right?

sly kindle
#

it should be left disabled

lavish lagoon
#

SMB1 is on in Windows

#

i just enable it

#

and noting :/

#

did you change the addon configuration aside from adding user and password?
@sly kindle yes, but i left this empty

interface: ''

#

i use a wlan0 and nothing

sly kindle
#

that's fine to leave blank.

#

but did you change allow_hosts: ? You should not normally

lavish lagoon
#

i reeset all

#

to defalt

#

andddddd ... is runnign now xD

dark yoke
#

that should not work, the addon has invalid config when using defaults (missing password)

sly kindle
#

oh I assumed password was added

dark yoke
sly kindle
#

ooh is that new

#

I haven't touched samba in forever

dark yoke
#

It's not merged yet, so yes, super new 😄

lavish lagoon
#

dammmmmmmm now I have this issue with HASC!

is stock on LOOOOOADING component !

dark yoke
#

Dammmmmmmmmmmmm you are in the wrong place!!!!

dense spadeBOT
#

An add-on is a Docker container with tweaks to allow it to be configured in the Supervisor UI. It is only available in the Supervised install since if you've used any other install method you're able to install software already.

lavish lagoon
#

Ok i just STOP HA, how to start it again ? 😮

dark yoke
#

ha core start

lavish lagoon
#

but where in ssh putty ?

pseudo halo
#

I give up. Have no idea why i cannot run adguard. still having this error: 2020/09/03 15:56:02 [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

#

when I run netstat -tnlp | grep :53 i can see that pihole-FTL still listening to this port. but I dont have pihole ffs

cerulean wind
#

Trying to edit ESPHOME project with VSCode and get the following error in VSCode Could not execute ESPHome. Make sure you can run ESPHome from the command line. Per instructions, Per VSCode documentation I have added leave_front_door_open: true in ESPHome add-on Configuration and Host 6052 in ESPHome add-on Network settings.

magic mist
#

Anybody have any idea why the first time I hit a lovelace page that shows a Grafana dashboard, I get a 401: Unauthorized? If I go into the WebUI from the Grafana Add In page, I don't get the 401 - and if I subsequently go back to my lovelace page, I don't get it either?

#

Nevermind. I found a thread on the forum talking about it. Seems to be a ingress auth issue.

viscid orchid
#

yes, that's a problem

#

I don't use Grafana in Lovelace because of that

dense spadeBOT
stuck phoenix
#

i am running zigbee2mqtt on raspberrypi on homeassistantOS, i have updated the zigbee2mqtt addon as well as homeassistantOS yesterday to latest version. now zigbee2mqtt is not working in addon log i am see this type of error https://paste.ubuntu.com/p/dp52M98q65/

#

overall homeassitantOS, MQTT broker, home assistant webpage etc. working properly, only zigbee2mqtt addon is failing to start
it is like cyclic failure, like system again try to start and then again fail & continuously repeating these tasks

#

i try to reconfigured everything from last known good snap shot, but still zigmee2mqtt addon not working.

#

can i start to reflash every thing from scratch or there is possibility to resolve this problem

sly kindle
#

@stuck phoenix I don't use it but some searching makes it look like it isn't finding your adapter?

stuck phoenix
#

i have "Texas Instruments LAUNCHXL-CC1352P-2 " which one time flashed as per zigbee2mqtt. after that nothing change, is with time or due to any reason this thing corrupted & we have to reflash this card again, please guide me as since last one year i reinstall raspberry pi many times but never "Texas Instruments LAUNCHXL-CC1352P-2 " thanks

#

i have checked in card green led is steady on

stuck phoenix
#

upto yesterday it was working fine & today not able to work as on homeasistantOS no sensor data shown
also is there is way to check this card & its firmware responded or not for trouble shooting. before re flashing this expansive card i want to make sure that this thing is corrupted. also please guide me this card is safe for re flashing it & not much chances for brick it.

ionic carbon
#

@magic mist You can embed Grafana dashboards if you expose the addon via a network port (assuming you are talking about the community addon), and set the access required. I spent a bit of time on the fix a while ago.

magic mist
#

I think I did see something like that about port 3000. I’ll try it out, thanks!

ionic carbon
#

If you access via the port and copy the link it should work fine, as there isn't the ingress cookie involved

stuck phoenix
#

it looks like zigbee2mqtt addon version 1.14.4 update breaks my system & my homeassistantOS not getting sensor information. please resolve my problem by guiding me to reset my old setup & discard version 1.14.4 update

hallow kiln
#

Hi. How i can run adb command "adb pull" or "adb exec-out screencap", i need download screenshot to local file in HA from android tv. Or how show screenshot on media_player component (Xiaomi Mi TV 4А, 4S)?

ebon kelp
stuck phoenix
#

is general consensus here not to update or upgrade z2m or any other addon to latest version then working version ??? as they may be break the equilibrium. any suggestion

swift widget
#

My Grafana has stopped working and wont start.. i set log level to fatal but the log is still empty.. am i doing something wrong?

stuck phoenix
#

now i am feeling i am in serious trouble, please help me to reset TI CC1352P-2 zigbee2mqtt card. this time only green led steady on, how to reset the card.
Even I thought I will reflash this card with guidelines ( https://www.zigbee2mqtt.io/information/flashing_via_uniflash.html ). Even card is not respond to uniflash software, as per guide line this card be auto detected for further process. When I put this card in my window pc with uniflash, system not able to find any device connected to it. So this card not showup in auto detect process. Please help me. so now it is little bit clear that the z2m addon update may be initiate some reset requirement for card & card is not workable till we will reset it. the software inside may be intact only need of reset this card then it will start functioning as intended. so now one million dollar question is how to reset TI CC1352P-2 card with zigbee2mqtt firmware already installed inside?

dense spadeBOT
broken harness
#

Anyone know if it's possible to have an appdaemon automation trigger at a specific time (ie: every day at 5 am)?

#

Something like an appdaemon crontab, I guess

viscid orchid
broken harness
#

Ah, didn't know that was a thing. Thank you!

viscid orchid
#

Presumably you’ve looked through the extensive Appdaemon docs?

broken harness
#

Yup, spent the last few hours combing over them (I work with python professionally, first time working with appdaemon though). Haven't found anything about absolute time.

viscid orchid
#
import datetime

# Declare Class
class NightLight(hass.Hass):
  #initialize() function which will be called at startup and reload
  def initialize(self):
    # Create a time object for 7pm
    time = datetime.time(19, 00, 0)
    # Schedule a daily callback that will call run_daily() at 7pm every night
    self.run_daily(self.run_daily_callback, time)

   # Our callback function will be called by the scheduler every day at 7pm
  def run_daily_callback(self, kwargs):
    # Call to Home Assistant to turn the porch light on
    self.turn_on("light.porch")
broken harness
#

Holy shit, I have no idea how I managed to miss this page out of all of them

viscid orchid
#

They have pretty awesome docs

broken harness
#

Much appreciated my dude. Yeah, they definitely do, and a ton of community support. Moved all my light automations from HA engine to Appdaemon in just a couple of hours of research, all of which is handled with a single module

viscid orchid
#

Yep, me too

karmic hull
#

Any addon for http stuff to have devices to control remote servers over the web

tidal granite
#

Hey all. I am having an issue with the NUT addon.

#

I previously had an Eaton UPS connected to Raspberry and have swopped this to a Powercom UPS

#

in the config driver: usbhid-ups worked with the Eaton

#

the powercom does not seem to be compatible, but there is a driver: powercom driver available

#

yet when I only change the driver to powercom, I get the following error

#

`[09:41:55] INFO: Starting the UPS drivers...
Network UPS Tools - UPS driver controller 2.7.4
Network UPS Tools - PowerCom protocol UPS driver 0.17 (2.7.4)
Fatal error: unusable configuration
Driver failed to start (exit status=1)
Unable to open auto: No such file or directory
Things to try:

  • Check 'port=' in ups.conf
  • Check owner/permissions of all parts of path`
#

my config:

#

`users:

  • username: xxx
    password: xxx
    instcmds:
    • all
      actions: []
      devices:
  • name: ups
    driver: powercom
    port: auto
    config: []
    mode: netserver
    shutdown_host: 'false'
    list_usb_devices: 'true'`
rich skiff
#

Good afternoon,

I've got the duckdns addon (using homeassistant_os) set up and working with HTTP (forwarding port 80 to 8123).
I have tested this OK by configuring the HTTP duckdns URL in the homeassistant app as the external URL, disabling wifi and reloading the app.
I am attempting to take the next step, which is to switch to HTTPS.
This is where I am struggling and could use some help.
I have adjusted the port forwarding on my router to forward the default HTTPS port instead (443 to 8123).
I have adjusted the external URL to state HTTPS rather than HTTP in the app

Some thoughts...
In various (older) threads I have read, it was highlighted that doing this setup also mandates HTTPS usage locally. This is fine with me, but I can still access it through HTTP locally, and not through HTTPS. Hence, I believe the issue is with homeassistant (configuration), not with DuckDNS or the app configuration.
In such older threads, I've also read there is a HTTP part in configuration.yaml, this seems to be outdated information. (There is no http section in my configuration.yaml)
The duckdns addon logs don't show any problems. (It indicates it is OK every 5 minutes)
This log also shows the certificate is valid (including the expiry date)
What configuration am I missing?

tidal granite
#

`devices:

  • name: myups
    driver: powercom
    port: /dev/ttyUSB0
    config: []
    mode: netserver
    shutdown_host: 'false'
    fake_usb_devices: 'true'
    upsd_maxage: 25`
#

the fake_usb_devices is scanning usb ports. but I am getting a message like this in my logs

#

Poll UPS [myups@localhost] failed - Data stale in my error log

#

I suspect my port: config is not correct for the fake_usb_devices setting. I just don't see that they document what so set port: to

boreal bane
#

@rich skiff do you have base_url set?

rich skiff
#

@boreal bane Nope
config $ pwd
/config
config $ grep -ri base_url *.yaml
config $

boreal bane
#

what version of HA

rich skiff
#

hassos: "4.12"
homeassistant: 0.114.4

boreal bane
#

do you have internal_url and external_url set

#

what does ha core info show

rich skiff
#

arch: armv7
audio_input: null
audio_output: null
boot: true
image: homeassistant/raspberrypi4-homeassistant
ip_address: REDACTED
last_version: 0.114.4
machine: raspberrypi4
port: 8123
ssl: false
version: 0.114.4
version_latest: 0.114.4
wait_boot: 600
watchdog: true

boreal bane
#

if you want to use SSL locally you have to use IP address and https:

#

see where it says ssl: false ?

#

that's your issue

#

and ip_address: REDACTED is a docker IP LOL

rich skiff
#

🙂 Knee jerk reaction from work

boreal bane
#

perfectly fine

#

if it makes you comfy to remove it, then do so

#

but it's gonna be the same one for everyone's PI 😉

#

but yes ssl: false is your issue

#

something's not right

rich skiff
#

is ssl not set by the http/https on the internal URL? or is there something separate

boreal bane
#

do you have

#
http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem
#

?

#

is ssl not set by the http/https on the internal URL? or is there something separate
it's set in a few places

#

but if you don't have your ssl_* paths set, it won't work

rich skiff
#

is that path an env variable? set|grep -i ssl does not return anything

boreal bane
#

that's in your configuation.yaml

#

that's literally a direct paste from my config

rich skiff
#

It's not in there. Looks like adding that will work for me too.

boreal bane
#

it's the only way it will work

#

LOL

rich skiff
#

=)
Added, checking config. Then a restart and a retry

#

thank you, Kraz

boreal bane
#

once you restart HA

#

check ha core info again

#

you should see ssl: true

#

then it all should work like magic

boreal bane
#

names not Harry but I'll take it

#

😄

rich skiff
#

SSL is on true... now to adjust the internal URL

karmic hull
#

In Lovelace I'm having an issue where cards appear as resources but not in actual dashboard

#

Anyone know why?

#

nvm

boreal bane
#

SSL is on true... now to adjust the internal URL
keep in mind your cert is only valid for your hostname, not IP address

#

which is why I have my external host resolve to an internal IP

#

cuz I manage my own DNS

rich skiff
#

and only for the duckdns url I guess, since I've generated the ssl cert through the duckdns addon's included let's encrypt

boreal bane
#

you were right, it's hostname

#

but yes

rich skiff
#

At some point in the future I'll probably also manage my own DNS, but it is not this day

#

think I'll do that after I move to a new house - most of what I do at this moment is preparation to be able to roll out quickly with new devices in a new house. Investing in this house is a waste.

#

it's working up to and including the duckdns URL, thanks Kraz!

boreal bane
#

no worries man! enjoy ssl 😄

stuck phoenix
#

how to reset TI CC1352P-2 with zigbee2mqtt firmware already installed inside?

boreal bane
soft nimbus
#

is this the right place to ask questions if im having trouble with my Adguard addon?

boreal bane
#

yes

#

but addon questions would def be fine here 😄

soft nimbus
#

ok so i' m having an issue with my Adguard on my Home Assistant that I have installed on a Raspberry Pi. Randomly throughout the day it would just stop connecting to new sites or services, however sites or service (i.e. Discord) I'm already connected to are unaffected. Restarting Adguard through my Home Assistant would temporarily fix this problem.

boreal bane
#

logs?

#

that all looks fine

#

what about your supervisor.log? any errors?

soft nimbus
#

every now and then it looks like it says "Failed to load cookie file from cookie: No such file or directory"

boreal bane
#

i get that too, I have no idea why

#

I assume it's a frontend thing tho

soft nimbus
#

yea idk, it just started happening randomly but my friends adguard stuff is all fine

boreal bane
#

yeah it's unrelated, I don't have AdGuard...

#

ok so let's see about the other logs

#

anything in core?

soft nimbus
#

nah nothing

swift scroll
#

Hi folks. New to HA. Trying to get it up and running on an RPI using the 64-bit image. I am following an online/you tube instructions and I'm having trouble getting VS Code add-on to work. Is this the right channel?

viscid orchid
#

Yes

swift scroll
#

Thanks. I have it installed but nothing happens when clicking 'Open Web UI'. I just get a page which says 'Visual Studio Code' at the top and nothing else. Checked the logs but not exactly sure if there is an issue or not. https://pastebin.com/CWD2FMAB

viscid orchid
#

How much memory do you have in your Pi?

swift scroll
#

4 GB

viscid orchid
#

Hmmm

swift scroll
#

info HTTP server listening on http://0.0.0.0:1337 <--- does the all zeroes here point to a possible issue?

viscid orchid
#

Not usually. Just means listen for anything

#

Other than you somehow having Supervisor 240, I don't see any meaningful differences with my x86 install in the log

swift scroll
#

bummer

viscid orchid
#

try stopping and starting it again?

swift scroll
#

did that multiple times

#

ok. super weird

#

i restarted the rpi, shut down chrome completely, after reboot reinstalled vscode and now it works

#

so "turning off and back on again" worked somewhow. just not sure what did it. since I already tried to reboot the pi and reinstall before

#

i assume it's something with chrome

#

thank you for taking time out to work with me

viscid orchid
#

dunno. glad it's working

#

np

jaunty mantle
#

hi, is the rpc shutdown addon working with multiple user on win10?

sly kindle
#

@jaunty mantle I would think that using any admin user in the add-on configuration settings would work?

jaunty mantle
#

iam gonna give this a try, thanks.
can I use the pin for credentials?

sly kindle
#

@jaunty mantle no a pin is just like it is on your iphone or Android phone. It doesn't replace your user/password

jaunty mantle
#

oh okay, is it possible to turn the machine into sleepmode instead of shutting it down completely?

dark yoke
#

Which can do shutdown and so much more, IMO it makes the add-on redundant

rancid ibex
viscid orchid
#

if you're using the addon, yes

rancid ibex
#

I'm trying to change the startup arguments to try to troubleshoot, but I'm not sure where to find those

#

Basically it runs for anywhere from 1-2 days and then dies (and keeps me from sshing into the RPiZ)

#

I wanted to turn off RSSI monitoring and logging and see if that makes a difference

viscid orchid
#

I don't think you can with the addon. you're better off installing and running the script separately

#

I've had to modify it to make it work reliably

rancid ibex
#

OK, I actually AM using the script directly (on 2 RPiZeroWs).

#

So maybe not the correct channel, but advice would definitely be appreciated

viscid orchid
#

then are you running the script manually?

rancid ibex
#

No. It's run at startup an I'm not smart enough to understand how that's done

viscid orchid
#

excellent

rancid ibex
#

I installed and configured per the instructions on Andrew's readme

#

OK, looks like running it with the -u flag will update the startup arguments

#

I'll give this a shot and see if affects uptime

viscid orchid
#

yes, that's the right direction

robust verge
#

There used to be a plugin which auto backed up a docker instance - thing - it's on my old install but I can't find it?
It was called "Auto Backup Hassio" - I installed via a VM now rather than docker - is that the cause?

sly kindle
#

@robust verge A VM running what OS?

distant bay
#

Can anyone help me with the FTP-Server Addon in HomeAssistant?

dense spadeBOT
#

Don't ask to ask, just ask your question. Then people can answer when they're around.

When you do ask a question, try to provide as much background detail as possible. Ask yourself these questions first so that others don't have to:

  1. What version of the Home Assistant are you running? (remember, last isn't a version)
  2. What exactly are you trying to do that won't work?
  3. Is the problem uniform or erratic?
  4. What's the exact error message?
  5. When did it arise?
  6. What exactly don't you "get"?
  7. Can you share sample code, ideally with line errors where the error occurs?
distant bay
#

In HomeAssistant FTP-Server Addon, I created everything like how is it in the Wiki, Now my Camera records are uploaded to my / main root folder. Can I change that somehow?

viscid orchid
#

which wiki?

viscid orchid
#

how are you logging in/transferring files to that server?

distant bay
#

Yi-Hack-AllWinner firmware of Yi 1080p Camera. I can fill out FTP settings like host,name and password.

#

The FTP Addon running in a docker container as I see.

viscid orchid
#

so based on the addon docs, you can specify users and the directories they can access

distant bay
#

Yes. but it only gives write permission to this folders.

#

still saving the stuffs inside the root folder.

#

or somehow the docker is linked to my root folder.

#

but there is no symlink

viscid orchid
#

are you reading or writing via ftp?

distant bay
#

writing

viscid orchid
#

writing, right?

#

Yes. but it only gives write permission to this folders.

#

where do you want to write the files?

#

if you give it access to the other paths (like /config), then you'll need to specify the path

distant bay
#

I have a folder called "Camera"

#

This is what the FTP see

#

and the first picture what I see with root on my Server.

viscid orchid
#

as far as I can tell, you can't just enable access to random directories. it tells you which ones you can enable, and you can presumably create subdirectories in those

#

what addon config are you using?

#

as it says, it uses chroot to restrict access

distant bay
viscid orchid
#

so you only gave it access to /share

distant bay
#

I have multiple camera and would be good to save them separated directories, like Camera-Livingroom, Camera-Kitchen etc.

viscid orchid
#

fine, as long as they're in /share

#

you can see the "share" directory in your second screenshot

distant bay
#

Yes

#

its still totally not understandable for me.

viscid orchid
#

I don't understand why

#

what are you trying to do that you can't do?

#

you can only access directories that the addon lets you access

distant bay
#

The records are saved into Docker, there is also a "share" folder created inside the docker. The Docker's folder is somehow linked to my physical not docker Servers root folder "/". I would like to somehow change this link.

viscid orchid
#

/share is not in docker

distant bay
#

so the 10 000 daily recorded file will not be in my main root folder.

#

the /SHARE is inside the docker.

viscid orchid
#

it's a persistent directory

distant bay
#

there is no directory on my computer.

viscid orchid
#

it's not

#

ok

distant bay
#

im really confused 😄 100 times harder stuffs never got me like this but now thats hit me 😄

viscid orchid
#

yes, you are

distant bay
#

but if everything is right what you said.

#

what would be the next step to solve this?

viscid orchid
#

how did you install Home Assistant?

dark yoke
#

carefully

distant bay
#

Supervised

viscid orchid
#

VM, RPI, Debian, ?

distant bay
#

Debian 10.

viscid orchid
#

so you should probably have a /usr/share/hassio directory in the host that the docker accesses

dark yoke
#

/share is inside containers, and you should only access those though an addon.
/share maps to /user/share/hassio/share on the host, but you should not be using that

viscid orchid
#

point being, that the FTP server addon allows you to access several directories that actually live on the host in /usr/share/hassio. configure the addon to allow access to them, as shown in the docs, and specify the path in your camera when you're FTPing

distant bay
#

Understood.

#

what is the method to specify the path in the Camera if I can only fill out Host, Username & Password?

#

what is the method to specify the path in the Camera if I can only fill out Host, Username & Password?

viscid orchid
#

🤷

distant bay
#

but I still does not understand how the records are shown up on my root folder.

#

outside of everything.

viscid orchid
#
This add-on provides an FTP Server for Hass.io in a reasonably secure manner. While FTP is not entirely secure by its (unencrypted) nature, this add-on supports FTP over SSL (FTPS) and jails (chroot) the virtual users in their home directories.
#

I guess it creates "home" directories for whatever users you specify somewhere

distant bay
#

Ah I see.

#

I used the name hassio and my servers name is hassio.

viscid orchid
#

could be in the container (and therefore transient), or could be somewhere in /usr/share/hassio

distant bay
#

maybe that was the trick.

dark yoke
#

how the records are shown up on my root folder.
How are you checking that?

distant bay
#

I SSH into my Server.

#

and I see there are about 100 recorded file transmitted by the FTP.

dark yoke
#

with an addon?

distant bay
#

No, with putty of course.

dark yoke
#

sure...

#

ls / what does that say?

distant bay
dark yoke
#

That is indeed the host

distant bay
#

that is why is this really interesting.

dark yoke
#

The addon has no access there.
So a) you have another FTP server runing that you use, b) you have copied them there, c) you have made some sort of link between the directories

distant bay
#

yes that was my idea too this is why I checked all the ways.

#

I listed all links on the host, there is nothing even close to that

#

I checked for any FTP port using software but nothing, also checked all softwares installed.

#

and I checked the history and I didnt used any copying or anything since I bought the camera.

#

That make the problem more mystical 😄

dark yoke
#

I see you also have a PATH_TO_YOUR_CONFIG file/dir there, so I'm guessing you have folowed various guides that had commands you copy+pasted, one of which that has now messed up something

distant bay
#

yes that is there since I first tried to start Smart Home stuffs, and my first try with HomeAssistant was a failure of course.

#

looks like something messed up right, but thats very interesting

#

I would totally understand if the recorded files would be in the share folder, but the only directory where I see my recorded files is "/" root folder.

dark yoke
#

I sugest you create a full snapshot, and start over with a fresh OS

distant bay
#

yeah sometime I will do that sure, but now its better just forget this ftp stuff.

#

anyhow thanks for the help.

distant bay
#

Found the answer.

#

Its a bug.

#

if you name your ftp user in this addon as the same as your servers hostname, the uploaded files will be transmitted somehow to the root folder of your host.

#

a created a new user after I tested this a few times and now its working correctly.

supple wren
weary stratus
#

Can someone help me set up duckdns I've done it 3 times and it breaks every time where I can't log in. Load the sign in page but once my credentials are entered it says retry and never loads my dashboard. Im doing a fresh install of home assistant supervised now on my laptop running arch thru docker

weary stratus
#

Hello

#

Could someone help me with a bug in Dnsmasq

#

please

#

Does anyone know why this is?

#

00 Server Error: Internal Server Error ("driver failed programming external connectivity on endpoint addon_core_dnsmasq (700bc430760eb9152ea3d7779e67cd919f8ae4d26b9ffb1ce44f4475470c5c90): Error starting userland proxy: listen tcp 0.0.0.0:53: bind: address already in use")

subtle mason
#

Good afternoon to all!
I have a problem! I want to do login by the command line in the HA RasperryPi and I cannot! I use the user that I created and he dont accept it! can anyone helps me?
because I want to install a Samba file sharing to use it with my PC! since I cannot connect it to my PC to share files with it!

bright vortex
#

the Terminal & SSH add-on doesn't have an option to set a username. the username is root and the password is whatever you set in the add-on's config. the Samba share add-on lets you set a username and password in the add-on's config as well. neither uses the existing homeassistant user accounts @subtle mason

subtle mason
#

@bright vortex Thanks! I will try! thanks a lot

silver barn
#

Hi, i am using duckdns for my hass in raspberry pie on my home network it worked find, but when i try it to other router outside my home network, i couldn't connect to my hass either through local ip or my duckdns web address. When i checked in duckdns.org, my ip seems to be updated

#

i have put port forwarding settings in my new router

austere flax
#

I'm looking at making a component where i via a API fetch your items from a auction site, the goal is that you should be able to do automations based on the information/events related to your auctions or bids. But also be able to display info in the lovelace UI. Its a bit like ebay but the main site for bidding items in Sweden. I guess the best approch would be to make it as custom components that users can install via HACS? Integrations are more for adding physical devices or have i missunderstood something?

dark yoke
#

There are no difference between custom components and integrations (for the most part), "component" is what we used to call "integration" before.

An integration is a layer that integrates anything to Home Assistant, this can be a physical device, API service, communication protocol 🤷‍♂️

mild ember
#

Hey guys, is there a openvpn addon available anywhere? I did see one online but it's like 2 years old.

#

And not through hacs.

viscid orchid
#

Not that I’m aware of. WireGuard is the new hotness

mild ember
#

I'd love to use it but iv had nothing but issues. Tried on home assistant, unraid and an Ubuntu instance.

#

Can usually access the remote lan no issue but then I loose access to my local Lan and internet.

#

Like right now I connected to the remote HA wireguard instance and Iv lost access to my local ips

austere flax
#

thanks Ludeeus for clearifying and pointing my to the right channel

viscid orchid
#

as far as I know, there's just one Mosquitto addon

#

what are the old and new ones?

#

ah

#

it sounds like you're not logging in or providing the right credentials. it uses HA credentials

narrow plume
#

For some reason I can’t access file editor from a browser on my pc, through the iOS app it works fine but trying to access through browser I get a 401 not authorised error; anyone know cause/fix?
I’m getting a warning in the supervisor logs that says not valid ingress session’

dark yoke
narrow plume
#

thanks @dark yoke im using chromium and its got some plug ins by default i'll check it out

#

i removed all plugins, cleared cache and tried again still didnt work...in chromium. i just install firefox and seems to be working

lusty lodge
#

Why do my homeassistant add-ons (e.g. grafana, portainer) become unavailable during a restart of homeassistant. Shouldn't many of them be fine to keep running independently, like they would in a normal docker setup? Is there any way to avoid this happening?

viscid orchid
#

they do keep running independently

#

and they don't (or shouldn't) go "unavailable"

#

if you're accessing them via ingress (i.e., via the "open web UI") link in the addon, that is dependent on HA routing you to it. If you add a port in the networking section and access them that way (if you can), then restarting HA won't affect your addon

#

so to avoid the issue that you're seeing, add a network port and point your browser to that port rather than going through an Ingress link

lusty lodge
#

oh ok, yeah I am accessing them through the "open web UI". Great, thank you for that. I will try setting it up properly now.

lusty lodge
#

OK, i configured the port for grafana and it is now working as desired though the specified port. Thanks!

weary stratus
#

Does ESPHome support RPI 1, install button is dim and it says This add-on is not available on your system.

twilit idol
#

Can anyone help with the SSH addon I can't find it.

lusty lodge
#

@twilit idol If you can see other addons but not the SSH one then maybe try setting your user to "Advanced mode" in your user profile

chilly bolt
#

I have an idea and i'm not sure if it's something that can be done in an addon or not. I'm investigating use ha in a hyper-v vm (hard requirement) which works but hyper-v has no usb passthrough capability for mobility reasons. To plugin a zigbee card i'll have to use a form of usb over ip. I think i can see that the addon way to approach this would be setup a docker container that contains the virtualusbhere linux client binary and use config properties to point that at the host. What i can't see how to do is get the ha os to see that usb.

sly kindle
#

@chilly bolt what are you using HA on now?

chilly bolt
#

nothing, just starting out

past silo
#

Not to act like i know anything about hyper-v but why can't you do usb passthrough?

fair breach
#

I believe you can only do usb storage passthrough in hyper-v. At least I wasn't able to pass my zwave and zigbee usb sticks through when I brought up my HA instance. I ended up using virtualbox and it was able to pass both through to the VM.

gray patrol
#

hi all. im trying to setup duckdns but unsuccessful. i do accept_terms to true. i input token from duckdns. i get the " failed to save addon configuration, not a valid value for dictionary value @....."

covert arch
#

what is the addon rating?
I see '1' for portainer and '6' for grafana... whats up with that?

lusty lodge
#

@covert arch "Add-on Security Rating" - if you click on the number in the Supervisor it will give you more details

covert arch
#

ok I thought of portainer to be secure enough, guess in combination with access tokens from HA in combination with ingress... its not

dark yoke
#

It needs docker access, those addons are by default set to 1 since you can harm your system with it

covert arch
#

ok so everything with access to /var/run/docker.sock is lowest security score

proud kestrel
#

Hey guys, can someone point me in the right direction, I'm trying to migrate to MariaDB and after configuring username and password and creating a recorder reference in configuration.yaml, I get the message the recorder can't be started?

#

Is this the correct # channel for MariaDB questions?

chilly bolt
#

@past silo you can't do passthrough because they didn't add it as a feature. They didn't add it because the physical usb connection can't failover or be mobile between instances so it doesn't fit with the enterprise usage model.

proud kestrel
#

I have managed to fix the issue with MariaDB on my end. I was using the IP address in the recorder db_url string. When I reverted back to "core-mariadb" instead of IP address, it started working

chilly bolt
#

Virtualbox can do it because it's a single user focussed program. VirtualUSBHere actually uses the virtualbox driver if you dig into it.

turbid stream
#

Hi friends, I'm new here!
I need to run a python script (that crawl a web page and do some actions) every morning. I also want to display this result by a picture to some text, finally on my Home Assistant Lovely Dashboard.
I thought to implement the python script using "Appdaemon 4.0", but I didn't figure yet how to schedule the execution or how to combine this script with a button on my dashboard.
Also, I chose appdaemon as a solution because I need to import some libraries to my python script.
I think that the best solution for me is to write a python script that will be a service that I can call by automation.
I want to get help from you!!
Thanks 🙂

weary stratus
#

@turbid stream
you can your cron to run any schedule tasks for example in terminal add cron tab in crontab -e and paste this * 4 * * * python .../pathtoscript/yourpythonscript.py that should run your script every day at 4am

turbid stream
#

@turbid stream
you can your cron to run any schedule tasks for example in terminal add cron tab in crontab -e and paste this * 4 * * * python .../pathtoscript/yourpythonscript.py that should run your script every day at 4am
@weary stratus It is an option, but out of the scope of HA. I wanted to manage that action from H.A ..

weary stratus
#

@turbid stream maybe create entry * * * * * python .../pathtoscript/yourpythonscript.py so every min cron will run and in python check is time equal to 4 am(time entered in config) and run some logic(send some event) if isn't 4am end script

zealous chasm
#

Hi, for some strange reason my home assistant has died on me. I suspect it to be a db failure. Got it up and running again but missing all my deconz entities (and some other stuff as well). While investigating I saw that the deconz addon is running on a different ip address in the hassio network on docker. The integration is trying to reach the old ip address. I could simply remove the integration and add it back again pointing to the correct ip address but I have changed some entities along the way which I need to update all when doing so.

#

My question would be if anybody else experienced this behaviour before, and if so is it possible to assign a static/dhcp ip address in the hassio network to prevent the issue in the future. Running Ubuntu 18.04LTS, docker supervised

zealous chasm
#

Update: managed to get my entries back by modifying the ip address in core.config_entries.

#

Only problem left is the loss of all my ESP entities. ESP Addon is showing them online, but nu entities are flowing in

rare marsh
#

I am revamping my HA setup. I am planning to use Hass OS running in Hyper-V. Will notice a difference if I run the database on MariaDB vs the built in HA database?

zealous chasm
pulsar steppe
#

Am having difficulty re-establishing my HA instance after migration to a new Rpi 4 device. After initialising the new instance I restored from a full snap-shot I did of my previous system. All fine save that the MariaDB connections are broken. Could this be the consequence of migrating from a 32bit HAOS version to a 64bit version? Error detail in the log is as follows:
https://hastebin.com/bexunugebe.sql

Is there a way to fix this in the existing config, or is this more easily dealt with by starting again and from a fresh slate re-installing the MariaDB add-on and all dependent elements?

sly kindle
#

@pulsar steppe I would start with a new db

#

Copy addon configuration to clipboard, uninstall the add-on, reinstall the add-on and paste the config back. Then after a restart of HA I think you'd be good

wicked leaf
#

hey what can i do when my HACS after server restart is taking about 5min to load ?

remote oriole
wicked leaf
#

Ouch sorry

heavy marlin
#

Just wondered if anyone could help me with SAMBA. I beleive I have followed eveything correctly but I just dont seem to see it on the network 😦

remote oriole
#

@heavy marlin that is very vague. did you set your username name and password and make sure the workgroup name is correct? also what you running this on?

dense spadeBOT
heavy marlin
#

@remote oriole sorry for the vaugeness. Yeah I set a username and password and the workgroup is a set as default workgroup. I'm running it on a Raspberry Pi

remote oriole
#

what you trying to access it with?

heavy marlin
#

I was hoping it showed up on the network in File explorer or do I need to FTP on to it? I saw some videos where it just appeared after setting up 😦

remote oriole
#

@heavy marlin in windows in file explore you would type \\ip-to-ha

heavy marlin
#

Yeah I tried that and nothing 😦 Just Windows cannot access \ip something is definitely wrong with something I have done most likely!

remote oriole
#

oh, crap my brain is failing me in these wee hours.. windows by default only supports the newer version of the samba protocol but there is a setting in windows to turn that off, need to do that

#

if my brain was working i would tell you the name but pssh

#

its under the file sharing stuff

heavy marlin
#

🙂 I will go looking 🙂

#

@remote oriole That did it 🙂 Changing from 128bit to a lower encryption! thank you!

elder palm
#

Anyone using deCONZ as addon and can check docker stats, mine goes between 10-30% of cpu usage all the time. Dont know what can cause that drastic cpu usage. Any ideas?

astral oracle
#

@dark yoke any way in HACS to just browse all the stuff present in there? (or just search)

dark yoke
astral oracle
#

dunno where #else to ask

dark yoke
astral oracle
#

ok talk there 🙂

ornate sapphire
#

Hi, hoping someone can help.. where can I extract the files from letsencrypt? from this folder Your key file has been saved at:
/data/letsencrypt/live/

#

the ones stored in the /ssl folder are not the ones I'm looking for.. as those are the ones genereated by duckdns

#

I have my own domain name, so I'm using letsencrpyt to generate the SSL certs, so I can use in another tool.

#

ok, I think I figured it out. I have to create a backup snapshot, and then download the files..

#

unless there's an easier way to do this, if someone can @ me if they know. thanks

#

ok.. so that doesn't seem to work.. I can see the files.. but all the certs are 0 bytes?

clear gust
#

Are there currently problems with the authentication in Alexa Media Player? I am asking because it complains about two factor authentication (2FA) although 2FA is disabled in my Amazon account.

#

It states "Please enter your information. \nWARNING: Amazon incorrectly reports 'Enter a valid email or mobile number' when 2FA Code is required.\n>"

remote oriole
#

@ornate sapphire there is a hidden "storage" folder, I believe in there is where it is (going off vaguely reading someone else asking the same question so do not quote me!)

rare marsh
#

Will I notice a performance improvement using MariaDB over the stock DB? I will be running HassOS in Hyper-V so no SD card concerns

mystic topaz
#

I also saw the same behavior of weird pairing
@slow heath sorry to bother but did you get pairing working with emulated hue? Im still having the same issue where the link button just isnt working and it times out

#

I only got it to pair that one time before the version was updated and havent been able to get it since

#

its possibly an ios14 beta issue im having but I have no way of testing otherwise atm nvm, definitely not that. Tested with a non-beta iPad

weary stratus
#

In my router settings, i have forwarded port 80 to my Pi and labeled it LetsEncrypt. However, i'm only using the DuckDNS AddOn which i believe has LetsEncrypt integrated. I don't think having that port open is necessary, and that it's a security risk. Can i safely delete that port forward setting?

median dragon
#

the default challenge type http-01 requires port 80

#

it would probably fail to renew your certificate if you remove that, unless you are using a different challenge type like DNS-01

#

ah looks like that uses DNS-01 so you probably dont need that port

weary stratus
#

ok, seems safe as far as i can tell also, will give it a go. Thik it's leftover from an old attempted setup...

slow heath
#

@mystic topaz I gave up that same day hah. I couldn't figure out the reason it worked once and then not another. Rage quit? hah

odd spoke
#

Hello everyone,
I have a question about the Let's Encrypt addon.
Everything is working right now and I successfully created a certificate for my Strato domain using the http challenge,
But I would like to use the dns challenge so I can create a wildcard certificate and use Home Assistant on a subdomain.
I had a look but I don't really understand the DNS provider part.
I hope somebody can help me out with this.
Thanks!

torn roost
#

does the mosquitto addon support Let's encrypt certificates, could not get it to work on raspbian 64-bit

#

switching to rabbitmq for now

south mango
#

@boreal bane thanks, your earlier comments on adding the cert and key entries into the config yaml also fixed my ssl via duckdns addon woes also. Appreciated.

boreal bane
#

you're welcome

south mango
#

I’d been googling that for hours 😦 the instructions I was following never mentioned that step!

boreal bane
#

well if you really want your mind blown I have my external url resolving to my internal HA IP 😉

pulsar steppe
#

Copy addon configuration to clipboard, uninstall the add-on, reinstall the add-on and paste the config back. Then after a restart of HA I think you'd be good
Thx @sly kindle that worked. However the Nginx Proxy Manager add-on, which relies on Maria DB, is reporting an error No relevant user found. I presume this would result from it not being able to access the login details it had previously stored.

sly kindle
#

@pulsar steppe ah, probably

#

I don't know if simply restarting that addon would resolve that or not

pulsar steppe
#

Tried that but no go. The previous proxy entries I created still work but it’s no longer possible to access the admin dashboard to edit them or add any new ones.

south mango
#

Only started with HA today, the SSL problem finally let me complete the manual Alexa setup (trying to understand why I’ve done it now).. minds already blown lol. How does having it resolve to your internal IP help? Or that just for when your connected locally so it isn’t going out and back again?

boreal bane
#

yeah, it doesn't go out to the WAN 😉

#

and I still have SSL locally 😄

mild ember
#

How can I go about setting the wireguard add on to remote to lan or lan to lan? Still trying to wrap my head around it. I do have access just only want the remote lan traffic going through and not other internet traffic

south mango
#

So how to do this KrAzle

unborn warren
viral crystal
#

Hello everyone, does anyone have an idea how to easily open an additional port on an existing hassio container ? Reason is simple: I'd like to enable collectectd listener in InfluxDB, I set all InfluxDB env variables via the addon configuration, but it requires an additional port binding

viscid orchid
#

You don’t, unfortunately. You’d need to run your own container and not use the addon.

thick mortar
#

Possible to drop snapshots into www folder from motionEye? Thinking what i should set Root Directory to...

#

ah, did not test with the share direct to HA. That did it.

granite talon
#

After 0.115b8 custom:home-feed-card is totally broken 😦 Nothing in logs... It was my most used glance-type card for events 🙂

viral crystal
#

You don’t, unfortunately. You’d need to run your own container and not use the addon.
@viscid orchid Thanks for your reply. I've cloned the influxdb git repo locally, modified config.json to add 25826 port mapping and rebuild the addon locally. Unfortunately when I run it, It crashes when trying to load nginx. Maybe linked to the error "curl: (6) Could not resolve host: supervisor" that I get before in the log.

#

Anyways, I believe the collectd feature is something quite interesting for many people and is probably very easy to implement (it's really just making a new port available), so I've added a feature request in the github repo of @raven tinsel in case it can be useful for others too:
https://github.com/hassio-addons/addon-influxdb/issues/88

raven tinsel
#

@viral crystal Closed. Please don't tag me @ random. Thanks 😄

sonic shell
#

in the offical "Home Assistant Add-on: Samba share" does anyone know what the fault/info in the LOG of Could not find child 529 -- ignoring the number continues to increase over time ....

#

i am having trouble getting a wyzecam with the custom EliasKotlyar/Xiaomi-Dafang-Hacks firmware running on it to upload to the HA sambashare, (my PC sees it fine) not sure if its a log of that trying to communicate ??

hexed compass
#

Hi all, anyone can help with DuckDNS? It always worked, but now it stopped working on my PC browser (which has the HA installed on it). I can still access it from my android app and phone browser. HELP!

sonic shell
#

is it givving any errors, or what errors is it saying when trying from your PC ?

#

have tou tried http and https

hexed compass
#

I tried both... with https and http it just loads a web page and fails. But when I add with /lovelace/default_view at the end it loads with the HA icon and then says retry at the end

sonic shell
#

presume you have tried closing and re-opening browser, and have you tried in a ingocnito mode ?

hexed compass
#

Yes and yes for incognito (just now when you asked), both don't work. From my phone browser it works

sonic shell
hexed compass
#

<public_ip>:8123 doesn't work. <local_ip>:8123 works... Makes me rethink it's a router setting maybe? (I did got a new router)

sonic shell
#

arrr well now we have found a working url .. we can work with that 🙂

hexed compass
#

I got this now: Login attempt or request with invalid authentication from xxx.xxx.xxx.xxx

sonic shell
hexed compass
#

I use https://my_duckdns_name.duckdns.org:8123/

sonic shell
#

yes its to do with DNS routing on your router ... theres a specific name for it but i dont remeber ...

#

DNS rebinding or summit the problem is called

hexed compass
#

Ok, thanks for the explanation. I will look for those options

#

Or is it not worth wasting time on it? I guess the security is the same because it's on my local network, right?

#

Though I do have some features in the VSCode that want the SSL encryption

sonic shell
#

yep security will be same.. just ease of entering address etc .. but if ya happy with duck, and using 8123 port, then im sure you ok with how it is now !

hexed compass
#

I guess duck is the easiest way for a none-expert like me

#

What are my other options? NabuCasa?

#

@sonic shell by the way, thanks for the information! I am amazed every time that there is such a great community behind HA!

sonic shell
#

if you dont own any type of domain, yep ... if you wanted to use just https://my_duckdns_name.duckdns.org internally, and externally then its you router setup that needs configuring properly .. and thats very router specific !

#

you would need to port forward port 443 to 8123 on your PC's ip .... and also disable DNS rebind on my_duckdns_name.duckdns.org if your router lets you !

#

best bet would be to google your router model with port foward, and dns rebind

hexed compass
#

I have a Redmi AX6 which is pretty new and without too much guides for it. I guess I'll live with it for now, until the next time I'll get some kind of an error

manic vector
#

Hi All.. I have added the Mariadb Add-on, but how can i check if it is using it or the standard db?

loud nacelle
#

Installed Samba on my Home-Assistant instance. The log shows no errors and that is running fine. However, I can not see it in Windows file browser

ebon saffron
#

I've been using the Android ADB addon for a while but after my last restart i keep getting:
error: could not install smartsocket listener: Address family not supported by protocol

bitter night
#

Hi, I have just installed the latest HAAS image on Raspberry Pi 3B. I have it up and running and working on MotionEye. Need help getting my camera configured.

#

I see an error stating "/usr/bin/motion" is missing. Is that core "motion" app not installed with the MotionEye add-on?

onyx olive
#

I'm using influxdb but havent whitelisted any entities yet so it's growing huge. What are you people storing in databases over longer periods? I'm thinking temperature and energy (kwh), persons and some door sensors.

onyx olive
#

And now that I've included a bunch of sensors. How to I delete the old data from the sensors not included?

#

Or must I delete the whole db?

deep hill
#

Hi! Is there an elegant way to pull my dev branch inside a RPi installation using the SSH addon?

dark yoke
#

Elegant no, possible, maybe possibly

#

You would need to disable protection mode and exec into the HA container, if any of that sounds unfamiliar don't try it

pastel zenith
#

@deep hill is it an add-on dev branch or the Home Assistant core dev branch that you want to test?

#

If you just want to test an integration you can copy it as a custom component over ssh. I use a vscode task that uses rsync to do this. I'm not sure if it's the best way.

deep hill
#

Thank you!

deep hill
#

@deep hill is it an add-on dev branch or the Home Assistant core dev branch that you want to test?
It is a local Home Assistant core dev branch. custom_components folder does not work in this case because I changed some files that are not monitored. I am replacing the files with wget, but I feel like I'm fighting a fly with a knife.

light flax
#

I installed the nginx manager and have forgotten the password. I have uninstalled\reinstalled the add-on, tried the default user\pwd, 'not found" but my email address was found with the incorrect password. How do I reset my password without logging into the site.

kindred lodge
neon saddle
#

good morning all. I installed adguard as a docker on my HA server that runs on a PC with Debian. Once I set the DNS server to the machine in my UDMPRO router everything worked great blocking ads. My MQTT devices no longer work. My MQTT server is on a different machine. Any ideas?

neon saddle
#

Think I figured it out

mental elm
#

Hi folks. I just got nginx working, local access works great, but my duckdns is not working. I just get the home assistant logo and "retry" button

#

any idea what I should do?

#

(trying a supervisor reboot right now)

#

looks like I need to forward port 443 to 443?

#

gaaah.... now my nextcloud and home asssitant wires are getting crossed (they each have their own domains but I guess they get mucked once the ports are forwarded?)

mental elm
#

woot! that was it. I needed to forward the port as specified in the add-on configuration. and I moved the port to not conflict with my nextcloud

slow heath
#

Anyone running Portainer add-on? I noticed if I have long build image dockerfiles, it errors out. If I use DuckDNS it errors out way faster. If I access it via ip:8123 it has a much longer timeout period. But still may error out: 2020/09/15 11:38:51 proxy error: context canceled

loud nacelle
#

Installed duckdns add-on. started the service and checked the log to see that a certificate was given. Added the needed section to the conifguration.yaml file and checked for the configuration validity. After restarting home assistant can no longer log into the system. Used the https://domain-name.duckdns.org:8123. The error I am getting is : This site can’t be reached xxxxxx.duckdns.org refused to connect.
Try:

Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED

#

How can I fix it?

slate swan
#

Hey everyone, I am trying to set up AppDaemon but can't seem to open the web UI remotely. I use Nabu Casa. Anyone familiar with how to get this working?

viscid orchid
#

Did you read the rest of my response?

#

Seems you read the last bit and skipped the answer

slate swan
#

when I'm logged in through Nabu remotely, the 'open web ui' doesn't connect

#

works when I'm on local network

viscid orchid
#

Sorry, it looks like it doesn’t support Ingress, so you won’t be able to use it through Nabu Casa, as you’ve discovered.

#

Your option is to open port 5050 on your router, point it to your HA server, and access it that way

crimson tide
#

Hey guys, i tried to add Text editor in the sidebarr, usidn hassio but i get error:
Show in sidebar ->
Add this add-on to your sidebar ->
Failed to set addon option, Unknown error, see logs

#

i didn't notice anything in /usr/share/hassio/homeassistant/home-assistant.log

#

any suggestions

#

other than that, the addon

#

ahh, reinstall did the job 😄

#

lol

#

as usual

oak bolt
#

Lately my installation has been acting up (lights not responding, error pop up that messages weren't being receved) so i go a new sd card, and restored to that. Once restored none of my lights would show as alive, even though in deconz everything was there. There was an error saying that it couldnt't grep the logs from the deconz container so i did a full snapshot and a wipe and restore which fixed it.

What can I do next time instead of a wipe and restore to troubleshoot/resolve this?

arctic dragon
#

anybody else suffer from sporadic refreshes on addon pages? For example on grafana. it suddenly refreshes page and i loose whatever config i had.

stable steeple
#

hi all, just a very high-level question on the Zerotier add-on. Does this put the host in your network or only the zerotier docker container? So if I install an ssh add-on as well, can I ssh into the zerotier ip address or is this not possible?

light dawn
#

damn, can't get mosquitto broker to work

#

so i have basic config set:

  - username: homeassistant
    password: pass
anonymous: false
customize:
  active: false
  folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
#

i set my tasmota devices to point to correct IP address, use username & password and I'm getting 13:56:00 MQT: Connect failed to 192.168.0.10:1883, rc 5. Retry in 10 sec

#

logs say:
1600347377: New connection from 192.168.0.26 on port 1883.
1600347377: Socket error on client <unknown>, disconnecting

weary stratus
#

Hello everyone! Do you know what happened to the Rhasspy? It seems there is no add-on for that anymore.

pallid path
#

@light dawn try a different username. homeassistant (and admin i think) cant be used for mosquitto

light dawn
#

yeah, I got it sorted

crystal egret
#

can I store my rsa key in my secrets file for "Terminal & SSH"

wild garnet
#

good day

#

i am running hassio in docker on a rpi4 and i dont see the add-on store

#

is there anything i need to setup?

sly kindle
#

Configuration > info page in the UI. What do you see there?

#

Under system health

wild garnet
#

docker true

#

hassio false

#

so this isn't hassio?

sly kindle
#

nope

wild garnet
#

hmm interesting .. so i have to kill this and restart with a new docker image then

sly kindle
#

you are running HA container in docker

#

which is a valid install, just not an install which uses the supervisor

wild garnet
#

you know of a docker container for hassio that will run on rpi4?

sly kindle
#

hassio is not a container

wild garnet
#

ok cool

crystal egret
#

I found running a hass vm was easier.

sly kindle
#

There are images provided specifically for the pi4 which include the HA OS, docker, and all the containers which make up the ecosystem

wild garnet
#

i dont have a place to run the vms and i dont want to run hassio on my rpi cause there is a few docker images on there i want to keep running

crystal egret
#

yea. I run unraid and docker on there but wanted the appstore so switched it to a vm

sly kindle
#

@wild garnet it's not as simple as that

wild garnet
#

ok so i am running HA and i dont get to have the addons i will have to make peace with it

sly kindle
#

it's a whole system, which expects docker-ce and other specifics...apparmor, networkmanager, etc

wild garnet
#

so i can still run portainer on that docker-ce?

sly kindle
#

And this is referred to as a "supervised" install, where you are using the ecosystem but on a different OS

wild garnet
#

and run my own containers too

sly kindle
#

you can

#

But new users often get themselves into trouble with expectations

wild garnet
#

running mongo rabbit openvpn mqtt mariadb haproxy

#

not new to docker or setup just new to HA

sly kindle
#

What you have now is prefectly fine. You get the same HA experience but minus the supervisor stuff

wild garnet
#

what does supervisor give me which i dont hav enow?

sly kindle
#

Add-on store, snapshots

wild garnet
#

i haven't really looked at the add-ons that you can get on the store

#

do they integrate with HA?

sly kindle
#

many of them do

wild garnet
#

or its just something that sits on top

sly kindle
#

but many are also things you can find at dockerhub

wild garnet
#

like running its own mqtt or something

wild garnet
#

i didn't need the add-on store just saw its not there so i was wondering

sly kindle
#

HA, Add-ons, and the Supervisor are all containers

#

The Supervisor servers as a manager for all of this, similar to portainer or kubernetes helm

#

portainer is an addon in the community repo part of the addon store even

wild garnet
#

i get that, i see some add-ons like discord addon that works as integration aswell?

sly kindle
#

But it should not be used to manage addons or HA, since the supervisor wants to be in charge of that

#

umm...discord addon? I am not aware of that one. The integration, yes

#

There are two reposistories in the store by default, but there are any number of other repos that can be added. There's no one giant list

wild garnet
#

ok cool

sly kindle
#

So there could be a discord addon, but I don't know it

#

(or what it would provide)

wild garnet
#

so there is more integratoins than what i got by default?

sly kindle
#

Integrations are different.

#

Many can be added through the UI from the configuration > integrations page

#

But there are still more which need to be added using yaml

wild garnet
#

yeah i can see the discord integartion in that list but not from the UI

#

ok this is what i wanted

sly kindle
#

And then there's a ton of unoffical integrations out there too

wild garnet
#

so i didn't actually want the addons i wanted to have the more integrations

#

thanks for the help on clearing that up for me

pallid path
#

discord isnt configurable via the webif

#

you need to "activate" it in the confi.yaml

sly kindle
#

yeah, addons provide services from anything like a samba server, mqtt broker, or a plex server, etc. Similar to your list above. Integrations are more about all the iot stuff out there: Ikea, Hue, Ecobee, etc

#

Even the sun is an integration. 🙂

wild garnet
#

yeah that is fine i dont have to use the ui, i just wasn't aware that there was more integrations

pallid path
#

i dont wanna be a smart ass, but at least some addons are also listed under integrations after you install them

sly kindle
#

They are there before you install them too

wild garnet
#

i can setup all the integrations i need in the yaml

#

i already used recorder which wasn't setup with the UI

sly kindle
#

You can have a mosquitto broker running on another machine for instance. The integration helps you connect that to HA

pallid path
#

really? i didnt see any esphome integration if its not installed

sly kindle
#

You can have esphome running somewhere else

wild garnet
#

it is htere

#

i can see esphome integration and i dont have hassio

pallid path
#

@wild garnet if you didnt have the supervisor, i would strongly suggest to try it. theres so much more to discover in the addon store

sly kindle
#

@wild garnet or pick up another pi 😆

wild garnet
#

maybe

#

i am running quite a lot on the few pis i have

pallid path
#

its fairly easy to install

wild garnet
#

i have 4 rpis 2x 3 and 2x 4 in a swarm

#

and running various dockers on them to control my unifi wifi network mesh and my nvr

sly kindle
#

I've got an unraid vm like @pallid path as my main instance, a couple pis, and an older NUC running various install choices

wild garnet
#

and my development environment and part of my prod env

#

i am a software engineer by trade

pallid path
#

im just running a rpi4 with "unofficial supervisor" and its doing a pretty good job considering the amount of containers im running

sly kindle
#

@wild garnet in earlier days, all integrations were added to your configuration.yaml

#

They are slowly being added to the UI

#

Well, sometimes quickly

wild garnet
#

thats fine i just wanted to see what i can do with HA

sly kindle
#

There's a new release every two weeks

wild garnet
#

cause before HA (installed 3 days ago) i was just running my own software to do automations

#

ima checkout what add-ons area available

#

maybe i dedicate a pi to it if i like it

#

but if its just going to run some dockerhub images for me, its not going to be worth it for me as i can just run the images myself anyway

sly kindle
pallid path
#

and thats just the official addons

sly kindle
#

that's the offical repo

#

Those are the defaults

#

There are others out there which you just kind of find through word-of-mouth

dark yoke
#

There is no list?

pallid path
#

you find a lot of the unofficial ones in the forum

dark yoke
#

Sure sure, but no one-stop-shop?

wild garnet
#

hmm i like tasmoadmin

#

that might make me go hassio

pallid path
#

you dont need hassio

wild garnet
#

although i see i can run it just on docker

#

not in the same ui as my HA but i can still run it

#

so maybe just not yet

pallid path
#

you need to install the supervisor to the os

#

otherwise HA wont be able to create new containers

wild garnet
#

started using HA cause of HA Cloud and my familie's phones can work on automations outside of the house

sly kindle
#

@dark yoke this is about addons. Are you short on confused users who ask you annoying questions? 😛

dark yoke
#

Nope 😂

#

But I would imagined by now that someone had made a Wiki on the forum

sly kindle
#

@wild garnet Ludeeus is responsible for the HACs store...which is often confused for the add-on store

wild garnet
#

HACs store?

sly kindle
#

So, the integrations link from above...those are official integrations for HA. The HACs store has integrations which are not official.

#

Say...a waste management service in Sweden

#

or something

dark yoke
#

"the integrations link from above"

pallid path
#

HACs should also work without supervisor(!?)

dark yoke
#

oh.... that loong ago 😄

sly kindle
#

Yes, HACs is available for any HA install. Not related to a supervisor install

dark yoke
#

Maybe not MacOS and Windows

#

🤷‍♂️

wild garnet
#

oh nice

#

like that that

#

where is that link? @dark yoke

dark yoke
#

Wiat... what?
Now I'm confused 😄

wild garnet
#

sorry i am slow 🙂 the HAC

pallid path
dark yoke
wild garnet
#

now this is something i like

#

pure integrations i dont nee d the supervisor?

sly kindle
#

you should become familiar with HA a bit first

#

no integrations need the supervisor

#

only the addon store

dark yoke
#

(With the exeption of the hassio integration OFC 😄 )

wild garnet
#

hehe 🙂 ok yeah i like the integrations more than thte addons 🙂 that is something that makes more sense to me

#

nice list @dark yoke 😛

wide hamlet
#

Hello. I am attempting to setup Plex Assistant for Hass and I feel I like I am close but can't quite get it. I have Hass configure, setup to be access from external with SSL, IFTTT is setup and recipe setup to send Google Assistant request to webhook. The applet runs but I'm not able to get the service to fire in Hass. I have Hacs installed and configured, Plex Media Server is installed as well as Plex Assistant. I'm thinking something is off in my configuration.yaml. Any ideas? I can post my config if needed.

spare wyvern
#

I just upgraded to 115 and that caused quite a few issues. Ingress seems to be completely broken so I can't access any of my add ons. Furthermore I can't restore a snapshot because clicking on the snapshot doesn't do anything

#

Got a lot of errors in console

#

Anybody else experiencing issues with 115?

viscid orchid
#

Nope, working fine for me

spare wyvern
#

Hmm ingress problem seems to have resolved itself after a reboot of the entire machine. But I still can't restore from a snapshot.

#

If i click on nothing happens and I get an error in the console

#

Ah, and I still can't load addon pages from the store.

#

Gives "Error while loading page addon" and another 404 in the console. Really weird

crude sierra
#

@wide hamlet Plex Assistant is a custom integration, not an addon. So the channel that you're looking for is #integrations-archived . There may be someone in that channel that uses Plex Assistant that could lend a hand. I unfortunately am just leaving work and won't be back around till sometime tomorrow. If your configuration.yaml looks like the last example I gave you in the Plex Assistant thread, then you should be alright. Otherwise, keep troubleshooting and I'll see if I can offer you more help when I am available.

wide hamlet
#

@crude sierra Wow, you are everywhere! Sorry for the confusion, I'll put this in the #integrations-archived channel. I have not made any changes to the example you provided. As always, I appreciate your help.

celest pewter
#

@spare wyvern same here, only internal access works. Probably some reverse proxy stuff needs to be adjusted as per the breaking changes of 0.115.
I start trying things now

spare wyvern
#

I managed to do a full snapshot restore via the CLI in VScode

#

Got everything working again on 114.4

celest pewter
#

Well, the question is, is it a bug or a configuration issue on our side?
I assume you also use a reverse proxy?

celest pewter
#

@spare wyvern clearing the browser cache made it work 🖖

waxen reef
#

does Spotify Connect still require a Spotify Premium Account?

sly kindle
#

@waxen reef does it still say it requires one in the documentation?

waxen reef
#

just wondering if that is the issue

sly kindle
#

Check the documentaion tab for the addon itself (at the top of the addon's page)

waxen reef
#

yea, just read that. My bad. I read those as optional, rather than option

#

Thanks

sly kindle
#

ah heh

waxen reef
#

do you happen to have it yourself and setup? Just curious if it can accomplish what I want, which is basically to have like 1-click playlist stream directly to my Google Homes

#

just wondering if I should drop Apple Music for something that is more universally used

sly kindle
#

actually its kind of a pain with google home devices

waxen reef
#

gotcha, maybe I will just look into finally getting some echos or sonos

#

Thanks

sly kindle
#

The way spotify uses cast is weird

#

even with the web player

waxen reef
weary stratus
#

@celest pewter Thanks! Just upgraded again and wiped the browser. All working fine now...

distant bay
#

I need help with FTP addon, I have a camera what is using FTP addon's ip address to upload records, I can see the files inside /share folder in HASS with therminal connection.

#

I would like to browse these files inside media_Browser.

#

but it says all the folders are empty, but I can see the files inside terminal connection

dark yoke
#

What format are they in?

distant bay
#

mp4

dark yoke
#

Should be fine then, as long as they are in the media directory

distant bay
dark yoke
#

nooooo

#

/media

distant bay
#

but I dont have /media folder

dark yoke
#

Then you need to update your add-ons

distant bay
#

im not sure what should I do 😦

dark yoke
#

supervisor -> ssh-addon -> update

distant bay
#

Update it.

#

still no media folder.

#

also updated FTP to newest

#

I have it in /config/media

dark yoke
#

both ssh addons has been updated to include /media

distant bay
#

but I think the /media what is linked to /config/media is deleted.

dark yoke
#

ftp addon also have it

distant bay
#

I have newest SSH & FTP addon.

#

now trying to restart ha again.

dark yoke
#

That does nothing