#add-ons-archived
1 messages Β· Page 54 of 1
Right, those are the options.. Roll back to 5.1 or use it on another system. Any MQTT server will do.
so is it the broker?
soo...if i keep the addon and delete the broker and use my own ill be alright?
yep...and it works now...lol...
i uninstalled the addon and installed mosquitto on my local PI
and everything started working
i used the yaml mqtt and linked it to it
"keep the addon and delete the broker" is what confused me
i thought they were seperate but i understand now they are one in the same
broker sends and recieves
π€¦ββοΈ
lol
yes. the addon's purpose is to provide the broker
yeah i think something is really buggy with 5.1.1, im using a plugin called OmniLinkBridge
and it commuincates to HA using MQTT, but ever since the 5.1.1 update the devices have been showing up as unavailable
switched brokers, and it started working immediately
Same with BlueIris. I'm trying to figure out who maintains it to get said person's attention but nada.
Good and old uninstall a reinstall solved. I still don't know what was the issue though.
I have installed ZWave JS to MQTT. Can anyone help me understand how I can send a MQTT message to HA. Do I use the HA IP address as the broker address or is it something else?
What I would like to do is set up a ESP32 device and have it report some kind of information to HA or just switch something on and off to start with so I can get used to how things are done.
@wanton wagon did you install mosquitto broker?
Oddly enough, I did. Then, uninstalled it thinking this is ZWave JS to MQTT it already does that, I think.
@wanton wagon ah no you still need a broker for zwjs2mqtt to talk to
is there an add-on which will create sd clone image so that I can transfer to my pc?
Im using google drive backup, but I just want from time to time to clone sd card just to be able to swap them quickly if my HA instance broke
Can anyone confirm whether I can use !secret in Addon configurations or not? If yes, how π All I get is 'Invalid YAML'
password: "!secret secret_password"
Quotes are important
Thanks!
Sorry for re-posting but I think it might fit better here after all. Hi all, I'm migrating from a fully functioning (but slow) RasPi3B with HA supervised install (with external z2m, nginx, influxdb containers) to a HASS OS on a RasPi4 and I would like to transfer some config files (such as the Z2M config file & device database, the influxdb database file, etc...) to the new box. It seems the Samba add-on only exposes the homeassistant docker container data volumes, not the data/services folders for ALL the other add-on containers. There might be a way using the Dev. ssh on port 2222 but I think/hope there should be a cleaner/quicker way to get files over to the box. any help is appreciated.
@robust bane a full snapshot will have addon config and data, but not for your external containers
exactly ... that's why I installed z2m, influxdb, grafana, mosquitto now as 'internal' HASS OS add-ons, but ultimately they are also simply containers in HASS OS, controlled by the Supervisor. So I'm looking for a decent way (without going into the Dev ssh port 2222 + sftp mode) to get the few binary files I really need over, to make my migration complete.
Currently i have a hass running on a raspberry pi4 i managed to set up DuckDNS/SSL certificate wrong so that when i log in to hass through the web interface. i am able to login but not get up the ui. I am not able to install samba on the pi so that i could edit the configuration.yaml file remotely. Or if there is any way to edit configuration.yaml from the hass core cli
hello I upgraded to latest versions and started seeing message that samba is using secrets that are not secure
I have tried to modify my config so my user/password are moved to the secrets yaml but it fails to take the changes
Does anyone know how to get this message to stop?
@torpid scarab it's not about moving to secrets yaml. It's about choosing a password that isn't out there in a publicly available password database
secrets.yaml has nothing to do with it
But to use !secret in the add-on config you have to put it in quotes
"!secret samba_user" for example
Hello! I have a question about the Unifi Controller add-on. I'm looking to roll back the controller version to 5.x because Ubiquiti removed some functionality in version 6.x. Is there any way to do this with the add-on?
Specifically, I'm trying to turn the 2.4ghz radio off on 2 of my 4 AP's to help reduce interference.
hi , I have a problem related to mqtt password change, I've changed it on hassio web (supervisor->mosquitto and supervisor->zigbee2mqtt) but it isnt working
mqtt logs this:
1614974367: New connection from 172.30.33.1 on port 1883.
1614974367: Socket error on client <unknown>, disconnecting.
1614974368: New connection from 172.30.33.1 on port 1883.
1614974368: Socket error on client <unknown>, disconnecting.
also this:
[21:03:51] WARNING: [WARN] Not found mqtt on local database
when I change pw back to old one, it starts working
you can't just change the password on the broker. You would also need to change it on the devices which are connecting to it
What is your mosquitto add-on config?
@tame skiff
logins:
- username: mqtt
password: pass
anonymous: false
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
@tame skiff pretty basic config. You can ditch the username and password altogether
Then go to configuration > users and add a new user
use your "old" password there
make sure the Username matches the old username (which appears to have been "mqtt")
The broker add-on will check against this list of HA users
Your devices will continue to connect.
You will have no password in the config which will trigger the password warning.
@tame skiff make sense?
actually, only zigbee2mqtt is connecting
so I dont need my old password
my goal is to change it
why do I need that system user? π
the broker uses the HA user list
It's an "invisible" list of valid credentials
my mosquitto config: logins: [] anonymous: false customize: active: false folder: mosquitto certfile: fullchain.pem keyfile: privkey.pem require_certificate: false
is default. No logins:
I see
zigbee2mqtt is using a password to authenticate with your broker
whatever that is, add that user/pass as an HA user
can anyone help? i can install mqtt from addon store but it will not start. it shows up in docker but just will not start.
@covert gull did you check the addon logs?
and what do you mean it shows up in docker?
nothing shows in the addon log but this is what i got in supervisor: 21-03-05 22:07:01 ERROR (SyncWorker_2) [supervisor.docker] Can't start addon_core_mosquitto: 400 Client Error for http+docker://localhost/v1.38/containers/509c72fcf20d9ad2aef69bd3e766010c94bf39e902f6ad6f0b9d564af4999f70/start: Bad Request ("OCI runtime create failed: container_linux.go:348: starting container process caused "exec: "/dev/init": stat /dev/init: no such file or directory": unknown")
is this installed on synology?
no debian 10 PC
what is the system health showing? configuration > info
Host Operating System Debian GNU/Linux 10 (buster)
Update Channel stable
Supervisor Version supervisor-2021.03.4
Docker Version 18.06.3-ce
Disk Total 915.0 GB
Disk Used 11.0 GB
Healthy true
Supported true
Supervisor API ok
Version API ok
i also just tried to install Grocy and it is doing the same
looks like you should have docker ce 19.03, but I would expect it would complain about your current install
ok updating to 5:19.03.15~3-0~debian-buster hopefully it will work
@sly kindle that was it thank you
Need help getting root access for mariadb addons. I dont see anyway to configure root or to delete a database
@carmine plinth there's a phpmyadmin add-on
Hi, Where should I put a feature request for the addon-store in HA?
Since the update of Jupyter Lab Light to Jupyter Lab the raspberry pi is not supported. If there would be an advanced mode in the Addon-store where you can select the version/branch that would be great I think
hello, is there an add on that rings your phone when prompted?
android has "find my android" and i'm looking for something like that, or an integration for it
Samba share is not working any more.
A day ago I changed the password because HA warned me about a bad password.
Now i can not connect anny more ans samba share stopt running sometimes .
could this be related to the update?
Ok... Fixed... its working with the old password and login. π€·
ERROR (MainThread) [supervisor.api.ingress] Ingress error: 400, message='Invalid response status', url=URL('http://172.30.33.0:8099/
Getting a lot of the above error and not seeing devices turn up in HA after adding them in zwavejstomqtt, comms to devices is fine but I cannot get them into supervisor for some reason
error message truncated a bit
anyone got any ideas?
have the zwavejs integration installed and configured with the correct ws: address
version mismatch by the looks of it, things are showing up now
Hello, having a bit of a problem with the ssh&web terminal addon. Im getting a "failed to created user account" message.
in the logs?
yes sir. two lines specifically
"adduser: illegal character with code 33 at position 0
[13:13:47] FATAL: Failed creating the user account"
tried a different variation on the user name?
yup, non of the normally protected ones eiother, no hassio,homeassistant,root...etc. I even tried it without using the !secret option
so if you enter catmandooo as the user it still has this error?
correct.
wait...just tried something thats working.
ok.. so When I initally installed it. I use '!secrets sshusername' That worked. Then this past day I upgraded. and it failed. I tried 'username' <-single quote. but that failed. I just tried it without the quotes. Thats working. but the password is not. Chenged the password out to not use secrets..and its working.
it looks like the !secrets option is broken.
!secrets sshusername needs to be in quotes
Thats failing...
sshusername doesn't
I get an "Invalid YAML" if I dont use ''
hmm
trying to switch mine to secret. it won't save the change
maybe they need to exist first, though
yeah, looks like they needed to exist in the secrets.yaml first
oh you have !secrets
it's !secret
sorry just noticed
now the damn !ihavebeenpwond thing wont take my password....arrrrg
ok. now it works. Thanks. guess is was just the !secret thing.
I'm using the deCONZ addon and want to enable UPnP, in the documentation it says "Known issues and limitations: The add-on has no UPnP support."
Why is that and what can I do about it? I've been searching for hours already. Someone any input?
Which is the correct channel for MQTT questions & help?
#integrations-archived probably
ππΌ thank you
is there a there a cloudns updater for ha
When reading the documentation for the SSH and Web Terminal addon, it says to set a password in the password field, is this password supposed to be the same password I set for my keys when I was generating the SSH RSA Keys?
https://github.com/hassio-addons/addon-ssh/blob/main/ssh/DOCS.md
btw I am using PuTTY Key Generator...
You shouldnβt set a password for your keys. In any case, no, theyβre completely separate
After 2years nginx proxy manager wont renew certificate or create new. I get error: Another certbot instance is running, but I have not another ngingx?!
I have restarted router, host, still same error. Please for help
Is there a way to display a badge depending of a calendar event ? For now I am using using the state-switch hacs addon but I don't think that I can do it with a badge instead.
I have stopped nginx but there are still process that cn not be stopped ps -ef | grep certb and ps -ef | grep nginx
triyng to install mqtt broker but keep getting errors.
https://pastebin.ubuntu.com/p/96jTvw9XtM/
Hi everyone
yesterday I tried the method related to that #add-ons-archived message conversation
but without success, all my zigbee2mqtt entities remains unavailable
ah, forget it, found
I missed the integration reconfigure
though that will erase my running-config
π
Is it possible to access an addon from My.homeassistant? I noticed they referenced that here https://developers.home-assistant.io/docs/supervisor/development#supervisor-api-access but it doesn't seem to work for me.
I'd like to provide a link in my addon like this https://php.adamoutler.com/img/addon.svg but it doesn't seem to work. Is it supposed to work at all?
Anyone know how to revert an addon to a previous version? I want to roll back my Mosquitto container to 5.1 instead of 5.1.1 to bypass the memory leak issue
@pseudo pebble This takes me to the core_samba addon: https://my.home-assistant.io/redirect/supervisor_addon/?addon=core_samba
it's one of the examples here: https://my.home-assistant.io/faq/
Only works for core addons?
I doubt it. the slug is an argument
I think the argument is the page reference after */hassio/addon, not the slug. Try linking a community addon.
this takes me to the community SSH & Web Terminal addon: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_ssh
mosquitto 5.1.1 seems to be broken, this might be the issue you're running into.
500 server error is likely a dns resolution failure, nothing to do with memory leaks
ok, on the docs page, I use https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhome-assistant%2Fhassio-addons-development to add the repository, but then https://my.home-assistant.io/redirect/supervisor_addon/?addon=ae6e943c_remote_api does not work. My link is totally different.
Got it running. The connection was no good. It would not install.After DNS change to 1.1.1.1 it was installing in 2 seconds. π
oh, wow. I don't know what changed but it works now. Awesome!
I expect the second one to only work if you actually install the addon
No, it shouldn't require installation. it's a link to the marketplace listing.
Oh never mind. 5.1.1 is still broken but your issue was different...
yeah, maybe
Hi guys,
Does anyone have advice for me?
I have installed the Mosquitto broker and now want to enter the user name and password in the configuration, but the user names entered in the YAML are always deleted when I save..
Just installed mosquito. Dit not have to go to yamj
You can give username and pasw. in configuration
yes right, but when i go to configuration and add "- username: xxx (new line) password: xxx" and click save, the added lines will be deleted.
Did not fill in anything there. Only in zigbee2mqtt. And after instal of the broker you can give user and pas in the integration.
I have a boolean in my config called "Perform malicious actions". How can I access it with bashio?
ok, thanks. i will have a look on the links.
The documentation on bashio with spaces is missing.
cc2531 stick
i gave up on bashio. It can't handle spaces. doit=$(jq --raw-output '."Perform Malicious Actions"' options.json); is the way to do spaces.
I am looking to try Motion Eye.
But, even though th elogs seems to show no errors, upon opening the GUI, I am getting a "Bad Gateway" error.
Any ideas on why this is happening?
Add-on: motionEye
Simple, elegant and feature-rich CCTV/NVR for your cameras
Add-on version: 0.11.0
You are running the latest version of this add-on.
System: Home Assistant OS 5.12 (amd64 / qemux86-64)
Home Assistant Core: 2021.3.2
Home Assistant Supervisor: 2021.03.4
Hi, having an issue with Add-ons via Supervisor. Just moved to Hass on a virtual box VM on my mac (was using docker, but wanted the supervisor). got most things working but some add-ons won't let me edit there config, anything I change it just does not save (after hitting the save button) and it goes back to default (DuckDNS) but other work no issue (VSCode). For me it seems like it does not have write access, but even with SSH I can't see in the file structure so that I can edit these files manually or change their permissions.
Is anyone on here successfully running wireguard on a supervised docker version of hass. In a normal setting I would say it appears to be one of the easiest ways to install wireguard but being that I'm in docker I'm not sure if it will be successful.
@versed storm The wireguard add-on? There would be no difference. Docker is involved in a standard install or a supervised install
You didn't choose docker. It's a requirement.
Right. I guess I didn't think about it like that. I had initially tried to install wireguard on debian to run in parallel with docker. I had no luck that way but I forget that running supervised install in docker is basically what happens normally behind the scenes.
Thanks for the insight. I'll give it a shot later.
Is it possible to have a !secret smb_pwd in the add-on config instead of plain text? Looking at forums this wasn't possible back in 2020
So it needs quotations. This is the reason why i couldn't save the yaml file then. I'll give it a go
Hello... Any idea why zwave js keeps "installing" and stealing the usb device from zwavejs2mqtt
I delete the addon and it pops back in, try to prevent it from starting and disable watchdog. Keeps starting
Guys, I'm not getting the retain flag even when my devices publish a payload with a retain flag
using the official mosquitto add-on
any guess?
"retain" is a function of the publisher - the broker just does as its told
I suspect that your devices aren't really publishing with "retain" set
to be more specific , they are tasmota devices
MQT: stat/xxxx/POWER = OFF (retained)
MQT: tele/xxxx/LWT = Online (retained)
They are publishing retained msgs (at least that's what's showing on the console)
how are you determining that they're not retained?
MQTT Explorer is the best (IMO) graphical interface to your broker, and you can test publishing a message with "retain" set
mqt explorer. That's what I'm using
Even inside the Mqtt Integration, when I listen to the topic that's what I get
Message 22 received on tele/xxxx/LWT at 2:04 PM:
Online
QoS: 0 - Retain: false
I just figured out what's going on. When I was publishing a test topic on mqtt explorer and passed the mouse over the option "retain" , a message appeared " Retained msgs only appear to be retained when clients subscribe after the initial publish"
me neither
Hi, I just installed duckdns but I can't access my frontend over the internet
I portforwarded 443 -> 8123
Also, when I acces my https://homeassistant.local:8123 it says the connection is not secure
hey guys, does anyone have any recommendations for a Ethereum gas price addon
Does someone know what to do?
@weary stratus install nginx and then forward random outside port to your 443
do not let 8123 outside...can be tricky π
what is the best way to have the addon's logs in real time ?
docker logs <containername>
yes but on the terminal addon I don't have access to docker command
you do
euh what ...
ah yes it's ha docker logs
no the ha docker command only access info or registries
what is the big thing I miss @covert arch ?
web terminal by frenck, privileged mode, run docker logs
ah I use an other terminal
don't
there is SSH & Web Terminal by Frenck and Terminal & SSH by ... don't know
the former is superior in every way to the latter
SSH & Web Terminal is on HA Community Add-ons and Terminal & SSH if on Official add-ons
yes but the names don't help x)
vscode is on another level then
yes that work better thanks @covert arch @viscid orchid
They used to differ a lot π
Maybe I should rename the community one to the Swiss Army Knife or something π
I'm partial to "Use this one" and renaming the official one "not this one"
Well, I honestly think most people should just use the core version
as it probably fits most peoples needs and would be considered "more secure" due to less access
I created the community version at the time for my own itch during (add-on) development
I'm usually trying to guide people to do things they shouldn't be doing and can't be done with the core one π
Is it possible to schedule automatic stop & restart of an add-on through automations?
yep
- alias: Daily Snapshot
initial_state: true
trigger:
platform: time
at: "04:00:00"
action:
- service: hassio.addon_start
data:
addon: local_remote_backup
@weary stratus the certificate is not valid for your local access, so you see the warning. that's normal
is there a way to see what integrations are in HACS without actually installing HACS?
*integrations = components, sorry
https://hacs.xyz/ thought this might be more suitable for browsing through the repos: https://hacs-repositories.web.app/ (ps. the search ain't working too well, use browser's search instead)
I just installed a 3rd party addon, not ideal security wise but really glad to not have popups appear from the supervisor about my passwords anymore. https://github.com/freman/hass-nopwned
thanks @cosmic raptor. I have no idea why, but I think "Repositories" was the only section I didn't look at on the hacs site... :/
Guys is there anyway to publish to a topic and that message be recieved by one client in mqtt? So I have python running a mqtt client and its subscribed to a topic but when i publish to it it doesnt recieve anything so i was wondering if this is possible
And im sending data to ha and its working but i want to be able to change its settings from ha that wy i need a way to publish data back to it
Please don't cross-post
@git_pull I have just created a pull request that should ease setting up git_pull, or at least make it failsafe to misconfigured git repo
ah, sorry, wrong channel
can someone tell me what to search to get to a place where i can run docker commands?
I'm trying to see the bind command used when node-red addon was created, so i can write and read files from the node-red instance
in a basic shell terminal ??
you can use putty to do that
but you can do that with a graphical interface with the portainer addons
The /share folder is meant for that purpose
to write / store files at
Can someone help me ? I have a problem with the RPC Shutdown addon:
When I put this configuration with my yaml file :
data:
addon: core_rpc_shutdown
input: windows-mathis```
I have this issue:
Component error: data - Integration 'data' not found.```
@cinder mango #automations-archived
That stuff doesn't belong to configuration.yaml but you call that service from your automation
Incredible! Thank you very much
Hello. I have 2 pi's properly set up with zwave2mqtt as well as a zwavejs2mqtt.
One pi has supervised hass.io installed as well as zwavejs2mqtt, that works fine, however I am unable to get it to sync with the other pi (running nothing but zwave2mqtt) and my seperate hass core install does not see any nodes from either zwave network.
MQTT is installed and working correctly, both zwave networks are working through the same mqtt server.
Does anyone know of a tutorial to help me get hass to auto recognize the nodes on MQTT? I've been googling for days and I can't get through this wall.
Thanks!
hi guys, i am trying to configure mqtt addon but,,, i have this error
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[23:22:16] INFO: Setup mosquitto configuration
[23:22:16] WARNING: SSL not enabled - No valid certs found!
[23:22:16] INFO: Found local users inside config
[23:22:17] INFO: Initialize Home Assistant Add-on services
[23:22:17] ERROR: Can't setup Home Assistant service mqtt
any input to solve?
disable ssl in the mqtt addon
logins:
- username: xxxxxx
password: xxxxxx
anonymous: false
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
i think is problem with new version of addon
remove the certificate and keyfile lines
Howdy. I have been using HA for quite some time now and it is awesome. Now I want to add AdGuard to my setup and I am struggling. Fist off I am using HA 100% local no remote access. So when I use the default http:8123 I can use the mobile app but I cannot use the AdGuard WebUI. If I switch to https:433 I can use AdGuard but now the mobile app does not work because I do not have an external ssl cert. Any help would be greatly appreciated.
Set up certbot and make a signed ssl cert. adgaurd is going to insist on this
android is going to insist on this*
Is there a good tutorial on setting up a cert for a local network? I do not want to open ports.
Internet is full of tutorials but start with this, you can get free certs https://letsencrypt.org/getting-started/
Yes it is FULL of tutorials. Most of them are for remote access. The ones for self signed certs all seem very complicated. I was just hoping for a one that others have found useful. Thank you I will take a look at your suggestion.
Hey all... hoping for a quick bit of help for something non-breaking that smells like a bug to me.
Z-Wave JS to MQTT's network graph (for my 5 nodes) is showing 4 hops with Node 5 off-network (i.e. exceeding 4 hop maximum).
HOWEVER - all 5 devices are Alive according to Zwave JS to MQTT (and regular Z-Wave JS) and I can control them, including Node 5
Reason I'm looking: I am having issues adding something to the network, and suspect it's trying to communicate with a 4-hop peer. Obviously that node isn't working / adding itself
FYI - Got an answer in the Z-Wave channel. Looks like the map isn't working correctly. Thanks!
Hi π I'm new and I've been stuck to this problem for about a month now, can someone help me pleasee, it might be a quick fix but I can't figure out what's wrong there π¦
https://www.reddit.com/r/homeassistant/comments/luefy3/addon_store_page_isnt_loading/?utm_source=share&utm_medium=web2x&context=3
I wonder if they can help on #330990055533576204 with the name resolving issue. Sounds weird as it just works out of the box. Good description of the issue btw! Some version info might be useful thought i don't recall seeing such issues lately. HA OS is bunch of containers, there's a local resolver somewhere (at 127.0.0.11) but as said the experts are on that mentioned channel
Oh, looks like you've commented there already few hours ago, my bad π
No problems, thanks for the feedback, i hope that someone notices me in the other chat. Have a nice one
Howdy, I was able to successfully generate a cert for my custom domain using certbot and manually setting a TXT record on my Cloudflare DNS. Now I am trying to understand what is the easiest route to renew it when it expires. I tried getting Lets Encrypt addon working but I could not get it to start and I get no error messages.
Here is my LE config:
email: '!secret cf_email'
domains:
- ha.my-domain.org
certfile: fullchain.pem
keyfile: privkey.pem
challenge: dns
dns:
provider: dns-cloudflare
cloudflare_email: '!secret cf_email'
cloudflare_api_token: '!secret cf_api_token'
hi everyone π I was using the duckdns add-on and it worked great. Now, I moved to a new house and a new router, and I'm trying to set port forwarding but something goes wrong? I've tried to set the external port to 443 and the internal to 8123 (which works in the LAN) but that won't work. Can someone point out what port forwarding should I do?
With 443 are you specifically typing in https://?
yes
I thought that's how duckdns forwards it... maybe I'm wrong
the url I'm writing is https://mydomain.duckdns.org
Hmmm... That was my issue previously when I was setting it up, but I moved to NGINX Proxy manager which uses a different setup so I am not sure (though now I just use NabuCasa). Maybe check out JuanMTech's video? (https://www.youtube.com/watch?v=VUTPAoB27iQ).
Most keep suggesting using the certbot for automatic renewals, sorry can't help with the addon. Ps. use three backtics ( ` ) around your config to format it nicely readable
oh, right, i think one/some of the requirements didn't fill on your case outruling the bot then..
@past raft new router or new provider?
did you check the port? https://www.yougetsignal.com/tools/open-ports/
both
ok I've watch it and I think I've got it. For the duckdns add-on setup it needs port 443 to go to 443 in the HA machine, and only then change it to port 8123. I'll give it a shot
nice tool
@past raft 443 to 8123 should be the port forward
OR 8123 to 8123
if you use 8123 to 8123 you need to include :8123 at the end of your URL
that's what I thought, but it didn't work...
I'll try writing the port explicitly in the url
443 to 8123 works now, thanks
I'm not sure if allowing 443 to 443 while resetting the add-on did the trick, but anyways it works
thanks guys
Hi there, I get an error "Missing required option 'device' in deCONZ (core_deconz)" when starting the deCONZ add-on which I just installed on Home Assistant OS 5.12 with a Raspberry Pi v3. Is this the right place to ask this question and if so, any ideas what I might be missing? I'm using this https://phoscon.de/en/conbee2 USB gateway
@covert star what do you have in the config?
@sly kindle not sure what you mean, I didn't change any config - just installed the add-on and tried to start it
it's not that magic
every add-on page has tabs along the top
one is "documentation" and another is "configuration"
reading the documentation for that add-on will help you configure it
you should have had to choose your device, then save, and then start the add-on
@covert star find it?
sorry, got a call, checking ...
@sly kindle I just had to select the device = sigbee USB stick
so obvious π
Does the HA MQTT add-on has a debug function? The log only shows : New client connected from 192.168.100.141 as DVES_102A50 (p2, c1, k30, u'mqtt_zigbee_user'). I don't see any client communication
I have a module with Tasmota. Tasmota uses MQTT to communicate to HA. The module is working in HA but I'd like to extend the functionality and therefore I want to see the MQTT data
Yes
logger:
logs:
homeassistant.components.mqtt: debug
Can't remember what it outputs on debug but to observe all MQTT traffic there are tools such as MQTT.fx or MQTT Explorer to subscribe into any/every topic
As can be seen from within HA as well
guys how to assign a command to turn on switch.led when answering telegrams through buttons:
data:
inline_keyboard:
- 'Task On:/command1, #switch.led on
Task Off:/command2' #switch.led off
how to do it (see the comments in the code)
I am just migrating from an older instance of homeassistant I've been running on a pine64 to my new odroid thing with the homeassistant OS on it so I'm getting used to things but I've hit a wall. I installed and configured the mosquitto add-on through the supervisor menu. I read that now I have to create some access control list files to enable anonymous connections to the broker, I created those files according to the instructions and yet all my devices that have no username and password get bounced.
Is this just outdated documentation? I haven't been able to find any forum posts where people followed the instructions to create those files and it still won't allow clients to connect without a username
I verified that setting active to true is working by changing the folder name to something nonexistent and watching it fail in the log
I verified that it's seeing the accesscontrollist file by inserting a typo and seeing it error out in the log
but when I insert the one line that I want in there, it doesn't seem to do anything
that line is "topic readwrite #"
because I have all my IoT walled off at the network level I have no desire to add any more internal security
and I have a number of devices I cannot reflash at this point
I'm having a little trouble with the Motioneye add-on. I know my issue is likely ME and not HA but hoping someone can point me in the right direction. I have two cameras. One is a Doorbird doorbell camera, te other is an inexpensive wifi security camera installed in the garage. I can see the video feed from both just fine and I can manually tell it to take pictures but for some reason I can't get the one in the garage to use the motion detection to record motion. I've tried identical settings to the other camera and wildly different but it'll never save video from the motion events. Debuging shows that is sees motion events. My only idea is that the garage one is connected via wifi and therefore laggy. Perhaps it takes too long to register that there is motion actually happening.
One message removed from a suspended account.
ESPHome ble_rssi question:
Ok... so Im trying with Beacons, but my Android phone isnt detected, heres my config:
binary_sensor:
- platform: ble_presence
service_uuid: 'fdbaea90-1ce3-468b-9ab7-93f549d4fab5'
name: "Marcin6T_Beacon"
And the app with a Beacon active:
https://photos.app.goo.gl/aMMaEJNja51gh9947
What am I doing wrong?
Hey guys, so I had a VPN setup so I could get into my network while im away for a while, but the VPN didnt work and now I cant access my host machine for HA
Is there an addon or something that would allow me to access a web browser in my network or something?
you'd need a VPN for that π Or, if you Nabu Casa can let you connect remotely, but you have to have set that up beforehand
Yeah I have Nabu Casa, so I can access home assistant, but I canβt access the other devices on my network
Is there like a browser add on I can use in my remote HA instance, so that browser works as if I was in the network?
hi anyone knows why I get this warning message for adguard: Option 'hosts' does not exist in the schema for AdGuard Home
Hey, I'm new to Home Assistant and I've been trying to set up AdGuard Home to block ads on my network. However I'm not sure what my AdGuard Home server addresses are? I've found multiple guides telling me to configure DNS for these addresses but I don't know where to find them. For context here's one of the tutorials https://github.com/AdguardTeam/AdGuardHome/wiki/Getting-Started#router
Is there anyway to view all log of an addon? I am trying to debug an addon but it print too much log that I can only see a small part of it
@misty plaza what ip address do you use to access adguard's frontend? That's the address.
hey all - im trying to get the VS code addon working - fresh install of home assistant and VS code but it gives the error "error timed out" in the log, then terms the processes. any ideas?
we have a #devs_add-ons-archived channel for that
Oh sorry i haven't seen it ty
I am trying to set up samba share. In the config altered username and added a password. But can't setup a network connection from windows explorer. Anyone with some hints?
I can see in the logging : Registered MSG_REQ_POOL_USAGE
Denied connection from 192.168.2.25 (192.168.2.25)
Connection denied from ipv4:192.168.2.25:51972 to ipv4:192.168.2.30:445
How do i install HACS on Hassio? All tutorials are for Home Assistant Core...
I have the SSH addon and ran the install script on Hassio
INFO: Creating HACS directory...
INFO: Unpacking HACS...
INFO: Removing HACS zip file...
INFO: Installation complete.
INFO: Remember to restart Home Assistant before you configure it```
After restarting there is no HACS in the Add Integration menu. I removed the HACS folder from custom_compmenets and ran the installer again, still nothing
EDIT: When into Private Mode and it showed up. Browser Cache prevented it from showing
Hey everyone! I need your help please: HA is up and running but Mosquitto won't start. Whenever I try to start it manually the error message says: Internal Server Error ("linux mounts: Duplicate mount point '/dev/shm'")
What may I do?
I'm not able to start my Terminal&SSH addon either, same issue.
Please help!
Its the standard Raspberry Pi installation from home-assistant.io
Is this helpful? What may I tell?
is this a new install?
No, from last(?) year
I'm not sure how you got to that state, so I don't know
I'd suggest running ha su repair but you never installed the ssh add-on
it's best to have these tools available before a problem
It has been installed and was running (Terminal&SSH) but does not start anymore
you could connect directly with keyboard and monitor to run it
do you have snapshots?
yes
So I should do a fresh install
But then the zwave issue will rise again
zwave is a real pain everytime
To install zwave and have everything running
not anymore
and it wont get back to my snapshots anymore, already tried
Ok, fresh installation ...
restoring a snapshot should cover your zwave setup
yes but I'm not ably to restore anymore
I mean on a fresh install
download your snapshots before you flash your sd
Can anyone help me with BLE and ESPHome?
Im trying Beacons, but my Android phone that has a running iBeacon active isnt detected, heres my config:
``
esp32_ble_tracker:
binary_sensor:
- platform: ble_presence
service_uuid: 'fdbaea90-1ce3-468b-9ab7-93f549d4fab5'
name: "Marcin6T_Beacon"
``
And the app with a Beacon active:
https://photos.app.goo.gl/aMMaEJNja51gh9947
What am I doing wrong?
Before I dive into this myself, what's everyone using to detect if the nginx addon is still working properly?
Na, the addon is running. Basically was looking to add a heartbeat to verify it's working. If not restart it
was thinking about adding a ping sensor but i'm not sure if that would work because it's just returning an SSL cert error
@sly kindle
yeah and the watchdog is only if the add-on itself crashes
Yeah that's usually running fine
it would be like a ping sensor but a SSL cert error sensor... hahaha
add-ons are coming into integrations, but so far the sensors are for updates
I see that in dev
well, it was nginx that needed to be restarted
every addon has these entities. I wonder if it's possible to create others particular to one addon
ddns was working fine
I might just add an email watchdog that restarts any addon that I put in the body
After moving HA to a pi4 with ssd m.2, influxdb no longer works.
message "502: Bad Gateway"
The ip has changed. does this need to be adjusted in a configuration of influxdb?
@open grove what do the add-on logs show?
Can not open influx. the only thing i see is : "502: Bad Gateway"
Gonna look in the logs now
all is green. Except.
21-03-13 20:02:25 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.4:1337 ssl:default [Connect call failed ('172.30.33.4', 1337)]
But i think its an error of the "ARGON case" addon
Found this .
Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='a0d7b954-influxdb', port=8086): Max retries exceeded with url: /write?db=HomeAssDB (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f84f7f1f0>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
20:21:08 β InfluxDB (ERROR)
The only thing i can think about is the new internal IP adress. Do i need to change this somewhere?
the add-on logs show that it starts fine?
these are the logs on the influxdb addon page. one of the tabs at the top
Yes. all is good there i think.
https://pastebin.ubuntu.com/p/wJT65xhCPG/
I'm using the vlc addon and I was wondering how to set the telnet password, or if there is a default password to use for the integration?
Hello, I was wondering if it is possible to use a different DNS server on another network, f.e. use Adguard Home (located in LAN network) for the LAN network, but Cloudflare's DNS servers for a guest network? Thanks in Advance!
p.s. this is using the DHCP server add on in HA
i wondering VLC login too, there is no password
Thanks I just found that 5 minutes ago! π
I have a question about running AdGuard plugin with HTTPS port 443 configured ("Error: control/tls/validate | port 443 is not available, cannont enable HTTPS on it | 400" if I enable Encryption in Adguard). Here is my settup: I'm running the current version of HA on a Linux box in Supervised mode. Everything runs fine including Adguard. I use DuckDNS and NGINX to connect securely remotely. My router has port forwarding for 443 to local 443 which as I understand it is needed to make the remote login secure and I suspect its why I can't turn on AdGuard and enable Encryption as 443 is already being used by NGINX. Wondering if anyone can confirm that and also if I could just use a different port on AdGuard for HTTPS (maybe 445 or 444)? Just looking to try and secure things a little more but stumped... that's a lot hope if makes sense...(I'm not real knowledgable on all the inner workings here just know enough to get the basics configured π )
my VLC does not start anywhere
Yeah I can't find the password
inside addons/data/core_vlc
Is there a way to link the JupyterLabs Add-on with HA so it can import the HA modules?
Hi all. If you have a moment and you use Wireguard with Adguard Home, I could use your input on the following https://community.home-assistant.io/t/issues-with-wireguard-using-adguard-home-for-dns/290143?u=adhawk
I have more than one eth interface and Adgaurd v4.0.0 has been randomly binding to either interfaces every restart
Today influxdb did start up.
But there the message: "unable to get hosts"
After migrating from SD to SSD, did I lose the database?
Is there a way to check this?
hello, something strange happened to community add-ons. They just don't display advance mode is on ... they were displayed I could choose node red for example. From yesterday or day before only official. Anyone have the same ?
@dusky pagoda happened to me recently. I restored a snapshot from the previous day. Do you see the repo in the list when you click the 3 dots?
nope
try adding https://addons.community
I tried to add manually https://github.com/hassio-addons/ but it looks that repository was missing π
now it is in the list when I added https://github.com/hassio-addons/repository
I didn't even see that I pasted the wrong thing π€¦ββοΈ
Loading add-ons from store: 66 all - 43 new - 0 remove ... however are not displayed not sure if that has to be download or what
@sly kindle no worries that was helpful I found correct link there
clear cache?
no idea what to do next ... restart host ...
hard refresh the page using ctrl+shift+r
π€¦ββοΈ f5 was enough,
it looks that after upgrading hard refresh page is mandatory... not only host reboot. So new in HA ...
Thank you !
the add-on name would also be helpful
Influxdb
@zenith glen posted a code wall, it is moved here --> https://paste.ubuntu.com/p/nzqQHpm3j8/
sorry
hi all
i have ha (vm) with some firestick tvs and i can control them with the adb command like turn on fire stick load app .....
i want to do the same with a galexy tab a, and have a media card in ha dashboard.
please stopping crossposting everywhere
i thought thats what multiple room are for, different skills in different places.
Please DO NOT cross post. Read the channel description, post it and wait for folks to respond.
If you don't get any responses after an hour or more, and your message is no longer on screen, it is fine to re-post or post a link to it.
Hey all, Mosquitto Broker: I'm trying to find which system is sending a particular message but the logging doesn't include enough verbosity to do that. How can I change the level of logging (or find out some other way)? I note there's a config file directory specified to include more Mosquitto config but I don't seem to be able to locate/access that directory through the samba share.
it looks like you're supposed to create a mosquitto directory in /share, which is accessible via samba
Ah OK. That makes sense. Thanks I'll give it a go. I assumed that given there was nothing there, it wasn't supposed to be!
right. the addon docs tell you to create the directory
@viscid orchid Indeed it does - apologies for not RTFM carefully enough. Maybe an adjunct piece of info would be to note it'll be empty unless you've put something there yourself (for dummies like me lol) . Anyhoo, it works but I haven't been able to track down the source of the rogue MQTT message yet ...
THanks again.
I see this sort of thing in my mosquitto logs (separate container):
1615784294: New connection from 192.168.1.253 on port 1883.
1615784294: New client connected from 192.168.1.253 as lr-btle14134 (p2, c1, k60, u'mqtt').
1615784294: Client lr-btle14134 disconnected.
I want ask is it possible to install tuya convert in same raspberry pi 4 with home assistant? It will be like addon ? I don't use the wifi in the RP i use cable
Heym i try to use my mosquitto mqtt broker also over SSL/TLS, but everytime i want to connect on it with my arduino its not working. I found out that in my ssl folder the fullchain.pem certificate is missing, does anyone had already the same problem?
It does work, however, would not recommend it
as the Pi3 is not powerful enough imho
Ok
Howdy I found a project on GitHub that I would like to port over to Home Assistant. I have never written an addon for home assistant and I am looking for advice on #1 is this reasonably doable and #2 where to get started. https://github.com/majikthys/snuggletronics
Thanks, any thought on how difficult it will be to design an addon to Tx on rPi GPIO pins?
Quick question - is InfluxDB and Grafana still the way to go to get better historical graph / data retention ?
@raven tinsel OK I can be more specific. I added some Govee thermostats and I really like them. When I click on the card I get a graph that shows about two hours of information. I see online screen shots of other setups with graphs of days, I want this. Googling and reading the forms leads me to believe that InfluxDB and Grafana is how to achieve this. However the documentation for installing InfluxDB and Grafana is dated 2015. I am wondering if this is still the current way to achieve my goal.
can I use !secret in the config for Samba?
@rare marsh samba is a stand alone tool so no
The default of a sensor card is 24 hours, you can change it to display more. The data stored is not related to the data displayed.
Yes you can, e.g., using "!secret my_samba_password" (be sure to place quotes around them)
@raven tinsel hmm - ok I will look into that
@rare marsh sorry - guess I spoke too soon on that
Is there any way to execute a custom script or something similar on the Terminal & SSH addon's startup? The new apks feature takes care of one major need (thanks for adding!), but I still have a complicated setup to get things like aliases and .emacs in place each time I boot or the addon starts, and I'd love to clean it up. Thanks!
look at the SSH & Web Terminal community addon instead
Option: init_commands
Customize your shell environment even more with the init_commands option. Add one or more shell commands to the list, and they will be executed every single time this add-on starts.
Thanks, will check it out.
Influx db is no longer between the addons? Did i miss something.
?
Had some trouble with influxdb. So i uninstalled it. Now i can not find it between the addons to reinstall it.
Ok.. that would be it. srry.
Is here right place for Duckdns problems ?
With the SSL addon, got it working and now hostname:8123 doesn't respond but hostname:443 properly does
however ip:8123 still loads via http, how can I disable that
The Pwned password check can now be disabled with the command below in the CLI using the latest versions of either the core-ssh add-on or the community ssh add-on:
Terminal & SSH (core) version 9.1.0
SSH & Web Terminal (community) version 8.0.4
ha resolution check options --enabled=false addon_pwned
I have RP4
if you have the 2Gb version... it is doable, would recommend to have the 4Gb version at least
Is this the right place to ask a question about DuckDNS Addon?
I cant edit the DuckDNS Addon Configuration in Home Assistant Interface.
When i press "save" the configuration gets reseted.
I event can't see a network request or anything.
Re-installing doesn't helped.
Any hint?
core-2021.3.4
supervisor-2021.03.6
Home Assistant OS 5.12
DuckDNS: 1.12.5
@weary stratus - might there be some hints in your home-assistant.log? You might want to check there to see if it sheds any light on the problem.
Is anyone else's VSCode going haywire? I've been using it for months and had no issues. But I'm now noticing that after I'm done and leave the addon's page or close the whole tab for that matter VSCode is taking over both my CPU and RAM
I get it consuming a lot while it's active and I'm using it but it doesn't seem to go down after it's closed. Only restarting the addon seems to kill whatever gets stuck
I also experienced some trouble with duckdns. I couldn't connect remotely with ngix, so I switched ngix off, and edited configuration.yaml , thus I could connect remotely, but not locally. Then someone suggested to add port: 443 in configuration.yaml
It wasn't wise, because I've lost connection at all. So I wiped SD card, and installed whole stuff again. My setup is Rpi 3b+ , Debian Buster, and HA with supervisor in docker.
Now I'm afraid to try duckdns again π
cant find anything π€
Does anyone know exactly what "Protection Mode" allows/disallows in the SSH & Web Terminal community add on?
yes i have 4G version, it will nice it there addon for tuya convert
That should not work as an add-on
Anyone have any ideas why I might be getting this error in my Check Home Assistant configuration ?
"Component isy994 [Errno 2] No such file or directory"
[20:00:44] INFO: Installed Home Assistant 2021.3.4
[20:00:44] INFO: Making a copy of your configuration for checking...
[20:00:45] INFO: Checking your configuration against this version...
[20:11:08] ERROR: The configuration check did not pass!
[20:11:08] ERROR: See the output below for more details.
Testing configuration at /tmp/config
Failed config
homeassistant.packages.lighting.isy994:
- Package lighting setup failed. Component isy994 [Errno 2] No such file or directory: '/usr/local/lib/python3.8/site-packages/chardet-4.0.0.dist-info/METADATA'
- automation: [source /tmp/config/packages/lighting.yaml:3]
- action: [source /tmp/config/packages/lighting.yaml:5]
- data: [source /tmp/config/packages/lighting.yaml:6]```
Odd... I just took a chance and updated to the latest version and it worked fine. No errors but remote platform config changes that should be an easy fix.
It's any chance to uninstall or stop HA add-on (Rpi, Debian+docker) via Debian CLI?
Will this work via debian console, or only for HA SSH?
...
addons, ad list, info, logo, changelog, logs, stats, reload, start, stop, install, uninstall, update```
I think they'd all be different docker commands, or things you's have to push to supervisor via docker
I've used docker logs homeassistant from the debian console for trouble shooting which is basically the same as tailing the logs inside HA, or running ha home-assistant logs from inside HA ssh
but from what I understand addons are just other dockers being run by the supervisor, depending on your supervisor settings you could probably start/stop them with docker commands - if you don't have them setup to auto-restart with supervisor
Hi all. I am setting up a homeassistant os server that i will be migrating my hassbian into. I use mariadb as the database, and have installed the addon for it, but I am perplexed as to how to access it. I did install phpmyadmin, and that is working, but I have a 1GB database to import into it, but I haven't figured out how to set up access from my 192.168.1.* network. any hints as to how? I am in the configuration page, and the Network section at the bottom, but the settings in that network configuration are not apparent yet. Is it wanting me to just put in the ip address for the machine, or is there a wild card i can use. I tried to use * as the wild card, but that didn't work.
Nevermind. I found the answer. I see the network settings need the port to be accessed from, not the address. I used the same port 3306.
Apologies for the noise.
I've setup DuckDNS and works externally, but now I can't access it internally. Any guides I can follow?
I found it, just edit the host file
192.168.1.x x.duckdns.org
next question Adguard - all I want is to install but the first hurdle its asking me for hostnmae, username and password
what are these? internal Ip address, my username to log in HO or something else and new?
lol
@dapper vigil If you're running a Supervised installation on Debian (#330944238910963714), you can do something like this:
docker exec hassio_cli ha core info
If you want to run CLI commands from somewhere else, I do it through SSH like this:
ssh hassio "source /etc/profile.d/homeassistant.sh ; ha $*"
hi guys is anyone having an issue with installing sqlite addon in node-red?
"Pre-built binaries not found for sqlite3@4.2.0 and node@14.16.0"
"in" Node-Red? Sounds like a #node-red-archived question. This channel is for Home Assistant addons
@viscid orchid not quite sure if it is actually a node-red problem though
are you installing an addon via Superviser->Add On Store?
yes, it's the node-red addon in homeassistant
you said "sqlllite"
Thx, I'll try today later
yes, that's the palette addon in node-red. It seems there are dependencies missing
then it's #node-red-archived
this channel isn't for anything that decides to call itself an addon
it's possible that it'll come down to an issue with the node-red addon, but you should start in #node-red-archived
okay cool let me try them. ty
np
Sadly I switched them to autostart
you shouldn't mess with the docker containers themselves in a supervised install. You're just making a complex installation even less supported and more troublesome
'''docker exec hassio_cli ha core info''' @viscid orchid and then docker commands should work via Debian CLI ?
how did you install Home Assistant?
I assumed #330944238910963714
if so, yes. that's a prerequisite for that install method
Yes, firstly Debian 10, then docker and HA supervised
Then, yes. Thatβs how youβre running HA
Strange that I can't connect Debian using SSH, I think ngix or duckdns messing with network config. Now everybody fell asleep, so i can connect TV to Pi .
π€ͺ
docker exec [options] CONTAINER COMMAND [ARG...]
I'm having a really hard time getting HomeAssistant (installed on a linux box) to use https via the letencrypt addon and not using duckdns. google and search on home assistant web has failed.
@viscid orchid , I killed nginx container, renewed DHCP, not helped. Then killed *uck.dns , renewed DHCP, and now I can login locally onto HA
BUT . When I logged onto host, there was some.log messages spamming
@rough finch did you disable the certificate option in the duckdns addon?
@sly kindle not installed the duckdns addon, just the letsencrypt addon. have my own domain, dns controlled by cloudflare
@sly kindle that's part of the problem, most of the tutorials assume the use of DuckDNS
Is there a possibility not to use duckdns? I dunno how and why, this add-on is blocking my all kind of access to HA
@dapper vigil sure, DuckDNS just gives you a free domain name and points that domain at your non-static (or static) ISP assigned IP.
you should be able to use any domain name you like and use any DDNS service you like to maintain the link between that domain and your IP
Letsencrypt then just generates the certs for your specific domain
I understand that, but I can't see any easy obtainable alternative
I use cloudflare, my own domain and PFSense's built in DDNS client to update cloudflare when the IP changes on my WAN interface
Can you take a look at host log screen? I'm rather Linux noob... https://photos.app.goo.gl/xW9UhH2mNok3CDm19
Sry, that photo isn't showing anything I can use to help. That said, I can't even fix my own problem at the minute
@dapper vigil when you set up duckdns you would have added an http: config
After you set that and the lines below it, you can only access using https://
http:// will not work
And yes your host log screen is unrelated
Tried both . Also with http in configuration.yaml, and without, but with nginx instead
Yeah, Yoda said that
with the http config you must use https:// in your browser with the local address or the duckdns address
if you remove it then you have your old default
http://local_ip_address:8123
The addon doesn't block anything
It adds
Once again, cause my English isn't that good as I wish. I tried http and HTTPS , and it was fine, until I rebooted my Pi. After reboot there was no way to connect it, with HA web interface (no matter http or HTTPS) and also SSH was not responsible.
And host log stated to spam those strange info.
Then I killed two containers, first nginx (didn't help) then duckdns , and it helped. After every container kill , I renewed DHCP and set wlan down then up and tried to connect via SSH with the host. Because connection with the host was affected too
Strange, huh?
Maybe, but this happened second time, and again when rebooted after duckdns installed. And first time there wasn't wifi deployed, just LAN cable.
After first time I made format sdcard and fresh install from scratch.
Now I'm gonna turn on addons one by one, and shutdown HA + reboot host after every step.
do i need to get rid of # Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
from the config.yaml
before i put in the http section?
no
my situation is super specific so it's most likely not going to get resolved but I am so stumped - I'm currently trying to make a custom panel (w/ preact/typescript/webpack+style-loader), and for some reason my CSS is not working in HA (renders text, etc fine), but when I import it into my own HTML file and render the custom element it works completely fine
like 99% sure it's a HA thing
Is anyone available that can help with wireguard? Super new here. When I try to follow online guides and it wants:
- name: fun-name
public_key: that-long-#
addresses:- things.stuff.1.0
When I type "public_key:" the file won't save with a public_key, it just deletes it and starts fresh.
Not to mention that my computer won't even connect to the internet now. I even tried the QR code way.
When I turn on my VPN on my Pixel, I can't reach the internet.
I also have Google WiFi...why haven't I just given up?
I had AdGuard running, it was giving out DHCPs and I could see them, but I couldn't connect to the internet.
I used to think I was smart until I started messing with these things.
soo don't suppose there is a way to update all at once? Had to restore from a snapshot and hoping to not click everything one by one again x_x
Ok thank you for the information
anyone here worked with Grafana before?
i need to make a graph of a watermeter
i have entries in mysql database, wich have a timestampt and the value 1 (every thick of the watermeter a value 1 with timestamp gets written to db)
connection and everything is fine.. but my graph shows a line of 1.. need to do some sql query in graphana that will show me the counting/adding/etc
Hi, so sorry to bother you about something a few days after, but I can't get init_commands working at all. Whenever I add a command, I get a 502 error, and have to reinstall the client to fix it
depends on the container why you need to reinstall.. but this is a generic docker question - you can find lots of information online about that
sorry who are you responding to? a bit confused lol :)
you
ah okay. I was a bit confused about your response, as I'm not running docker.
*home assistant is, but I'm not running hassio in docker on my computer
I've figured out a solution on my own though
sorry to bother you
oh, my mistake. thought this was about command: in docker world since you are in #add-ons-archived
No, it was about the SSH & Web Terminal addon
I figured it out though so no big deal π
you are running docker if you run addons π
Interesting! HASSOS is a docker instance right?
Does this mean I could add a docker container to HASSOS using portainer? That would be really cool :)
That is so cool!
Are there any guides to setting up a raspian installation on your HASSOS host machine
why would you run raspbian in docker on hassos?
Hosting appliocations that can't be hosted in homeassistant I guess?
Maybe I'm missing the point here
you use native docker to run docker containers on hassos
which is basically any addon
Sorry I'm not following
hassos runs docker - one of the running containers is basically #449717345808547842 - orchestrated by #330944238910963714
you can run as many containers as you wish on Hassos though
Right, so why not run Raspian in a container also? To host other programs (like catt for example)
because that defies the purpose of docker
Maybe I don't understand how docker works lol
you only run minimal container OS's like Alpine linux
and each container only has 1 job - a application. not a OS
ohhhhh
so I can't install raspian, but I can create a container for a specific program? (like catt)
you can run any docker container (service) you like on hassos
ohh, so I can use something like
docker run --net=host --rm -it python:3.7 /bin/bash -c "pip install catt"
To run catt in docker. Sorry for being so specific about it with cass, it's just easier for me to understand
yes
very cool :)
and that will always be running in the background? even if I restart homeassistant?
I assume yes, just double checking
if you restart homeassistant (not via supervisor) - yes
the supervisor has the power to reboot the host
Cool :)
Can I communicate with other containers using ssh?
in general yes - but that assumes you have ssh installed inside the container - which defies the 1-task philosophy of docker
you usually only ssh to the host and docker execute -ti <containername> /bin/bash into a conainer
I can't do that in homeassistant through shell_commands right? Those only work for the homeassistant container I think
you can
Oh!
I might move my catt service over to docker then. Right now I'm trying to run it through the SSH Addon and just using pip-install on startup
it usually includes ssh'ing to the Host (hassos) and executing the command for the container from there
Isn't that just what the SSH & Web Terminal addon does?
I mean I'm sure it's better to do it through shell_commands
not by default, it gives you ssh access to its own container
"ssh terminal addon" : 1 purpose: provide ssh
What do you mean "by default"? I seem to be able to access HASSOS through that addon
yes, you can but the shell starts inside the container (not the OS)
interesting. Is SSH'ing into HASSOS a way to access the file structure of Hassos also?
yes
Very cool!
Thanks for all the help, I really appreciate it
Do you know where there is more documentation regarding docker and HASSOS?
hassos is not really helpful when starting out with docker, you're better off learning docker with a general purpose OS and docker-compose
makes sense. Is running a docker vm on windows and just playing around with it a good way to learn?
you setup a real OS in a vm - then install docker on that
yes, is practically the same
this is a #devs_frontend-archived question
so #devs_frontend-archived is for just all frontend based questions? I figured it was like development of lovelace itself
(or rather, the development channel group itself)
the channel topics tell the tale
#frontend-archived for user-level frontend/Lovelace support, #devs_frontend-archived for developing for the frontend/Lovelace
thank you!
can someone point me in the direction of some documentation of ipv6 for the dhcp server addon please
yes
there's documentation in the documentation tab for the addon, as with all addons
that's all there is. perhaps a forum search would lead you to more
better just to ask the question you have
because there isn't any more documentation
i have the server setup for ipv4 but i'm unsure of how to do ipv6, my isp provides ipv6 so i'd like to implement it
Hi. i have installed nginx proxy addon. is it possible to chnage port from 443 to 8443?
the documentation does give any information about it
This is probably completely retarded, but here it goes. I have the samba share add-on. I use VScode. Does vscode only work with the Samba Share add-on installed?
@flint marlin In your case, samba is sharing the directories to a local VSC install.
But it wouldn't have to be samba.
Is there a problem with it?
no problem. I installed it when i first got into home assistant and havent really thought about it since. Completely forgot what its' purpose was
Are there other services that do the same thing as Samba?
afp (netatalk), sftp, ftp, nfs are all services for sharing files over network
9p is the π₯ tho
sshfs over sftp
hi, not sure if this is a good place to ask but currently i have run with an issue with mariaDB. I have restore from a snapshot and since recorder wont start
I believe I can get it to work again by uninstalling are installing mariadb, but I think this will reset my database? is there a way to keep my database?
depends in the issue you have. we need more information on that
@acoustic lake unfortunately that is a know issue
does anyone have a nice guide to do a secure mosquitto mqtt setup? it works now on the port 1883 but i can't get it to work with the certificate stuff
i have unify network in another building. can i add that addon in my building and get the data from the other building??
Hi all! I worked with NetDaemon addon recently (here the github page: https://github.com/net-daemon/netdaemon) and I used Portainer to start NetDaemon Container with a port exposed but when stop it the configuration of exposed ports (image below) got deleted. There's a way to start the addon in Supervisor with a configuration of exposed ports showed in GUI (for example AppDaemon addon has a configurable port exposed in Supervisor).
Thanks in advice.
I have this Add-on, Nordpool (electrical power supplyer for the nordics) installed via HACS, which documentation tells us to add nordpool: to the configuration.yaml file. Would it be the same if I added nordpool: to my package tailored for all electricity pricing etc.?
Hey, have addon IPs installed via HassOS changed recently? My wireguard addon has stopped routing DNS traffic. I had it configured to use my adguard addon, which the docs tell me should be at 172.30.32.1. But DNS lookups with that IP seem to time out. Using the local IP of 192.168.0.2 works fine, but not in wireguard.
Thought it was an Android issue, but if I use my desktop and have it kill any connections not routed through wireguard, all DNS lookups fail. I'm wondering if that IP assignment is guaranteed.
@slender olive HACs offers custom #integrations-archived, not add-ons. Add-ons are completely different software added to the ecosystem and they run as containers. Integrations are not docker containers. They are what you find here https://www.home-assistant.io/integrations. HACs offers integrations which are NOT officially built in to HA.
And yes, you could use packages:
thank you for sorting this out. I should have posted n #integrations-archived,, then π
Morning all
Is there a way to play music using Home Assistant when the music files reside on another machine?
Steve
Is Firefly III no longer supported in HA? On further inspection it seems "deprecated" is there any chance it will ever be back in operation?
mqtt addon:
1616247843: New connection from 172.30.32.1 on port 1883.
[14:44:04] WARNING: [WARN] Not found homeassistant on local database
1616247844: Socket error on client <unknown>, disconnecting.```
anybody knows whats up with that?
nvm, will finally migrate to zwavejs 
For wireguard do I have to type a host name, can't I just use my public ip?
From the docs:
DO NOT attempt to use a URL such as a Nabu Casa endpoint, the entry needs to be either a DNS entry or IP address that is accessible by the clients.
Any idea why I cannot save changes to the Samba config in the add-on UI? It doesn't matter what I try to change. I first saw the issue when trying to save my password. When I click on the Save button, the reverts back to null.
SOLVED: I was trying to use a password with only numeric values. It seems that the Samba add-on does not assume the password to be alphanumeric. Once I put single quotes around the passowrd it worked just fine.
Hello! I am having trouble understanding how to install ffmpeg :/ Is it supposed to be an add-on?
https://www.home-assistant.io/integrations/ffmpeg/#configuration
it's integrated in the HA container, you can just use it by enabling it in the config
so "ffmpeg:" in the config.yaml is enough? I don't need the path?
ffmpeg doesn't even appear in the "integration" tab
it doesn't need to. other integrations use it
depends on your install method if you need the path
if you're using docker: it's already in the container
well i used the image for an installation on Raspberry Pi. So i don't think it uses docker?
it does
Hi everyone,
I am looking for a way to automate snapshot creation and upload to my nextcloud server. I could not find any webdav add-ons, ist there something premade that I have missed?
you can automate creating a snapshot,
you can also automate to upload this snapshot after a safe creation delay.
i think there is no addon made to do this specifically with nextcloud yet.
you can however use the samba snapshot addon and just couple things together
Hm, how does smb help with nextcloud? It exposes webDAV.. maybe I should mention that the server is off-site.
your nextcloud server host could also expose samba and have volumes mounted on the share.
so site-to-site vpn these locations and use whatever exists
Hi all, I've 2 HA, first HA is located at home ,and the secondary is at Office, I've setup Wireguard at Office HA,How to get Home HA connected to HA Office ? Seem like both Wireguard on HA is setup as Server, How to established VPN connection from HA home to HA office?
I'm able to get connected from another devices to HA office, from my phone , PC , laptop, no issue..
the addon is only suitable for 1 client - your phone for example
you need to setup native wireguard
oh, we cannot get HA connected as client ?
not in this scenario, you need one native wireguard installation to act as your client
native wireguard is in HA or outside ?
you usually install native wireguard via package manager, you can however also install it in a container if you know basic docker networks and networking in general
oh understood that
Ah okay that's what you mean. Afaik you can't just dump files to the nextcloud filesystem, but I will look into it.
currently HA is installed in container, how to get access as root / outside from container ?
you need to ask this in your installation method channel
You can use the ssh plugin. Connect to <hass-ip>:22222
After connection type login to get to the host system.
22222 is default port ?
If you are german: I have written a tutorial on this: https://biermann.life/hassio_host_zugriff/
22 is the default
where i can get SSH plug-in ? Im using https://github.com/hassio-addons/addon-ssh , but this limited inside container only , https://pastebin.com/d08rL8pH
Everything is containers (as in, everything, including the Home Assistant Core itself)
there is no "ssh" plug-in
That's the one.
The above information is mixed and partly incorrect.
the SSH active on port 22222 is a developers console to the host OS
and is not meant to be used.
Even if you go in there, you would not be able to install apt packages, as our OS is a firmware
@raven tinsel i see, how to make wireguard act as client on HA ? or this not possible ?
Not possible
Iβd say its possible but youβre on your own there and need the knowledge around the OS and containerized vpn clients π
There are some workaround to be found, but would not recommend it, as it messes with the host networking in a way that can cause issues (as the Supervisor & the OS manage it for you)
that aswell
Why, can't you just install a dockerized wireguard?
A) The OS & Supervised installation don't support additional loose containers
B) see my last response: <#add-ons-archived message>
Or is installing customer containers blocked? Not that I would want to..
Ok ty
Hello there. I am looking for solution for setting up nginx and duckdns. I've configured everything in a default way, but everytime I turn on nginx and duckdns , I am able to connect via HTTPS://mydomain.duckdns.org and not anymore via http://IpOfMyServer:8123
Configuration.yaml hasn't http and domain location entry . But how to configure router port forwarding? Different tutorials shows different way , mine is 8123:8123 [IpOfMyServer] and
443:443[IpOfMyServer]
Hi,
I updated my mosquito mqtt addon an now I canβt start it anymore
ERROR (SyncWorker_3) [supervisor.docker] Can't start addon_core_mosquitto: 500 Server Error for http+docker://localhost/v1.40/containers/8533954da8c1cc3cda63107c985a86f0f2fb8e03ab5119ac87b1a4218f6374a7/start: Internal Server Error ("driver failed programming external connectivity on endpoint addon_core_mosquitto (d84a382ba5ca1418f3da324c58f5916eab8c9283929595b15b2e217ea02c6e85): Bind for 0.0.0.0:8884 failed: port is already allocated")
what else runs on your port 8884?
I donβt know. Donβt think there is anything on this port.
Good evening!
i have the notification in HA that my NR addon uses secrets wicht are detected
can i simply put a new secret in the addon configuration and than all is fixed ?
Nope
as it is your decryption key for things, so I might be you need to reconfigure connections you have added to your flows
i dont understand. what will get lost if i change the key?
hard to say, as a developer of a node decides what to encrypt
best resource for that, is to check the documentation of the nodes you are using
(and if not documented, check the codebase upstream or ask the node author)
Hmm, Thnx Frank. i was hoping for an easier solution (as this notification is already a few weeks old) but i guess it will take some effort then
if i change the credential_secret to something else.. and everyhting stays working.. im alright, right ?
and if some things dont work anymore, i could temporarely change back the key to the old value ?
yup
than there's some chance of an easy fox after all π
Official SSH add-on doesn't work or did I miss an instruction somewhere?
guess I can't post screenshots here.
Terminal & SSH, current version 9.1.0. Show in sidebar on. Click on 'Terminal' in side bar, 502: bad gateway
Alright, thanks.
It just fires up slowly the 1st time.
Is there a way from that add-on to get the same shell as the console? I was hoping to run nmcli from there but it seems it's a different "place". Or is that because add-ons are done in containers? I'm not really container savvy.
@wanton pivot nmcli is available in the alternative ssh add-on from the community repository. protection mode for the addon needs to be off
thank you!
Trying to install Nginx proxy manager. Getting "unknown error, see supervisor logs" after a couple minutes of it spinning.
This is what I have at the end of supervisor logs. I tried the first time with pihole (separate pi) on, and again after disabling.
21-03-22 01:11:21 INFO (SyncWorker_4) [supervisor.docker.interface] Downloading docker image ghcr.io/hassio-addons/nginxproxymanager/armhf with tag 0.10.1.
21-03-22 01:17:42 INFO (SyncWorker_2) [supervisor.docker.interface] Downloading docker image ghcr.io/hassio-addons/nginxproxymanager/armhf with tag 0.10.1.
Apparently it just timed out, but the install process continued and did complete
Hello, I have installed core-2021.3.4 on Raspberry Pi 4 with aarch64. Currently I am trying to create integration of rpi-rf. I found quite old library on github - https://github.com/pantomax/hassio-addons/tree/master/rpi-rf-receiver and I've managed to make it visible in Add-on store as local one, but unfortunately, while installing I am having error message:
ERROR: unable to select packages:
python (no such package):
required by: world[python]
python-dev (no such package):
required by: world[python-dev]
Removing intermediate container ec8033e9583a
I was trying to fiddle a bit with libraries, but no effect. Could anybody be able to get rf receiver and broadcaster integrated into latest 64 bit home assistant?
I would be glad for any help
@quick trench yeah the issue with schedy is that it has no GUI π¦
I'd like to be able to adjust the schedule on the fly so editing yaml every time is not convenient
it looked promising for sure
I'm trying to add this add-on but it's not working
installation says
You can add the URL of this page in your "add-on store" as a new repository. Click refresh and you will find the add-on "Simple Scheduler" listed.
when I click add, nothing happens
any idea why that could be?
mmm I think I figured it out
HASS is having issues connecting to the internet
Hi There, i'm suffering from an MQTT issue I can't get fixed since a week.
I'm running hassos on a rpi4 and used the official mqtt addon to get my valtudo-re roborocks into the mix. Due to some back and forth setting up the names for my two little helpers I removed the addon several times and the mqtt integration.
I don't know exactly what i did before but since all that back and forth the two robots don't show up in the integration anymore. If I use the MQTT Explorer i can them being connected with HA but still they don't show up in the frontend.
Checking the addon's logs I fund two suspicious entry's:
Does someone know how make the robots show up again via auto discovery?
[14:48:18] INFO: Initialize Home Assistant Add-on services
[14:48:18] ERROR: Can't setup Home Assistant service mqtt
[14:48:18] INFO: Initialize Home Assistant discovery
[14:48:18] INFO: Start Mosquitto daemon
1616420906: New client connected from 172.30.32.1 as 1ngWF9E2VzVowBRpwIDDEB (p2, c1, k60, u'homeassistant').
1616420987: New connection from 172.30.32.1 on port 1883.
[14:49:48] WARNING: [WARN] Not found homeassistant on local database
1616420988: Socket error on client <unknown>, disconnecting.
1616421076: New connection from 10.25.30.29 on port 1883.
@slender elm posted a code wall, it is moved here --> https://paste.ubuntu.com/p/mP979by7Md/
Hi There, i'm suffering from an MQTT issue I can't get fixed since a week.
I'm running hassos on a rpi4 and used the official mqtt addon to get my valtudo-re roborocks into the mix. Due to some back and forth setting up the names for my two little helpers I removed the addon several times and the mqtt integration.
I don't know exactly what i did before but since all that back and forth the two robots don't show up in the integration anymore. If I use the MQTT Explorer i can see them being connected with HA but still they don't show up in the fronted.
Checking the addon's logs I fund two suspicious entry's:
Does someone know how make the robots show up again via auto discovery?
sry, if this is a double post, but if got it right the bot removed / moved the previous including the introduction.
full mqtt log https://paste.ubuntu.com/p/wsHTmpc7fN/
Hey, has anyone gotten the Git Pull add-on working?
If so could you share your config/process? I've followed along with this post: https://community.home-assistant.io/t/git-pull-addon/23435/47 but none of the configs have worked for me
Hello, anybody managed to do sniffer based on rpi-rf? Do we have any up-date manual for that?
Does anybody know of a reason why (using mosquitto_pub) I can send an MQTT message to the HA Mosquitto add-on, but I can not do this using the same tool from within the community add-on? And when I say "i can not", I mean ... it looks like the connections comes in, but no MQTT gets published?
1616488926: New client connected from 172.30.32.1 as mosq-1VHktQMob6njyQoHyX (p2, c1, k60, u'addons').
1616488926: Client mosq-1VHktQMob6njyQoHyX disconnected.
Is what I see in the add-on log
The only difference I see is that when I run mosquitto_pub from the "Community SSH add-on" is that it seems to do this with username addons ... but I have Mosquitto Add-On configured to accept any and all ...
try reconfigure the integration with empty credentials
anonymous: true
customize:
active: true
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
there are no logins, it seems
thats what you mean, right?
acl_file /share/mosquitto/accesscontrollist
% more accesscontrollist
topic readwrite #```
(in /share/mosquitto)
the integration in settings - integrations
reconfigure it was my suggestion
Sorry just saw this
Which integration is that?
I use the "Mosquitto" add-on as MQTT broker. Everything seems to work just fine, except for the mosquitto_pub client installed inside the "Community SSH add-on" for some reason.
Hello Everyone, I am trying the Wireguard add-on and was wondering if it is possible to only route 192.168.x.x/24 trough the tunnel and not any other traffic, if yes, how? Is it also possible to let the client only connect to 1 Internal IP and give it internet access?
Hi again, there's someone that can help me about this topic above? Thanks in advice.
I used Portainer to start NetDaemon Container with a port exposed
That is not the way to do it... and will cause problems (like you already discovered)
Look at the add-on source code, it is not possible to open up a port from the configuration. That possibility is not added to the add-on. This is a choice the author of such an add-on makes
so, not much we can do about that π€·ββοΈ
Hey, does anyone have any pointers on this? Thanks!
Hi - I wonder if the Hive documentation up to date? It seems to be the simplest of integrations to add and yet I have the response:
Logger: homeassistant.setup
Source: components/hive/init.py:113
Error during setup of component hive
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/hive/init.py", line 113, in async_setup
config["username"] = config[DOMAIN][CONF_USERNAME]
KeyError: 'hive'
I thought at first this might be a problem with my email address (username) needing to be in quotes but having updated my secrets file multiple times and tried putting the credentials in conguration.yaml directly I am now wondering if it could be related to 2FA which Hive now require on the the app and web but which is not mentioned in the integration document.
Hi, is here someone who could help me with WireGuard + AdGuard Home setup? In more details, I've setup both and they're working perfectly, but I just ran into one "issue" that I cannot resolve: If I connect both my phone and my girlfriends phone into the WireGuard, they work as they should, but both are logged in AdGuard as one IP-address, instead of their unique ones I defined for the clients.
So, instead of seeing only the 172.30.32.3 (which I think is the WireGuard itself?) in AdGuard, I'd rather like to see the 172.30.32.51 and 172.30.32.70 separately, that are reserved for our phones, so that I could define separate rules for each WireGuard Client (mainly enforcing safe search and blocking some social media services from our child's phone).
Currently I was able to enforce the safe search and block e.g. Facebook and Youtube, but these rules were applied to our phones as well (because AdGuard sees all the WireGuard clients as one IP-address).
Can this even be done? Could someone help me? Thank you in advance
Hey there, I have... a very odd thing that happened yesterday/this morning. I use the official Mosquito Broker addon for MQTT on my Home Assistant OS install. I just lost all my MQTT connections and really am unsure what is going on. My Core logs look like this:
2021-03-23 09:23:40 WARNING (MainThread) [homeassistant.components.mqtt] No ACK from MQTT server in 10 seconds (mid: 2109) 2021-03-23 09:24:37 WARNING (SyncWorker_2) [homeassistant.components.neato.vacuum] Couldn't fetch robot information of vacuum.rosie 2021-03-23 09:25:31 WARNING (Thread-6) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.1.205:1883 (1) 2021-03-23 09:25:31 WARNING (Thread-6) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.1.205:1883 (1) 2021-03-23 09:25:37 WARNING (SyncWorker_4) [homeassistant.components.neato.vacuum] Couldn't fetch robot information of vacuum.rosie 2021-03-23 09:26:32 WARNING (Thread-6) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.1.205:1883 (1) 2021-03-23 09:26:37 WARNING (SyncWorker_5) [homeassistant.components.neato.vacuum] Couldn't fetch robot information of vacuum.rosie 2021-03-23 09:27:35 WARNING (Thread-6) [homeassistant.components.mqtt] Disconnected from MQTT server 192.168.1.205:1883 (1) 2021-03-23 09:27:42 WARNING (SyncWorker_12) [homeassistant.components.local_file.camera] Could not read camera mail_usps image from file: /config/custom_components/mail_and_packages/images/3711ee2a-1996-40ac-a67a-249153fd5010.gif 2021-03-23 09:27:42 WARNING (SyncWorker_13) [homeassistant.components.local_file.camera] Could not read camera mail_usps image from file: /config/custom_components/mail_and_packages/images/3711ee2a-1996-40ac-a67a-249153fd5010.gif
I left the message at the end about the not reading the file, although it looks unrelated it's also odd. The file it's trying to read exists and is on the SSD HDD connected to the Raspberry Pi. And I know this because I'm connected via Samba Addon to that SSD and looking at the file!
The only other thing that was going on yesterday afternoon is that I was trying to use ESPHome to flash an ESP32 and while I successfully flashed it a few times I just could never get it to integrate into Home Assistant. I kept getting an error that it couldn't connect and that I needed to make sure the "API:" line was in the yaml, which it already was. Router showed that the ESP32 was connected to the wifi network.
I'm just at a loss at to what's going on
Has anyone used the chrony addon for NTP servers? I was curious if anyone knew the best config to set up for the US.
I think I figured out a workaround. I found that some people were saying that 5.11 of the addon was breaking their connections. I'm just confused because I upgraded to 5.11 about 4 weeks ago and it just broke today. Restoring the addon to 5.10 fixed this problem however
@worldly cliff I don't know about best config, but just search for public servers if you don't have one of your own https://gist.github.com/mutin-sa/eea1c396b1e610a2da1e5550d94b0453
mode: server
ntp_pool: pool.ntp.org
ntp_server:
- utcnist.colorado.edu
- time.cloudflare.com```
@undone sapphire do you use zigbee2mqtt addon?
I do
I'm on 0.8.0
I don't have the MQTT portion enabled, however
I tried just using pool vs the server option since pool was recommended, but not I cant edit the config at all. Do you know whether pool or server set up if preferred?
@worldly cliff I think it's just personal preference
I imagine pool is better, but...
and how would you set up your own NTP servere, or is that the link you provided?
no the link is just a list I found of public ntp servers in one place
more specific than a lmgtfy link π
Yeah i gotcha, so what was your hesitation in saying that pool is better?
Hello everyone, is it possible to only route 192.168.x.x/24 traffic through the Wireguard VPN? if yes how, I can't figure it out? or is it possible for a client to only allow access to 1 IP adres internally (192.168.x.x) and the internet (access to the outside)?
thnx in advance!
^^ This above is all using the Wireguard Add-on
Do we know if HACS has a UBNT\unifi device tracker or if HA supports UBNT\unifi out of box??? I'm at work and that is why i ask.
@craggy atlas there's a unifi integration, and it pulls in all devices by default last I used it. Kind of messy
Hello guys, i am using a fresh install on a PI4 with Nissan Leaf integration. I notice that it is not working and debug shows me same error i have seen as fixed on a github issue. What is the best thing to do to report this ?
https://github.com/home-assistant/core/issues/43312 seems i am not the only one that still have the problem.
@sly kindle messy... oof. I just want to be able to ping stuff to make sure it's up and running... was looking at swakes implementation
nmap might be the simplest option
@craggy atlas after you assign areas to entities, you can go in and disable all the ones you don't want to track, but it can be a lot depending on what you have going on
i'll look into the nmap then
anyone else having problems updating addons? when I click on update and then toggle the button to not do a backup the window closes
if I try it again it can sometimes go to the updating window but then does not update
updating...add-ons you mean?
yes for example i am trying to update node red atm
I do not need a snapshot cos one was taken last night
although i have been running HA for 3 years I haven't done jack with UI so this is going to be intereting and i will be asking stupid question just maybe not in here lol
@grizzled gyro updating vscode now...no problems yet
it keeps closing the window on me when i hit the update button, it worked one time and it said updating then that window also closed and i refreshed and node red has not been updated and nothing in the logs
ahh wait i just refreshed the logs " Failed to to call /addons/a0d7b954_nodered/stats"
maybe restart the whole system
yeah i will give that a try
supervisor > system > host > reboot
it was doing this a few days ago also when i tried to update terminal/ssh
ok i got a feeling this is a free space on SD card issue
going to delete some local backups and try again when host is back up and HA is running
Is there an add-on for the PS5?
myself I have not seen one, I guess the PS4 one does not work?
nope π¦
thats a shame, I find the PS4 one really handy
ok
I'm trying to backup my configuration on github but I wouldn't like to upload any passwords. But I use a few hassio add-ons that contain passwords in their settings, like MariaDB. Is there a way to use the secrets.yaml file for their configurations instead?
couldnt you upload it and make it private then type over the passwords in the config files then re publish it?
that's one way, but I still prefer to have all passwords in one place
yes same here - would love everything to be able to use !secrets
that's what secrets are for
username: '!include mariadb_username'
password: '!include mariadb_password'
also i found out the last update i think it was now checks the !secrets passwords against the pwnd database
Frenck's addons did this for years. Last update was added universiall yes
really nice idea that
Did you not see the backlash from some people?
Thank you!
yeah the notifications...
bah if its bothering u clearing the notification and bothering you enough to post up about it...spend the time to CHANGE π
I've learned to ignore the notifications haha
the only ones i get were about the passwords thats how i found out
my HA is not exposed to the net and its on its own VLAN behind pfsense
so my passwords were a bit lax π
well i have about 5 pi and 2 esp32 in my HA network and i am really still in the stages of setting up HA and getting all the things I have attached to the pi's running well
so my passwords etc were all garbage easy passwords across the board because I am ready to format SD's and rebuild at any moment
when i had to change the HA passwords and now things are more stable in terms of hardware and sensors etc i went and changed all the passwords on every device
Is anyone running NUT? There are supposedly these commands to change UPS settings but are those able to run outside the container? e.g. to have them as a switch in HA? Or never been any point to this?
!include or !secret ?
ahahah thanks
the single quotes threw me off. I wonder why we need them in the add-ons but not on core stuff
but it works, so I'm happy and thankful!
I think cos json stuff not sure
also regarding uploading to github those addon congis don't think make it to github anyway
or the place they are stored shouldn't end up to github I'd say
so make sure you have a good gitignore file
Looking for some help with Samba Share. I am not able to access my folders even though samba share is shows that it running. This is what I am seeing in the log https://paste.ubuntu.com/p/kFxsqw8VdY/
yeah gitignore worked. Thanks for the help and advice!
Does anyone have any experience using the Wireguard VPN add on?
Hi, i installed a fresh version HA, but i can't load addons. In my core logs I got this File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
no, you need a proper wireguard installation and a firewall to do these
do you run watchtower anywhere in your net?
Damn, so I also cant allow 1 IP and 'The internet'?
you should reach the internet with the addon no problem I believe.
Yes, but, I only want the VPN to access one internal IP and the rest using client_allowed_ips setting, but if I allow the internal IP, I cant access 'the internet' anymore because it isn't that internal IP.
any solution?
You can do split_tunnel and access the internet and ALL of your internal IPs
How?
mmm what is watchtower?
You need your IP range as Allowed_IPs in your wireguard client
There's definitely a post on the forum with a proper explanation I think
Yes I just found that post, thank you very much!
nevermind. don't use it.
to your question: tried a reboot? that error seems odd
yes rebooted more time, Before it works, but after a blackout it stopped to works, so i was thinking my sd card burned... now i'm using a new SSD boote via USB in a rpi4
@hard crow do you also now if it is possible to restrict ports, f.e. IP 1 allow only https connections IP 2 allow SSH + HTTPS IP 3 allow ssh?
did you start off with a fresh install?
yes, new install version 5.12
did you try a different browser?
get rid of all, reboot
supervisor logs?
ERROR (MainThread) [supervisor.store.repository] Can't remove built-in repositories!
ERROR (MainThread) [supervisor.store.git] Can't clone https://addons.community repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone --depth=1 --recursive --shallow-submodules -v https://addons.community /data/addons/git/942cda15
stderr: 'Cloning into '/data/addons/git/942cda15'...
fatal: repository 'https://addons.community/' not found
'.
it's a firewall or your isp blocking connections
mmm i didn't changed firewall settings, but my ips got a bug in configuration page, so can be it?
ips configuration page?
ips isn't my internet provide?
Internet Service Provider
