#add-ons-archived

1 messages Β· Page 54 of 1

sly kindle
#

not broken here

mellow spruce
#

Right, those are the options.. Roll back to 5.1 or use it on another system. Any MQTT server will do.

rustic portal
#

so is it the broker?

mellow spruce
#

Yes

#

Dies after about 10 minutes.

rustic portal
#

soo...if i keep the addon and delete the broker and use my own ill be alright?

#

yep...and it works now...lol...

sly kindle
#

the addon is a broker

#

what did you do?

rustic portal
#

i uninstalled the addon and installed mosquitto on my local PI

#

and everything started working

#

i used the yaml mqtt and linked it to it

sly kindle
#

"keep the addon and delete the broker" is what confused me

rustic portal
#

i thought they were seperate but i understand now they are one in the same

#

broker sends and recieves

#

πŸ€¦β€β™‚οΈ

#

lol

sly kindle
#

yes. the addon's purpose is to provide the broker

rustic portal
#

yeah i think something is really buggy with 5.1.1, im using a plugin called OmniLinkBridge

#

and it commuincates to HA using MQTT, but ever since the 5.1.1 update the devices have been showing up as unavailable

#

switched brokers, and it started working immediately

mellow spruce
#

Same with BlueIris. I'm trying to figure out who maintains it to get said person's attention but nada.

rustic portal
#

yeah it sucks

#

but with great open source comes great responsibilities lol

worn atlas
#

Good and old uninstall a reinstall solved. I still don't know what was the issue though.

wanton wagon
#

I have installed ZWave JS to MQTT. Can anyone help me understand how I can send a MQTT message to HA. Do I use the HA IP address as the broker address or is it something else?

#

What I would like to do is set up a ESP32 device and have it report some kind of information to HA or just switch something on and off to start with so I can get used to how things are done.

sly kindle
#

@wanton wagon did you install mosquitto broker?

wanton wagon
#

Oddly enough, I did. Then, uninstalled it thinking this is ZWave JS to MQTT it already does that, I think.

sly kindle
#

@wanton wagon ah no you still need a broker for zwjs2mqtt to talk to

sudden tartan
#

is there an add-on which will create sd clone image so that I can transfer to my pc?

#

Im using google drive backup, but I just want from time to time to clone sd card just to be able to swap them quickly if my HA instance broke

wise ether
#

Can anyone confirm whether I can use !secret in Addon configurations or not? If yes, how πŸ˜„ All I get is 'Invalid YAML'

dark yoke
#
password: "!secret secret_password"

Quotes are important

wise ether
#

Thanks!

robust bane
#

Sorry for re-posting but I think it might fit better here after all. Hi all, I'm migrating from a fully functioning (but slow) RasPi3B with HA supervised install (with external z2m, nginx, influxdb containers) to a HASS OS on a RasPi4 and I would like to transfer some config files (such as the Z2M config file & device database, the influxdb database file, etc...) to the new box. It seems the Samba add-on only exposes the homeassistant docker container data volumes, not the data/services folders for ALL the other add-on containers. There might be a way using the Dev. ssh on port 2222 but I think/hope there should be a cleaner/quicker way to get files over to the box. any help is appreciated.

sly kindle
#

@robust bane a full snapshot will have addon config and data, but not for your external containers

robust bane
#

exactly ... that's why I installed z2m, influxdb, grafana, mosquitto now as 'internal' HASS OS add-ons, but ultimately they are also simply containers in HASS OS, controlled by the Supervisor. So I'm looking for a decent way (without going into the Dev ssh port 2222 + sftp mode) to get the few binary files I really need over, to make my migration complete.

abstract matrix
#

Currently i have a hass running on a raspberry pi4 i managed to set up DuckDNS/SSL certificate wrong so that when i log in to hass through the web interface. i am able to login but not get up the ui. I am not able to install samba on the pi so that i could edit the configuration.yaml file remotely. Or if there is any way to edit configuration.yaml from the hass core cli

torpid scarab
#

hello I upgraded to latest versions and started seeing message that samba is using secrets that are not secure
I have tried to modify my config so my user/password are moved to the secrets yaml but it fails to take the changes
Does anyone know how to get this message to stop?

sly kindle
#

@torpid scarab it's not about moving to secrets yaml. It's about choosing a password that isn't out there in a publicly available password database

#

secrets.yaml has nothing to do with it

#

But to use !secret in the add-on config you have to put it in quotes

#

"!secret samba_user" for example

torpid scarab
#

ok thanks

#

I did not know about the quotes

unborn birch
#

Hello! I have a question about the Unifi Controller add-on. I'm looking to roll back the controller version to 5.x because Ubiquiti removed some functionality in version 6.x. Is there any way to do this with the add-on?

Specifically, I'm trying to turn the 2.4ghz radio off on 2 of my 4 AP's to help reduce interference.

tame skiff
#

hi , I have a problem related to mqtt password change, I've changed it on hassio web (supervisor->mosquitto and supervisor->zigbee2mqtt) but it isnt working

#

mqtt logs this:

#

1614974367: New connection from 172.30.33.1 on port 1883.
1614974367: Socket error on client <unknown>, disconnecting.
1614974368: New connection from 172.30.33.1 on port 1883.
1614974368: Socket error on client <unknown>, disconnecting.

#

also this:
[21:03:51] WARNING: [WARN] Not found mqtt on local database

#

when I change pw back to old one, it starts working

sly kindle
#

you can't just change the password on the broker. You would also need to change it on the devices which are connecting to it

#

What is your mosquitto add-on config?

#

@tame skiff

tame skiff
#

logins:

  • username: mqtt
    password: pass
    anonymous: false
    customize:
    active: false
    folder: mosquitto
    certfile: fullchain.pem
    keyfile: privkey.pem
    require_certificate: false
sly kindle
#

@tame skiff pretty basic config. You can ditch the username and password altogether

#

Then go to configuration > users and add a new user

#

use your "old" password there

#

make sure the Username matches the old username (which appears to have been "mqtt")

#

The broker add-on will check against this list of HA users

#

Your devices will continue to connect.

#

You will have no password in the config which will trigger the password warning.

#

@tame skiff make sense?

tame skiff
#

actually, only zigbee2mqtt is connecting

#

so I dont need my old password

#

my goal is to change it

#

why do I need that system user? πŸ™‚

sly kindle
#

the broker uses the HA user list

#

It's an "invisible" list of valid credentials

#

my mosquitto config: logins: [] anonymous: false customize: active: false folder: mosquitto certfile: fullchain.pem keyfile: privkey.pem require_certificate: false

#

is default. No logins:

tame skiff
#

I see

sly kindle
#

zigbee2mqtt is using a password to authenticate with your broker

#

whatever that is, add that user/pass as an HA user

covert gull
#

can anyone help? i can install mqtt from addon store but it will not start. it shows up in docker but just will not start.

sly kindle
#

@covert gull did you check the addon logs?

#

and what do you mean it shows up in docker?

covert gull
#

nothing shows in the addon log but this is what i got in supervisor: 21-03-05 22:07:01 ERROR (SyncWorker_2) [supervisor.docker] Can't start addon_core_mosquitto: 400 Client Error for http+docker://localhost/v1.38/containers/509c72fcf20d9ad2aef69bd3e766010c94bf39e902f6ad6f0b9d564af4999f70/start: Bad Request ("OCI runtime create failed: container_linux.go:348: starting container process caused "exec: "/dev/init": stat /dev/init: no such file or directory": unknown")

sly kindle
#

is this installed on synology?

covert gull
#

no debian 10 PC

sly kindle
#

what is the system health showing? configuration > info

covert gull
#

Host Operating System Debian GNU/Linux 10 (buster)
Update Channel stable
Supervisor Version supervisor-2021.03.4
Docker Version 18.06.3-ce
Disk Total 915.0 GB
Disk Used 11.0 GB
Healthy true
Supported true
Supervisor API ok
Version API ok

#

i also just tried to install Grocy and it is doing the same

sly kindle
#

looks like you should have docker ce 19.03, but I would expect it would complain about your current install

covert gull
#

ok updating to 5:19.03.15~3-0~debian-buster hopefully it will work

#

@sly kindle that was it thank you

carmine plinth
#

Need help getting root access for mariadb addons. I dont see anyway to configure root or to delete a database

sly kindle
#

@carmine plinth there's a phpmyadmin add-on

flat tartan
#

Hi, Where should I put a feature request for the addon-store in HA?
Since the update of Jupyter Lab Light to Jupyter Lab the raspberry pi is not supported. If there would be an advanced mode in the Addon-store where you can select the version/branch that would be great I think

late robin
#

hello, is there an add on that rings your phone when prompted?

#

android has "find my android" and i'm looking for something like that, or an integration for it

open grove
#

Samba share is not working any more.
A day ago I changed the password because HA warned me about a bad password.
Now i can not connect anny more ans samba share stopt running sometimes .
could this be related to the update?

open grove
#

Ok... Fixed... its working with the old password and login. 🀷

umbral sedge
#

ERROR (MainThread) [supervisor.api.ingress] Ingress error: 400, message='Invalid response status', url=URL('http://172.30.33.0:8099/

Getting a lot of the above error and not seeing devices turn up in HA after adding them in zwavejstomqtt, comms to devices is fine but I cannot get them into supervisor for some reason
error message truncated a bit
anyone got any ideas?

#

have the zwavejs integration installed and configured with the correct ws: address

umbral sedge
#

version mismatch by the looks of it, things are showing up now

weary stratus
#

Hello, having a bit of a problem with the ssh&web terminal addon. Im getting a "failed to created user account" message.

sly kindle
#

in the logs?

weary stratus
#

yes sir. two lines specifically
"adduser: illegal character with code 33 at position 0
[13:13:47] FATAL: Failed creating the user account"

sly kindle
#

tried a different variation on the user name?

weary stratus
#

yup, non of the normally protected ones eiother, no hassio,homeassistant,root...etc. I even tried it without using the !secret option

sly kindle
#

so if you enter catmandooo as the user it still has this error?

weary stratus
#

correct.

sly kindle
#

no idea. I guess I'd need to see the exact configuration

#

with whatever user name

weary stratus
#

wait...just tried something thats working.

#

ok.. so When I initally installed it. I use '!secrets sshusername' That worked. Then this past day I upgraded. and it failed. I tried 'username' <-single quote. but that failed. I just tried it without the quotes. Thats working. but the password is not. Chenged the password out to not use secrets..and its working.

#

it looks like the !secrets option is broken.

sly kindle
#

!secrets sshusername needs to be in quotes

weary stratus
#

Thats failing...

sly kindle
#

sshusername doesn't

weary stratus
#

I get an "Invalid YAML" if I dont use ''

sly kindle
#

hmm

weary stratus
sly kindle
#

trying to switch mine to secret. it won't save the change

weary stratus
sly kindle
#

maybe they need to exist first, though

#

yeah, looks like they needed to exist in the secrets.yaml first

#

oh you have !secrets

#

it's !secret

#

sorry just noticed

weary stratus
#

now the damn !ihavebeenpwond thing wont take my password....arrrrg

#

ok. now it works. Thanks. guess is was just the !secret thing.

wide gale
#

I'm using the deCONZ addon and want to enable UPnP, in the documentation it says "Known issues and limitations: The add-on has no UPnP support."
Why is that and what can I do about it? I've been searching for hours already. Someone any input?

lucid haven
#

Which is the correct channel for MQTT questions & help?

viral spruce
lucid haven
dull lily
#

is there a there a cloudns updater for ha

coarse roost
#

When reading the documentation for the SSH and Web Terminal addon, it says to set a password in the password field, is this password supposed to be the same password I set for my keys when I was generating the SSH RSA Keys?
https://github.com/hassio-addons/addon-ssh/blob/main/ssh/DOCS.md
btw I am using PuTTY Key Generator...

viscid orchid
#

You shouldn’t set a password for your keys. In any case, no, they’re completely separate

dusky yacht
#

After 2years nginx proxy manager wont renew certificate or create new. I get error: Another certbot instance is running, but I have not another ngingx?!

#

I have restarted router, host, still same error. Please for help

dusky yacht
#
" 
Another instance of Certbot is already running.```
#

I have only one Nginx addon

tender pilot
#

Is there a way to display a badge depending of a calendar event ? For now I am using using the state-switch hacs addon but I don't think that I can do it with a badge instead.

dusky yacht
#

I have stopped nginx but there are still process that cn not be stopped ps -ef | grep certb and ps -ef | grep nginx

open grove
tame skiff
#

Hi everyone

#

but without success, all my zigbee2mqtt entities remains unavailable

#

ah, forget it, found

#

I missed the integration reconfigure

#

though that will erase my running-config

#

πŸ™„

pseudo pebble
abstract ingot
#

Anyone know how to revert an addon to a previous version? I want to roll back my Mosquitto container to 5.1 instead of 5.1.1 to bypass the memory leak issue

viscid orchid
pseudo pebble
#

Only works for core addons?

viscid orchid
#

I doubt it. the slug is an argument

pseudo pebble
viscid orchid
abstract ingot
covert arch
#

500 server error is likely a dns resolution failure, nothing to do with memory leaks

open grove
pseudo pebble
#

oh, wow. I don't know what changed but it works now. Awesome!

viscid orchid
#

I expect the second one to only work if you actually install the addon

pseudo pebble
#

No, it shouldn't require installation. it's a link to the marketplace listing.

abstract ingot
viscid orchid
#

yeah, maybe

weary stratus
#

Hi guys,
Does anyone have advice for me?
I have installed the Mosquitto broker and now want to enter the user name and password in the configuration, but the user names entered in the YAML are always deleted when I save..

open grove
#

Just installed mosquito. Dit not have to go to yamj

weary stratus
#

yes right, but when i go to configuration and add "- username: xxx (new line) password: xxx" and click save, the added lines will be deleted.

open grove
#

Did not fill in anything there. Only in zigbee2mqtt. And after instal of the broker you can give user and pas in the integration.

pseudo pebble
#

I have a boolean in my config called "Perform malicious actions". How can I access it with bashio?

weary stratus
open grove
#

conbee I stick?
fil in .

#

serial:
adapter: deconz

pseudo pebble
#

The documentation on bashio with spaces is missing.

weary stratus
pseudo pebble
#

i gave up on bashio. It can't handle spaces. doit=$(jq --raw-output '."Perform Malicious Actions"' options.json); is the way to do spaces.

spice swallow
#

I am looking to try Motion Eye.

#

But, even though th elogs seems to show no errors, upon opening the GUI, I am getting a "Bad Gateway" error.

#

Any ideas on why this is happening?

#

Add-on: motionEye
Simple, elegant and feature-rich CCTV/NVR for your cameras

Add-on version: 0.11.0
You are running the latest version of this add-on.
System: Home Assistant OS 5.12 (amd64 / qemux86-64)
Home Assistant Core: 2021.3.2
Home Assistant Supervisor: 2021.03.4

untold kiln
#

Hi, having an issue with Add-ons via Supervisor. Just moved to Hass on a virtual box VM on my mac (was using docker, but wanted the supervisor). got most things working but some add-ons won't let me edit there config, anything I change it just does not save (after hitting the save button) and it goes back to default (DuckDNS) but other work no issue (VSCode). For me it seems like it does not have write access, but even with SSH I can't see in the file structure so that I can edit these files manually or change their permissions.

versed storm
#

Is anyone on here successfully running wireguard on a supervised docker version of hass. In a normal setting I would say it appears to be one of the easiest ways to install wireguard but being that I'm in docker I'm not sure if it will be successful.

sly kindle
#

@versed storm The wireguard add-on? There would be no difference. Docker is involved in a standard install or a supervised install

#

You didn't choose docker. It's a requirement.

versed storm
#

Right. I guess I didn't think about it like that. I had initially tried to install wireguard on debian to run in parallel with docker. I had no luck that way but I forget that running supervised install in docker is basically what happens normally behind the scenes.

#

Thanks for the insight. I'll give it a shot later.

weary stratus
#

Is it possible to have a !secret smb_pwd in the add-on config instead of plain text? Looking at forums this wasn't possible back in 2020

viscid orchid
#

Yes

#

password: '!secret samba_password'

weary stratus
#

So it needs quotations. This is the reason why i couldn't save the yaml file then. I'll give it a go

viscid orchid
#

yes

#

It's shown in some addon docs, but I didn't see it in the Samba addon

jagged brook
#

Hello... Any idea why zwave js keeps "installing" and stealing the usb device from zwavejs2mqtt

#

I delete the addon and it pops back in, try to prevent it from starting and disable watchdog. Keeps starting

candid path
#

Guys, I'm not getting the retain flag even when my devices publish a payload with a retain flag

#

using the official mosquitto add-on

#

any guess?

viscid orchid
#

"retain" is a function of the publisher - the broker just does as its told

#

I suspect that your devices aren't really publishing with "retain" set

candid path
#

to be more specific , they are tasmota devices

#

MQT: stat/xxxx/POWER = OFF (retained)

#

MQT: tele/xxxx/LWT = Online (retained)

#

They are publishing retained msgs (at least that's what's showing on the console)

viscid orchid
#

how are you determining that they're not retained?

#

MQTT Explorer is the best (IMO) graphical interface to your broker, and you can test publishing a message with "retain" set

candid path
#

Even inside the Mqtt Integration, when I listen to the topic that's what I get
Message 22 received on tele/xxxx/LWT at 2:04 PM:
Online
QoS: 0 - Retain: false

viscid orchid
#

Then it’s the publisher

#

you can test publishing a message with "retain" set

candid path
#

I just figured out what's going on. When I was publishing a test topic on mqtt explorer and passed the mouse over the option "retain" , a message appeared " Retained msgs only appear to be retained when clients subscribe after the initial publish"

viscid orchid
#

Ah, TIL

#

Had no idea

candid path
#

me neither

weary stratus
#

Hi, I just installed duckdns but I can't access my frontend over the internet

#

I portforwarded 443 -> 8123

jagged lynx
#

hey guys, does anyone have any recommendations for a Ethereum gas price addon

weary stratus
#

Does someone know what to do?

spark jetty
#

@weary stratus install nginx and then forward random outside port to your 443

#

do not let 8123 outside...can be tricky πŸ™‚

tame quail
#

what is the best way to have the addon's logs in real time ?

covert arch
#

docker logs <containername>

tame quail
covert arch
#

you do

tame quail
#

euh what ...

#

ah yes it's ha docker logs

#

no the ha docker command only access info or registries

#

what is the big thing I miss @covert arch ?

covert arch
#

web terminal by frenck, privileged mode, run docker logs

tame quail
#

ah I use an other terminal

covert arch
#

don't

tame quail
#

there is SSH & Web Terminal by Frenck and Terminal & SSH by ... don't know

viscid orchid
#

the former is superior in every way to the latter

tame quail
#

SSH & Web Terminal is on HA Community Add-ons and Terminal & SSH if on Official add-ons

#

yes but the names don't help x)

covert arch
#

vscode is on another level then

tame quail
#

yes that work better thanks @covert arch @viscid orchid

raven tinsel
#

Maybe I should rename the community one to the Swiss Army Knife or something πŸ˜›

viscid orchid
#

I'm partial to "Use this one" and renaming the official one "not this one"

raven tinsel
#

Well, I honestly think most people should just use the core version

#

as it probably fits most peoples needs and would be considered "more secure" due to less access

#

I created the community version at the time for my own itch during (add-on) development

viscid orchid
#

I'm usually trying to guide people to do things they shouldn't be doing and can't be done with the core one πŸ™‚

lime bramble
#

Is it possible to schedule automatic stop & restart of an add-on through automations?

viscid orchid
#

yep

#
- alias: Daily Snapshot
  initial_state: true
  trigger:
    platform: time
    at: "04:00:00"
  action:
    - service: hassio.addon_start
      data:
        addon: local_remote_backup
sly kindle
#

@weary stratus the certificate is not valid for your local access, so you see the warning. that's normal

topaz kindle
#

is there a way to see what integrations are in HACS without actually installing HACS?

#

*integrations = components, sorry

cosmic raptor
raven flint
topaz kindle
#

thanks @cosmic raptor. I have no idea why, but I think "Repositories" was the only section I didn't look at on the hacs site... :/

cunning meadow
#

Guys is there anyway to publish to a topic and that message be recieved by one client in mqtt? So I have python running a mqtt client and its subscribed to a topic but when i publish to it it doesnt recieve anything so i was wondering if this is possible
And im sending data to ha and its working but i want to be able to change its settings from ha that wy i need a way to publish data back to it

cosmic raptor
#

Please don't cross-post

stiff thicket
#

@git_pull I have just created a pull request that should ease setting up git_pull, or at least make it failsafe to misconfigured git repo

#

ah, sorry, wrong channel

native oxide
#

can someone tell me what to search to get to a place where i can run docker commands?
I'm trying to see the bind command used when node-red addon was created, so i can write and read files from the node-red instance

cinder mango
#

in a basic shell terminal ??

#

you can use putty to do that

#

but you can do that with a graphical interface with the portainer addons

raven tinsel
#

to write / store files at

cinder mango
#

Can someone help me ? I have a problem with the RPC Shutdown addon:
When I put this configuration with my yaml file :

data:
  addon: core_rpc_shutdown
  input: windows-mathis```
I have this issue:
#
Component error: data - Integration 'data' not found.```
sly kindle
cosmic raptor
#

That stuff doesn't belong to configuration.yaml but you call that service from your automation

cinder mango
#

ha ok

#

thanks

native oxide
broken wagon
#

Hello. I have 2 pi's properly set up with zwave2mqtt as well as a zwavejs2mqtt.

One pi has supervised hass.io installed as well as zwavejs2mqtt, that works fine, however I am unable to get it to sync with the other pi (running nothing but zwave2mqtt) and my seperate hass core install does not see any nodes from either zwave network.

MQTT is installed and working correctly, both zwave networks are working through the same mqtt server.

Does anyone know of a tutorial to help me get hass to auto recognize the nodes on MQTT? I've been googling for days and I can't get through this wall.

Thanks!

rocky timber
#

hi guys, i am trying to configure mqtt addon but,,, i have this error

#
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[23:22:16] INFO: Setup mosquitto configuration
[23:22:16] WARNING: SSL not enabled - No valid certs found!
[23:22:16] INFO: Found local users inside config
[23:22:17] INFO: Initialize Home Assistant Add-on services
[23:22:17] ERROR: Can't setup Home Assistant service mqtt
#

any input to solve?

broken wagon
rocky timber
#
logins:
  - username: xxxxxx
    password: xxxxxx
anonymous: false
customize:
  active: false
  folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
#

i think is problem with new version of addon

broken wagon
#

remove the certificate and keyfile lines

rocky timber
#

ok

#

the same...

crystal thistle
#

Howdy. I have been using HA for quite some time now and it is awesome. Now I want to add AdGuard to my setup and I am struggling. Fist off I am using HA 100% local no remote access. So when I use the default http:8123 I can use the mobile app but I cannot use the AdGuard WebUI. If I switch to https:433 I can use AdGuard but now the mobile app does not work because I do not have an external ssl cert. Any help would be greatly appreciated.

broken wagon
#

Set up certbot and make a signed ssl cert. adgaurd is going to insist on this

#

android is going to insist on this*

crystal thistle
#

Is there a good tutorial on setting up a cert for a local network? I do not want to open ports.

cosmic raptor
crystal thistle
#

Yes it is FULL of tutorials. Most of them are for remote access. The ones for self signed certs all seem very complicated. I was just hoping for a one that others have found useful. Thank you I will take a look at your suggestion.

slim lake
#

Hey all... hoping for a quick bit of help for something non-breaking that smells like a bug to me.
Z-Wave JS to MQTT's network graph (for my 5 nodes) is showing 4 hops with Node 5 off-network (i.e. exceeding 4 hop maximum).
HOWEVER - all 5 devices are Alive according to Zwave JS to MQTT (and regular Z-Wave JS) and I can control them, including Node 5

#

Reason I'm looking: I am having issues adding something to the network, and suspect it's trying to communicate with a 4-hop peer. Obviously that node isn't working / adding itself

#

FYI - Got an answer in the Z-Wave channel. Looks like the map isn't working correctly. Thanks!

fossil whale
cosmic raptor
#

I wonder if they can help on #330990055533576204 with the name resolving issue. Sounds weird as it just works out of the box. Good description of the issue btw! Some version info might be useful thought i don't recall seeing such issues lately. HA OS is bunch of containers, there's a local resolver somewhere (at 127.0.0.11) but as said the experts are on that mentioned channel

cosmic raptor
#

Oh, looks like you've commented there already few hours ago, my bad πŸ™‚

fossil whale
crystal thistle
#

Howdy, I was able to successfully generate a cert for my custom domain using certbot and manually setting a TXT record on my Cloudflare DNS. Now I am trying to understand what is the easiest route to renew it when it expires. I tried getting Lets Encrypt addon working but I could not get it to start and I get no error messages.

#

Here is my LE config:
email: '!secret cf_email'
domains:

  • ha.my-domain.org
    certfile: fullchain.pem
    keyfile: privkey.pem
    challenge: dns
    dns:
    provider: dns-cloudflare
    cloudflare_email: '!secret cf_email'
    cloudflare_api_token: '!secret cf_api_token'
past raft
#

hi everyone πŸ™‚ I was using the duckdns add-on and it worked great. Now, I moved to a new house and a new router, and I'm trying to set port forwarding but something goes wrong? I've tried to set the external port to 443 and the internal to 8123 (which works in the LAN) but that won't work. Can someone point out what port forwarding should I do?

vague nacelle
past raft
#

yes

#

I thought that's how duckdns forwards it... maybe I'm wrong

vague nacelle
#

Hmmm... That was my issue previously when I was setting it up, but I moved to NGINX Proxy manager which uses a different setup so I am not sure (though now I just use NabuCasa). Maybe check out JuanMTech's video? (https://www.youtube.com/watch?v=VUTPAoB27iQ).

cosmic raptor
#

oh, right, i think one/some of the requirements didn't fill on your case outruling the bot then..

sly kindle
#

@past raft new router or new provider?

past raft
sly kindle
#

@past raft 443 to 8123 should be the port forward

#

OR 8123 to 8123

#

if you use 8123 to 8123 you need to include :8123 at the end of your URL

past raft
#

that's what I thought, but it didn't work...

#

I'll try writing the port explicitly in the url

past raft
#

I'm not sure if allowing 443 to 443 while resetting the add-on did the trick, but anyways it works

#

thanks guys

covert star
#

Hi there, I get an error "Missing required option 'device' in deCONZ (core_deconz)" when starting the deCONZ add-on which I just installed on Home Assistant OS 5.12 with a Raspberry Pi v3. Is this the right place to ask this question and if so, any ideas what I might be missing? I'm using this https://phoscon.de/en/conbee2 USB gateway

sly kindle
#

@covert star what do you have in the config?

covert star
#

@sly kindle not sure what you mean, I didn't change any config - just installed the add-on and tried to start it

sly kindle
#

it's not that magic

#

every add-on page has tabs along the top

#

one is "documentation" and another is "configuration"

#

reading the documentation for that add-on will help you configure it

#

you should have had to choose your device, then save, and then start the add-on

#

@covert star find it?

covert star
#

sorry, got a call, checking ...

#

@sly kindle I just had to select the device = sigbee USB stick

#

so obvious πŸ˜‚

hallow pier
#

Does the HA MQTT add-on has a debug function? The log only shows : New client connected from 192.168.100.141 as DVES_102A50 (p2, c1, k30, u'mqtt_zigbee_user'). I don't see any client communication

#

I have a module with Tasmota. Tasmota uses MQTT to communicate to HA. The module is working in HA but I'd like to extend the functionality and therefore I want to see the MQTT data

cosmic raptor
#

Yes

logger:
  logs:
    homeassistant.components.mqtt: debug
#

Can't remember what it outputs on debug but to observe all MQTT traffic there are tools such as MQTT.fx or MQTT Explorer to subscribe into any/every topic

#

As can be seen from within HA as well

dusty mauve
#

guys how to assign a command to turn on switch.led when answering telegrams through buttons:
data:
inline_keyboard:

  • 'Task On:/command1, #switch.led on

Task Off:/command2' #switch.led off

how to do it (see the comments in the code)

raven tinsel
#

That is NOT an add-on

oblique mauve
#

I am just migrating from an older instance of homeassistant I've been running on a pine64 to my new odroid thing with the homeassistant OS on it so I'm getting used to things but I've hit a wall. I installed and configured the mosquitto add-on through the supervisor menu. I read that now I have to create some access control list files to enable anonymous connections to the broker, I created those files according to the instructions and yet all my devices that have no username and password get bounced.

#

Is this just outdated documentation? I haven't been able to find any forum posts where people followed the instructions to create those files and it still won't allow clients to connect without a username

#

I verified that setting active to true is working by changing the folder name to something nonexistent and watching it fail in the log

#

I verified that it's seeing the accesscontrollist file by inserting a typo and seeing it error out in the log

#

but when I insert the one line that I want in there, it doesn't seem to do anything

#

that line is "topic readwrite #"

#

because I have all my IoT walled off at the network level I have no desire to add any more internal security

#

and I have a number of devices I cannot reflash at this point

left flame
#

I'm having a little trouble with the Motioneye add-on. I know my issue is likely ME and not HA but hoping someone can point me in the right direction. I have two cameras. One is a Doorbird doorbell camera, te other is an inexpensive wifi security camera installed in the garage. I can see the video feed from both just fine and I can manually tell it to take pictures but for some reason I can't get the one in the garage to use the motion detection to record motion. I've tried identical settings to the other camera and wildly different but it'll never save video from the motion events. Debuging shows that is sees motion events. My only idea is that the garage one is connected via wifi and therefore laggy. Perhaps it takes too long to register that there is motion actually happening.

dusty patrol
#

One message removed from a suspended account.

plucky gyro
#

ESPHome ble_rssi question:
Ok... so Im trying with Beacons, but my Android phone isnt detected, heres my config:
binary_sensor:

  • platform: ble_presence
    service_uuid: 'fdbaea90-1ce3-468b-9ab7-93f549d4fab5'
    name: "Marcin6T_Beacon"

And the app with a Beacon active:
https://photos.app.goo.gl/aMMaEJNja51gh9947
What am I doing wrong?

lapis radish
#

Hey guys, so I had a VPN setup so I could get into my network while im away for a while, but the VPN didnt work and now I cant access my host machine for HA
Is there an addon or something that would allow me to access a web browser in my network or something?

viscid orchid
#

you'd need a VPN for that πŸ™‚ Or, if you Nabu Casa can let you connect remotely, but you have to have set that up beforehand

lapis radish
#

Yeah I have Nabu Casa, so I can access home assistant, but I can’t access the other devices on my network

#

Is there like a browser add on I can use in my remote HA instance, so that browser works as if I was in the network?

distant lion
#

hi anyone knows why I get this warning message for adguard: Option 'hosts' does not exist in the schema for AdGuard Home

misty plaza
#

Hey, I'm new to Home Assistant and I've been trying to set up AdGuard Home to block ads on my network. However I'm not sure what my AdGuard Home server addresses are? I've found multiple guides telling me to configure DNS for these addresses but I don't know where to find them. For context here's one of the tutorials https://github.com/AdguardTeam/AdGuardHome/wiki/Getting-Started#router

hidden quest
#

Is there anyway to view all log of an addon? I am trying to debug an addon but it print too much log that I can only see a small part of it

sly kindle
#

@misty plaza what ip address do you use to access adguard's frontend? That's the address.

pseudo merlin
#

hey all - im trying to get the VS code addon working - fresh install of home assistant and VS code but it gives the error "error timed out" in the log, then terms the processes. any ideas?

sly kindle
long latch
#

Oh sorry i haven't seen it ty

weary stratus
#

I am trying to set up samba share. In the config altered username and added a password. But can't setup a network connection from windows explorer. Anyone with some hints?

#

I can see in the logging : Registered MSG_REQ_POOL_USAGE
Denied connection from 192.168.2.25 (192.168.2.25)
Connection denied from ipv4:192.168.2.25:51972 to ipv4:192.168.2.30:445

floral ivy
#

How do i install HACS on Hassio? All tutorials are for Home Assistant Core...
I have the SSH addon and ran the install script on Hassio

INFO: Creating HACS directory...
INFO: Unpacking HACS...
INFO: Removing HACS zip file...
INFO: Installation complete.

INFO: Remember to restart Home Assistant before you configure it```

After restarting there is no HACS in the Add Integration menu. I removed the HACS folder from custom_compmenets and ran the installer again, still nothing

EDIT: When into Private Mode and it showed up. Browser Cache prevented it from showing
silver sparrow
#

Hey everyone! I need your help please: HA is up and running but Mosquitto won't start. Whenever I try to start it manually the error message says: Internal Server Error ("linux mounts: Duplicate mount point '/dev/shm'")

#

What may I do?

#

I'm not able to start my Terminal&SSH addon either, same issue.

#

Please help!

sly kindle
#

@floral ivy HACS is not an add-on

#

@silver sparrow how have you installed HA?

silver sparrow
#

Is this helpful? What may I tell?

sly kindle
#

is this a new install?

silver sparrow
#

No, from last(?) year

sly kindle
#

I'd start with a full reboot of the device

#

supervisor > system > host

silver sparrow
#

Already did, no success

#

'Duplicate mount' - what may I do?

sly kindle
#

I'm not sure how you got to that state, so I don't know

#

I'd suggest running ha su repair but you never installed the ssh add-on

#

it's best to have these tools available before a problem

silver sparrow
#

It has been installed and was running (Terminal&SSH) but does not start anymore

sly kindle
#

you could connect directly with keyboard and monitor to run it

#

do you have snapshots?

silver sparrow
#

yes

#

So I should do a fresh install

#

But then the zwave issue will rise again

#

zwave is a real pain everytime

sly kindle
#

zwave issue?

#

are you able to make a snapshot now?

silver sparrow
#

To install zwave and have everything running

#

not anymore

#

and it wont get back to my snapshots anymore, already tried

#

Ok, fresh installation ...

sly kindle
#

restoring a snapshot should cover your zwave setup

silver sparrow
#

yes but I'm not ably to restore anymore

sly kindle
#

I mean on a fresh install

silver sparrow
#

ah ok

#

yeah you're right

sly kindle
#

download your snapshots before you flash your sd

silver sparrow
#

ok will do

#

thank you!

plucky gyro
#

Can anyone help me with BLE and ESPHome?

#

Im trying Beacons, but my Android phone that has a running iBeacon active isnt detected, heres my config:
``
esp32_ble_tracker:
binary_sensor:

quick trench
#

Before I dive into this myself, what's everyone using to detect if the nginx addon is still working properly?

sly kindle
#

you mean to see if it's running?

#

@quick trench

quick trench
#

Na, the addon is running. Basically was looking to add a heartbeat to verify it's working. If not restart it

#

was thinking about adding a ping sensor but i'm not sure if that would work because it's just returning an SSL cert error

quick trench
#

@sly kindle

sly kindle
quick trench
#

Yeah that's usually running fine

#

it would be like a ping sensor but a SSL cert error sensor... hahaha

sly kindle
#

add-ons are coming into integrations, but so far the sensors are for updates

#

I see that in dev

quick trench
#

well, it was nginx that needed to be restarted

sly kindle
#

every addon has these entities. I wonder if it's possible to create others particular to one addon

quick trench
#

ddns was working fine

#

I might just add an email watchdog that restarts any addon that I put in the body

open grove
#

After moving HA to a pi4 with ssd m.2, influxdb no longer works.
message "502: Bad Gateway"
The ip has changed. does this need to be adjusted in a configuration of influxdb?

sly kindle
#

@open grove what do the add-on logs show?

open grove
#

Can not open influx. the only thing i see is : "502: Bad Gateway"
Gonna look in the logs now

#

all is green. Except.
21-03-13 20:02:25 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.4:1337 ssl:default [Connect call failed ('172.30.33.4', 1337)]
But i think its an error of the "ARGON case" addon

open grove
# sly kindle <@700986534467469352> what do the add-on logs show?

Found this .
Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='a0d7b954-influxdb', port=8086): Max retries exceeded with url: /write?db=HomeAssDB (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f84f7f1f0>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
20:21:08 – InfluxDB (ERROR)

#

The only thing i can think about is the new internal IP adress. Do i need to change this somewhere?

sly kindle
#

the add-on logs show that it starts fine?

#

these are the logs on the influxdb addon page. one of the tabs at the top

open grove
manic blade
#

I'm using the vlc addon and I was wondering how to set the telnet password, or if there is a default password to use for the integration?

iron zenith
#

Hello, I was wondering if it is possible to use a different DNS server on another network, f.e. use Adguard Home (located in LAN network) for the LAN network, but Cloudflare's DNS servers for a guest network? Thanks in Advance!

#

p.s. this is using the DHCP server add on in HA

carmine plinth
#

i wondering VLC login too, there is no password

manic blade
proper crag
#

I have a question about running AdGuard plugin with HTTPS port 443 configured ("Error: control/tls/validate | port 443 is not available, cannont enable HTTPS on it | 400" if I enable Encryption in Adguard). Here is my settup: I'm running the current version of HA on a Linux box in Supervised mode. Everything runs fine including Adguard. I use DuckDNS and NGINX to connect securely remotely. My router has port forwarding for 443 to local 443 which as I understand it is needed to make the remote login secure and I suspect its why I can't turn on AdGuard and enable Encryption as 443 is already being used by NGINX. Wondering if anyone can confirm that and also if I could just use a different port on AdGuard for HTTPS (maybe 445 or 444)? Just looking to try and secure things a little more but stumped... that's a lot hope if makes sense...(I'm not real knowledgable on all the inner workings here just know enough to get the basics configured πŸ™‚ )

carmine plinth
manic blade
#

Yeah I can't find the password

carmine plinth
#

inside addons/data/core_vlc

weary stratus
#

Is there a way to link the JupyterLabs Add-on with HA so it can import the HA modules?

spark hornet
drowsy stone
#

I have more than one eth interface and Adgaurd v4.0.0 has been randomly binding to either interfaces every restart

open grove
#

Today influxdb did start up.
But there the message: "unable to get hosts"
After migrating from SD to SSD, did I lose the database?

#

Is there a way to check this?

dusky pagoda
#

hello, something strange happened to community add-ons. They just don't display advance mode is on ... they were displayed I could choose node red for example. From yesterday or day before only official. Anyone have the same ?

sly kindle
#

@dusky pagoda happened to me recently. I restored a snapshot from the previous day. Do you see the repo in the list when you click the 3 dots?

dusky pagoda
#

nope

sly kindle
dusky pagoda
sly kindle
#

I didn't even see that I pasted the wrong thing πŸ€¦β€β™‚οΈ

dusky pagoda
#

Loading add-ons from store: 66 all - 43 new - 0 remove ... however are not displayed not sure if that has to be download or what

#

@sly kindle no worries that was helpful I found correct link there

sly kindle
#

clear cache?

dusky pagoda
#

no idea what to do next ... restart host ...

sly kindle
#

hard refresh the page using ctrl+shift+r

dusky pagoda
#

πŸ€¦β€β™‚οΈ f5 was enough,

#

it looks that after upgrading hard refresh page is mandatory... not only host reboot. So new in HA ...

#

Thank you !

open grove
#

Think i went from 32Bit to 64. could this be a problem?

sly kindle
#

the add-on name would also be helpful

open grove
#

Influxdb

dense spadeBOT
viscid orchid
#

if you installed it via HACS, it's not an addon

delicate wolf
#

sorry

vapid glacier
#

hi all
i have ha (vm) with some firestick tvs and i can control them with the adb command like turn on fire stick load app .....
i want to do the same with a galexy tab a, and have a media card in ha dashboard.

viscid orchid
#

please stopping crossposting everywhere

vapid glacier
#

i thought thats what multiple room are for, different skills in different places.

dense spadeBOT
#

Please DO NOT cross post. Read the channel description, post it and wait for folks to respond.

If you don't get any responses after an hour or more, and your message is no longer on screen, it is fine to re-post or post a link to it.

vapid glacier
#

and chat so fast in some room questions get missed sorry

#

again, appologies

solid thistle
#

Hey all, Mosquitto Broker: I'm trying to find which system is sending a particular message but the logging doesn't include enough verbosity to do that. How can I change the level of logging (or find out some other way)? I note there's a config file directory specified to include more Mosquitto config but I don't seem to be able to locate/access that directory through the samba share.

viscid orchid
#

it looks like you're supposed to create a mosquitto directory in /share, which is accessible via samba

solid thistle
viscid orchid
#

right. the addon docs tell you to create the directory

solid thistle
#

@viscid orchid Indeed it does - apologies for not RTFM carefully enough. Maybe an adjunct piece of info would be to note it'll be empty unless you've put something there yourself (for dummies like me lol) . Anyhoo, it works but I haven't been able to track down the source of the rogue MQTT message yet ...

#

THanks again.

viscid orchid
#

I see this sort of thing in my mosquitto logs (separate container):

#
1615784294: New connection from 192.168.1.253 on port 1883.
1615784294: New client connected from 192.168.1.253 as lr-btle14134 (p2, c1, k60, u'mqtt').
1615784294: Client lr-btle14134 disconnected.
next hemlock
#

I want ask is it possible to install tuya convert in same raspberry pi 4 with home assistant? It will be like addon ? I don't use the wifi in the RP i use cable

late tiger
#

Heym i try to use my mosquitto mqtt broker also over SSL/TLS, but everytime i want to connect on it with my arduino its not working. I found out that in my ssl folder the fullchain.pem certificate is missing, does anyone had already the same problem?

oblique vault
#

So does the vscode add on not work with our?

#

Pi3

raven tinsel
#

It does work, however, would not recommend it

#

as the Pi3 is not powerful enough imho

oblique vault
#

Ok

crystal thistle
#

Howdy I found a project on GitHub that I would like to port over to Home Assistant. I have never written an addon for home assistant and I am looking for advice on #1 is this reasonably doable and #2 where to get started. https://github.com/majikthys/snuggletronics

crystal thistle
#

Thanks, any thought on how difficult it will be to design an addon to Tx on rPi GPIO pins?

trail island
#

Quick question - is InfluxDB and Grafana still the way to go to get better historical graph / data retention ?

raven tinsel
#

Depends on what you want to do

#

that question is to generic to answer

trail island
#

@raven tinsel OK I can be more specific. I added some Govee thermostats and I really like them. When I click on the card I get a graph that shows about two hours of information. I see online screen shots of other setups with graphs of days, I want this. Googling and reading the forms leads me to believe that InfluxDB and Grafana is how to achieve this. However the documentation for installing InfluxDB and Grafana is dated 2015. I am wondering if this is still the current way to achieve my goal.

rare marsh
#

can I use !secret in the config for Samba?

trail island
#

@rare marsh samba is a stand alone tool so no

raven tinsel
raven tinsel
trail island
#

@raven tinsel hmm - ok I will look into that

#

@rare marsh sorry - guess I spoke too soon on that

graceful burrow
#

Is there any way to execute a custom script or something similar on the Terminal & SSH addon's startup? The new apks feature takes care of one major need (thanks for adding!), but I still have a complicated setup to get things like aliases and .emacs in place each time I boot or the addon starts, and I'd love to clean it up. Thanks!

viscid orchid
#

look at the SSH & Web Terminal community addon instead

#
Option: init_commands
Customize your shell environment even more with the init_commands option. Add one or more shell commands to the list, and they will be executed every single time this add-on starts.
graceful burrow
open grove
#

Influx db is no longer between the addons? Did i miss something.

viscid orchid
#

?

open grove
#

Had some trouble with influxdb. So i uninstalled it. Now i can not find it between the addons to reinstall it.

viscid orchid
#

in the addon store?

#

it's in the Community Add-ons repo

open grove
#

Ok.. that would be it. srry.

dapper vigil
#

Is here right place for Duckdns problems ?

vestal sail
#

With the SSL addon, got it working and now hostname:8123 doesn't respond but hostname:443 properly does

#

however ip:8123 still loads via http, how can I disable that

sly kindle
#

The Pwned password check can now be disabled with the command below in the CLI using the latest versions of either the core-ssh add-on or the community ssh add-on:

Terminal & SSH (core) version 9.1.0
SSH & Web Terminal (community) version 8.0.4

ha resolution check options --enabled=false addon_pwned

next hemlock
raven tinsel
#

if you have the 2Gb version... it is doable, would recommend to have the 4Gb version at least

weary stratus
#

Is this the right place to ask a question about DuckDNS Addon?
I cant edit the DuckDNS Addon Configuration in Home Assistant Interface.
When i press "save" the configuration gets reseted.
I event can't see a network request or anything.
Re-installing doesn't helped.

Any hint?

core-2021.3.4
supervisor-2021.03.6
Home Assistant OS 5.12
DuckDNS: 1.12.5

crisp dome
#

@weary stratus - might there be some hints in your home-assistant.log? You might want to check there to see if it sheds any light on the problem.

pastel tangle
#

Is anyone else's VSCode going haywire? I've been using it for months and had no issues. But I'm now noticing that after I'm done and leave the addon's page or close the whole tab for that matter VSCode is taking over both my CPU and RAM

#

I get it consuming a lot while it's active and I'm using it but it doesn't seem to go down after it's closed. Only restarting the addon seems to kill whatever gets stuck

dapper vigil
#

I also experienced some trouble with duckdns. I couldn't connect remotely with ngix, so I switched ngix off, and edited configuration.yaml , thus I could connect remotely, but not locally. Then someone suggested to add port: 443 in configuration.yaml
It wasn't wise, because I've lost connection at all. So I wiped SD card, and installed whole stuff again. My setup is Rpi 3b+ , Debian Buster, and HA with supervisor in docker.

#

Now I'm afraid to try duckdns again πŸ˜„

weary stratus
errant parcel
#

Does anyone know exactly what "Protection Mode" allows/disallows in the SSH & Web Terminal community add on?

next hemlock
raven tinsel
#

That should not work as an add-on

slow pewter
#

Anyone have any ideas why I might be getting this error in my Check Home Assistant configuration ?
"Component isy994 [Errno 2] No such file or directory"

[20:00:44] INFO: Installed Home Assistant 2021.3.4
[20:00:44] INFO: Making a copy of your configuration for checking...
[20:00:45] INFO: Checking your configuration against this version...
[20:11:08] ERROR: The configuration check did not pass!
[20:11:08] ERROR: See the output below for more details.
Testing configuration at /tmp/config
Failed config
  homeassistant.packages.lighting.isy994: 
    - Package lighting setup failed. Component isy994 [Errno 2] No such file or directory: '/usr/local/lib/python3.8/site-packages/chardet-4.0.0.dist-info/METADATA'
    - automation: [source /tmp/config/packages/lighting.yaml:3]
        - action: [source /tmp/config/packages/lighting.yaml:5]
            - data: [source /tmp/config/packages/lighting.yaml:6]```
slow pewter
#

Odd... I just took a chance and updated to the latest version and it worked fine. No errors but remote platform config changes that should be an easy fix.

dapper vigil
#

It's any chance to uninstall or stop HA add-on (Rpi, Debian+docker) via Debian CLI?

#

Will this work via debian console, or only for HA SSH?

...
 addons, ad         list, info, logo, changelog, logs, stats, reload, start, stop, install, uninstall, update```
covert nova
#

I think they'd all be different docker commands, or things you's have to push to supervisor via docker

#

I've used docker logs homeassistant from the debian console for trouble shooting which is basically the same as tailing the logs inside HA, or running ha home-assistant logs from inside HA ssh

#

but from what I understand addons are just other dockers being run by the supervisor, depending on your supervisor settings you could probably start/stop them with docker commands - if you don't have them setup to auto-restart with supervisor

languid jackal
#

Hi all. I am setting up a homeassistant os server that i will be migrating my hassbian into. I use mariadb as the database, and have installed the addon for it, but I am perplexed as to how to access it. I did install phpmyadmin, and that is working, but I have a 1GB database to import into it, but I haven't figured out how to set up access from my 192.168.1.* network. any hints as to how? I am in the configuration page, and the Network section at the bottom, but the settings in that network configuration are not apparent yet. Is it wanting me to just put in the ip address for the machine, or is there a wild card i can use. I tried to use * as the wild card, but that didn't work.

#

Nevermind. I found the answer. I see the network settings need the port to be accessed from, not the address. I used the same port 3306.

#

Apologies for the noise.

tulip bloom
#

I've setup DuckDNS and works externally, but now I can't access it internally. Any guides I can follow?

#

I found it, just edit the host file

#

next question Adguard - all I want is to install but the first hurdle its asking me for hostnmae, username and password

#

what are these? internal Ip address, my username to log in HO or something else and new?

#

lol

viscid orchid
#

@dapper vigil If you're running a Supervised installation on Debian (#330944238910963714), you can do something like this:

#

docker exec hassio_cli ha core info

#

If you want to run CLI commands from somewhere else, I do it through SSH like this:

#

ssh hassio "source /etc/profile.d/homeassistant.sh ; ha $*"

earnest ivy
#

hi guys is anyone having an issue with installing sqlite addon in node-red?

#

"Pre-built binaries not found for sqlite3@4.2.0 and node@14.16.0"

viscid orchid
#

"in" Node-Red? Sounds like a #node-red-archived question. This channel is for Home Assistant addons

earnest ivy
#

@viscid orchid not quite sure if it is actually a node-red problem though

viscid orchid
#

are you installing an addon via Superviser->Add On Store?

earnest ivy
#

yes, it's the node-red addon in homeassistant

viscid orchid
#

you said "sqlllite"

dapper vigil
earnest ivy
#

yes, that's the palette addon in node-red. It seems there are dependencies missing

viscid orchid
#

this channel isn't for anything that decides to call itself an addon

#

it's possible that it'll come down to an issue with the node-red addon, but you should start in #node-red-archived

earnest ivy
#

okay cool let me try them. ty

viscid orchid
#

np

dapper vigil
viscid orchid
#

you shouldn't mess with the docker containers themselves in a supervised install. You're just making a complex installation even less supported and more troublesome

dapper vigil
#

'''docker exec hassio_cli ha core info''' @viscid orchid and then docker commands should work via Debian CLI ?

viscid orchid
#

how did you install Home Assistant?

#

if so, yes. that's a prerequisite for that install method

dapper vigil
#

Yes, firstly Debian 10, then docker and HA supervised

viscid orchid
#

Then, yes. That’s how you’re running HA

dapper vigil
#

Strange that I can't connect Debian using SSH, I think ngix or duckdns messing with network config. Now everybody fell asleep, so i can connect TV to Pi .

#

πŸ€ͺ

dapper vigil
#

docker exec [options] CONTAINER COMMAND [ARG...]

rough finch
#

I'm having a really hard time getting HomeAssistant (installed on a linux box) to use https via the letencrypt addon and not using duckdns. google and search on home assistant web has failed.

dapper vigil
#

@viscid orchid , I killed nginx container, renewed DHCP, not helped. Then killed *uck.dns , renewed DHCP, and now I can login locally onto HA

#

BUT . When I logged onto host, there was some.log messages spamming

sly kindle
#

@rough finch did you disable the certificate option in the duckdns addon?

rough finch
#

@sly kindle not installed the duckdns addon, just the letsencrypt addon. have my own domain, dns controlled by cloudflare

#

@sly kindle that's part of the problem, most of the tutorials assume the use of DuckDNS

dapper vigil
#

Is there a possibility not to use duckdns? I dunno how and why, this add-on is blocking my all kind of access to HA

rough finch
#

@dapper vigil sure, DuckDNS just gives you a free domain name and points that domain at your non-static (or static) ISP assigned IP.

#

you should be able to use any domain name you like and use any DDNS service you like to maintain the link between that domain and your IP

#

Letsencrypt then just generates the certs for your specific domain

dapper vigil
#

I understand that, but I can't see any easy obtainable alternative

rough finch
#

I use cloudflare, my own domain and PFSense's built in DDNS client to update cloudflare when the IP changes on my WAN interface

dapper vigil
rough finch
#

Sry, that photo isn't showing anything I can use to help. That said, I can't even fix my own problem at the minute

sly kindle
#

@dapper vigil when you set up duckdns you would have added an http: config

#

After you set that and the lines below it, you can only access using https://

#

http:// will not work

#

And yes your host log screen is unrelated

dapper vigil
#

Tried both . Also with http in configuration.yaml, and without, but with nginx instead

sly kindle
#

what

#

it isn't a matter of trying

dapper vigil
#

Yeah, Yoda said that

sly kindle
#

with the http config you must use https:// in your browser with the local address or the duckdns address

#

if you remove it then you have your old default

#

http://local_ip_address:8123

#

The addon doesn't block anything

#

It adds

dapper vigil
#

Once again, cause my English isn't that good as I wish. I tried http and HTTPS , and it was fine, until I rebooted my Pi. After reboot there was no way to connect it, with HA web interface (no matter http or HTTPS) and also SSH was not responsible.

#

And host log stated to spam those strange info.

#

Then I killed two containers, first nginx (didn't help) then duckdns , and it helped. After every container kill , I renewed DHCP and set wlan down then up and tried to connect via SSH with the host. Because connection with the host was affected too

#

Strange, huh?

sly kindle
#

not really

#

sounds like randomness

#

and wifi sucks

dapper vigil
#

Maybe, but this happened second time, and again when rebooted after duckdns installed. And first time there wasn't wifi deployed, just LAN cable.
After first time I made format sdcard and fresh install from scratch.

#

Now I'm gonna turn on addons one by one, and shutdown HA + reboot host after every step.

rough finch
#

do i need to get rid of # Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

#

from the config.yaml

#

before i put in the http section?

viscid orchid
#

no

rough finch
#

@viscid orchid ty

#

all sorted, now have https access without needing duckdns

jagged nimbus
#

my situation is super specific so it's most likely not going to get resolved but I am so stumped - I'm currently trying to make a custom panel (w/ preact/typescript/webpack+style-loader), and for some reason my CSS is not working in HA (renders text, etc fine), but when I import it into my own HTML file and render the custom element it works completely fine

#

like 99% sure it's a HA thing

willow quartz
#

Is anyone available that can help with wireguard? Super new here. When I try to follow online guides and it wants:

  • name: fun-name
    public_key: that-long-#
    addresses:
    • things.stuff.1.0

When I type "public_key:" the file won't save with a public_key, it just deletes it and starts fresh.

Not to mention that my computer won't even connect to the internet now. I even tried the QR code way.

When I turn on my VPN on my Pixel, I can't reach the internet.

I also have Google WiFi...why haven't I just given up?

willow quartz
#

I had AdGuard running, it was giving out DHCPs and I could see them, but I couldn't connect to the internet.
I used to think I was smart until I started messing with these things.

hidden orchid
#

soo don't suppose there is a way to update all at once? Had to restore from a snapshot and hoping to not click everything one by one again x_x

next hemlock
bitter latch
#

anyone here worked with Grafana before?

#

i need to make a graph of a watermeter

#

i have entries in mysql database, wich have a timestampt and the value 1 (every thick of the watermeter a value 1 with timestamp gets written to db)

#

connection and everything is fine.. but my graph shows a line of 1.. need to do some sql query in graphana that will show me the counting/adding/etc

half shoal
covert arch
#

depends on the container why you need to reinstall.. but this is a generic docker question - you can find lots of information online about that

half shoal
covert arch
#

you

half shoal
#

ah okay. I was a bit confused about your response, as I'm not running docker.

#

*home assistant is, but I'm not running hassio in docker on my computer

#

I've figured out a solution on my own though

#

sorry to bother you

covert arch
#

oh, my mistake. thought this was about command: in docker world since you are in #add-ons-archived

half shoal
#

No, it was about the SSH & Web Terminal addon

#

I figured it out though so no big deal πŸ˜„

covert arch
#

you are running docker if you run addons πŸ˜‰

half shoal
#

Interesting! HASSOS is a docker instance right?

#

Does this mean I could add a docker container to HASSOS using portainer? That would be really cool :)

covert arch
#

yes you can

#

it runs docker

half shoal
#

That is so cool!
Are there any guides to setting up a raspian installation on your HASSOS host machine

covert arch
#

why would you run raspbian in docker on hassos?

half shoal
#

Hosting appliocations that can't be hosted in homeassistant I guess?

#

Maybe I'm missing the point here

covert arch
#

you use native docker to run docker containers on hassos

#

which is basically any addon

half shoal
#

Sorry I'm not following

covert arch
#

you can run as many containers as you wish on Hassos though

half shoal
#

Right, so why not run Raspian in a container also? To host other programs (like catt for example)

covert arch
#

because that defies the purpose of docker

half shoal
#

Maybe I don't understand how docker works lol

covert arch
#

you only run minimal container OS's like Alpine linux

#

and each container only has 1 job - a application. not a OS

half shoal
#

ohhhhh

#

so I can't install raspian, but I can create a container for a specific program? (like catt)

covert arch
#

you can run any docker container (service) you like on hassos

half shoal
#

ohh, so I can use something like
docker run --net=host --rm -it python:3.7 /bin/bash -c "pip install catt"
To run catt in docker. Sorry for being so specific about it with cass, it's just easier for me to understand

covert arch
#

yes

half shoal
#

very cool :)

#

and that will always be running in the background? even if I restart homeassistant?

#

I assume yes, just double checking

covert arch
#

if you restart homeassistant (not via supervisor) - yes

#

the supervisor has the power to reboot the host

half shoal
#

Cool :)
Can I communicate with other containers using ssh?

covert arch
#

in general yes - but that assumes you have ssh installed inside the container - which defies the 1-task philosophy of docker

#

you usually only ssh to the host and docker execute -ti <containername> /bin/bash into a conainer

half shoal
#

I can't do that in homeassistant through shell_commands right? Those only work for the homeassistant container I think

covert arch
#

you can

half shoal
#

Oh!

#

I might move my catt service over to docker then. Right now I'm trying to run it through the SSH Addon and just using pip-install on startup

covert arch
#

it usually includes ssh'ing to the Host (hassos) and executing the command for the container from there

half shoal
#

Isn't that just what the SSH & Web Terminal addon does?

#

I mean I'm sure it's better to do it through shell_commands

covert arch
#

not by default, it gives you ssh access to its own container

#

"ssh terminal addon" : 1 purpose: provide ssh

half shoal
#

What do you mean "by default"? I seem to be able to access HASSOS through that addon

covert arch
#

yes, you can but the shell starts inside the container (not the OS)

half shoal
#

interesting. Is SSH'ing into HASSOS a way to access the file structure of Hassos also?

covert arch
#

yes

half shoal
#

Very cool!

Thanks for all the help, I really appreciate it

#

Do you know where there is more documentation regarding docker and HASSOS?

covert arch
#

hassos is not really helpful when starting out with docker, you're better off learning docker with a general purpose OS and docker-compose

half shoal
#

makes sense. Is running a docker vm on windows and just playing around with it a good way to learn?

covert arch
#

you setup a real OS in a vm - then install docker on that

#

yes, is practically the same

half shoal
#

Awesome

#

Well thanks again for all the help!

#

I'll go and try that out sometime

viscid orchid
jagged nimbus
#

so #devs_frontend-archived is for just all frontend based questions? I figured it was like development of lovelace itself

#

(or rather, the development channel group itself)

viscid orchid
#

the channel topics tell the tale

jagged nimbus
#

thank you!

weary stratus
#

can someone point me in the direction of some documentation of ipv6 for the dhcp server addon please

weary stratus
#

yes

viscid orchid
#

there's documentation in the documentation tab for the addon, as with all addons

weary stratus
#

no mention of ipv6 though

#

hence me being here =]

viscid orchid
#

that's all there is. perhaps a forum search would lead you to more

#

better just to ask the question you have

#

because there isn't any more documentation

weary stratus
#

i have the server setup for ipv4 but i'm unsure of how to do ipv6, my isp provides ipv6 so i'd like to implement it

jaunty crest
#

Hi. i have installed nginx proxy addon. is it possible to chnage port from 443 to 8443?

#

the documentation does give any information about it

flint marlin
#

This is probably completely retarded, but here it goes. I have the samba share add-on. I use VScode. Does vscode only work with the Samba Share add-on installed?

sly kindle
#

@flint marlin In your case, samba is sharing the directories to a local VSC install.

#

But it wouldn't have to be samba.

#

Is there a problem with it?

flint marlin
#

no problem. I installed it when i first got into home assistant and havent really thought about it since. Completely forgot what its' purpose was

#

Are there other services that do the same thing as Samba?

covert arch
#

afp (netatalk), sftp, ftp, nfs are all services for sharing files over network

#

9p is the πŸ”₯ tho

viscid orchid
#

sshfs over sftp

acoustic lake
#

hi, not sure if this is a good place to ask but currently i have run with an issue with mariaDB. I have restore from a snapshot and since recorder wont start

#

I believe I can get it to work again by uninstalling are installing mariadb, but I think this will reset my database? is there a way to keep my database?

covert arch
#

depends in the issue you have. we need more information on that

raven tinsel
#

@acoustic lake unfortunately that is a know issue

pseudo jungle
#

does anyone have a nice guide to do a secure mosquitto mqtt setup? it works now on the port 1883 but i can't get it to work with the certificate stuff

weary stratus
#

i have unify network in another building. can i add that addon in my building and get the data from the other building??

lucid depot
#

Hi all! I worked with NetDaemon addon recently (here the github page: https://github.com/net-daemon/netdaemon) and I used Portainer to start NetDaemon Container with a port exposed but when stop it the configuration of exposed ports (image below) got deleted. There's a way to start the addon in Supervisor with a configuration of exposed ports showed in GUI (for example AppDaemon addon has a configurable port exposed in Supervisor).

Thanks in advice.

slender olive
#

I have this Add-on, Nordpool (electrical power supplyer for the nordics) installed via HACS, which documentation tells us to add nordpool: to the configuration.yaml file. Would it be the same if I added nordpool: to my package tailored for all electricity pricing etc.?

severe pulsar
#

Hey, have addon IPs installed via HassOS changed recently? My wireguard addon has stopped routing DNS traffic. I had it configured to use my adguard addon, which the docs tell me should be at 172.30.32.1. But DNS lookups with that IP seem to time out. Using the local IP of 192.168.0.2 works fine, but not in wireguard.

#

Thought it was an Android issue, but if I use my desktop and have it kill any connections not routed through wireguard, all DNS lookups fail. I'm wondering if that IP assignment is guaranteed.

sly kindle
#

@slender olive HACs offers custom #integrations-archived, not add-ons. Add-ons are completely different software added to the ecosystem and they run as containers. Integrations are not docker containers. They are what you find here https://www.home-assistant.io/integrations. HACs offers integrations which are NOT officially built in to HA.

#

And yes, you could use packages:

slender olive
rain nymph
#

Morning all
Is there a way to play music using Home Assistant when the music files reside on another machine?
Steve

lofty inlet
#

Is Firefly III no longer supported in HA? On further inspection it seems "deprecated" is there any chance it will ever be back in operation?

covert arch
#

mqtt addon:

1616247843: New connection from 172.30.32.1 on port 1883.
[14:44:04] WARNING: [WARN] Not found homeassistant on local database
1616247844: Socket error on client <unknown>, disconnecting.```
anybody knows whats up with that?
#

nvm, will finally migrate to zwavejs soon

surreal basin
#

For wireguard do I have to type a host name, can't I just use my public ip?

viscid orchid
#

From the docs:

#

DO NOT attempt to use a URL such as a Nabu Casa endpoint, the entry needs to be either a DNS entry or IP address that is accessible by the clients.

frail bay
#

Any idea why I cannot save changes to the Samba config in the add-on UI? It doesn't matter what I try to change. I first saw the issue when trying to save my password. When I click on the Save button, the reverts back to null.

SOLVED: I was trying to use a password with only numeric values. It seems that the Samba add-on does not assume the password to be alphanumeric. Once I put single quotes around the passowrd it worked just fine.

earnest glen
covert arch
#

it's integrated in the HA container, you can just use it by enabling it in the config

earnest glen
#

so "ffmpeg:" in the config.yaml is enough? I don't need the path?
ffmpeg doesn't even appear in the "integration" tab

covert arch
#

it doesn't need to. other integrations use it

#

depends on your install method if you need the path

#

if you're using docker: it's already in the container

earnest glen
#

well i used the image for an installation on Raspberry Pi. So i don't think it uses docker?

covert arch
#

it does

earnest glen
#

Allright thanks!
And it does now work with just "ffmpeg:" thanks a lot

#

πŸ‘

peak holly
#

Hi everyone,
I am looking for a way to automate snapshot creation and upload to my nextcloud server. I could not find any webdav add-ons, ist there something premade that I have missed?

covert arch
#

you can automate creating a snapshot,
you can also automate to upload this snapshot after a safe creation delay.
i think there is no addon made to do this specifically with nextcloud yet.
you can however use the samba snapshot addon and just couple things together

peak holly
#

Hm, how does smb help with nextcloud? It exposes webDAV.. maybe I should mention that the server is off-site.

covert arch
#

your nextcloud server host could also expose samba and have volumes mounted on the share.
so site-to-site vpn these locations and use whatever exists

worthy zephyr
#

Hi all, I've 2 HA, first HA is located at home ,and the secondary is at Office, I've setup Wireguard at Office HA,How to get Home HA connected to HA Office ? Seem like both Wireguard on HA is setup as Server, How to established VPN connection from HA home to HA office?

#

I'm able to get connected from another devices to HA office, from my phone , PC , laptop, no issue..

covert arch
#

the addon is only suitable for 1 client - your phone for example

#

you need to setup native wireguard

worthy zephyr
#

oh, we cannot get HA connected as client ?

covert arch
#

not in this scenario, you need one native wireguard installation to act as your client

worthy zephyr
#

native wireguard is in HA or outside ?

covert arch
#

you usually install native wireguard via package manager, you can however also install it in a container if you know basic docker networks and networking in general

worthy zephyr
#

oh understood that

peak holly
worthy zephyr
#

currently HA is installed in container, how to get access as root / outside from container ?

covert arch
#

you need to ask this in your installation method channel

peak holly
worthy zephyr
#

22222 is default port ?

peak holly
#

22 is the default

worthy zephyr
raven tinsel
#

Everything is containers (as in, everything, including the Home Assistant Core itself)

#

there is no "ssh" plug-in

raven tinsel
#

The above information is mixed and partly incorrect.

#

the SSH active on port 22222 is a developers console to the host OS

#

and is not meant to be used.

#

Even if you go in there, you would not be able to install apt packages, as our OS is a firmware

worthy zephyr
#

@raven tinsel i see, how to make wireguard act as client on HA ? or this not possible ?

raven tinsel
#

Not possible

worthy zephyr
#

oh ok

#

got it πŸ™‚

#

now understood, no wasted my time to find a way haha

covert arch
#

Iβ€˜d say its possible but youβ€˜re on your own there and need the knowledge around the OS and containerized vpn clients πŸ˜„

raven tinsel
#

There are some workaround to be found, but would not recommend it, as it messes with the host networking in a way that can cause issues (as the Supervisor & the OS manage it for you)

covert arch
#

this that aswell

peak holly
raven tinsel
#

A) The OS & Supervised installation don't support additional loose containers

peak holly
#

Or is installing customer containers blocked? Not that I would want to..

raven tinsel
#

Its not locked, will cause problems

#

see above

peak holly
#

Ok ty

dapper vigil
#

Hello there. I am looking for solution for setting up nginx and duckdns. I've configured everything in a default way, but everytime I turn on nginx and duckdns , I am able to connect via HTTPS://mydomain.duckdns.org and not anymore via http://IpOfMyServer:8123
Configuration.yaml hasn't http and domain location entry . But how to configure router port forwarding? Different tutorials shows different way , mine is 8123:8123 [IpOfMyServer] and
443:443[IpOfMyServer]

serene ruin
#

Hi,
I updated my mosquito mqtt addon an now I can’t start it anymore

#

ERROR (SyncWorker_3) [supervisor.docker] Can't start addon_core_mosquitto: 500 Server Error for http+docker://localhost/v1.40/containers/8533954da8c1cc3cda63107c985a86f0f2fb8e03ab5119ac87b1a4218f6374a7/start: Internal Server Error ("driver failed programming external connectivity on endpoint addon_core_mosquitto (d84a382ba5ca1418f3da324c58f5916eab8c9283929595b15b2e217ea02c6e85): Bind for 0.0.0.0:8884 failed: port is already allocated")

covert arch
#

what else runs on your port 8884?

serene ruin
#

I don’t know. Don’t think there is anything on this port.

bitter latch
#

Good evening!

#

i have the notification in HA that my NR addon uses secrets wicht are detected

#

can i simply put a new secret in the addon configuration and than all is fixed ?

raven tinsel
#

Nope

#

as it is your decryption key for things, so I might be you need to reconfigure connections you have added to your flows

bitter latch
#

i dont understand. what will get lost if i change the key?

raven tinsel
#

hard to say, as a developer of a node decides what to encrypt

#

best resource for that, is to check the documentation of the nodes you are using

#

(and if not documented, check the codebase upstream or ask the node author)

bitter latch
#

Hmm, Thnx Frank. i was hoping for an easier solution (as this notification is already a few weeks old) but i guess it will take some effort then

#

if i change the credential_secret to something else.. and everyhting stays working.. im alright, right ?

#

and if some things dont work anymore, i could temporarely change back the key to the old value ?

raven tinsel
#

yup

bitter latch
#

than there's some chance of an easy fox after all πŸ™‚

wanton pivot
#

Official SSH add-on doesn't work or did I miss an instruction somewhere?

#

guess I can't post screenshots here.

#

Terminal & SSH, current version 9.1.0. Show in sidebar on. Click on 'Terminal' in side bar, 502: bad gateway

raven tinsel
#

it means the add-on didn't start

#

check the add-on logs

wanton pivot
#

Alright, thanks.

wanton pivot
#

It just fires up slowly the 1st time.

#

Is there a way from that add-on to get the same shell as the console? I was hoping to run nmcli from there but it seems it's a different "place". Or is that because add-ons are done in containers? I'm not really container savvy.

sly kindle
#

@wanton pivot nmcli is available in the alternative ssh add-on from the community repository. protection mode for the addon needs to be off

wanton pivot
#

thank you!

wanton pivot
#

Trying to install Nginx proxy manager. Getting "unknown error, see supervisor logs" after a couple minutes of it spinning.

#

This is what I have at the end of supervisor logs. I tried the first time with pihole (separate pi) on, and again after disabling.

wanton pivot
#

Apparently it just timed out, but the install process continued and did complete

zealous pewter
#

Hello, I have installed core-2021.3.4 on Raspberry Pi 4 with aarch64. Currently I am trying to create integration of rpi-rf. I found quite old library on github - https://github.com/pantomax/hassio-addons/tree/master/rpi-rf-receiver and I've managed to make it visible in Add-on store as local one, but unfortunately, while installing I am having error message:
ERROR: unable to select packages:

python (no such package):
required by: world[python]
python-dev (no such package):
required by: world[python-dev]
Removing intermediate container ec8033e9583a

I was trying to fiddle a bit with libraries, but no effect. Could anybody be able to get rf receiver and broadcaster integrated into latest 64 bit home assistant?
I would be glad for any help

hardy mulch
#

@quick trench yeah the issue with schedy is that it has no GUI 😦

#

I'd like to be able to adjust the schedule on the fly so editing yaml every time is not convenient

quick trench
#

I've never used it so I can't help you there

#

only "heard" about it

hardy mulch
#

it looked promising for sure

#

I'm trying to add this add-on but it's not working

#

installation says

#

You can add the URL of this page in your "add-on store" as a new repository. Click refresh and you will find the add-on "Simple Scheduler" listed.

#

when I click add, nothing happens

#

any idea why that could be?

#

mmm I think I figured it out

#

HASS is having issues connecting to the internet

slender elm
#

Hi There, i'm suffering from an MQTT issue I can't get fixed since a week.

I'm running hassos on a rpi4 and used the official mqtt addon to get my valtudo-re roborocks into the mix. Due to some back and forth setting up the names for my two little helpers I removed the addon several times and the mqtt integration.
I don't know exactly what i did before but since all that back and forth the two robots don't show up in the integration anymore. If I use the MQTT Explorer i can them being connected with HA but still they don't show up in the frontend.

Checking the addon's logs I fund two suspicious entry's:

Does someone know how make the robots show up again via auto discovery?

[14:48:18] INFO: Initialize Home Assistant Add-on services
[14:48:18] ERROR: Can't setup Home Assistant service mqtt
[14:48:18] INFO: Initialize Home Assistant discovery
[14:48:18] INFO: Start Mosquitto daemon

1616420906: New client connected from 172.30.32.1 as 1ngWF9E2VzVowBRpwIDDEB (p2, c1, k60, u'homeassistant').
1616420987: New connection from 172.30.32.1 on port 1883.
[14:49:48] WARNING: [WARN] Not found homeassistant on local database
1616420988: Socket error on client <unknown>, disconnecting.
1616421076: New connection from 10.25.30.29 on port 1883.

dense spadeBOT
slender elm
#

Hi There, i'm suffering from an MQTT issue I can't get fixed since a week.

I'm running hassos on a rpi4 and used the official mqtt addon to get my valtudo-re roborocks into the mix. Due to some back and forth setting up the names for my two little helpers I removed the addon several times and the mqtt integration.
I don't know exactly what i did before but since all that back and forth the two robots don't show up in the integration anymore. If I use the MQTT Explorer i can see them being connected with HA but still they don't show up in the fronted.

Checking the addon's logs I fund two suspicious entry's:

Does someone know how make the robots show up again via auto discovery?

sry, if this is a double post, but if got it right the bot removed / moved the previous including the introduction.

tepid copper
zealous pewter
#

Hello, anybody managed to do sniffer based on rpi-rf? Do we have any up-date manual for that?

polar crest
#

Does anybody know of a reason why (using mosquitto_pub) I can send an MQTT message to the HA Mosquitto add-on, but I can not do this using the same tool from within the community add-on? And when I say "i can not", I mean ... it looks like the connections comes in, but no MQTT gets published?

#
1616488926: New client connected from 172.30.32.1 as mosq-1VHktQMob6njyQoHyX (p2, c1, k60, u'addons').
1616488926: Client mosq-1VHktQMob6njyQoHyX disconnected.
#

Is what I see in the add-on log

#

The only difference I see is that when I run mosquitto_pub from the "Community SSH add-on" is that it seems to do this with username addons ... but I have Mosquitto Add-On configured to accept any and all ...

covert arch
#

try reconfigure the integration with empty credentials

polar crest
#
anonymous: true
customize:
  active: true
  folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
#

there are no logins, it seems

#

thats what you mean, right?

#
acl_file /share/mosquitto/accesscontrollist
% more accesscontrollist 
topic readwrite #```
#

(in /share/mosquitto)

covert arch
#

the integration in settings - integrations
reconfigure it was my suggestion

polar crest
#

Sorry just saw this

#

Which integration is that?

#

I use the "Mosquitto" add-on as MQTT broker. Everything seems to work just fine, except for the mosquitto_pub client installed inside the "Community SSH add-on" for some reason.

iron zenith
#

Hello Everyone, I am trying the Wireguard add-on and was wondering if it is possible to only route 192.168.x.x/24 trough the tunnel and not any other traffic, if yes, how? Is it also possible to let the client only connect to 1 Internal IP and give it internet access?

lucid depot
raven tinsel
#

I used Portainer to start NetDaemon Container with a port exposed
That is not the way to do it... and will cause problems (like you already discovered)

#

Look at the add-on source code, it is not possible to open up a port from the configuration. That possibility is not added to the add-on. This is a choice the author of such an add-on makes

#

so, not much we can do about that πŸ€·β€β™‚οΈ

tepid copper
smoky chasm
#

Hi - I wonder if the Hive documentation up to date? It seems to be the simplest of integrations to add and yet I have the response:
Logger: homeassistant.setup
Source: components/hive/init.py:113
Error during setup of component hive
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/hive/init.py", line 113, in async_setup
config["username"] = config[DOMAIN][CONF_USERNAME]
KeyError: 'hive'
I thought at first this might be a problem with my email address (username) needing to be in quotes but having updated my secrets file multiple times and tried putting the credentials in conguration.yaml directly I am now wondering if it could be related to 2FA which Hive now require on the the app and web but which is not mentioned in the integration document.

lilac fractal
#

Hi, is here someone who could help me with WireGuard + AdGuard Home setup? In more details, I've setup both and they're working perfectly, but I just ran into one "issue" that I cannot resolve: If I connect both my phone and my girlfriends phone into the WireGuard, they work as they should, but both are logged in AdGuard as one IP-address, instead of their unique ones I defined for the clients.
So, instead of seeing only the 172.30.32.3 (which I think is the WireGuard itself?) in AdGuard, I'd rather like to see the 172.30.32.51 and 172.30.32.70 separately, that are reserved for our phones, so that I could define separate rules for each WireGuard Client (mainly enforcing safe search and blocking some social media services from our child's phone).

Currently I was able to enforce the safe search and block e.g. Facebook and Youtube, but these rules were applied to our phones as well (because AdGuard sees all the WireGuard clients as one IP-address).

Can this even be done? Could someone help me? Thank you in advance

undone sapphire
#

Hey there, I have... a very odd thing that happened yesterday/this morning. I use the official Mosquito Broker addon for MQTT on my Home Assistant OS install. I just lost all my MQTT connections and really am unsure what is going on. My Core logs look like this:

2021-03-23 09:23:40 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 2109) 2021-03-23 09:24:37 WARNING (SyncWorker_2) [homeassistant.components.neato.vacuum] Couldn't fetch robot information of vacuum.rosie 2021-03-23 09:25:31 WARNING (Thread-6) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.1.205:1883 (1) 2021-03-23 09:25:31 WARNING (Thread-6) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.1.205:1883 (1) 2021-03-23 09:25:37 WARNING (SyncWorker_4) [homeassistant.components.neato.vacuum] Couldn't fetch robot information of vacuum.rosie 2021-03-23 09:26:32 WARNING (Thread-6) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.1.205:1883 (1) 2021-03-23 09:26:37 WARNING (SyncWorker_5) [homeassistant.components.neato.vacuum] Couldn't fetch robot information of vacuum.rosie 2021-03-23 09:27:35 WARNING (Thread-6) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.1.205:1883 (1) 2021-03-23 09:27:42 WARNING (SyncWorker_12) [homeassistant.components.local_file.camera] Could not read camera mail_usps image from file: /config/custom_components/mail_and_packages/images/3711ee2a-1996-40ac-a67a-249153fd5010.gif 2021-03-23 09:27:42 WARNING (SyncWorker_13) [homeassistant.components.local_file.camera] Could not read camera mail_usps image from file: /config/custom_components/mail_and_packages/images/3711ee2a-1996-40ac-a67a-249153fd5010.gif

#

I left the message at the end about the not reading the file, although it looks unrelated it's also odd. The file it's trying to read exists and is on the SSD HDD connected to the Raspberry Pi. And I know this because I'm connected via Samba Addon to that SSD and looking at the file!

#

The only other thing that was going on yesterday afternoon is that I was trying to use ESPHome to flash an ESP32 and while I successfully flashed it a few times I just could never get it to integrate into Home Assistant. I kept getting an error that it couldn't connect and that I needed to make sure the "API:" line was in the yaml, which it already was. Router showed that the ESP32 was connected to the wifi network.

#

I'm just at a loss at to what's going on

worldly cliff
#

Has anyone used the chrony addon for NTP servers? I was curious if anyone knew the best config to set up for the US.

undone sapphire
# undone sapphire I'm just at a loss at to what's going on

I think I figured out a workaround. I found that some people were saying that 5.11 of the addon was breaking their connections. I'm just confused because I upgraded to 5.11 about 4 weeks ago and it just broke today. Restoring the addon to 5.10 fixed this problem however

sly kindle
#

@undone sapphire do you use zigbee2mqtt addon?

undone sapphire
#

I'm on 0.8.0

#

I don't have the MQTT portion enabled, however

worldly cliff
undone sapphire
#

wait, zigbee

#

I have zwavejs2mqtt

sly kindle
#

@worldly cliff I think it's just personal preference

#

I imagine pool is better, but...

worldly cliff
sly kindle
#

no the link is just a list I found of public ntp servers in one place

#

more specific than a lmgtfy link πŸ˜„

worldly cliff
#

Yeah i gotcha, so what was your hesitation in saying that pool is better?

iron zenith
#

Hello everyone, is it possible to only route 192.168.x.x/24 traffic through the Wireguard VPN? if yes how, I can't figure it out? or is it possible for a client to only allow access to 1 IP adres internally (192.168.x.x) and the internet (access to the outside)?

thnx in advance!

#

^^ This above is all using the Wireguard Add-on

craggy atlas
#

Do we know if HACS has a UBNT\unifi device tracker or if HA supports UBNT\unifi out of box??? I'm at work and that is why i ask.

sly kindle
#

@craggy atlas there's a unifi integration, and it pulls in all devices by default last I used it. Kind of messy

rancid lotus
#

Hello guys, i am using a fresh install on a PI4 with Nissan Leaf integration. I notice that it is not working and debug shows me same error i have seen as fixed on a github issue. What is the best thing to do to report this ?

craggy atlas
#

@sly kindle messy... oof. I just want to be able to ping stuff to make sure it's up and running... was looking at swakes implementation

pastel tangle
#

nmap might be the simplest option

sly kindle
#

@craggy atlas after you assign areas to entities, you can go in and disable all the ones you don't want to track, but it can be a lot depending on what you have going on

craggy atlas
#

i'll look into the nmap then

sly kindle
grizzled gyro
#

anyone else having problems updating addons? when I click on update and then toggle the button to not do a backup the window closes
if I try it again it can sometimes go to the updating window but then does not update

sly kindle
#

updating...add-ons you mean?

grizzled gyro
#

yes for example i am trying to update node red atm

#

I do not need a snapshot cos one was taken last night

craggy atlas
#

although i have been running HA for 3 years I haven't done jack with UI so this is going to be intereting and i will be asking stupid question just maybe not in here lol

sly kindle
#

@grizzled gyro updating vscode now...no problems yet

grizzled gyro
#

it keeps closing the window on me when i hit the update button, it worked one time and it said updating then that window also closed and i refreshed and node red has not been updated and nothing in the logs

#

ahh wait i just refreshed the logs " Failed to to call /addons/a0d7b954_nodered/stats"

sly kindle
#

maybe restart the whole system

grizzled gyro
#

yeah i will give that a try

sly kindle
#

supervisor > system > host > reboot

grizzled gyro
#

it was doing this a few days ago also when i tried to update terminal/ssh

#

ok i got a feeling this is a free space on SD card issue

#

going to delete some local backups and try again when host is back up and HA is running

half plover
#

Is there an add-on for the PS5?

grizzled gyro
#

myself I have not seen one, I guess the PS4 one does not work?

half plover
#

nope 😦

grizzled gyro
#

thats a shame, I find the PS4 one really handy

sly kindle
#

that's an integration, not an add-on

half plover
#

ok

tawdry lark
#

I'm trying to backup my configuration on github but I wouldn't like to upload any passwords. But I use a few hassio add-ons that contain passwords in their settings, like MariaDB. Is there a way to use the secrets.yaml file for their configurations instead?

grizzled gyro
#

couldnt you upload it and make it private then type over the passwords in the config files then re publish it?

tawdry lark
#

that's one way, but I still prefer to have all passwords in one place

grizzled gyro
#

yes same here - would love everything to be able to use !secrets

pastel tangle
#

that's what secrets are for

#
username: '!include mariadb_username'
password: '!include mariadb_password'
grizzled gyro
#

also i found out the last update i think it was now checks the !secrets passwords against the pwnd database

pastel tangle
#

Frenck's addons did this for years. Last update was added universiall yes

grizzled gyro
#

really nice idea that

pastel tangle
#

Did you not see the backlash from some people?

pastel tangle
grizzled gyro
#

yeah the notifications...

pastel tangle
#

they go away if you change your password πŸ˜›

#

or if you disable the feauture

grizzled gyro
#

bah if its bothering u clearing the notification and bothering you enough to post up about it...spend the time to CHANGE πŸ˜‰

pastel tangle
#

I've learned to ignore the notifications haha

grizzled gyro
#

the only ones i get were about the passwords thats how i found out

#

my HA is not exposed to the net and its on its own VLAN behind pfsense

#

so my passwords were a bit lax πŸ˜‰

pastel tangle
#

Surprisingly I only got one

#

Funnily enough maria

grizzled gyro
#

well i have about 5 pi and 2 esp32 in my HA network and i am really still in the stages of setting up HA and getting all the things I have attached to the pi's running well

#

so my passwords etc were all garbage easy passwords across the board because I am ready to format SD's and rebuild at any moment

#

when i had to change the HA passwords and now things are more stable in terms of hardware and sensors etc i went and changed all the passwords on every device

pastel tangle
#

Is anyone running NUT? There are supposedly these commands to change UPS settings but are those able to run outside the container? e.g. to have them as a switch in HA? Or never been any point to this?

pastel tangle
#

my bad !secret πŸ˜†

#

I was testing you smart

tawdry lark
#

ahahah thanks

#

the single quotes threw me off. I wonder why we need them in the add-ons but not on core stuff

#

but it works, so I'm happy and thankful!

pastel tangle
#

I think cos json stuff not sure

#

also regarding uploading to github those addon congis don't think make it to github anyway

#

or the place they are stored shouldn't end up to github I'd say

#

so make sure you have a good gitignore file

median agate
#

Looking for some help with Samba Share. I am not able to access my folders even though samba share is shows that it running. This is what I am seeing in the log https://paste.ubuntu.com/p/kFxsqw8VdY/

tawdry lark
#

yeah gitignore worked. Thanks for the help and advice!

iron zenith
#

Does anyone have any experience using the Wireguard VPN add on?

hard patrol
#

Hi, i installed a fresh version HA, but i can't load addons. In my core logs I got this File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"

covert arch
covert arch
iron zenith
covert arch
#

you should reach the internet with the addon no problem I believe.

iron zenith
#

Yes, but, I only want the VPN to access one internal IP and the rest using client_allowed_ips setting, but if I allow the internal IP, I cant access 'the internet' anymore because it isn't that internal IP.

#

any solution?

pastel tangle
#

You can do split_tunnel and access the internet and ALL of your internal IPs

hard patrol
pastel tangle
#

There's definitely a post on the forum with a proper explanation I think

iron zenith
covert arch
hard patrol
#

yes rebooted more time, Before it works, but after a blackout it stopped to works, so i was thinking my sd card burned... now i'm using a new SSD boote via USB in a rpi4

iron zenith
#

@hard crow do you also now if it is possible to restrict ports, f.e. IP 1 allow only https connections IP 2 allow SSH + HTTPS IP 3 allow ssh?

covert arch
hard patrol
#

yes, new install version 5.12

covert arch
#

did you try a different browser?

hard patrol
#

yes, same problem

covert arch
#

don't know these repos

hard patrol
#

I added this too, but it says unknown like others

#

😦

covert arch
#

get rid of all, reboot

hard patrol
#

it's like it can't connect to internet

#

yes i try now

#

nothing

covert arch
#

supervisor logs?

hard patrol
#

ERROR (MainThread) [supervisor.store.repository] Can't remove built-in repositories!

covert arch
#

it's a firewall or your isp blocking connections

hard patrol
#

mmm i didn't changed firewall settings, but my ips got a bug in configuration page, so can be it?

covert arch
#

ips configuration page?

hard patrol
#

ips isn't my internet provide?

covert arch
#

Internet Service Provider