#add-ons-archived

1 messages · Page 66 of 1

viscid orchid
#

No, there isn’t

prisma tendon
raven tinsel
#

It cannot do that

prisma tendon
#

is there any other way to get the xiaomi scales into HA?

#

this addon has the first line in its config
HCI_DEV: hci0

#

which tells it which device to use as BLE

raven tinsel
#

Which local bluetooth device, yes.

prisma tendon
#

I don't own any esp boards

#

this looks good, is there a way to use the xiaomi gateway in it as the bluetooth receiver?

raven tinsel
#

I don't think so

prisma tendon
#

or maybe the bluetooth from the laptop my HA server is running on

raven tinsel
#

Yes, that is possible,. which is the hci device you listed above

#

But your BT devices must be supported for that, or else it won't be available of course.

prisma tendon
#

so basically the scales try to connect but fail because the bluetooth version is older on the laptop

raven tinsel
#

Right, so probably missing BLE

prisma tendon
#

maybe the gateway is hci1

raven tinsel
#

?

#

the gateway isn't a local device

#

you can't use the BLE of the gateway

prisma tendon
#

in no way shape or form?

#

that's kind of a deal breaker 😦

raven tinsel
#

The BLE from the Xiaomi gateway isn't a open/free BLE device to use

#

there is not much we can do about that

prisma tendon
#

is there a proprietary way then?

#

I've already whored myself when I bought it ^^

raven tinsel
prisma tendon
#

hmm thanks for the assistance!

dense spadeBOT
sleek root
lavish sphinx
#

@raven tinsel - thank you for integrating the Traccar platform. Just discovered it and getting it configured using Particle.io trackers.

Great work!

sly kindle
#

@sleek root you might check out the IoT link app or the hass workstation integration. You can get more sensors out of your PC in addition to control

sleek root
#

@sly kindle ty will try that out

fiery carbon
#

can somebody help me with the nut addon running as netclient? when i set all the netclient specific parameters i get the message 'failed - got [ERR ACCESS-DENIED]'

#

the same parameters on the nut integration work without issue.

#

mode: netclient remote_ups_name: apc
remote_ups_host: 192.168.2.110
remote_ups_user: admin
remote_ups_password: '!secret apc_password'

#

maybe i'm missing something

jaunty mantle
#

hey, iam using the samba addon with visual studio code and the home assistant vsc extension
vsc wont show up any suggestions can somebody help?

viscid orchid
#

How did you configure the extension?

#

Hmm, looks like the addon is supposed to come preconfigured. You can see debug info for the extensions in the box at the bottom of the VSCode window

jaunty mantle
#

iam not using the vsc addon
iam using samba and run the visual studio code on my computer

#

and installed the extension

#

i dont want to use the vsc addon as iam not able to scroll in the mobile app for mac in vsc

#

this is the config inside vsc

viscid orchid
#

If that's the URL to your HA instance and the token is a valid LLAT, then it should work. You can see logs for the extension by selecting "Output" in the box at the bottom of the VSCode window and using the dropdown to select "Home Assistant Language Server"

#

@jaunty mantle

chilly radish
#

Would someone be able to guide me in the right direction to add it?

raven tinsel
chilly radish
#

So in /config/configuration.yaml file?
I've added that into that file and still no luck

#

I've installed the addon 'File editor' from the store to be able to modify that file

raven tinsel
#

Does Home Assistant say anything in the logs?

#

Have you restarted Home Assistant after you made changes to the configuration.yaml file?

chilly radish
#

yeah, I just restarted it and still no luck

tiny nexus
#

loving the features of adguard home. But it seems to stop working (requiring a restart) every 2-4 days. Have no idea

jaunty mantle
# viscid orchid If that's the URL to your HA instance and the token is a valid LLAT, then it sho...
[Home Assistant Language Server(14359)] Started and initialize received
Connecting to Home Assistant...
[Auth phase] Initializing WebSocket connection to Home Assistant
[Auth Phase] Connecting to Home Assistant... Tries left: 3
Connecting to Home Assistant...
[Auth phase] Initializing WebSocket connection to Home Assistant
[Auth Phase] Connecting to Home Assistant... Tries left: 3
[Auth phase] Received a message of type auth_required
[Auth phase] Received a message of type auth_required
#

i get those errors but iam sure that the ip and the token is correct

#

checkbox "enable insecure transport" is set

#

i get this error in home assistant "Login attempt or request with invalid authentication from 192.168.178.40 (192.168.178.40). (None)"

#

i got auth ok now
i removed the workspace settings and only configured user setting
i get suggestions now but they take about 20s to show up lol

lavish sphinx
#

Has someone built a mail/SMTP server add-on for Home Assistant? I did not see one in the official or community library.

dense spadeBOT
dense spadeBOT
viscid orchid
abstract furnace
#

Hmm, Ok, Not sure what I typed wrong to end up on hastebin 🙂 Anyway, I just installed latest version of Home Assistant on a Raspberry Pi3 with 64GB memory. Need to get my old Tellstick power switches to work, and added some information on above post (https://hastebin.com/onoxacijuk ). My issue is that when I activate one (1) swiths both activates... 😦

abstract furnace
#

I will post my big post one more time, with a bit more expanding on what I did, and where I got the information from. So, no spam, just extra information on my issue, if this is the wrong forum for it, I appologize in advance, and where should I move it? (was debating between add-ons, integration, hardware...)

abstract furnace
hallow pier
#

I installed InfluxDB 2 months ago as add-on in HA OS. The database is in the meantime increased to 800 Mb. It was my idea to keep logs for a long time but the database size seems to become extremely big. Is it possible to maintain this DB? Where is it located?

raven tinsel
#

@hallow pier So... How you generally do this with TSDBs is downsampling data

hallow pier
raven tinsel
#

in InfluxDB 1.x series, for example, you'd create a retention policy and use continous queries to do that

raven tinsel
hallow pier
#

I run 4.3.0

raven tinsel
#

Right the add-on version that is probably

#

Which runs InfluxDB 1.x

#

So here is the thing, InfluxDB is cool and really powerful

#

but it isn't solving things for you 🙂

hallow pier
#

OK, but can I manage the database? All HA data is stored. Some is relevant, others less and I don't want to store them...

#

@raven tinsel Is it possible to exclude all sensors expect, some I list

raven tinsel
#

OK, but can I manage the database?
Yeah sure, the UI is available and you can run any query you like;.

raven tinsel
hallow pier
#

Therefore I asked to exclude all sensors, expect some who are interesting for me

raven tinsel
#

But... that is not downsampling, that is just adding less sensors? :S

#

Please note, Home Assistant does long-term storage too... (not influxdb, which already downsamples it for you)

hallow pier
#

Ok, so not only the amount of sensors stored, but also the sample rate. Hmm

raven tinsel
#

both is fine

#

🤷‍♂️

hallow pier
#

Apologies to ask the question once more but how to exclude all sensors, except some of them. Which 'word' should I use to exclude all?

hallow pier
#

I guess:
exclude:

  • all
#

doesn't work

raven tinsel
#

depending if you want to build up an exclude or include

#

you don't have to "exclude all" instead

#

only list what you want to include

hallow pier
#

But by default all is stored, so once I include an item all the others are exclude?

raven tinsel
#

yup

hallow pier
#

Ok, I'm not a computer 'freak', so thanks for your help, expert! 😉

raven tinsel
#

haha now I'm a 'freak'? :d

#

haha

#

But no problem m8 👍

hallow pier
#

Freak Frenck 😉

#

Sounds not bad

#

Sorry, kidding, you made great, how you call it, add-ons and repo's

hallow pier
#

Stupid question. I have many sensors starting with sensor.pv_ like sensor.pv_daily_yield and sensor.pv_voltage and many more.
I want to use a wildcard so I can store all sensor.pv_ entities with 1 line. I tried sensor.pv_* but I get an error when I check my configuration

#

Invalid config for [influxdb]: Entity ID sensor.pv_* is an invalid entity ID for dictionary value @ data['influxdb']['include']['entities'].

#

entity_globs was the magic word to be used 😉

open quarry
#

Hi all just a quick question, the latest version of Node-Red 10.2.0 anyone have any issues with node-red-contrib-home-assistant-websocket ?

raven tinsel
#

I'm sure someone is

#

it helps if you tell what your issues is though 😉

open quarry
#

None of the Home assistant nodes are available and if I attempt to remove the node I get - Failed to remove: node-red-contrib-home-assistant-websocket Type in use: server

raven tinsel
#

Well it means you can't remove the node

#

which makes sense, as it is built-in and is used apparently by your setup

#

Check the server settings of the node if it is configured correctly

#

by default, the add-on configures that for you, unless you change/override it yourself later on

open quarry
#

Frenck, I've removed node-red-contrib-home-assistant-websocket and re-installed and still the home assistant nodes are not available in NR. Is it goosed?

raven tinsel
#

You should not remove or install that node.. it is built-in

#

Remove the node, restart the addon, it should be back

open quarry
#

Wish I could say that fixed it 😦 any node in any flow that was linked with HA has a dotted box with unknown: server-state-changed

open quarry
#

Finally got it sorted, had to roll back to a back up from May '21, will see what breaks my HA over the next few days.

haughty lance
#

Hmmm, i think something is wrong with the latest deconz update. Or i am just having a wrong configuration. My deconz addon keeps restarting.
https://p.k-4u.eu/view/dde19b4e

#

in the paste are logs

haughty lance
#

If anybody has any ideas, i'd love to hear it, i'd very much like to control my lights in my house D:

haughty lance
#

This is definitely appearing to be a big problem. Multiple people are reporting this for the past month

lone dirge
#

hi all, where can I find the Network UPS Tools (NUT) add-on?

#

on the hassio add-on page I can't find it

tribal topaz
#

If anyone have some actual solution I would be really grateful

lone dirge
#

found it!

#

use this repo

#

@tribal topaz

tribal topaz
#

hm, I may be missing something, but I don't see deconz as part of this repository @lone dirge

#

If I'm not mistaken deconz is part of core HA components, not one of community addons

#

but I tried adding it anyway and 6.10 is still highest version I can update to

errant sandal
#

@raven tinsel any chance you can bump the UniFi Addon? Ubiquiti released a new version with a critical security fix.

#

Thx

raven tinsel
#

Already did

errant sandal
#

Oh. Wasn't visible here yet. Thx! You're probably busy now. You're the best!

quiet lava
#

anyone running the ring mqtt addon?

abstract furnace
lone dirge
#

the strange thing is that there is no guide with this repository

#

and I don't know why it was disapeared from my store

shell ruin
#

Hello everyone. I am trying to get the CEC integration working. I am running HA supervised on on Debian 11. I get the following output https://pastebin.com/8rpNx3Sh and the add-on never starts.
Can anyone help me?

elfin egret
#

Hello iam trying anonymus view access to grafana. in options i configured these env_vars:

  • name: GF_AUTH_ANONYMOUS_ENABLED
    value: 'true'
  • name: GF_AUTH_ANONYMOUS_ORG_NAME
    value: Main Org.
  • name: GF_AUTH_ANONYMOUS_ORG_ROLE
    value: Viewer
    but what should i enter by network host? the hostname unter information doesnt work or is it not necessary to use port 80 for anonymous access?
signal quest
#

I seem to keep getting my comments in vscode colour set back to black instead of green. Any ideas on how to fix permanently?

#

This happenend I think with the first 2021.11 update but I changed the studio code settings.json and added something there to set the colour for comments again. But it appears to have been lost again with 2021.12

dusky monolith
#

Hey, I've moved from having HA public to the Internet to having tailscale. Works great but I lose connection to services from having the VPN on. The only setting I changed was having my local router and 1.1.1.1 as DNS servers 🤔 is this wrong?

dawn oriole
#

hello everyone, when i try to compile the code for esphome, its failing with an error:

Error: Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/platformio/main.py", line 129, in main
cli() # pylint: disable=no-value-for-parameter
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1128, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)

#

anyone have any idea why it might be

viscid orchid
dawn oriole
#

@viscid orchid thanks 🙂

dull jewel
#

Anyone know how to enable .storage visibility in VS Code Server addon? Upgrading to 2021.12 broke a few things with Hue device IDs.

#

Need to manually replace them in my automations 😦

weary stratus
#

Hello, Has anyone successfully added their Amcrest ad410 into home assistant. I added the the example in my configuration.yaml. host, username and password. But it gives an error message in the logs

proud notch
#

hrm, would i be able to ask a node red question here?

viscid orchid
proud notch
#

ah i see it now thanks! missed it when scrolling

covert eagle
#

Upgrading to 2021.12.1 broke my Zwave JS to mqtt. Got an error "not ready yet: z-wave js server version is incompatible: 1.11.0 a version is required that supports at least api schema 12" so stopped the container, pulled the latest and re-started the container. All zwave entities are still unknown. Tried re-booting the system. Any clues please.

#

Also Community add-ons not showing in Supervisor. That may belong elsewhere but related?

dawn oriole
#

Hi All, have anyone used 74HC4067 (multiplexer) in their projects ?

covert eagle
#

2021.12.1 broke my Zwave JS to mqtt was caused by missing Community Add-On so could not update version until that was recovered. Why does an upgrade cause Community Add-On to go missing??

robust bane
#

are there other people here, also having a mosquitto install on HA OS, consuming>2GB RAM? I'm only have 1 client process, Zigbee2MQTT, serving approx. 40 devices. CPU is low but memory usage is high and increasing ... At startup I'm already at 1.7GB

jagged hawk
weary stratus
zenith idol
#

After upgrading from SQLLite to MariaDB, my ZHA is not working. In Core logs I see errors like:

2021-12-13 18:39:34 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform zha does not generate unique IDs. ID bc:33:ac:ff:fe:20:76:bb-1-6 already exists - ignoring binary_sensor.hallway_entrance_motion_sensor

Is there a way to migrate the database from SQLLite to mariadb?

crimson cliff
#

I have Assistant Relay installed and I think working (before I was getting an error and now I'm not and it works in the sandbox) but I'm not sure how to make it work with my Sonos. For example, I want to send my "Good morning" Google Assistant routine to my Sonos to say.

sly kindle
#

How does assistant relay help with that?

hard vigil
#

Hi all,

Yesterday, HA suddenly stopped responding to requests from G Home. Turned out there was an SSL issue. However, when I restart the HA server, the problem was resolved. Is this normal behaviour?

crimson cliff
# sly kindle How does assistant relay help with that?

Well when I use Assistant Relay, I can type "Good morning" and send it off and it'll tell me the weather, traffic to work, and start playing some news clips, just like it would if I was to say it to my phone.
Seemed easier to do that than template out everything I want. Just the weather alone I'd have to parse out temp, feels like, condition, future condition, high and low temp to match Google

dull jewel
#

This is gonna sound silly, but the Windows username for RPC Shutdown addon when you're using a MS account... Is it the full email address? Or is there a local, shortened username it's expecting?

#

If the latter, would it be the directory name under C:\Users\?

sly kindle
#

@dull jewel Ive used that with success

#

Basically the first 5 characters of your username

dull jewel
#

Cool, that makes sense. If it still fails, likely have some firewall issues.

zenith idol
#

After adding MariaDB to my HA Blue my ZHA lights did not work. After restoring to a previous backup without MariaDB it worked. I verified MariaDB did work (eg logging) so not sure why this error occurred. Was I just unlucky and should try again, or will ZHA integration not work with MariaDB?

rotund valley
#

I made a mistake selecting raspberrypi4-64 instead of raspberrypi4 when installing using the supervised-installer here: https://github.com/home-assistant/supervised-installer. After that I uninstall everything to try to restart, but it seems that the installer keeps on using raspberrypi4-64. Is there a sure way of cleaning up and start fresh? I've already attempted to remove everything by uninstalling the package, removed all hassio_services, removed /etc/hassio.json, removed all docker containers and images, removed /usr/share/hassio folder, tried dpkg-reconfigure - none of those helped. There's a piece of information being cached somewhere that the installer uses when it runs.

humble turtle
#

Hi can I ask about adguard here

zealous lava
#

custom card doesn't exist when accessing lovelace ui through nabu casa link. My app and viewing from on-prem works fine....Any way to fix this??? Card shows wtih error in nabu casa

eager nest
#

Is this the right place to ask how i can add new a new HA device to the HomeKit-bridge ?

weary stratus
#

Hi everyone, I am looking for a way to upload Motioneye media to Microsoft Azure Blob storage through SFTP. The Azure side is setupped, but the config from the motioneye side will not accept the SFTP settings. It looks like I need a way to accept the SHA256 key fingerprint on the first connection before the motioneye addon will connect to Azure blob storage. Does anyone know of a way to get cli access to the motioneye addon to store this fingerprint?

halcyon steppe
#

I'm gettting the same problem. Any solutions?

sly kindle
#

wait an hour, restart HA, see if the rate limiting is over

#

and this is nothing to do with add-ons

#

HACs is not an add-on, and it doesn't offer add-ons

fathom river
#

Hi!
Maybe a little OT but looking at the NGINX Proxy Manager logs, I see a bunch of lines like :
[14/Dec/2021:16:20:28 -0500] - 401 401 - GET https xxxxxx.duckdns.org "/" [Client 45.132.227.214] [Length 22] [Gzip -] [Sent-to 192.168.88.103] "python-requests/2.26.0" "-"
Should I care ?
Is it just like a crawler ?

lofty solar
#

Why does "File editor" addon make so many request to outside server resources?
Including cloudflare / github , and accounts.google.com and google drive?

cloud plover
#

Hey guys! Im having issues getting adguard working with nest google wifi. Can someone point me in the right direction to documentation around my specific router?

vital thunder
#

hello, question, how can i reset the bitwarden admin_token
lost mine and need access again :S
didint find anything in the wiki

shrewd shoal
#

Hi everyone, I have my own domain name and wanted to use the Let's Encrypt Add-on to generate/renew a wildcard cert using that domain. The docs say to use a supported dns provider, but I don't see NameCheap on that list. Is there something I can do to make NameCheap work? They natively support Dynamic DNS records that my router automatically updates for me, so all I need is the certificates to match the domain name.

heavy crest
#

for the VSCode Remote add-on, do I need to be setting my ssh keys anywhere besides in the configuration for the add on? and what username am I supposed to be using?

weary stratus
#

Hi guys! How can i clear the cache from zwavejs addon?

thorny hearth
#

Hi. I have a problem with Google Assistant SDK addon. In a couple of hours it takes the CPU load to 100%. It is only solved by restarting the addon.

light pumice
#

hello, I can't add file editor

sly kindle
#

hi

viscid orchid
#

Can’t?

sharp reef
#

Can someone please put me in the right direction with the bitwarden / vaultwarden addon? Without SSL, i have everything setup and working properly. But I cannot get SSL working. I have already generated certs with the duckdns addon, but am running into issues using them. I connect to my instance using tailscale, but then of course the server address in the cert doesn't match. I really wish this addon had an override option. I don't want to disable SSL, and I know the cert is good. What options do I have? Any ideas?

ionic river
#

Can somebody pls help me ho to set Mikrotik Router to use dns server running in Adguard Home assistant pleaes?

native otter
#

Hi all , some one out there with a little bit of Nginx knowlegde ? I've tried to setup Nginx with my ducksn domain en let's encrypt.
But when I port forwared 433 to 433 I'm stuck on the loading screen of Home Assistant when trying to access it through the duckdns domain ....

#

I am able to use my local ip adress with port 8123

native otter
#

Solved by commenting the following:

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

bleak lion
#

Are there still issues with battery drain using the tailscale android app?

azure yarrow
#

I consume and deploy an addon that someone else writes. Is there a way I can modify the addon's config.json parameters myself, s/t they override that of the addon?
Trying to add homeassistant_api: true for those easy auto-gen API tokens.

quiet lava
#

how do I view the MQTT logs that other programs send info to

hard moon
#

Hi,
sorry for probably asking some noob stuff. I am using HAAS since few month, but had not time to dig deeper for now.
Trying to install / use an Add-On for saving my backups (formaly snapshots) to a WebDav cloud service.
The Add-On I am trying to use for that is Snap-Shipper https://github.com/HBDK/Snap-Shipper
My problem is, that the configuration options are not saved.
I'm not sure if the Add-On is still maintained and functional with the latest HAAS version (I use 2021.12.2)
So here my questions:
Where are the sources / phyton files stored from an add-on on the local HASS file system?
I tried to find the phyton sources in the repo mentioned above but didn’t fine some.
But can there be an add-on without phyton files?
Later in my HASS career I want try to contribute to some integrations / add-ons / UI HACS e.g. when I find errors or can think of an improvement.
Is there a documentation of the architecture of HAAS? How the gears fit together? As jumpstart for a developer?
Thanks and you all have a healthy holiday time.
Jens

fiery prism
weary stratus
#

Hi guys

#

how can I copy something from outside the SSH terminal into the SSH terminal? Ctrl+C and Ctrl+V doesn't work

covert arch
#

try with shift

hard moon
gray yew
#

where would I have to raise an issue with an addon, is it in Homeassistant core?

raven tinsel
#

On the home assistant GitHub issue tracker, add-ons repository

gray yew
raven tinsel
#

Ewelink is not a core add-on

#

Please report such issues with the add-on author

gray yew
#

Ahh. Alright!
Completely forgot.
Thanks 🙂

mint hollow
#

Hi! I'm a fresh new user. Where do I go for general or new user questions?

viscid orchid
#

Depends on the question. Check out the channel topics and choose wisely

lethal mist
#

Lately I’ve been having an issue where an addon can’t be reached and shows the red circle and start button, but still is generating logs. However when I hit start the supervisor logs tell me that it’s already running and can’t be started.

#

So looks like “running” is determined two different ways.

#

Unfortunately, it leaves me with no way to restart the addon to try and get it working without managing to drop into a shell.

#

I just did docker restart for the container and waiting to see if it goes green. Logs are all fine, but still says it’s not running in the UI.

#

Ah. Restarting the supervisor now seemed to work.

hidden shoal
#

general question... can i add multiple instances of an addon?

#

for example, i have two amcrest doorbells, so i want to run two instances on amcrest2mqtt... I don't see an easy way to add another "copy" of the addon. Is this possible?

fiery prism
mental pagoda
#

Is there any channel on here to get some help with 3rd party addons? like mini media player

fiery prism
#

That's not an addon. It is an integration. You are welcome to ask for help on third party integrations in #integrations-archived

mental pagoda
#

Thanks Tom my bad 🙂

lucid spear
#

Hey guys, I just tried setting up the VS code extension with the git pull addon and it seems that the addon is only capable of username + password authorization, which is not allowed by github since August. So it results in an error (log below). I don't believe that it wouldn't work for anyone since August, so I must be doing something wrong. Any chance you would know what?

[Info] Start git fetch...
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/MyUserName/MyRepo.git/'
[Error] Git fetch failed
pale cloak
#

Can anyone help. File editor stopped working and shows a "401: Unauthorized" error.
I have tried uninstalling and reinstall with no luck. I have even gone so far as to install a full backup (new install anyways).

#

oh also terminal stopped working as well but one thing at a time

night pebble
#

How do I tell samba to let me access it remotely?

quiet lava
#

anyone use the RING MQTT addon, I need help to setup sending an image to telegram PM me pls

viscid orchid
pale cloak
viscid orchid
#

Ok

pale cloak
# viscid orchid Ok

I installed chrome and it woks but ssh/terminal still gives an error. So def on the right track. I will play with firefox setting more.

viscid orchid
#

It’s definitely the problem

pale cloak
viscid orchid
pale cloak
#

weird thing is it was working fine

pale cloak
#

i even added it to the safe site list

#

@viscid orchid I cleared the cache, data and rebooted firefox. The file editor is now working. Still getting a "502: Bad Gateway" error on the SSH web terminal. Any ideas on that one?
Thanks

sly kindle
#

@pale cloak check the addon's logs

#

You're either trying to open it too soon because it hasn't fully started or it isn't running at all for some other reason

pale cloak
quiet lava
#

so I have an addon that creates a snapshot image in lovelace, how do i find the location of the saved snapshot image to I can use it to send via notify

tribal compass
#

Not really true support request for add-ons, but is there a list of addons somewhere outside the appstore? I'm debating whether I keep my Home Assistant Dockerized or do I install the Home Assistant OS

jagged hawk
#

My zwavejs2MQTT add-on will not update (on 0.30.0 now) and cannot see it in the add-on store. I have the alexbelgium repository mounted. What am I missing?

#

I am also having the same issue with NODE-red and studio code server. None of them show up in the add-on store and if I click on changelog from within them it will not load

raven tinsel
#

we don't know why

#

After that, the store should be able to provide updates and such again

jagged hawk
#

Done and done, thank you for your help!

raven tinsel
#

No problem! Sorry for having the issue in the first place 👍

low latch
#

Hi, i have on my ha installation a running raspberrymatic ccu and there cux-daemon running. My goal is to use my old fht80b devices on home assistant. On my raspberrrymatic are everything working fine. I have node-red installed and the mqtt broker on the ccu, but how can i discover now my fht80b

finite goblet
tardy rampart
#

Hello! Is it possible that maria_db purges data from the tables according to the purge settings without free up disk space? I cannot see historical data older than the purge setting (7 days) but the MariaDB add-on take 45 minutes to be backed up, while influxdb that have a bigger history (does not purge data and is up&running for about 2 years), take just 15 minutes to be backed up...

dense spadeBOT
dusky yacht
hollow imp
#

Hey guys! looks like neither the Spotify Connect nor the CEC Scanner can reach the CEC adapter. Is there any way to fix it? Ha restart, Host restart didn't help. This is a RPi3b.

opening a connection to the CEC adapter...
ERROR:   [              66]    RegisterLogicalAddress - CEC is being used by another application. Run "tvservice --off" and try again.
ERROR:   [              67]    Open - vc_cec could not be initialised
ERROR:   [              67]    could not open a connection (try 1)
ERROR:   [            1068]    RegisterLogicalAddress - CEC is being used by another application. Run "tvservice --off" and try again.```
#

The spotify connect addon doesn't print any errors, but the audio is not coming out of the pi via the connected HDMI.

willow kestrel
#

question:, I have a S0PCM pulsemeter, is there an addon or plugin for it in HomeAssistant or HACS ? Can't find it...

zinc arrow
#

hello was wondering if anyone knows a add-on that allows for home assistant backup to synology NAS?

hollow imp
cold shoal
#

Hello. Can we ask queries regarding nodered addon here? or there any other room or server?

viscid orchid
floral remnant
#

TOTAL NEWBEE: I just installed HA on RPI4. I added espHome as an add-on. I click add device and then I get the following message: Limited functionality because you're not browsing the dashboard over a secure connection (HTTPS). I tried to log in with https://homeassistant:8123 but it doesn't work. Any help would be appreciated

hidden sonnet
#

How can I completely remove Zigbee2MQTT Addon? I have tried to stop, uninstall, delete the whole Zigbee2MQTT folder. Then reinstall and tried to start. Receive no errors but it will be stuck at "Loading, please wait". I then tried to install edge which I never used before with same config and it started right away... there must be something stuck on my old install (the regular z2m)

#

Update: Now after starting edge version once the normal version starts right away with no issues. Something must be hanging in the old version (little bug)

weary stratus
#

Hey guys it is possible to update deconz to the last build version ?
how can i help to mantain it more often ?

raven tinsel
#

Hey guys it is possible to update deconz to the last build version ?
Already has been done

#

you need to update 🙂

grave hemlock
#

I just updated the deCONZ addon to the latest version and something broke. The Phoscon Web App says: "Please wait until the search for gateways has finished" and there are two errors in the deCONZ integration:

Logger: homeassistant.config_entries
Source: components/deconz/gateway.py:280
First occurred: 13:30:20 (1 occurrences)
Last logged: 13:30:20
Error setting up entry deCONZ-0000000000000000 for deconz

Logger: aiohttp.server
Source: components/deconz/gateway.py:38
First occurred: 13:36:54 (4 occurrences)
Last logged: 13:38:12
Error handling request

weary stratus
#

this is not the last version right ?

#
2.12.06 / 19/08/2021
Firmware
26660700```
#

and they got this v2.13.3-beta

rain stag
#

I have 26700700 as marked stable

twilit warren
#

Ah can confirm latest DeconZ update breaks Phoscon, while DeconZ back end remains functional

#

would it help if I post error data somewhere?

#

also I'd be rather interested in knowing whether someone's addon does NOT break when udpating

#

I was really looking forward to this update since it includes a new device which I already own 😄

whole osprey
#

I bet it's because the rest api plugin is missing (it doesn't show in the plugin menu in deconz via vnc)

raven tinsel
#

We have just reverted the add-on update

#

a downgrade should be offered via the UI, or restore a previous version of the add-on from a backup

nocturne ember
#

im really excited for the new deconz, but i have to admit, watching everyone take care of business when there is an issue is amazing to see. Thanks everyone for the work!

weary stratus
#

hm it is possible to install beta releases ?

#

i saw the release i need is beta :/

covert arch
#

where did you see this?

covert arch
#

oh, you need it for deconz features… no i think only stable addons are created

nocturne ember
#

deconz was updated but had a broken feature so they rolled it back an hour or so ago

raven tinsel
#

I'm currently testing a different take/fix

nocturne ember
#

im sure they will have it straightened out soon

#

lol, our fearless leader is on the case!

weary stratus
#

😦

hollow imp
#

is there a way to see an addons memory usage? I have a feeling that the Spotify Connect eats all the memory

raven tinsel
#

Yes, in the add-on dashboard

#

go the add-on in the UI of Home Assistant

#

and it will show it

hollow imp
#

nice, thanks!

raven tinsel
hollow imp
#

thank you, found it!

#

turned out spotify connect is not eating my ram at all, it is at 0.2%

#

nodered was the highest with 4%, although it is not actually doing anything, I just installed it to play with it but it was just running empty, so I stopped it

#

but this 80+ % still looks too high for me. thi is an rpi3b+

#

and the whole system just froze up for ~5 seconds. spotfiy playback stopped, ui failed to reload.

#

any idea how could I debug the high memory usage?

raven tinsel
#

What type of memory usage is that?

#

as in, does that include buffers/cache?

hollow imp
#

very good question. this is my config for the sensor: ```sensor:

  • platform: systemmonitor
    resources:
    • type: memory_use_percent```
raven tinsel
#

I have no idea 🤷‍♂️

raven tinsel
#

of the deCONZ add-on that is

nocturne ember
#

Whats the version number? Mine has 6.11.0 but i dont want to update if its the broken one

#

nevermin, saw it in the docs

pastel tangle
#

I can't get the 6.11.1 to show up as an update 🤔

weary stratus
#

with the update to Home Assistant 2021.12.3 I get the following errors:

-) in Mosquitto broker:

[cont-init.d] executing container initialization scripts...
[cont-init.d] mosquitto.sh: executing...
exec: fatal: unable to exec bashio: No such file or directory
[cont-init.d] mosquitto.sh: exited 127.

-) in Samba share:

standard_init_linux.go:228: exec user process caused: no such file or directory

according to google both errors relate to some CRLF to LF mismatch - but I have no idea where and how to check - any idea?

timber kraken
#

Just upgraded to 6.11.1 which finally bumped deConz to 2.13.4 but pairing E1 door and window sensors is pointless whatsoever. Can anyone confirm?

#

I don‘t understand why cuz they could be paired running native deconz 2.13.2.

torn dagger
#

HI! Node Red (10.2.1) and trying to install node-red-contrib-zwave-js 6.4.0 fails with the following errormessages:
npm WARN deprecated bcrypt@3.0.6: versions < v5.0.0 do not handle NUL in passwords properly
node-pre-gyp@0.12.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
....
Full errorlog can be sent. Anyone knows what gives?

dapper vigil
#

hi. My google backup is screwed up. After restore, i can't connect to API. However host is visible under lan. Is there any way to look into .tar and see what is broken?

grave wyvern
#

Is anyone having issues with Node Red json editor? there seems to be a weird bug on chrome, and firefox when trying to edit json using json editor. I am only able to type 1 character then no matter how much i bang on my keyboard it won't type. then if i go into visual editor tab type something and then go back to json editor it works again...

sour oar
#

my mariadb is configured pretty badly--utf8 instead of utf8mb4, unix socket not switched on...

what happens after i change those two settings in the recorder mariadb url?
(not using an SD card, luckily)

finite goblet
timber kraken
finite goblet
#

@timber kraken thank you for the link

lethal root
#

Hey guys, the newest version of the adguard addon seems bork for me, as far as I can tell it starts up just fine but doesn't bind to any interfaces and just sits there. 😦 I am using HA OS in a VM on proxmox, there don't seem to be any relevant logs I can find

cyan prawn
#

There was an ESPHome update yesterday that went from 12.1 to 12.2 that caused a 502 gateway error. This morning a new update was released to go back to 12.1. Beta is still at 12.2 and beta still has the 502 gateway error. Was the 12.2 pulled? I would have thought that 12.2 should have went to 12.3 even if it reverts back to 12.1 code?

lethal root
finite goblet
#

guys, is there a way to force HA to look for deCONZ add-on update?

dark yoke
#

goto the add-on store dotsvertical (top-right) -> Reload

finite goblet
#

thank you

scenic imp
#

Hi all, first time here, not sure I get discord, so let me know if I'm doing this wrong!

I'm trying to attach a UPS directly (USB cable) to a PC running HAOS. I've been reading on "The Network UPS Tools (NUT)" but that seems to need a server.

Then I managed to install through the terminal, apcupsd "apk add apcupds" then start it and check it's running with apcaccess. But this thing seems to stop automatically, so integrating this in HAOS must follow some rules?

I must be missing some little things! Any pointers will be appreciated.

finite goblet
#

@timber kraken are you receiving status updates from the Xiaomi door sensor? I’m not

timber kraken
#

Yes I do.

pallid marten
#

Hello,
I have a Home Assistant installation that works pretty well and I would like to add the control of my Somfy shutters via an ESP32 and a CC1101, I have followed several articles on the internet but cannot achieve my goals I keep making mistakes on errors for several days ... Could someone help me?

Thanks in advance 🙂

weary stratus
#

someone got issues with the recent deconz update to 6.11.1 and osram motion sensors? Since the Update i only get battery state and temperature

#

already tries repair several time. Got same issue with 3 motions sensors, so i guess its not the hardware

north pilot
#

I've recently moved my Home Assistant installation to vmware using the Home Assistant OS image but struggling to find where appDaemon logs to. On my old manual installation it went to /var/log/appdaemon.log but on this image the /var/log directory is empty. Does anyone know where I can find the log files?

viscid orchid
#

if you're using the AppDaemon addon, which I assume you are, then they're in config/appdaemon/logs

north pilot
#

@viscid orchid Yes I'm using the addon, but there is no log directory in /config/appdaemon/

viscid orchid
#

I have this section in my appdaemon.yaml:

#
logs:
  main_log:
    filename: /config/appdaemon/logs/ad.log
  access_log:
    filename: /config/appdaemon/logs/access.log
  error_log:
    filename: /config/appdaemon/logs/ad_error.log
  diag_log:
    filename: /config/appdaemon/logs/diag.log
    log_generations: 5
    log_size: 1024
    format: "{asctime} {levelname:<8} {appname:<10}: {message}"


north pilot
#

I'll try that. I don't have a log section in my config at the moment

viscid orchid
#

they changed how all that works from AppDaemon 3.x->4.x, so that could be why you don't have it

north pilot
#

Yep that's worked. Thanks

fiery jackal
#

I try to create an add-on that needs to be based on a Python image (at least that is what I think) but I seem to have some issues getting that right, what do I need to specify as ARG BUILD_FROM for a Python image?

#

it works when I use python:alpine, but that doesn't give me all the good stuff in the HA base images...

viscid orchid
fiery jackal
#

Thanks

dim oak
#

@umbral ermine any luck with more insteon-mqtt stuff lately? i am running into serious problems with old door sensors

echo saddle
#

hi, I've found a project on github (with docker-compose availability) I'd like to try out on machine with HA - it's debian supervised and portainer add-on available. is it viable?

upbeat hedge
#

do you need to use a real email for Nginx Proxy Manager?

viscid orchid
#

for the login? I don't think so

upbeat hedge
remote girder
#

Hi everyone, i have installed Home Assistant OS 7.0 with the newest core-2021.12.4.

Right now i've the issue, that i want to use the HDMI CEC Scanner addon to automate an older Phillips TV without wol to turn on. But i get every time autodetect FAILED [cont-finish.d] executing container finish scripts... reinstalling the addon did not help. Also a restart of the PI 3b didn't help. Does anybody know how i can run this ?

weary stratus
#

Cello - I installed the standard ssh and terminal add-on and firefox cannot connect to the web terminal. I get a websockets 1015 error. When I use another browser it works. Anyone know the fix?

#

It continually retries the wss connection.

dim oak
slate wyvern
#

how would i setup external access if i only have 1 ip and that is being used for something else on my network?

viscid orchid
#

NGINX or another reverse proxy

modern sinew
#

Is there a generic Ingress addon?

I want to make use of HA's ingress feature to expose a bunch of internal services, but trying to avoid creating a custom addon for each service I'm exposing.

viscid orchid
#

No, there is not

dense spadeBOT
dim oak
#

hi all, could anyone advise how i can roll back insteon-mqtt to an earlier version without losing my data?

#

it's buggy and the contributors are not responding to issues in the repo

viscid orchid
#

From a backup

carmine spindle
#

I haven't messed with my server in a month and forgot a few things. If I'm running z-wave JS to MQTT do I still need the z-WaveJS add on?

#

or is it an either or thing?

viscid orchid
#

Only one of them

carmine spindle
#

ty

dapper vigil
#

Guys, how to set up ports for use two instances of HA with duckdns and nginx proxy?

nova plinth
#

Just refreshed HA installation. Using Terminal, every time I right click in this version, it opens a Terminal popup sub menu as well as Windows right click menu. Need to be able to paste without the sub menu as it stops several characters from being written. Did not happen on my previous installation

regal grotto
#

any recommendations for voice recognition add-ons? I wanna be able to say something like "Hey (custom HA name), do X"

#

I'd also like to be able to view everything on my HA device instead of having to connect from my PC

lime girder
little barn
#

I'm using HAOS on a RP4. I'm trying to setup the mosquitto add-on as a bridge to an external(cloud) broker. I can't get my head around the container setup. How do I make my client certificates accessible to Mosquitto?
I'm roughly following this: https://aws.amazon.com/blogs/iot/how-to-bridge-mosquitto-mqtt-broker-to-aws-iot/
I have customize:true and that is being read, but I'm not sure where to put my certs to address this error: 2021-12-23T19:17:19: Error: Unable to load CA certificates, check bridge_cafile "AmazonRootCA1.pem".

zinc terrace
#

Every time I open the VS Code addon I need to do "Add folder to workspace" to add my add-on directory. Is there a way to make this permanent?

little barn
radiant notch
#

Hmm I have a HAOS install on a pi but I don’t have community add on section. User is listed as advanced but only official is shown

#

Ah fixed. Looks like somehow the community repo removed itself?

#

Whatever it’s fixed

silent oxide
#

Anyone else using the unifi community addon and having adoption issues since the last HAOS update (2021.12)?

On the Devices page it shows the APs/devices, but it says adopting, but if I go to the Events page it says all are "automatically readopted"
On Client page, I'm not seeing any network clients either. Everything is routing fine, just the controller software isn't working.

willow kestrel
#

question: I have a ZIGGO (Arris DCX960) mediabox, I have integrated now in HomeAssistant. I want to switch a lamp on/off depending of the mediabox is powered on or off. How can I do that?

errant parcel
#

My kingdom for an update to the zwavejs2mqtt add-on to update to zwave-js 8.9.1. The cursed bug that locks up the network every time I operate my locks is the grinch that stole Christmas

lament otter
#

Did you check if there’s a dev version that has that update? I wouldn’t usually advise updating to a beta, but if you’re having an issue and this resolves it, it might be worth the risk

viscid orchid
#

Looks like zwavejs2mqtt was just released yesterday for that

#

I think that running your own container, perhaps on a separate Pi, is the better choice for zwave, rather than relying on the addon

#

You’ll have access to all the data and can upgrade/downgrade whether you want

stoic elk
#

I just migrated over to z-wave-js. It appears to have been largely successful, but I've got a couple of "Sensative" devices which seem to be asleep most of the time, and they haven't come online. I tried to heal them, but receive an error: "Skipping heal because the node is not responding."

pallid mesa
#

hey whenever i try and use samba share i just get this error in the home assistant logs any ideas to fix?

`INTERNAL ERROR: Signal 11: Segmentation fault in pid 291 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting

PANIC (pid 291): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern
Registered MSG_REQ_POOL_USAGE
check_ntlm_password: Authentication for user [<MY EMAIL>] -> [<MY EMAIL>] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1`

stoic elk
#

...and I was able to get the second reconnected just by waking it up a few times.

little robin
#

(edit #2): I finally found the solution - it turned out that I hadn't waited long enough after unplugging one of the devices I had added. I guess the device had somehow confused the controller and once I removed it and unplugged it, everything else started working again.

original post:
Anyone have any pointers to debugging z-wave nodes that are dead? A couple of days ago I added a couple of z-wave controlled outlets to my system. Ever since then, most of my z-wave devices now show up as dead. I was using the official Z-Wave JS plugin (0.1.50) when I did the additions. Since then, I've tried the official Z-Wave JS to MQTT plugin (0.32.1) and a locally cloned Z-Wave JS to MQTT plugin (I cloned 0.32.1 and updated the dockerfile to download the v6.2.0 tarball instead of the v6.1.1 tarball -- the info icon shows zwavejs2mqtt version is 6.2.0 and the zwave-js version is 8.9.1). I've set the debugging level to "Silly" and looked at the log file, but I don't really know enough about z-wave to understand the log file. Any pointers would be greatly appreciate (while I am willing to remove/re-add most of the nodes, one of them is a window blind that the z-wave button is broken, which makes it into a multiple hour job since I have to take it down, disassemble the blind, try to short out 2 solder contacts the exactly number of times at the exact moment to pair the device and then reverse the process).

I'm confused as to why when it is interviewing the node it can finish PROTOCOLINFO stage, but then the ping fails - how did it get the protocol information if it can't ping the device?

drifting sun
#

anyone know where i can find some help with programming in node red addon? im having some trouble with a bit of code in a function node

viscid orchid
wary viper
#

TLDR: how to transfer devices from Zigbee2mqtt to Zigbee2mqtt Edge.
Long version:
Running HA OS Zigbee2mqtt. Got new Zigbee Smart Plugs, which were not supported. Googled that and found out they are supported on dev branch. Googled more, found out I need to use Zigbee2mqtt Edge addon to get dev branch. Installed. And it worked, only all my devices were missing. How to copy them? Where are they stored?

What I have tried and found without answer:
#zigbee-archived message
#zigbee-archived message
"Guess I can just copy the folder from add-ons to be safe" no elaboration 😦
#add-ons-archived message
https://community.home-assistant.io/t/zigbee2mqtt-to-zigbee2mqtt-edge/343587

solemn finch
#

Hello everyone, I'm trying to SSH from my laptop into HA (running hass.io) - I've downloaded the Terminal & SSH add-on, enabled/started it, set a password in the config and also a host port (22)

#

however it is still refusing the connection

#

OK nevermind a reboot of the VM has fixed it

#

another question though - is there any way to avoid having to type out the root password in the configuration tab? This seems insecure and puzzling to me?

viscid orchid
#

It’s just the container

#

And you shouldn’t use a password anyway - use a key pair

solemn finch
#

OK thanks - wanted to use a password as I'm flipping between laptops whilst I set things up

#

but understood

sly kindle
#

On the other hand, it's not ssh with full access, so a password can be ok

wary viper
buoyant hatch
#

Hi to everyone

#

I've got this problem, how can i resolve it?

solar summit
#

Does anybody know if it is possible to set some input helpers in Home Assistant from Node-RED from a function node (so javascript)?

To get the information you could do this:

const haStates = global.get("homeassistant.homeAssistant.states");
var automationsEnabled = haStates["input_boolean.automatiseringen_enabled"].state == "on";

I know that it is possible with a "call service" node. But I want to know if it is also possible from a function node.

dense spadeBOT
#

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

amber quest
#

eee

#
certfile: fullchain.pem
env_vars:
  - name: GF_AUTH_DISABLE_LOGIN_FORM
    value: "true"
  - name: GF_AUTH_ANONYMOUS_ENABLED
    value: "true"
  - name: GF_AUTH_ANONYMOUS_ORG_ROLE
    value: "Admin"
  - name: GF_SECURITY_ALLOW_EMBEDDING
    value: "true"
keyfile: privkey.pem
plugins: []
ssl: false
#

where is a problem ?

#
  • Grafana
weary stratus
#

can someone help me with Bitwarden, I'm just trying to configure SMTP mail sending. I can't send emails via google nor Microsoft. according to my firewall it seems, that I'm not even getting any communication out on my specified port.

humble brook
#

My vs code plugin seems to have stopped working over the duck dns address. Works with the local ip just fine. Any ideas what it could be? This is spammed in console about every second or more

[remote-connection][Management   ][0b801…][reconnect] resolving connection...
[remote-connection][Management   ][0b801…][reconnect] connecting to xxxx:8123...
[remote-connection][Management   ][0b801…][reconnect] reconnected!
[remote-connection][Management   ][0b801…][reconnect] received socket close event (wasClean: true, code: 1000, reason: ).
#

The UI loads and the file tree loads, I can sometimes open files. But after a couple seconds nothing works, cant open, save, etc.

pallid mesa
#

hey whenever i try and use samba share i just get this error in the home assistant logs.
any ideas to fix? (ping me)

`INTERNAL ERROR: Signal 11: Segmentation fault in pid 291 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting

PANIC (pid 291): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern
Registered MSG_REQ_POOL_USAGE
check_ntlm_password: Authentication for user [<MY EMAIL>] -> [<MY EMAIL>] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1`

spice mortar
#

using Mosquitto MQTT, I have ports bound to the host from the container, so all that's left is to refer to the LAN IP of my HASS server along with 8883 right (to connect an app on my phone to the broker)? I can't get it to work.

#

I'm using HASS OS

slate granite
#

When is the Add-on for duckdns needed. Current, I'm only attempting to setup wireguard for remote access, ie, to my home LAN

compact fjord
spice mortar
#

I believe "addons" in HASS are implemented using Docker

#

so that's why I say that

#

I did the publish/listen test in the addon settings and it works

compact fjord
#

No they're not

#

And by addons I mean integrations

spice mortar
#

sorry some terminology mixup then. I installed Mosquitto MQTT, left config at defaults. Created a new HASS user. Installed the MQTT integration, set it up with localhost:1883 and the previously created user & pass. Then did a test publish packet + listen to a topic and it worked.

pale cloak
#

Can anyone help with this error "A request from a reverse proxy was received from x.x.x.x, but your HTTP integration is not set-up for reverse proxies. (IP replaced)
I am trying to setup and do remote access using maria, ngnix, duckdns and get a 400 error on the device im trying to connect with and this is the error that shows in the logs for the event. I am new to all this and do not know how to fix this and get remote access working.

viscid orchid
reef kiln
#

Hi. Sorry for my first noob question.
I have installed the official mosquitto addon using the web UI and can't figure out how to reach the daemon. The webUI terminal ifconfig displays a different IP/subnet from the one the web UI is on, so I presume the HASS is somehow containerized [docker? =]. Netstat from the HA terminal does not show a listener on 1883. MQ addon logs indicate it is listening on 1833 [and other ports].

I'd really like to reach that MQTT from the outside network [without rolling one on my own from the scratch in another VM ;]. If the official mqtt is in its own container should not some kind of port forwarding be automatically applied so it can be reached on the sam IP as HA web UI?

viscid orchid
#

Yes

#

The SSH terminal is its own container and won’t show anything related the MQTT container

reef kiln
viscid orchid
#

Yes

reef kiln
#

OK.. Do you presume the MQTT 'official' addon just failed to do the port fwd magic for some reason or I'm using it wrong?

viscid orchid
#

It’s set up by default, but you can check the network section of the addon config

reef kiln
viscid orchid
#

That’s fine

reef kiln
#

I presumed the web clicky interface would do the port forwarding from the HA IP [the one I aim by browser at to get web UI] to the containerodockerowhatever. Is my presumtion wrong?

viscid orchid
#

It does

reef kiln
#

Should not that mean that at HAIP:1883 there should be an accessible MQTT listener?

viscid orchid
#

Yes, it should

reef kiln
#

Cool. There is not. Do you suspect the addon install did not do it correctly or am I making another noob mistake [for instance missing a step to activate the port fwd =]?

viscid orchid
#

Are you using a username/password to connect?

reef kiln
#

I tried to check TCP connectivity by telnet IP PORT

#

and the port is not reachable, so I presume l/p would not help since there is no way to communicate..

viscid orchid
#

Use MQTT Explorer

#

Did you start the addon? And did it start?

royal valve
#

the mqtt addon don´t have an webUI

reef kiln
# viscid orchid Use MQTT Explorer

standalone client or addon?
I am pretty certain since the port is not open/reachable/usable no client can use it.
if addon it might work though some internal networking magic

viscid orchid
#

Did you start the addon and did it start?

reef kiln
reef kiln
royal valve
reef kiln
reef kiln
#

wow. although I see no topics/however they are called in mqtt I see commands and responses in wireshark. somehow it seems some communication is going on although the port does not seem to be able to establish a TCP connection

#

been writing the wrong IP the whole time for the telnet test. am ashamed and apologize for wasting your time. thank you.

viscid orchid
#

Np, happens to everyone

young sage
#

Hi, is it somehow possible to use Tor for the Google Assistant Intergation?

#

My ISP cripples me; there is CGNat and they block inbound connections over ipv6, I was getting around this by using Tailscale, but for the Webhooks part of the setup, obviously Tailscale can't do any good

#

I really don't have the budget for subscribing to a service, so I can't really use Nabu Casa

onyx heron
#

hi, i need some help again. i am trying to set up the Tor add on, but i cant access the .onion website in Tor. any ideas why?

wet lichen
#

hey so i am using the app daemon add-on to run a HA Dashboard on my home assistant install which i access with an iPhone i was wanting to add a navigate widget to switch from my main dashboard to a dashboard i use for displaying my batteries in my sensors but i cant get the Navigate widget to show on the HA dashboard this is my config i have setup : main:
widget_type: navigate
title: Main
dashbord: home
skin: obsidian

#

wounderd if anyone know y

wet lichen
#

<@&330946878646517761>

rigid rover
#

Please don't misuse the mod tag

wet lichen
kindred remnant
#

anyone out there running the grocy add on?

#

need some help with printer config?

weary stratus
#

Anyone handy on config of influxDB? Can't seem to get it up and running. Set config and added lines on yaml but no retentionpolicy is showing up...

lime girder
#

Most of the config of the influxdb addon is done inside the addon. You have to add a user, add a database then give that user access to the database. Did you do that?

ebon flax
#

Hi, is anyone aware if the "Deconz addon" has support for --net=host ? I run the Deconz addon on my HA Blue. However the Phoscon Gateway has a 172.30 ip address (as it runs inside a kind of docker?). My HA Blue has a standard 192.168 IP address. Now I want to connect a 3rd party app (which is also in my 192.168 ip range) to the Phoscon Gateway using their API, but it can't find the Phoscon Gateway. I suppose that's because he got a 172.30 response which it not accessible for the 3rd party application. Using --net=host would solve that. However I don't think it supported in the Deconz addon. Is there any other solution?

pulsar totem
#

Does anyone know whether it is possible to use bitwarden without a SSL/DNS setup? I already connect to my home network over VPN build into my router and I don't want to expose a port to the internet to reach my bitwarden instance on HA. Thanks in advance.

bold relic
#

Ahh, found it. Not a file at all, but located in the Configuration tab of the add-on page. Go figure. 😅

lime girder
# pulsar totem Does anyone know whether it is possible to use bitwarden without a SSL/DNS setup...

No. As it says here https://github.com/dani-garcia/vaultwarden/wiki/Enabling-HTTPS :

For proper operation of vaultwarden, enabling HTTPS is pretty much required nowadays, since the Bitwarden web vault uses web crypto APIs that most browsers only make available in HTTPS contexts.

If you use a reverse proxy then you can expose exactly one port for everything. If you don't want to expose any ports and limit access to bitwarden to LAN/VPN only then you'll need to look into the private CA and self-signed certificate option at that link.

#

actually not sure if the rocket options being described there are exposed by the addon. Might have to just issue your own certificate and then reference it in the addon config

neat sky
#

What's the best method for setting up hassio's wireguard add on with Mullvad vpn? Can I use that for tunneling?

pulsar totem
lime girder
#

the addon will accept it. The problem will be your devices

#

devices don't like self-signed certificates. You'll need to get the CA certificate used to sign it into the truststore of each device. And even then, it can be a crapshoot with apps whether they'll accept it or not

lime girder
# pulsar totem Thanks, I'll have a look at self signed private CA. Hope it'll accept it.

if you have control over the DNS on your network another option could be a local DNS rewrite. So for instance if you purchased a domain you can get a Let's Encrypt certificate issued for that domain without exposing any ports by using the dns type challenge. Then within your network have your DNS server respond to requests to that domain with the local IP address

#

This way bitwarden can serve up a Let's Encrypt certificate (and you can even use the Let's Encrypt addon to manage it) that actually matches the domain used to access it while on your network, despite no ports being exposed

#

but only if you have control over DNS on your LAN. Obviously no public DNS server will respond with a local IP address for a public domain

lime girder
pulsar totem
# lime girder That's the reverse proxy option. It's literally guiding you through setting up c...

Are you sure? It literally says this in the first sentence. I have to read through all of it because it's a lot: Suppose you want to run an instance of vaultwarden that can only be accessed from your local network, but you want your instance to be HTTPS-enabled with certs signed by a widely-accepted CA instead of managing your own private CA (to avoid the hassle of having to load private CA certs into all of your devices).

#

Is my use case that unusual btw? I just don't want ports to be open, am I the only one?

lime girder
#

Oh! That's neat. Cloudflare lets you pick a local IP address for a subdomain of a public domain. I didn't know that

#

ok yea nope, that works great, you're right. That's what I was describing but apparently you don't need to host your own local DNS server anymore, cloudflare can do it for you now

pulsar totem
#

I'm just not very sure how that domain name will be resolved to my local IP. Is that handled in the certificate?

#

Because I don't have a DNS resolver. Or I'll have to pick up traffic from that domain and reroute it to the correct IP:port

pulsar totem
lime girder
#

I assume it works. I mean I haven't tried it before with a public DNS but the step is described here https://github.com/dani-garcia/vaultwarden/wiki/Running-a-private-vaultwarden-instance-with-Let's-Encrypt-certs#cloudflare-setup :

If you don't already have an account, create one at https://www.cloudflare.com/; you'll also have to go to your domain registrar to set your nameservers to the ones assigned to you by Cloudflare. Create a subdomain for your vaultwarden instance (e.g., vw.example.com), setting its IP to your vaultwarden host's private IP (e.g., 192.168.1.100).

#

This is absolutely possible with a private DNS server you run on your network. People have been using DNS rewrites for this forever. But this is the first time I've seen it handled with a public service like cloudflare which is kind of neat

pulsar totem
#

From a traffic perspective it would go like this: 1. Enter the URL on my smartphone browser/app, 2. Through VPN my OpenVPN gets decrypted by my VPN server, 3. Certificate gets checked on cloudflare, 4. URL gets resolved to local IP:port, 5. Packets get send to cloudflare, 6. Traffic goes back in URL header, 7. Get through back to VPN server for encryption, 8. Back to smartphone for decryption, 9. Displayed in the browser/app. Is that how the data flows?

pulsar totem
neat sky
#

Another question that I have

#

is if I set up my Home assistant with the vpn. Will I still need to forward from my router assuming it's running through Mullvad?

#

If that's possible?

lime girder
# pulsar totem From a traffic perspective it would go like this: 1. Enter the URL on my smartph...

Certificate isn't checked by cloudflare. Cloudflare gets you connected to the service that's all. The service (bitwarden in this case) serves up the certificate when your browser/app connects to it. Then your browser/app checks the following:

  1. is it valid? Not expired, etc.
  2. do I trust the issuer? CA used to sign is in truststore
  3. does the common name or one of the alternate names on this certificate match the domain I am accessing this service at?
#

All 3 of those will pass if you follow those instructions so you'll be good to go

#

Although you might want to use the let's encrypt addon instead of the cli to get an manage the let's encrypt certificate. Otherwise you'll have to remember to manually update it periodically

#

Or write a script for cron or something

pulsar totem
lime girder
#

No. The let's encrypt addon supports the cloudflare DNS challenge. I use it regularly. Should be instructions in the addon

pulsar totem
#

Ok, I'll check, thanks.

azure zephyr
#

I'm not very well versed in addons, but is there a way to run an addon on another host? I want to connect my tellstick duo and I found that there exists a tellsick addon. However I'm not running supervised ha and the tellstick is connected to another machine (that runs docker). I was full speed on implementing a MQTT interface to the telldus when I discovered this add on.

#

Let's take it one step back: What is the advantage of running supervised HA? Is it the preferred way to run HA these days? As there are more and more addons available...

night pebble
#

Addons run on homeassistant supervisor. It manages resources and docker container of homeassistant core. It manages the operating system. Homeassistant OS only provides the barebones environment for supervised ha to run.

The recommended way to setup supervised ha is by running homeassistant os which is super easy to install and setup. trust me you do not want the headache that comes with reading the really long and complicated documentation on standalone supervised ha

azure zephyr
#

so I was curious if everyone plays with supervised installs these days and I'm left alone in the other end of the playing field 😄

night pebble
#

Yeah the easiest way to run homeassistant supervised is to install homeassistant os in a vm (which I have not managed to do yet) or by running on a dedicated decides like a raspeberry pi of odroid. You can find more details at https://www.home-assistant.io/installation/

azure zephyr
#

The choice for me is either to run it as a docker instance on a server in the server rack - but away from any useful radio reception - or a dedicated rpi somewhere more central. I've chosen the former because the speed, reliability and ease of access on the server is far better than any rpi. However, at the expense of running the supervised variant and any add-ons.

lyric otter
# azure zephyr Yeah, I never planned on approaching standalone supervised HA 😛 But I am runnin...

I ran into issues with the supervised mode - HA was running for a few weeks and one fine day the supervisor stopped reaching the RUNNING state post startup (even if HA itself works correctly). This caused backups to stop working because it expects HA to be in RUNNING state. Re-installing also didn't help even after I removed all integrations. I realized this was some bug with the supervisor.

I gave up and moved to self managed HA docker style setup. I manage all the docker containers myself. The setup was actually much simpler than I imagined and not at all hard to manage. Almost all addons provide instructions for running the necessary docker containers manually, so nothing stops you from using the addon if needed.

#

There are tools like docker compose which can also simplify management if you are into it. I have a bunch of shell scripts to manage the docker containers and it works great for me.

#

Also this allows me to configure my own docker network configuration (I use bridge mode for isolation reasons).

Supervisor also runs a few additional containers that I have no need for. So it cuts down some bulk there too.

pallid mesa
#

hey whenever i try and use samba share i just get this error in the home assistant logs.
any ideas to fix? (ping me)

INTERNAL ERROR: Signal 11: Segmentation fault in pid 291 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting

PANIC (pid 291): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern
Registered MSG_REQ_POOL_USAGE
check_ntlm_password: Authentication for user [<MY EMAIL>] -> [<MY EMAIL>] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1

azure zephyr
#

I think I am on the verge of uncovering how the addons containers are structured, so it seems it shouldn't be that difficult getting them up on another docker server. Project for the next hours.

raven tinsel
#

add-on should not be run on an external docker host

azure zephyr
raven tinsel
#

It is not an supported use-case for Home Assistant

#

You are welcome to set up something like that for your own use

#

but it will render your system into an unsupported state

azure zephyr
#

Well, then the addon/integration I'm looking for (tellstick) is useless to me and I'd have to back and continue on my mqtt integration of it 😦

raven tinsel
#

If you are looking for managing clusters of containers and such, across multiple systems, please look into the Home Assistant Container installation method, as it provides a container for Home Assistant Core. That can be deployed in any setup you like

azure zephyr
#

I am running HA in docker container as of today. The official HA image.

raven tinsel
#

In that case, you are in the wrong place

#

as the Home Assistant Container installation method doesn't provide add-ons (as it lacks the Supervisor to manage those)

quaint pulsar
#

anyone else experiencing issues running VSC from Ha on iPad os? got a blank screen. update everything, reinstalled add on with no change

azure zephyr
#

I well aware my installation don't use add-ons, however, the tellstick add-on contains an integration I'd like to integrate with remotely. The telldus integration supports remote hosts, so this task should be on getting this particular add-on to run remotely.

azure zephyr
#

Personally, I prefer to have the ability to extend the add-ons to run on remote docker servers. As the HA server sits in a server in metal cage away from anything, the setup relies on remote networked nodes for everything. Fortunately most integrations works great against remotes, so this mostly works fine. To top that it would be awesome if it were easy to deploy mosquitto or tellstick or zwave_js add-on using the same docker infrastructure that builds in the add-ons running a supervised setup. IMHO.

raven tinsel
#

Personally, I prefer to have the ability to extend the add-ons to run on remote docker servers.
If that is the case, you are running an incorrect installation method. Please take a look at running a plain Docker container instead use the Home Assistant Container installation method instead.

azure zephyr
#

I'm sorry, but there is nothing unofficial about my HA installation. I'm running an official HA docker image.

raven tinsel
#

Well, that installation method doesn't provide add-ons

azure zephyr
#

But I might need to build some custom peripherals to collect data. Use MQTT a lot for that.

raven tinsel
#

so in that case you are in the wrong channel

azure zephyr
#

Peace man. I'm just trying to suggest new ideas and use-cases. I will find a way to get my data into my HA, and yes, without using proper add-ons, but I'm going to run an add-on in a docker container elsewhere. I can't possibly be the only one in the world wanting a distributed setup like this 😛 If no one else is interested and this is considered too frivolous for this channel, I'm done and will be quiet. Over and out.

raven tinsel
#

Peace man. I'm just trying to suggest new ideas and use-cases.
🤘 It isn't a supported use case, and not related to this channel.

lyric otter
raven tinsel
#

?

#

Seriously not related to add-on in any way

#

Please stop this conversation and exploratory unrelated conversation here

#

thanks

azure zephyr
raven tinsel
#

@azure zephyr not related indeed.

#

Please remove/take this conversation else where

#

last warning

azure zephyr
#

What is the condition for writing an add-on vs writing an integration? Whenever there is external IO, like physical access to HW? Or is it service related, that an integration cannot have a running main/event-loop and thus an external service is needed?

raven tinsel
#

Add-ons are meant to provide services

#

while integrations provide capabilities to integrate Home Assistant with services or devices , e.g., provided by a cloud, local device or add-ons

azure zephyr
#

right, thanks

wet lichen
#

hey so i am using the app daemon add-on to run a HA Dashboard on my home assistant install which i access with an iPhone i was wanting to add a navigate widget to switch from my main dashboard to a dashboard i use for displaying my batteries in my sensors but i cant get the Navigate widget to show on the HA dashboard this is my config i have setup : main:
widget_type: navigate
title: Main
dashbord: home
skin: obsidian

icy heart
#

If your new to Home Assistant and your number 1 issue at this very momement is that you have 16 devices connect to your modem causing instability in internet connection and you can work from home because of these internet issues. What do I do? What is the first thing I do in Home Assistant. My confioguration.yaml is barebones. I have been on and off playing around with node-red, DUCKDNS and thats pretty much it. My goal is to have everything connected to Alexa and everything I have connected is a light. So if I can get command: "lights on" result: All power switches, All Smart Light Bulbs, 1 LED Strip, 8 SmartSwitch's powering on. I would be extremly happy. But all of these have to be connected through bluetooth to Smart Assistant. I have to get them off my wifi somehow. Did anyone go through this before? Or know what to do? the main 2 apps controlling things are Tuya and Smartbot

lime girder
# icy heart If your new to Home Assistant and your number 1 issue at this very momement is t...

This should be in #hardware-archived I think. But also think the answer is pretty simple - dump everything that is controlled via an app. Tuya devices require a cloud service for command and control. You can learn about flashing to tasmota in #hardware-archived but lan access still needs wifi. I've never heard of smartbot so can't speak to that but since it doesn't even have a home assistant integration that's not a great sign.

Look into #zigbee-archived or #zwave-archived . Devices using that can be controlled locally by HA without using wifi. And then HA can expose them to alexa

icy heart
#
#

I believe there is an app for it

#

I got it cause Switching out the entire Switch in an apartment your renting is a little absurd. For someone trying out a smart home and not fully seeing the increase in productivity or any bonus to it. So I saw these online and there perfect they do both on and off for normal switches. And other things but I just use for normal on off switch. I think their poorly advertisied or just hard to see at first. I will look into Zigbee and Zwave

#

I thought Tasmota made things non wifi? or local/bluetooth? Because the 4 smart switches are capable of both bluetooth and wifi. Not knowing this problem months ago. I would have tried to configure them striclty wifi. Idk maybe I have to re-add them to the tuya app. Or unless someone knows what to do in this.

glacial furnace
#

Trying to set up a Plex/light dim automation. I saw a good blueprint that uses tautulli. I've installed it and can open the web UI, but can't login via the user/pass i've set up for it under configuration. tried my HA user/pass and no go. If i put a different user, I'm told i have the wrong user/pass combination. I've reinstalled, restarted the addon as well as HA. Thoughts?

lime girder
# icy heart I thought Tasmota made things non wifi? or local/bluetooth? Because the 4 smart ...

So tasmota can't add interfaces that don't exist but if they support Bluetooth then maybe it can use it? I don't know enough about it, you'd have to ask in #hardware-archived. But LAN doesn't help you. The device still has to connect to wifi to talk over LAN and then it's one of your 16 devices. This is why I suggested replacing them with #zwave-archived or #zigbee-archived devices since they make a mesh network to communicate without any additional devices on your wifi.

inland mortar
#

Hello

#

I'd like to use tls/ssl in my home assistant, but I don't want it to be able to be reached from outside of my lan
What I read about it, is that the easiest way to do it is to install duckdns, but skip the part of port forward.
it works fine on the browser https://... but in the android app, I changed the address to https://... , it always says that the request timed out
Can anyone help me to get this working, please?

#

the android app was working fine with http://...

ebon flax
#

Hi I've installed the Deconz addon on my HA Blue and also portainer. I see in portainer that there is an existing container "addon_core_deconz". Under "Connected Networks" I see hassio with an IP of 172.30.x.x. However I want the Phoscon Gateway to be available in my standard network 192.168.x.x as it needs to be reachable by 3rd party application. Can I just select "Join a network - host" for example in portainer? I suppose it's better to leave all the setting of the "addon_core_deconz" as initial? And to not change anything? Or is adding "joining the host network" no problem at all?

north pilot
#

I've recently moved over to Home Assistant OS from manual install on Ubuntu and seem to have lost Google Home speakers. I have checked and Cloud is connected, I have also gone into the Home app on my phone and re-added the skill and my Home Assistant devices are syncing with Google. Is there something else I have to do to get the speakers to show in Home Assistant?

woven relic
dark yoke
#

?

in the docs (step 6) it says to forward port 80 (http) and 443 (https) to my home assistant machine
Folow the docs

woven relic
#

< Network newb

inland mortar
dark yoke
#

Then honestly, don't do it at all..

woven relic
#

Okay ...

inland mortar
#

the way I have it setup, I use a vpn server from another device with openvpn to access my home network, and access everything as if I was in my home network

#

only one port exposed

woven relic
#

I guess I cant add guest access only locally without them going through the google chrome "this site is not safe" part. I would prefer not to expose anytning but nabu casa outside my own network.

inland mortar
#

I've read that it's because your certificate is for internet use with the domain you provided, in your home network it's not valid

#

that why you have the certificate error

#

you probably use an ip address, right?

daring sand
#

hi everyone. Using Letsencrypt addon. Just wonder - does it auto update or I need to create an automation to start it daily?

woven relic
inland mortar
#

have you created another user?

#

you can say which pages he can use

#

on users in config you say he isn't an admin

woven relic
#

Are we talking reverse proxy users or HA users. I have a guest HA user. That part is clear 🙂

daring sand
inland mortar
#

and on the page editor, in visiblity, you can choose what he see's

#

which pages

woven relic
inland mortar
#

how are these clients connecting?
linux, windows?

woven relic
#

Their phones 🙂

#

Using a browser

candid isle
#

How can i save a document opened by nano with the Terminal addon? i tried Ctrl+Q/W/X and nothing works

woven relic
inland mortar
#

haven't tried it, but maybe, if you have a dns server that redirects the address to you local ip, it may stop the certificate from being invalid

inland mortar
woven relic
inland mortar
#

hope it helps 🙂

verbal turret
#

hi guys, im new in hassio world. (know that is the old name) I installed on rpi 4 64bit the os Provided by RPI IMAGER (the alternative of balena etcher) But actually i dont have the supervisor icon. Is there a way to show the icon and access to add-on store and so.. ? thank you much for help.

sly kindle
verbal turret
#

okok yes, but i cannot see any add on listed as before

#

as ssh server, moquito broker, and so

#

myabe i have to insert a new repository?

#

or the default one so i can see the standard package

sly kindle
#

You see the store when you go to add an add-on

#

Look in the lower right corner

verbal turret
#

yeah, myabe i need to restart because after that it works, now i can see all of the add-on listed. Many thanks for support

#

🙂

neat sky
#

What's the best method for setting up hassio's wireguard add on with Mullvad vpn? Can I use that for tunneling?

neat jolt
#

Is anyone familiar with the letsencrypt addon? I already have another letsencrypt container opened on port 80. Can I either use that one to receive certs for HA or can I use the addon with a different port? I apologize if this is a newbie question.

wind vapor
#

anyone know what's up with the almond/genie add-on? Is it working? Everytime I go to the web UI I get "Lost connection to the server."

west zephyr
#

duckdns updates ip address automatically right?

fiery prism
#

Yes

prisma panther
#

Hi, I am having an issue with frigate, when I try to add it it says invalid reposiotry. How do I fix this?

twilit shell
#

Hi, I am having an odd issue with zigbee2mqtt, it was working fine, but after a reboot it is no longer properly seeing the USB zigbee device.

I see the device in the terminal when I run lsusb

When I start zigbee2mqtt in the supervisor log I see:

21-12-28 22:17:41 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/ttyACM0 - /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0014D9AB01-if00
21-12-28 22:17:41 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/bus/usb/001/003 - None```

And in the zigbee2mqtt log I get:

```Zigbee2MQTT:error 2021-12-28 22:17:54: Exiting...
Zigbee2MQTT:error 2021-12-28 22:17:54: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0'
    at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:146:28)
    at SerialPort._error (/app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
    at /app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12```

And then if I run `lsusb` again in the HA VM, the device is missing.

Interestingly, on the host device running the HA VM, the device # seems to iterate up, its like when the Docker container for zigbee2mqtt tries to access it it causes a cascading issue all the way down to the host machine.

This was working for weeks with out issue, I am not sure what has gone wrong, nothing should have changed in the setup.

I've tried restarting multiple times, different USB ports, nothing seems to work.
weary stratus
#

Hello, is there someone can I help to configure MQTT, please ? I installed mosquittto on a ubuntu server, I used authentification user and SSL. But when I try to configure MQTT adds-ons I have an error message on Mosquitto : 1640781023: OpenSSL Error[0]: error:1408F10B:SSL routines:ssl3_get_record:wrong version number
1640781023: Socket error on client <unknown>, disconnecting.

weary stratus
#

I have install Mosquitto 1.6.9 on ubuntu server 20.04 LTS

#

All my equipement are in local network

neat jolt
#

Lol I'm seeing a lot of questions but not a lot of answers. We must all be new! 😉

marble kayak
#

Hey, I'm all of a sudden having problems with WinSCP and the SSH/Web Terminal Add-on. I keep getting an Authentication failed that there were No supported authentication methods available (server sent: publickey) I haven't changed anything in my settings where it was working at least a month ago, and my putty connection and key still work just fine. Does anyone have any suggestions on where to start?

viscid orchid
#

try recreating your keypair

marble kayak
#

creating a new one? or is there a way to create the same key again?

viscid orchid
#

no

#

recreate it

#

create a new one

marble kayak
#

Alright, I'll give it a go

#

New key still giving the same issue

#

Here is the log from the add-on

Connection from CPU_IP port 49886 on HA_IP port 22 rdomain ""

userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]

Connection closed by authenticating user root CPU_IP port 49886 [preauth]
viscid orchid
#

I had a similar issue connecting via SSH with my iPhone while other machines were able to connect fine. I ended up creating an ECDSA key instead of RSA and it worked. It could have been the key size, dunno

marble kayak
#

Going to ECDSA worked! Thanks! Not sure why, but I'll take it

viscid orchid
#

I didn't see anything obvious in the changelog, but something changed in v10 that only affected some keys

marble kayak
#

Yea I tried looking there too to no success. Just felt strange that the key worked on some but not all

weary stratus
#

Is it the same for my problem ?

viscid orchid
#

Looks completely unrelated

weary stratus
#

help would be welcome. 😉

weary stratus
#

Hi everyone, i am a bloody beginner in all topics, so maybe this is the wrong place for tileboard questions:

  • my HA based on an raspberry pi 4 implementation with homeassistant os.
  • tileboard is installed as add on.
  • i can connect per putty over ssh to the HA and find the config folder to place an folder for the tileboard config.js

so now to my problem after restart of HA or only restart of the addon i can't see my config.js. It seems that the tileboard addon override me config.js.

Because only the example is shown. Short explanation of my config.js it is the example with only an string change, to check if i am possible to change the shown interface

errant sky
#

im trying to set up remote access, if I do http, it works, if i do https I get a certificate error, I have tried this over and over, i have a duckdns domain, but also a paid godaddy one, I have the duckdns addon, and it looks like its set up correctly, the key matches whats on my duckdns page. but it still doesnt connect

#

ive also tried lets encrypt, and NGINX Home Assistant SSL proxy

#

and none of them have worked so far

errant sky
#

ok, so I tried following the guide in the link below, but it seems like, he has me go into config.yaml and add the keys

#

and reboots, but for him, now hes using https and for me http still works, but https gives a invalid error

#

not the normal one you can click through

#

it goes fine until about the 9 minute mark

errant sky
#

I GOT IT WORKIN! lol kinda, now i cant access it internally -.-

errant sky
#

ok, got nginx working

#

but now its backwards, i cant access it remotely again

#

wait, no nvm

#

so, maybe I set up NGINX wrong? cause it seems like once I do what it says, and comment out the SSL stuff in configuration.yaml it reverts to being to the http address working exclusively, as if NGINX isnt doing anything

weary stratus
#

Oh Boy.... The classic case of error: too many screws turned at the same time.
Once everything is set up again and it works as it should.

So sorry for the Noob question, now it getting started. In future i will ask harder questions 😉

errant sky
#

glad you got it working

#

im about to give up for now

whole tinsel
#

Does anyone know how to exclude influxdb from Samba backup?

I tried this and only mariadb is excluded even though I got the link for influxdb from the same place and I tried a0d7b954_influxdb

exclude_addons:
  - core-mariadb
  - a0d7b954-influxdb
daring sand
#

hi everyone. Last night something happened to my HA (power cut) and now AdGuard is not working - HA is not listening to port 53 that its configured to. I have restarted everything again, reinstalled AdGuard, but still no go - no errors in the AG logs, says listening tcp/udp 53 on 127.0.0.1 but HA is not

#

ok. fixed - rebooted host again

inland olive
#

do add-ons have a package manager?

viscid orchid
#

That's what the Supervisor does

dawn otter
#

Has anyone noticed that while editing a file without many lines, study code server allows you to scroll down past the end of the file?

inland olive
#

How do I find errors while building my add-on's docker file?

#

I know it fails since it can't find a file to execute

#

but I have no idea what's failing

fiery prism
prime parcel
#

Is there a way to uninstall addons via ssh using CLI

fiery prism
#

Yes ha addons uninstall <slug> e.g. ha addons uninstall a0d7b954_influxdb

barren ridge
#

Hi all , i just installed a CUPS print server ADD-ON. In order to make my Samsung printer work it still need to add : ""File "/usr/lib/cups/filter/rastertoqpdl" i tried to go to the folder through the terminal but also understood that what the Hassio OS you have limited Linux tools. Could somebody give me some pointers how i can access the directory from CUPS , after that i'll figure out to get the right file

#

Probably CUPS is running in a container so its not that straight forward i guess

mortal coral
#

Just starting to take a look at Grocy... and is there a way to add items to the shopping list without having a bar code? Save is greyed out..

hollow imp
#

hey guys,
**#1 **I want to renew my cert with lets encrypt. problem is, as I already have an expired cert, HA is using https, but lets encrypt needs http for the challenge. should I always change to http in my HA config during renewals, or is it possible to serve on http and https?

#

**#2 **is there a way to make HA use the renewed certificate without restarting?

sick mortar
#

can you configure Nginx Proxy Manager to use an extrenal maria db server ?

weary stratus
#

Nginx Proxy is necessary to access to application on the LAN, too ? for example MQTT (Hass) to Mosquito borker (server on the LAN to Hass)

idle mango
#

I have a small home assistant config running on a raspberry pi 3 (secondary instance). I have the File Editor add on which is sufficient for the small config of this instance (all I need in 100 lines in configuration.yaml). I see that the File Editor has git functionality which would be a good way to backup that file I guess, but the documentation is quite poor on this, how do I connect it to a repository on Github?

charred blaze
#

Hello! I was trying to set up duckdns/Let'sEnchrypt/orther methods together with my Mikrotik router which is extremely complicated... I did not manage to solve the domain integration, but suddenly I cannot reach my configuration.yaml file from Visual Studio code server anymore. All I get is the "401 Unautorized" when I try to upen the Web UI. Have anyone stumbled on this issue or have a solution to how I can get the editor to work again?

coral dagger
#

I just setup a conbee II and installed the deCONZ add-on, but then I think I messed something up. So I uninstalled it and reinstalled it, hoping that I would be able to get a fresh start. However, it still seemed to be in the same state as before. Is there a way to remove the add-on state when uninstalling?

eager shore
#

Hi, I'm trying to build an add-on to run the check_mk agent in. It will require access to docker. I'm getting the following error in the log for the add-on: "Couldn't find an alternative telinit implementation to spawn.". I realize that the add-on will require additional permissions, but I'm not quite sure what I'm missing.

dense spadeBOT
uncut hare
#

Hello guys :) is it possible to override entry point or command for add-ons (which basically are docker containers)?

If not do you think this would be a desirable feature for everyone?

I'm asking because I have some containers where I'd like to use some startup scripts. Usually I just take them off ha add-ons and run in separate docker container but some people (including me) may like to have some add-ons in ha^^

pallid mesa
#

hey whenever i try and use samba share i just get this error in the home assistant logs.

`INTERNAL ERROR: Signal 11: Segmentation fault in pid 291 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting

PANIC (pid 291): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern
Registered MSG_REQ_POOL_USAGE
check_ntlm_password: Authentication for user [<MY EMAIL>] -> [<MY EMAIL>] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1`

any ideas to fix this? (ping me)

void nebula
#

too bad node-red channel is quite dead

warm anchor
#

Hi all!, I installed the tailscale addon and use the tailscale ip on my phone to connect to my home assistant installation (android phone) but looks like every time my tailscale is on, the sonos app on my phone stopped working

#

anyone have a similar experience?

obtuse cypress
fathom latch
#

hi, im currently trying to install HACS but im running into some problems

#

anybody who could help me?

viscid orchid
warm anchor
#

do you think it would no t work?

sly kindle
#

@pallid mesa instead of your email address, try the first 5 characters

pallid mesa
#

wdym?

sly kindle
#

go to c:/users

#

what directory name do you see in there?

pallid mesa
#

Hang on lemme turn on my PC

#

The first five letters of my email

sly kindle
#

Change the addon config to use the same

pallid mesa
#

where in the config?

sly kindle
#

where you set the email address, which samba doesn't like

#

the configuration tab of the addon

#

unless you're using secrets, then change it there

pallid mesa
#

there is no email address

sly kindle
#

what are you signing in with then?

pallid mesa
#

nothing?

sly kindle
#

whatever is in the config is what you should be using

#

?

#

You have to configure the addon in order to use it

#

it doesn't just work by hitting start

#

you enter a user and password in the config, and then you use that same user and pass to connect to the share from the windows end

pallid mesa
#

where do i put the username and password in windows?

pallid mesa
#

ty

obtuse cypress
obtuse cypress
#

Unfortunately I'm running HA as docker image at the moment and have no chance to test supervised addons instalation

fathom latch
#

hi ive just installed deconz and added a few lightbulbs. however these lightbulbs dont show up on my dashboard. is there an easy way to fix this?

gloomy hatch
#

Hi there, I need a little help for setting up snapshots for grafana on Home assistant OS. I can't publish snapshots because public_mode is in false and the config.ini file is not reachable. So I tried in the Add-ons -> Grafana -> Configuration ->option code editor but it doesnt seems to work
certfile: fullchain.pem env_vars: [] keyfile: privkey.pem plugins: [] ssl: false snapshots: public_mode: true
Any Idea how to reach config.ini for grafana ?
thx

sick pelican
#

hi, wondering if someone could help me

#

installed the adguard addon, but i cannot login, it keeps saying failed
failed to connect
i lost all my wits on whats going on
tied to edit the yaml file, no dice
i use it on a container in proxmox
if anyone could chime in'

viral latch
#

Is it possible to access addons through the browser instead of only through the home assistant interface? E.g. I installed the Node red addon, and I'd like to access it on http://homeassistant.local:1880 -> while this opens up a valid website, I'm prompted to enter a username and password through http auth

uncut hare
uncut hare
viral latch
uncut hare
#

Nice. Now go the reverse proxy route and access it via nr.local
Short and easy to remember :D

viral latch
#

I had set the username and password as you mentioned, and I assumed that would be the credentials needed to login, which lead to many failed attempts
The credentials I instead had to use was the credentials I use to log in to home assistant itself, not the credentials I defined in nodered configuration

uncut hare
viral latch
#

Very strange indeed, I'm honestly baffled that that's how it works
I will setup nginx reverse proxy right away 😄

polar moat
#

I'm trying to setup remote access with duckdns but my routers configuration page, which is on port 80 is interfering with the domain
when I go to the domain it loads my routers config page. Is there a way to change the port to redirect on the duckdns domain

pulsar totem
#

Ok, so some quick update about setting up Bitwarden without opening a port (because I already use a VPN instance on my router). It's really easy to set up actually. 1. Get a domain at DuckDNS.org, 2. Copy the token to the DuckDNS add-on config, 3. Add a line with IP of your HA DuckDNS instance like this: ipv4: 192.168.xx.xxx. 4. Install Bitwarden add-on as per documentation. 5. On the bitwarden android app use the DuckDNS domain and add :7277 for the port, and you're done.

native bobcat
#

Been using the vscode server add-on for some time now and wanted to make it possible to push to github but I just can't figure out how. When wanting to push to github, I get a message that the extension wants to sign in using Github. After allowing this, I get a "404: not found" error.

Performing a push on the terminal console works, it does ask me for username and pass everytime though and I use a "personal authtenication token" as password. Configuring SSH keys keeps asking me for the same login.

Tried to walk through the vscode home assistant settings, but keep getting "error connecting to your home assistant server at xxxxx" whichever URL I enter.

white bison
#

Maybe I'm crazy. But I am running some applications such as VaultWarden, Wireguard etc, which I SWEAR I got from the HA Add-on store, but now they're not in there when I look. Now I'm unsure how to upgrade them.

#

I think the hassio community add-on repository somehow got removed from my installation... So, fixed my own problem, but man, weird.

willow estuary
#

Hey guys, I just got started with HA and am currently trying to wrap my head around the HomeKit Controller. Contrary to the usual reasons people use HA for, all I want is to use my HomeKit gadgets via alternative means (browser / Stream Deck).

Unfortunately, that seems to be quite some process. Do I really have to delete whatever device I want to use from HomeKit, register it with Home Assistant and shove it back into HomeKit? Sounds a bit convoluted.

lament otter
willow estuary
lament otter
#

Ahh, those are also Bluetooth which is... tricky. You'll either have to pair those with Home Assistant, and then share them back to HomeKit, or replace them.

#

(I have 3 on my shelf here, and can't use them really)

willow estuary
#

Yeah, that's what I mean, so the only option seems to be: fully remove from HomeKit, add to HA and share them back to HK, no?

lament otter
#

Yup, it is.

willow estuary
#

Wow. Imagine folks with hundreds of gadgets lol yikes

#

I mean you'd have to recreate everything you had working before

lament otter
#

Most people switch, and to be honest, bluetooth and wifi devices are the least desirable stability wise

willow estuary
#

Guess I'll try to limit that to my Eve Energy only, most other stuff is compatible both ways

#

As you said, Hue e.g.

#

Do you know by any chance if HomeKit cameras can be accessed that way?

#

Would love to see my entrance in the browser as well without having to grab the iPhone

#

Oh and as for Eve Energy, the new ones work with Thread, so they're way more reliable than back in the day. They really work flawlessly now.

stray trail
#

Is HACS integration or ssh client disabled in recent versions?

#

I reinstalled OS and ssh clients both don’t seem to work

#

I can’t wget directly from host terminal

viscid orchid
#

No

stray trail
#

One ssh add on produces a window that is not readable font and the other gives a gateway connection error

#

I’ll try a bit more to figure it out

sly kindle
#

502 bad gateway? You should check the addon logs

#

or wait a bit longer before trying to open it

stray trail
#

K thanks

next void
#

Hi! I've installed and configured the Google Assistant SDK add-on but I'm unsure if it actually runs. The log ends with "INFO: Starting Home Assistant GAssistant SDK...", And I'm unsure what a normal log would look like. Looking through the source code I noticed that hassio_gassistant.py is executed right after printing this log instance. In the hassio_gassistant.py file the print("Run Google Assistant SDK") command does exist however it is absent from my log. Would anyone be able to help me with this?

gloomy hatch
#

Hi, does anyone knows if it is possible to access a config.ini file for addons installed with home assistant os ?

#

I want to modify a setting for Grafana but I cant manage to find how

raven tinsel
#

All grafana settings can be modified via the environment variables

#

consult the add-on documentation on how to do that

gloomy hatch
raven tinsel
#

Browse to the add-on, configuration tab

#

information and examples can be found in the documentation tab on that same add-on page

gloomy hatch
raven tinsel
#

Happy New Year 🥂

hollow imp
#

hey guys!
is it possible to set up a wildcard certificate in NGINX Proxy Manager if my domain provider is not listed in the supported providers list?

wicked knot
#

I cant seem to find the call service for terminal addon, anyone know why?

viscid orchid
#

it was removed

wicked knot
#

so its not possible anymore to run scripts to send commands?

viscid orchid
#

you can via SSH. It was explained in the changelog

wicked knot
#

thanks i see it was a security issue 😩

#

im kind of lost, so just to make sure, if i want a set of commands to run i need to type them in the addon right? theres no automatic way like on a script?

viscid orchid
#

you can via SSH.

#

it was also mentioned in the changelog

#

as in, command_line sensor or shell_command

warm bolt
#

For some reason my influxDB addon doesn't seem to find some sensors. I have a shelly energy monitor which has 10+ sensors. The energy sensor (kWh) shows up in the influxDB database, but the power sensor (W) doesn't. I have another Shelly energy monitor (for 3 phases) and there both sensors (energy and power) show up. In Home assistant and in my MariaDB database (which I use instead of sqlite), I can see all these sensors

#

If anyone has any idea in which direction I have to look, that would be great

graceful burrow
#

Hiya. Is this a good place to ask a mosquitto/mqtt question or is there a better one?

viscid orchid
#

If it's related to the addon, yes.

graceful burrow
#

I think it is. I'm probably just missing something totally obvious, but I just noticed that I can log in to the broker and see and publish to all topics without a username or password. Sometimes it doesn't show everything, but often it does. Is that right?

#

I have a few different things feeding into it -- primarily a couple of tasmota devices -- and I believe I have everything else logging in with a username/pw.

#

And I've verified that if I enter a username (I'm using MQTT explorer to view), then mosquitto does also verify the password.

#

But right now it seems like you can connect to mosquitto with no authentication at all and just go wild. 🙂 I thought's not normal, but again might be missing something. Thanks!

viscid orchid
#

I think there used to be an "anonymous" setting, but I don't see it now. I wouldn't expect it to accept a connection without a username/password

graceful burrow
#

Hm. I actually noticed it because I was testing a service and it appeared on the broker before I ever gave it a username or password. So between that and MQTT explorer, I've tested it two ways. :/

#

(I can also see the difference in the Mosquitto logs when I log in with or without a username.)

viscid orchid
#

I just tested a bit and when first starting the addon, I could connect to the broker with no username/password with MQTT Explorer , but I couldn't do or see anything. I restarted MQTT Explorer and then it refused all connections with no or bad username/password. I was able to connect and listen/publish when I used a valid username/password

graceful burrow
#

Interesting. I mentioned above it sometimes didn't show anything. Can you try this? With a MQTT explorer profile with no username or password, 1) hit connect; 2) see if any topics appear under the hostname/IP address in a few seconds; 3) hit disconnect (upper right). I just did this 3 times (no other logins or closing the app in between) and it twice filled with topics and once didn't, though it always connected.

#

The first behavior you described sounds like the times it doesn't load the topics.

viscid orchid
#

it doesn't let me connect anymore

graceful burrow
#

hm... odd. maybe restart the addon in case it changes state when you log in or something? though i've definitely done that.

viscid orchid
#

I just restarted it

#

if I used a real username/password from HA, it works fine

graceful burrow
#

fascinating.

#

if i use a real name/pw it works, if i use a fake one, it doesn't, but if i use none at all it works. (and log reflects having no username.)

viscid orchid
#

no idea

graceful burrow
#

Well, maybe before I push further I'll just uninstall/reinstall mosquitto.

#

I don't think it keeps any state/configuration I care about; it should start up with a new install pretty cleanly, I think?

#

But otherwise... guess I'll open an issue?

viscid orchid
#

I guess. it's behaving as expected for me right now

graceful burrow
#

It's definitely still open for me. have a IOT Link client that has never had a username and password populating it and MQTT explorer watching it. Fun times.

graceful burrow
#

Yep, reproduced after reinstall. Took a few attempts before it populated, but it always connected. Never logged in with a password (from MQTT explorer).

#

I'll open an issue. Probably if I'm the one messing it up they can tell me.

frozen kestrel
#

question I'm t;rying to get the cec-scanner addon to work . I can ssh into my machine and manually run cec commands using my hardware but I'm getting a message that when the cec-scanner boots it is not given access to the hardware it needs. I assume this is because the cec-scanner docker container is not given access to the hardware but I can't find where to configure that.

graceful burrow
graceful burrow
#

Also I think I found the problem/fix. Commented in the issue. 🙂

timber marsh
#

I never know whether something is an add-on or an integration. So please just point me to the correct place if this channel isn't it.
I now have a Sonos Speaker, and I want to be able to make Home Assistant play streamed music on it. The issue is that I would really like to use Youtube Music instead of Spotify (because I have YT Premium, and I don't have Spotify Premium). Is there a way to do that?

graceful burrow
#

My recollection (I have a Sonos and use it a little in HA) is that you can use any service supported by Sonos, and I think YT music is supported.

timber marsh
#

I have the sonos integration, I can make it start and stop playing something it's already playing, and I can make it say things.

#

Just what exactly do I have to send to the sonos player to make it play a specific song.

graceful burrow
#

Unfortunately, I don't use YT music, so I've never tried/don't know. Not sure if it's natively supported.

#

But probably the integrations folks can help more?

#

Also, go into Developer Tools -> States and look at the state & attributes of the Sonos media player HA device when playing YT music (started through the normal Sonos app).

#

That might give you some info on how it's identified.

#

Sleep for me; good luck!

timber marsh
#

Thank you, that ytube music player helped me a bit

minor seal
#

Hey peeps any add one for bin collection days?

tight nebula
#

Hello people! I am using HA with raspberimatic addon. It works well but I'd like to get some help for 2 things.

  1. When I control some HMIP devices like shutter/thermostat, sometimes it shows 'Unavailable'. Most of the time it is okay. When it became unavailable, I can't reset/control it from HA, but if I do something manually on the switch, HA changes the status to normal. Is there any way I can avoid this 'unavailable' situation?

  2. Before I use current setup, I used default homematic app and AP to control my shutter. And I scheduled it from homematic app(the schedule pushed to the shutter switch). Now from homematic addon, web ccu ui, if I try to change shutter control schedule, it failed without any log/error just shutter schedule is not updated.(I was able to updated firmware) Anyone had similar issues like this?

weary stratus
#

Hey guys, I have set up a new HA installation today. Now I have a problem with the HomeMatic addon. I get there the message "Homematic Funk Anlernmodus konnte nicht aktiviert werden." I use the "HmIP-RFUSB" dongle. Does anyone have any ideas?

hollow imp
#

Hi guys!
does anybody have any experience setting up mosquitto behind Nginx Proxy Manager?

raven tinsel
#

Unless you are looking to expose the WebSocket (which use is limited, but can be done), in that case its a normal HTTP host

dense spadeBOT
mild nymph
#

awe, there was a question in there 😄

hollow imp
#

thanks for the quick response Frenck, I will drop my subdomain for mqtt project.
something else in my mind for Nginx Proxy Manager:
I want to use my local dns running on my Pi, from my Phone while using mobile data. I want to do this by entering my dns servers domain eg: dns.mydomain.com, because Anddoid doesn't allow to input IP addresses as Private DNS servers. I know that this is a stupid idea from security and system load perspective, I'm simply curious if it is even possible. I'm might have read something about NGINX protocol change that could be useful. The server would somehow listen on port 53 externally, and forward that to my pi's local IP at port 53

#

or would it be a simple port forwarding UDP 53 -> internal 53?

raven tinsel
#

so....

#

dns port 53, isn't HTTP trafic either

#

This would not have anything to do with the Nginx Proxy Manager

#

besides, I would strongly recommend you NOT to expose port 53 to the outside world

#

ever

hollow imp
#

roger that, thanks!

#

one more thing, is it possible to get a wildcard certificate for my domain eg: *.mydomain.com if my domain provider is not in the list for a DNS challenge?

mild nymph
# dense spade

Let's start again then^^

How would I go just running a command in the ssh/web terminal addon through an automation? I'm trying to follow the tutorial to set up GitHub backups. Running the command manually through zsh works fine. After playing around it seems like I can't get the automation to pass anything over to the addon. (Tested by just trying to run a mkdir through the automation) I also can't find any error logs referencing the automation. The question in the replied post includes the action i used in the automation

viscid orchid
keen berry
#

No idea. I have never used it

raven tinsel
south folio
#

For anyone using aircast I am able to cast from my phone but I get no sound on a google home (full size), anyone having this same issue? My devices are on a different vlan. I am passing the broadcast info between vlans and if I connect directly via chromecast it plays fine.

minor seal
south folio
#

For adaptive lighting and the sleep function am I supposed to create an automation on when I want sleep to turn on?

alpine jetty
#

Has anyone added an add on for Scrypted? Looks like a pretty seamless way to get cameras into HomeKit

zinc terrace
#

In the Log Viewer add-on's docs it says:

Custom filtering is available to make it simple to differentiate different types of logs.
But then I don't see any mention of how to do any kind of filtering. When I open the web UI it just shows the disconnect and clear commands and such.

viscid orchid
#

Mine has "/ New Filter" and "L Manage Filters" at the bottom, but I'm not using the released version of the addon

zinc terrace
#

@viscid orchid Newer version?

viscid orchid
#

super secret version

zinc terrace
#

oOoOoOoo

#

An old comment but sounds like there it doesn't do anything other than show the logs which is all I see

viscid orchid
#

I agree that the "about" section mentions custom filtering, but the animated screen above it doesn't show the filter options

zinc terrace
#

I also don't see any related changes in git since the latest release (v0.12.1) so you must really be on a super secret version lol

#

Really like the add-on, but having issues where it just won't start showing logs when I switch to the UI. I uninstalled it and reinstalled and that fixed it, but now it's back to not working again :/

#

Interesting, actually it looks like it might be a problem with access through my external URL. Seems to work fine when I use my internal URL. Which actually brings me to another issue I've run into where things seem to break when I try to set my internal URL to homeassistant.local. Though it's escaping me what the issue I had was

#

Looks like the add-on is failing to load js/websocket.js when I access it on my external URL for some reason

viscid orchid
#

Yes, that's been a problem for years that's gone unaddressed

zinc terrace
#

Yeah finding some stuff in github issues now

#

Welp at least I have a workaround

rocky timber
#

hi guys, im just starting to use frigate addon, but i just want to record clips when some moviments are detected. it is possible?

#

at moment my config is:

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

but on my share /media each every minute i have recordings without any moviment.

#

what is wrong?

frank condor
#

My Smart Things integrations is just idle with the message> "Please wait while the integration is being set up". Been like that for over two hours.

#

When I reset the virtual computer and try again there is a dialog saying "Config flow could not be loaded".

sly kindle
icy surge
#

Hey All. Does anyone know if its possible to use esphome to feed into room assistant? My thinking was they use BT that scans devices, the esp32 would see my phone and signal strength, feed that back to room assistant which would say take a guess which room i was in

viscid orchid
#

It tells you how to configure it

#

BTW: please select a profile pic. Having a blank one makes it very confusing to follow conversations

sacred adder
#

is it safe to use the sonoff addon ?

lime swan
#

Just getting started with home assistant and getting a curl 52 empty reply from server trying to add sonoff devices in tasmoadmin. I can enter ip for device into browser and tasmota menu will come up. Auto scan doesn't find anything either. Not sure what I'm doing wrong
Edit: enabling api from tasmota config fixed it.

cobalt cipher
#

hey guys im trying to use the ssh addon and i uploaded my computers pubkey and now i cant log in even with password?

#

everytime i try to login even with password auth disabled it prompts me for a pw

#

wait i got it, i was just super confused cuz im not use to this HA ssh config file

weary fox
#

Hi, what's the best way to attach an HDD to my hassOS NUC for online file access? (Preferably with something like next cloud)

clever finch
#

Has anyone been able to control MPD's volume using "media_player.volume_set"? It just ignores that for me and always uses a volume of 85%.

viscid orchid
#

'Addon'

whole fog
#

Thanks for pointing this out!, messages moved 🙂

placid mango
#

Hi, I'm trying to do a git push from the addon file editor or configurator, it always worked but now I get the message: Cmd('git') failed due to: exit code(128) cmdline: git push --porcelain origin stderr: 'fatal: Could not read from remote repository.' If I try to ssh -vT git@github.com I also get timeout. But I download from hassio stuff from github without problems and it resolves dns fine ... I have regenerated the ssh key and from a pc on the same subnet I don't have this problem. Any idea how I can hunt down what is happening to me? thanks!

inland olive
#

anyone know of an addon to run a MochaD server on the HomeAssistant OS?
I've spent ages trying to make one, but I just can't get it to work, and it's infuriatingly slow to debug

pale kindle
#

Is there a way to auto backup/git push ha files to github using Vscode addon, or any other?

pure forge
#

I'm afraid I know the answer to this, but I'll try... Is it possible to make Visual Studio (In HA and/or the desktop accessing config through sambashare) stop refreshing? It's almost impossible to make new files/folders because it jumps out of the name when it updates the file list? I think it's the zigbee.db that is causing (most of) this. I'm tired of making new files with the file editor...

icy surge
#

Hey. I'm using esphome with the Xiaomi plant sensors. They were working, and I can see them logging in esphome fine, but all the sensors in HA now just say Unknown. Anyone know where to even start with this. Unsure if it's an issue with esphome sending the message or ha not updating them

icy surge
#

mqtt discovery is one, and i can see the esp sending topic='office-esp32/sensor/avocado_plant_soil_conductivity/state

#

ahhhh, for some reason i was under the impression sending a mqtt topic would generate the sensor and info automatically

#

Oh no that is exactly what's supposed to happen, so I'm not really sure now. Esphome is using the Xiaomi platform and mqtt to send the info, so not sure why Ha wouldn't be compatible with it

inland olive
#

What's a good way to share a custom addon I made? I don't really want to make a git repo because then I'd need to maintain it and such, but I'm willing to share the code so noone else has to go through the process of making it again

viscid orchid
#

usually the answer is...a git repo

#

lots of folks make git repos and don't maintain them :). No different from putting it somewhere else and not maintaining it there

inland olive
#

ig I could just send it here, and people could search

boreal urchin
# inland olive anyone know of an addon to run a MochaD server on the HomeAssistant OS? I've spe...

I was just able to get this docker image to install https://github.com/jshridha/docker-mochad. I had to use the SSH & Web Terminal Add-on.

You do have to pass port 1099 thru (if you use the default port).
docker run -d --name=mochad --device "/dev/bus/usb/002" -p 1099:1099 jshridha/mochad:latest

I'm still working through this myself but it did read RF Signals successfully from an X10 RF Controller and also saw updates from Home Assistant.

The part that I haven't gotten to work (and not sure if it will) is if an on/off signal is sent from something else (like an X10 RF Controller) to update the entity in HA. I don't know if I'm missing something or if this just isn't possible with mochaD

inland olive
#

The issue for me was the fact that it wouldn't run as a background proccess

#

I needed that -d argument

boreal urchin
# inland olive I needed that `-d` argument

Glad to hear it. So are you seeing updates to your HA entities from mochaD if an update happens from another source (like an RF controller)? I'm fine with polling even if it's a little slow but I don't see any changes come through. I am running in HASSOS in Virtualbox so I have an extra VM layer for the USB communication so I'm not sure if this is just a "me" problem.

zinc terrace
#

I just started using Influx and Grafana and there's this really annoying problem I'm having with graph lines not extending to the edges of the graph. It seems that only if there's been a change in the value for an entity does the value actually get recorded in Influx. Or at least that's how it's working for a command line sensor I have.

This is fine as it makes sense to not fill up the DB with data when it hasn't changed, but it's causing problems where if there hasn't been a change outside of the time window I'm viewing, no data will appear at all. Has anyone experienced this?

tight nebula
#

Anyone can help me? I want to open RaspberryMatic addon directly from URL not via side bar.

tight nebula
#

Solved, I have to put port number in the addon setting for this

pure forge
#

Can I have both the Z-Wave JS and the Z-Wave JS to MQTT at the same time and have them use the same z-Wave stick, or do I need to stop one of them to access the stick?

covert arch
#

why would you need both? no, you cannot run both on the same coordinator

inland olive
#

The actually integration is classified as a resource polling one

haughty quiver
#

hello, i have a home assistant server with node-red. My input and output are in node-red. Can i now use the home assistant dashboard so i can make the state of the outputs visual and toggle them?

pure forge
glossy rune
#

Could someone please explain to me why the official SSH add-on has a rating of 5, but the other unofficial SSH add-on has a rating of 1? I want to understand the thinking that went into that so I get a better grasp of the sec aspect, but I am assuming it's sec related. I noticed unofficial has sudo, while official one does not, b ut I'm not really sure exactly what that means in relation to the ratings if there is any relation.

zinc terrace
#

Yeah I just started using the unofficial one recently. I believe it basically gives you root access on the host and I think the rating is specifically for security so it's going to be lower

sly kindle
#

@glossy rune The unofficial one has the protection mode option which gives it a little more access.

#

At some future point you will need to run dev for that option

inland olive
cyan prawn
#

Has anyone gotten the Inkbird IBS-TH2 working with esphome. I see directions for setting up the IBS-Th1.

pearl pivot
#

Anyone running HAos with Tellstick Duo? have a few wierd issues I hope to clear.

urban vapor
cyan prawn
#

I did and also on GitHub feature request

opaque girder
#

Hello - is there a way for a second home assistant instance (on Docker) to be able to access Deconz entities that are paired to a Conbee stick that’s plugged into another HA instance (HAOS)?

pastel pebble
#

Hello Everyone I have a problem with CoreDNS plugin, it is looping in fail with this log : 22-01-08 13:58:00 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with CoreDNS plugin! 22-01-08 13:58:01 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin 22-01-08 13:58:01 INFO (SyncWorker_7) [supervisor.docker.interface] Cleaning hassio_dns application 22-01-08 13:58:03 INFO (SyncWorker_7) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/armv7-hassio-dns with version 2021.06.0 - 172.30.32.3

#

It happens in the night, and now mqtt zwave and hacs integration no longer works

#

And if I try to restore a backup from one week ago I have this message : 22-01-08 14:03:54 INFO (MainThread) [supervisor.backups.manager] Full-Restore 451e7efe start 22-01-08 14:04:18 INFO (MainThread) [supervisor.jobs] 'BackupManager.do_restore_full' blocked from execution, system is not running - CoreState.FREEZE 22-01-08 14:04:25 INFO (MainThread) [supervisor.jobs] 'BackupManager.do_restore_full' blocked from execution, system is not running - CoreState.FREEZE

#

I've also try ha dns update --version 3 I found on the forum but it goes on an error Error: CoreDNS update failed

hard oxide
#

Hi Everyone, Ive setup the unifi network application addon a while back and everything seemed to work fine. But now when I try to open it at: homeassistant.local:8443 I get the following message: Database Migration in progress... i've waited for a few days. But no change. Does anyone know what i can do. I have a lot of wifi devices and i'm afraid ill have to readd them all if i reset the entire system. Any help is greatly appreciated!

prisma tendon
#

hey guys anyone using the browser mod ?

harsh oasis
#

Hello, i am getting 502: Bad Gateway error on my Zigbee2mqtt addon when i try to enter the UI.

#

Logs:

#

zigbee2mqtt@1.22.2 start
node index.js
Zigbee2MQTT:error 2022-01-08 17:54:38: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-01-08 17:54:38: Failed to start zigbee
Zigbee2MQTT:error 2022-01-08 17:54:38: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-01-08 17:54:38: Exiting...
Zigbee2MQTT:error 2022-01-08 17:54:38: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0'
at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:146:28)
at SerialPort._error (/app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
at /app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
[17:54:38] INFO: Handing over control to Zigbee2mqtt Core ...

viscid orchid
#

seems it cannot access your dongle

prisma tendon
#

I select "remember webcam choice" and click allow, and this gets it working again, but next time I restart i have to do it again, otherwise all the entities are unavailable.

#

I presume it has something to do with the browser's privacy setting. Even though I click remember choice...

#

always allow

royal token
#

I have my HA instance accessible from the web via the Duck DNS add on and that works just fine... Curious what added value the Nginix reverse proxy add on provides

prisma tendon
#

I've been wondering that myself just earlier today

viscid orchid
#

Support multiple externally-addressable, SSL protected servers through a single open port and allow for non-ssl internally

tardy rampart
#

Hope this is the right space to ask... I had to replace one of my ESPHome node because of an hardware fault, and now, the ESPHome Add-On, shows the node offline but it is actually not. I already deleted and recreated the node, but it is still shows as offline. Is there any thing that I'm missing (like change an ESPHome internal file/settings)?

#

Funny thing is that, I can see the logs, but are not complete (I can see just MQTT Logs and a sensor measure)

unique sluice
#

Trying to install Samba for the first time and the doc says for windows to put in \<IP_ADDRESS>\ what ip address is it referring to?

viscid orchid
#

Your HA system

unique sluice
#

Thanks RobC I'll try it out.

#

Well I try that and I end up on a "Free Web Tools Site"...

#

Anyway it's late and I'll hash this tomorow.

rich light
#

I'm having trouble with the Adguard Home add on. I've set it all up and can access the web interface, but I am confused what ip to set my primary dns as on my router. I tried to set it to 127.0.0.1 like adguard said, but my router says it isn't a valid primary dns, so I put in the address of the hassio os it is on, and adguard isn't receiving and traffic. And help?

harsh oasis
harsh oasis
# viscid orchid seems it cannot access your dongle

Alright i found out one issue, i had to pass through the usb to the VM. Now i get another similiar error.

Zigbee2MQTT:error 2022-01-09 09:54:11: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-01-09 09:54:11: Failed to start zigbee
Zigbee2MQTT:error 2022-01-09 09:54:11: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-01-09 09:54:11: Exiting...
Zigbee2MQTT:error 2022-01-09 09:54:11: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:102:27)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:123:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts💯27)
at start (/app/index.js:97:5)

foggy sorrel
#

Hi, I need to know where I can find an "appId" list of an app on my television (NOWTV). To give the command to open it automatically.

weary stratus
#

Hi together, I am a newbe working with appdaemon.....I just try some example apps, but the function:
self.turn_on(self.args["entity"])
always returns an error....
if I write in the code:
self.log(self.args["entity"])
then it shows the correct entity name....if it write self.turn_on("switch.h_eg_wohnzi_stehlampe_schalter"), instead of self.turn_on(self.args["entity"]).....
is there any idea why self.turn_on(self.args["entity"]) causes an error? (in the beginning of the code self.listen_state(self.motion, self.args["sensor"]) works also fine)

dense spadeBOT
weary stratus
#

Hope I am at the right place to ask that 😦

#

Apps yaml

motion_light:
module: motion_lights
class: MotionLight
sensor:
- binary_sensor.homematic_detektor_motion
entity:
- switch.h_eg_wohnzi_stehlampe_schalter
log: debug

viscid orchid
weary stratus
#

thanks a lot

meager knoll
#

Is this the correct channel for assistance with the nginx proxy managaer?

viscid orchid
#

if you're using the addon

meager knoll
#

I am. I'm following the JuanMTech guide on first time setup, because this is my first time setting all this up. I'm getting a 400 error when trying to use the dns link.

#

I've seen documentation regarding trusted proxy hosts, but can't find where that would go if needed.

viscid orchid
#

yes, you probably didn't set that up

#

you don't need the first line under trusted_proxies:, just the second one

meager knoll
#

Where does that go though?

viscid orchid
#

see the doc link

#

but configuration.yaml

cobalt cipher
subtle crypt
#

Hmm, Im just getting a black screen when trying to do anything in the ESPHome addon. I have one old ESP8266 device that has working temperature values. But can't upgrade the esp or even check the logs. When trying to add a new one it also shows just a black screen. No matter if I do it wirelessly or via cable.

I have tried from multiple browsers and multiple pcs so it shouldn't be a browser cache issue either.

Have tried to reinstall the addon also.

Anyone seen this issue before?

cobalt cipher
pure forge
#

Visual studio Code: Is it possible to use a dialog for new files/folders? Creating new files/folders are a pain as it quits when files update...

covert arch
#

you should try to find out why it crashes?

pure forge
#

It doesn't crash, it exits the file name field when a different file updates, zigbee.db is frequently updated.

proper haven
#

Hi folks!

#

Another minigraph question

#

I can't seem to get my config right, but just trying to make two lines that have significantly different scales of value be closer to each other on the graph.

raven tinsel
proper haven