#add-ons-archived
1 messages · Page 15 of 1
The server is using an internetwide routable IP range for VPN internal routing???
That IP address is used by Amazon in France
it's working, thanks for putting me in the right direction.
export GNUPGHOME=/path/to/the/folder
no, this is the internal IP that is mapped to the devices in my network.
But Thats not the problem, the problem is with external access
on other devices the IPs work, thats not the problem
after a HA update the wg0 device is no longer set up and reverse proxies dont work either
Again: the 13.x.x.x IP is no internal IP. You might not be able to connect, because somewhere it is routed to some Amazon server in France.
It is the IP address of "ec2-13-37-0-9.eu-west-3.compute.amazonaws.com"
Okay. I'm out
What makes you think that isn't the problem, exactly?
This is happening to me too. I wanted to push my local git repo to a Gitea in another network which is part of my Tailscale network but I cannot even ping it. Not even the Tailscale IPs. Maybe I'm missing something. Maybe the ssh container doesn't see the Tailscale network?
I asked on reddit but they just said it possible but no experience with tailscale 🙄
So that means you still didn't solve it?
I wonder if someone has it working.
Man I wish lol
@gaunt schooner do you have access to your Tailscale network from you HA ssh?
Nope
Since I have Tailscale installed on my router... I expected it to be accessible from anywhere inside my LAN. And it's not only DNS which isn't working. I can't ping IPs.
All I can do is ping ha from other nodes
ah I see
Thank you
I'll look at that link later today
Sweet
Because I have 11 more devices with that exact config
My grafana add on can't reach to my influxdb add on and throws this when i click save & test : Get "http://localhost:8086/query?db=home_assistant&epoch=ms&q=SHOW+measurements": dial tcp 127.0.0.1:8086: connect: connection refused error performing influxQL query
localhost would refer to grafana itself. Addons run in separate containers: <#general-archived message>
The correct address is also mentioned here: https://github.com/hassio-addons/addon-grafana/blob/main/grafana/DOCS.md#using-it-with-the-influxdb-community-add-on>
dont think so
Hey
I have installed cloudflared
And setup it successfully
I can connect to my HA via my domain.
Is it possible via cloudflare to create a client certificate
And block access to HA to anyone who doesn't have that certificate?
Anybody running frigate and knows if its possible to generate an event upon motion detection?
#cameras-archived can help with Frigate
None of that is related to addons
anyone know if i can use the rtl_433 MQTT Auto Discovery addon if the rtl_433 device is remote and publishing to the MQTT server on the HA machine? It works when i run both locally but I cant seem to get the entities to populate. I see the messages in MQTT so its a problem creating the entities
thanks you got it to work 👌🏻
Hello
How can I find the Tydom password?
The password for my application account doesn't work
Where should I put my problem I do not understand the servuer?
first of all it says that's deprecated and says to use this https://github.com/fmartinou/tydom2mqtt
bordelle
c'est quoi cette marque à la c^^
On paie une fortune pour une qualité horrible, 300 balles juste pour une caméra qui marche une fois sur 5 et peut ne pas fonctionner pendant plusieurs semaines et impossibles de rénitilasier ce fichu mot de passe à la con
J'ai compris
I was saying that this is a horrible brand and quality, you pay a fortune for the brand ex: 300€ a camera that works one time out of 100 and may not work for weeks.
A horror, even if you install the old application, thanks to Tydom, it's impossible to reset the password.
Of course, this brand is also involved in programmed obsolescence.
oh never heard for brand
Normal a rich man's brand
Worth a fortune for lousy quality
To think that other brands offer incredible quality with a live image
For example, the 300€ camera constantly sends notifications that there's a person (it's just a fly animal).
Good evening 
I have an issue that I have no clue about. Take a seat 🙂
I have installed VS Code add-on and also SSH one
In both I am logging as "root" (at least I think so)
In terminal in VS Code I can see all the files and in SSH terminal too
so what is happening here:
VS Code terminal
➜ /home whoami
root
➜ /home ls -al
total 12
drwxr-xr-x 1 root root 4096 Sep 4 22:12 .
drwxr-xr-x 1 root root 4096 Sep 4 22:02 ..
drwxr-xr-x 2 root root 4096 Sep 4 22:12 anotherone
➜ /home
SSH terminal
➜ /home whoami
root
➜ /home ls -al
total 12
drwxr-xr-x 1 root root 4096 Sep 4 22:11 .
drwxr-xr-x 1 root root 4096 Sep 4 22:00 ..
drwxr-xr-x 2 root root 4096 Sep 4 22:11 test
➜ /home
This will undoubtedly end with 'each addon is its own container'
was thinking it could be a case that they both run separately, but does that mean I don't have access to all the files? what if I delete some hassio files?
Hassio isn't a thing
will I delete them just in that container and hassio will still work?
And you can't delete any home assistant files from either
oh, so that doesn't let me access to everything
okay, so, configuration.yaml file is required, right? and I can use VS Code to edit it as well as SSH terminal
which one then is the only source of truth?
Rob I'm going to the bar, get you anything?
sorry for my dummy questions, I am very new to that, planning to do some cool stuff and learning now possibilities and how it all works
Basically both share some directories with the host but also have their own: <#general-archived message>
You say its not a case, but it must be installed somewhere, right? If I get to hard drive I should be able to find system files
Hass.io was the old name for the appliance like install option, that uses Docker. It was renamed in January 2020 and is now called Home Assistant OS.
Yes, in its own container
ah sorry for wrong naming, I used it as a short name for Home Assistant OS, which is wrong, thanks for correcting me Rob
so if I delete configuration.yaml in ssh terminal, will I break anything or Home Assistant will still work as this configuration file is in a separate container?
That is in the shared config directory that is mounted in each/most containers
If you delete that, it's gone
is there any documentation about it? how do I know which directories are shared between containers? and if I can create one too
You can simply test this by touching a new file and observing ls again
yeah I did that for /home and couldn't see, so I thought that is the case for every directory
wasn't aware about shared directories
Key folders are shared, that's the point. Delete configuration.yaml and you delete it everywhere, because there's only one
A addon's config.yaml will tell you the shared paths and you can also check with docker inspect
See here for a docker inspect example: #add-ons-archived message
And here for a config.yaml: https://github.com/hassio-addons/addon-node-red/blob/11f42580baa24e31aa686cb363fdbdecb5e9d57b/node-red/config.yaml#L30
You can get the container name(s) via docker ps.
Also check my previous link to make sense of this
That all make sense, thank you for your help
so in Home Assistant basically add-ons are running as docker containers
Yeah. HA itself as well. You can check via the mentioned docker ps if you're curious
thats great
To format your text as code, enter three backticks on the first line, press Shift+Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
@blazing kraken
talking about this ; )
ah sorry, I wanted to paste screenshots but I couldn't so just copy/pasted from terminal, will update now and remember for a future 🙂
np
Not really sure what category this goes under, so I'm trying to include a frigate snapshot with a notification, but I have frigate on a separate server, I can get the image via a :5000/api/outside/person/snapshot.jpg, but is there anyway to pull that image through the frigate proxy that's already tunneled via Nabu Casa? I tried :8123/eeab4ccf_frigate-proxy/api ect but that still loads up HA interface and doesn't take me straight to the api.
How do I filter the devices RTL_433 adds, to show only my own devices? I keep seeing random devices such as soil sensors pop up and then go offline, presumably neighbors' stuff.
You wanted #cameras-archived
Hello! New to Home Assistant (running as a KVM virtual machine of the HA OS), and I've got a lot setup already (Google nest, Tasmota, Tradfri, MQTT, Unifi, and a bunch of other stuff) and now I'm digging into one I can't seem to find any good answers on, my X10 devices. It's not finding the heyu command as it seems everyone gets, and I'm looking for a way to install a heyu shell script that will just call heyu the machine heyu is running on.
#integrations-archived can help with the X10 integration, though it looks like hardly anybody uses it
Yeah, it looks like that, and I'm phasing it out too, but I have enough installed I need to get working. I'll move my comment over there.
For some reason I can't access Studio Code Server remotely, it lags a bit and then crashes HAOS completely. I must have a setting wrong, because I'm assuming it should work. Can anyone help me find the problem and set it up correctly?
What hardware are you running that on?
Sorry, Discord crashed and I didn't notice 😄
Rpi4, 16GB
The Pi4 doesn't have a 16 GB RAM option
Hmm., the 8 then?
The highest one 🙂
Just checked, 8GB indeed 🙂
I vaguely remember someone telling me it could be httpS related, though I do access my instance with https. Through cloudflare
Use of HTTPS shouldn't cause the host to crash
Yeah I assumed, but I think someone told me a few months ago that it might be related if I didn't set it up properly or such. But it's beyond my knowledge.
@wild basin I converted your message into a file since it's above 15 lines :+1:
@wild basin I converted your message into a file since it's above 15 lines :+1:
b'HTTP/1.1 200 OK\r\nServer: Tydom-*******\r\nUri-Origin: /info\r\nContent-Type: application/json\r\nTransfer-Encoding: chunked\r\nTransac-Id: 0\r\n\r\n1\r\n{\r\n18\r\n"productName": "TYDOM2",\r\n16\r\n"mac": "***********",\r\n11\r\n"config": "prod",\r\n12\r\n"bddEmpty": false,\r\nF\r\n"bddStatus": 0,\r\n10\r\n"apiMode": true,\r\n1C\r\n"mainVersionSW": "03.08.19",\r\n1C\r\n"mainVersionHW": "00.00.01",\r\n14\r\n"mainId": "6414118",\r\n1C\r\n"mainReference": "21260010",\r\n1B\r\n"keyVersionSW": "01.04.14",\r\n1B\r\n"keyVersionHW": "00.00.01",\r\n1E\r\n"keyVersionStack": "04.00.50",\r\n1B\r\n"keyReference": "21260011",\r\n31\r\n"bootReference": "", "bootVersion": "02.211.128",\r\n10\r\n"TYDOM.dat": 43,\r\n12\r\n"config.json": 43,\r\nE\r\n"mom.json": 0,\r\n13\r\n"gateway.dat": 176,\r\nF\r\n"bdd.json": 12,\r\n12\r\n"collect.json": 1,\r\n12\r\n"groups.json": 40,\r\n13\r\n"mom_api.json": 18,\r\n13\r\n"scenario.json": 2,\r\n11\r\n"site.json": 378,\r\n12\r\n"bdd_mig.json": 1,\r\n13\r\n"info_mig.json": 0,\r\n13\r\n"info_col.json": 0,\r\n12\r\n"absence.json": 9,\r\n13\r\n"anticip.json": 16,\r\n12\r\n"trigger.json": 0,\r\n12\r\n"bioclim.json": 0,\r\n16\r\n"data_config.json": 0,\r\n26\r\n"urlMediation": "mediation.tydom.com",\r\n15\r\n"pltRegistered":true,\r\n19\r\n"updateAvailable": false,\r\n17\r\n"passwordEmpty": false,\r\nF\r\n"maintenance":{\r\n28\r\n"id": "ffffffffffffffffffffffffffffffff"\r\n2\r\n},\r\nB\r\n"geoloc": {\r\n15\r\n"longitude": 1405123,\r\n14\r\n"latitude": 43996921\r\n2\r\n} part3
What should I do? I'm getting a lot of errors but it managed to connect?
I have been trying to get matter setup but seem to be having issues with the addon server that runs it
it gives sevral o errors like
2023-09-05 22:11:10 core-matter-server chip.DL[126] ERROR MDNS failed to join multicast group on XXXXXXX for address type IPv4: src/inet/UDPEndPointImplSockets.cpp:764: Inet Error 0x00000110: Address not found
then continues for a bit and throws a time out error in what appears to be a cert generating/prossessingprocess
Add-on: Matter Server
Matter WebSocket Server for Home Assistant Matter support.
Add-on version: 4.9.0
You are running the latest version of this add-on.
System: Home Assistant OS 10.5 (amd64 / qemux86-64)
Home Assistant Core: 2023.8.4
Home Assistant Supervisor: 2023.08.3
hi , i have tried to use DuckDNS to remote access my home assistant , but i have a problem that i do not have port forwarding on my router !!!
i have instead virtual servers , but i still do not know how to use it , i search on google and ask ChatGPT , ther is no soulution there .
my router is : D-LINK DIR-2150
if some one can tell me how to link my home assistant local url to the internet (using Port Forwarding that i do not have) i will be grateful
I have tried to do what he said, but I still don't understand what to do. I opened a virtual server, added one, and entered the Home Assistant details in the Private Network Settings(Private IP and Private Port). In the Public Network Settings, I entered port 80 or 443(Public Port),and then i chose TCP protocol, and gave it a name. However, I received an error message afterward, saying:
'Applying settings error. This may be caused by a missing connection to the device.'"
Hey, I have the sonoff cc2652p. Z2M Website lists 20230507 as newest version but https://github.com/Koenkk/Z-Stack-firmware/tree/7c5a6da0c41855d42b5e6506e5e3b496be097ba3/coordinator/Z-Stack_3.x.0/bin here is version 20211114 listed. Is it safe to flash the one from github?
Also do I need to repair every device if I update the coordinator?
#zigbee-archived can help there, but Z2M has an FAQ entry that answers that
Thanks. Should have looked at the FAQ
Has that only happened now or did it never work?
it happened to my friend, and I believe it never worked
You too would want to ask in #zigbee-archived - but also share the error text as text
HA should discover the addon:
To use the Mosquitto as a broker, go to the integration page and install the configuration with one click:
Navigate in your Home Assistant frontend to Settings -> Devices & Services -> Integrations.
MQTT should appear as a discovered integration at the top of the page
Select it and check the box to enable MQTT discovery if desired, and hit submit.
If you have old MQTT settings available, remove this old integration and restart Home Assistant to see the new one.
if you want some other device to connect to the broker, it's the same address as your HA installation
Lol i guess thats why all the config harps apon is the port and not the ip lol thanks
Question, i'm trying to add Tautulli as a addon, i see the MQTT messages are picked up in the MQTT Explorer. But i dont seem to find a sensor where there is "started,paused" and so on when i'm trying to setup automations
Does it work with the latest HassOS?
managed to get it fixed, i forgot to create the sensor
Anyone else with Z-Wave issues after the last update? I'm getting Z-Wave JS Server version (1.28.0) is incompatible and there is no update for my Z-Wave server (seperate VM). I know this probably belongs to #zwave-archived but that channel seems pretty sleepy right now 😛
Glad to see you recognised the channel you should have asked in...
Asking in the wrong channel won't magically get you an answer faster
Any luck with it? I still cant get it.
hey guys, does anyone know how i can run a hassio addon on a docker system, my homeassistant OS is a VM and the addon i want to use needs a device passed in to itself. This device cannot be plugged in on the server so i am thinking of loading up the container manually on docker on an rpi then set the url of the integration to the container.
to be specific, i am trying to load up the Open Thread Border Router implementation from home assistant as a docker container without loading it up in my home assistant
Hass.io was the old name for the appliance like install option, that uses Docker. It was renamed in January 2020 and is now called Home Assistant OS.
Depends on the addon. You probably can't run the addon image itself but most addons are based on another image that you can run instead.
Why can't you plug the device into the server?
well if i do then i cannot migrate the VM in case of a node failure.
because the USB would then need to be connected to 4 nodes at once somehow
That's a good reason. You could use some kind of USB ip bridge between the pi and the VM(s) but I haven't tried that in production yet
i tried that with zwave-js-ui
did not work
all workarounds would require cracking the read only layer in home asisstant to load up modules and hacks
i gave up and started running the zwave-js-ui docker image
anyone know where to find help with frigate?
does anyone know of an add-on that packages a popular web host? like wordpress or something?
Hi, I was hoping to use the addon MQTT IO on a raspberry pi3b ( HA operating system) to use the pins on the same unit. Do anybody know if it should be possible? My tries fails in errors from addon about no root privileges.
RuntimeError: No access to /dev/mem. Try running as root!
Seems to be an issue with the current version: https://github.com/hassio-addons/addon-mqtt-io/issues/74
Ok, thanks!
Hello friends! I have installed Node Red but it continuously crashes on start. Have any of you experienced and, hopefully, fixed this problem before?
#node-red-archived can help
Ah, thank you!
Updated to ESPHome 2023.8.3 and now all my ESPHome devices are offline and I can't connect to them. Do I need to roll back? I'm on core-2023.8.2
local tuya
hi
I’ve installed the rcp shutdown addon and configure it and it’s working good. i create a switch in the configuration.yaml and it’s working.
i try to create automation to run the turn of the computer but i can’t find it in any options in the action.
what i need to choose in the action to run the rpc shutdown?
data:
addon: core_rpc_shutdown
input: computername```
Change "computername" to one defined in your add-on
In the UI the service is called "Home Assistant Supervisor: Write data to add-on stdin"
i choose it in the UI but i can't write the code. i can only choose the RPC shutdown..
In the
menu you can choose to use YAML mode. That way you can add it.
i tried it and it's not working. this is the YAML code description: ""
mode: single
trigger: []
condition: []
action:
service: hassio.addon_stdin
data:
addon: core_rpc_shutdown
input: yoni-pc-shutdown
this is the error message that i get Message malformed: extra keys not allowed @ data['service']
Your YAML is formatted wrong. Use the UI, add that service and only edit that in YAML to add my snippet, not the whole automation
it's not working
What is your YAML automation?
To format your text as code, enter three backticks on the first line, press Shift+Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
is anyone here familiar with the loki and promtail addons? I
The default promtail config from the addon doesn't seem to be scraping the hassio logs
Is there an option to add to use the NGINX addon in HAOS to have a second non standard port pointing at a different web interface I’m also hosting?
getting 401: Unauthorized when attempting to access the two addons i have installed
Dashboard unavailable; skipping reauth: Cannot connect to host 127.0.0.1:62001 ssl:default [Connect call failed ('127.0.0.1', 62001)]
this is the esphome and the file editor integration
trying to install the ssh addon now
nah, 401 on that as well
works in firefox, so it has to be some cache issue in chrome
hello all I seem to have all configuration correct however RPC shutdown will not execute. I added to the target pc a new user and password. and i entered them as uid%password in the addon configuration and it still does not trigger the rpc shutdown. I created a switch in my dashboard and i can not turn it off
You might need to enable the RemoteRegistry service in Windows (with admin privileges)
sc start RemoteRegistry```
You also might have to enable Network discovery in Windows' regedit by adding a Dword 32-bit value with hex value=1 in
`\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System`
Hi everybody.
What do you think is the best way to connect node (home assistant without static ip) to my primary HA instance with static ip?
duckVPN? zerotier? or some kind of link between them that node HA wouldn't need 3d party service to be accessible by my primary HA instance... Not sure can you forward me to some article or recommend any solution for that?
Thanks.
Node HA?
yes, using this addon: https://github.com/custom-components/remote_homeassistant/blob/master/README.md
or slave or I don't know what name is used here 🙂 like it's ordinary instance but I want to have access to it though my primary instance
VPN of some form, including ZeroTier or Tailscale
That's not an addon. I believe the tailscale addon is kind of "one-way"
Integration 🙂
hmm I run into a problem, I am running both instances in docker therefore unsupervised... and I would need zeroTier addon from supervisor
Okay I can run it as docker container as well but won't be that unnecessary bloat? 😄
what would you recommend as the best solution 🙂
Why would that be bloat?
You do realise that:
- This is off topic for this channel
- Add-ons are just containers, with sprinkles for the Supervisor
okay then yeah... I am new to docker and moving my services there but thanks. Ok sure won't continue in this channel 🙂 thanks for clarification
#general-archived is the best place for this
So I just setup Caddy to reverse proxy into home assistant and all my other self hosted sites. I only use the reverse proxy over http on my local network since I have a Wireguard VPN setup so I am always on my local network.
I can access homeassistant by going to http://homeassistant.homelab.lan just fine, but when I do, some of my iframes do not work, specifically duplicati and grafana. Grafana brings me to the login screen but when I enter my credentials it just brings me right back to the login screen. Duplicati just says that it can't connect. Some other iframes are working fine. Both duplicati and and Grafana iframes work fine if I go to my.ip.address:8123 instead of the reverse proxy.
Can someone please help me resolve this? I am very new to Caddy and http in general.
I'm trying to use let's encrypt addon, but I got the error "The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet." When the service stars I can get result either from http://mylocalip and http://myCustomDomani.duckdns.org returning message "ACME client standalone challenge solver". So the temporary site is reachable... any idea on how to troubleshoot this?
Are you also using the DuckDNS add-on? That will get the LE cert for you using DNS-01 validation as well as update the DDNS to your IP
Yes, I'm using duckdns addon. Whe duckdns starts it didn't seems to get the certificate. Looking on addon output I see only "s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started"
What's the configuration look like
I discovered that my router isn't forwading port 80 correctly to the home assistant server... I have to sort it out...
Run ha core logs and maybe ha supervisor logs via the SSH addon
Hello! I have both DuckDNS and LetsEncrpyt addons installed on my homeassistant. Using the duckdns ip (mydomain.duckdns.org), I get SSL_ERROR_RX_RECORD_TOO_LONG. Any suggestions for how to debug this?
Google seems to indicate that this indicates that port 443 is http and not https? Not sure how to fix that
Whatever you're Googling you're doing something wrong if that's what you're getting
That error thought almost certainly means you didn't add the required ssl_ lines to HA
Yup, I followed that exactly
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
And then restarted HA?
When you try to connect to HA locally with the local IP (and port) you have to use https:// now?
ah, the old turn it on and off again... I had been reloading yaml only
Working now, thanks!
Yeah, only some things can be reloaded
ok new - somewhat related - question. Now that I've got https working, is there a good way to debug why I would be getting "Oops, an error has occured" with the built-in Assist on mobile? I have already changed the internal connection URL to use https on the app settings and cleared my chrome browser cachce
You would want to ask in the relevant mobile channel
I use NGINX Proxy Mgr inside HASSOS with no problem until I try to use Assist which requires HTTPS for local connections. Most write ups are focused on HTTP when local. Any suggestions on vids or writeups?
pls help add new target in Prometheus addon
I created file in /share/prometheus/targets/node-exporter
scrape_interval: 5s
metrics_path: '/metrics'
static_configs:
- targets: ['<my ip>:9100']```
restarted addon but target not create
Does anyone else have the problem that after the update to Home Assistant 2023.9.1 the Tasmota devices discover themselves incorrectly ?
The Friendly Name is now Devicename + Friendlyname
All my Tasmota light devices now have a double name. e.g. light living room / dining room light living room
Before it was only: light living room
That'd be #integrations-archived - and it sounds like you're using the old MQTT integration rather than the "new" Tasmota one
Questions on custom voices in Piper addon, best here or in #voice-assistants-archived ?
hi, can someone help me with the MQTT add-on?
i get the following message: received null username or password for unpwd check
i googled and tried everything, but cant get it to work
What are you doing? What did you do? What does the addon do?
im trying to set up the mqtt addon, the logs says im unauthorized. i followed the installation guide but still cant get it to work
How are you connecting to it? With what credentials?
in the add on configuration i did nothing, just followed the guide and created a new user in hass
and now the addon log says
2023-09-11 19:30:48: New connection from 1xx.xx.xx.x:xx on port 1883.
2023-09-11 19:30:48: Client mqttjs_56xx9d06 disconnected, not authorised.
i just want to get a rtsp stream from my ring camera... its frustating
Well whatever it is that wants to connect to it isn't set up to use a user or password. Any idea what it might be? Zigbee2MQTT perhaps?
oh, so you think its a different "user/device" thats not authorized?
Probably. Only you can know what is trying to connect to it. Might be an integration, an addon, whatever
ok, that helps me a lot
i guess i did everything right but focussed on this stupid user/device thing 😄
The reason I suspected Zigbee2MQTT is because it's programmed in JS. mqttjs* is a common default ID for a JS MQTT library.
In this case it's likely not an integration since they (as well as HA itself) are programmed in python. Look for something JS based.
Is there an add-on that would let me browse the config folder of my HA instance and open files in the system-installed editor? I’d like to edit YAML config files on my iPhone using an iPhone app, instead of using the file editor addon.
Samba addon along with some smb app for iPhone? I do this on android, though not much editing
Yes that could work; requires me to get on VPN though. But not a dealbreaker.
The samba add-on will share all of the default mapped directories, including the config directory
Was looking for something through HA so I didn’t have to mess with VPN
File editor or vscode would be "through HA" but they aren't great on mobile
Hi all. I updated to latest zwave Js add on today. Have been using for a year+ upon upgrade the control panel page UI is now completely blank, but the zwave network continues to operate normally. I’ve rebooted and still the same issue. Anyone have a thought?
No settings were changed on my end
jump to #zwave-archived
Has anyone out there had issues with Grafana crashing HA? I can’t seam to get it to run very long before crashing system. I am running the latest HA on a Synology VMM. InfluxDB suppling database. Influx seams stable.
Nope. Been running Grafana for three years without a hiccup.
What do you mean with crashing? Does the whole VM stop? Just HA? What happens exactly?
Hi All New here Hope this is the correct
I've install HAOS-SBFspot add_on for inverters..
and I'd like to know where is the mqtt sensor definition are created ?
this addon uses MQTT
and I've looked were I could .. (/config/configuration.yaml, ..)
Need to do this because I've move sbfspot on a other pi and i new to replicate the sensor definition.
need*
It appears to be just ha. I looked at VMM logs and doesn’t show a crash there. Basically when you click on Grafana it works for couple seconds then HA looses connection and reboots. However this reboot takes much longer than a normal reboot
Check HAOS' supervisor logs
I will need to fire grafana back up. I had to shut it down. I also checked the grafana logs they were clear. Get back to you a little later. Need to get my morning started.
@impact I just started grafana and copied the log files. Once it was done booting and log was done I went to the menu bar and clicked on grafana. The dashboard came up everything appeared to look OK. I then decided before it crashed the systemt to go to the supervisor logs and see what it looked like. Supervisor briefly stuck on Loading Full Logs then Connection lost. Reconnecting.......
Here are the logs from the crash23-09-12 08:23:03 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/grafana/amd64 with version 9.0.3
23-09-12 08:27:30 INFO (MainThread) [supervisor.ingress] Update Ingress as panel for a0d7b954_grafana
23-09-12 08:37:29 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
23-09-12 08:37:29 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_IPV6_ERROR/ContextType.DNS_SERVER
23-09-12 08:37:29 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
23-09-12 08:37:29 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_FAILED/ContextType.DNS_SERVER
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.IPV4_CONNECTION_PROBLEM/ContextType.SYSTEM
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.MULTIPLE_DATA_DISKS/ContextType.SYSTEM
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DOCKER_CONFIG/ContextType.SYSTEM
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.NO_CURRENT_BACKUP/ContextType.SYSTEM
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.check] System checks complete
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
23-09-12 08:37:30 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
I see the DNS issue
To format your text as code, enter three backticks on the first line, press Shift+Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
Install the community SSH addon, disable its protection mode and set up a port.
Then connect to it via a SSH client and run docker logs -f hassio_supervisor and trigger the "crash". Your connection should not be interrupted.
Also check ha core logs and ha supervisor logs and please use a share site
can I get a little more info? Set up a port in Grafana then access through ssh?
Set up a port for the SSH access in the SSH addon's settings then use a SSH client to connect to that port
default port is 22 for the addon in Advanced SSH & Web Terminal.. I am so sorry my knowledge in this area is limited I actually grabbed another colleague to help.
Looks like the build for the latest Zwave JS add-on update had some errors.
You need a way to access the terminal without HA being available so the best plan is to use an actual SSH client.
You need to research how to use a SSH client. You could also use the VM's console to access the VM and run those commands if you like but SSH is preferred.
I just ran the command in putty shows the logs. will this work?
any thoughts on this: 2023-09-12 15:09:54.771 WARNING (MainThread) [homeassistant.components.http.security_filter] Filtered a request with a potential harmful query string: /magmi/web/ajax_pluginconf.php?file=../../../../../../../../../../../etc/passwd&plugintype=utilities&pluginclass=CustomSQLUtility 2023-09-12 15:09:54.801 WARNING (MainThread) [homeassistant.components.http.security_filter] Filtered a request with a potential harmful query string: /magmi/web/magmi.php?configstep=2&profile=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E
I have but one add-on with SQL printed on it and its the SQLite Web, which was advised to use for migrating our MAriaDB to SQL
never noticed an issue until this suddenly popped up, and it isnt even running..?
other than deleting the add-on, should I be doing anything else?
Need a way to be able to play tts or a media file through a lovelace dashboard... was tyring to use this:
https://github.com/thomasloven/hass-browser_mod
but its not working for me with devices ive casted too.
Browser mod is not an add-on
#integrations-archived integrate Home Assistant with devices or services, or provide functionality within Home Assistant.
#add-ons-archived provide additional software or services, which an integration could possibility integrate with. Add-ons are for Home Assistant OS and Supervised only, other install methods can install software other ways.
Browser mod itself is an #integrations-archived
Ran these commands in VM terminal They show nothing but a time gap between when it crashed and when it started
These are live logs so perhaps the VM itself has an issue. Hard to tell with limited information. Can you share all via a paste site?
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
https://dpaste.org/xYQvm @supple grove
11:37
Hmm. I'd check the host logs as well
@ impact I decided over lunch to delete the Grafana add on restart and reinstall. Grafana may be fine. Looking like my database in Influx may be corrupt. let you know shortly
I reinstalled both influxDB and Grafana . The error is happening when you create a visualization click on select measurement - then says Choose Loading options... At this point the crash happens.
Strange. Addons are mostly separate from other things. Anything interesting in the host logs?
https://dpaste.org/dbuKJ Check the no content in the influxDB log. I tried accessing values in Influx and it worked fine. Something about grafana accessing influx. I even tested the connection again and it says its fine.
I wanted to see the host logs though
This message repeats itself every 2 minutes 2 times. Does not look as a real error, but I wonder why mosquitto broker gets these
https://github.com/home-assistant/core/issues/51603#issuecomment-856523532
It could use a client id to make this obvious though
😳 that was simple. Gracias
I just transferred from rpi3 to odroid n2+ and checking the logs
hi
So here is where I ended up. I decided to try my Nabu Casa link, instead of local . Everything worked fine on Nabu Casa instance. Made me think maybe the browser cache was corrupt. So I cleared the browser cache and everything worked good until I started configuring theme and menu items. It crashed after I configured. Then I did one change at a time to try and find out what the issue is. I slowly made every change and it will not crash. I’m baffled. It’s working for now I’ll try it again tomorrow and see if I have issues. Looks like there are other forces at work here. Can’t believe I wasted a whole day in this. And thank you so much for the help.
I'm still not quite sure what exactly happens. Is is the VM, the OS inside, docker itself that misbehaves.
Grafana and Influx are running in separate container so an issue witht grafana should not bring down HA or InfluxDB.
Maybe you have too little memory and it OOMs? The host logs should tell us about this. Please provide them.
The server this is sitting on has 32GB of ram and 8 processors. The HA VMM has 2 allocated and 6GB of ram. I just upped it to 4 and 8GB. If it crashes again I’ll get the host logs. I upgraded it to 2023.9.2 this morning.
That should be more than enough but best to check what it actually needs. I don't like guessing for things which can easily be verified
CPU averages 6% and memory 15-20%
How can I upgrade addon to a specyfic untaged version? I wan't to upgrade the grocy addon to the version from https://github.com/hassio-addons/addon-grocy/pull/380 so the renovate/grocy-grocy-4.x I triead with ha addon command but without success
Wouln't the outcome be exactly what on https://github.com/ndrsfel/addon-grocy ?
No?
I se it is missing repository.json file
addons are just docker containers that run specific software in a specific way. ALl you'd do is make your own lib w/ a container that runs the version you want to run
I've cloned the repo and added the repository.json https://github.com/majkrzak/addon-grocy Is it how it should look like?
I'm abble to add the repository to the addon shop, but not sure how I should follow from this point. I can install another grocy from there, but not upgrade existing
I think Im narrowing this down. I believe that the browser connection is crashing making it appear to be a HA issue. I can stay logged in though Nabu Casa and watch the logs. However, if im using the local connection when I click on Grafana it crash's the connection or browser. The crash is defined as the a lost connection. Going to try another browser and report back . Chrome is the one im usng now.
@supple grove these seam to be generated when the browser crashes Sep 13 18:11:12 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-e1b95ee761eb20b9200bdfef4c1c205a9ed2f7201e6635852ccb880f6eed87b6-runc.ZI3Ct0.mount: Deactivated successfully. Sep 13 18:11:32 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-b359ee51434f033b90afa3ced4d4f8941bfd3a26c53d939efc5649c299bf5e6f-runc.8l2W9y.mount: Deactivated successfully.
That's not necessarily an issue. Might be a healthcheck
I have a bit of a difficult to parse issue trying to install eufy-security-ws addon
I searched around and couldn't find anything matching this. Can anyone parse this error that I get after clicking install on the add-on?
Can't install bropat/hassio-eufy-security-ws-armv7:1.6.4: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=1.6.4&fromImage=bropat%2Fhassio-eufy-security-ws-armv7&platform=linux%2Farm%2Fv7: Internal Server Error ("Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout")
did a host reboot and it worked 😄
didn't find this particular issue before, but I saw some other references to a host reboot perhaps helping add-on installation
Ive just added a Alexa Media add on to get sound through the speakers from other things like text speech but getting no sound and no controls if there anything I can do to fix this?
What add-on?
Alexa Media Player
That's not an add-on, but #integrations-archived
ok will post in there sorry!
hello, i have an issue with rtsptoweb addon
i cant play video with rtsp link
this is log
2023/09/14 15:53:48 [RTSP Client RTP Read Header read tcp 192.168.1.2:36412->192.168.1.10:554: use of closed network connection]
2023/09/14 15:53:48 [RTSP Client Close <nil>]
2023/09/14 15:53:50 [OPTIONS rtsp://192.168.1.10:554/ch01/0 RTSP/1.0
Please help me
Hi all. I'm using NGINX Home Assistant SSL proxy add on for the http reverse proxy. I would need to change some nginx parameter though. Do someone know how could I create a custom configuration file?
@dapper loom I converted your message into a file since it's above 15 lines :+1:
@dapper loom I converted your message into a file since it's above 15 lines :+1:
Is the mosquitto (or whatever you use as MQTT server) addon running?
the addon mosquitto is running yes
could it be that because it says "active false" that's why it doesn't work?
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto```
No: https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md#option-customizeactive
Can you check the mosquitto logs?
```mosquitto: persist_read.c:550: persist__restore_sub: Assertion client_id' failed. [11:39:58] INFO: Service restart after closing [13:39:59] INFO: Starting mosquitto MQTT broker... 2023-09-14 13:39:59: Warning: Mosquitto should not be run as root/administrator. mosquitto: persist_read.c:550: persist__restore_sub: Assertion client_id' failed.
[11:40:00] INFO: Service restart after closing
[13:40:01] INFO: Starting mosquitto MQTT broker...
2023-09-14 13:40:01: Warning: Mosquitto should not be run as root/administrator.
mosquitto: persist_read.c:550: persist__restore_sub: Assertion client_id' failed. [11:40:02] INFO: Service restart after closing [13:40:03] INFO: Starting mosquitto MQTT broker... 2023-09-14 13:40:03: Warning: Mosquitto should not be run as root/administrator. mosquitto: persist_read.c:550: persist__restore_sub: Assertion client_id' failed.
[11:40:04] INFO: Service restart after closing
[13:40:05] INFO: Starting mosquitto MQTT broker...
Yeah that does not look right. It seems to be in a restart loop. Can you share the sanitized config?
the config of mosquitto?
It's also possible (very likely) that your persist database was corrupted somehow
the config is there? or which config do you mean?
what should I do in this case?
The one from the addon's Configuration tab
this is the configuration of the mosquitto mqtt broker addon
Where's it?
I'd try to uninstall and then install mosquitto again. You can technically delete the /data/mosquitto.db via SSH but since the addon is in a restart loop chances are bad.
Deleting the file through other means seems to require real (non-addon) SSH access as /data is mounted from/to /mnt/data/supervisor/addons/data/core_mosquitto
here is the config
If you meant to post a picture you have to use a share site
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
noo, look at the answered message
here
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto```
Not much in it. Try the suggestion here: <#add-ons-archived message>
where do we go to raise issues with the current update of node-red 14.5.0?
"You have 14.4.5 installed. Click update to update to version 14.5.0" I had to revert back to keep things running.
If you want to open an issue on GitHub:
https://github.com/hassio-addons/addon-node-red/issues
👍
now the stuf which communicates directly to mqtt works, but the zigbee2mqtt addon is not working
Zigbee2MQTT:info 2023-09-14 18:48:49: Connecting to MQTT server at mqtt://core-mosquitto
Zigbee2MQTT:error 2023-09-14 18:48:49: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2023-09-14 18:48:49: MQTT failed to connect, exiting...
Zigbee2MQTT:info 2023-09-14 18:48:49: Stopping zigbee-herdsman...
Zigbee2MQTT:error 2023-09-14 18:48:50: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2023-09-14 18:48:51: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2023-09-14 18:48:52: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2023-09-14 18:48:53: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2023-09-14 18:48:54: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2023-09-14 18:48:55: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2023-09-14 18:48:56: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:info 2023-09-14 18:48:57: Stopped zigbee-herdsman```
OH - check your user name and password. For each device...
where do i have to check it?
I dont know about zigbee, but for example on a tasmota device they have a configuation place to enter the user name and password. Then on home assistant add-on MQTT in the configuation menu there is a user name and password that has to be set.
then all the devices have to match that service user name and pass
What does your Z2M config look like?
Hi i have problem with empty hosts in web NGINX Proxy manager.In log I see the error message which probably cause it. I think problem is with connection to mariadb, but maria db is up and running.Do somebody knows what to do?
Current database version: none
2023/09/15 11:07:04 [error] 313#313: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.3.128, server: nginxproxymanager, request: "GET /api/ HTTP/1.1", upstream: "http://127.0.0.1:3000/", host: "192.168.3.5:81", referrer: "http://192.168.3.5:81/nginx/proxy"
I've seen that same error with my initial install, restarting the add-on doesn't show the error any more and I didn't notice any impact overall. I don't see any indication of that being related to the database though
I am having the same issue of addons not starting. Terminal will not start but the log says everything started sucessfully. Zigbee2MQTT will not start, but there are log errors here which might be from Mosquito broker not starting. Mosquito broker doesn't give me anything for a log. If I hit the start button, it says "Can't create container from addon_core_mosquito: 500 Server Error for http+docker://localhost/v1.42/containers /create?name=addon_core_mosquito: Internal Server Error ("layer does not exist")"
I have tried rebooting the whole system multiple times, like most online posts say to do, but addons are still down.
@distant nova I converted your message into a file since it's above 15 lines :+1:
@distant nova I converted your message into a file since it's above 15 lines :+1:
#zigbee-archived can better help but is that the E or P dongle?
it's the P
sorry, I didn't saw the #zigbee-archived . I will ask there
thanks @jade wing
How do I set esphome to keep the relays turned on in a smart plug? I can find stuff about an esp8266 restore state, but I don't see anything for esp32.
#diy-archived or the ESPHome Discord might be able to help
i have influxdb setup in HA, is there a way to backup the influxdb data?
I use on_turn_on in ESPhome to turn off backlight when the esp restarts. I'm not sure restore_mode works, but the on_turn_on does
- platform: gpio
pin: GPIO4
name: "${upper_devicename} Backlight"
id: backlight
restore_mode: ALWAYS_ON
on_turn_on:
- delay: 500ms
- switch.turn_off: backlight```
I got a good answer in the esphone Discord: restore_mode plus internal
im using the godaddy dns addon to setup a remote connection for my ha, as far as i can tell its all setup right but when i go to my domain i get a **DNS address could not be found ** how can i figure out if this is on the domain side or addon side ?
How's the log for the addon look?
@safe spear I converted your message into a file since it's above 15 lines :+1:
its fine, there's no errros, although i was playing around in the domain settings and managed to get a 404 file not found error instead of a dns error so ill throw it in the bin and try another of my domains lol
I keep having to restart the Silicon Labs Multiprotocol add-on on my Home Assistant Yellow box, because the entire Thread network keeps going offline until I do. Any known issues or fixes?
@trail jay I converted your message into a file since it's above 15 lines :+1:
@trail jay Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
I'll try again there, but no real dice. I'll have to wait until it fails again so I can get fresh, full logs
Hello. I have a quick question (I hope). Anyone might know why I get this message when trying to install Plex Server addon? Installing any other addon works just fine.
“Can’t install ghcr.io/hassio-addons/plex/aarch64:3.3.0: 500 Server Error for http+docker://localhost/v1.42/images/ghcr.io/hassio-addons/plex/aarch64:3.3.0/json: Internal Server Error (“readlink /mnt/data/docker/overlay2/l: invalid argument”)”
Visual studio code server - all text inside config.yaml and most of the others files are just plain white text. No color coding, any idea how to fix this? It used to be green for # and so on. Already tried restarting and reinstalling.
Is the HA community add-ons discord server closed or something? The git repo has a link to a third party service (discord.me) and it seems impossible to actually join the server normally without authing that invasive third party service
Good to know it's at least not a malware hijack, but the entire reason I use home assistant is to avoid as much invasive third party stuff as possible. Shame they refuse to just give a normal discord join link.
My feeling exactly. Anyway... if I'm using the zero-tier add-on for HA and want to access other selfhosted servies in other containers/VMs on the same physical device am I correct in understanding I need to either install a zerotier client in those other containers/VMs or set up a reverse proxy that can redirect from HA's zerotier IP to the others?
Hi, I am having issues with the WIREGUARD ADDON. When trying to access from another network to my local services (in spite of successufully establishing the VPN connection).
Does anyone know why I am not able to connect to my local home assistant (or any other local device) when I am connected over the VPN from another network? If I use the vpn through cellular data I can, but if I do it from another wifi I can't (I think it has something to do with the lan configuration of my VPN server and the LAN i'm connecting from both are 192.168.1.0/24). Tried adding 192.168.1.0/24 to allowed_ips and client_allowed_ips but did not work either. The connection through the VPN works though because if I check my public ip address, is the same as where the Wireguard server is.
Does anyone know how to hide devices from Aircast? I’ve set up two nest speakers as a group and I only want the group to show up for Aircast. Right now it’s shows not speakers + the group.
I have NUT setup and running on my Yellow monitoring an APC. I'm seeing APC UPS data and I have configured and tested a HA shutdown automation if the UPS battery level goes below 10%. How do I set some APC settings? E.g. I want to disable the beeper
Howdy all. Looking for the LedFX. I thought it was supposed to be in edge, but it looks like its been removed and the addons github archived. Any pointers on getting a working addon for it or is it just a self-maintain at this point?
Hi! I have a reverse proxy setup with Nginx Proxy Manager. I was going to add a new subdomain and when I tried to login, my username, domains, and everything I had set up are gone. I got in using the default username/pw. It asked me to set up a new admin account.
However, the reverse proxy still works. What’s going on?
I'd first confirm it stops working when you stop the addon
I’ve clicked restart and it comes back up
But do you think there could be two containers running on HA OS?
Run docker ps via the advanced SSH addon and find out
yeah not seeing anything out of the ordinary
no duplicates
stopped it, subdomain stops working
started it, it's working again
even now, restarting it asks me to create a new admin username
--> looks like I can't post a picture here but it's just the NGINX first time login wizard popup
Addon: NGINX Proxy Manager - config and user settings gone, but still functions
I just created the thread to be easier to follow, but basically I tried restoring but it says the directory is not empty and it can't remove the addon data. I know it doesn't look pretty to read there lol
Hi, is there anyone in here that uses Wireguard addon that can help me with this #add-ons-archived message
I have installed nginx proxy manager and mariadb addons. New db called 'nginxproxymanager' is created but its empty. Should usernames and proxies config / frontend log and etc be stored in table?
@tame latch I converted your message into a file since it's above 15 lines :+1:
fixed by uninstalling NPM addon, deleting database, making sure that config for MariaDB does not have any mentions of nginxproxymanager db, installing NPM addon again
Hello everyone, I'm the one experiencing port forwarding issues. Could someone please guide me on configuring my router's virtual server to enable my local Home Assistant URL to connect to the cloud (similar to DuckDNS) and allow remote access to my Home Assistant?
*on my virtual server page i have :
---General Settings---
Name:
Template:
Interface:
Protocol:
---Private Network Setting---
Private IP:
Private port:
---Public Network Setting---
Remote IP address:
Public port:
https://portforward.com/ has some great guides
Hello, has anyone used the Ring-MQTT addon?
I'm getting an error that I cant find any info on:
2023-09-20T22:08:59.605Z ring-mqtt Attempting connection to MQTT broker...
2023-09-20T22:08:59.656Z ring-mqtt Unable to connect to MQTT broker connect ECONNREFUSED 172.30.32.1:1883
you need an mqtt broker
it's refusing your connection
so your user or password is wrong or you don't have a broker
Every time I attempt to access my Home Assistant remotely, it doesn't work, and I end up having to uninstall and reinstall it. I've tried various methods like virtual server and DMZ since I don't have port forwarding set up on my router, but none of them have worked. Even when I enable DuckDNS and add the following lines to my configuration.yaml file:
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
I can't access my Home Assistant, neither locally nor through the DuckDNS domain URL. If anyone has encountered this issue and can offer assistance, I would greatly appreciate it.
Locally you have to use https:// after that
Still, if you don't tell us what your router is, it's hard to help you
This may help you
D-Link DIR-2150
That's ... not recommended but would work
Probably
Why don't we start with the basics?
What's the first two sets of numbers shown for the WAN IP on the D-Link's admin page?
Not what you get from any website, just the D-Link itself
do you mean the url address
No
like xxx.xxx.x.x
Well, that's not a public range, so that's why it's not working
That's RFC1918, aka private network range (what you use for your home network)
Do you have another device that connects to? Something from your ISP?
connects to the router?
Well, the router connects to something
Or does the router connect directly to a phone socket (aka DSL)?
Does that have a web interface you can access?
Either that has your actual WAN IP, or your ISP doesn't allocate public routable IPs
it has : GPON S/N and GPON MAC , it has not any ip address
Then you need to call your ISP and find out if there's an option for a publicly routable IP, or buy a domain and use Cloudflare Tunnels for remote access
Yes
you're a lifesaver Tinkerer
Cloudflare tunnels don't need a public IP - you just need a domain you own
i see but i have to pay monthly
Well, annually, maybe $10 USD or less
Domains aren't expensive
(and you can use them for other things too, like email)
10$ every year !!
Yes
That's how domains work 😉
Probably a fraction of what your ISP will charge you for a public IP, assuming they even offer them
and on need to port forwarding and do this annoying things
and There is no relation to ISP
?
You just run the tunnel software (and set it up)
That basically routes your connection through Cloudflare, without any port forwarding
Thanks again for your invaluable assistance
And I can still control my Home Assistant locally (without needing the internet) after configuring it with Cloudflare, right?
Yes
ESPHome - Query and control Modbus
I misunderstood something and thought home assistant had a broker by default. Works now thank you!
Hey, anyone got ideas what is wrong with the configuration / network?
HAOS in one particular network fails to get the image to update services. This is for Supervisor, but happens also with other images.
23-09-22 11:42:47 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.09.2: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=2023.09.2&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
23-09-22 11:42:47 CRITICAL (MainThread) [supervisor.core] Can't update Supervisor! This will break some Add-ons or affect future versions of Home Assistant!
Solved this with configuring Google 8.8.8.8 DNS to lan connection as DNS
@solar cairn I converted your message into a file since it's above 15 lines :+1:
You probably wanted #node-red-archived instead
does dash_cast still work with nest hubs? only getting a black page on my hub
I'm using AppDaemon to run a Python script, does it not allow to save files? I've saved a file in the same folder as the script, but no files appear anywhere and the "current folder" printed when the script is run is /run/gibberish/servicedirs/appdaemon, but I don't know how to get anything from there. I have file editor and can putty into HA no problem
Still works for me but has been a bit buggy with latest few rounds of Nest updates.
i have a question about the Adguard addon
i changed my DNS in the router to the adguard and it works fine.
now i am wondering what the difference is between:
giving the router adguard as a dns
or
give the DHCP Adguard as DNS
One is used by the router, one is given out to devices via DHCP
yea i understand this. what is the advantages/disadvantages of each version
I have everything point to my router so that if a DNS server out on the Internet is not working well, I can just switch the router and all of the devices don't need to resfresh their DNS servers. I hope I'm understanding the question right.
One advantage of DHCP would be the possibility to create rules for each device in AdGuard Home.
Otherwise all traffic seems to come from the router.
Advantage for the router route (
) would be the possibility to change the DNS server on outages without DHCP lease trouble.
okay so i leave the dns beeing routed from the router to adguard
thy
how long takes a dhcp lease to refresh?
found it: 10 days
this would be my max downtime if my dns is down?
Lease time depends on the DHCP server. Not sure how to answer the last question
Anybody using this add-on? https://github.com/joaofl/hassio-addons/tree/master/hassio-hotspot
I'm trying to get a local installation and hit this issue: https://github.com/joaofl/hassio-addons/issues/13
But it doesn't look like there's an understanding of a root cause or a solution.
You could try the version of Matt Longman.
https://github.com/mattlongman/Hassio-Access-Point
Oh boy there are so many flavors and forks of this add-on. It's hard to know which is really alive. I also found this fork, which seems to fix the issue by using iptables-nft: https://github.com/LuisAlbertoFP/hassio-addons/blob/master/hassio-hotspot/run.sh
I'm currently having an issue where integrations don't seem to detect devices on the hostapd network, but does detect them on the upstream Ethernet connection.
has anyone configured inadyn add-on to work with dynv6 with ipv6?
the add-on is failing at start up with multiple errors,
failed to apply permissions on static device nodes: read-only file system,
hostname xyz: name does not resolve,
creating pid file - no such file or directory,
Fatal error in DDNS server response
I have some Pi Zero 2 W’s set up running a docker container to be an airplay 2 receiver. Is anyone aware of a docker container (or other solutions) that I could use to integrate i2c sensors with the zeros and get their values into home assistant?
Hi all,
Has anyone got traccar addon in ha added successfully to config yaml??
Trying to setup mosquitto; cannot for the life of me understand what im doing wrong here, can someone assist
i copied the exact instructions from these docs:
https://github.com/home-assistant/addons/blob/ad4dea47d8f793ad762420d13a3995f070f0df6e/mosquitto/DOCS.md
logins:
- username: user
password: passwd
You cannot paste this into the logins window. That way you have created the invalid configuration
logins:
- username: user
password: passwd```
I have also tried
- username: user
password: passwd
Just add the following inb that field:
password: paswd```
With that indentation
Remote MQTT configuration in MQTT add-on
hi all - not sure where to put then question but here goes: I'm trying to get the output of a python script, executed by pyscript, for use in HASS. The script below seems to work but I can't access any attributes of the output. I'm a total noob so apologies if this is extremely dumb:
@lavish delta I converted your message into a file since it's above 15 lines :+1:
Hello, I have added temperature sensor to zigbee2mqtt and can't add graph to board because in HA I can't choose it...
I don't know what's going on, before it was working on another HA
I mean on previous HA server
If the entity exists in Entities then #frontend-archived can help you
If it doesn't then #zigbee-archived can help you
@jade wing thanks, I have solved it already - i had to run configuration of MQTT integration
@little sequoia I converted your message into a file since it's above 15 lines :+1:
What does this have to do with #add-ons-archived?
obviously nothing, because i posted in the wrong channel 😦
uhm, but it's a custom button card, so maybe it still fits here 🙂
It does not
Cards are absolutely not:
Additional, standalone, applications that can run on Home Assistant OS
hello, i use mysql recorder in HA, not this is external DB on other VM, i want to keep this database in HA OS, is available any addon to install mysql? I cannot found
additionally, if this addon had some automatic mysqldump....
I looking for mysql, i dont think about maria... Thanks 😉
guys i need help with nginxproxymanager. It does not resolve hostnames. With ip set to ha-core dockers internal ip or to machines local ip it works. If i try to use hostname (hassio in my case, not default homeassistant) it does not work and gives 502 bad gateway. Hassio hostname works on windows machine (both hassio and hassio.local work). Looks like just the nginxproxymanager is not resolving them
mariadb is a fork of mysql. it depends on what level of compatibility you need I guess.
alright looking at /etc/nginx/conf.d/include/resolvers.conf inside npm container i found out only one DNS entry and its 172.30.32.3 which is home assistants dns aka CoreDNS implementation for Home assisatnt. Sadly it does not resolve docker container hostnames.
well it works..... you just must use "homeassistant" even if you change host name. still imo new hostname should be resolved
anyone able to use the knobs on a n Elgato Stream Deck + to adjust brightness of a light?
Not an add on, but looks like this will call service calls for you: https://apps.elgato.com/plugins/de.perdoctus.streamdeck.homeassistant
Perhaps the knobs not yet though: https://github.com/cgiesche/streamdeck-homeassistant/issues/117
can someone help me with wake on lan?
i configured it and it works, but it doesnt show the computer state correctly.
it shows its on, even when its off
what do i do to fix that?
Hi everyone!
I've installed HACS on my Home Assistant and with HACS I installed the integration "Overwolf Webhook".
Here is the Github-Link to the documantation: https://github.com/lociii/homeassistant-overwolf-status/blob/main/info.md
I'm now on step 3 of the Github documenation. But i can't find any Webhook URLs.
Do I need the Home Assistant Cloud, which costs money, so that I can get a webhook URL or can I do this for free in another way?
The goal is to display news/statistics etc. from games like CS:GO or League of Legends on my Echo Show.
If anyone has an idea, I would be very happy to hear from you here or in a direct message.
HACS doesn't have addons - that's an integration
I'd imagine you downloaded the integration but didn't configure it
and it says here that you can use a local webhook: https://github.com/lociii/homeassistant-overwolf-status/blob/main/info.md#local-webhook-urls
yes, but where can I find the <hook_id>?
As soon as you configure the integration it gives you a modal saying Fill in the following info when asked for the target URL:
I'm very new with Home Assistant and HACS. Can you explain me where I can configure the "overwolf webhook" integration?
I have HACS on the left sidebar. Clicking on HACS I see "Overwolf Webhook" but there is no options to configure it.
You need to go here: https://my.home-assistant.io/redirect/integrations/
And then click Add Integration
I have multiple integrations that are in a "failed to setup" state after enabling DHCP in AdGuard Home. The integrations were working before I enabled it... am I suppose to set something else up after I enable DHCP? I for sure disabled DHCP on my router.
Is there a way to somehow get access to host's /proc and /sys from within an add-on?
why?
I'm building the Netdata add-on, and /proc and /sys is required as per their official documentation, mounted as readonly:
https://learn.netdata.cloud/docs/installing/docker
https://github.com/felipecrs/netdata-hass-addon
For example, the Linux sensors like fan speed reads from /sys
Try the #devs_add-ons-archived channel. This one is for support of existing addons.
is it possible to somehow "force" a value from a MQTT sensor an engineering unit?
My MQTT camera on top of the flow meter provides a value, and in order to use this value further HA requires the entitiy with an engineering unit with L or m3
#integrations-archived also indicate if it is a discovered or manually created sensor.
Hi I have a question. If i have an internet outage whats happens to the recorder data if i have selected MariaDB?
Will the data be uploaded when internet comes back on? Is there a temporary local storage in case of outage?
Or will the data be vanished during outage.
Is your MariaDB actually over the internet and not local? There is a local event buffer, there's a maximum to it though, so depending on the duration and how many events your system has, you may lose events for an extended outage
I have just switched from local DB to MariaDB through MariaDB addon ? Don't know much about it but i think it stores history data on internet does it not?
Can i adjust local event buffer?
My duration is set to purge_keep_days: 720
The addon is still local, not through the internet
Problems running Visual Studio and ESPhoome
So, you're fine
Even when i have selected db url to mysql://homeassistant:password@core-mariadb/
Is it still local?
Still local
Then what is the purpose of MariaDB?
I thought my backups will be not huge as they were when i was using localDB.
That's false... they will just be moved to the Maria DB addon backup
What's the purpose of any addon? To add additional software along side Home Assistant, you don't need to use it
For recorder, SQLite is actually more preferred and more optimized as opposed to Maria
Thanks for the info. I guess i need to research some more. Installed MariaDB thinking that from now on when i update HA core it will not take an hour because most of the time was consumed by recorder backup.
Well, that may be true, like I said, the core backup will not contain your DB anymore, that will now be in the MariaDB addon
But it's not magically on the internet anywhere, it's still local
can you share your config for that please?
I'm looking for share letsencrypt wildcard certificates with nginx addon on HAOS and other services on other VMs. Before using HAOS i do simple scp and nginx reload to my ha machine
As far as I know LetsEncrypt does not allow wildcards
it does, however you need to use dns challenge then - so you need a dns registrar that is supported (atleast thats easier)
I have Tuya (normal not local) addon installed, and my HA restarts every few hours, the last entry in home-assistant.log.1 i always (se below), which leads me to beliave the Tuya integration is causing it, also if i disable it, the system doesn't restart, i don't see others having this problem though.. I'm running HA on a Hyper-V with the standard setup you get when you download and install the HA iso for Hyper-V..
Last part of logfile:
2023-09-28 12:59:39.850 ERROR (Thread-12 (_thread_main)) [root] Uncaught thread exception
lots of excluded lines from here to below
File "/usr/local/lib/python3.11/site-packages/tuya_iot/device.py", line 191, in on_device_report
self.__update_device(device)
File "/usr/local/lib/python3.11/site-packages/tuya_iot/device.py", line 178, in __update_device
listener.update_device(device)
File "/usr/src/homeassistant/homeassistant/components/tuya/init.py", line 256, in update_device
dispatcher_send(self.hass, f"{TUYA_HA_SIGNAL_UPDATE_ENTITY}{device.id}")
File "/usr/src/homeassistant/homeassistant/helpers/dispatcher.py", line 62, in dispatcher_send
hass.loop.call_soon_threadsafe(async_dispatcher_send, hass, signal, *args)
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 806, in call_soon_threadsafe
self._check_closed()
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 519, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
@weary stratus add-on? are you sure it's not the integration? different things.
Hi all. Has anyone had an issue installing ESPHome in Generec x86 NUC Hassos?
I just did a fresh install of HASSOS as a second server and when I add ESPhome, all works fine, but when I try to save secret or create a new configuration, I run into trouble...
I get FileNotFoundError: [Errno 2] No such file or directory: '/config/esphome'
2023-09-28 14:42:40,629 ERROR 500 GET /devices (0.0.0.0) 2.36ms
Secrets won't save telling me : "❌ An error occurred saving secrets.yaml"
when I try to add a new device, it asks for name of my Wifi network guides me trough a flash o a physical device, I can't create an empty basic config file...
@hollow wing tried uninstalling and reinstalling the add-on?
Anyone using the current rtl_433 add-on or discovery (or not using because they don't work, and want to test my add-on/fix ?
tried reinstalling complete HAOSS ... even different ways, using balena + usb 2 ssd and using live linux and usbimager... It's really weird..
I'm starting to think it must have something to do with BIOS/UEFI setting, HDD is set to AHCI... or maybe the drive itself... I had that problem like others, balena getting stuck at 32%... but with usb imager and direct usb 2 ssd it worked..
The weirdes thing is the dialog for ESPhome, asking about wifi and NOT letting me to create an empty config. It's like the add-on is aware there is no /config folder
powered up a generic x86-64 install here and tested esphome editing a secret and no issue
Much appreciate your time and effort, kind sir! Can I ask, was it a physical machine or VM?
physical machine. Beelink mini pc with Intel n5095 so not a powerhouse. I was going to update it to beta but there are currently issues with CPUs without avx support and this one doesn't have that.
OK. thanks again. It must be something to do with the particular PC then. I will check out all the bios settings again and try a different ssd. Thanks again!!!
Hyper v can't pass through hardware
I have some weird stuff happening with NGINX. Internally if I browse to my domain, I get redirected to my router interface.
Externally I get 502 Bad Gateway.
I have 443 port forwarded to HA, I don't have any internally DNS-records, pinging my domain shows my external IP, even from inside (which I want?).
Where should I start? Is it something with my NGINX config or something with my router?
Seems to be working externally now after a reboot.
@odd gate I converted your message into a file since it's above 15 lines :+1:
hello, good afternoon. I wanted to know if anyone can help me with the Network UPS Tools plugin. I have a Sai Salicru SOHO + 1200 and using the winpower software on a PC I see the status of the Salicru. I want to put it with Home Assistant, I connect it to the mini PC that I have Home Assistant OS installed through the supplied USB and when I start the plugin it gives me these errors. Can someone help me please. Thank you very much.
INFO: Starting the UPS drivers...
Network UPS Tools - Generic Q* USB/Serial driver 0.32 (2.8.0)
USB communication driver (libusb 1.0) 0.43
libusb1: Could not open any HID devices: insufficient permissions on everything
No supported devices found. Please check your device availability with 'lsusb'
and make sure you have an up-to-date version of NUT. If this does not help,
Hey all,
I've built my own Raspberry 4, and it is equipped with the home assistant OS. I run it to organize my smart home. I also added the ADS-B Multi-Portal Feeder to feed my data to FR24, and I got the sharing key. I can see that I'm online on Flightradar.
I also bought the RTL2832 receiver and plugged it into the Pi4, but it won't work. Below I have the logs:
fr24feed] 2023-09-29 18:55:49 | [reader][i]Connecting to unknown receiver via (tcp://127.0.0.1:30005)
[fr24feed] 2023-09-29 18:55:49 | BeastBase::connectTcp(): Unable go connect, error: Connection refused[reader][e] Could not connect to tcp://127.0.0.1:30005
Any idea's from you all?
HAOS is picky with USB hotplugging sometimes. A host reboot might help.
Hello 👋 Has anyone been able to use the AdGuard Home API when installed as Home Assistant Addon? 🤔 Can't wrap my head around the ingress setup 🙄
Unfortunately, rebooting won't work. Other advises?
Forward the web interface port from the Configuration tab and you can use it w/ HA credentials under that port
i use terminal ssh addon to access to HAOS over ssh, but i cannot run on this SSH VSCode remote explorer, anyone know this issue?
Ah, thanks! Does the ingress still keep working with automatic auth on HA dash?
Or will it be either or?
Ok, cool 😎 Let's see if I can "stream" query.log via the API in somewhat real-time.
Worked! Thanks 🙏 Now just need to figure out parsing that json and scan it for certain domain to trigger action 🤓
Having trouble with Enphase add on. It has not been working for months. I have uninstalled and reinstalled. it appears to connect to my site but shows failed to setup. any ideas what i can try to fix?
I am attempting to manual download a .yaml file for my emporia vue 2 from ESPHOME. Then use the ESPHOME.IO to flash the device. I keep seeing the same thing in the logs about
Installing build dependencies: finished with status 'error'
ERROR: Command errored out with exit status 1:
and just keeps trying but never succeeds.
I am running on a pi4 on the latest 9.3 Homeassistant and the latest ESPhome version from a few days ago. I am not familiar with ESPhome or that savy with yaml, could someone help guid me what may be wrong? I can also provide the log file of the manual download if needed.
https://github.com/krahabb/meross_lan
https://www.youtube.com/watch?v=zV4VT4FY3A4&t=320s
Hello, I tried connect my meross devices with my self hosted HA in a Proxmox container.
But as in the video shown at 5:20 he can connect the existing Meross account to HA.
in my case after following these steps I get this dialog:
Meross Gerät einrichten
Typ:
UUID:
IP-Adresse des Geräts
192.168.1.112
Geräteschlüssel
Can u dm me please? im egyptian too
Hi y'all. I got this warning in my logs. No big deal... But I (allegedly) uninstalled frigate many months ago. Does anyone know why I am still getting such messages?
23-10-01 12:20:16 WARNING (SyncWorker_3) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate (Full Access) Beta (0.13.0)
This warning also appears for uninstalled add-ons in the store with full device access.
I am trying to edit the settings.js file of node-red addon to enable projects... how can I access this file directly?
I don't know the path
So... under proxmox, HA is not on the actual FS.. I had to SSh into the HAOS container to access the /config folder where I expected the node-red folder to be.
What are you using for rtl_433
Hi all, my HA can't seem to load ui for add-ons, not really sure when it started but I get a "500 Internal Server Error Server got itself in trouble" when trying to open ui for any add-on. Has anyone seen this behavior before? Add-on: Node-RED
Flow-based programming for the Internet of Things
Add-on version: 14.5.0
You are running the latest version of this add-on.
System: Home Assistant OS 10.5 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2023.9.3
Home Assistant Supervisor: 2023.09.2
As no one had ask yet, I suposed I'm alone but... Does someone else also have some troubles with lets_encrypt unable to renew ?
What's the error you're getting?
@tawdry sparrow I converted your message into a file since it's above 15 lines :+1:
Just ERROR: Problem connecting to server (get for https://acme-v02.api.letsencrypt.org/directory; curl returned with 77)
I have to say that I did not change any configuration files for a while now :/
(I tried to run curl https://acme-v02.api.letsencrypt.org/directory through SSH and it worked like a charm)
hey guys, Ive setup duckdns addon and portforward it successfully but I can only reach my page using http rather than https. any tips?
This lets_encrypt error is turning me crazy...
Is anyone here familiar with the ring-mqtt addon?
Best to just ask your question
See https discord com channels
Hi. I'm in trouble with the samba-addon
Can't install homeassistant/armv7-addon-samba:10.0.2: 500 Server Error for http+docker://localhost/v1.42/images/homeassistant/armv7-addon-samba:10.0.2/json: Internal Server Error ("readlink /mnt/data/docker/overlay2/l: invalid argument")
Any idea?
anyone ever get the issue with ESPHome where the device is online, is able to be updated and everything, but the cards for it say the device is unavailable?
Connecting to get-nacs xyz (172.57.143-448443)
Connecting to raw.githubusercontent.com (49.44.79.236:443)
aget: can't connect to remote host (49.44.79.236): Operation timed out [core-ssh •1% wet -0 - https://get.hacs.xyz/ bash -
Connecting to get.haup-xyz (172.67.143.44:443)
Connecting to raw-githubusercontent.com (49.44-79.236:443)
wet: can't connect to remote host (49.44.79.236): Operation timed out
What to do
Having ESPHome devices unavailable is very common, there are several reports on Github
That has nothing to do with addons
Can anyone here help me with Duck DNS?
Where is the generated certificate stored?
I'd like to upload a screenshot of the issue but can't?
i have a quick question about the breaking change for supervisor here: https://github.com/home-assistant/supervisor/pull/4589
i'm using a "bug" or unintended interaction that let's me add two instances of the same adding, but adding the repository twice, once with a backslash and the end and once without, a la:
- github.com/repository
- github.com/repository**/**
does this breaking change mess with this interaction at all?
if anyone knows, that would be greatly appreciated, ty
Use an image hosting site
@untold rock I converted your message into a file since it's above 15 lines :+1:
Anders I converted your message into a
Hey all. QQ Does anyone know if you can go further back than 1week in uptime kuma? If not from the webui, is the data stored somewhere I can get influx to read it?
You can set the monitoring time in Uptime Kuma in Settings - Monitor History.
To get it in Influx... there is a HACS integration for Uptime Kuma, which creates a binary sensor and a sensor for each monitor. So you should be able to get the Info available/not available into Influx via HA.
Thanks, Jorg, will look at the extra integration. I have the monitor history setting at 180days, but the option in the graph only shows, recent,3h, 6h 24hr and 1w. maybe a bug?
Hey yall ^^^I have an Issue with the RPC Shutdown Add-on. My Config is the following (Password changed):
- address: 192.168.1.144 alias: Jonas-Main credentials: limocello%A&dx9*2$+KGJ delay: 10 message: >- Home Assistant is shutting down this PC. This cannot be canceled. Please save your work!
I keep getting the invalid credentials error and I'm pretty sure that due to the special characters it fails to parse the whole password. Does anyone know how I can get over this hurdle? surrounding the whole credentials with " " won't get accepted as a valid config
Try escaping the special characters by adding a \ in front of it
Hello, can anyone explain me why is addon (zwave_js from 0.1.90 to 0.1.94) automatically updating itslef?
Is the auto-update option active on the add-on's page?
Sorry I forgot to mention it's disabled.
So for example it would then be: limocello%A\&dx9\*2\$\+KGJ
You can try it. Not sure if or which character might cause your trouble.
Hello. I'm toying with the Frigate (Full Access) add-on on my barebones HAOS instance on a laptop (6th gen i5-6300U). I'm trying to configure the detector and came across OpenVino which I think is supported on my processor. This is all over my head... Am I on the right track? What yaml configuration should I use? Is there a tutorial for my case somewhere out there?
I have Frigate working with the following, but it seems quite CPU heavy:
mqtt: ...
detectors: # from a youtube tutorial
cpu:
type: cpu
num_threads: 2
cameras: ...
you should follow the OpenVINO instructions: https://docs.frigate.video/configuration/detectors/#openvino-detector
what you have is just for a regular CPU
So I should change detectors to the following? I'm not sure if that's an example, or the exact config I should use for my case.
detectors:
ov:
type: openvino
device: AUTO
model:
path: /openvino-model/ssdlite_mobilenet_v2.xml
Plus add model like this?
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
Also, do I need to download/install anything additional for OpenVino, or is that already setup by the Frigate add-on?
I'm trying to get studio code server to show the root folders (media etc) as the doc says https://github.com/hassio-addons/addon-vscode/blob/main/vscode/DOCS.md#option-config_path but it doesn't seem to mind me :S Log here: https://paste.debian.net/1294128/ but I can't find anything related.
I've also tried changing the config_path to /media just as a test, but no, after restarting the addon it still opens in /config, and parent folder is not available.
To answer my own questions, I went ahead and just tried that config and the answer is "yes" to all. Inference speed went from 200ms to about 20ms 😄
Dear all,
I still have the problem, that I'm unable to install the samba-add-on due following error:
Can't install homeassistant/armv7-addon-samba:10.0.2: 500 Server Error for http+docker://localhost/v1.42/images/homeassistant/armv7-addon-samba:10.0.2/json: Internal Server Error ("readlink /mnt/data/docker/overlay2/l: invalid argument")
Any idea? Help is much appreciated - Thank you!
hi, i have a problem i got
ERROR: could not start mjpg client for camera id 1: not enabled or not local
its
Home Assistant 2023.10.0
Supervisor 2023.10.0
Operating System 10.5
Versión de la interfaz: 20231002.0 - latest
How can I skip Update notifications for things like ZWAve-JS?? There is no option to skip it, and I have no need for the update. The notification can not be dismissed.
anyone know if pihole is available as an addon for HAOS?
that is very helpful, thank you - just installed adguard home 🙂
From the settings section you should be able to skip it, if you just want to silence that particular version
Yes, however, there is no option to skip.
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
I don't have an imguer account. Is there a better site?
shouldn't need an account to post
You don't need one: https://imgur.com/upload
I'm running HA OS as well. One quick thing to try is just hit Ctrl+F5 to make sure it isn't cache shenanigans
It's forcing me to login to post.
Doesn't for me but perhaps https://imgbb.com/ works better for you
Neither node-red nor Z-Wave JS give the skip option.
There's the update.skip service if you don't feel like troubleshooting it more
Not sure why you're not seeing the option though
Yeah, that's what I was looking for.... how to just skip the notification.
Odd... you don't call that on the update.X entity.
Hmm, that's how it works for me
I have to call it on the device, not update. entity
Well, service didn't work.. rebooting HA to see if that works
What happens when you call it on the update entity
It says not valid call
Same for Node-red
Calling it on the device does not produce the error, but also does not clear the notification or allow skipping, or set it to skipped. Rebooting did not help either.
You have auto updates on?
Are you sure
No, neither is checked.
OK.. progress.... I don't know what's happened. After going into the addon and see the update header, opening it... going back to the settings notification, and the option is there
Do you HAVE to read the notes to get the skip option???
That has never been my experience
Well, this is weird, but I'll take it, and OPEN the notes next time to see....
Thank you for the help!
You bet
I'm trying to be able to see /root from Studio Code Server, but it seems to ignore my config_path. Not sure what I could be doing wrong. Nevermind, uninstalling and changing the setting before first launch did the trick.
I have a very noob question - if I didn't install HA through the HAOS and having it running via docker, can I still install and use "add ons" I would like to be able to use the Visual Studio Code.
No. You would have to install those yourself as Docker images.
okay.. that is what I thought and I would basically use the editor outside of HA, but still be able to edit any scripts/files that I am using in HA?
You also can install Studio Code locally on your computer. As long as it has access to the config directory (eg. via SMB), you can modify your HA configuration
That is also a thought and since I am still very new to HA, is there a way to access the script files from within HA?
You can use the UI script editor in HA. Those are stored in the scripts.yaml in the config directory.
Thanks - looked right over them, aka Automations & scenes.
To begin with, I'd stick with the HA UI editors for automations, scenes and scripts. They prevent some mistakes.
I am not seeing the UI editor, a little help ?
Open your Home Assistant instance and show your automations
Go there, and Create Automation
I'm having an issue trying to get HACS installed. On my terminal its telling me unable to resolve host address
its probably whats causing my other issues as well....can anyone help me figure out my DNS issue? I have ip6 off
i was able to get HACS installed but now its unable to authenticate with github when trying to add the integration. all boxes ticked, restarted HA and cleared cache...still nothing
Hello everyone! I installed Home Assistant OS in a Proxmox VM, and recently, I installed Influxdb as an add-on to pair it with Grafana.
I'm having trouble following various tutorials because they are all for Influxdb 2, while I discovered that Home Assistant has installed the first version, as I verified from the terminal:
curl -sL -I myhost:8086/ping
which gave me the following response:
X-Influxdb-Version: 1.8.10
My question is: Is it possible to upgrade it (which I would prefer), or do I need to install version 2.0 in a separate VM?
https://github.com/hassio-addons/addon-influxdb/issues/297
https://github.com/hassio-addons/addon-influxdb/blob/e1f4de19c1e84a3c0b8dc702d3906c9f80afa74c/influxdb/Dockerfile#L10-L12
I'd recommend having a separate VM where you can run your various docker containers that are either not available in HAOS, need customization or should run outside of HAOS for various reasons.
Thanks
Hello,
I don't know when this started, but my zwave.js add-on just suddenly stopped working.
I get this error when I'm trying to start it up: "Image homeassistant/amd64-addon-zwave_js:0.1.96 does not exist for addon_core_zwave_js"
@elder schooner - the links didn't for me for some reason, my install was not with HAOS? I install HA in a docker container, not sure if that has anything to do with it.
Anyway, I did figure out an automation and I see that I can edit it in YAML, was curious where the scripts would are stored? I like you idea of have a smb share and us the code editor on my windows box. I got samba up and running and made a share and I can access it, just not sure where the scripts are at. thank again.
The UI editors should be available in Docker installs too.
By default things are stored as follows:
Automations: automations.yaml
Scripts: scripts.yaml
Scenes: scenes.yaml
Some integrations: configuration.yaml
Almost as easy as KSP 
Please disregard, I resolved the issue with a reinstall of the zwave.js add-on and a reboot of home assistant.
I’m using the Nginx add on with a docker install of HA on Ubuntu. I want to map another port on Nginx (to convert connections to another service from https to http). I can add the custom config. It can’t get docker to map the necessary port to the Nginx container. Does anyone know if this is possible? Otherwise I may need to move Nginx to the native OS separate to the HA setup.
If you have a Docker install, you don't have add-ons 
Installed using instructions here https://mathesonsteplock.ca/install-home-assistant-supervised-on-debian/
I’ve definitely got several add-ons running successfully (even if HA moans about unsupported OS etc)
Oh dear, a supervised install. By default the add-on listens on ports 80 an 443 and forwards the requests based on the subdomain (if the custom configuration is correct). AFAIK you can change the listening ports at the networking section of the add-on's config page, but are still limited by each one for http and one for https
Generally the way it works suits me. I’ve got several other things being done by the same Ubuntu host. And at the time I couldn’t find a better way to do it. Thanks for the confirmation about the single http and https port. I’ll move Nginx away the add on and manually configure it.
Hey folks, i am running home assistant successfully for some years now (raspi 4 with hassos) and as my microsd was corrupted like 2 months ago, I decided to do a fresh install instead of restoring a backup. Now I am almost where I was with my old installation and tonight I installed the node-red plugin and did the 2023.10.1 core update. It all worked fine tonight, but when I wanted to reboot home assistant today, I get an error about a corrupted configuration.yaml.
The error message states:
Component error: influxdb - Exception importing homeassistant.components.influxdb
When i comment the whole influxdb part in the configuration.yaml the config is valid
This is what my config entry loooks like:
influxdb:
host: a0d7b954-influxdb
port: 8086
database: homeassistant
username: homeassistant
password: "..."
max_retries: 3
default_measurement: state
This is the first time, I cannot solve my issue myself. Can somebody push me in the right direction?
@elder schooner - okay, so I need to locate the docker container that I have HA in and should be able to find the .yaml files? Kerbal Space Program does have a learning curve similar to linux. 🙂
You should have a directory on the host assigned to the HA container, where the config files are stored. That's the directory you need for VS Code
Is the part with host, port and so indented by two spaces (not tabs) or just one?
It is all two spaces. I also used vs code to verify and reindent and i copied the snippet in from a backup of the config, that was working
I would post the screeenshot from the Studio Code Server plugin here, but it seems I don't have those permissions
Btw even if i reduce it to
influxdb:
with no settings I get the very same error message. It seems this key is not allowed on the top level of my configuration.yaml
hm... if i add
bla:
to the config, it is a different error message
Can I somehow get the logs of the integration when it tries to parse that config "node"?
I found quite some error logs:
https://imgur.com/a/Tg1YUFX
the issue with the "most likely due to a circular import" at the end keeps reappearing every time, I press the "check configuration" button
Anybody here using the Baby Buddy add-on? I am wanting to add a rest sensor to get data from the API to be able to set up some dashboard info, but I can't get the request to work.
Hey, im currently trying to read the data from an bidirectional energy meter with ESPHome.
but its not really working because i dont know how to distinguish between the usage and the feed-in. (the infrared led switches every few seconds between feed in and usage).
can anyone help with a DNS issue i'm having? I used to run my HA through a VM on my main PC and everything was working perfectly fine. However now that I set up a dedicated PC running linux....I can't get the home assistant cloud to connect, nor the Tuya integration, in which the Tuya integration worked fine before merging. Any Ideas?
I think, this is the wrong channel
Thank you I’m sorry not sure how I got on this channel
I am currently trying to use Hass.agent on my PC for power off and some other monitoring, however I cant get it to connect over mqtt, i am using zigbee2mqtt and it isnt discovering it at all anywhere
Which address did you use? What does it say? More detail please
is this the right channel for this question ?
Not really. Sounds more like something for #diy-archived or the ESPHome Discord
okay thank you
Has anyone successfully used a custom voice with the piper add-on?
I'm having issues with it showing the voice I've added to /share/piper
#voice-assistants-archived can better help there
thanks!
Hi, I just installed Home assistant. I installed it on a Raspberry Pi 4 as OS, via the raspberry pi imager. I Used supervised in Docker before, but chose this method, because I think everything I use (Node-red, Zigbee2mqtt, InfluxDB, Grafana) is available as addon and this will probably save me some headaches.
Now I'd like to get InfluxDB, but the https://github.com/hassio-addons/addon-influxdb addon uses InfluxDB 1.0, right? I currently don't have any database to import and don't want to go to the hassle of migrating from 1.0 to 2.0 later. Would it be better to get this one? https://community.home-assistant.io/t/home-assistant-add-on-influxdb-v2/617977
I'm running the Nut HAOS add-on. The integration appears to be working fine I've tested power fail notification and HA shutdown. How do I access the Nut server command line? I'm running a HAOS on Yellow
Hi
Is there anyone running the Unifi Network Addon?
I was planning on getting rid of my old CloudKey and migrating to the addon instead, but I can't migrate as the addon version is older than my CloudKey version.....
I can get it to check for updates, but all it wants to do is download the newer version to my PC, instead of updating the addon.....
What am I missing?
If I need to wait for the addon to update I might as well give up - the native app updates so often I'm not likely to get an overlapping version where I can make the jump....
I’m waiting for the addon to get updated. This should include the most recent version of the controller
Current version in the add in is 7.4.162
Yup....but the CloudKey verison is 7.5.176
3 months ago.....
The current version is three weeks old....so may only be around for another month or so before being superseded again....
since Supervisor update HACS got removed?
This has nothing to do with #add-ons-archived
@serene flame Please do not cross post. Read the channel description, post it and wait for folks to respond. Crossposting wastes people's time as they're unaware of the help you're getting elsewhere.
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.
:>
Does anyone have any experience with the add on Grocy?
It looks like it wants to me enter in the details for every single food item id ever want to purchase. Is there a database I can plug in for this. For example using myfitnesspal or chronometer I can just enter in the food or scan the barcode and it just brings up the food that i'm looking for.
How do i connect to a service that is running as an addon? For example the nut addon
By activating ports in the add-on configuration (networking section)
it says port: auto
ahh found it, it's below that
Wrong configuration section. Below the options is networking - and a toggle "show disabled ports"
If the field is empty, the port is disabled. You put in the port number,, which shall be exposing that service
does not seem like it wants to export the ports even after a addon
[Id 5: 10/10/2023 23:14:50] Connection to Nut Host 192.168.2.4:3493 Failed: No connection could be made because the target machine actively refused it [::ffff:192.168.2.4]:3493
Have you put the port number in the field, saved it with the save button below and restarted the add-on (if not done automatically)?
Oh. You cannot connect to port 3493, if you have opened port 3490 😆
huh lol that's weird i copy pasted it omg
thanks
Hey, is it just me/my HA setup or has DuckDNS been down a lot lately? Multiple times (3 i can remember) this month already? compared to ~1 year ago i had zero problems on the connection via DuckDNS. Latest drop was today and it's really getting annoying since my location based automations fail and I have no access to shoppinglist (for some reason the drop seems to always come then, whenever i'd really need to use HA from a location that is not local 😅
The problem magically disappears after a while, but seems like the problem is between 30min...2hours. And HA should not be the problem, i have VPN that uses duckdns url also and whenever HA is inaccessible the VPN is aswell (VPN is handeled on different RPI).
When running up the dudckdns addon, should I be concerned about:
OK + Challenge validation has failed 😦
ERROR: Challenge is invalid! (returned: invalid) (result: ["type"] "dns-01"
... in the logs?
Oh, wait. The error has cleared after I restarted. Teething troubles.
If I forward my port 8123 on my router, that works: I can see it responding in canyouseeme.org. However, I've also forwarded port 443 and canyouseeme.org doesn't see any responses on that port number. Is that significant? Why would I forward port 443 anyway?
Forwarding 443 to 8123?
Forwarding 443 to 8123 would allow you to use your duckDNS address without :8123 at the end of the url
Forward 8123 to 8123 and you need to include :8123
Ah. I misunderstood that part. I've forwarded 8123 to 8123 and 443 to 443. Now forwarding 443 to 8123. Working. Thank you.
Now, I'm concerned about the fact that I can see HA via a web browser from both my LAN and outside my LAN, but I cannot configure the HA app to see either. I seem to have broken that. Can you help, please?
I can't see it from inside my LAN, because the certificate is for the duckdns address. I think I understand that bit, but when I try to configure the external URL using my duckdns address, I get a request timeout.
Ah, wait... I don't need to put the 8123 any more. Duh!
Trying to use DuckDNS for port forwarding, completed everything but when I start and refresh the logs I get error "ERROR: Challenge is invalid!" How do I fix this?
Hello guyz i'm at lost, how do I install Tailscale on HA docker/container. Since we don't have addon?
You can use the official tailscale docker image and put it on the same network or just install it on the host, which is my setup atm
because sometimes I need to fiddle with the host remotely
That's a topic for #integrations-archived not here 😉
@frank tendon could please kinda walk through alittle, I got to this ( https://hub.docker.com/r/tailscale/tailscale ) and get tailscale running along side portainer, homeassistant and tailscale. But i can't find tailscale inside homeassistant
You won't find it there, because it's another piece of software
You also don't have any add-ons and are better off asking for help in #general-archived
hmmm. so I'm trying to setup mosquitto for some remote logging and finding I can't access the container from anywhere. "Connection refused"
- This is a well-established HA install in a kvm virtual machine with bridged network connection
- UFW on the host has been set to allow 1883,1884,8883,8884/tcp and reloaded.
netstat -la | grep 1883doesn't find a listening port on the host.
Mosquitto is getting messages from homeassistant on the 172.* interface which IIRC is the docker virtual interface.
What am I missing?
I had that the first time I ran it. I think something at the DNS end hasn't quite processed teh first time you run it. I found that it went away on subsequent restarts of the DuckDNS addon.
NB - we don't "use DuckDNS for port forwarding." The port forwarding is usually done on the WAN-facing router. DuckDNS merely provides a DNS entry, so the client can translate "yourdomain.duckdns.org" into your WAN-side IP address. DuckDNS also presents a token which can be used to generate a server-side certificate so you can use HTTPS, if you wish. (I think I have that terminology correct ... this is new to me, too.)
hello, i have a problem with the nut addon. Now i cannot start it (i think since last update). I'd like to see logs, but I cannot find them. Can someone tell me where to search ?
I've never notice the dropdown menu at top right 🙂 Now I have an error and I can debug. Thx
with addons, should i use hostname or ip address or what to connect one addon with another? using HAOS
nvm, guess its all ports and just the ip of the host
Hard to give general advice for this but hostnames such as core_mosquitto are common. The ip of the host is not gonna work for everything
well im thinking more in terms of lets say nzbget and sonarr addons so they can connect to each others api's
Not familiar with them but if they are reachable on ip:port then you can also use the host's ip. Not all addons are reachable "externally" though. At least not by default.
In general if they're both running in HAOS together they'll use the docker internal network. That name is shown as the "Hostname" in the add-on screen in HA
@misty atlas ah, thats where that hostname is listed. completely glossed over it. thanks
with the ssh addon, I read that rsync is possible through it. is that so? anythign specic that needs to be done besides simply ssh'ing into haos as rsync doesnt seem to be an available command
Is it just me, or is everything forwarded set to drop before it reaches the DOCKER chain? These are my HASSOS VM IP tables.
It's installed for me. Perhaps you're using the "wrong" SSH addon? Use the advanced one: https://github.com/hassio-addons/addon-ssh
With it you can also install additional alpine packages like apk add rsync and others.
To make this permanent see here: https://github.com/hassio-addons/addon-ssh/blob/main/ssh/DOCS.md#option-packages
@supple grove apk install worked. thanks!
Looks identical to mine other than the
ACCEPT tcp -- anywhere 172.30.33.1 tcp dpt:8884
ACCEPT tcp -- anywhere 172.30.33.1 tcp dpt:8883
ACCEPT tcp -- anywhere 172.30.33.1 tcp dpt:1884
ACCEPT tcp -- anywhere 172.30.33.1 tcp dpt:1883
One's not supposed to fiddle with this part of the OS
I didn't fiddle, that's added by the mqtt addon
Which I'm trying to reach but anywhere outside the VM I get connection refused
I was too vague, sorry. I meant that ideally one shouldn't have to look at this. Also see here: https://docs.docker.com/network/packet-filtering-firewalls/
Which addon? Mosquitto? Which address do you use? How do you test the connection?
Btw, if I install mosquitto (that's reachable) my output looks identical to yours but the ip is different
Chain DOCKER (2 references)
target prot opt source destination
ACCEPT tcp -- anywhere 172.30.33.2 tcp dpt:8884
ACCEPT tcp -- anywhere 172.30.33.2 tcp dpt:8883
ACCEPT tcp -- anywhere 172.30.33.2 tcp dpt:1884
ACCEPT tcp -- anywhere 172.30.33.2 tcp dpt:1883
Yes mosquitto
I'm pretty sure the IP is just assigned by Docker starting at .1
It was .6 before I rebooted the VM
You can run this in the advanced SSH addon (OS has no xargs and I'm not rewriting that) to check your containers' ip adresses
# docker ps --format '{{ .ID }}' | xargs -I{} docker inspect {} --format='{{.Name}}: "{{range .NetworkSettings.Networks}},{{.IPAddress}}{{end}}"'
What I'm saying is that the iptables don't look out of the ordinary.
But also. Which address do you use? How do you test the connection?
I'm using the virtual bridge's IP address to test it from externally, or the WAN address with the port forwarded to the virtual bridge's IP
internally I'm addressing it from core-mosquitto
But that's just from the ssh addon
Basically internal works, but even localhost from the VM host doesn't
So basically the same ip you use in the browser to access HA? If not try the ipv4: address one from ha network info.
localhost only works for addons in host networking mode: <#general-archived message>
You talking the docker 172.30.33.* IP?
Oh wait I missed "ha"
interfaces:
ipv4:
address:
IT_IS_HERE
oh thank GOD you finally figured out my ID10T error. I forgot it had a separate address from the host machine but ifconfig doesn't show that
I was trying 192.168.1.110 all day but it's .89 :kekw:
which of course the forward was to the wrong address as well
I worked tech support for years so I understand the need to check the basics but sometimes those assumptions get you
This has been paired with an ESPHome project that I was hoping to have done yesterday
Now wishing I could hack my Orbi router to stop enumerating devices. My PiHole instance does that for me, and it slows the UI down to a crawl.
It worked! 8123 port is open. However I'm have having issues with port 443. How do I enable Alexa/Echo access now that I have enabled port forwarding?
Follow the docs there ☝️
I'm not sure I'm in the right place to talk here. I need help installing zigbee2mqtt... I read that I had to install mosquito, done, then mosquito should discover mqtt among my devices, but this doesn't happen, I think mosquito doesn't work well but I don't know what to check.
Mosquitto is just a broker, you also need to set up MQTT in HA and Zigbee2MQTT
- install the broker
- set up and test the MQTT #integrations-archived in HA
- set up and configure Zigbee2MQTT (see #zigbee-archived)
thanks @jade wing I have already install the broker mosquito i think... The guides found online say that after installing and starting mosquito, a new MQTT integration with a device should appear among the devices but this doesn't happen for me
this is the log off mosquito. I dont' see error
em... i'm not able to share a photo of the log
2023-10-12 07:37:41: mosquitto version 2.0.17 running
2023-10-12 07:37:42: New connection from 127.0.0.1:37928 on port 1883.
2023-10-12 07:37:42: Client <unknown> disconnected due to protocol error.
[07:37:43] INFO: Successfully send discovery information to Home Assistant.
[07:37:44] INFO: Successfully send service information to the Supervisor.
2023-10-12 08:07:42: Saving in-memory database to /data//mosquitto.db.
2023-10-12 08:37:43: Saving in-memory database to /data//mosquitto.db.
2023-10-12 09:07:44: Saving in-memory database to /data//mosquitto.db.
2023-10-12 09:37:45: Saving in-memory database to /data//mosquitto.db.
2023-10-12 10:07:46: Saving in-memory database to /data//mosquitto.db.
2023-10-12 10:37:47: Saving in-memory database to /data//mosquitto.db.
2023-10-12 11:07:48: Saving in-memory database to /data//mosquitto.db.
2023-10-12 11:37:49: Saving in-memory database to /data//mosquitto.db.
images of text are horrible - that's why image posting is blocked 😉
Your next step is to set up the MQTT integration, and #integrations-archived can help if you're stuck
ok, I try, no MQTTintegration starts on its own as the guides say. I'll try again, thanks
You wanted the #integrations-archived channel, not the add-ons channel
oh im sorry XD
I'm trying to instal InfluxDB on Rpi4 using HAOS. The addon won't start at all. Stuck in this. I have restarted HAOS many times
"2023/10/12 21:34:51 Using configuration at: /etc/kapacitor/kapacitor.conf
time="2023-10-12T21:35:03+03:00" level=info msg="Reporting usage stats" component=usage freq=24h reporting_addr="https://usage.influxdata.com" stats="os,arch,version,cluster_id,uptime"
time="2023-10-12T21:35:03+03:00" level=info msg="Serving chronograf at http://127.0.0.1:8889" component=server
[21:35:03] INFO: Starting NGINX..."
EDIT: I migrated from MicroSD card to USB SSD before this. All add ons were greyed out. Full hard reboot fixed it
#analytics-archived should have folks who know InfluxDB
hello, I have a problem with the NUT addon. It won't start. I can only see in log this :
Network UPS Tools - UPS driver controller 2.8.0 cont-init: info: /etc/cont-init.d/nut.sh exited 1 cont-init: info: running /etc/cont-init.d/nutclient.sh cont-init: info: /etc/cont-init.d/nutclient.sh exited 0 cont-init: warning: some scripts exited nonzero s6-rc: warning: unable to start service legacy-cont-init: command exited 1 /run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information. /run/s6/basedir/scripts/rc.init: fatal: stopping the container.
Nothing more in supervisor log. Any idea for this ?
Did you configure the NUT user/password and the device?
yes it was well working before ha update 2023.09 or .10. I haven't been on HA to much this last weeks to have notice when it had stop running
Yo, just curious, is there a way to access add-ons without the iframe of home assistant? (for example, adguard) is there a path that I can navigate to that doesn't include the Home Assistant front end frame around the add-on?
nevermind, ended up just ssh-ing in and pulling the forwarded port from the docker container ls command (if anyone was curious)
Can someone explain to me how add-on web interfaces are intended to work? I have a HAOS install as a VM, and I have had trouble getting any addons with their own webservers to work at all beyond them starting happily according to their logs. IFor instance, I never got NodeRed working, but I never dug into why. Now I'm trying to set up a few others (Studio Code Server, TasmoAdmin, or even a mosquitto MQTT listener), and it looks like none of their ports are actually exposed. What am I missing?
most addons don't expose ports unless you ask them to, preferring to be accessed via the HAOS ingress/iframe setup
Many add-ons are accessed in HAOS via ingress. To get full web access, some add-ons allow to open the ports in the networking part of the add-on's config page. It is often hidden and will be shown, when activating the "show" toggle
I'm familiar with the addon ports, but I don't seem to be able to access those ports. For instance, TasmoAdmin is running on 9541 by default, which I have not changed. When accessing the TasmoAdmin tab, I either get a blank page or a frowny face with a message "<my domain here> refused to connect". If I open that port directly via https://<my domain>:9541, I get a similar connection refused error from the browser. Yet in the addons log for TasmoAdmin, it shows it was successfully started.
so are we gonna get the add-on tab available in the HA docker?
No
so we docker users are just the red headed step kids of the HA community?
no new features for us.
Add ons are docker containers… go check out docker hub, GitHub quay.io and every other container image repro for thousands of… addons
Let me Google that for you:
https://github.com/dscripka/openWakeWord
^ no docker.
Does openWakeWord after install gets detected in devices or do we have to go through the wyoming integration?
cause I installed it and it does not show, and wyoming is asking for a host and port
It is integrated via Wyoming
nvm I got it working by click on the button in the documentation section
Can i ask information about addon for HomeAssistant container/docker? Here
@fickle shard don't ask to ask
There are no addons for Home Assistant container/docker
sup guys, I have just installed HA hyper-v image and my add-on store came with zero community addons even tho I got https://github.com/hassio-addons/repository already in repo list
Read the channel's description
Im sorry I did not mean community addons I meant in-built addons. My HA came with 0 addons available, and my profile already has advanced mode
it turns out connected my virtual machine to the default virtual switch which has no internet connection
@weary stratus I was going to say, try another VM and make sure it has internet connection
yeah now I have an external switch ill remake this VM, thanks
Yes im aware of it now, but there is should be a way to install it via yml file, which i cant figure it out (youtube, or google) regarding Tailscale addon.
#general-archived can help you with your Docker questions
HA OS Add-on support! Additional, standalone, applications that can run on Home Assistant OS. Your user profile needs to have Advanced Mode enabled for some add-ons to be visible in the store.
This channel is only for add-ons ☝️
Hello, new to the channel and to HA. I was looking at the Let'sEncrypt addon and was wondering who and how I can ask to support another dns provider that is not in the list: godaddy
https://github.com/home-assistant/addons/blob/master/letsencrypt/DOCS.md#supported-dns-providers
Hello, anyone is already working with Assist Microphone Addon to HA? I'm trying to make it work with openWakeWord and whole Assist Pipeline, but Assist Microphone show this in it's logs:
ALSA lib pcm.c:8570:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8570:(snd_pcm_recover) underrun occurred
...
The Anker S330 speaker does not play any sound just makes so pops when it hears the proper wake word (it's not playing the wav file wake word detected sound properly). Anyone got any cluea how to tacle that?
any idea for this problem ?
it's most likely an issue w/ your system, not the nut addon
and when I say system, I mean whatever nut is connecting to
ok, i'll give a look at this
There were no updates to NUT between .9 and .10 in HA and HA's update has no impact on this
found it ! I have 3 UPS connected to the USB port of my PI and one is not responding !
but now I've made a mistake while testing. I've lost a part of my config. How can I retrieve the previous config in the backup ?
Can anybody help setting up a RESTful sensor for the BabyBuddy addon? I cannot get it to pull any data, and I can't get any data when using CURL on my computer either. However, when I post the API URL in my browser, I get the output I expect.
I've never worked with an API before so I'm really not sure what I may be doing wrong in this instance.
what url are you using in the browser?
It's the one I get in the API Browser of BabyBuddy (http://IPADDRESS:PORT/api/hassio_ingress/STRING/api/changes/ for example)
in HA, I would assume you'd be using the docker container ip address
and from your outside computer, you'd need to have the addon expose the api to a port
all done in the configuration of the addon typically
Hmm alright, let me give that a try then
Yeah can't get it working no matter what address I use. I'm trying to set up the sensor inside home assistant so I can create a template sensor from the output.
are you exposing the port?
what address are you using
FYI these ip/ports should all be internal, so hiding it is pointless
I've tried my home assistant IP address, and the docker address (hostname from the addon)
OPE
Just started working!
the home assistant IP address will only work if you expose the port from the addon
Yeah I exposed the port and used that and it worked. Wouldn't work any other way (unless there is another way and I'm just not putting it in there correctly).
Created a separate user called "apiAccess" and made that the INGRESS_USER and changed the port and now it is pulling data!
Thanks for the assistance!
np
SSL_PROTOCOL_ERROR when attempting to access my HA via DuckDNS (And DuckDNS) addon. DuckDNS log is clean, says certificates are valid, they are in the expected location and the HA config is copied from the docs & loads OK. Wondering if I'm missing a trick with port forwarding on my house router?
Yep that's in the config as per the DuckDNS documentation
Double checking it just to make sure it's not overriden further into the config but I'm pretty sure it's like that
# Custom Packages
homeassistant:
external_url: https://MYDOMAIN.duckdns.org
internal_url: http://192.168.123.250:8123
country: GB
I also have that ^
Perhaps the external URL needs the port on it too?
Only the internal works 😂
I just upgraded core and restarted to reload config, so that's definitely done.
So, what does http: look like?
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
ip_ban_enabled: true
login_attempts_threshold: 5
And that's in HA's configuration.yaml?
Though there's no banned ip yaml present.
Yep
(Presumably because nobody can connect to attempt to login 😂 )
And I checked in terminal to make sure the certificates were there
Run ha core check
Yes
Runnign now.
I also checked the DUckDNS log and it's clean, checkes the cert expiry and says it's OK as there;'s >30 days remaining
The command should return with no errors
Correct, clean.
