#add-ons-archived

1 messages · Page 68 of 1

wild talon
#

so nobody here knows about the Mosquitto add-on ?

cold dawn
#

Hi, trying to install ESPHome but when I look in the add on store its not there, has it moved?

#

I am running the latest version of HA as well

weary stratus
static scaffold
#

Can someone help with Localtuya and how to find DP's for a climate heater ?

nimble shuttle
#

@static scaffold I made an dev account at tuya. Found there the dp's changed them one by one and figured out That way, what was what.

static scaffold
#

@nimble shuttle How did you change them? And figure out what was what, Im tring to configure a Fan Heater, and its a pita*

nimble shuttle
#

@static scaffold in the dev platform you can read the status of your device.
So if you change one setting. Eg temperature, compare it with a copy of the previous list and note the changed DP. That DP is you set_ temperature DP
If my account is still active I will make some screenshots. But if I'm correct it was only for 30 days

#

Tonight that is.

static scaffold
#

Sorry - Its a Hacs, where does it belong then? - @nimble shuttle Yes but my problem is also that the Climate entity in Localtuya does not let me set the temperute and so on.

viscid orchid
#

it's also in the community addon repo

dark yoke
viscid orchid
#

likely another case of the mysterious missing community addons

nimble shuttle
#

@static scaffold LocalTuya is still work in progress. And not necessarily fully compatible with your heater.
connect it first with the Tuya app and then in the Tuya IoT Platform (https://iot.tuya.com/) or an old rooted android device with old Tuya app version you need to puzzle to link the correct ID's to the correct function in LocalTuya. (I used manly Tuya_xxxxxx_instructionset-json and Tuya_xxxxxxx_statusset-json from that site to do so xxxxxx is your device)
I have no easy answer I used from youtube this video
https://youtu.be/6qv28molKVk
And his instructions from github
https://github.com/rospogrigio/localtuya

royal breach
#

seems like duckdns.org is down? Edit: Seems like it is surprise, surprise DNS (Maybe my ISP or there's again that spetznas disguised as an excavator driver who accidentially dig up some optical fibers [Bad Finnish humor, do not offend your mind]) 😉

reef monolith
sly kindle
#

@near harbor nothing to do with add-ons.

reef monolith
#

Why is it my duckdns can get setup, but I can't access my site?

sly kindle
#

Did you forward ports? Are you using https://? Are you including :8123 at the end?

#

Did you test that the port is open?

quiet spade
viscid orchid
#

yes

#

other than telling HA to expect proxy connections, adding NGINX has no impact on local connectivity like that

quiet spade
#

strange. i must've broke something then 🙂

quiet spade
#

Ok I think .local isn't working either due to AdGuard Home or NGINX Proxy Manager (or both)

viscid orchid
#

Perhaps the former. The latter has nothing to do with it

quiet spade
#

Yeah I agree. Time to figure out what I did wrong

#

Any idea where I could look?

ocean pawn
#

I'm following a guide on duck dns for setting up remote access. But I'm trying to not use duck dns because I already am setup with freedns. But in the Duck DNS guide, they said they only had to port forward 8123, no need to do 413 or 80. But it seems with Let's Encrypt addon I have to forward port 80.

#

Since duck dns is using let's encrypt, why the difference?

quiet spade
ocean pawn
#

@quiet spade you're setting up remote access?

quiet spade
#

It would also just be nice to be able to use homeassistant.local again if it isn't related to GA local xD

ocean pawn
#

I haven't heard of the NGINX proxy manager approach

#

what does that do for you vs just port forwarding 8123 on your router?

viscid orchid
#

you can terminate SSL at NGINX and leave local connections unencrypted, you can use NGINX to allow connecting to multiple local servers through a single port

ocean pawn
#

interesting thanks

#

so i'm clear, NGINX runs locally, catches inbound connections that were forwarded to it by your router, then forwards those on again to a devince/server like HA inside your local network?

viscid orchid
#

yes

#

it also manages SSL certs, renewing when necessary

ocean pawn
#

ah, i just setup let's encrypt. the log when it created the ssl cert had a mention from certbot that it'll need to renew at times, but i haven't discovered how it does this

#

it seems to me Let's Encrypt is a kind of one-time run application to generate the certificate in the first place? But after that?

viscid orchid
#

I think you run it again

ocean pawn
#

So just kinda do it manually whenever it expires?

viscid orchid
#

or set up an automation

ocean pawn
#

Whoa whoa slow down. What a wild suggestion

quiet spade
#

I gave up on getting .local working with Adguard. :)

#

Way over my head 😅

plucky silo
#

Anyone else having issues with the latest release and compiling/building in ESPHome?

robust bane
#

All, I'm having an issue with the mosquitto in HA. Every 30 min it seems to restart, I can see that in the logs and I can see the corresponding discontinuities in the sensor values delivered through mqtt. Anyone has seen this behaviour? I have the mosquitto logs if one wants to see them

shadow crystal
#

i had problems with it so I installed it elsewhere. Didn't work ok under hass itself

robust bane
shadow crystal
#

mosquitto

robust bane
#

what problems did you see?

vestal maple
#

Hi there! Trying to install Zigbee2MQTT add-on via adding the repository, but it will not work...

#

expected a URL @ data['addons_repositories'][2]. Got 'zigbee2mqtt/hassio-zigbee2mqtt'

#

Removing the old repo did the trick

bleak jungle
#

anybody knows how to zoom on the hacks integration of xiaomi vacuum cloud map ?

covert arch
#

integrations is not addons

#

and there is a magnifying icon in the map

bleak jungle
covert arch
viscid orchid
#

that's a pretty darn descriptive error message that tells you exactly what's wrong

shut pine
#

Hey, I want to run Tautulli on my homeassistant. I used the addon that is suggested, but I only get restart of the addon. It never really starts.

dense spadeBOT
shut pine
#

INFO: Starting Tautulli... repeats every 15 seconds
Any idea why it is not starting?

ocean pawn
bleak jungle
covert arch
#

and you should read the cards documentation

astral carbon
#

is there a way to stop the vscode and automatons UI page from mangling my YAML when I bounce back and forth between them?

I sort everything out in VScode addon and if I edit or add an automation via the UI it removes the carrot >- symbol and replaces my code blocks with quotes and screws up the formatting of jinja, or makes lists for triggers into a multi-line mess. to be clear this doesn't break anything but it makes browsing the file to make changes or restructure code a PITA to read. I don't know if this is an addon thing or a frontend thing but any advice is appreciated.

viscid orchid
#

You just need to separate them

astral carbon
#

so the UI and manually editing YAML are incompatable then? no way to have one respect another?

viscid orchid
#

No way

astral carbon
#

that sucks, I was liking the UI version. if I look at an automation trace will it still mess up or is it only when I edit an automation in the UI? basically how much of the UI can I use before it screws up my file editing?

viscid orchid
#

Only editing

astral carbon
#

is this a bug or is the formatting issue by design?

viscid orchid
#

the UI turns it into JSON, which removes all comments and reorders things

#

it's as expected

astral carbon
#

thank you, so it looks like if I want to preserve formatting I should never save any edits performed under the UI page or generally never hit the save button in the UI automation editor. if I do anything there it should be view YAML then copy and paste the yaml into vs code addon right?

viscid orchid
#

you should split the config

astral carbon
#

I dont want to , I would rather just use the UI to create and view YAML then put it in a singular file assuming the UI only writes changes when clicking save

viscid orchid
#

ok 🤷

astral carbon
#

I mean no offense I just prefer doing some things manually, like I am currrently in the process of combining automations utilizing the trigger ID and chooser features. operations like that are much easier for me to organize and work on without the UI if the code is neat but going into the UI to explore traces and quickly add a default feature was nice to do which is what got me asking the question

viscid orchid
#

you can always create automations in the UI and then copy them over to the separate YAML file to continue editing them manually

#

using the trace function has nothing to do with this

astral carbon
#

yup thats what I will do , thank you

#

ok, I was just un sure when exactally the file gets changed. if it was upon saving in the UI or just viewing an automation in the edit screen

past basin
#

I'm running the supervised version, along with tailscale networking, and I'm stuck on one of the components. Namely, I can't seem to get to the Samba addon's share on the tailscale interface, only on the local network. I'm totally able to use the home assistant web interface from tailscale, but not Samba. Is there some additional network configuration on the container level I need to do in order to allow the addon container to serve to all interfaces on the host? I've already configured the samba addon to allow traffic from the Tailscale CG-NAT IP range, which I thought would be enough.

static scaffold
#

I have a energy Counter which runs MQTT and currently in Domoticz But Can I get it into HA though MQTT it sends messages on 217 and 218

craggy grove
#

I've made a SQL query in Mariadb, and would like to use the result as a sensor. How do I do that, and is it possible to set of a script at certain times to insert them directly to the database as a new sensor?

spark jetty
nimble shuttle
#

Hi I'll try again I have still issues with this Studio Code Server add on error:
"An unexpected error occurred that requires a reload of this page.
The workbench failed to connect to the server (Error: Time limit reached)"

In the background is vs code "Get Started page" visible. And it have worked fine for months. I have reinstalled it, restarted the server tried different browser (Firefox and Chrome). Two core updates and a os update. nothing helped. There are no errors in the install log:
"Add-on: Studio Code Server
Fully featured Visual Studio Code (VSCode) experience integrated in the Home Assistant frontend.

Add-on version: 4.1.0
You are running the latest version of this add-on.
System: Home Assistant OS 7.2 (amd64 / qemux86-64)
Home Assistant Core: 2022.2.5
Home Assistant Supervisor: 2022.01.1"

I have no clue where to start to diagnose The log files I know to find has no relevant errors and I do not have an easy way to browse the file system.

raven tinsel
#

are you behind a reverse proxy?

nimble shuttle
#

Hi Frenck is that in reaction to my question?
If so yes but only from outside

nimble shuttle
#

Thanks Frenck that was the correct hint. With IPaddress:port it works fine
It was not only from outside I thought I redirected via my PiHole to an internal ip address. That was not true it was directed to my outside IP

#

@raven tinsel can you (or anyone else) explain in Jip and Janneke language why it is not working through the reverse proxy and if that is by design?

raven tinsel
#

Dunno, in general al lot of these things tend to happen due to proxy configuration

#

hence my initial go to question 😄

civic nacelle
#

I just bought a sigbee USB together with an aqara sensor. I installed ConBee II and clicked to search for new devices but can't find anything. Any ideas?

limber hedge
#

The Let's Encrypt add-on has started throwing this error in the log for me, it has been working for years so I'm not sure what changed, any ideas?

Traceback (most recent call last):
  File "/usr/local/bin/certbot", line 5, in <module>
    from certbot.main import main
  File "/usr/local/lib/python3.9/site-packages/certbot/main.py", line 2, in <module>
    from certbot._internal import main as internal_main
  File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.py", line 28, in <module>
    from certbot._internal import account
  File "/usr/local/lib/python3.9/site-packages/certbot/_internal/account.py", line 19, in <module>
    from acme.client import ClientBase  # pylint: disable=unused-import
  File "/usr/local/lib/python3.9/site-packages/acme/client.py", line 34, in <module>
    from requests_toolbelt.adapters.source import SourceAddressAdapter
  File "/usr/local/lib/python3.9/site-packages/requests_toolbelt/__init__.py", line 19, in <module>
    from .utils.user_agent import user_agent
  File "/usr/local/lib/python3.9/site-packages/requests_toolbelt/utils/user_agent.py", line 1```
#

Next thing in the log is many lines of ��������������������������������������������������

#

then:

SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.```
weary stratus
#

Any ideas why I'm receiving this error when I try to start #mosquitto ?
redirfd: fatal: unable to exec fix-attrs: Exec format error
[s6-init] ensuring user provided files have correct perms...exited 126.

weary stratus
void bolt
#

does anyone use ring-mqtt? I'm having issues with crazy battery drain on my ring doorbell 2

#

my stick-up-cam works phenomenally

static scaffold
#

Im do I recive meassages with Mqtt? I know it sends a msg on 217 and 218

sage shadow
#

After the latest update nodered has stopped working getting an error about www-request unknow node type

#

Also getting "Flows stopped due to missing node types.

www-request" but the node isn't missing. Any ideas?

#

Log shows "13 Feb 10:52:53 - [info] Waiting for missing types to be registered:
13 Feb 10:52:53 - [info] - www-request"

covert arch
sage shadow
#

node-red

dark compass
ocean pawn
wheat canyon
#

Hi folks - new to HA so please forgive any dumb Qs and if this Q is in the wrong place... I run a MacOS network at home but have HA running on a bespoke HA Odroid box. I want to add an add-on / another app - a worker node for tdarr. It doesnt have a specific app in the Add-on store but perhaps I can add via the HA Terminal add-on which I have installed? Is the HA box Linux? TIA...

deep walrus
#

Did you install HAOS (the operating system) or did you install linux and then docker and then HA, Or did you use another method?

#

It helps if people know which of the 4 installation types used @wheat canyon

weary stratus
#

keep getting Configuration errors detected: No type provided. when i try to make a group of lights (following the guide)

#

The system cannot restart because the configuration is not valid: Invalid config for [group]: value should be a string for dictionary value @ data['group']['light']['entities']. Got None. (See /config/configuration.yaml, line 8).

wheat canyon
deep walrus
#

ahh OK then it will be HAOS for which it doesnt have a real linux terminal, but something bastardised. As soon as I discovered that I dropped it and went for a docker installation, however you cant do that. I am not sure how you can do that if there is no add-on or integration for it. However someone else may have the knowledge

deep walrus
deep walrus
#

you will need to edit the configuration.yml file and fix it before you can start HA

dense spadeBOT
viscid orchid
#

You have put it under group:, which is incorrect

#

Stop cross posting

#

None of this is related to addons

weary stratus
#

oh ok mb

wheat canyon
weary stratus
#

when i install the ssh/terminal it just says bad gateway can anyone help?

fiery prism
#

Have you configured it with keys or a password? It won't start if you haven't.

marble quail
#

I am having an issue with let's encrypt plugin.

#

The issue is the DNS lookup it preforms is incorrect.

#

I want to flush the saved DNS but I am unsure as to how.

#

Is there a way that I can change the dns such that let's encrypt asks a different one?

#

I am using home assistant as an os running in a virtual server.

ruby rain
#

Hello guys, i am having issues installing any add-ons on my fresh install of HA. Whenever i try to install an addon i get the following error

'addonmamager. Install' blocked from execution, no host internet connection

ruby rain
sly kindle
#

It can't reach out to pull down add-on images if it can't connect to the internet

#

Are you using a bridged network adapter for the VM?

#

And is the host Ubuntu using ethernet??

ruby rain
ruby rain
sly kindle
#

You need to create a bridged adapter, and you can't bridge wifi

ruby rain
sly kindle
#

At best, it will continually work and not work, which you will find frustrating

ruby rain
glass condor
#

I'm trying to set up an mqtt server on HA OS but I keep getting an error: Disconnected from MQTT server core-mosquitto:1883

#

I've configured the service using a username and password I set up in HA called mqtt-user, the config says it is connected, I can publish and read messages sent to topics using the addon, but this error keeps popping up into my logs when I restart the mqtt addon

#

Can anyone provide any insight?

#

I added mqtt: broker: IP_ADDRESS_BROKER to config.yaml and still nothing

#

(Replacing the IP with that of Home Assistant though)

#

Still got Disconnected from MQTT server core-mosquitto:1883 (7) after a restart of the mqtt add on

dense spadeBOT
glass condor
#

I have tried everything again. Deleting the mqtt-user account, changing the password multiple times, I am still getting the error Disconnected from MQTT server core-mosquitto:1883

#

But I'm still able to listen and receive via the integration config test UI

carmine thorn
#

Hi, I was running Samba when one day the files disappeared from the share. They are still there because it contains my data folder and everything boots fine. Here is a Pastebin with the log, kindly note the mount error https://pastebin.com/pQNEj84r. Any ideas why smb stopped mounting it out of the blue?

lusty pawn
#

i need to use mechanize.Browser() to visit an url with an api key, then return the element to be able to visit the next page and do a submit a form on that, but i can't seem to get this to work... any good with the Browser extension and proberly just have 10 mins to get it to work with me

alpine niche
#

quick question: i understand that hass container does not have the possibillity to add addons. so i do have to add them myself? but they wont be visible in the settings and such right?

#

as you dont have acces to the addon store

#

cuz i dont want to f up my current install. but i do want additional addons. is it better to grab a second pi and install and maintain those containers there? or is there another way?

left granite
#

Hi, after updating NR 11.0.1 node-red-contrib-modbus stopped working, is it an error in the update or something with me?

#

https://ibb.co/z7m7rbQ debug: [warn] [node-red-contrib-modbus/Modbus-Flex-Write] Error: Cannot find module 'source-map-support'
Require stack:

fiery prism
lone solstice
#

good night everyone.... wonder if there is a Tanaza integration or something alike for my Linksys LAPAC1750C Pro... its managed by Tanaza only online...

lyric umbra
#

does anyone know how to delete all events in frigate? its filling up my sd card and i already downloaded all relevant events
tried deleting /media/frigate/recordings but it doesnt clear the events, just doesnt allow me to view their videos (since they were deleted)

lone solstice
#

ORR. I use this in the config

retain:
    default: 34
lyric umbra
#

oh ok i'll try that out

lone solstice
#

it holds photos of 34 days,..any older will be deleted....

lyric umbra
#

ah yeah that'd be useful

#

also just to confirm which folder should i delete? the entire frigate folder or just recordings?

lone solstice
#

you set the days you want to hold pics

#

if you install the Samba addon..you see a folder Media...-local media...frigate..then youll see recordings and clips.

#

you choose what to do

neon hamlet
#

hi Guyz is anybody having issues with MQTT? If I understand MQTT right I send a message to the broker and it then sends the message to all who are subscribed to that topic? I have MQTT lens subscribed to cmd/unit8/power2 which is the topic for a tasmota sonoff ch4 I am logged into the console and have node red toggling the relay every 5 seconds. What I am seeing is the cmnd/unit8/power2 with a pay load of toggle in mqtt lens however it does not always appear in the console and then all of a sudden the light will flicker on and off very fast. This happens across 12 sonoff CH4s as I use them to control lighting and heating and the setup was working flawlessly for years however it has over the last few days started to play up. My MQTT brocker is mosquitto running as an add on in home assistant.

lyric umbra
#

when i delete the clips folder the images are gone as well but i wanted it so that it was basically a clean slate

#

ah ok found the answer in documentation

#

deleted the database should fix the issue

#

thanks

lone solstice
#

ok. just restart the addon see what happends

lyric umbra
#

yeah it worked perfectly

lone solstice
#

ok...just read... better to use Retain

#

you decide how far in history you want to go

lyric umbra
#

just to confirm this would work right

    record:
      enabled: true
      events:
        retain:
          default: 10
#

for 10 days

lone solstice
#

yeah

lyric umbra
#

alright i'll keep my config like that then

#

thanks!

lone solstice
#

no probl

hollow imp
#

Hi! I want to set up encrypted MQTT with the Mosquitto addon on HAOS. Can I use the already created certfile/key that I prevously created for HA?

#

mosquitto config: ```yaml
logins:

  • username: xx
    password: xx
    anonymous: false
    customize:
    active: true
    folder: mosquitto
    certfile: fullchain.pem
    keyfile: privkey.pem
    require_certificate: false```
#

ah wait, I'm not using SSL for HA, as it is behind a proxy

#

please confirm that this is the proper way to achieve MQTT over SSL:

  • install certbot, and set it up to create, renew a cert for my domain
  • use the config above, to point Mosquitto to the cert created by certbot (in the /ssl folder)
  • open the port on the router
hollow imp
#

Can I generate/renew cert files if https is not enabled in the HA config? So certbot should generate/renew certs for Mosquitto only. Ha is using plain http, encription for HA is implemented between the client and Nginx

#

at the moment https is disabled in the HA config, and cert creation fails with 404

shrewd harbor
#

Anyone else having issues with the Terminal & SSH web UI add-on? In the terminal it prints every character I press twice. Any solution for this?

astral oracle
#

restart your stuff

shrewd harbor
#

Restart or reinstall didn't help

shrewd harbor
#

Same issue with the SSH & web terminal add-on

dense spadeBOT
coarse wadi
#

hi I have a problem with the NUT add-on.

I have configured nut and started it but when I try to connect I get this error.

#

any idea ?

rose smelt
#

Hi, i have MariaDB add-on installed. I wanna use it for another database that's gonna be written from another machine. Can i even access it or does it only livein the HA OS local network?

#

Hope that made sense.

sly kindle
#

You can add other databases in the add-on configuration page for it

rose smelt
#

@sly kindle Yeah i know, but the DB servers IP is 172.30.33.1
I gonna need to get it listening on a 192.168.x.x address. Or proxy all data trough a .. well.. reverse proxy. I think (My understanding of HASS network islimited, not looked into it for over a year. But iirc the HASS network is shielded andprivate.

#

Ah yes and the one i want to connect to would be 'Host' network :/

rose smelt
#

If i install plex as an add on will it encode using hardware or can't it coz it's in a docker container?

full star
#

Anybody know of an add-on to add support for a GMC Geiger Counter?

stiff grail
#

I'm trying to set up an external address using duck DNS. I believe I followed all the steps but my address is going to my router config page.

fiery prism
stiff grail
#

I forwarded 8123 internal. 443 external. IP is the internal home assistant device address.

#

I can't access using the ip:8123 either anymore.

fiery prism
#

Internally use, https:\\<ha_ip_address>:8123, allow the browser to ignore the ssl certificate. Externally use, https:\\<your_domain>.duckdns.org

stiff grail
#

I tried again and I can access externally using the DNS. Internally that address goes to my router. If I append /Lovelace to the url it goes to the Lovelace setup.

fiery prism
#

Internally use, https:\\<ha_ip_address>:8123, allow the browser to ignore the ssl certificate

stiff grail
#

Thanks. Was hoping this would fix the app access but it still can't connect.

spring carbon
#

Just bought a coral edge tpu and i expect it tomorrow. i was wondering will this coral detect objects better in frigate then my i7 CPU or is it only faster

covert arch
#

its more energy efficient, thats it

spring carbon
#

Ok thanks. thats still nice. I read it has around 100 fps of detection power. my 10th gen i7 goes to around 40 / 50% CPU with only 4 cameras on 5 fps detection. Also the NUC goes to 80 degrees CPU temp at that point. so i guess a coral tpu isnt a bad investment

covert arch
#

yes, it will reduce your high power draw to whatever your computer uses in idle +5w for the coral

old olive
#

Seems the Pentair Integration is not available for AArch64. Is there anyway I can manually build it?

sly kindle
old olive
#

No, does not show up in the list. I recently switch OS from 32bit to 64bit to be able to run the new unifi controller. Pentair stopped working and I could not reinstall it.

viscid orchid
#

the addon or integration?

old olive
#

In neither list.

viscid orchid
#

they're not the same, and specifying which one you're talking about will help diagnose the problem

#

it makes no sense to say that there's "no image for aarch64" for an integration

sly kindle
#

@old olive You're asking about an integration in the add-ons channel. Integrations and add-ons are not the same thing.

#

You don't find integrations in the add-on store

old olive
#

Thanks. I was able to reinstall it from the integrations. I've closed the github issue.

#

After a restoring a backup from a 32bit OS to a fresh 64bit OS the pentair integration would not start at boot (with the error message image for AArch64 not found).

#

But deleting it and picking it again from integrations seems to work.

upbeat junco
#

I am trying to set up Duck DNS on my homeassistant supervised (in a container) instalation. But after i add the ssl stuff to the configuration file and i restart i can't connect to my home assistant anymore. This configuration i am adding:

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

Is there someting i am doing wrong? Also if there is any other way to give more information like log files please let me know as i dont know how to open the logs when i can't access home assistant.

upbeat junco
carmine thorn
weary stratus
#

Grafana keeps resetting the dates for a graph to 11:40 this morning, even though I configured it to show the last hour. It's currently 18:35.

weary stratus
#

It must be a timezone issue, time for some reading.

weary stratus
#

Every time I reconfigure the dashboard and panels, it resets the time range to start at 1140. What's going on??

vivid cargo
#

Is there any other documentation for addon developpement and more precisely options and shcema than this one https://developers.home-assistant.io/docs/add-ons/configuration#options--schema ? I'm trying to see if I can replace vars with name or add description in the UI, add a "advanced" section that could collapse and I can't find if it's possible so I guess it's not but the doc is pretty short and sweet..

edgy current
#

Hello, I would like to integrate my sony srs xp700 speaker on homeassistant.
It is not detected by homeassistant
I tried the github procedure to find the endpoint of songpal but I have no idea where to write the command "songpal discover"
Could you help me please?

raven tinsel
#

@edgy current That is not a question that is add-on related, but about integrations

#

you might want to try the developer channels instead, below

edgy current
#

@raven tinsel ok thank you

light pecan
#

How can I force DuckDns to renew its certs? I think I may have accidently deleted the refresh token while cleaning house. Now my phone app will not connect. Desktop also can not connect thru DuckDns.

sly kindle
#

@light pecan it checks the status every time the add-on is restarted, so restart the add-on, watch the add-on logs

light pecan
#

The logs report valid until April.... then skips the renew

#

Tried setting the agreed: to false > reboot> true> reboot no difference. Nothing thru DuckDns.

sly kindle
#

@light pecan if they don't need renewing then you're good. An expired cert would not prevent you from accessing anyway, you'd see a warning in your browser

#

You forwarded ports as part of the original set up. Has anything changed there?

light pecan
#

@sly kindle Nothing changed on the forwarded ports. I had a brain cramp and finally remembered I needed to use port 443 not 8123 when coming in thru DuckDNS. I did find that the companion app (Android) must have the final slash or it truncates the port number off the URL. I kept noticing it missing and tried this last thing. I can't figure out how to get into the settings without clearing the cache so I can confirm it. Thanks for the replies.

whole osprey
#

ahhh @marsh carbon you are a legend! I dont know how i missed this a month ago because daily i still wish i had this. After assigning port 9192 to the host (im using HA Blue) where can i update my API calls so the UI in HA and the Grocy App match?

raw sandal
#

Failed to to call /addons/a0d7b954_vscode/start - Image ghcr.io/hassio-addons/vscode/amd64:4.1.0 does not exist for addon_a0d7b954_vscode i cant install/run VSCode addon

raw sandal
#

@raven tinsel ?

raven tinsel
#

Yes?

raw sandal
#

i cant install/run vscode addon

raven tinsel
#

Oh, sorry to hear that 🙂

raw sandal
#

amd64:4.1.0 does not exist for addon_a0d7b954_vscode what does it mean? i am using VM winodws, Linux 64 bit

raven tinsel
#

You always ask the same question on multiple places?

#

I already responded there..

limpid agate
#

Hi everyone.
I installed the home assistant raspberry pi image today and am having trouble accessing the add-on store. I tried different browsers as well as accessing the web interface from different devices, but the store page just gets stuck loading indefinitely. Any idea what could be causing this? should I open extra ports on my router or somehow configure the store first?

split wave
#

Is it normal for anytime homeassistant webpage is resized / tabbed away from it reloads when going back to it? For example if I click out of node red and then to another tab, it'll reload node-red when i go back to it

glacial meadow
#

The FLO integration (which is built into HA, not added) is awful. I tried asking for help at github and got nowhere. Can anyone help it stay connected?

#

it keeps disconnecting constantly

raven tinsel
glacial meadow
#

oh sorry i thought i was in integrations channel!

#

my bad

raven tinsel
#

If you have a bug, report it properly on GitHub and have some patience

glacial meadow
#

i reported it a week ago. sorry; i'll move over to integrations

raven tinsel
#

That is not long

glacial meadow
raven tinsel
#

@glacial meadow It is an open source project

#

run by many volunteers and contributions from people working on it in their spare free time

#

unless you start helping/fixing it yourself, you'd have to wait until someone else want to pick it up

#

there is no time frame in such a thing

rare marsh
#

The VS Code add on is flagging all of my non-template binary sensors. Every line under binary_sensors: says "Property {field} is not allowed". This is happening for workday, tod, threshold, ping, command_line, etc.

raven tinsel
#

Yes, there is an issue open for that @ the Home Assistant VSCode extension

#

the reason / solution has not been found yet.

rare marsh
#

thanks, sorry, I checked the open issues before posting here but I must have missed it

marsh carbon
wind swallow
#

Tried to add zigbee2mqtt repository to the add-on store, but no additional add-on's show up. The new repository is in the list of managed add-on repositories. (running HA OS) What did i miss ?

#

In the log i find

#

But the 2 new add-on's are not presented in the add-on store ?

wind swallow
#

Hmm.. rebooting the PI did the trick. 👀

cloud marsh
#

hey guys, can you help me what does this mean?

Configure Lovelace to load the card:
resources:

  • url: /local/banner-card.js?v=1
    type: module

do I have to put the resources part into the configuration.yaml?

signal geode
cloud marsh
#

ah okay. thank you. do I have to reboot after I add resource?

signal geode
#

You shouldn’t need to, you’d need to force reload the tab (ctl + shift + r usually works for me)

steel hound
#

Hey everyone - thanks in advance - noticed that the ESPHome add on has moved repos - any good tutorials around for how to move over from HACS to the direct repo?

marble quail
#

Hello there, I want to work on a custom module for Brematicpro devices.

#

I found a library on github that started some of the legwork but there is no clear documentation.

sly kindle
#

@marble quail that's also a custom integration and not an add-on

#

Add-ons provide software that you don't otherwise have. They don't provide HA integrations.

#

ESPHome is a completely separate project, for instance. It can be run anywhere on your network, but an add-on can provide it.

marble quail
#

Oh, I am in the wrong place. Thank you. I will ask in the other place.

steel hound
# sly kindle There's one place for add-ons (add-on store), there's another for custom integra...

Sorry didn't explain properly - I usually pull the Add-On for ESPHome from the Home Assistant Community Add-ons via the Add-On Store (https://addons.community/ - which references https://github.com/hassio-addons/repository) from there it pulls https://github.com/esphome/home-assistant-addon - but it looks like the recommended install route has been updated on esphome.io (https://esphome.io/guides/getting_started_hassio.html) for install as an add-on to reference esphome's repository directly - https://github.com/esphome/home-assistant-addon

marble quail
#

What I am trying to do is to control devices through Home Assistant and by extension Google Home.

sly kindle
marble quail
#

Sure. Thank you.

sly kindle
#

@steel hound The one in the community add-on repo is fine

steel hound
#

so in the Add-On Store - I effectively now have two ways to install ESPHome Add On - either via the add-ons repo provided by Frenck @ addons.community or via the add-ons repo provided by espHome direct - I guess having looked a little deeper, they are referencing the same docker containers - so I don't need to worry as I don't want the (dev) or (beta) versions

sly kindle
#

yeah you don't need the esphome repo if you don't need beta or dev

#

adding it through the community repo is the more recent addition

steel hound
#

oh really

#

i never spotted the install link on espHome before

#

thought it was a new repo and they were moving out from the community repo

sly kindle
#

Maybe it's the "My" button?

steel hound
#

yeh it was

#

I was looking through the esphome website for patch notes from wednesday's update and it had the My button there - so I hit it as a quick way to jump and see how many versions I was out of date - and it instead added the "new" (I now realize new to me!) set of options in the AddOn Store

#

@sly kindle thanks for your help tho - if nothing you made me answer my own question by looking a little deeper!

whole osprey
plain ginkgo
#

I'm trying to install TasmoAdmin and the instructions say it's just available in the add-on store, but nothing of that name or anything similar shows up when i search it

sly kindle
#

@plain ginkgo you have to add the repository

plain ginkgo
#

Ok I tried adding the GitHub url but it wasn't having it. I ended up currently just going to each tasmota device's web ui and entering the commands individually

sly kindle
#

@plain ginkgo oh that's in the community addon repo

#

You don't see that?

plain ginkgo
#

I'm slowly discovering what my issues are

#

For some reason my home assistant is not reachable on 2.4ghz network locally, but it is reachable on 5ghz

#

but the repo for community add-ons was for some reason not listed so i had to go add it

wanton sentinel
#

Hello i want to get remote access to my home assistant instance. and i would like to use my own domain name for it instead of the DuckDNS. i see much more documentation about DuckDNS how ever.
I see there is a Let's Encrypt addon. so i would like to use this with the dns challenge instead of the https challenge as i can not port forward port 80. i already have that in use. also i like to use cloudflare for this. now in the documentation of this addon it does not mention anything about keyfile: privkey.pem but in the configutation it already has this keyfile: privkey.pem what do i have to change this in? or where can i get a bit more documentation about this?

#

i also find the documentation a bit confusing

tacit bane
#

Does anyone have experience creating a shutdown switch using Mosquitto broker and IOTLink?

sly kindle
#

@tacit bane I don't have IoTlink anymore, but doesn't that just automatically get pulled in?

gusty geode
#

Is anyone able to download folders (test case is using a folder under custom_components) via File Editor? I receive a 502: Bad Gateway.

tacit bane
timber phoenix
#

Ok.. One more time ... 🙂 Im running HA OS inside Qnap Virtual Station. I have installed Deconz Addon from official repo.

#

HOW can I find Deconz folders... ? I have tried HA Terminal, but cannot find folder or any .json file i have saved inside Deconz.

sacred crag
#

Hi. May be you can also ask on the Deconz discord channel.

timber phoenix
#

I did... They told me that go to HA, because its HA addon...

#

So files are managed by HA, because its installed thry HA

sacred crag
timber phoenix
#

Yeah.. 🙂

#

I have tried SSH connection to my NAS. cannot find. I have tried HA command prompt.. cannot find

#

im using: find . -name "*.json"

jade wing
#

The files are inside the HA VM, so you won't find them on the NAS

#

They are in the backup, which you can unzip

timber phoenix
#

i know my filename is zg9290.json

#

Also tried to find all with dres, deconz, etc. known folder and file

jade wing
#

Because they're in the VM, not on the NAS

timber phoenix
#

Yes.. And I have NO idea how to access those VM files..

jade wing
#

They are in the backup, which you can unzip

sacred crag
jade wing
#

Sure, if it's in the backup

timber phoenix
#

If I go to my NAS with SSH.. same issue. I can find all HA files, but nothing for Deconz..

sacred crag
#

👍

jade wing
timber phoenix
#

You mean Phoscon Backupfile? .dat

#

That i can actually download and upoload 🙂

jade wing
#

The HA backup contains all the configs for the add-ons as well as HA

timber phoenix
#

Thats +2GB.. 🙂 It should be also inside Phoscon backup too?

jade wing
#

Depends on what you're trying to do

timber phoenix
#

I just want to access and edit DDF files for new ZIgbee devices..

jade wing
#

Well, then this won't help you

#

You can't edit the files inside the container

timber phoenix
#

... but I cannot find those files 🙂

jade wing
#

Right, because you're looking in the wrong place, and you can't do that anyway

timber phoenix
#

My installtion method seems to be complicated 🙂 Container inside VM..

jade wing
#

If you want more control over your Zigbee devices, time to ditch deCONZ

timber phoenix
#

Because its HA addon, i assume i should be able to access them thru HA terminal?

jade wing
#

Nope

#

That terminal, that too is a Docker container

#

You can't edit those DDF files, they're inside the deCONZ container/add-on

timber phoenix
#

Conbee2 is great for me 🙂

#

You mean that there is better than Deconz/Phoscon?

jade wing
#

If you want to go messing with device definitions, then yes

#

If you want to add support for new devices yourself, then yes

#

If you want to move away from slow to change commercial software, and get something that's updated more often then yes

timber phoenix
#

Current 99 device installation is now slow... 0.1sec from pressing button or using tablet on wall... Thru 3 floors of concrete..

#

NOT slow. Sorry for typo

jade wing
#

Not slow as in slow to work, slow as in wouldn't it be nice if new devices were supported this year

timber phoenix
#

Oh, yes... That!

#

What softwares are an option?

jade wing
#

ZHA

#

Zigbee2MQTT

#

ZHA is native to HA, Z2M is external

timber phoenix
#

I can look into ZHA

#

It supprts then Conbee2?

jade wing
#

Yes

timber phoenix
#

Ok. I will look into it.

timber phoenix
#

Can I install MQTT same time with Deocnz? Or does it break something ?

#

for testing

fiery prism
timber phoenix
#

Ok. Ill install it

#

I found ZHA from HA repos. Not Zgibee2MQTT

#

I got this: Failed to connect device: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2459538-if00

#

Is it possible that it only allows ONE integration and USB device cannot be used in two places...

jade wing
#

Correct

#

You either need another Zigbee stick, or you need to stop and remove deCONZ

weary stratus
#

Hello, I can't activate port 22/tcp in "Terminal & SSH". What must be entered instead of "deactivated"? Can anybody help me further?

viscid orchid
#

why can't you use 22?

dense spadeBOT
#

@terse rune Rule #6: Please do not post codewalls (text longer than 15 lines) - use sites such as https://www.codepile.net/ (pick YAML for the language) or https://paste.debian.net/ (pick YAML for the language).

Please take the time now to review all of the rules and references in #rules.

weary stratus
#

Oh!

raven tinsel
#

You can set a port in the add-on network setting

#

So you'd enter a port number

#

you want it to be exposed on

weary stratus
#

I entered port 22 and described the field next to it as activated and saved it. But it is not kept as active. WARNING: SSH port is disabled. Prevent start of SSH server

sacred crag
#

Hello. I’m using WireGuard add-on with my supervised HA. After settings as read in the documentation, it seems that it’s working randomly : sometimes it’s not working and I don’t know. I don’t know where I can find an indication to solve the issue. Do you have an idea? Thank you. 🙏

pallid elk
#

Hi, in studio code server my sensors.yaml file is filled with validation errors even though the config is all valid and the sensors actually work as expected. Just wondered if anyone knows if there is a solution to this?

viscid orchid
#

yes, it's known. no, there's no solution right now

mellow vault
#

Working on a HA setup, my first go at this. What I want is the ability to put raspberry pi's and speakers around the house and stream multi-room audio. I've been following various guides and learning but it seems most are not designed around running Home Assistant OS (running the OS on a pi 4)

Specifically right now my Mopidy add-on is signed in to Spotify but will not play anything and says the "mopidy-spotify extension is not running."

For the life of me I cant find where to add that on the HA-os install

solemn patio
#

influxdb wouldn't start with 2022.02.x so Grafana wouldn't work either. I deleted the influxDB add-on, saw that the Community add-ons were no longer available in add-ons, found the link to add them back, and added the influxDB community add-on again. I've recreated my influx DB, user and password, and changed my Grafana influxDB credentials to log in as before. Now, influxDB and Grafana seem to be working again. I didn't notice any related breaking changes in recent HA releases. Did I miss something?

timber phoenix
pseudo jungle
#

looking for some help regarding the appdaemon addon. for some reason it acts up, whenever i restart home assistant after an update or when going through the server management.. it starts normally and after it initialized all apps it says that it disconnected from HA and then restarts again

#

this in a constant loop

oak otter
#

I have HA OS running on a raspberry pi. I added the tailscale add-on and can access the lovelace ui over the tailscale managed network.

However, I just noticed that i can no longer access the lovelace UI from its local address.

My assumption is that it is related to the network configuration that tailscale performs, but am not certain. Has anyone faced a similar issue / know how I would debug?

devout hamlet
#

Hi, can someone recommend a piece of software to visually document my home setup? I need something like a home planner which will allow me to place things like lights, network equipment and attach notes to them like names, ip addresses and so on

#

Instead of going through all possible home planning software myself, maybe someone knows something that works well for this purpose

alpine niche
#

question. i want to host some addons but some of them use the same port how do i combat this?

#

for example nginx proxy manager uses port 80 and 443 right? and adguard also wants to use 443 for encryption

prime ledge
#

I'm having trouble getting the File Editor add on to work. The error is "Policy not fulfilled". I'm assuming this is a security configuration that isn't setup correctly. I do access my system through duckdns.org. Can anyone point me in a direction?

oak bone
#

I added to two integrations of Z-Wave-JS linked to two separate Z-Wave controller sticks. On the overview tab, everything is working fine: I can control devices on both Z-Wave sticks.
However if I open the Z-Wave-JS Control Panel from the sidebar, it only shows me devices and actions for one of the sticks. How can I setup a separate control panel instance for the other stick?

analog axle
#

Even better idea is to use more powerful hardware for that

final coral
#

Been on HA a couple years now, randomly I can't access it. I get "can't be reached" when going to my Duck DNS site, and when going to the IP I get this (photo). Do I just need to re-flash? I don't see any way to get into the UI.

final coral
#

If I do that it says the page isn't working

#

Just the IP gets me to the nginx message

naive ravine
#

I'm having an issue with Adguard Home, the current version is 4.4.4, but this has a fatal error and I need to run something older than 4.3.0
I can't restore from a backup, so how to I install a specific version of the addon?

raven tinsel
#

that is what backups are for (and why it asks to backup every time you'd upgrade one)

naive ravine
#

When it creates a backup, is it just of that addon, or is it the entire hassio?

raven tinsel
#

just the add-on if you are upgrading an specific add-on

naive ravine
#

Only backup I have is of 4.4.3 so that won't help, damn

analog axle
#

think you have to run mosquitto in a own docker container, but thatsa a guess, cause i do not run the docker version

jade cobalt
#

Do I also have to use Let's Encrypt add-on?

rose summit
zenith idol
#

I've had this warning for quite some time now:

The bridge HASS Bridge EB5W has entity lock.frontdoor_door_lock. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity

And I've been experiencing that my lock becomes unavailable in HA at random times. So I figured this might be related to above warning. But I am not sure what it means / how to solve it. Could somebody point me in the right direction?

raven tinsel
#

Your question is about an integration, not an add-on, those are different things

zenith idol
#

Never really get the difference between the two, and constantly confuse them for one another 😉 but thanks

fringe drift
#

Hello, is there anybody maintaining the esphome addon?

raven tinsel
#

yes

#

ESPHome is

fringe drift
#

Hello @raven tinsel ... first of all, good job!

raven tinsel
#

?

fringe drift
#

Then, let's get to the point 🙂 ... What version of drivers (specifically esp_camera) are used by the add on?

#

I have a feeling that esphome is using an old release

raven tinsel
#

Its released by esphome on esphome release

fringe drift
#

is there a discord?

raven tinsel
#

Yes

fringe drift
#

let me look it up...

raven tinsel
fringe drift
#

@raven tinsel you're right, my bad!

raven tinsel
#

hehe don't worry!

zinc terrace
#

When the Let's Encrypt add-on refreshes your cert, is it a requirement for you to have to restart HA for the new cert to be used?

regal vault
#

Did something change with the WireGuard add on that would make webrtc streaming stop working? I’m still able to access everything except the webrtc streams don’t work

#

Nm, looks to be a new issue with iOS and webrtc over cell data

storm charm
#

So I installed Samba file share, and it worked yesterday, but now its not working today. My PC can't see the device,.. I restarted the service, rebooted HA, and still nothing. Any ideas?

sly kindle
#

@storm charm samba add-on logs look okay?

thorn shale
#

I am setting up the duckdns addon and went to put in my internal and external URLs, but hte options werent there

storm charm
rose summit
#

I have tried the rebuild function as well

quiet nebula
#

question I running home assistant os. I have a plex media server run in addons. work fine see my media and everything. but i can not get remote access to work do I need to change a port option in plex media server options?

cyan prawn
#

I am getting an error with the ssh / terminal when I try to view the logs either through SSH or with the web view. ---------------------------
PuTTY Fatal Error

Remote side sent disconnect message
type 2 (protocol error):
"Too many authentication failures"

OK

spark compass
#

I'm trying to get iCloud3 (hacs) working and I must be missing something. I've followed the instructions for downloading in HACS and have restarted HA, but nothing. I thought I would get a notification or something to continue the setup. The documentation seems to indicate that I need to add a card, but nothing I do seems to get iCloud3 to 'wake up' so I can enter my credentials, etc...

I'm really a newbie here, and the getting started guide for icloud3 is very verbose, but also quite inscrutable.

fresh ridge
#

Hey guys, sorry if the issue was repeated above, I cannot find an answer(I searched all similar issues, tried listener:1883, adding user and pass in config also, even if I have a HA user for it, etc) So here goes: HA OS running on RPi, MQTT Mosquitto, I have 5 Arduino with mqtt switches configured, everything worked for almost a year, I recently updated HA Core and the clients stopped connecting (rc = -2). I tried to revert to old backups, before the update, the issue persists. HA is connected to the broker but no clients can connect, no errors, no warning, no sign in Mosquitto log that clients are even trying to connect, I removed the addon, removed the integration, configured again, nothing, Arduino clients have ping, same working configuration as 3 days ago, no change on them, I cannot believe this broker just stopped working, I added all my house lights and switches like this, anyone have any idea what could have happened that persists even when I restore old backups? I'm very dissapointed in this addon 😦

fresh ridge
#

It was the router, unbelievable, one router restart did it, after I almost destroyed the Rpi trying to restore backups as far as 6 months ago, don't buy ASUS :((

sonic shale
#

Having some trouble getting AdGuard installed. At first I thought it was my router not playing nice, but when I manually set the DNS server on my Mac or my Android, I get errors on both. The add-on appears to be running properly with no issues in the log. Nothing shows up on the AdGuard dashboard either.

compact bear
#

Is it possible to use fail2ban with the valtwarden/bitwarden addon?

brittle night
#

i've been pointed here from #zwave-archived to get help migrating from hassos in a vm to running on yellow (once it gets here). It was suggested to me to migrate my zwave-js addon i would need to copy over persistent storage which i am unable to confirm "which" files are considered persistent here https://github.com/home-assistant/addons/tree/master/zwave_js. any help would be appreciated

raven tinsel
#

Uh

#

you should just be able to use the backups from Home Assistant itself

#

There is no fiddling with files or storage needed.
Make backup, download it, upload it to new device, restore it, run it 🎉

brittle night
#

fancy

raven tinsel
#

And even if it didn't that would be correctable 🙂

brittle night
#

ya but i would file that under fiddling

#

😉

#

hahaha

raven tinsel
#

Home Assistant detects a lot of changes

brittle night
#

i noticed in the VM it found it for me and suggested it or autofilled one of the two

raven tinsel
#

(e.g., via DHCP or mDNS it will even learn about network changes and correct configuration for known devices)

brittle night
#

smort

#

i did plan to give it the same IP as the VM currently has

#

just for less changes on my end for other stuff

unkempt iris
#

getting ready to really setup a whole clean system and want to plan and setup as cleanly as possible. I'm about to reinstall ha to start clean, want to add in blue iris smartthings and then integrate all of that to ha, then connect ha to alexa for voice. Would really like to chat it all through and talk to someone on gotchas and any best practices, plus questions i have...anyone fancy using voice?

brittle night
#

not really but curious if you've seen frigate or some other options over blue iris

unkempt iris
#

i haven't... is frigate easier to use or better? (or cheaper?)

pine kayak
#

some use both together, frigate isn't really a general purpose NVR - its goal is detection and recordings / clips of what it detects

#

i have implemented the custom Alexa voice integration (where one has to create the lambda function in AWS) its not super hard, does take care

brittle night
#

i am using the AirCast addon by frenck and it's working fine. however, one of my devices (nvidia shield) displays on iOS devices as its original hostname "SHIELD" instead of the current hostname. I have confirmed inside the addon's logs that it indeed shows the current hostname "Master TV". Any suggestions on how to get it to update to the new name?

digital path
#

Hello, I want to connect a cryptominer through homeassistant because I need it to have a different IP than another one that I have. My idea is to route the traffic through a WireGuard tunnel to a VPS and I need to open a port in the VPS so the blockchain connects with the miner. I have a manual to do it with a 4G Router, but I want to do it with my home router which doesn’t have WireGuard installed. That’s why I need to do it through homeassistant but I don’t know how to configure the connection of the miner with homeassistant. Do I need DHCP add on? Or Adguard add on?

karmic flume
#

Is there a way to change the dns extension for devices in esp home. Currently logs are using xyz.local when by networks extension is .lan. Is it possible to change this.

static wasp
#

anybody know if there are addons to support receivers that don't exist? Just trying to see if there's a way to hack it or something... I have an audiocontrol receiver

trim depot
#

Mosquitto broker question. Do I understand right that a custom mqtt user is required to be made during setup? In the "How to use" section of documentation, it mentions creating a new user via HA's Config > Users (Manage Users) page. I guess this needs to be a separate user line than the one that is already assigned to the 'owner' group when I created my HA account/username in the first place?

#

But then in the instructions, I don't see how this new custom mqtt user gets associated back to the mosquitto addon. Am I missing something?

radiant inlet
#

Would appreciate some advice/ help as I am not sure what I am doing on my windows 10 machine that is blocking me from getting into HA via the Samba Add-on. I installed the Samba add-on and made the appropriate changes to the configuration (user name, workgroup, password, i tried compatibility mode as both true and false, allowed hosts) but just can't connect. The allow hosts should be right because when I enter \ip address\config i get prompted for the password but continue to get password is incorrect. I can see this in the Samba add-on log file - NT_STATUS_NO_SUCH_USER. I assume there is something on my windows 10 settings it doesn't like or is confusing with my windows login (my microsoft account) but not sure what. Any suggestions? I have tried anything what i could see pop-up on in my google searches

proven cove
winged furnace
#

I’m sorry if this is the wrong spot. But I have a problem flashing a sonoff basic with esphome.. basic flashing works (I.e. without buttons etc) but when I add those the device goes offline (sonoff.local can’t be reached) and doesn’t seem to come offline. What’s is the most recent ‘correct’ way to add the buttons? Is the esphome.io up to date or rather use the GitHub gist? For example from @raven tinsel ?

analog axle
#

maybe no ping needed

winged furnace
robust bane
#

mosquitto add-on periodic disconnect issue: immediately after saving the in-memory db to the file, all my connected clients disconnect due to time-out. They do reconnect automatically but that causes the history for all MQTT delivered HA entities to become unavailable every +- 30 min. It fills the logs for no use. Any idea? Relevant repeating log entries : ```2022-02-28T12:15:23: New client connected from 192.168.0.10 as ebusd_21.2_1 (p1, c1, k60, u'ebusd').
2022-02-28T12:45:05: Saving in-memory database to /data/mosquitto.db.
2022-02-28T12:47:32: Client z2m_ha3 has exceeded timeout, disconnecting.
2022-02-28T12:47:32: Client 2E8gE6qBnEavo6r2UFOxQB has exceeded timeout, disconnecting.
2022-02-28T12:47:32: Client ebusd_22.2_382 has exceeded timeout, disconnecting.
2022-02-28T12:47:32: Client DVES_E3E08A has exceeded timeout, disconnecting.
2022-02-28T12:47:32: Client ebusd_21.2_1 has exceeded timeout, disconnecting.

radiant inlet
frank plover
#

Hi. I've created a duckdns account, obtained the token, installed duckdns add-on, pasted the token and domain in to the config, and started the add-on, now what do I do? I thought I might simply browse to mydomain.duckdns.org, as the docs say I don't need to set up a portforward. It doesn't work. DuckDNS has picked up my external IP address OK.

weary stratus
#

I have installed Home Assistant Add-on: Letsencrypt and its started but keeps turning off. Log says Certificate not yet due for renewal


Certificate not yet due for renewal; no action taken.


[cont-finish.d] executing container finish scripts... but home assitant website is still showing Not Secure.

What am I missing nothing in documentation of add-on to enable

viscid orchid
#

I don't think it's supposed to keep running

#

It grabs your certs or renews them if necessary and quits

#

Either run it manually when your certs need renewal or set up an automation for it

tall wigeon
#

Does someone know if there's an add-on for an L2TP VPN-Tunnel?
The Wireguard protocol get's blocked in my Network so I can't use it.

Is there any add-on or way to get something running?

lethal briar
narrow kayak
tall wigeon
cobalt scarab
#

is the remote supposed to do more than just turn the media player off and on jn apple tv addon?

covert arch
cobalt scarab
#

i just wanna use it as a normal remote, like the docs say.

#

execpt the remote is just a switch

#

do i need like a script or something

cobalt scarab
covert arch
#

which remote? the apple tv remote? as in, the one you have in your hand? or the remote entity?

cobalt scarab
#

the remote entity just has a on and off switch on home assistant

covert arch
#

yeah it just does on and off

cobalt scarab
#

i thought it supported remote commands?

covert arch
#

has nothing to do with addons, which is why im confused

#

it does

#

it just doesnt expose them, i think you use events for anything else

cobalt scarab
covert arch
#

its not part of a addon

cobalt scarab
#

OH

#

lol oops

covert arch
cobalt scarab
#

yeah i got it mixed up, im so sorry lmao

lethal briar
dapper sapphire
#

Hi, I just received my conbee II and plugged it in on my debian laptop with home assistant. When I try to install deCONZ in HA, I instantly get a failure popup:

Can't install homeassistant/amd64-addon-deconz:6.12.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=6.12.0&fromImage=homeassistant%2Famd64-addon-deconz: Internal Server Error ("Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:52667->[::1]:53: read: connection refused")

I restarted my HA, but turning it off and on again didn't help...

covert arch
#

[::1]:53: read udp [::1]:52667->[::1]:53: read: connection refused
your dns resolver refuses to answer

sly kindle
frank plover
frank plover
#

DuckDNS is updating my WAN side IP OK.

sly kindle
#

@frank plover "http" would not be possible for local or external address if it were configured correctly. Do you have the http: configured

sly kindle
#

In configuration.yaml?

fathom mason
#

Looks like the Almond addon still hasn't been updated to Genie. The pull request has been sitting for months.

shut egret
#

Anyone know when the new ZwaveJS will drop so we can upgrade to 2022.3.0? Did my upgrade for HASSIO and then all of my zwave died since my zwavejs is not the correct version for the upgraded integrations

tiny elbow
#

all the zwave-js addons currently work with 2022.3.0

solemn patio
#

Is the Grafana add-on compatible with the InfluxDB add-on when using Flux database connections? It appears that I need to provide an "Organization" and a "Token" to create the Grafana DB Connection to InfluxDB using the Flux option. I don't see those anywhere in InfluxDB. (I can create Flux queries in InfluxDB, BTW and I'm current on both add-ons).

young egret
tiny elbow
#

The same answer I said before, make sure you have the community repository installed, and/or manually check for updates

#

Go to Add-on Store -> ... -> Repositories, confirm Community repo is there, if not install it. Add-on Store -> ... -> Check for Updates

young egret
tiny elbow
#

There are probably more log lines, what's the full context? There are also the supervisor logs.

young egret
# tiny elbow There are probably more log lines, what's the full context? There are also the s...

2022-03-02 19:23:59 ERROR (MainThread) [homeassistant.components.hassio.handler] /addons return code 500 2022-03-02 19:23:59 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons - 2022-03-02 19:29:17 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/options request 2022-03-02 19:29:17 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/options - 2022-03-02 19:31:51 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/options - Invalid Add-on repository!

Where are the "supervisor" logs?

viscid orchid
young egret
frank plover
#

The log shows no errors. It just shows it doing good updates to DuckDNS.

#

In the configuration, do I need t put the full paths to the keyfiles, or does it get that from the configuration.yaml?

honest creek
#

All of a sudden my core-dns add on keeps restarting. Here is the log output ... Does anybody have a clue what the problem is here?

plugin/mdns: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender="(null)" (inactive) interface="org.freedesktop.DBus" member="Hello" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (bus)
raven tinsel
#

Yes @honest creek: Wild guess: You run a Supervised installation based on Ubuntu

honest creek
#

Thats true 😉

raven tinsel
#

We got more reports

#

please note: Ubuntu isn't supported

honest creek
#

Yeah I know, but always worked fine!

raven tinsel
#

🤷‍♂️

#

Those warnings and requirements are in place for a reason

honest creek
#

OK, which means that this will not be fixed?

#

I guess it is time for a vm

raven tinsel
#

There is work being done to make it not crash like it did... but it won't be "fixed"

honest creek
#

OK, just because Iam curious, why is Ubuntu not supported?

raven tinsel
#

Because we cannot support all systems out there. Supervised is an advanced installation method, we have picked one distribution to tested and which is used/supported to reduce maintenance and support burden for the project. We picked Debian, as it has a more stable approach compared to Ubuntu in the long run. Additionally at the time Ubuntu already caused issues for our use case.

honest creek
#

Understandbly ...

raven tinsel
#

Don't get me wrong, you can pick and do anything you like, but it isn't support by our project. So if you like to run on X... go ahead

#

But its not something we test, support or take into account

honest creek
#

Can I avoid the crash by switching back to another Version of core-dns addon? Do you know?

raven tinsel
#

ha dns update --version X.X.X

#

But it will update again once a new version drops

honest creek
#

Thanks, it is just to gain some time to set up HA on a VM

raven tinsel
#

as in: the backups are compatible/portable

#

What I did: Backup, download backup, shutdown machine, create VM, turn it on, restore backup

#

well in my case, I went from a Supervised installation in VM -> A Home Assistant Blue device

#

but the process in general is the same.

honest creek
#

Sounds easy yeah ... the backup add on is worth a million 🥇

#

Thanks for the fast reply... now I know what to do

raven tinsel
#

I didn't even use an add-on for that, I just downloaded it from the backup tab in HA itself

raven tinsel
honest creek
#

By the way: Doing ha dns update --version 2021.06.0 temporarily fixed the problem, for anybody stumbling over this conversation...

wind ore
#

Trying out a hassio for the first time. Used core in docker for a long while, but when moving to a house, I thought I might try out the newer thing. I ran into a bit of a problem though, with the deconz plug in. The docs says it should be auto discovered, but it is not. The docs says not to use the host name for home assistant integration. What address/hostname should I use? I assume some docker network/host magic is used?

#

I find a 172.30.XX.XX gateway but I have to authenticate it which the docs indicates I should not need to.

"Running a stand-alone instance of deCONZ (non add-on installation) requires a pairing between the deCONZ gateway and Home Assistant."

lethal briar
#

plug in is not really a term used in HA, do you mean the Deconz add-on (from the Add-on store in the supervisor) or the Deconz integration?

wind ore
#

sorry, I mean add-on

lethal briar
#

Okay, so you installed the Add-on, is it running? And did you already add some devices?

wind ore
#

Yeah, I used my backup from when running it in normal docker

#

If I use the 172.30.XX.XX IP it works with HA, but the integration breaks at a reboot. I guess the IP changes?

#

I also have to authenticate it as the docs says I should not need to.

lethal briar
#

Hmm, I'm not completely sure if I had to do that, but I do know that it doesn't break on reboot

wind ore
#

I removed the add-on and will try to reinstall and see if it fixes everything

sly kindle
#

So if you can still reach it using http:// then something is not entered or formatted correctly

long rampart
#

hey guys,

Switched from a Digital ocean droplet hosted UniFi Controller to UniFi Controller Addon.
Migrated the site, all went very smooth but I'm not able to visit my controller from outside my network.

Port forwarding 8443 to 192.168.1.100 (my Home Assistant IP)
Did a port scan and the result is Port 8443 is open on 213.xxx.xxx.xx.

I'm also using https://<wanip>:8443

What am I missing?

long rampart
#

nvm, nothing it seems. Using my mobile connection I can reach it. But using the IP over my local network it's not resolving.

#

For people wondering, Sagemcom bbox (scarlet ISP Belgium) does not support NAT loopback 😮‍💨

deep ginkgo
#

Is there an addons for auto backup on Synology NAS ?

dense spadeBOT
spark compass
#

OK, let's try that again

#

I'm trying to get the insteon-mqtt add on working. This is my first dip into MQTT and I'm getting the following error in the insteon-mqtt log

#
2022-03-03 09:47:17.406 ERROR Mqtt: MQTT connection error to 127.0.0.1 1883
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/insteon_mqtt/network/Mqtt.py", line 306, in connect
    self.client.connect(self.host, self.port,
  File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 914, in connect
    return self.reconnect()
  File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 1044, in reconnect
    sock = self._create_socket_connection()
  File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3685, in _create_socket_connection
    return socket.create_connection(addr, timeout=self._connect_timeout, source_address=source)
  File "/usr/lib/python3.9/socket.py", line 843, in create_connection
    raise err
  File "/usr/lib/python3.9/socket.py", line 831, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
#

I've added a user / password to HA

#

and I've added that to the insteon-mqtt config

sly kindle
#

@spark compass what do the mosquitto add-on logs show?

spark compass
#

At the time nothing but successfull connections from user 'homeassistant'.. I'm re-installing everything now..

#

Mosquitto logs show nothing

#

well..

#
[cont-init.d] mosquitto.sh: executing... 
[10:27:19] INFO: SSL is not enabled
[cont-init.d] mosquitto.sh: exited 0.
[cont-init.d] nginx.sh: executing... 
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[10:27:20] INFO: Starting NGINX for authentication handling...
[10:27:20] INFO: Starting mosquitto MQTT broker...
1646332040: mosquitto version 1.6.12 starting
1646332040: |-- *** auth-plug: startup
[10:27:21] INFO: Successfully send discovery information to Home Assistant.
[10:27:22] INFO: Successfully send service information to the Supervisor.
#
[core-ssh insteon-mqtt]$ mosquitto_sub -v -h 127.0.0.1 -t 'test/topic' -u mqttuser -P <redacted>
Error: Connection refused
#

as a test

#

That's the log from 'supervisor'. are there other mosquitto logs?

spark compass
sly kindle
#

I don't use it, but the insteon addon config should be pointed to your mosquitto broker addon. What config do you have there?

spark compass
sly kindle
#

try broker: core-mosquitto

#

or broker: ha-ip-address

#

not localhost ip address

shut egret
#

@young egret thanks for letting me know it was released. For some reason I had to add back in the community repo address and updates are now underway

spark compass
cloud scaffold
#

can i both write an "a" flag alone, and then a "t" flag with an "a" flag? Like this = -a -tad

lament river
#

evening folks

languid jackal
#

Greetings! I am using HASSOS on a raspberry pi, and I am trying to use an updated version of the broadlink library for the broadlink integration, but I need to add it via a pip command. To be able to 'update' early, I need to disable protection in Terminal and SSH. How do I disable protection? there is no button i can find for it, and no instruction on the Terminal and SSH addon page ?

lament otter
#

There should be a toggle on the addon page for that plugin. If not, make sure you still have the advanced toggle turned on in Settings

languid jackal
#

Under System where you can restart core, supervisor, host, as well as in the add ons page there are no toggles to turn on advanced. In addition there is no toggle for advanced for my admin user as well as no toggle for the add on page for the plugin.

#

The toggles for the terminal and ssh are .. start on boot, watchdog, auto update, and show in sidebar

#

i do remember doing an advanced toggle some versions back so i could add the addons like terminal and ssh as well as for samba, mariadb, and phpmyadmin

#

did things get locked down in one of the past few versions? I am on 2022.3.0 now.

lament otter
#

Which addon are you using? There's SSH & Web Terminal which has a protection mode toggle, but the core one is Terminal & SSH—which doesn't mention "protect" anywhere in its documentation

languid jackal
#

you are correct, i am using the core one. so i let it search for more, and it tookme to my profile. a page i had not seen before... and i see advanced mode on it... but it is grayed out, and wont let me change it. .. Note that i am defined as an admin user. how do i get it ungrayed out?

solemn patio
#

@raven tinsel Is the Grafana add-on able to create InfluxDB add-on connections using the Flux query option? It appears that I need to provide an "Organization" and a "Token" to create the Grafana DB Connection to InfluxDB when using the Flux option. I don't see those parameters anywhere in InfluxDB. (I can create Flux queries in InfluxDB itself, BTW and I'm current on both add-ons).

lament otter
languid jackal
#

The only thing in the add on store when i search for ssh is a link like this...

#

Missing add-ons? Enable advanced mode in your user profile page

#

and it points to my profile

#

I do have the toggle set for administrator in my 'people ' page.. and it is also greyed out?? weird...

#

i think i am in a maze of twisty passages all alike. 🙂

lament otter
#

Try clearing your cache, just in case

languid jackal
#

clearing cache didnt help the advanced mode toggle. it is still grayed out in my profile so i can't try to toggle it. I am using Firefox

lament otter
#

And you are an admin you said. I can toggle it on and off for me.

languid jackal
#

yes, i am. it is on, and.. it is also grayed out so i cant change it. The only toggle that is changeable is the 'can only log in from the local network. the other toggle is 'allow person to login' and is on, but also greyed out.

lament otter
#

Presumably so you don't lock yourself out 😉

languid jackal
#

right!

lament otter
#

I'm just looking at the frontend code trying to find what might be disabling it

#

I can tell you how to disable it from a browser inspector, but that doesn't really help

languid jackal
#

interesting... my other user has admin turned on, and i can turn it off/on

#

how would i enable the advanced under the hood? 🙂

lament otter
#

That I don't know, I just know that if you right click on the toggle in Firefox, click Inspect Element, you should be able to find a disabled property, if you remove that you might be able to toggle it on.

#

(Don't worry if you delete the wrong thing, just refresh and it'll come back)

#

But that's just enabling your ability to flip toggle, I have absolutely no idea if the actual permission change will be blocked by the backend (likely)

#

Try logging in as another admin user and changing the toggle for your account

languid jackal
#

Ok

sly kindle
#

@languid jackal your user profile is the one you see when you click on your avatar

#

in the lower left corner

#

not the people or user management

#

also @lament otter

#

lol

lament otter
#

I believe it only shows in one place in the UI, I just went through quite a bit of code to check it 😛

sly kindle
#

oh I wasn't following the whole thing. I see now. Was thinking it couldn't be found

lament otter
#

Yeah, it is pretty tricky to find, I said settings but what I actually meant was "the user below the configuration entry in the sidebar". I'd just installed the core update and it was rebooting 😂

languid jackal
#

yes, i got a bit messed up early on regarding the user page and the user profile... got that down pat now! 🙂

#

ok, so i created a new user as admin, and logging in as that user, i can set the advanced mode to on. It was not grayed out.

lament otter
#

Then I'm guessing you found a weird UI bug, but the good news is: your problem is solved

languid jackal
#

From a developer standpoint, I hate them kinda bugs, 😀 I was able to install the other ssh/terminal using it. Thanks again for the help!

lament otter
#

I hate them too, maybe sure to file it as a bug so it can get fixed!

dense spadeBOT
stark sinew
tepid juniper
#

Is it stupid to have an automation turn on the Google Drive Backup Add-on every night for an hour, instead of just running the Add-on 24/7 ? 😄
Running on a Raspberry Pi 3

#

(the idea is to save resources)

old pike
#

my sqlite database blows up regularily and homeassistant loses all history. Sqlite ".recover" command fixes it right up, shoulnt home assistant try to use the ".recover" command automatically?

fleet depot
#

Not sure if this is a me issue or what but when logging in to my HA OS system via SSH the prompt starts with ➜ rather than my hostname, does anyone have any ideas why?

languid jackal
#

Greetings... so a continuation of my problems with Terminal & SSH and migrating to use SSH and Web Terminal. I have uninstalled Term and SSH and installed SSH and Web Terminal, and I am getting an error 502 Bad Gateway when using Safari as a browser, and when using Firefox, I get a blank panel, no indications. I have disabled protection mode so i can use the docker command to install an upgraded package, which I understand Term and SSH doesn't support. I have stopped the plugin and started it, and the green status dot does appear in the SSH and web term at the top right. Any ideas?? I do not have any weird network things going on, just straight 192.168.1.NNN addresses.

sly kindle
#

@languid jackal addon logs?

languid jackal
#

'''

sly kindle
#

I mean, do you see any errors in there

#

You don't have to share them here

dense spadeBOT
sly kindle
#

Hit refresh

#

On the page

languid jackal
#

I only see the warning in the system log with it running it disabled protected mode

#

refresh when i am on the terminal page? if so, no change in it.

#

still blank in firefox

sly kindle
#

No the addon log page

#

To load more of the log

#

There's a button that says refresh

languid jackal
#

ok. I saw the error about no password, and i have set it , now it is working. I had set the passwd previously with the other terminal, and didn't think about having to set it again.

#

I'm good now. Thanks!

#

one final question.. i have installed a test version of the python library broadlink. when the library gets updated in pip, will I need to manually change to the new version? or?

sly kindle
#

ah, if you're trying to customize an integration this is not the way

#

you would want to make use of the custom_integrations directory, basically creating a copy of the core integration there

languid jackal
#

so custom_integrations directory would over ride whatever version is installed via the integrations page?

sly kindle
#

This can be done manually, but it is also where HACs downloads and places all custom integrations. Before HACs existed, it was all done by hand and following the docs for all the unofficial integrations

languid jackal
#

@sly kindle , so I guess the pip install would not be done then and would need some zip file or such?!

sly kindle
#

you aren't connected to the host, and even if you were, you would not be able to make changes which would be persistent

languid jackal
#

so if you stay within the standard docker fence, where you would put custom updates into the custom folder, where would pip3 install to, and would it stay around? .. Trying to wrap my head around the redirects that are happening in the docker world. 🙂

#

my last statement is assuming i'd be staying inside the container.

sly kindle
#

start there. ask/learn about the custom_integrations directory

languid jackal
#

will do, thanks for the info so far !

solemn patio
abstract bear
#

Hi,
i got Unify network running on my regular pc, but i want to move it to my raspberry pi's home assistant. Any way that i can do that without deleting the whole old setup and start from fresh?

viscid orchid
#

backup and restore the config?

abstract bear
#

is it only possible in legacy mode?

viscid orchid
#

seems unlikely, but I'm running in legacy mode:

abstract bear
#

i found it in the legacy mode 🙂
if i do it that one.. how does i make sure that the status is not disconnected?

do i delete the old account?

viscid orchid
#

I'm not sure what you mean by "make sure that the status is not disconnected?", but you would need to change the inform URL for your devices. There are instructions elsewhere for that

abstract bear
#

i have to look at that tomrrow 😄 thanks for the help so far @viscid orchid

thorn crane
#

Hey guys, I have the Tautulli add-on installed, and I can no longer log in. Through proxy or direct, SSL or not, when I log in I don't get redirected. I do get a warning if I use incorrect credentials though. 'Leave the door open' does not work either, nothing redirects from the login screen.

Does anyone know how I can log in and regain control, failing this, where can I find the DB, to start a new instance?? Thank you!

young sage
sly badge
#

401: Unauthorized instead of addon, clearing cache and other browser data doesn't do anything

#

only happens in chromium firefox is fine

#

all addons

spring carbon
#

Just want to say that i freaking hate the fact that everywhere the entity id is being replaced for a name. Normally i would select an entity id out of node red en copy it in another node. now there is no more way to select an entity id and have to typ it everytime who in the hell came up with this idea

random raptor
#

Hello all,
I am working now more than 1 week on my problem, but didnt get it fixed. So I like to ask here:
I am using a Raspberry Pi 3B with Home Assistant OS. To the Raspberry Pi is a device connected via GPIO which is using SPI. How can I enable SPI on the host? Normally I am using raspi-config to enable SPI, but this didnt work with the Home Assistant OS. I found something on website to activate I2C and I modified it for SPI, but I am not sure if this is correct.
The problem is: My device connected to GPIO didnt work properly in the add-on. I build the add-on already with Alpine Linux and Raspbian Images provided by Home Assistant, but both dont work.
I also enabled the gpiomem and spidev0.0 and spidev0.1 devices, they are all visible on host and add-on. The add-on is running with privileged: true and SYS_RAWIO options to ensure GPIO can be accessed by the add-on.

In the Python is done this:
GPIO add_event_detect()
This causes the error: RuntimeError: Failed to add edge detection.

I am not ably to fix this and thats why I am asking here for help. The error isnt in Python code. I tested it already on standalone Raspberry Pi and on an Alpine Linux docker image with the necessary packages. The error must be somewhere in Home Assistant OS (or because SPI(dev)) isnt enabled correctly.

Thanks for any tips 🙂

Stay sure and safe!

lament river
#

In the last two days, the rpi3 I'm using for my home assistant instance has become completely unresponsive a couple of times. I was using the VS Code server UI every time it fell over, so I'm wondering if that could be the cause.

#

I've disabled the add on this morning, and the machine hasn't died since

#

But arguably I'm also using it less, now that working on my dashboards has gotten harder

#

Any ideas on how to debug this? I was wondering if I had a thermal issue, does HA OS come with a temperature sensor for the RPi?

random stream
#

then save, restart the pi and you should have a new sensor.

#

I also had some issues with the pi (4 4gb ram in my case in the past). I bought a argon case and a SSD and it's more reliable. temperature is under control with the included fan (most of the time is off) and the SSD is faster and i had no issues.

with the SD card some times after powerloss some data got lost, like some automations and something like that. Since the os is running on the SSD I haven't lost any data

viscid orchid
#

assuming, of course, that they don't already have a sensor: line in configuration.yaml, in which case it would fail config validation

analog axle
lament river
#

yes

analog axle
#

Maybe the SD Card is in bad state

lament river
#

hm, it's maybe two weeks old

#

but I can see if I can fsck it

#

ok, if I can find out how to fsck my partitions on this docker mess

#

looks OKish when I fsck from another machine

analog axle
#

Do you have cooling fins on the cpu?

lament river
#

no, I'll set up that temperature sensor and will keep an eye on that

lament river
#

and it's dead again a few minutes after re-enabling vs code server

analog axle
#

Do you have a propper power supply

lament river
#

yeah, and no logs about power issues

#

maybe I do need to move this off to a real machine and just run HA straight in docker

inner summit
#

I'm having problems with the official Mosquitto addon. I can see clients connecting in the logs, but it just.....doesn't work. I can point devices at a manual mosquitto install and it works fine. What am I missing?

#

Both Node-Red and HASS directly don't see any published messages

quiet apex
#

Hello, I am having an issue with ESPHome and an ESP32 dev board (WROOM). I had to flash the board with the ESPHome Flasher because I could not get the board to show up locally. Used the .bin file created on HA ESPHome. It successfully connects to my wifi network. When I first power it on, it will show up in ESPHome on HA with a gray 'ONLINE" and will show OFFLINE after a few seconds. It will periodically show the gray 'ONLINE' again and then go OFFLINE.

I am seeing this when attempting to get logs:

INFO Reading configuration /config/esphome/esp32-bt-node-1.yaml...
INFO Starting log output from esp32-bt-node-1.local using esphome API
WARNING Can't connect to ESPHome API for esp32-bt-node-1.local: Error resolving IP address: [Errno -2] Name or service not known
INFO Trying to reconnect to esp32-bt-node-1.local in the background

I have tried resetting and reflashing multiple times, but always end with the same result.

fiery prism
#

Probably nothing to do with the add-on. Try asking in #diy-archived or on the ESPHome discord server. Is there anything special about your local network that would prevent mDNS working?

#

Do you have other ESPHome devices that work or is this the first one?

quiet apex
#

I have also never been able to connect to HA using .local

#

I have migrated from a RPi4 to a VM installation on another machine. Could that be the cause?

noble swift
#

studio code server keeps saying it can't connect to home assistant.. i finally thought i'd uninstall and reinstall it, but after hitting uninstall i can't find it anymore under addons. did something change?

fiery prism
#

Do you still have the Community Addons repository listed?

noble swift
#

hmm actually no

#

how do i add it back? set it up so long ago

fiery prism
noble swift
#

ah thanks

fiery prism
#

Hmm. Those instructions are a bit vague about where to add a repository. It's the three dots icon top right in the addon store.

tropic spoke
#

Does anyone use the Adaptive Lighting component? It seems to start brightening things up like an hour too early for me.

dense spadeBOT
#

@tropic spoke Your message has been deleted as it contains a link or a domain name 'pasteboard_dot_co' that is on the blocked list because of: 'Virus detected!'.
Please re-post by removing/changing the domain name/link. Your original message has been DM'ed to you.

tropic spoke
#

This is my dashboard right now at 5am and it's already started to increase brightness even though sunrise isn't for another hour. (How do I upload an image. Discord won't let me and hassbot deletes the message from image uploader sites...)

dense spadeBOT
solid wave
#

I'm having issues with AdGuard. I can't seem to get it to work. If I point DNS on my laptop to HASS it just doesn't give me internet access

#

I've set my upstream to

tcp://1.0.0.1
https://cloudflare-dns.com/dns-query```
#

Am I missing something?

jade cobalt
#

Apologies - I'm still new and learning the difference between ADDON, ADDON REPOSITORY, etc. Thanks for humoring me.

quiet apex
#

Is anyone else having issues with their zigbee2mqtt web UI showing up? I just noticed this morning, but all my zigbee devices and associated automations are working.

polar kiln
#

Anyone use the Tesla add-on (vehicle, not powerwall). Curious about how much battery drain it adds?

tropic spoke
lament river
#

if you open the dev console of your browser, do you see any errors?

quiet apex
ornate sapphire
#

Question, is there a way to have a Sidebar webpage on Homeassistant for a version of Adguard that is running on a different device?

#

or is there a way to modify what the existing Sidebar link points to?

low halo
#

Can someone please assist me. My InfluxDB that I run with Home Assistant on HASSIO stopped working. I get the following error in the log when it starts up:
"[cont-init.d] 00-banner.sh: executing...
curl: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: invalid ELF header
[08:37:38] ERROR: Something went wrong contacting the API"

weary stratus
#

Hi, just a quick question on how to upgrade Grafana 7.4.1 to 8.4.x in Home Assistant OS (non Docker)

#

@raven tinsel do you have any guide as to updating Grafana to the latest version. Your GitHub only mentions Docker approach, but how about traditional Home Assistant installation

sand hinge
#

Well

#

Actually

#

The home assistant install is a docker container

#

Your entire os is docker

#

Home assistant is docker

#

Your life is docker

#

The universe is docker

#

Idk where im going with this

#

@weary stratus

gray kettle
#

the vscode addon , is it available as a docker container ?

sand hinge
#

It is a docker container

#

Didnt you see my story

sly kindle
#

and yeah, @weary stratus Home Assistant OS uses docker to create the addons. Frenck or someone else updates the image, and you get the update when that happens

solid wave
#

I'm having issues with AdGuard. I can't seem to get it to work. If I point DNS on my laptop to HASS it just doesn't give me internet access. I've set my upstream to

tcp://1.0.0.1
https://cloudflare-dns.com/dns-query```
Am I missing something?
raven tinsel
weary stratus
#

Dear @raven tinsel if there is a new version already avaialble on Grafana website and mentioned in your GitHub but HA does not show a possibility to update, what can be a problem and is there a way to force upgrade? Or the new version is not cnsidered stable to be included in update process?

#

@sand hingeI will look up your story in free time. As I understand nevertheless the method of installation HA is a docket container, and all addons are also docker containers. Is the difference only in the installation method? With Docker one would need to configure all by himself, whilst with ISO installation all is prepared (but still is Docker based)?

gray kettle
#

Can't find the viscose container, not running the ha os

#

Vscode

raven tinsel
weary stratus
#

I tried to update the ssh addon (a0d7b954_ssh) but after the update all my hassio.addon_stdin calls stop working, I've already tried to re-install the addon but it won't work anymore... do I need to reconfigure all the ssh keys to get the service work? thank you all

viscid orchid
#

It was removed

ornate sapphire
#

I've also checked off Load Balancing. This seems to work for me.

#

Additionally, I have the Bootstrap DNS Set as

#

1.1.1.1:53
1.0.0.1:53

mint zephyr
#

Hi, I'm using tailscale but today I was unable to connect to HA. I noticed that on de tailscale page Key expired. I disbale it and now it's working again. When I re-enable its saying "Expires 30 minutes from now". How can the key be updated in HA? I've restarted the plugin but did not solved it.

solid wave
#

parallell?

solid wave
#

also what filters do you use? the bootstraps worked but it still doesn't block all ads yet

#

main one i want to block are youtube ads on tv, web and the app

mint zephyr
chrome tusk
mint zephyr
surreal kraken
#

I'm trying to create a partial backup of my mariadb addon to migrate to a new server while keeping my data but it seems to get stuck for some reason

#

after a while the popup closes but there is no backup and when I try a new backup I get the message that the system is in a freeze state ... 🤷‍♂️

#

I can install the addon from scratch on the new server no problem, but can I copy the DB file(s) manually somehow ? and where should I be looking for them ?

proper silo
#

Lost ability to remove Zwave Device: I'm running Home Assistant OS 7.4, HA 2022.3.3, and the ZWave JS Add-on (0.1.54). Sometime recently, I lost the ability to use the "Remove Device" function in the ZWave JS Add-on. The option is there, but greyed out. Everything else appears to work normally in both the Add-on and device function. Ive restarted HA, the Add-on, and done a full host reboot. I don't see anything in the HA or ZWave JS add-on logs that indicate a problem. I'm not sure exactly when the problem cropped up, although I suspect it was during the 2022.3 update as I've experience many UI quirks since then - some that have been fixed. I need to remove a device that is malfunctioning. I suppose I could remove it as-if it was a dead node, but would prefer to exclude it properly. I looked through GitHub and saw some other open issues for ZWave JS add-on (including some I'm also experiencing), but not this exact issue. Where to go?

Update: There is an issue open for it already: https://github.com/home-assistant/core/issues/67936

patent timber
#

Hello, anyone knows why the Telegram integration needs to be installed?
I am getting and error:

`The following integrations and platforms could not be set up:

telegram_bot
telegram.notify`

I can´t search the services on the Developer Tools neither.

fiery prism
#

The Telegram integration does not need to be installed. You will get that error if you have attempted to install the integration incorrectly. And as the Telegram integration is not an add-on you should ask in #integrations-archived

patent timber
#

thanks

carmine plinth
#

recently i notice my debian 11 os suprevisor become unsupported. Issue was systemd not start. the ha is running adguard and disabling systemd-resolved. systemd-resolved conflicting with adguard.

#

i got warning starting systemd-resolved. mDNS-IPv4: There appears to be another mDNS responder running, or previously systemd-resolved crashed with some outstanding transfers.

#

is this something be safely ignore ?

#

for now i have disabled multicast DNS from /etc/systemd/resolved.conf.

solid wedge
#

I have node red running as an addon. I need to be able to access it from outside of home Assistant. What's the correct way to do it? Need the ability to have an inward call from Amazon go into node red

slender cypress
#

I have a problem with my mariadb addon which I am unsure when started. I get this error in the log continously:

#

2022-03-10 15:52:29 15 [Warning] Access denied for user 'root'@'localhost' (using password: NO)

#

I have tried stopping all other addons so only the mariadb addon is running

#

Recorder is working fine and is using user homeassistant with a custom password

noble swift
#

i'm getting an warning from mqtt.. how do i find this file and resolve this?

Logger: homeassistant.components.mqtt.light.schema_json
Source: components/mqtt/light/schema_json.py:267
Integration: MQTT (documentation, issues)
First occurred: March 8, 2022, 5:39:54 AM (1828 occurrences)
Last logged: 7:16:28 AM

Invalid color mode received

buoyant socket
#

Since updating to supervisor-2022.03.3, with all the hassle of the last 2 days (codenotary etc..), the ewelink official integration has broken. It produces Websocket errors in supervisor log. The only workaround is to refresh from the ewelink webui in ha. Please someone help! @raven tinsel

bitter warren
#

Hi, what does the TOR add on do, in plain language? I can't figure it out hahaha

fiery prism
#

Secure remote access.

dense spadeBOT
elder egret
#

Hey hey, I have a question on the DHCP server add-on... How to specify a vlan interface, e.g. eth0.2? If I put the string "eth0.2" in the configuration for the DHCP server addon, starting the server fails with a syntax error:

/etc/dhcpd.conf line 7: semicolon expected.
  interface eth0.
                 ^

Link above points to the generated config file...

carmine spindle
#

If I use z-wave JS to MQTT can I uninstall Z-Wave JS?

viscid orchid
#

the addon, yes

carmine spindle
#

thank you

#

Is there a way to tell if I'm actually using maria db? the history tab is really slow, but I think it's installed correctly...

#

or are there any tips for speeding it up?

#

the history tab basically kills my browser. 😕

#

I installed the phpmyadmin addon and I don't think I'm using it.

#

the mysql event table is blank

#

but the home assistant event table has all of my entries in it.

#

Am I reading that right, or does anyone have any suggestions for troubleshooting?

sly kindle
#

@carmine spindle did you configure the recorder: integration in configuration.yaml?

#

If you've entered something and it's wrong then you should see error messages.

#

If you haven't changed it at all you would still be using the sqllite file

carmine spindle
#

I believe so

#

let me figure out how to format and I'll send what I added.

dense spadeBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks. Here's an example

Don't forget you can edit your post rather than repeatedly posting the same thing.

For over 15 lines you must use a code share site such as https://www.codepile.net/ (pick YAML for the language) or https://paste.debian.net/ (pick YAML for the language).

carmine spindle
#
recorder:
  db_url: mysql://homeassistant:AwJOOctkvtdFSGVfxvaW@core-mariadb/homeassistant?charset=utf8mb4
sly kindle
#

Moved to my desk. That looks good

#

And you restarted HA?

carmine spindle
#

many times

sly kindle
#

And nothing in logs?

carmine spindle
#

maybe it is using it

#

I'm unclear on how to be sure.

sly kindle
#

A blunt way would be to rename or delete the home-assistant_v2.db file

carmine spindle
#

I'm starting to think maybe it is but shouldn't it be pretty quick?

sly kindle
#

If it returns after a restart, then it is being used

#

It should be faster. Though if you are switching to another db, you can also configure it further to include only what you want, and/or exclude what you don't

carmine spindle
#

renamed, restarting HA now to see if it changes that file

#

nope it's still the same

#

and it was last edited in 2021 so I think I must be using mariadb

sly kindle
#

did it create a new file?

carmine spindle
#

no

sly kindle
#

ok so that's good

carmine spindle
#

the history is still crazy slow though, and it's only looking at the last 3 hours.

sly kindle
#

You can delete it now as it is unused and you won't likely be switching back to it

#

Or if you do switch back, you would rather start fresh anyway

carmine spindle
#

the history tab has completely frozen my browser again lol

#

deleted, it was only 50Mb but still better to have it clean.

#

the logbook is quick, but history completely kills my browser.

#

Maybe I need to give my VM more memory?

#

right now it's only using 8 GB

sly kindle
#

2GB should be fine

#

How long has mariadb been set up?

carmine spindle
#

since september of 21

#

but shouldn't it only be polling the last 3 hours worth of events on the history tab?

sly kindle
#

oh, and you're just now seeing if it's in use? 😅

carmine spindle
#

I don't get as much tinker time ans I'd like lol

ivory obsidian
#

I have probably a stupid question. I know there should be a glances addon in the store, and I even had it installed at one point. But over the last several releases I noticed Glances not working/running, and when I went to reinstall the add-on, it is not listed in the store.

#

Is there a way to get that addon back?

sly kindle
#

@ivory obsidian do you have advanced mode enabled for your user?

ivory obsidian
#

Yes

#

@sly kindle I may have found a work around by adding the official repo to the list of repos, there were a number of the addons missing

#

@sly kindle Oh, maybe glances in not in the official. What was missing was the community addons repo. Doh!

viscid orchid
#

it would be nice to know why that happens so often

sly kindle
#

both repos were missing?

ivory obsidian
#

@sly kindle For me only the community addos was missing. The official and one I manually added were there.

carmine spindle
#

Anyone know if there is a way to exclude entities from showing up in the history tab without disabling them completely? I guess I could disable the real time data since HA only polls once an hour...

sly kindle
#

you can use the same include/exclude that you can use with recorder:

#

But I would start with recorder: as there's a lot of stuff you don't need to keep

#
  db_url: mysql://homeassistant:passwordhere@core-mariadb/homeassistant?charset=utf8mb4
  include:
    domains:
      - switch
      - light
      - sensor
      - binary_sensor
      - cover
      - automation
      - person
      - device_tracker
      - input_boolean
carmine spindle
#

so you're saying to exclude some entities history from recorder?

#

oh you're specifically including things...

sly kindle
#

yes. a common example is sun.sun

#

Do you really need that?

#

Basically anything you are not interested in, so an include is good to start with

carmine spindle
#

how do I get a list of entities?

night vale
#

Hello All! I use the Mosquitto Broker add-on for HA. Is there a good ressources you can point me to to configure this as mqtt-bridge? Reason is that I want to subscribe my MQTT Broker to TTN Network-Broker to receive my LoRaWAN Sensor messages...
Any feedback appreciated. with TTN Console V3 it seems that there is no better solution; but I'm open if you have a recommendation
Thanks a lot!!!

sly kindle
carmine spindle
#

I'm not sure I understand the domains list. where do I find that?

sly kindle
#

domains...any light entity you have belongs to the light domain

carmine spindle
#

right but is there a list of domains?

sly kindle
#

it's what every entity you have begins with on the left side of the dot

carmine spindle
#

I'm not in this enough to trust myself to remember everything.

sly kindle
#

go to your developer tools > states page

carmine spindle
#

and it's the prefix area like "automation.xxxxxx"

sly kindle
#

yes

carmine spindle
#

cool

#

Looks like studio code server has auto complete info for it as well

#

now do I need to clean something out in order to get rid of the extra junk?

#

I really don't want to lose my energy data, but everything else could be wiped.

sly kindle
night vale
#

MQTT Broker Bridge

delicate iris
#

i have the ESPHome addon and have started to setup a NGINX remote proxy on another system. Now when i use ESPHome the serial logs / remote install fails to bring anything up on the console window.

#

it works when i dont go through the proxy but i am trying to remove the unsecure restriction

#

found a typo in my nginx. am good now

compact bear
rose smelt
#

Hi i installed wiregaurd add-on Frenck made and i think i t's working. But i don't see anything in the logs. When i turn on wireguard on phone i can use internet. That means it is working, right?

viscid orchid
#

WireGuard is typically used to establish a connection to your home network from outside. Just having a functional internet connection from your phone doesn't mean a thing

rose smelt
#

Yeah i understand the concept. The what IP goes where has me alittle confused though

#

I'll give it another go from scratch

raven river
#

Hey,

I’m pretty new to Home Assistant and currently trying to run a self build docker-container as HA OS Add-on.
The „Tutorial: Making your first add-on“ describes this process pretty good. But as I understand it correctly, the defined Docker Image is build at the install process on the .

Here my question: 
Is it also possible to run the add-on container, without to building the image and only load the prebuild image from a container registry like ghcr.io ?

viscid orchid
thorn moon
#

Question about duckdns addon
I set it up but I'm still getting certification error.
How long does it take to get new cert?

lethal plover
#

I was browsing the supervisor log and noticed
22-03-12 15:04:03 WARNING (MainThread) [supervisor.addons.options] Option 'interface' does not exist in the schema for Samba share (core_samba)

#

The samba share documentation doesn't show a 'interface' option. Bug somewhere?

rose smelt
#

okay got the wireguard working. Only question i have.. should it automatically swap if i change the network on the client or is it normal i have to stop and start the connection? Seems probably normal.

#

Not sure what i did wrong earlier. Maybe a typo somewhere. Worked 1st go now

#

The more i think about it the more it makes sense it does not support magically swapping when client network changes. 😊

patent patrol
#

Is there a way to send a core command (ha core restart) for example via ssh login? SSH is configured with a keypair, so when I run the SSH command it errors out:

time="2022-03-12T15:43:40-08:00" level=error msg="Unexpected server response. Status code: 401"
Unexpected server response. Status code: 401
viscid orchid
#

I recall that there's a better way to do this, but this shell script works for me:
ssh hassio "source /etc/profile.d/homeassistant.sh ; ha $*"

patent patrol
#

So, the semicolon is what helps get rid of the error, but the command is not passing through. You say that's a shell script, but is the ha $* the command?

viscid orchid
#

the semicolon separates commands

#

it was an example

patent patrol
#

Yeah, I figured that much out. But I am making some progress with it at least with a sleep command embedded in - for right now, I can have it pause via sleep for a couple of seconds, but the command is firing after I disconnect, so that's not exactly what I am after.

viscid orchid
#

ssh hassio "source /etc/profile.d/homeassistant.sh;ha core info"

patent patrol
#

So, in my case, I tried this (I'm thinking your source /etc/profile.d... is pointing to your script)
ssh hassio@192.168.1.167 ; ha core info

viscid orchid
#

it is not

patent patrol
#

It brings the banner up but nothing after that

viscid orchid
#

have you tried exactly what I've provided with the proper host?

patent patrol
#

I see now. You have to call that script first.

#

I got it to work with the core info

viscid orchid
#

specifically, you're populating the environment with the proper environment variable with the proper token first

patent patrol
#

Gotcha

#

Thanks for your help! 👍

viscid orchid
#

another option:
ssh hassio "zsh --login -c 'ha core info'"

patent patrol
#

That one makes it easier, but...it bypassed my keyfile and asked for the password.

#

DOH! Never mind - I forgot to add my username to it.

vale tangle
#

Studio code server causes 100% cpu memory leak. Wondering if anyone else has seen this behavior

devout vale
#

was looking for https setup in HA for espHome use

magic panther
#

i installed adguard as an addon and configured my phone but im not seeing any traffic on the dashboard. its been over 30mins now. anything im missing?

rancid violet
#

heyhye, so i want to install this add on, but supervisor tab is not present on my dashboard or anywhere on the screen

viscid orchid
#

Assuming you installed HAOS, configuration -> Supervisor

rancid violet
#

okay so i added ada, wich seems to be a voice assistant

#

how can i use a mic to speak to her that is not connected to the computer running HAOS

plush bough
#

having some issues getting frigate to show cameras. I have it installed and when i go to it its just spinning circle in the menu and the second i put in the rtsp stream it breaks it and says 502 gateway but in vnc i can view the network stream

tame eagle
#

Not sure but I think this belongs here. I can't get to my front end locally using the fqdn. I can get to it via the ip address but I'm thinking something is up with the lets encrypt certificate. Is there a way to force a renew or does anyone know where the certs are stored so I can delete it?

#

Welp answered my own. Sorry

fervent skiff
#

What can I do if my SSL certificate speedy expired but let's encrypt addon returns
Certificate not yet due for renewal; no action taken.

random stream
#

Hi guys, i have an issue related to an addon but not really a problem of the addon itself.

So, I was trying to configure ad-guard and set it up on router level.

I went to the dns server configuration and when i paste the ip shown by adguard on the setup guide (127.0.0.1) on the dns server configuration the router says invalid ipv4 address. Any clues?

bitter burrow
#

hello, I installed the unifi addon and it works, but I have an issue with the RX/TX bytes, on the unifi controller it looks ok, but on HA I see the bytes scale always 0.0XXX MB, how can I fix this?

wind ore
#

Regarding the VS Code add-on:
It is super awsome! But when I use a snippet, I do not get auto-completion for entities, and most of the regular vscode shortcuts do not work for me in the browser. Is there a way to by hand open auto-complete when running it in the browser?

pure forge
#

Is there a fix for Studio Code Server marking some valid code as invalid? Or is it just me?

viscid orchid
#

There's an open issue for it

vale tangle
#

vs-code add-on causes run away cpu and memory for me