#add-ons-archived
1 messages · Page 4 of 1
cool thanks
Trying to add this lovelace card and it says to add via HACs repo, yet I can't find the repo https://github.com/iantrich/list-card
Anyone use this before?
Add to HACs via custom repo
You add that repo manually to HACs
Use the 3 dots in the upper right corner within HACs
I'm working to solve an issue with Tuya-local. Is this the best place to ask? Is there a specific Tuya-local discord?
Hrm, my z-waveJS seems to have shat a brick and won't turn on?
Failed to connect: Cannot connect to host a0d7b954-zwavejs2mqtt:3000 ssl:default [Connect call failed ('172.30.33.0', 3000)]
lock port```
Hi.
I have added custom homematic into HASS and it starts. But my devices from Raspberry Matic are not submitted to HASS. Anyone knows, what's wrong?
I set the IP from the Raspberrymatic and user/pass
Hi folks! Good news and bad news:
Bad News first: My Hass machine died unexpectedly and therefore I lost my previous fully dockerized setup of Hass
Good News: I've transitioned to a new machine and I'm trying out HASS OS instead of my previously dockered install.
I'm struggling a little bit restoring things like my recorder and what not with HASS OS. For example, I've installed InfluxDB but I'd like to restore the history of what I had. I have access to my old drive and all the data files but I haven't been able to dig into finding the data locations for things like Influx within HASS OS. I guess I'm trying out the advanced course.. I know that I can shell into HASS outside of docker but with only sh installed, I'm running into trouble using SFTP to copy files over
I have a problem that started after I updated Node Red recently (this happens basically every time I update Node Red - I don't know why I do this to myself)
Here's the log I'm seeing:
"ERROR: unable to select packages:
musl-1.2.3-r1
breaks: musl-dev-1.2.3-r2[musl=1.2.3-r2]"
Anyone run across this? I'm sure there is something basic I should do to fix it. Most of the advice on the internet is to futz with the dependencies in the config file until it works, but that didn't seem very scientific.
Here's the full log: https://gist.github.com/andersonimes/3be2aacff5191bd9695079f41fb0c00f
The best thread I could find about this is this one: https://github.com/hassio-addons/addon-node-red/issues/494
but I don't think this advice is relevant anymore (at least I can't figure out what config file I would implement this fix in)
You likely have >1 ZWave integration running w/ one using the default supervisor addon
That's... Odd... I should only have one. It's been running fine. I have, uh Z-Wave JS and Z-Wave JS UI, which are supposed to play nice together?
And ConBee II but that's for a different device
Well... yes, as long as it's set up to connect to Z-Wave JS UI
If you don't untick the box when setting up the Z-Wave JS integration, it'll set up another addon that conflicts
Still can be a race condition if you've restarted recently
If you go to your addon dashboard, is Z-Wave JS listed?
2022-11-13T14:39:33Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 192.168.1.4:80: connect: connection refused"
i put all in my trusted proxies config but cant get that.. either that or it redirects to a blank screen. nginx in a vm
Is there any way in ESPHome to change the icon dynamically? I tried this but it only sets the icon at the time the device loads, and doesn't actually update when the switch is turned on/off:
`switch:
- platform: gpio
pin: GPIO26
name: "Living Room Fireplace"
id: fireplace_switch
on_turn_on:
lambda: !lambda |-
id(fireplace_switch).set_icon("mdi:fireplace");
on_turn_off:
lambda: !lambda |-
id(fireplace_switch).set_icon("mdi:fireplace-off");`
Hello, I've added a repository (https://github.com/AlexxIT/hassio-addons) to my HAOS install but nothing new has shown up in the add-ons page... but also no log entry saying failure or anything... do I need to tell it to hit the repos somehow?
Hello, I am the owner of an escape room. I have HA installed and a Mosquito installed for my MQTT broker. I am getting enough devices on the system that the system seems to be lagging and bogging down. How can I build and install a Mosquito on it's own raspberry pi to just run the MQTT server. I want to lighten the load on the HA to run the rest of the rooms and the games running. I have never done this so I don't know how to set it all up properly.
Trying to follow these docs https://developers.home-assistant.io/docs/add-ons/testing
But I can't find the Dev Containers extension in vscode
And if I try to run ext install ms-vscode-remote.remote-containers it brings me to the list of extensions, but it doesn't appear to be there
Hello. I'm trying to update Z-wave JS from 1.2.1 to 1.3.0. It seems to be stuck on "installing". Should it take this long to install or is something wrong? Doesn't seem like I can cancel it, either. I'm probably at near an hour now
updates to addons usually take like 5-10 seconds
Yeah, I don't remember any of them taking this long before. That's what I was afraid of
haos should show an error in the logs i think
I'll check, thanks
So I ended up pulling the plug and rebooting because it was stuck. I then updated HA Core. It took about 15 minutes. When it was done it rebooted and now it looks like Zwave JS UI is also updated. So maybe it worked but was just stuck on saying "installing" for some reason? In any case, thanks for the suggestion
maybe yeah. usually you want to upgrade home assistant supervisor/core/haos then addons last
but there's only a few scenarios where zwave-js requires a certain version in core before it will upgrade iirc
does anyone know of a way to extract dp/datapoint info direcly from Tuya's servers for a known entity and dp? I have a dev account and can debug the devices. I need to extract dp info outside of the regular Tuya device types. I have a device that has duplicate dp's defined for multiple functions (crappy programming by the vendor), and HA's std entity definition grabs exactly the wrong ones. Of course the vendor app works fine. If I can query it directly, it solves my problem.
Sounds like you should fix/extend HA integration to grab the right one?
Does anyone have experience with Samba share? I've downloaded the addon, read the documentation and started it.
when I go to network it shows me home assistant but this goes to the HA Interface not the folder structure.
Hi, I am trying to load HACS from SSH, I use the String-wget -O - https://get.hacs.xyz | bash - to paste into SSH Terminal and it returns the following error. "wget: can't connect to remote host: address not available. " I have tried a new installation of HA and tried on another pc but no luck. Tried countless videos, but not getting there. Unless I get this right my HA experience sort of ends here which would be quite sad. Any help would be appreciated. Even manually installing HACS.
Thanks, will give it a try.
Hi, I have question about MQTT Broker add-on - I found information, that t works on different docker container than HA, but I don't know how to access to them, especially to logs - I try to install some ESP32 with should connect to HA via MQTT but it doesn't work - it's not connect. But when I try to connect to HA MQTT Broker via MQTTX client - it's works. So i want to look into logs, but - how to find them ? Logs displayed via addon in HA worked with big delay.
Anyone but me that has problems connecting to HACS?
I just installed adguard and stuff and now all of a sudden my HACS wont work
<Integration hacs/integration> Cannot connect to host api.github.com:443 ssl:default [Try again]
Hi Meatball, I have a post above where I cannot connect to HACS. I am doing an initial installation and on about Monday I had HACS installed. Then suddenly the Add-ons in HACS just ran indefinitely when being added. Next day as well. I then reloaded HA and now cannot load HACS. The error is "wget: can't connect to remote host: address not available. " or Could not resolve the host IP address. I did not change any settings on my . I even tried a fresh installation on another Windows laptop, same error. My last resort now is to ask if anyone can advise me on loading HACS manually. Running HA on windows 10 Laptop. Everything else seems to work fine.
HACS isn't an addon and doesn't have addons
Anything related to HACS belongs either on its Discord server (https://discord.gg/5qet75RB) or in #integrations-archived / #frontend-archived for things you download from it
Hi RobC, Thanks for the redirect. much appreciated. A bit new and still finding my way around.
Anyone using the VantagePro To MQTT add on for Davis Weather Stations?
Hello. I'm using the Cloudflared Add-on and I'm trying to bypass using cloudflare when I'm on my local network. I use Adguard Add-on to setup custom rewrites ha.domain.com --> ha_ip, but it has stopped working since I switched to Cloudflared
Hi, anyone use Bitwarden add-on? I have it since a few month and it's worked well until yesterday. I have problem with SSL Certificate. Now i can open it only when i stay at home.
I use NGinx for SSL Certificate and it work well with home assistant, but i can't connect directly to bitwarden at port :7277.
Anyone can help me?
I need to add a Cisco router in my home assistant.
For which I have host, username and password.
But when I am changing the confirmation.yaml file and restarting the HA. It is not showing anything. Please help.
Changes I am doing in my configuration.yaml file are:-
device_tracker:
- platform: cisco_ios
host: 192.xxx.xx.xx
username: cisco
password: xxxxxx
new_device_defaults:
track_new_devices: true
what are you trying to acheive Cisco + HA ? Any end-goal or project ?
I want to add Cisco router in my Home Assistant.
HI all - does anyone have a problem with studio code server to run. i get authentication is disabled not serving https
just as a entity ?
I got a worrying message from Twilio this evening. I’ve searched and have seen no other discussion on it. Does anyone know more about this?
I used Twilio to send notifications to family members so they don’t need the HA app. I also manage a few inbound automations from sms.
It sounds like that option will be more expensive if I don’t register something?
How can I roll back AppDaemon add-on to a prior version?
hi i wann install this addon on Home assistant os how do i do that? https://github.com/mtthp/hassio-addons/tree/master/nextcloud
i haven't found any tutorial on it. or if there is an better way to run a nextcloud on home assistant os what would that be?
yesterday i installed HomeAssistant on my Pi4. i want to use it only locally but i want to use SSL. Therefore i installed the LetsEncrypt AddOn and used the DNS Callange with Cloudflare to generate the Cert files…
After that i installed the Nginx SSL Proxy AddOn and configured it with. Now then i access my domain using https from the local network i get a statuscode 400 (Cert is accepted).
What did i miss?
NGINX proxy manager or NGINX Home Assistant SSL Proxy?
@shrewd nacelle I used the NGINX Home Assistent SSL.
Try setup dns rewrite in adguard
I do not need the adguard for now.. therefor i would prefer to not install it
i use proxy manager myself. Have you got something like this in your configuration.yaml?
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
- 127.0.0.1
- ::1
login_attempts_threshold: 15```
where 172.30.33.0/24 is your docker subnet (it's likely your config needs to be the same as the above)
Thanks i will try that! 😇
It's oke but as i know ssl cert is bounded to domain + ip. To use cert local only you will have to translate your ha ip to ssl domain. I might be wrong on that. But if you find a way to use ssl cert without ip/domain rewrite please share.
Is anyone avalible to help me figure out why the Zigbee2Mqtt add-on keeps getting a refused connection to my local mqtt broker. I am trying to migrate my Zigbee network to z2m.
Thats not correct. By defaut the ssl cert is only bound to the domain.
Also the cert i use is valid and working and only bound to my domain.
I will try the answer of Shupershuff and tell you if its working! - ill hope so!
I have that kind of setup and I use dna rewritte in ad guard. Without it doesn't work. But if you find other way share it.
I am having trouble getting my zigbee2mqtt to function. It begins erroring out with trying to start "zigbee herdsman" can anyone help me troubleshoot this. This is my first time setting this thing up, I'll admit I thought it was working and I did something and now it errors out.
Hey, i ran into problems when updating my install to the latest version from 11.0, and now im trying to run a curl command to fix it. But my SSH & WEB TERMINAL addon seems to be running in training wheel mode, with protection mode on (probably a good thing generally speaking, but i need it off)
The helper text when trying to run the curl command against docker says protection mode enabled and guides me into the old HassOS menu system to disable it, the problem is that there are no such menues any longer, and the add-on it self does not have a setting to disable protection mode, what do i do?
What errors are you getting? Post from your log here, and it will be easier to help you 🙂
I finally just gave up on z2m. And I went back to ZHA. It worked fine before, and my struggle to try z2m was really just for three little zigbee devices that I think I'll change out anyway. But hey, thanks for responding to my question.
The community SSH add-on has the ability to turn off protection mode. The core ssh add-on does not.
If you don't see the option, you have the wrong one
Do you have direct access using keyboard and monitor instead?
Thank you, figured out i had opened the core addon while troubleshooting, and the terminal from the community addon! All good, and the fix worked like a charm 🙂
I do, i started out like that, but with limited terminal skills, a Norwegian keyboard and us/english OS, i finally gave up when i was trying to create the end-curly-bracket 😂
Hello! 🙂 I just setup my home assistant on my raspberry pi and am looking to use adguard for my home network. I used the DNS 127.0.0.1 but nothing changes in adguard...
Pi-Hole worked immediately but I did not like the interface, so I thought I would try Adguard...but the setup is not as simple as I thought it would be.
@kindred bobcat you set the DNS to the ip address of adguard. Not the loopback address
adguard's ip address is the ip address of your HA install if you are using the add-on
I just tried that as well...but I will try that again
The solution of Shupershuff worked: #add-ons-archived message
~~How can i enable SSH on my HA. I want to connect to my HA using a external shell - like "ssh <ip>" on my linux computer.
I installed the SSH & Terminal plugin but i am getting the following error:
ssh: connect to host 192.168.178.78 port 22: Connection refused
(The web terminal does work)~~
Using the community plugin does fix the issue
Sounds like you didn't configure a port
I just followed the documentation
Ok
@frail hatch I converted your message into a file since it's above 15 lines :+1:
base_url as an option for http: was removed
so that's not likely doing anything. should be a message in your logs about it
@sly kindle i removed it, restarted and it still works - Thanks for the hint!!
Hi all, just curious if anyone here has gotten the apple calendar up and running? I’ve been looking around and found some tutorials in which they used “CaLDAV & Atomic Calendar”
I installed atomic Calendar and was told to type the following in the Configuration.yaml :
Calendar
calendar:
- platform: caldav
url: https://caldav.icloud.com
username: icloudemailaddress@icloud.com
password: app-password-from-above
calendars:Calendar-name
But it’s not accepting the URL. See message: “bad indentation of a mapping entry “ & “ The system cannot restart because the configuration is not valid: Error loading /config/configuration.yaml: mapping values are not allowed here in "/config/configuration.yaml", line 20, column 12”
Is this because I don’t have CalDAV? Is it a separate addon or already integrated? ( H.A website makes it sound like it’s already included but I did find downloads) and if that is not the problem how come?
I have this config and it doesn't work without dns rewrite. Maybe because of my hosts file and ha setup.
I am using IMAP integration to read emails. It looks like the entity [sensor.aaronautomation_mail] was setting the attribute to "empty" and then [the latest email] every 10 minutes. any idea why? it keep triggering my automation every 10 minutes spamming with TTS, the same email over and over. Once I rebooted HOME ASSISTANT, it stopped happening.
basically the attribute was literally blank, and then set EQUAL to the latest email, as if it pulled it in again.
I now use this instead. Now i do not use any proxy anymore
Look if you have ssl cert for ddns domain that mean that you are using ha over internet. This is not local ssl. I have local ssl with ddns domain but I don't and i can't access it over net.
@rotund steeple I converted your message into a file since it's above 15 lines :+1:
I am using it locally 😉 You can not access it via public internet
But i used a domain and configured the dns to my local ip 😄
(To enable this i had to add this domain in my router too)
Hello everyone I have a problem with "Samba share" I installed it and followed the instructions but I can't find it in the network location can someone help me???
Hello all, I'm running HA as a VM in Proxmox. Wihtin Proxmox I configured NUT and used a container to test if it works. Via the container I can visit the page to see the UPS. Now I also want to install a NUT netclient in HA. However, I keep getting the following message:
[14:46:15] INFO: Starting the UPS monitor and shutdown controller...
0.000000 fopen /run/nut/upsmon.pid: No such file or directory
0.000284 Using power down flag file /etc/killpower
0.000429 UPS: pw850@a0d7b954-nut (slave) (power value 1)
0.000544 debug level is '1'
0.000611 Warning: running as one big root process by request (upsmon -p)
0.000810 Init SSL without certificate database
0.001615 Trying to connect to UPS [pw850@a0d7b954-nut]
0.001886 UPS [pw850@a0d7b954-nut]: connect failed: Connection failure: Connection refused
{"message":"Event nut.ups_event fired."}Network UPS Tools upsmon 2.7.4
This is my config:
devices:
- config: []
driver: usbhid_ups
name: pw850
port: auto
mode: netclient
shutdown_host: false
users: - actions: []
instcmds:- all
password: "password"
username: upsadmin
i_like_to_be_pwned: true
upsd_maxage: 10
list_usb_devices: false
log_level: info
remote_ups_name: pw850
remote_ups_password: "password"
remote_ups_user: upsadmin
remote_ups_host: a0d7b954-nut
- all
Does anyone know what's wrong?
Anyone has experience with clouflare pending nameserver? Have crated new domain in duckdns and waiting 3 days, still not enabled
Whois says clientTransferProhibited
@tropic kernel provide the location manually. It's the IP address of HA
Hi, I'm looking for the LedFX plugin, which should be available in the standard add on store, but it's not there. How can I fix this?
I have a apexCharts graphics and there is a graphical bug : https://zupimages.net/up/22/46/er06.png
Hi, is there any way I can access command line of HA addon container?
ok, portainer helps. any other way to do it?
Hi All, Anyone has experience with 2 sonoff EFR32MG21 sticks 1 configured as coordinator and the other 1 as router! coordinator works fine under ZHA but as i the other 1 flashed as router wil not be added! (not quit true yes he wil add and after 15 sec is down ) and so on and on! other wierd thing is adding is only possible under the coordinator search, overal he wil not seen
firmware coordinator: ncp-uart-sw_v6.10.3_115200 and router: Z3RouterUSBDonlge_EZNet6.10.3_V1.0.0
@unique thorn I have proxmox + ha + lots of containers, but no NUT/ups. How is the box connected to the UPS? So it's "native" in the proxmox OS? And you want to bridge it somehow? Or duplicate... connection?
Hi all, I am seeking someone with a bit of experience with the new'ish EMQX MQTT broker addon.
I am trying to add a bridge MQTT hosted by a MEW-01 Zamel/Supla module and it seems I was successful in doing it - the bridge exists, but I can't figure out how to make the EMQX subscribe to appropriate MQTT channels of the bridged device.
Running it on the old Mosquito integration, I had the following section in the bridge folder, and it discovered all the entities flawlessly.
connection bridge-XXXXXXX
address mqtt33.supla.org:8883
topic supla/# in
topic homeassistant/# in
topic supla/+/devices/+/channels/+/execute_action out
topic supla/+/devices/+/channels/+/set/+ out
remote_username XXXXXXX
remote_password XXXXXXX
bridge_capath /etc/ssl/certs
If I understand correctly all the entities for the Supla device publish under supla/#
I don't really need any actions for the out, since I am only looking to listen to the electricity meter.
Noone??
Looking to monitor some Govee H5074's with a ESP 32. I have found example code but my issue is the need for the Mac Address of the the device. Would anyone be able to point me in the proper direction as to how they do this. Thank you!
Hey there ... can someone please tell me how to acces my mosquitoo MQTT addon broker from another raspberryPi than the one HA is running on?
You should be able to take the IP of your home assistant machine and then the port that mosquito is running, of course as authenticated with whatever password you set (so 192.168.1.46:0000 or something)
Thought it would`t be that easy ...
When developing addons every addon needs its own container right? And it interfaces with hass by its api?
Yes. Or some way, such as MQTT. Or maybe not at all
I have the UPS connected via USB to the server. Then within proxmox itself I created the master and then a container as slave to load a webpage. However, now I want my Home Assistant (VM) to connect to the master as a slave as well but I keep getting the "UPS [pw850@a0d7b954-nut]: connect failed: Connection failure: Connection refused" message
My addons won't update, When i click install and update it just says installing for days
I have it now installing for multiple days and already tried to restart the whole system
Hi guys
While trying to implement Duck DNS I end up not having access locally and externally
Is there anything i can do to gain access back ?
Sounds like you need to make sure the master is bound to lan ip, then use that from ha. “Connection refused” is a networking issue, not ha
Alright, will try that. Thanks
Anyone have any idea why the ‘return’ key isn’t working in the SSH add on? I’m on a Mac. Trying to install HACS. This has me stuck bc I cant run any commands on account of the ‘return’ key doing nothing.
Could someone offer any assistance?
Does someone know the logviewer standard user details?
@steep zealot I don't know if there are enough people using that addon to offer anything
I recognise it is probably rare request. I was hoping for one of the Devs to potentially know or someone from the community doing YouTube videos about this broker.
guys,
it's been so long since i tried to open my ha with ssl
but i can't handle this
when i'm trying to connect to it, i can, but 3 seconds after i arrive on my dashboard, i get redirected to my login page
i heard something about
$http_upgrade $connection_upgrade
but idk where to input this
Hi! I'm working on an add-on for the OpenDoñita server, created by rastersoft. This is a service you can use with the Conga 1390/1490/1590 robotic vacuum cleaners distributed by Cecotec to replace their proprietary cloud service: https://my.home-assistant.io/redirect/supervisor_addon/?addon=523be449_opendonita&repository_url=https%3A%2F%2Fgithub.com%2Fjmservera%2Fjm-hassio-addons. As the server comes with a REST API, my plan is to develop an integration too. If there's anyone out there with these Conga models I would love to get your feedback.
Ok thanks
hello, i want to know if you plan to update tailscale add-ons soon
No plan
do you stop support ?
You asked if there is a plan
there is no plan
The add-on is not run by a company
it is an open source project
we don't have a schedule
Is there an issue that requires an immediate update at this point?
i see add-on use 1.26 version and tailscale are to 1.32.2. I will want to use https, and I wonder if I could take time to make my first addon modification (sorry for my bad english)
I will want to use https, and I wonder if I could take time to make my first addon modification
The add-on does not support that.
so that upgrade has no use
I understand there are two things here. The update version seems to be very more easier than addings the https support for a beginner like me. The update version are not realy more value for me if i cant use https.
The update version seems to be very more easier than addings the https support for a beginner like me.
I think you misunderstood, it doesn't provide HTTPS.
Upgrading doesn't help with that
ok yes i understand , that's why it would be more difficult 😉
Hello everyone. i installed HA on raspberry pi 4 following the guide on the site. but i can't find the official addons. I only have 1: Home Assistant Community Add-ons and ESPHome. Can you help me? thank you
I tried to manually add this link https://github.com/hassio-addons/repository I got this error 'StoreManager.add_repository' blocked from execution, no supervisor internet connection
@lime summit Try rebooting the host first. Settings > System > Hardware > 3 dots in the upper right corner
same problem. i don't display the official addons. and if i try to add them with this link it says: Can't add https://github.com/hassio-addons/repository, already in the store
other people have the same problem: https://github.com/home-assistant/supervisor/issues/3754
Hello everyone I hope you're fine, I created an additional module with fields how to retrieve this information
thank you
Hi Guys, I'm adding my first Duck DNS, but I want to receive my own certificate for the domain.
I don't know if I've already done it.
Can someone help me?
I went through the setup, added my domain in Home Assistant and wanted to get the certificate via the DuckDNS ADD-ON log
@glacial dust the add-on grabs the cert and places it in the /ssl directory.
this?
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
that's what you add to configuration.yaml, yes
two separate things. You configure the add-on to let LE get the cert, then you specify to HA where that is.
but i don't receive certificate, my log now says "Checking domain name(s) of existing cert... unchanged.
- Checking expire date of existing cert..."
if it doesn't go beyond that in the logs you have an issue. did you click on "refresh"?
yes refresh says "INFO: OK" and also NOCHANGE
ok, then you're good there
now you tell HA where to find them, which you did I guess, and then you restart HA.
And you open ports on your router
i know that if i click several times on REFRESH, it will appear a lot of strings and the last one is "Done!"
i send u pics of my configuration
hey i have question, can someone tell me how can i check what is turning off my unifi controller addon? it keeps running for few hours then bam offline
Declare variables
declare message
Get the 'message' key from the user config options.
message=$(bashio::config 'message')
Print the message the user supplied, defaults to "Hello World..."
bashio::log.info "${message:="Hello World..."}"
how i can save "message' in file
sounds like a #devs_add-ons-archived question
are the add-on logs viewable via SSH or SMB?
HI! I'm running Zwave JS, if i switch to Z-Wave js UI, vill my entities be the same or will it create new ones?
L&G I installed the IFTTT integration on HA 2022.11.4, it seems not to work or even be fully installed. Under Developer Tools - Services its even not listed. Any hints how I can find a useable error message or is this a know problem?
Using the mqtt addon I am getting this repeated in my logs a few times per minute.
error: received null username or password for unpwd check```
I tried turning off supervisor, and node-red still getting this. How do I track down where this is coming from?
using sudo tcpdump dst port 1883 I only see traffic from my computer when I subscribe to a topic if I stop mosquitto_sub then the traffic stops, as expected. I can't find where this is coming from...
I would lI've installed the nginx proxy ssl, because I would like to access my HA installation through my subdomain. I have a LXC container running with NGINX already with an own LAN IP, which works already with Nextcloud proxy and SSL. Now the HA should be reachable from the internet through the NGINX proxy.
For some unknown reasons it wont work as it does with the nextcloud setup (also own server) and my diskstation DSM. Therefor I've tried to first create an own HA SSL certificate. but I fail.
I've installed the nginx proxy ssl, setup everything, but the log shows me the error:
[16:03:22] INFO: Running nginx...
nginx: [emerg] cannot load certificate "/ssl/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/ssl/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
does anyonw knows why this happens
also having NGINX issue....trying to set it up but its not visible when i go to the external https URL
scratch that. i finally figured it out
Did you got it? What was your issue and how did you resolved it?
no matter what I do I dont get a remote access with my TLD, thats why I dont want to duckdns
Is it not possible to install/browse add ons through the cloud service?
Nabu Casa cloud gives you access to your instance, where you should able to browse for and install addons. Not all addons support Ingress, though, so you may not be able to access any web UI that they provide when connected via your Nabu Casa remote URL.
Hmm cuz when I press the add ons in the side bar the screen goes black won’t even show me anything
Clear your browser cache
Same thing black screen
@pallid crypt 172.30.32.1 is a docker-network address. Implies container-to-container traffic (you won't see if in tcpdump on the host). Are you tcpdump in the container, on one of the ends?
Hi, What could be wrong, when I click on the left side on studio code server and terminal and get a "401: Unauthorized" ?
I am from EMQ, perhaps I can help you by forwarding an invitation link to our community discord.
That would certainly be appreciated! Thank you.
And I recommend a good alternative for mosquitto if you are looking for a lightweight But powerful and perfomant mqtt broker for your smart home.
NanoMQ:https://github.com/emqx/nanomq
just send you a friend request
@lone totem - here is the git of what is currently available as an addon in Home Assistant - https://github.com/hassio-addons/addon-emqx
Yeah planning to add nanoMQ as one
This is the only route I've explored so far, since I usually don't create external containers and or MQTT servers, but use the built in addons.
If you'd have to sum up the biggest difference between EMQX and NANOMQ, what would it be?
The reason I want to go away from Mosquitto is that it's starting to bog down for me and have impossible to track connect/disconnect issues which noone here was able to help me with.
Eventually it crashes or starts causing devices and other add-ons to be unable to connect.
Mhmmm like comparing Swiss army knife(NanoMQ) with Gatling machine gun?
😂
nanoMQ is on same level with EMQX when running in single instance.
I am a very low level user of MQTT in the first place, so they look very similar to me.
but requires just a little resource Which is important on smart home scenario
I actually tried from the docker container too but I didn't understand whats happening. too much traffic.
EMQX starts with 200mb But NanoMQ only requires like 300kb. Feel free to shoot your questions on our channel or just to me
anyone have advice how to track this down, I am seeing this in mqtt add-on:
2022-11-24 08:46:13: Client <unknown> disconnected, not authorised.
2022-11-24 08:46:16: New connection from 172.30.32.1:34776 on port 1883.
error: received null username or password for unpwd check
I don't know where its coming from. I turned off watchdog, and I don't know what other add-on could be trying to connect to mqtt. I disabled node-red. I didn't find anything else searching.
See logs from your broker, it means the ACL system turned you down due to wrong password/username
I think thats the logs.
the problem is I don't know what is getting turned down. There isn't anything I know of thats trying to register with the server. I know something is I just don't know what.
Hello guys, any idea why the Xiaomi Viomi Vacuum add on is a hit and miss? It's like once you restart HA one time it fails to load (there is no way to reload it) and then you restart again and it works fine.
is that really an addon?
it's in hacs should I not post that here?
oh yes sorry
There away to put HA in a “sleep” mode until motion with just HA with an add on? I tried FKB but i can’t log in through the browser on my tablet so I can’t use that
Or I’ve been trying to find an add on I can use my media file with photos to play as a screen saver. I tried wallpanel but it won’t turn on with the HA app, on the pc using browser if worked flawlessly. Any other alternatives?
Created an add-on to make add-ons install/configureable over config files you can manage in git...Maybe someone finds this useful https://github.com/dadav/hass-addon-addman
Anyone know if there's a DNS Server add-on for HA?
DNSMasq
so... anyone have any tips on how to troubleshoot Grafana => Influx connection? (using add-ons for both)
Hello! I installed hass on my old laptop, some asus vivobook s15(8gb of ram, 1tb of storage), and I want to use that laptop to record my ip-camera's streams with motioneye, and I want to enable h264. After I enable h264 the recording stops.
I presume when you connected Grafana to InfluxDB you used a0d7b954-influxdb as the host?
sorry.. was making a sandwich
I get this in the Grafana log:
logger=tsdb.influxdb t=2022-11-25T13:17:07.2806822-05:00 level=debug msg="Influxdb request" url="http://a0d7b954-influxdb:8086/query?db=homeassistant&epoch=ms"
logger=tsdb.influxdb t=2022-11-25T13:17:07.285543308-05:00 level=warn msg="error performing influxdb healthcheck" err="error connecting influxDB influxQL"
logger=context userId=1 orgId=1 uname=admin t=2022-11-25T13:17:07.285983801-05:00 level=info msg="Request Completed" method=GET path=/api/datasources/3/health status=400 remote_addr=192.168.0.157 time_ms=11 duration=11.074009ms size=66
well, I tried following his instructions for Glances too and that failed. So I think it's something to do with connecting to Influx... Influx has no log messages about receiving data / queries... but its UI works.
Adding the config to the configuration.yaml file does result in HA adding data to Influx. Just can't connect to it from other add-ons
holy .... once I did that, Grafana could connect...
I get ModuleNotFoundError: No module named 'six' from the glances add-on though :/
Does anyone know (the ten thousand foot overview version of) why the google drive backup add-on requires adding a custom repo before it shows up in the add-on store? It seems fully developed enough at first blush to be in the “community add-ons” section of stock hass.
Because it's not a community add on?
It doesn't have to be a community add on to be useful. If everything was a community add on then that would be a huge big list
hello when i try to install a addon i get 'AddonManager.install' blocked from execution, system is not healthy - docker. I have a raspberry pi 4 64bit
Hey Guys - I'm using the Wireguard HA addon, with some pre_up and post_down iptables rules. I just added one with -j LOG, but I'm having a hard time tracking down the correct kernel logs where these logs would be landing... I've checked both on the host and within the container, but so far no luck at the usual wireguard / kernel answer of /var/log/kern.log
if I get a shell within the wireguard container and exec "iptables -vL", I can confirm there's thousands of packets that have matched my LOG rule... so they should be going somewhere?
Hi, I could really use some help with duckdns, when I am connected to my wifi (so when im in my LAN), the app does not want to connect to HA and the log just says "java.net.SocketTimeoutException: failed to connect to xxx.duckdns.org/79.2XX.XX.XX (port 8123) from /192.168.1.5 (port 53622) after 10000ms", from every other device everything works fine so ports are forwarded correctly and everything, reinstalling the app, clearing the cache, and all the "common soltions" havent worked
Resolved the missue myself, the netmask that was shown in the frontend was not the same that was actually being used, super weird error, changing the netmask in the frontend to 24 and then back to 16 solved my issue
Any idea what might cause this w/ the MariaDB add-on? Seems like maybe every evening something is locking the DB for ~10m. Just happened to stumble on it tonight since I restarted HA during that window and recorder couldn't start
[19:30:53] INFO: Lock tables using mariadb client...
[19:30:53] INFO: MariaDB tables locked.
[19:39:03] INFO: MariaDB tables unlocked.
[19:30:57] INFO: Lock tables using mariadb client...
[19:30:57] INFO: MariaDB tables locked.
[19:39:12] INFO: MariaDB tables unlocked.
[19:31:08] INFO: Lock tables using mariadb client...
[19:31:08] INFO: MariaDB tables locked.
[19:39:43] INFO: MariaDB tables unlocked.
Hi, I'm building an add-on for the Open Doñita Server (a local server for certain Cecotec's vacuum robots) https://github.com/jmservera/opendonita-fork and I also want to create an integration for it using the vacuum integration. The server publishes itself via SSDP for discovery, but I cannot publish port 1900/udp because it is already in use by Home Assistant for the same reason. Is there any way to do that? Will Home Assistant find the SSDP announcement in the internal add-on network without publishing the port externally?
i've installed adguard, and dashboard is showing all 0's. So far I've assigned HA a reserved IP via my router admin panel. I'm confused about how to further configure Adguard. I'm seeing info that says to add either router or HA ip into Add Client and Allowed Clients. Can anyone advise?
Hello all! I'm struggeling with the SSH login using the Addon "Terminal & SSH". I've setup a username und ssh-rsa in "Configuration", but the log tells me "FATAL: You need to setup a login!".
In config root I've authorized_keys. After that ssh: and username:
tcp_forwarding: false
authorized_keys:
-
ssh-rsa XXX
ssh:
username: hassio
Any idea?
People, do anyone have ring doorbells without subscription plan?
Need help with DuckDNS and Let's Encypt. I have the duckdns domain set up and the duckdns config set up. I have let's encrypt installed and the config set up. Appears I can't attach images but I can share in DMS. I am trying to add the http ssl file paths in my configuration and home assistant isn't able to find these files. I've been looking through tutorials for a few hours now and don't see anything I missed. Any help here would be appreciated.
[13:38:29] INFO: Starting rtl_tcp daemon...
No supported devices found.
[13:38:29] WARNING: Halt add-on with exit code 1
Using SDRSharp works fine, however.
Figured that out. My proxy was forwarding to port 8123, because "that's where HA is"... but that's wrong. It needs to go to port 80... now it works.
No longer see docker information i Glances add-on. Stopped working at 0.17.0 and 0.17.1 did not change it. No error in log. No change in config since setup some 2yrs ago. Running HA on OS and Pi4. Tips?
Been working on this for hours. Can you help?
RTL to MQTT working, for the most part. Except configuring the sensors.
"The state of the configured entities are not available." sensor.power_meter (unavailable)
mqtt:
sensor:
- state_topic: "readings/20697678/meter_reading"
name: Power Meter
unique_id: "powermeter"
unit_of_measurement: "kWh"
state_class: "total_increasing"
device_class: energy
last_reset_topic: "readings/20697678/meter_reading"
last_reset_value_template: "{{value_json.lastUpdate}}"
@lime girder
Hey, hope you're having a good day. 😄
I'm trying to install/setup your Loki addon, but I'm getting an error about permissions and not being able to create the necessary files.
There's already an open issue on the repo and I've attached the full log there, but I was hoping you might have an idea/solution I could implement lol
Thanks, and thanks for the work you've already done!
Hey! I just started to get my girlfriend to use Home assistant, so I got her my old raspi3, and now when I installed hass 64 bit, I can't seem to download any add-on except for ESPHome stuff. I already went searching for an answer, but couldn't find it. Any ideas?
I found this error in the logs:
22-11-28 21:52:59 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/home-assistant/addons repo: Cmd('git') failed due to: exit code(128)
cmdline: git reset --hard origin/master
stderr: 'fatal: Unable to create '/data/addons/core/.git/index.lock': File exists.
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.'.
But I can't ssh on the pi, so I don't know how I would remove it
Righto, got the system all migrated from a Pi3 to a Pi4 now (poor 3D printer had to get a downgrade but I'm sure it'll live). Are there any AddOns folk recommend as essential now that I have the more powerful device handling things?
what is the easiest way to implement facial recognition
I have haos image sat on vmware running nicely for the last 3 months no issues at all
have a couple of ip webcams and would like to add facial recognition to them
eventually to automatically buzz into the lobby without having to use keys
Does AirCast use Airplay 1 or 2?
I'm trying to do multiroom but it appears I'm not able to select more than one speaker at once.
I
I'm not sure if this belongs here or is better served under #installation-archived or integrations, but I just did a clean HAOS install on my RPi4 SSD as I've done in the past, but after onboarding and then trying to do a restore through the settings menu, my Node Red and ESPHome seem to have lost all my data/configurations!! They were both certainly part of the snapshots and restore process, yet my Node Red has zero flows in it. My ESPHome has 0 devices setup. Any ideas?!?!? It will be halfway through 2023 if I have to set either of those back up from scratch!!
@vivid quarry You can verify it yourself by browsing the backup. But first, you should reboot the host after a full restore. Then check if everything is as it should be, then investigate further.
my node-red addon won't load.. if i attempt to open it i just get a blank page
i have a desktop PC with PLEX server and Torrent client, and a RapberryPi running Home Assistant docker in Raspbian. planning to move from Raspbian to Home Assistant OS. can i install both PLEX server and Torrent client on HAOS in RPi? if yes kindly point me to the right direction blush googling only shows me integrations to control a PLEX server, which i already did and it works but my server is on a different PC. i want to know if i can install a PLEX server and Torrent client on the Home Assistant OS, so i dont have to use my PC.
Not sure if best channel to ask this question in.. I'm running Home Assistant Supervised with Debian "Bullseye" 11 with Samba Share installed from the Home Assistant Add-on section. I'm wanting to configure Samba Share file to change User Permissions so it's not just Home Assistant that has control, but rather the whole of Debian. I'm not able to add additional Samba folders or anything?..
Alternatively, I could install Samba Share in it's own container without Home Assistant, but then I'll lose folder/file access of my home assistant configuration I believe.
does anyone know where the dashboard of grafana are saved in the file system?
i have a very old backup which contains dashboards i would like to get back but i can't find them on my system
grafana does not store complete graphs
influx stores the data, grafana reads & displays it
i mean, the file where the layout of the dashboard is stored
not the actual data
sortof kinda the json of the configurable dashboard (not sure if its stored in json)
question about the tailscale addon
I would like to use the new Funnel functionality for that I need to be able to use a more recent version of the tailscale binary (current is 1.26 and I would need 1.34 )
is there a way to install/update the binary by myself? by logging in via ssh and do some apt-get update or so?
I am using hassio
@raven tinsel ? Any idea here?
would be this https://tailscale.com/kb/1223/tailscale-funnel/
there should be a data folder somewhere in a backup for the addon
I'm trying to setup lets encrypt using digital ocean and the api. I've got the name exactly as listed in the documentation, but then in the log it says [14:32:18] INFO: Selected DNS Provider: null
nevermind, got it in yaml mode
well, I got the dns provider to show up but it says the api key is invalid even though I just created it.
is it worth it running MariaDB? I've only just heard about it and most of the videos are old so just wanted to check here before installing it and losing my history
or even InfluxDB
They serve different purposes. Yes, mariaDB is worth it
great answer - I'll install it now 😄
can I change the data retention? or does it automatically delete over a certain time period?
is there a way to installupdate the
do you know how this folder should be named? Is it probably possible to point the path? I tried finding folders and files with the name "grafana" in it but i didn't manage to find the resources im looking for
should be data/grafana.db
Hi everyone, need help
I have DNS on GoDaddy and trying to enable ssl (letsencrypt) on my HA.
I use two addons:
- NGINX Home Assistant SSL proxy (where I have to put certificate into SSL directory)
- Let's Encrypt (where I have setting "path to where the Private Key File will be placed"
I cant understand what path I should use in let's Encrypt ADDon
I tried to use default, but:
[13:33:47] INFO: Running nginx...
nginx: [emerg] cannot load certificate "/ssl//data/letsencrypt/live/domainname.com/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/ssl//data/letsencrypt/live/panf.solomonov.me/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
I'm looking to change the database file mounted into the deconz addon. how do i get at that file from ssh? (s/ftp works too)
hey guys
just finished my HA install...
now how do i add the add-ons store to it ??
I'm trying to update HACS and several other repositories, but nothing seems to actually be installing after rebooting. When I check the logs (for example HACS) I see this:
Download was not completed
Log Details (ERROR)
This error originated from a custom integration.
Logger: custom_components.hacs
Source: custom_components/hacs/helpers/methods/installation.py:29
Integration: HACS (documentation, issues)
First occurred: 8:48:10 PM (1 occurrences)
Last logged: 8:48:10 PM
Download was not completed
This error originated from a custom integration.
Logger: backoff
Source: custom_components/hacs/helpers/classes/repository.py:315
Integration: HACS (documentation, issues)
First occurred: 8:48:10 PM (1 occurrences)
Last logged: 8:48:10 PM
Giving up async_download_file(...) after 5 tries (TypeError: timeout() got an unexpected keyword argument 'loop')
Can someone fully explain how to get the most out of HDMI CEC? I want to be able to power on/off my TVs and I'm not finding a ton of info about it online. I'm also seeing that one might need to purchase a pulseeight cec adapter which is fine if needed. I guess I'm just lost here. I run HA in VirtualBox on my Windows 10 machine.
Anybody in here know why there is an update to zigbee2mqtt called Billy with an update version of "newer"?
Doesn't seem very legit
Does the log tall you anything?
maybe an IRblaster controlled by home assistant will get you the same result you want, and more since the IRblaster can control almost anything with an IRreceiver
thats what i was thinking. thank you for the response
you're welcome :) im also planning to use a 360 IRblaster with my androidTV projector coz i cant access the developer options to control it directly 😅
I don't know where to look. And I had to restart the container. Doesn't that wipe the logs?
@bitter geyser If you have installed it from inside Home Assistant (as an add-on), where you click 'start' 'restart' etc. there are some tabs up the top.. The last one should be Log. If you restart the add-on you should see messages that help.
Nope, I'm running in docker container
Problem button card addon and as_timestamp
my node-red addon won't load
Add-ons are templated containers managed by the Supervisor and made available through the add-on store. If you are running the every day node-red container then it isn't technically an "add-on".
I may be asking a lot of the ZeroTier addon but I’m behind a regular firewall and a cellular NAT. Research shows that makes a 3 layer NAT for IPV4. All my other devices can reach ZeroTier, but my home assistant instance running the ZeroTier addon on a raspberry pi shows in the logs that it cannot reach the host. This is confirmed when I login to my ZeroTier account. Is there anything that can be done to get the addon to connect? Besides reducing the number of NAT layers?
Hi all, I'm trying to get the Plex Addon working. So far so good. I'm able to get it starting and access it through a custom domain. I also managed to mount an cifs share music from my nas into /media/music on startup. This mount can be accessed by the media browser from within Home Assistant and it shows it's content, I'm even able to play the media in the browser. But when I browse the file system inside Plex to add a media source it shows an empty folder when I select /media/music and it complains that it's empty. Does anyone have an idea why Plex does not show the contents of the mount? I've also ssh'ed into my Home Assistant server and when I cd to the location of the mount it's also empty. I don't understand what's going on here.
The mount is created with the following command:
mount_nas_media_folder: mkdir -p /media/music;mount -t cifs -o vers=2.1,noserverino,username=[user],password="[pass]",domain=WORKGROUP //192.168.68.111/music /media/music I've tried all version numbers (1.0, 2.1, 3.0) but without success
they are different containers
mounting a directory in the HA container won't be reflected in the Plex addon container
Does anyone know if the iCloud3 integration works anymore? I'm seeing on Github it hasn't been updated since May. I've spent the last 3 days trying to get it set up and keep running into dead ends as the documentation seems out of date compared to where HA is now in terms of updates.
Is there a way to mount inside another container? Or to share mounts?
Does anyone know any add-ons that simplify the animation of lights? Say I want to have a light change color every 300ms or turn off and on like a strobe. I could create custom scripts but it wiuld surprise me if there wasn't any add-ons that simolify the creation of looping animations
Can anyone help me with my first steps on node red and device trigger? I would like to start with on power change
similiar to the automation platform: state
Once I open the "device" it tells me: Attention: This node requires Node-RED custom integration version 0.5.0+ to be installed in Home Assistant for it to function. -> but it is installed. Also the Websockets are in the npm_packages
Hi all, is anyone else having issues with automations running through Node-RED either being really slow or not working at all?
Hello ! I was wondering if there are any ways to create a virtual devices that behaves like a real one to trigger automations and scenes ?
My case is:
- I have a shelly 1L (switch on HA) and a set of spots (Light on HA).
- The switch (shelly) is to turn on/off the light with my phone or the real physical switch
- The Light (spot) to set the intensity and color.
- I would like to create a virtual Light that does both and serve it to HomeKit. This way I could say "Hey Siri, turn of the room's light in red" or something like that.
Is that clear ? if yes, is that possible (either via HA core or any add-on)?
Hello,
I have changed the IP address of my raspberry and now the nginx proxy (SSL) is no longer working (I receive an error: SSL_ERROR_RX_RECORD_TOO_LONG on firefox).
The ssl certs are generated from the DuckDNS addon, and everything works fine if I add them under http: .
My current http: config looks like:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
Does anyone have an idea what I am doing wrong or how to debug that issue?
I've got always such an error when the ssl certificate is not matching
But the ssl certificates seem all right… if I use them directly and without NGINX it works…
store the certificte on the proxy?
I access my HA locally via http, remote per nginx proxy manager with SSL where the certificate is stored on the nginx server, not on the HA
I use the NGINX SSL Proxy Addon
Sorry, I dont know about that way to go
thanks anyways @worthy horizon 🙂
anyone there with node red knowledge? It seems I cant google my answer or I dont understand it it
How can I store a payload into a variable for later usage?
ha, thanks! Havent seem them
hello i add advenced mod but i don t see addons
HA OS Add-on support! Additional, standalone, applications that can run on Home Assistant. Your user profile needs to have Advanced Mode enabled for some add-ons to be visible in the store. i have nothing in store
'Some'
I finally got everything run in containers on ubuntu server: ha, mosquitto, nodered, hass-configurator, portainer. Everything else seems to work fine and tandy, expect I can't edit home-assistant/config/configuration.yaml with configurator. (errno13 - permission denied). Anyone bumbed into it? Had my troubles with norered until chown rednode data folder. I assume it might be related
i create directory i need refresh something ?
how would one go about modifying the main-css file for motioneye add on?
hey guys, hacs is saying that frontend things arent loaded and i cant seem to get them to work and have no idea how to go about repairing it. thank yopu
What is the syntax for an exponent in Grafana? Online i says **, but that doesn't work. I tried **2 for ^2
you need to restart HA. Go get HACs, so much better. https://hacs.xyz/docs/installation/prerequisites
Is it possible to use the dnsmasq and AdGuard addons at the same time? I've been having issues with AdGuards DNS rewrites and I want to try to use dnsmasq instead. However, I'd also like to keep the ad blocking functionality of AdGuard
I know I'd need to keep the ports from being the same, and then set one to use the other as it's upstream servers
I think my main question would be, if I used a different port, how would I point one at the other? Can you specify ports when specifying upstream servers?
My D1 mini pro shares energy data onto HA through ESPHOME 2022.11.2 but issues with OTA updates, they finish successfully but D1 does not boot after that, soft reset or power cycle do not help. To get it working again I have to download the firmware manually install with ESPHOME-flasher. Does anyone have a similar issue, any fix or workaround will be appreciated. Same issue with D1 non pro versions as well.
hello people use https://github.com/ollo69/ha-smartthinq-sensors ?
that is not an addon. #integrations-archived
and if you have an actual question, I suggest asking it
Hi, i saw some people here on discord talking about node-red, no idea where to use it for. Could someone explain (in easy language) where this can be used for? In like where this can be used for whats not possible here in HA? pros and cons?
you'll get more from #node-red-archived
Ah sry, didnt know there was a section for it
did an HAOS update and now AppDaemon is broken 🙃
Image ghcr.io/hassio-addons/appdaemon/amd64:0.10.1 does not exist for addon_a0d7b954_appdaemon
strangely enough uninstalling and re-installing pulled it with what looks like the exact same url/tag 🤷♂️
guys im having issues with mariadb on energy cost calculations? can any1 help? im a bit lost here
@cursive bane #energy-archived ?
already posted but no luck there
since this is related to an addon o tried here
after some digging it looks like this is a "known" issue of mariadb
if only i knew
Is there a bug, with this "known issue"? Maybe you can help fix it?
Hello i've installed the SSH & Web Terminal addon
and I enabled I2C on my system
after installing i2c-tools with the command apk add i2c-tools
I've been trying to probe for i2c but all i get is a permission denied error
although i'm logged in as root and disabled Protection Mode
i still can't figure out why this is happening
can anyone help?
➜ ~ i2cdetect -y 1
Error: Could not open file `/dev/i2c-1': Operation not permitted
➜ ~ sudo i2cdetect -y 1
Error: Could not open file `/dev/i2c-1': Operation not permitted
➜ ~ whoami
root
➜ ~
are you connected to the internet ?
Yes.
found this in the forums
https://community.home-assistant.io/t/cannot-install-update-addons/285339/9
apparently someone fixed the issue by re-installing
and someone else fixed it by correcting/changing DNS servers
I tried changing DNS, really dont want to reinstall since it took me a long time the first time..
if you have a previous snapshot it makes things simpler
well (:
either you wait until someone who's more knowledgeable than me comes to the rescue
or you could take a copy of your configuration.yaml file, and re-install (:
How do I even get to the configuration.yaml file?
either with
samba
ssh
or something like the file editor addon or vscode server
what i get from your error is that the device
is not able to connect to the internet
it's either a DNS resolve issue
or maybe a firewall rule or something ...
or it is simply not connected to the internet correctly (happens to the best of us (: )
I honestly don’t know
What is the platform you’re running on ?
Running it on ubuntu on my server
Just installed it again...same issue..
completely fresh install.
I can ping google, yahoo, whatever just fine,.
Hi all - I have an issue with my deconz Add-On.
I was able to set it up fine and connect my devices, however after some random time commands are not processed anymore. In the Logs I can see that there are errors on tasks such as:
10:19:25:707 0x7CB03EAA00AC85E2 error APSDE-DATA.confirm: 0xD0 on task
10:19:27:679 0x00124B002251D908 error APSDE-DATA.confirm: 0xD0 on task
10:19:31:503 0x5C0272FFFE19F896 error APSDE-DATA.confirm: 0xE9 on task
10:19:42:339 0x7CB03EAA00AC85E2 error APSDE-DATA.confirm: 0xD0 on task
10:19:53:311 0x00124B002251D908 error APSDE-DATA.confirm: 0xD0 on task
but also:
10:04:14:527 invalid current channel 0 (TODO)
Often enough I have timout on tasks, and taks are getting dropped after a while:
14:44:00:528 timeout on poll APS confirm
--> When I restart the plugin it works great, this behaviour kicks in after a random while
Any help apreciated! ❤️
I've got the log viewer addon installed but when I look to it I only see about 5 lines of logs.... Is there a way to increase this?
does anyone know how to solve this error ?
# Trying to run i2cdetect -y 1 in the SSH & Web Terminal add-on
➜ ~ sudo i2cdetect -y 1
# Yields the following error message
Error: Could not open file `/dev/i2c-1': Operation not permitted
just installed new version of deconz add-on, nothing works anymore, what am I missing? bug or is there something else I need to update in order for it to work?
File "/usr/src/homeassistant/homeassistant/components/deconz/gateway.py", line 231, in async_config_entry_updated
File "/usr/src/homeassistant/homeassistant/components/deconz/gateway.py", line 323, in get_gateway_from_config_entry
return cast(DeconzGateway, hass.data[DECONZ_DOMAIN][config_entry.entry_id])
@mental pond you need to create a network bridge adapter and use that. not the choice in your screenshot
Can you give more details on that?
I was trying with the default selected one, not the one in the ss
Neither of those are going to work. You need to follow one of the 4 methods listed above, then you will have created one, then you choose that in the dropdown of your screenshot
thanks ill try it later
I also ran into an issue where..now the IP for my server is directing me to the default apache page instead of the home assistant page..
(when trying to access from other machines on network)
Pick one of those, whichever appeals to you, and then you should be good
@mental pond I just checked an ubuntu live usb and nm-connection-editor is available there, so you might use that method
What for?
Specifically, these instructions: https://www.tecmint.com/create-network-bridge-in-ubuntu/#nm-connection
And hopefully you're using ethernet and not trying to bridge WiFi on a laptop
its running on an hp proliant server
Ubuntu on the server, using KVM and virt-manager for the homeassistant vm
Since Alarmo is really only designed to call a singular item (For the action), is it better to have it call an automation rather than just turning on lights or whatever? I am wanting lights to turn red and then play a sound on my speakers.
I restored home assistant from a pi3 backup to a pi4. Everything works BUT ESPHOME. I tried to remove and re-install the plug in several times. Thats in the logs:
2022-12-07 17:48:32,706 WARNING 403 GET /ace (0.0.0.0) 1.21ms
2022-12-07 17:48:37,781 WARNING 403 GET /ace (0.0.0.0) 1.02ms
etc. for all /xxx paths.
Any hints how to fix this?
I'm having issues with DNS rewrites in AdGuard and I'd like to try dnsmasq while retaining the ad-blocking functionality of AdGuard.
Would it work to run dnsmasq on port 53, run adguard on port 12345, then set dnsmasq to use adguard on port 12345 as the upstream DNS server?
And if so can I set it to localhost:12345? (since both addons are running on the same machine)
I was using the z2m addon fine for the past few years. I recently updated the z2m addon and HA core, and it looks like all the zigbee devices. Seems like it is an issue with MQTT server somehow, as the data is coming in to the Z2M addon and device status is reflected properly there
where did the add-ons move to in the most recent release? I am trying to add mosquitto mqtt and i cant even find the add-on anymore
its not there for me
5th down is dashboards
Home Assistant 2022.11.5
Frontend 20221108.0 - latest
thats the version i am on
not sure, sorry
😦 ok
mine shows up right above dashboards and i am on same version
area & zones is above dashboards for me
i even did a fresh install. what the heck
@dry mortar are you running it in docker?
I am running Hassio so no
ah that must be it
can anyone help me with the MQTT / Zigbee2MQTT addon configuration? It's driving me crazy
I'm running zigbee2mqtt and mqtt in my instance but I can't see any of the devices I'm adding to zigbee2mqtt show up in the devices list in Home assistant
so I suspect I'm having connectivity issues between the two addons
and I don't really know how to debug it since I haven't touched the configuration and in theory they should just know how to talk to each other
but they don't seem to
not sure where to go from there
After upgrading to 12.1, all tasmota devices are not available
I have about 8 devices, and all are not connectinng
I have rebooted the server, as well as the integrations
what do you mean by 12.1?
@cunning pine I converted your message into a file since it's above 15 lines :+1:
Try restarting your mqtt server. I think I had a similar issue and that fixed it for me. Worth a try at least if you haven't tried that already
Tasmota version 12.1
No HA 12.1
oh
I have restarted the broker in HA
Rarely I also get a "502: Bad Gateway" when trying to view the addon
Issues resolved - MQTT Integration removed user ID, so Tasmota failed
Nice. When I have issues with my tasmota devices it usually has something to do with the mqtt broker
can someone explain to me how to use the customization of the mosquitto addon? I use tasmota and zigbee2mqtt and both failed when enabling customization and creating the acl files in the share/mosquitto folder. couldn't figure out why as I some at least some connections in the mosquitto logs.. though not as many as normal
disabling customization immediately made everything work again
and I saw nothing in the mosquitto log to hint at what the problem might be
judging by this I did everything I was supposed to do.. https://community.home-assistant.io/t/mosquitto-mqtt-broker-customize-configuration-for-addons-and-repositories/466860
ahh! I think I found my mistake
I did 🙂
now to figure out how to add additional configuration items
can I just stick .conf files in the directory and have them loaded automatically?
Hi everyone, I want to ask where is the json in the home assistant stored? Because I want to delete the data in the json file
so I use add-ons where these add-ons store data in json form, the data is stored in the share folder, so maybe you know where the share folder is?
thankyou in advance
Hi Guys,
I'm having a strange issue with NGINX Proxy Manager Add-on.
After a host restart, it now does not recognize my auth credentials, it recognize de default admin@example.com.
All my hosts are working, but once I login with the admin@example.com I have no hosts on dashboard 😐
Re-installing the addon solved the issue.
I am trying to use the "SSH & Web Terminal" add-on. I am running hassos in a vm, I want to edit the configs from a remote machine using vscode with the remote addon but I get an error The remote host may not meet VS Code Server's prerequisites for glibc and libstdc++ Is there a way to get it to work with this addon?
it's one level up from the config folder
are you connecting to a machine hosting ssh?
I am trying to get my UPS connected via USB to my Home Assistant. I know I have to use the NUT add on but I am not sure the configuration steps I have to take. My UPS is an APC Back-UPS Pro 1500.
This is what I have for config: - name: Main_UPS driver: usbhid-ups port: /devices/pci0000:00/0000:00:14.0/usb1/1-4 config: - vendorid = 051d - desc = APC_UPS_Pro_1500
hey guys. studio code server wont start for some reason
it when i click start it just loads for a sec but never starts
Are you running it on something with enough memory? What do the addon logs show?
the log shows no errors.
https://pastebin.com/hYNK829W
i just installed a new drive then restored it from a backup
it worked before
It is the machine running hassio I am running the ssh-addon. in the meantime I am connecting to the shared folder using sshfs.
Anyone know of an addon to be able to use subversion? I use it for almost all my coding and would like to apply it to HAOS if I re-create my system in that. (Currently running both HAOS and unsupported supervised installs as a test.)
For anyone using the Samba Backup add-on: do I place the configuration from the documentation straight in configuration.yaml without any header? Like i.e. afvalbeheer:
- some config: etc...
In other words: on the level of afvalbeheer, or am I missing something? 🙂
@mental kiln there is no configuration for an add-on which should be placed in configuration.yaml
the configuration for add-ons is done on the corresponding tab
Oh thank you! I knew I was missing something. 🙂
I have trouble using hass-cli, when i use curl to poll my API get API running but when i try the same server/token with hass-cli I get 404 Client Error
nvm https://github.com/home-assistant-ecosystem/home-assistant-cli/issues/378
Hi, my Mosquitto broker is disconnecting after a period of time. Any ideas how to solve it?
So I fired up the Blue connected to a monitor and keyboard, and I’m trying to diagnose the why I can’t start the UniFi Controller add-on anymore…
Using netstat command - results are too long, and I can’t scroll up… any suggestions?
Ok, so I figured out how to filter for port 10001
udp 0 0 :::10001 :::* 5605/docker-proxy```
Any idea what that means?
@raven tinsel Sorry to bug you, buddy. But for whatever reason, I cannot start my Unifi Controller add-on, anymore. It says that "port 10001 is already in use on the host". I don't recall adding any other add-ons that took port 10001 - but the Unifi Controller needs it for discovery. I pasted the two lines that I got out of the netstat command. Is there any way I can continue to go down this rabbit hole and learn any more useful debugging information?
so the ssh/terminal addon, I set port 2222 but the HA ip 2222 isn't listening after starting it. What am I doing wrong?
Did anyone have any issues with esphome after the update. i had to roll back before anything esphome related would work
also to the devs, thank you for making downgrading so easy!
Anyone know how I can hook up my APC UPS via the USB cable and have HA recognize it?
The UPS tools add-on looks to be a network UPS addon
NUT
im trying to use MotionEye to stream my klipper camera in home assistant (and into Apple Home).. but outside of MotionEye, the stream wont work. It says "Unavailable" in the integration. Not sure what i missed or what steps to take next
@inland warren I converted your message into a file since it's above 15 lines :+1:
Can someone help with bar card. Style commands are not working at all
All other commands are working fine.
@civic hinge I converted your message into a file since it's above 15 lines :+1:
Not an addon. #frontend-archived
@ebon basin I converted your message into a file since it's above 15 lines :+1:
Hi,
I'm writing on my first addon:
I have a config scheme:
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)
mounts:
- path: str
unc: "match(^\\/\\/[\\w\\.\\/]+$)"
username: str
password: password
And I fetch the value of mounts in that way:
mounts=$(bashio::config 'mounts')
But when I try to iterate over mounts, I doesn't work:
for i in "${mounts[@]}"; do
echo "Mount: $i"
done
Output:
Mount: {"path":"/media/external","unc":"//192.168.178.xxx/media","username":"myusername","password":"mypassword"}
{"path":"/share/external","unc":"//192.168.178.xxx/shared","username":"myusername","password":"mypassword"}
There is only one element in that array.
Where is my fault?
Recently purchased another LocalBytes plug, which is flashed with Tasmota and this one doesn't seem to show on my MQTT integration.
I can see the device connecting in the Mosquitto logs, but nothing on the integration.
Have confirmed the setup is the same between my working plugs and this one (correct IP/username/password).
The only difference I can see with the plug is the version of Tasmota (10 vs 12).
Anyone any idea what the issue could be?
Does anybody use SSH via an Android app to access files and make edits? I'm looking for an app that allows me to just make simple edits to the yaml files without having to pull out my laptop. And VSC is terrible on my mobile device.
Sorry I solved my own question it seems the z-wave js integration has been renamed to just zwave...
Nevermind.
Is it possible to hit addon's APIs from outside of HA? Like if I had a separate app that needed to query or configure my AdGuard Home add-on, is it possible to call AdGuard's REST API?
Yes
How would one do so... what would the endpoint to hit the particular addon be (or where would it be found)
Adguard needs some ports mapped or use the host network to act as dns right? So you direct these api calls to its frontend and maybe expose the frontends port to the net
Sure... I mean 53 will be open to the host. I guess I'm just not clear how ingress plays into it, my impression is that everything was proxied through HA except for certain specific ports (like 53, in AdGuards case) that needed to be passed through
I'm not sure where to direct the API calls to, as the only way I'm aware of hitting the frontend is via HA itself
You usually configure the bridged ports in the addon config. Usually you have to make these addons allow anonymized access and config auth yourself. Ingress will stop working afterwards and you can only access it with direct port
I'm trying to use Dnsmasq and AdGuard. Is there a way I can have Dnsmasq sit in front of AdGuard. It doesn't seem like it's valid to specify ports along with the IP in the defaults section in the Dnsmasq config
For some background, I see instability with AdGuards DNS rewrites so I want to try Dnsmasq instead, but also want to retain the ad-blocking behavior
Nvm just think I found it in the docs
Strange they decide to use # instead of :
has something changed in Mosquitto broker addon recently? It seems that all my third party devices are still connecting to my MQTT broker, but when im trying to connect to the server using MQTT-Explorer or even mosquitto_sub command, im getting "connection refused" error
Can anyone tell me what this log error could mean? "Error handling request; components/hassio/http.py" I think it may have something to do with my Zerotier addon being unable to reach the zerotier server(s).
then I have already seen the documentation of the added component in question but I wanted the problem to be precisely the fact that I click start in the registry from which it is starting but then it actually doesn't start and ask you if you could solve this problem for me. Then looking online since I saw that the component didn't work I saw that I can access YAMl files also through the program only that by following the guides I found it doesn't work and I wanted to ask you if you could solve it for me @raven tinsel
I'm not sure if I follow your problem / question, sorry :S
if you want I can explain it to you better? @raven tinsel
we can't arrange a remote desktop session please in the package i bought it is included @raven tinsel
Package that is included?
I don't do remote desktop sessions, sorry. I don't want to have access to systems of other people.
Yes, please, try to explain it better, what are you trying to do, that isn't working?
in your patreon you say something completely different
ok I'll explain it to you better
No I don't. That is my patreon. If you sponsor me, you have access to private channels on the community add-ons server (which is my personal server, not this Discord server).
Can I also send you a video where I explain the problem?
I'm happy to help you in a that channel as well. But I won't be doing remote desktop sessions, unless things are absolutely problematic in a way that it can't be resolved otherwise.
Sure, do that in the Community add-ons discord server please. Thanks 👍
wait a minute I can send you everything in this chat did I get it right?
No you didn't get it right
This is the Home Assistant server. As I redirected you in another channel as well, please go to the community add-on discord server for this, as linked in the add-on documentation.
I've mentioned/pinged you on the other server. Let continue the conversation there
? I already did send you a notification.
I can't learn you how Discord works, please check your sidebar in Discord.
new issue: i've been trying to copy files to /media using the smb extension, but windows keeps saying an unepxected network error occured
error 0x8007003b
I don't have an add on store on my docker installation of home assistant, why not?
just found out it's only in the supervised version
Because docker installs don't have add-ons. The good news is, add-ons are docker containers
It's in HAOS, don't run Supervised.
how would I get the duckdns addon?
Run a docker container that does the same things 😉
well, I have a duckdns container if that's what you mean
Voilà, you're done. Just need to hook it up 🙂
I have no idea what your setup is like, but presumably as you have the container you have instructions for the container? I'd start there 😛
I have it setup through docker-compose---
version: "2.1"
services:
duckdns:
image: lscr.io/linuxserver/duckdns:latest
container_name: duckdns
environment:
- PUID=1027 #optional
- PGID=100 #optional
- TZ=Europe/Amsterdam
- SUBDOMAINS=
- TOKEN=
- LOG_FILE=false #optional
volumes:
- /volume1/docker/duckdns:/config #optional
restart: unless-stopped
how do I tell it to link the subdomain to my home assistant?
it's like every guide is missing that part and assumes it's general knowledge
/volume1/docker/duckdns:/config < There
Please use a code share site to share code or logs, for example:
- http://pastie.org/ (select YAML for the language)
- https://dpaste.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.
this map is empty
thanks for helping and being patient btw :p
can you please explain? I still haven't figured it out
I just want to link the subdomain I created to the local port of my home assistant
I don't use DuckDNS. As I said, there should be instructions with the docker container 🤷♀️
what method do you use to remote access home assistant?
Reverse Proxy through Caddy2
I would stick with something simpler to start with, like Nabu Casa. You can always reinvent the wheel later
👍 thanks
I've setup a reverse proxy before
for another docker container
but for home assistant I get "400: bad request"
Did you check the docs? Because you have to configure the http integration
Specifically trusted_proxies and use_x_forwarded_for
I'm making progress
I can reach it now through my reverse proxy
I just get a windows saying "Unable to connect to Home Assistant"
Login attempt failed
Login attempt or request with invalid authentication from .....
So I created a Helper for a lighting(switch) group. I eventually found out where entities are in the group. I don't understand what is the point this you can't modify a group after creating it? Whats it helping?
You can. It's the blue link text above the entity id
The one called "Group Options"
Hello! i'm facing this problem when i'm trying to upload my code on my node :
xtensa-lx106-elf-g++: fatal error: Killed signal terminated program cc1plus compilation terminated. I'm using a Raspberry PI 3 B+. Please tell me that I don't have to buy a RPi4, i'm enraged thinking that it's PLanned obsolescence!
Everyting was working fine before i don't understand how my RPI can be "Not powerful enough" now
Thanks
Anyone know another way to install HACS, apparently libre elec has a cut down version of bash / sh so it can't run
couple of things you can try.
1> apply pending updates for esphome if any.
2> use update all button to upload your code.
3> goto esphome --> configuration --> show unused optional config --> compile process limit to "1"
4> restart esphome addon
if above fails reboot HA from terminal.
Hi. I installed the adguard addon in HA. I setup my router to use it as the local DNS (confirmed by my PC, ipconfig /all). Adguard isn't really being used though, the statistics isn't updating. In the setup guide of Adguard, it only lists the IP "127.0.0.1
", not the IP of the RPI it's running on. Do I need to change any settings? the documentation and tutorials don't mention anything else
Is your Pi set to a static IP address, also could you paste your start up logs from the add on? That'll show if there's any issues when it's trying to bind to that port.
Apologies as i have asked the same question a couple of days ago, but i dont think anyone answered. Im using "Mosquitto broker" addon and since recently im no longer able to connect to MQTT from my desktop. Getting a "connection refused" error both in MQTT-Explorer and mosquito_sub. Has anyone had a similar issue?
That's not an addon. #frontend-archived for that kind of thing
checked credentials and port?
k, thx
Yeah. All is good
In Mosquitto broker log file ive got loads of:
error: received null username, clientid or topic, or access is equal or less than 0 for acl check
error
dinth@dinth-desktop-linux:~/Downloads$ mosquitto_sub -h 10.10.1.13 -p 1883 -u Xxx -P Xxx -t home_assistant Error: Connection refused
are you using a configured acl file?
nope, i dont think i have changed anything from defaults except of username and password
you dont need to enter user/password if you use the HA users as a credential
basically, no config for the add-on will be a working broker
install it and start it
and then any clients use the credentials for one of your ha users
But you can also leave it, that's fine
yeah, this is for "backwards compatibility" - had loads of devices sending mqtt data to my old broker and a couple of years ago i have done an in-place swap of standalone MQTT with Mosquitto broker addon
and everything was working fine until recently
funnily enough, all the external devices which were connecting to the broker are still able to connect to it. Just my desktop is not able
Hmm, i havent, just tried restarting addon on its own
will try that tomorrow, ive got a couple of night-time automations running at the moment
root@core-mosquitto:/etc/mosquitto# cat ./acl user homeassistant user addons user XXX [same username as in credentials i used]
Does anyone know how to get the maridb addon into forcing recovery. The setting is named innodb_force_recovery=1 , but I am unable to get it to work
how to pass ingress urls to ingress addons from lovelace redirects properly? stuff like /directory/place or ?args=val are ignored completely and replaced with /dashboard ?????
Thank you ! I did that!
it works
I have a question. I updated HA and it broke my SD card! (it happened! Do some BAck up people!) My node are still working as intened, i still have all my effects on my LEDs, is there a way to extract the Yaml Code from this so I don't have to redo them? thanks!
What do you mean by broke your SD card? By "My node are still working as intended"... are you referring to NodeRed on your instance, or something else?
I mean my RPi was not giving any sign of reading the SD card ( the green LED), the network HA was not booting but once I install HA on a new card, my ESP home nodes were still acting as usual. I could control them the same way as before on the new HA interface using the new SD card
Are you able to connect to, either via SSH or at least through a monitor on the Pi to see what might be going on
No i as just using the HA interface I don't have anything connected to the PI
Are you able to connect to it, there's a chance something w/ the update just went wrong
I'll put My Old SD card in it and plug Screen and Keyboard, what should I expect?
just so you know, when I plug my SD card on my computer there is not HASSIO drive anymore, there is just an error message from windows telling me the card needs to be formated
If it's actually corrupt, you'll likely see some type of boot disk error and not get very far
ok so SHould I try it? or it's definitally corrupt and I can't do much
even saving some simple *.yaml and *.h files..
Worth a shot? Don't see why you wouldn't try it and see what happens. It doesn't sound like you've got access to it via Windows, so without backups you may be out of luck
@ebon wyvern windows can't read the SD card and offers to format it. That's normal
There are many partitions on the SD. There is only one partition windows can recognize and that is the FAT32 partition
Don't take up the offer to format it.
I updated to latest Home Assistant OS suggested by supervisor yesterday on RPI4 2GB and the same issue for me as well.
First the date and time got messed up which caused issues with my history data so I attempted a reboot but no longer succeeds. Is anyone having similar issues with the os upgrade.
not sure if this is the correct channel... but I have set up cloud flare addon correctly, I was using up to now duckdns with port forwarding... is there any way I can redirect my old duckdns domain to the new one? I have a good bunch of services using it and it'd be much easier for me to just redirect than going one by one changing it to the new domain (I'll do that anyway in the future)
Doesn't appear that you could point DuckDNS at the CF Tunnel since DuckDNS needs an IP to target
and is there any way to edit integration configurations? some of the ones I had asked at some point my public URL and if I can't edit them manually I'll have to go one by one and create new tokens with all the services to set up everything again
Which integrations? Many have either a Configure button and/or a System Options on the
menu
I'd think most of the HA side of things should be using the external_url configured in HA and not require you to provide it for each config
You may need to go to the other side (the service provider) if you've got some cloud integrations that talk back to your public instance to update the URL
google stuff and samsung
just realised that the samsung stuff isn't working because the fridge isn't connected to the samsung account somehow, but google assistant just doesn't detect any of the devices, so I guess I'll have to go to google settings
Yeah with Google, there are some settings you'll need to adjust w/ your new hostname
Hi, I want to use HA with ESPHome, I installed HAOS on a Linux VM and used a bridge to connect to my network, I setup HA and now want to start with ESPHome. There's only one problem, I can't "pair" my ESP trough my PC because I don't have SSL installed and I can't do it trough the device running HAOS because it is a VM. I started setting us SSL with DuckDNS and NGINX following a YouTube tutorial (https://www.youtube.com/watch?v=zbchVXoMskk&ab_channel=SpeaktotheGeek). I unfortunately encountered a problem. I can't access HA trough SSL. I watched the tutorial again, and reinstalled the addons to no avail. Is there any solution to this problem?
Best place to start is explaining what the problem you're running into is. Are there any errors you're seeing?
Nothing on DuckDNS and NGINX. NGINX just says running as the latest log message
and when you try to visit your DuckDNS URL?
Well this is kind of wierd, when going to the URL:'my port' is says DuckDNS refused to connect, but when I remove the port number from the URL it establishes some sort of connection and says '400 Bad Request'
I don't know if the fact that it is connecting without a port is because it connect to the DuckDNS servers, not my HA
If it's your subdomain w/ duckdns, it'll be connecting directly to your HA instance (assuming that you've got port forwarding configured correctly on your router)
even if I don't add the port to my subdomain w/ duckdns?
Still yes, it'd just be going to port 80 (if using http).
The tutorial explicitly said to connect using https
I just checked and using http it also refuses to connect
Are you trying to use port 8126 as that video explains?
yes
correct
Connection refused with that?
What if you hit https://your.internal.ip.here:8126/
^^ replace that w/ your local IP
It says:
Change the ports on your host that are exposed by the add-on
8126 443/tcp
Show disabled ports
wait
sorry
I misread your message
I typed my public IP, in the local IP it says '400 Bad Request
The plain HTTP request was sent to HTTPS port
nginx'
That's in HTTP mode, in HTTPS it says 'this site can't be reached ERR_SSL_UNRECOGNIZED_NAME_ALERT
'
and that's different than if you use your duckdns hostname, right?
Can you login to DuckDNS and confirm your subdomain is set to the right IP?
yes, with DuckDNS it refuses
the ip is my public IP
Maybe my NGINX/DuckDNS setup is incorrect?
You had stated "Nothing on DuckDNS" for logs before.... were there really 0 logs there?
You should've seen it create a certificate and other set up items
Oh
Well, the certificate was generated and I have logs from the startup sequence I meant no logs while trying to connect. DuckDNS just checks for the IP once in a while and says 'NOCHANGE'
Alright, yeah there wouldn't be logs for connection on that addon
Is my NGINX somehow wrongly configured, or maybe configuration.yaml?
You mind sharing your domain? Or if you'd like to DM it. Seems odd that you're getting different responses between your DuckDNS name and your IP address if they actually match and you don't have a bad value cached
ok
gimme a sec
or maybe I should check on Let's Encrypt if my domain is registered?
🤷♂️ As long as you have the cert, you're good
Oh ok
and you started NGINX after getting DuckDNS configured and started, right?
Since it'll use that cert file
yes
and assuming all was clean on NGINX start up?
it always shows this:
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
[14:56:42] INFO: Running nginx...
I don't see anything wrong, the only difference between my experience and the tutorial was that I needed to add the domain to DuckDNS troug YAML not the default
I'm seeing a timeout when trying to hit your IP... I'm thinking it's back to a router config issue
what part of the config?
So this is my config:
Protocol: TCP
WAN Host IP Adress: 'my-ip'~'my-ip'
LAN Host: 'my-ip'
WAN Port: 8126~8126
LAN Host Port: 8126~8126
by my-ip I mean HA ip
The WAN and LAN IPs are different
yes?
the WAN IP is your ISP issued IP, your public/external IP
no, its just in WAN it asks for an IP range, so I just put the same thing in the range, just like in WAN Port
Oh jeez
I just looked at my earlier Port Forwards, I just left the WAN IP blank, maybe that's the issue?
Yeah, leaving it blank would make sense
I tried connecting and now it still shows and error message, but now instead of 'refused to connect' is says 'can't be reached'
gimme a sec, I'll restart HAOS after that change
maybe I just redo the tutorial, while debugging I lost track of what I've changed
I'd guess that one of the config pieces is slightly off
Why did you have to add the domain to DuckDNS through YAML and not the config screen
Keep in mind that all of the DuckDNS config will not have the port number attached to it
To anyone using Frigate in HA with a Coral accelerator,
- What kind of HA install are you using (VM or HAOS or other)?
- What kind of computer are you running it on?
- What steps did you take, if any, to get the Coral accelerator to work with everything?
You might have better luck in #cameras-archived
Hi, it's me again, I need to add the domain in YAML because the box in seen in the tutorial does not appear on my end
Yup
Ok
I have some updates, I just redid the whole tutorial with the new port forward, and everything is working great! The only thing left is to add the code the guy talks about so that ESPHome works
Thanks NSX, you saved me probably WEEKS of debugging, or just giving up. Really helpful. But unfortunately I cannot pair my ESP8266
I press 'new device' named everything and set no password, pressed connect, chose my device and my ESP starts flashing but it then says 'unable to compile the configuration'
Unfortunately, I'm not familiar w/ any of the ESP stuff. There's no additional logs that helps point you in the direction of what issues it experienced?
Nope, but you've helped me enough I think I'll manage to find a way, again thanks for all the help
Awesome, you bet
No idea why, but Alarmo now uses Grey icons for Disarmed and Green for Armed. Previously they(and every other alarm system since the beginning of time) used Green=Disarmed & Red=Armed.
this will be the inconsequential thing i'll bitch about today.
Am I supposed to be able to see "add-ons" under the Settings menu?
If you have HA OS installed
ah, I have Core
I used these instructions:
https://www.home-assistant.io/installation/linux#install-home-assistant-core
Venv is going to be your basic home assistant server, which is fine. But no addon store
seems more like a python wheel vs. docker
Well you probably would have installed docker first in order to run the container installation
So you have the basic old school Linux and python install of HA
All integrations are the same, and the custom integrations
The HACs store for custom integrations is still available to you
Home Assistant Cloud = HAC?
Lol. There are too many HAC acronyms, but no
:/
Custom integrations are unapproved integrations. Not in the official list
ultimately, I want tts to play out of at least one of my echo devices - and instructions across the web are... obnoxiously vague for newbies
TTS and echoes don't go well together.
A media player in HA is something that can play local media.
Echoes don't do that
I have the sensor/trigger.. .just need the echo as a target...and I keep getting directed to an alexa media add-on
should I pop over to #integrations-archived for that?
First you'll probably want HACs
HACS gives you a powerful UI to handle downloads of all your custom needs.
You can install custom integrations manually. But HACs gives you a common place to browse all of them
oooh... that is what that is... thank you, lol
thank you!!!
@sly kindle : got it all set - thank you for coming in clutch there!
Is there a way to connect a local vscode client to the vscode server of the vscode-addon? Or is the only way to use the web-ui?
Only via the webui
I upgraded to Core Version: 2022.12.6 yesterday, and suddenly my zigbee devices are offline and I don't see state changes for my binary sensors. Using Zigbee2MQTT with Mosquitto broker and using SONOFF ZBDongle-E
I saw something about zig stuff changing. Check the release notes
Hi everybody!! I need some help to setup a Tasmota device… my setup is:
Home Assistant OS installed on a VMM of a Synology NAS, installed addon TasmoAdmin to see a board with 16 relays made by LC Tech with Tasmota firmware onboard. HAOS can see only 8 relays … but in the web panel of the Tasmota device I can see 16… any suggestion?!
@rotund elk I converted your message into a file since it's above 15 lines :+1:
@rotund elk You installed https://github.com/zachowj/hass-node-red#hacs and added the integration?
Thank you very much!! This installation version solved my issue!
I did it by HACS->Integration than search for Node-RED Companion download it.
That this second step is needed I wasn’t know.
Thanks again for the short term response!!!
Nice, you bet
How can I access the vscode server addon webui directly, without going through hass? i.e http://a0d7b954-vscode:1337/ ? zi looked in the config but there does not seem to be any options related to this.
I think that direct access was removed at some point, but I can't find evidence of that in the docs. There's no port configuration in the config
I see that it had direct access back in 2020, but was removed since
⚠️ Breaking change: Direct access to the add-on has been removed in favor of easier maintenance and Ingress. With Home Assistant now having Safe Mode, direct access has lost its importance.
So, you can't.
hi there ,Im having a problem with zwave js. it starts but dosnt load drivers and stops. here are my logs
you want #zwave-archived
Hi all - has anyone here set up the ring-mqtt addon (https://github.com/tsightler/ring-mqtt/wiki) - I'm trying to follow the instructions on the wiki and so far I've:
- set up the Mosquitto broker using instructions that The Home Automation Guy provides.
- Added the ring-mqtt config to my docker compose yaml file
- Installed the MQTT integration in HA
But I'm not seeing any additional entities for my Ring Cameras. Feels like I"m missing something obvious but can't work it out.
@static vale are you alive?
Can some one help me out, I updated my ha setup from 2022.10 to 2022.12-6 and I lost a few important mqtt sensor entities like the action entity for all my Ikea E1743 switches and the local_temperature of my Sinope thermostats. I am running the latest release (1.28.4-1) of zigbee2 mqtt. On the zigbee2mqtt forum, they tell me that it is a HA problem. When I watch the mqtt messages on the zigbee2mqtt topic, I see the actions for the Ikea buttons ant the local temperature from the Sinope devices. On the homeassistant topic, I only see the configuration topic (i.e. : homeassistant/device_automation/0x14b457fffe3dfc19/action_arrow_right_release/config). Any idea what the issue is and how to solve it to get back the action from my switches and temperature from my thermostats? Thanks.
I'm trying to access Tasmota admin via. Nabu casa link. However when i'm trying to do so, i get a connection refused. Anyone that have tried something like this and know what the solution is? Thanks
Fron the addon site, simply clicking open web site. This end up with a nabu case link somelinklink..ui.nabu.casa:9541.
I see makes sense, thanks !
Only addons that support Ingress can be accessed through that link, and access goes through HA
@tough stratus yes I am but super busy lately, what's the matter?
What's the difference between the z-wave js and z-wave js UI addons? It seems like it's the same thing but also with a UI? I already have the non-UI one set up, but wanted to see what the UI one offered
I've started up the UI addon and shut down the other one, but I get this error:
Controller status: Driver: Failed to open the serial port: Error Resource temporarily unavailable Cannot lock port (ZW0100)
Not sure why it wouldn't be able to lock the device since the other addon is stopped
Seems like I may have needed to uninstall the other one
Hi guys, is there a way to automate backups towards syncthing? I saw an integration, but it looks only be for statistics, not for actually do syncing. Is there any add on for syncing backups to another machine in the network?
Hi guys. Just upgraded the ssh-addon the other day without issues. Now just got client_loop: send disconnect: Broken pipe on all logged in ssh sessions. What?
are you still working on your addons? I saw almost 600 unsolved issues and 63 unmerged PRs in https://github.com/rospogrigio/localtuya/issues so i was wondering if it was unmaintained
Hey everyone, I'm having an issue with the Add-Ons in my Home Assistant. For some reason my Core Addon Tab is missing and I can't install the file editor... can someone help me please? 😦
I'm using the Nginx add on (the official hass one) and I want to add additional configuration to it
I need to add active: true to enable customization but in /share I don't see any of the files referenced
do I need to add a /share/nginx_proxy_default*.conf ? if so what goes in there to continue "the default" so I can add against it
I suspect I need something like this https://community.home-assistant.io/t/help-needed-with-the-nginx-addon-for-hassio/105856/26
Can you navigate to /hassio/dashboard directly?
I actually got it fixed in a different channel, thank you 🤗
What are the risks, if any, in using the Influxdb addon? I see that it is not maintained anymore?
@iron parcel I converted your message into a file since it's above 15 lines :+1:
I don't know if it is your issue, but there is a config.txt
The SD has one FAT32 partition. And that is where it is
There is also a deconz discord
really? I only get an ext4 which I have to mount into a linux docker container to have access to it.
omg... I used a VM now and it showed all 8 partitions not just one. Thanks a lot. Now I can move on in my struggle.
Used a configuration already proposed in the config.txt and BAM everything works as expected.
Thanks for your support. I just needed the hint that there are more partitions 🤓
Yes but I'm pretty overwhelmed. The fact is that Tuya is a very wide platform used in many devices so I need feedback by the users before I merge the PRs. Some of them are just badly written, some are only documentation corrections. We are also struggling with the last release that gave instability problems so I am waiting for the contributor to iron them before I merge anything else because I don't want to add confusion/instability. I'm planning to add support for protocol 3.4 soon, when I receive a device that a user is sending me, but it will not happen before next month. In any case, if anybody wants to join in as a developer/maintainer/contributor he is more than welcome.
Also, people submit Issues before searching, and most of the times they don't close them when solved, which is quite annoying.
What about stale-bot? That would solve atleast one of the issues you described
Does anyone else use Grocy? I want the current stock in Grocy for my flour to stay up to date with what the load cell under the jug is reading but I can't figure it out. Can we either have the integration give a separate entity for each product in stock or have a ".get_stock" service that can give the current value of a named product?
I want the current stock in Grocy for my flour to stay up to date with what the load cell under the jug is reading
this is the level of home automation i aspire to have
Hi, I am trying to move Nginx Proxy Manager from one hassio install to another, I have created a backup and a restore to the new instance, but it look like none of my config is moving over. Is there any folder I need to restore make sure my config come across? Any help would be much appreciated
To be clear, I already have it display the weights of my various flours, rice, and sugar and there’s an automation to add to the built in HA shopping list, but Grocy gives me more freedom within itself to have a lot of good smart pantry management. It’s just unfortunate how tight the bottleneck between Grocy and HA is…
I think you could write whatever you need with the Grocy API and a shell command, if nothing else https://www.home-assistant.io/integrations/shell_command/
that's incredible. well done, love it!
Those are an easy utilization of ESPHome, some load cells and the HX711, and a Time/State automation for adding it to the shopping list
If you want a more proper guide on something like it I can help you out
And hopefully I can make something that isn’t too hacky for actually interfacing that setup with Grocy! 😂
What do the load cells look like when it's all setup? small scale/many cells for spices and smaller things, larger scale for pasta/rice/flour etc
i'm redoing my kitchen next year, it'd be a ton of work but i could integrate that right into the cabinetry.
Load cells for pantry management
I've just setup HA for the first time on a Raspberry Pi 3 B+ with a 32GB SD card. The install went well and it is up and running. I want to install the HACS integration but from Googling I see that I need to get SSH access first. I've set my profile to Advanced and try to install the SSH & Web Terminal addon. It gave an error at the end of the installation. The addon is now shown in my Add-ons area but if I try to start it I get an error ....
Failed to start add-on
Image ghcr.io/hassio-addons/ssh/aarch64:13.0.0 does not exist for addon_a0d7b954_ssh
Any ideas???
DuckDNS + NGINX SSL proxy help
My dad wants a HA instance at their place and I have a spare RPi3 that will suffice. Can I use HAOS with the WireGuard add on to connect to my server and use my reverse proxy to serve that instance? Or do I need to use debian and selfhost HA on that to be able to serve it? I selfhost another Debian+HA instance that I setup two years ago which works flawlessly with WireGuard as an apt package.
go with debian for that. container install, not supervised
Alright thanks!
does anybody have any experience with the Pimoroni Enviro+ ?
Has anyone had a similar problem with the SSH server add-ons (both of them): they work great when I login via SSH directly, but when I login via Ansible (ansible-console or in a playbook) the environment variable SUPERVISOR_TOKEN is missing, so I can't use the ha-CLI?
That's set via profile.d on login. You could run /etc/profile.d/homeassistant.sh
thanks a lot: I found the file and can now either export the token again or extract it via ansible and set the --api-token parameter – either way, it should work
Hi, I just did a restore because HA died for some reason, and none of my addons, are started, and when I click start nothing happens. Do I need to something before I can start them?
Any messages in the log tab
no, this is from the file editor
[services.d] done.
INFO:2022-12-17 20:01:44,424:hass_configurator.configurator:Starting server
INFO:2022-12-17 20:01:44,427:hass_configurator.configurator:Listening on: http://0.0.0.0:8099```
and this from google drive backup
```12-17 20:31:06 INFO Syncing Backups
12-17 20:32:49 INFO Backup directory changed
12-17 20:32:49 INFO Syncing Backups```
and yet if i click any of the addons i get pop up saying Add-on is not running, Please start it first
Try restarting your entire device
just did that
Not just a dev tools restart
unplug the pi from the power and put it back?
that didn't help but actually unplugging the pi did
I've just implemented the solution in Ansible: extracting the token and setting it as a var worked like a charm! Thanks again
Sweet, you bet
Does anyone know how to fix this error
The command '/bin/bash -o pipefail -c apk add --no-cache nodejs npm ffmpeg git && cd / && git clone https://github.com/jeroenterheerdt/ring-hassio && cd ring-hassio/ring_hassio && npm install --unsafe-perm && chmod a+x run.sh' returned a non-zero code: 127
when installing https://github.com/jeroenterheerdt/ring-hassio
`Step 5/13 : EXPOSE 3000/tcp
---> Using cache
---> a261a15709de
Step 6/13 : RUN apk add --no-cache nodejs npm ffmpeg git && cd / && git clone https://github.com/jeroenterheerdt/ring-hassio && cd ring-hassio/ring_hassio && npm install --unsafe-perm && chmod a+x run.sh
---> Running in 7862d0153f9a
/bin/bash: line 1: apk: command not found
Removing intermediate container 7862d0153f9a
22-12-18 01:06:42 INFO (SyncWorker_4) [supervisor.docker.addon] Starting build for 44c60309/amd64-addon-ringlivestream:1.35
22-12-18 01:06:44 ERROR (SyncWorker_4) [supervisor.docker.addon] Can't build 44c60309/amd64-addon-ringlivestream:1.35: The command '/bin/bash -o pipefail -c apk add --no-cache nodejs npm ffmpeg git && cd / && git clone https://github.com/jeroenterheerdt/ring-hassio && cd ring-`
@lone blade I converted your message into a file since it's above 15 lines :+1:
` ---> Using cache
---> d7d3169d3bad
Step 5/13 : EXPOSE 3000/tcp
---> Using cache
---> a261a15709de
Step 6/13 : RUN apk add --no-cache nodejs npm ffmpeg git && cd / && git clone https://github.com/jeroenterheerdt/ring-hassio && cd ring-hassio/ring_hassio && npm install --unsafe-perm && chmod a+x run.sh
---> Running in d5f4e6989fa3
/bin/bash: line 1: apk: command not found
Removing intermediate container d5f4e6989fa3`
Does anyone know of documentation that shows me how to set VaultWarden's environment variables? I'm hoping to set Looks like it's not possible yet, I'll open a PR 🙂ALLOW_SIGNUPS=false . I briefly entertained the thought of exec'ing into the container and mucking around with things, but that won't survive a container rebuild.
Posting my logs
Please use a code share site to share code or logs, for example:
- http://pastie.org/ (select YAML for the language)
- https://dpaste.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.
Is there any way to create virtual google chromecast devices? Like the reverse of AirCast? (https://github.com/hassio-addons/addon-aircast)
Is there a way to recover the admin token/password from Bitwarden?
Can somebody please explain the difference between zwave-js and zwave-js UI? When i start from sratch with zwave-js my zwave devices can be included and are showing within HA as device/entities. When i start from scratch with installing zwave-js UI i can also included devices but they won't come up as devices/entities. Having both active seems to give problems with connection to the zwave stick i have.
Am i doing something wrong?
Or am I exporting my vault and reinstalling Bitwarden from scratch?
exporting your vault to a secure location is never a bad idea when in doubt
can someone help me with this, please? https://discord.com/channels/330944238910963714/1053591770748964914
Hey guys, i'm trying to change the color of a mushroom chip according to a numeric value, is this possible? The chip shows the difference between trv setting temp and actual room temp..
Is this possible?
that's a #frontend-archived card, not an addon
I'm getting this error The command '/bin/bash -o pipefail -c apk add --no-cache nodejs npm ffmpeg git && cd / && git clone https://github.com/jeroenterheerdt/ring-hassio && cd ring-hassio/ring_hassio && npm install --unsafe-perm && chmod a+x run.sh' returned a non-zero code: 127 when trying to install https://github.com/jeroenterheerdt/ring-hassio
Logs: http://pastie.org/p/6LHSdUTBaTKOzxRsISpaPq
Does anyone know how to fix this?
hello, im having issues with Zigbee2MQTT - i add the repo but no button appears to install Zigbee2MQTT
I'm trying to get Zigbee2MQTT running for the first time, and I'm hitting this with Z2M trying to talk to Mosquitto:
2022-12-18 13:23:12: New connection from 172.30.33.4:38610 on port 1883.
error: received null username or password for unpwd check
Since that's supposed to be automatically populated from my HA (according to the config page)...I'm a bit stuck,
...and on the Z2M side I'm seeing kind of what you'd expect:
Zigbee2MQTT:error 2022-12-18 13:29:43: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2022-12-18 13:29:43: MQTT failed to connect, exiting...
how can I connect to ring MQTT RTSP feed? does anyone have any guides I am very stook? thanks
did you get it sorted?
Rtsp in mqtt? I have my doubts
in THIS economy?
I just set up TOTP on all my accounts yesterday, I hope exporting and re-importing my vault doesn't mess that up
I guess I could always run a backup before I do it, so if it messes up I can just reflect repent restore
a export contains everything you need, including totp keys. but yeah better safe than sorry
yeah locking myself out of everything while trying to fix a relatively minor problem would be pretty classic me
Hi! I'm having issues with the adguard add-on crashing every few hours, as described on https://github.com/hassio-addons/addon-adguard-home/issues/367
I'm wondering what I could do to troubleshoot it
Can I get some support with this? DuckDNS + NGINX Proxy SSL https://discord.com/channels/330944238910963714/1053591770748964914
I'm trying to make my own add-on but when i try to install it i get this error.
Can't install ghcr.io/home-assistant/amd64-addon-example:dev: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=dev&fromImage=ghcr.io%2Fhome-assistant%2Famd64-addon-example&platform=linux%2Famd64: Internal Server Error ("manifest unknown")
Project URL: https://github.com/faab007nl/ilo3_rest_api
Hi guys, i installed adguard, since i activated it i can't access devices with their names anymore, but only by ip address, for example i used to access my router with fritz.box now it doesn't work, any suggestions? I state that nginx ssl proxy is installed on my HA OS
having a issue with node red, installed it, its running according to logs, but addon page shows the start button and sidebar tells me to start it?
Hi,
I installed the "Log Viewer" addon recently.
Can this webui only be accessed from within HA? Or should I be able to somehow open the viewer in a browser? If so, what port is it on?
For example: My HA is running on http://192.x.x.8:8123
What URL should I use to open the Log Viewer?
I'm pretty sure there's a place to specify a port in the config
I can see it right in the repo:
ports_description:
80/tcp: Web interface (Not required for Ingress)
I indeed tried port 80 and also port 7422 that I saw in the log. But both say "connection refused".
Aaaaaah, that was it. Thank you.
I thought the greyed out "80/tcp" was the default.
Now it works as expected. 🙂
I have a question about the Unifi Network Application.
If I run it on a remote connection, it won't open the web ui, (I opened all the ports on my router), It will work on a local connection. But then I'm required to go thrue to setup process of a 'new' account, while I already have a 'controller' running on my laptop for testing. Is it possible to transfer the controller to HA?
yes you can migrate the controller
Probably asked and answered numerous times in here but answer not found in the Googles...
HA installed on RPi. NR as Add-On. How do I get access to the NR container file path?
I will try to look for it. Is it wise to run unifi controller on a RPI?
I'm having some difficulty setting up nginx (or, I think, plumbing HA through to it). I have HA accessible via http on port 8123. Using my private CA, I generated and signed a key and cert (full path to CA root) for HA, copied them into ssl/ . Then I configured the nginx addon to use those serts, set my domainname to the FQDN of my HA instance, and restarted the nginx addon. However, instead of getting HA on 443, I get "400 bad request". (Though it's a 400 with a padlock, so I believe the CA trust, crypto parameters, etc are all set correctly.)
After several min, I don't see anything related to my request in the logs. The logs are as follows:
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
[17:27:50] INFO: Running nginx...
I don't have a good understanding of HA/addons' internal plumbing, and I'm new to nginx. Any suggestions to what to try/check/google next?
Maybe I'm not using Google well... still can't figure out how to access the NR container path (as add-on) from HA. Suggestions?
@scarlet sonnet what are you trying to do?
Node Red is using a File Write node, but it's saving inside the NR container. I don't know how to get the file OUT of the container.
(NR installed as add-on with HA running on RPi)
🤣 is this non-trivial?
Hm. I haven't tried the nodered addon (I run a separate VM for NR) but in other containery contexts, you want to know what volumes are mounted into/out of the container. Have you seen any HA commands that let you examine the running addons/containers/mountpoints? That should show you where it is 'going'. You might be also able to mount a filesystem from somewhere else (say an SMB or NFS server elsewhere on your LAN[). Or add some type of send file node (scp, etc) after the local file write, to get a copy sent elsewhere.
Hm. Interesting. I mean I can use an Exec node to run a linux command and get the debug, which is how I figured out I had a different file system going. lol Hm.
Unless HA very-strangely mounts the docker socket into the running container, you'll probably need to run the commands on the bare host, or in a privileged container.
yeah I see how you would do it from the bare host, see e.g. https://community.home-assistant.io/t/bind-new-volume-on-homeassistant-container-installed-via-hassio-install-sh/143618/2 for inspiration
but IDK if "HAOS" or whatever will let you get an actual shell on the actual host. it's a Pi, right? got HDMI outputs and a USB in? check and see if a monitor and kbd will get you one of the host OS' virtual terminals. YOu may need to hit ctrl-alt-F1 (...F10) to find one that's 'open'.
@scarlet sonnet ^
Yeah, I've done that before, but like a year ago. I mean, there is the Terminal add-on as well. You think it's not the same? Does HA run in a CT on a host OS even in a straight-up bare-metal install? HMMM
I have no idea. But the page I linked you suggests that some, if not all, of HA runs in a container (which makes sense, if you think about it from an upgradeability / portability perspective. So yeah. It MAY run privileged and let you 'out' to the host? But if you can't sudo su - in the Terminal, yeah, you're probably in a cozy little box. In which case: get thee to thy VTY, go!
Heh. Interesting.
So then if HA and NR are in separate CTs, there are obviously some linkages because NR can access and manipulate all the HA entities for manipulation purposes... so there must be a way to access a file in the HA system as well. Hooray more research.
Well, yes, but also no. Can it be made the case that there're comms paths (network socket, filesystem, whatever) between containers? yes. Does that possibility mean that the one you want exists? No. You can spend a lot of time trying to figure out the maze from the inside. Or you can just go get yourself outside the maze (via that console, for example) and get the aerial view and proceed directly to a) the answer and b) the place from which you can change the maze if you like.
Yeah valid
OK FWIW, in the "Installation" channel, @bitter skiff said: "the NR addon has rw access to /config, /media, and /share, so if you write there, HA should be able to get at it, if that's what you're trying to do"
Solves my problem!
Does anyone know why addons are behaving so weird, after a restore all of them under addons just show start and unistall, the ones in menu say addon not running, but logs of addons show they are running and the fact I can use zigbee devices still prove that zigbee2mqtt is still running, all the others show logs of running too.
Can I use gafana Group by Month and Year ?
Now I can figure out the energy consumed every 1 hour by using
SELECT max("value") - min("value") FROM "state" WHERE ("entity_id" = 'a_energy_total') AND $timeFilter GROUP BY time(1h) fill(null)
Is it possible to figure out the energy consumed every (month/year)
Hi boat, must be possible, i think there is also a transformation called "difference" instead of max-min
group by: you can manually type in "1M" (= Month) or "1y" (=Year), you just have your time-picker to the range of at least this month or year or set a "relative time" in the Query options für just one Graph
Hi to all. There is a common need to add storage space for camera videos. But there is no space on the local flash drive. I want to add an additional USB-SSD (to RPI4), but I have already encountered a problem. This cannot be done through the console. Are there any before integration that would mount the disk painlessly and quickly?
My Installation - Homeassistant OS
I just tried to log in to my NGINX Proxy Manager, and realized that my user disappeared. I could log in with the default Admin user, and check the users, and see that my user is not listed. It lists 0 Proxy Hosts, Redir. Hosts, 404 Hosts, but my subdomains still work. What has happened here? Could this be an update to the addon?