#add-ons-archived
1 messages · Page 68 of 1
Hi, trying to install ESPHome but when I look in the add on store its not there, has it moved?
I am running the latest version of HA as well
https://www.home-assistant.io/integrations/gree/ who would be interested to expand functionality to work with gree heat pump? financial support is possible 🙂
Can someone help with Localtuya and how to find DP's for a climate heater ?
@static scaffold I made an dev account at tuya. Found there the dp's changed them one by one and figured out That way, what was what.
@nimble shuttle How did you change them? And figure out what was what, Im tring to configure a Fan Heater, and its a pita*
@static scaffold in the dev platform you can read the status of your device.
So if you change one setting. Eg temperature, compare it with a copy of the previous list and note the changed DP. That DP is you set_ temperature DP
If my account is still active I will make some screenshots. But if I'm correct it was only for 30 days
Tonight that is.
Sorry - Its a Hacs, where does it belong then? - @nimble shuttle Yes but my problem is also that the Climate entity in Localtuya does not let me set the temperute and so on.
https://github.com/esphome/home-assistant-addon https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fesphome%2Fhome-assistant-addon
it's also in the community addon repo
that's why I posted this: #add-ons-archived message
likely another case of the mysterious missing community addons
@static scaffold LocalTuya is still work in progress. And not necessarily fully compatible with your heater.
connect it first with the Tuya app and then in the Tuya IoT Platform (https://iot.tuya.com/) or an old rooted android device with old Tuya app version you need to puzzle to link the correct ID's to the correct function in LocalTuya. (I used manly Tuya_xxxxxx_instructionset-json and Tuya_xxxxxxx_statusset-json from that site to do so xxxxxx is your device)
I have no easy answer I used from youtube this video
https://youtu.be/6qv28molKVk
And his instructions from github
https://github.com/rospogrigio/localtuya
seems like duckdns.org is down? Edit: Seems like it is surprise, surprise DNS (Maybe my ISP or there's again that spetznas disguised as an excavator driver who accidentially dig up some optical fibers [Bad Finnish humor, do not offend your mind]) 😉
of course that happens when I try setup for first time
I'm getting refused to connect message 😦
@near harbor nothing to do with add-ons.
Why is it my duckdns can get setup, but I can't access my site?
Did you forward ports? Are you using https://? Are you including :8123 at the end?
Did you test that the port is open?
Should http://homeassistant.local:8123 still work after setting up the basic NGINX reverse proxy for remote access (using the NGINX Proxy Manager)?
yes
other than telling HA to expect proxy connections, adding NGINX has no impact on local connectivity like that
strange. i must've broke something then 🙂
Ok I think .local isn't working either due to AdGuard Home or NGINX Proxy Manager (or both)
Perhaps the former. The latter has nothing to do with it
I'm following a guide on duck dns for setting up remote access. But I'm trying to not use duck dns because I already am setup with freedns. But in the Duck DNS guide, they said they only had to port forward 8123, no need to do 413 or 80. But it seems with Let's Encrypt addon I have to forward port 80.
Since duck dns is using let's encrypt, why the difference?
Disabled Adguard and it worked. So it's definitely Adguard!
@quiet spade you're setting up remote access?
I've set up remote access with NGINX proxy manager. Adguard seems to mess up mDNS for http://homeassistant.local:8123. (Which I think is causing Google Assistant Local Fulfillment to fail)
It would also just be nice to be able to use homeassistant.local again if it isn't related to GA local xD
I haven't heard of the NGINX proxy manager approach
what does that do for you vs just port forwarding 8123 on your router?
you can terminate SSL at NGINX and leave local connections unencrypted, you can use NGINX to allow connecting to multiple local servers through a single port
interesting thanks
so i'm clear, NGINX runs locally, catches inbound connections that were forwarded to it by your router, then forwards those on again to a devince/server like HA inside your local network?
ah, i just setup let's encrypt. the log when it created the ssl cert had a mention from certbot that it'll need to renew at times, but i haven't discovered how it does this
it seems to me Let's Encrypt is a kind of one-time run application to generate the certificate in the first place? But after that?
I think you run it again
So just kinda do it manually whenever it expires?
or set up an automation
Whoa whoa slow down. What a wild suggestion
Anyone else having issues with the latest release and compiling/building in ESPHome?
All, I'm having an issue with the mosquitto in HA. Every 30 min it seems to restart, I can see that in the logs and I can see the corresponding discontinuities in the sensor values delivered through mqtt. Anyone has seen this behaviour? I have the mosquitto logs if one wants to see them
i had problems with it so I installed it elsewhere. Didn't work ok under hass itself
you're talking about esphome or mosquitto?
mosquitto
what problems did you see?
Hi there! Trying to install Zigbee2MQTT add-on via adding the repository, but it will not work...
expected a URL @ data['addons_repositories'][2]. Got 'zigbee2mqtt/hassio-zigbee2mqtt'
I am stuck at the 1.18.1 version and trying to upgrade to the latest version using https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/issues/52#issuecomment-792873888
Removing the old repo did the trick
anybody knows how to zoom on the hacks integration of xiaomi vacuum cloud map ?
sorry. No there is not.
that's a pretty darn descriptive error message that tells you exactly what's wrong
Hey, I want to run Tautulli on my homeassistant. I used the addon that is suggested, but I only get restart of the addon. It never really starts.
@shut pine posted a code wall, it is moved here --> https://hastebin.com/uzomezuwus
@shut pine posted a code wall, it is moved here --> https://hastebin.com/sicibaboda
INFO: Starting Tautulli... repeats every 15 seconds
Any idea why it is not starting?
Under Filters there's a dns rewrite section, you should be able to make your own custom rewrites there
@covert arch https://imgur.com/a/BVSDYY5
still no add-on in sight there
and you should read the cards documentation
is there a way to stop the vscode and automatons UI page from mangling my YAML when I bounce back and forth between them?
I sort everything out in VScode addon and if I edit or add an automation via the UI it removes the carrot >- symbol and replaces my code blocks with quotes and screws up the formatting of jinja, or makes lists for triggers into a multi-line mess. to be clear this doesn't break anything but it makes browsing the file to make changes or restructure code a PITA to read. I don't know if this is an addon thing or a frontend thing but any advice is appreciated.
See the pinned message in #automations-archived for splitting the config
You just need to separate them
so the UI and manually editing YAML are incompatable then? no way to have one respect another?
No way
that sucks, I was liking the UI version. if I look at an automation trace will it still mess up or is it only when I edit an automation in the UI? basically how much of the UI can I use before it screws up my file editing?
Only editing
is this a bug or is the formatting issue by design?
the UI turns it into JSON, which removes all comments and reorders things
it's as expected
thank you, so it looks like if I want to preserve formatting I should never save any edits performed under the UI page or generally never hit the save button in the UI automation editor. if I do anything there it should be view YAML then copy and paste the yaml into vs code addon right?
you should split the config
I dont want to , I would rather just use the UI to create and view YAML then put it in a singular file assuming the UI only writes changes when clicking save
ok 🤷
I mean no offense I just prefer doing some things manually, like I am currrently in the process of combining automations utilizing the trigger ID and chooser features. operations like that are much easier for me to organize and work on without the UI if the code is neat but going into the UI to explore traces and quickly add a default feature was nice to do which is what got me asking the question
you can always create automations in the UI and then copy them over to the separate YAML file to continue editing them manually
using the trace function has nothing to do with this
yup thats what I will do , thank you
ok, I was just un sure when exactally the file gets changed. if it was upon saving in the UI or just viewing an automation in the edit screen
I'm running the supervised version, along with tailscale networking, and I'm stuck on one of the components. Namely, I can't seem to get to the Samba addon's share on the tailscale interface, only on the local network. I'm totally able to use the home assistant web interface from tailscale, but not Samba. Is there some additional network configuration on the container level I need to do in order to allow the addon container to serve to all interfaces on the host? I've already configured the samba addon to allow traffic from the Tailscale CG-NAT IP range, which I thought would be enough.
I have a energy Counter which runs MQTT and currently in Domoticz But Can I get it into HA though MQTT it sends messages on 217 and 218
I've made a SQL query in Mariadb, and would like to use the result as a sensor. How do I do that, and is it possible to set of a script at certain times to insert them directly to the database as a new sensor?
maybe https://www.home-assistant.io/integrations/sql/ will help
Hi I'll try again I have still issues with this Studio Code Server add on error:
"An unexpected error occurred that requires a reload of this page.
The workbench failed to connect to the server (Error: Time limit reached)"
In the background is vs code "Get Started page" visible. And it have worked fine for months. I have reinstalled it, restarted the server tried different browser (Firefox and Chrome). Two core updates and a os update. nothing helped. There are no errors in the install log:
"Add-on: Studio Code Server
Fully featured Visual Studio Code (VSCode) experience integrated in the Home Assistant frontend.
Add-on version: 4.1.0
You are running the latest version of this add-on.
System: Home Assistant OS 7.2 (amd64 / qemux86-64)
Home Assistant Core: 2022.2.5
Home Assistant Supervisor: 2022.01.1"
I have no clue where to start to diagnose The log files I know to find has no relevant errors and I do not have an easy way to browse the file system.
are you behind a reverse proxy?
Hi Frenck is that in reaction to my question?
If so yes but only from outside
Thanks Frenck that was the correct hint. With IPaddress:port it works fine
It was not only from outside I thought I redirected via my PiHole to an internal ip address. That was not true it was directed to my outside IP
@raven tinsel can you (or anyone else) explain in Jip and Janneke language why it is not working through the reverse proxy and if that is by design?
Dunno, in general al lot of these things tend to happen due to proxy configuration
hence my initial go to question 😄
I just bought a sigbee USB together with an aqara sensor. I installed ConBee II and clicked to search for new devices but can't find anything. Any ideas?
The Let's Encrypt add-on has started throwing this error in the log for me, it has been working for years so I'm not sure what changed, any ideas?
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 5, in <module>
from certbot.main import main
File "/usr/local/lib/python3.9/site-packages/certbot/main.py", line 2, in <module>
from certbot._internal import main as internal_main
File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.py", line 28, in <module>
from certbot._internal import account
File "/usr/local/lib/python3.9/site-packages/certbot/_internal/account.py", line 19, in <module>
from acme.client import ClientBase # pylint: disable=unused-import
File "/usr/local/lib/python3.9/site-packages/acme/client.py", line 34, in <module>
from requests_toolbelt.adapters.source import SourceAddressAdapter
File "/usr/local/lib/python3.9/site-packages/requests_toolbelt/__init__.py", line 19, in <module>
from .utils.user_agent import user_agent
File "/usr/local/lib/python3.9/site-packages/requests_toolbelt/utils/user_agent.py", line 1```
Next thing in the log is many lines of ��������������������������������������������������
then:
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.```
Any ideas why I'm receiving this error when I try to start #mosquitto ?
redirfd: fatal: unable to exec fix-attrs: Exec format error
[s6-init] ensuring user provided files have correct perms...exited 126.
I've installed the addon via the add-on store. It sounds like an "architecture-failure", but how can this happen?
does anyone use ring-mqtt? I'm having issues with crazy battery drain on my ring doorbell 2
my stick-up-cam works phenomenally
Im do I recive meassages with Mqtt? I know it sends a msg on 217 and 218
After the latest update nodered has stopped working getting an error about www-request unknow node type
Also getting "Flows stopped due to missing node types.
www-request" but the node isn't missing. Any ideas?
Log shows "13 Feb 10:52:53 - [info] Waiting for missing types to be registered:
13 Feb 10:52:53 - [info] - www-request"
node-red
Is the homeassistant version in add-on config.yaml file the minimum version of HA needed to install the add-on? https://github.com/hassio-addons/addon-node-red/blob/f22ed09ea4473000c0985abe666a2a747e404f52/node-red/config.yaml#L12
aqara sensors can take 5+ attempts to pair
Hi folks - new to HA so please forgive any dumb Qs and if this Q is in the wrong place... I run a MacOS network at home but have HA running on a bespoke HA Odroid box. I want to add an add-on / another app - a worker node for tdarr. It doesnt have a specific app in the Add-on store but perhaps I can add via the HA Terminal add-on which I have installed? Is the HA box Linux? TIA...
Did you install HAOS (the operating system) or did you install linux and then docker and then HA, Or did you use another method?
It helps if people know which of the 4 installation types used @wheat canyon
keep getting Configuration errors detected: No type provided. when i try to make a group of lights (following the guide)
The system cannot restart because the configuration is not valid: Invalid config for [group]: value should be a string for dictionary value @ data['group']['light']['entities']. Got None. (See /config/configuration.yaml, line 8).
Hi thanks for your reply - I didnt install anything it all came pre-installed on the little box - though looking at the specs it says the OS is Home Assistant OS 7.4 and the Home Assistant Core is 22.2.6
ahh OK then it will be HAOS for which it doesnt have a real linux terminal, but something bastardised. As soon as I discovered that I dropped it and went for a docker installation, however you cant do that. I am not sure how you can do that if there is no add-on or integration for it. However someone else may have the knowledge
what is on line 8 of your configuration.yam? and maybe line 7 as well?
Review this again:
you will need to edit the configuration.yml file and fix it before you can start HA
You have put it under group:, which is incorrect
Stop cross posting
None of this is related to addons
oh ok mb
OK cheers - maybe I will try and erase the whole thing and give it Linux then Docker then HA if poss... Thought thats a project for another day...
when i install the ssh/terminal it just says bad gateway can anyone help?
Have you configured it with keys or a password? It won't start if you haven't.
I am having an issue with let's encrypt plugin.
The issue is the DNS lookup it preforms is incorrect.
I want to flush the saved DNS but I am unsure as to how.
Is there a way that I can change the dns such that let's encrypt asks a different one?
I am using home assistant as an os running in a virtual server.
Hello guys, i am having issues installing any add-ons on my fresh install of HA. Whenever i try to install an addon i get the following error
'addonmamager. Install' blocked from execution, no host internet connection
I have HA installed in a KVM virtual machine in Ubuntu
It can't reach out to pull down add-on images if it can't connect to the internet
Are you using a bridged network adapter for the VM?
And is the host Ubuntu using ethernet??
I am using the virtual network 'default' : NAT
No, using Wireless
You need to create a bridged adapter, and you can't bridge wifi
There are several methods for creating the bridged adapter here: https://www.tecmint.com/create-network-bridge-in-ubuntu/
Thank you for this
Does that mean its impossible to get or to work without Ethernet, i don't want to have to get an adapter as i dont have a lan port
I would not recommend wifi for any server, but in this situation it will not work
At best, it will continually work and not work, which you will find frustrating
Its really just a test installing home assistant on something other than a raspberrypi. Sadly the spare laptop i am using doesn't have a lan port
I'm trying to set up an mqtt server on HA OS but I keep getting an error: Disconnected from MQTT server core-mosquitto:1883
I've configured the service using a username and password I set up in HA called mqtt-user, the config says it is connected, I can publish and read messages sent to topics using the addon, but this error keeps popping up into my logs when I restart the mqtt addon
Can anyone provide any insight?
I added mqtt: broker: IP_ADDRESS_BROKER to config.yaml and still nothing
(Replacing the IP with that of Home Assistant though)
Still got Disconnected from MQTT server core-mosquitto:1883 (7) after a restart of the mqtt add on
@glass condor posted a code wall, it is moved here --> https://hastebin.com/golofoyusi
I have tried everything again. Deleting the mqtt-user account, changing the password multiple times, I am still getting the error Disconnected from MQTT server core-mosquitto:1883
But I'm still able to listen and receive via the integration config test UI
Hi, I was running Samba when one day the files disappeared from the share. They are still there because it contains my data folder and everything boots fine. Here is a Pastebin with the log, kindly note the mount error https://pastebin.com/pQNEj84r. Any ideas why smb stopped mounting it out of the blue?
i need to use mechanize.Browser() to visit an url with an api key, then return the element to be able to visit the next page and do a submit a form on that, but i can't seem to get this to work... any good with the Browser extension and proberly just have 10 mins to get it to work with me
quick question: i understand that hass container does not have the possibillity to add addons. so i do have to add them myself? but they wont be visible in the settings and such right?
as you dont have acces to the addon store
cuz i dont want to f up my current install. but i do want additional addons. is it better to grab a second pi and install and maintain those containers there? or is there another way?
Hi, after updating NR 11.0.1 node-red-contrib-modbus stopped working, is it an error in the update or something with me?
https://ibb.co/z7m7rbQ debug: [warn] [node-red-contrib-modbus/Modbus-Flex-Write] Error: Cannot find module 'source-map-support'
Require stack:
#node-red-archived has its own channel
good night everyone.... wonder if there is a Tanaza integration or something alike for my Linksys LAPAC1750C Pro... its managed by Tanaza only online...
does anyone know how to delete all events in frigate? its filling up my sd card and i already downloaded all relevant events
tried deleting /media/frigate/recordings but it doesnt clear the events, just doesnt allow me to view their videos (since they were deleted)
you should install the Samba addon...and go via network folder and delete them.
ORR. I use this in the config
retain:
default: 34
oh ok i'll try that out
it holds photos of 34 days,..any older will be deleted....
ah yeah that'd be useful
also just to confirm which folder should i delete? the entire frigate folder or just recordings?
you set the days you want to hold pics
if you install the Samba addon..you see a folder Media...-local media...frigate..then youll see recordings and clips.
you choose what to do
hi Guyz is anybody having issues with MQTT? If I understand MQTT right I send a message to the broker and it then sends the message to all who are subscribed to that topic? I have MQTT lens subscribed to cmd/unit8/power2 which is the topic for a tasmota sonoff ch4 I am logged into the console and have node red toggling the relay every 5 seconds. What I am seeing is the cmnd/unit8/power2 with a pay load of toggle in mqtt lens however it does not always appear in the console and then all of a sudden the light will flicker on and off very fast. This happens across 12 sonoff CH4s as I use them to control lighting and heating and the setup was working flawlessly for years however it has over the last few days started to play up. My MQTT brocker is mosquitto running as an add on in home assistant.
i deleted the recordings folder but when i go back to the recordings tab, i get "The media could not be loaded, either because the server or network failed or because the format is not supported."
that makes sense because the recordings are deleted but i wanted it so that the recording and events tab would be completely empty
is this possible by also deleting the clips folder?
when i delete the clips folder the images are gone as well but i wanted it so that it was basically a clean slate
ah ok found the answer in documentation
deleted the database should fix the issue
thanks
ok. just restart the addon see what happends
yeah it worked perfectly
ok...just read... better to use Retain
you decide how far in history you want to go
just to confirm this would work right
record:
enabled: true
events:
retain:
default: 10
for 10 days
yeah
no probl
Hi! I want to set up encrypted MQTT with the Mosquitto addon on HAOS. Can I use the already created certfile/key that I prevously created for HA?
mosquitto config: ```yaml
logins:
- username: xx
password: xx
anonymous: false
customize:
active: true
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false```
ah wait, I'm not using SSL for HA, as it is behind a proxy
please confirm that this is the proper way to achieve MQTT over SSL:
- install certbot, and set it up to create, renew a cert for my domain
- use the config above, to point Mosquitto to the cert created by certbot (in the /ssl folder)
- open the port on the router
Can I generate/renew cert files if https is not enabled in the HA config? So certbot should generate/renew certs for Mosquitto only. Ha is using plain http, encription for HA is implemented between the client and Nginx
at the moment https is disabled in the HA config, and cert creation fails with 404
Anyone else having issues with the Terminal & SSH web UI add-on? In the terminal it prints every character I press twice. Any solution for this?
restart your stuff
Restart or reinstall didn't help
Same issue with the SSH & web terminal add-on
@coarse wadi posted a code wall, it is moved here --> https://hastebin.com/kijadujawe
hi I have a problem with the NUT add-on.
I have configured nut and started it but when I try to connect I get this error.
code --> https://hastebin.com/kijadujawe
any idea ?
Hi, i have MariaDB add-on installed. I wanna use it for another database that's gonna be written from another machine. Can i even access it or does it only livein the HA OS local network?
Hope that made sense.
You can add other databases in the add-on configuration page for it
@sly kindle Yeah i know, but the DB servers IP is 172.30.33.1
I gonna need to get it listening on a 192.168.x.x address. Or proxy all data trough a .. well.. reverse proxy. I think (My understanding of HASS network islimited, not looked into it for over a year. But iirc the HASS network is shielded andprivate.
Ah yes and the one i want to connect to would be 'Host' network :/
If i install plex as an add on will it encode using hardware or can't it coz it's in a docker container?
Anybody know of an add-on to add support for a GMC Geiger Counter?
I'm trying to set up an external address using duck DNS. I believe I followed all the steps but my address is going to my router config page.
That would be port 80. Which port did you forward to and what address are you trying?
I forwarded 8123 internal. 443 external. IP is the internal home assistant device address.
I can't access using the ip:8123 either anymore.
Internally use, https:\\<ha_ip_address>:8123, allow the browser to ignore the ssl certificate. Externally use, https:\\<your_domain>.duckdns.org
I tried again and I can access externally using the DNS. Internally that address goes to my router. If I append /Lovelace to the url it goes to the Lovelace setup.
Internally use, https:\\<ha_ip_address>:8123, allow the browser to ignore the ssl certificate
Thanks. Was hoping this would fix the app access but it still can't connect.
Just bought a coral edge tpu and i expect it tomorrow. i was wondering will this coral detect objects better in frigate then my i7 CPU or is it only faster
its more energy efficient, thats it
Ok thanks. thats still nice. I read it has around 100 fps of detection power. my 10th gen i7 goes to around 40 / 50% CPU with only 4 cameras on 5 fps detection. Also the NUC goes to 80 degrees CPU temp at that point. so i guess a coral tpu isnt a bad investment
yes, it will reduce your high power draw to whatever your computer uses in idle +5w for the coral
Seems the Pentair Integration is not available for AArch64. Is there anyway I can manually build it?
@old olive #integrations-archived And it doesn't show up in the list?
No, does not show up in the list. I recently switch OS from 32bit to 64bit to be able to run the new unifi controller. Pentair stopped working and I could not reinstall it.
the addon or integration?
they're not the same, and specifying which one you're talking about will help diagnose the problem
it makes no sense to say that there's "no image for aarch64" for an integration
this?
@old olive You're asking about an integration in the add-ons channel. Integrations and add-ons are not the same thing.
You don't find integrations in the add-on store
Thanks. I was able to reinstall it from the integrations. I've closed the github issue.
After a restoring a backup from a 32bit OS to a fresh 64bit OS the pentair integration would not start at boot (with the error message image for AArch64 not found).
But deleting it and picking it again from integrations seems to work.
I am trying to set up Duck DNS on my homeassistant supervised (in a container) instalation. But after i add the ssl stuff to the configuration file and i restart i can't connect to my home assistant anymore. This configuration i am adding:
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
Is there someting i am doing wrong? Also if there is any other way to give more information like log files please let me know as i dont know how to open the logs when i can't access home assistant.
Nevermind. It seems the problem was that i was connecting to the http://xxxxx.duckdns.org and not https://duckdns.org.
can anyone help me with this issue please? Google is not being helpful about it, or I am not searching it right
Grafana keeps resetting the dates for a graph to 11:40 this morning, even though I configured it to show the last hour. It's currently 18:35.
It must be a timezone issue, time for some reading.
Every time I reconfigure the dashboard and panels, it resets the time range to start at 1140. What's going on??
Is there any other documentation for addon developpement and more precisely options and shcema than this one https://developers.home-assistant.io/docs/add-ons/configuration#options--schema ? I'm trying to see if I can replace vars with name or add description in the UI, add a "advanced" section that could collapse and I can't find if it's possible so I guess it's not but the doc is pretty short and sweet..
Hello, I would like to integrate my sony srs xp700 speaker on homeassistant.
It is not detected by homeassistant
I tried the github procedure to find the endpoint of songpal but I have no idea where to write the command "songpal discover"
Could you help me please?
@edgy current That is not a question that is add-on related, but about integrations
you might want to try the developer channels instead, below
Like #developers or #devs_core-archived
@raven tinsel ok thank you
How can I force DuckDns to renew its certs? I think I may have accidently deleted the refresh token while cleaning house. Now my phone app will not connect. Desktop also can not connect thru DuckDns.
@light pecan it checks the status every time the add-on is restarted, so restart the add-on, watch the add-on logs
The logs report valid until April.... then skips the renew
Tried setting the agreed: to false > reboot> true> reboot no difference. Nothing thru DuckDns.
@light pecan if they don't need renewing then you're good. An expired cert would not prevent you from accessing anyway, you'd see a warning in your browser
You forwarded ports as part of the original set up. Has anything changed there?
@sly kindle Nothing changed on the forwarded ports. I had a brain cramp and finally remembered I needed to use port 443 not 8123 when coming in thru DuckDNS. I did find that the companion app (Android) must have the final slash or it truncates the port number off the URL. I kept noticing it missing and tried this last thing. I can't figure out how to get into the settings without clearing the cache so I can confirm it. Thanks for the replies.
ahhh @marsh carbon you are a legend! I dont know how i missed this a month ago because daily i still wish i had this. After assigning port 9192 to the host (im using HA Blue) where can i update my API calls so the UI in HA and the Grocy App match?
Failed to to call /addons/a0d7b954_vscode/start - Image ghcr.io/hassio-addons/vscode/amd64:4.1.0 does not exist for addon_a0d7b954_vscode i cant install/run VSCode addon
@raven tinsel ?
Yes?
i cant install/run vscode addon
Oh, sorry to hear that 🙂
amd64:4.1.0 does not exist for addon_a0d7b954_vscode what does it mean? i am using VM winodws, Linux 64 bit
Hi everyone.
I installed the home assistant raspberry pi image today and am having trouble accessing the add-on store. I tried different browsers as well as accessing the web interface from different devices, but the store page just gets stuck loading indefinitely. Any idea what could be causing this? should I open extra ports on my router or somehow configure the store first?
Is it normal for anytime homeassistant webpage is resized / tabbed away from it reloads when going back to it? For example if I click out of node red and then to another tab, it'll reload node-red when i go back to it
The FLO integration (which is built into HA, not added) is awful. I tried asking for help at github and got nowhere. Can anyone help it stay connected?
it keeps disconnecting constantly
This is the add-ons channel, your question is about an integration. Add-ons and integrations are not the same thing.
If you have a bug, report it properly on GitHub and have some patience
That is not long
How long is too long? Last time I reported something via github it took only 2 weeks for the bot to mark it as inactive/ready for closure. And then it was closed without anyone ever addressing it. https://github.com/home-assistant/home-assistant.io/issues/20610#event-6058070769
@glacial meadow It is an open source project
run by many volunteers and contributions from people working on it in their spare free time
unless you start helping/fixing it yourself, you'd have to wait until someone else want to pick it up
there is no time frame in such a thing
The VS Code add on is flagging all of my non-template binary sensors. Every line under binary_sensors: says "Property {field} is not allowed". This is happening for workday, tod, threshold, ping, command_line, etc.
Yes, there is an issue open for that @ the Home Assistant VSCode extension
the reason / solution has not been found yet.
thanks, sorry, I checked the open issues before posting here but I must have missed it
Not sure I understand the question, are you asking how to connect the grocy app to your HA addon?
Tried to add zigbee2mqtt repository to the add-on store, but no additional add-on's show up. The new repository is in the list of managed add-on repositories. (running HA OS) What did i miss ?
In the log i find
22-02-18 19:20:30 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repository
22-02-18 19:20:32 INFO (MainThread) [supervisor.store] Loading add-ons from store: 64 all - 2 new - 0 remove
But the 2 new add-on's are not presented in the add-on store ?
Hmm.. rebooting the PI did the trick. 👀
hey guys, can you help me what does this mean?
Configure Lovelace to load the card:
resources:
- url: /local/banner-card.js?v=1
type: module
do I have to put the resources part into the configuration.yaml?
Nope! You would go to Configuration > Dashboards > Resources and then add a new JavaScript Module with that URL
ah okay. thank you. do I have to reboot after I add resource?
You shouldn’t need to, you’d need to force reload the tab (ctl + shift + r usually works for me)
Hey everyone - thanks in advance - noticed that the ESPHome add on has moved repos - any good tutorials around for how to move over from HACS to the direct repo?
Hello there, I want to work on a custom module for Brematicpro devices.
I found a library on github that started some of the legwork but there is no clear documentation.
There's one place for add-ons (add-on store), there's another for custom integrations (HACs). You are referring to both as if they are the same. What is it you want to do?
@marble quail that's also a custom integration and not an add-on
Add-ons provide software that you don't otherwise have. They don't provide HA integrations.
ESPHome is a completely separate project, for instance. It can be run anywhere on your network, but an add-on can provide it.
Oh, I am in the wrong place. Thank you. I will ask in the other place.
Sorry didn't explain properly - I usually pull the Add-On for ESPHome from the Home Assistant Community Add-ons via the Add-On Store (https://addons.community/ - which references https://github.com/hassio-addons/repository) from there it pulls https://github.com/esphome/home-assistant-addon - but it looks like the recommended install route has been updated on esphome.io (https://esphome.io/guides/getting_started_hassio.html) for install as an add-on to reference esphome's repository directly - https://github.com/esphome/home-assistant-addon
What I am trying to do is to control devices through Home Assistant and by extension Google Home.
@marble quail #integrations-archived
Sure. Thank you.
@steel hound The one in the community add-on repo is fine
so in the Add-On Store - I effectively now have two ways to install ESPHome Add On - either via the add-ons repo provided by Frenck @ addons.community or via the add-ons repo provided by espHome direct - I guess having looked a little deeper, they are referencing the same docker containers - so I don't need to worry as I don't want the (dev) or (beta) versions
yeah you don't need the esphome repo if you don't need beta or dev
adding it through the community repo is the more recent addition
oh really
i never spotted the install link on espHome before
thought it was a new repo and they were moving out from the community repo
Maybe it's the "My" button?
yeh it was
I was looking through the esphome website for patch notes from wednesday's update and it had the My button there - so I hit it as a quick way to jump and see how many versions I was out of date - and it instead added the "new" (I now realize new to me!) set of options in the AddOn Store
@sly kindle thanks for your help tho - if nothing you made me answer my own question by looking a little deeper!
I am running Grocy-Desktop on a windows device and trying to get it to sync up with my HA addon. Can i "configure/change data location" and somehow select the HA addon folder?
I'm trying to install TasmoAdmin and the instructions say it's just available in the add-on store, but nothing of that name or anything similar shows up when i search it
@plain ginkgo you have to add the repository
Ok I tried adding the GitHub url but it wasn't having it. I ended up currently just going to each tasmota device's web ui and entering the commands individually
I'm slowly discovering what my issues are
For some reason my home assistant is not reachable on 2.4ghz network locally, but it is reachable on 5ghz
but the repo for community add-ons was for some reason not listed so i had to go add it
Hello i want to get remote access to my home assistant instance. and i would like to use my own domain name for it instead of the DuckDNS. i see much more documentation about DuckDNS how ever.
I see there is a Let's Encrypt addon. so i would like to use this with the dns challenge instead of the https challenge as i can not port forward port 80. i already have that in use. also i like to use cloudflare for this. now in the documentation of this addon it does not mention anything about keyfile: privkey.pem but in the configutation it already has this keyfile: privkey.pem what do i have to change this in? or where can i get a bit more documentation about this?
i also find the documentation a bit confusing
Does anyone have experience creating a shutdown switch using Mosquitto broker and IOTLink?
@tacit bane I don't have IoTlink anymore, but doesn't that just automatically get pulled in?
Is anyone able to download folders (test case is using a folder under custom_components) via File Editor? I receive a 502: Bad Gateway.
Many things are pulled in such as CPU usage, but unfortunately not a shutdown command
Ok.. One more time ... 🙂 Im running HA OS inside Qnap Virtual Station. I have installed Deconz Addon from official repo.
HOW can I find Deconz folders... ? I have tried HA Terminal, but cannot find folder or any .json file i have saved inside Deconz.
Hi. May be you can also ask on the Deconz discord channel.
I did... They told me that go to HA, because its HA addon...
So files are managed by HA, because its installed thry HA
Ok 😅. Sorry…
Yeah.. 🙂
I have tried SSH connection to my NAS. cannot find. I have tried HA command prompt.. cannot find
im using: find . -name "*.json"
The files are inside the HA VM, so you won't find them on the NAS
They are in the backup, which you can unzip
i know my filename is zg9290.json
Also tried to find all with dres, deconz, etc. known folder and file
Because they're in the VM, not on the NAS
Yes.. And I have NO idea how to access those VM files..
They are in the backup, which you can unzip
Could we unzip the backup to find the influxdb database also?
Sure, if it's in the backup
If I go to my NAS with SSH.. same issue. I can find all HA files, but nothing for Deconz..
👍
If you're SSHing to the HA add-on, that's because you're inside a container inside the VM
The HA backup contains all the configs for the add-ons as well as HA
Thats +2GB.. 🙂 It should be also inside Phoscon backup too?
Depends on what you're trying to do
I just want to access and edit DDF files for new ZIgbee devices..
... but I cannot find those files 🙂
Right, because you're looking in the wrong place, and you can't do that anyway
My installtion method seems to be complicated 🙂 Container inside VM..
If you want more control over your Zigbee devices, time to ditch deCONZ
Because its HA addon, i assume i should be able to access them thru HA terminal?
Nope
That terminal, that too is a Docker container
You can't edit those DDF files, they're inside the deCONZ container/add-on
If you want to go messing with device definitions, then yes
If you want to add support for new devices yourself, then yes
If you want to move away from slow to change commercial software, and get something that's updated more often then yes
Current 99 device installation is now slow... 0.1sec from pressing button or using tablet on wall... Thru 3 floors of concrete..
NOT slow. Sorry for typo
Not slow as in slow to work, slow as in wouldn't it be nice if new devices were supported this year
Ok. I will look into it.
Can I install MQTT same time with Deocnz? Or does it break something ?
for testing
It shouldn't break anything.
Ok. Ill install it
I found ZHA from HA repos. Not Zgibee2MQTT
I got this: Failed to connect device: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2459538-if00
Is it possible that it only allows ONE integration and USB device cannot be used in two places...
Hello, I can't activate port 22/tcp in "Terminal & SSH". What must be entered instead of "deactivated"? Can anybody help me further?
why can't you use 22?
@terse rune posted a code wall, it is moved here --> https://hastebin.com/imivotelaf
@terse rune Rule #6: Please do not post codewalls (text longer than 15 lines) - use sites such as https://www.codepile.net/ (pick YAML for the language) or https://paste.debian.net/ (pick YAML for the language).
Please take the time now to review all of the rules and references in #rules.
Oh!
You can set a port in the add-on network setting
So you'd enter a port number
you want it to be exposed on
I entered port 22 and described the field next to it as activated and saved it. But it is not kept as active. WARNING: SSH port is disabled. Prevent start of SSH server
Hello. I’m using WireGuard add-on with my supervised HA. After settings as read in the documentation, it seems that it’s working randomly : sometimes it’s not working and I don’t know. I don’t know where I can find an indication to solve the issue. Do you have an idea? Thank you. 🙏
Hi, in studio code server my sensors.yaml file is filled with validation errors even though the config is all valid and the sensors actually work as expected. Just wondered if anyone knows if there is a solution to this?
yes, it's known. no, there's no solution right now
Working on a HA setup, my first go at this. What I want is the ability to put raspberry pi's and speakers around the house and stream multi-room audio. I've been following various guides and learning but it seems most are not designed around running Home Assistant OS (running the OS on a pi 4)
Specifically right now my Mopidy add-on is signed in to Spotify but will not play anything and says the "mopidy-spotify extension is not running."
For the life of me I cant find where to add that on the HA-os install
influxdb wouldn't start with 2022.02.x so Grafana wouldn't work either. I deleted the influxDB add-on, saw that the Community add-ons were no longer available in add-ons, found the link to add them back, and added the influxDB community add-on again. I've recreated my influx DB, user and password, and changed my Grafana influxDB credentials to log in as before. Now, influxDB and Grafana seem to be working again. I didn't notice any related breaking changes in recent HA releases. Did I miss something?
Too afraid to do that! If I remove Deconz and install ZHA. Then what happens to my ZG devices ? When they are found again, do they just appear back or do I have to pair all of them again?
looking for some help regarding the appdaemon addon. for some reason it acts up, whenever i restart home assistant after an update or when going through the server management.. it starts normally and after it initialized all apps it says that it disconnected from HA and then restarts again
this in a constant loop
I have HA OS running on a raspberry pi. I added the tailscale add-on and can access the lovelace ui over the tailscale managed network.
However, I just noticed that i can no longer access the lovelace UI from its local address.
My assumption is that it is related to the network configuration that tailscale performs, but am not certain. Has anyone faced a similar issue / know how I would debug?
Hi, can someone recommend a piece of software to visually document my home setup? I need something like a home planner which will allow me to place things like lights, network equipment and attach notes to them like names, ip addresses and so on
Instead of going through all possible home planning software myself, maybe someone knows something that works well for this purpose
question. i want to host some addons but some of them use the same port how do i combat this?
for example nginx proxy manager uses port 80 and 443 right? and adguard also wants to use 443 for encryption
I'm having trouble getting the File Editor add on to work. The error is "Policy not fulfilled". I'm assuming this is a security configuration that isn't setup correctly. I do access my system through duckdns.org. Can anyone point me in a direction?
I added to two integrations of Z-Wave-JS linked to two separate Z-Wave controller sticks. On the overview tab, everything is working fine: I can control devices on both Z-Wave sticks.
However if I open the Z-Wave-JS Control Panel from the sidebar, it only shows me devices and actions for one of the sticks. How can I setup a separate control panel instance for the other stick?
Maybe its better to run e.g. raspberry pi os on the rapsberry and home assistant on docker on it. Then you can use snapcast for multiroom audio
Even better idea is to use more powerful hardware for that
Been on HA a couple years now, randomly I can't access it. I get "can't be reached" when going to my Duck DNS site, and when going to the IP I get this (photo). Do I just need to re-flash? I don't see any way to get into the UI.
IP_address:8123 ?
If I do that it says the page isn't working
Just the IP gets me to the nginx message
I'm having an issue with Adguard Home, the current version is 4.4.4, but this has a fatal error and I need to run something older than 4.3.0
I can't restore from a backup, so how to I install a specific version of the addon?
You can't install a specific version of add-ons
that is what backups are for (and why it asks to backup every time you'd upgrade one)
When it creates a backup, is it just of that addon, or is it the entire hassio?
just the add-on if you are upgrading an specific add-on
Only backup I have is of 4.4.3 so that won't help, damn
think you have to run mosquitto in a own docker container, but thatsa a guess, cause i do not run the docker version
Do I also have to use Let's Encrypt add-on?
Has anyone had this problem with Frigate or know how I can fix it. https://prnt.sc/Ajr53ITdGJYs
I've had this warning for quite some time now:
The bridge HASS Bridge EB5W has entity lock.frontdoor_door_lock. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
And I've been experiencing that my lock becomes unavailable in HA at random times. So I figured this might be related to above warning. But I am not sure what it means / how to solve it. Could somebody point me in the right direction?
Your question is about an integration, not an add-on, those are different things
Never really get the difference between the two, and constantly confuse them for one another 😉 but thanks
Hello, is there anybody maintaining the esphome addon?
Hello @raven tinsel ... first of all, good job!
?
Then, let's get to the point 🙂 ... What version of drivers (specifically esp_camera) are used by the add on?
I have a feeling that esphome is using an old release
Its released by esphome on esphome release
is there a discord?
Yes
let me look it up...
@raven tinsel you're right, my bad!
hehe don't worry!
When the Let's Encrypt add-on refreshes your cert, is it a requirement for you to have to restart HA for the new cert to be used?
Did something change with the WireGuard add on that would make webrtc streaming stop working? I’m still able to access everything except the webrtc streams don’t work
Nm, looks to be a new issue with iOS and webrtc over cell data
So I installed Samba file share, and it worked yesterday, but now its not working today. My PC can't see the device,.. I restarted the service, rebooted HA, and still nothing. Any ideas?
@storm charm samba add-on logs look okay?
I am setting up the duckdns addon and went to put in my internal and external URLs, but hte options werent there
Yes, they look OK. Very strange,...
are you using \\ip_address in file explorer ?
Just replying to see if anyone have seen this error. The frigate dashboard is blank and the lovelace cards (frigate) are just missing. It feels like file corruption based on the errors and the way it is behaving. I changed nothing in my configs recently.
I have tried the rebuild function as well
question I running home assistant os. I have a plex media server run in addons. work fine see my media and everything. but i can not get remote access to work do I need to change a port option in plex media server options?
I am getting an error with the ssh / terminal when I try to view the logs either through SSH or with the web view. ---------------------------
PuTTY Fatal Error
Remote side sent disconnect message
type 2 (protocol error):
"Too many authentication failures"
OK
I'm trying to get iCloud3 (hacs) working and I must be missing something. I've followed the instructions for downloading in HACS and have restarted HA, but nothing. I thought I would get a notification or something to continue the setup. The documentation seems to indicate that I need to add a card, but nothing I do seems to get iCloud3 to 'wake up' so I can enter my credentials, etc...
I'm really a newbie here, and the getting started guide for icloud3 is very verbose, but also quite inscrutable.
Hey guys, sorry if the issue was repeated above, I cannot find an answer(I searched all similar issues, tried listener:1883, adding user and pass in config also, even if I have a HA user for it, etc) So here goes: HA OS running on RPi, MQTT Mosquitto, I have 5 Arduino with mqtt switches configured, everything worked for almost a year, I recently updated HA Core and the clients stopped connecting (rc = -2). I tried to revert to old backups, before the update, the issue persists. HA is connected to the broker but no clients can connect, no errors, no warning, no sign in Mosquitto log that clients are even trying to connect, I removed the addon, removed the integration, configured again, nothing, Arduino clients have ping, same working configuration as 3 days ago, no change on them, I cannot believe this broker just stopped working, I added all my house lights and switches like this, anyone have any idea what could have happened that persists even when I restore old backups? I'm very dissapointed in this addon 😦
It was the router, unbelievable, one router restart did it, after I almost destroyed the Rpi trying to restore backups as far as 6 months ago, don't buy ASUS :((
Having some trouble getting AdGuard installed. At first I thought it was my router not playing nice, but when I manually set the DNS server on my Mac or my Android, I get errors on both. The add-on appears to be running properly with no issues in the log. Nothing shows up on the AdGuard dashboard either.
Is it possible to use fail2ban with the valtwarden/bitwarden addon?
i've been pointed here from #zwave-archived to get help migrating from hassos in a vm to running on yellow (once it gets here). It was suggested to me to migrate my zwave-js addon i would need to copy over persistent storage which i am unable to confirm "which" files are considered persistent here https://github.com/home-assistant/addons/tree/master/zwave_js. any help would be appreciated
Uh
you should just be able to use the backups from Home Assistant itself
There is no fiddling with files or storage needed.
Make backup, download it, upload it to new device, restore it, run it 🎉
wait so it will even realize the usb port has changed and automagically change that too?
fancy
And even if it didn't that would be correctable 🙂
Home Assistant detects a lot of changes
i noticed in the VM it found it for me and suggested it or autofilled one of the two
(e.g., via DHCP or mDNS it will even learn about network changes and correct configuration for known devices)
smort
i did plan to give it the same IP as the VM currently has
just for less changes on my end for other stuff
getting ready to really setup a whole clean system and want to plan and setup as cleanly as possible. I'm about to reinstall ha to start clean, want to add in blue iris smartthings and then integrate all of that to ha, then connect ha to alexa for voice. Would really like to chat it all through and talk to someone on gotchas and any best practices, plus questions i have...anyone fancy using voice?
not really but curious if you've seen frigate or some other options over blue iris
you might have better luck in #general-archived tho
i haven't... is frigate easier to use or better? (or cheaper?)
not easier, no, it is all text file setup compared to blue iris that has a UI
some use both together, frigate isn't really a general purpose NVR - its goal is detection and recordings / clips of what it detects
i have implemented the custom Alexa voice integration (where one has to create the lambda function in AWS) its not super hard, does take care
i am using the AirCast addon by frenck and it's working fine. however, one of my devices (nvidia shield) displays on iOS devices as its original hostname "SHIELD" instead of the current hostname. I have confirmed inside the addon's logs that it indeed shows the current hostname "Master TV". Any suggestions on how to get it to update to the new name?
Hello, I want to connect a cryptominer through homeassistant because I need it to have a different IP than another one that I have. My idea is to route the traffic through a WireGuard tunnel to a VPS and I need to open a port in the VPS so the blockchain connects with the miner. I have a manual to do it with a 4G Router, but I want to do it with my home router which doesn’t have WireGuard installed. That’s why I need to do it through homeassistant but I don’t know how to configure the connection of the miner with homeassistant. Do I need DHCP add on? Or Adguard add on?
Is there a way to change the dns extension for devices in esp home. Currently logs are using xyz.local when by networks extension is .lan. Is it possible to change this.
anybody know if there are addons to support receivers that don't exist? Just trying to see if there's a way to hack it or something... I have an audiocontrol receiver
Mosquitto broker question. Do I understand right that a custom mqtt user is required to be made during setup? In the "How to use" section of documentation, it mentions creating a new user via HA's Config > Users (Manage Users) page. I guess this needs to be a separate user line than the one that is already assigned to the 'owner' group when I created my HA account/username in the first place?
But then in the instructions, I don't see how this new custom mqtt user gets associated back to the mosquitto addon. Am I missing something?
Would appreciate some advice/ help as I am not sure what I am doing on my windows 10 machine that is blocking me from getting into HA via the Samba Add-on. I installed the Samba add-on and made the appropriate changes to the configuration (user name, workgroup, password, i tried compatibility mode as both true and false, allowed hosts) but just can't connect. The allow hosts should be right because when I enter \ip address\config i get prompted for the password but continue to get password is incorrect. I can see this in the Samba add-on log file - NT_STATUS_NO_SUCH_USER. I assume there is something on my windows 10 settings it doesn't like or is confusing with my windows login (my microsoft account) but not sure what. Any suggestions? I have tried anything what i could see pop-up on in my google searches
I seem to remember having a similar problem with Windows 10 awhile back... I did some digging on the internet, and there was an obscure setting in network connections on your PC that needed to be checked/enabled to allow the connection to work... Sorry for not remembering more details...
I’m sorry if this is the wrong spot. But I have a problem flashing a sonoff basic with esphome.. basic flashing works (I.e. without buttons etc) but when I add those the device goes offline (sonoff.local can’t be reached) and doesn’t seem to come offline. What’s is the most recent ‘correct’ way to add the buttons? Is the esphome.io up to date or rather use the GitHub gist? For example from @raven tinsel ?
maybe no ping needed
Never mind. Attempt 46 worked.
mosquitto add-on periodic disconnect issue: immediately after saving the in-memory db to the file, all my connected clients disconnect due to time-out. They do reconnect automatically but that causes the history for all MQTT delivered HA entities to become unavailable every +- 30 min. It fills the logs for no use. Any idea? Relevant repeating log entries : ```2022-02-28T12:15:23: New client connected from 192.168.0.10 as ebusd_21.2_1 (p1, c1, k60, u'ebusd').
2022-02-28T12:45:05: Saving in-memory database to /data/mosquitto.db.
2022-02-28T12:47:32: Client z2m_ha3 has exceeded timeout, disconnecting.
2022-02-28T12:47:32: Client 2E8gE6qBnEavo6r2UFOxQB has exceeded timeout, disconnecting.
2022-02-28T12:47:32: Client ebusd_22.2_382 has exceeded timeout, disconnecting.
2022-02-28T12:47:32: Client DVES_E3E08A has exceeded timeout, disconnecting.
2022-02-28T12:47:32: Client ebusd_21.2_1 has exceeded timeout, disconnecting.
No problem, I am sure it is something stupid. Just not sure what it is!
Hi. I've created a duckdns account, obtained the token, installed duckdns add-on, pasted the token and domain in to the config, and started the add-on, now what do I do? I thought I might simply browse to mydomain.duckdns.org, as the docs say I don't need to set up a portforward. It doesn't work. DuckDNS has picked up my external IP address OK.
I have installed Home Assistant Add-on: Letsencrypt and its started but keeps turning off. Log says Certificate not yet due for renewal
Certificate not yet due for renewal; no action taken.
[cont-finish.d] executing container finish scripts... but home assitant website is still showing Not Secure.
What am I missing nothing in documentation of add-on to enable
I don't think it's supposed to keep running
It grabs your certs or renews them if necessary and quits
Either run it manually when your certs need renewal or set up an automation for it
Does someone know if there's an add-on for an L2TP VPN-Tunnel?
The Wireguard protocol get's blocked in my Network so I can't use it.
Is there any add-on or way to get something running?
which docs? I would say a port forward is needed.
you tried ZeroTier? UDP hole punching
No, i haven't but i will try it. Thank you
is the remote supposed to do more than just turn the media player off and on jn apple tv addon?
what are you trying to achieve?
i just wanna use it as a normal remote, like the docs say.
execpt the remote is just a switch
do i need like a script or something
It's very explicit that the user doesn't have to open ports.
@covert arch
which remote? the apple tv remote? as in, the one you have in your hand? or the remote entity?
the remote entity just has a on and off switch on home assistant
yeah it just does on and off
i thought it supported remote commands?
has nothing to do with addons, which is why im confused
it does
it just doesnt expose them, i think you use events for anything else
“These entities allow you to turn the device on/off and to send control commands.”
its part of the addon. is there another channel for it?
and ah alright
its not part of a addon
its built into the apple tv #integrations-archived
yeah i got it mixed up, im so sorry lmao
It states you don't have to open ports to get the certificate, but you still need to inform your router where the requests from your DuckDNS url have to go
Hi, I just received my conbee II and plugged it in on my debian laptop with home assistant. When I try to install deCONZ in HA, I instantly get a failure popup:
Can't install homeassistant/amd64-addon-deconz:6.12.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=6.12.0&fromImage=homeassistant%2Famd64-addon-deconz: Internal Server Error ("Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:52667->[::1]:53: read: connection refused")
I restarted my HA, but turning it off and on again didn't help...
[::1]:53: read udp [::1]:52667->[::1]:53: read: connection refused
your dns resolver refuses to answer
That is in reference to getting certificates and not to reaching your server.
I can see how it could be read that way. I also cannot see how it couldn't work without opening the port to the server. It's academic: the port to my server was already open. I'm just trying to HTTPS it. Without success. My server is still happily serving HTTP on the redirected port, but not HTTPS. Have you any ideas what I might have missed out, please?
Yes, I see how that is an interpretation. In any case, I was fairly sure teh connection wouldn't work without opening a port. I'm stuck now, though, because the port is open, but it's still contactable by HTTP and not HTTPS. Any ideas, please?
DuckDNS is updating my WAN side IP OK.
@frank plover "http" would not be possible for local or external address if it were configured correctly. Do you have the http: configured
In configuration.yaml?
Looks like the Almond addon still hasn't been updated to Genie. The pull request has been sitting for months.
Anyone know when the new ZwaveJS will drop so we can upgrade to 2022.3.0? Did my upgrade for HASSIO and then all of my zwave died since my zwavejs is not the correct version for the upgraded integrations
all the zwave-js addons currently work with 2022.3.0
Is the Grafana add-on compatible with the InfluxDB add-on when using Flux database connections? It appears that I need to provide an "Organization" and a "Token" to create the Grafana DB Connection to InfluxDB using the Flux option. I don't see those anywhere in InfluxDB. (I can create Flux queries in InfluxDB, BTW and I'm current on both add-ons).
I updated from HA 2022.2.9 to 2022.3.0 today and Z-Wave JS fails.
Need to update the zwavejs2mqtt add-on, but there's no update available.
https://github.com/hassio-addons/addon-zwavejs2mqtt is at v0.35.2; mine is a v0.35.1.
Ideas on how to resolve this?
The same answer I said before, make sure you have the community repository installed, and/or manually check for updates
Go to Add-on Store -> ... -> Repositories, confirm Community repo is there, if not install it. Add-on Store -> ... -> Check for Updates
I added "https://github.com/hassio-addons/repository" and got an error:
"Unknown error, see supervisor logs"
2022-03-02 19:31:51 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/options - Invalid Add-on repository!
There are probably more log lines, what's the full context? There are also the supervisor logs.
2022-03-02 19:23:59 ERROR (MainThread) [homeassistant.components.hassio.handler] /addons return code 500 2022-03-02 19:23:59 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons - 2022-03-02 19:29:17 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/options request 2022-03-02 19:29:17 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/options - 2022-03-02 19:31:51 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/options - Invalid Add-on repository!
Where are the "supervisor" logs?
The update to v0.35.2 for the zwavejs2mqtt add-on just became available. And now the HA update to 2022.3.0 has a working Z-Wave JS.
Yes. It's there. HTTP worked before I had HTTP configured, though.
The log shows no errors. It just shows it doing good updates to DuckDNS.
In the configuration, do I need t put the full paths to the keyfiles, or does it get that from the configuration.yaml?
All of a sudden my core-dns add on keeps restarting. Here is the log output ... Does anybody have a clue what the problem is here?
plugin/mdns: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender="(null)" (inactive) interface="org.freedesktop.DBus" member="Hello" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (bus)
Yes @honest creek: Wild guess: You run a Supervised installation based on Ubuntu
Thats true 😉
Yeah I know, but always worked fine!
There is work being done to make it not crash like it did... but it won't be "fixed"
OK, just because Iam curious, why is Ubuntu not supported?
Because we cannot support all systems out there. Supervised is an advanced installation method, we have picked one distribution to tested and which is used/supported to reduce maintenance and support burden for the project. We picked Debian, as it has a more stable approach compared to Ubuntu in the long run. Additionally at the time Ubuntu already caused issues for our use case.
Understandbly ...
Don't get me wrong, you can pick and do anything you like, but it isn't support by our project. So if you like to run on X... go ahead
But its not something we test, support or take into account
Can I avoid the crash by switching back to another Version of core-dns addon? Do you know?
Thanks, it is just to gain some time to set up HA on a VM
Recently made that move myself, its really quickly done
as in: the backups are compatible/portable
What I did: Backup, download backup, shutdown machine, create VM, turn it on, restore backup
well in my case, I went from a Supervised installation in VM -> A Home Assistant Blue device
but the process in general is the same.
Sounds easy yeah ... the backup add on is worth a million 🥇
Thanks for the fast reply... now I know what to do
I didn't even use an add-on for that, I just downloaded it from the backup tab in HA itself
Yeah sure! 👍
By the way: Doing ha dns update --version 2021.06.0 temporarily fixed the problem, for anybody stumbling over this conversation...
Trying out a hassio for the first time. Used core in docker for a long while, but when moving to a house, I thought I might try out the newer thing. I ran into a bit of a problem though, with the deconz plug in. The docs says it should be auto discovered, but it is not. The docs says not to use the host name for home assistant integration. What address/hostname should I use? I assume some docker network/host magic is used?
I find a 172.30.XX.XX gateway but I have to authenticate it which the docs indicates I should not need to.
"Running a stand-alone instance of deCONZ (non add-on installation) requires a pairing between the deCONZ gateway and Home Assistant."
plug in is not really a term used in HA, do you mean the Deconz add-on (from the Add-on store in the supervisor) or the Deconz integration?
sorry, I mean add-on
Okay, so you installed the Add-on, is it running? And did you already add some devices?
Yeah, I used my backup from when running it in normal docker
If I use the 172.30.XX.XX IP it works with HA, but the integration breaks at a reboot. I guess the IP changes?
I also have to authenticate it as the docs says I should not need to.
Hmm, I'm not completely sure if I had to do that, but I do know that it doesn't break on reboot
I removed the add-on and will try to reinstall and see if it fixes everything
Right. And it should not work once you have that configuration in use, meaning you can only use https://
So if you can still reach it using http:// then something is not entered or formatted correctly
hey guys,
Switched from a Digital ocean droplet hosted UniFi Controller to UniFi Controller Addon.
Migrated the site, all went very smooth but I'm not able to visit my controller from outside my network.
Port forwarding 8443 to 192.168.1.100 (my Home Assistant IP)
Did a port scan and the result is Port 8443 is open on 213.xxx.xxx.xx.
I'm also using https://<wanip>:8443
What am I missing?
nvm, nothing it seems. Using my mobile connection I can reach it. But using the IP over my local network it's not resolving.
For people wondering, Sagemcom bbox (scarlet ISP Belgium) does not support NAT loopback 😮💨
Is there an addons for auto backup on Synology NAS ?
@spark compass posted a code wall, it is moved here --> https://hastebin.com/avefinomaq
OK, let's try that again
I'm trying to get the insteon-mqtt add on working. This is my first dip into MQTT and I'm getting the following error in the insteon-mqtt log
2022-03-03 09:47:17.406 ERROR Mqtt: MQTT connection error to 127.0.0.1 1883
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/insteon_mqtt/network/Mqtt.py", line 306, in connect
self.client.connect(self.host, self.port,
File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 914, in connect
return self.reconnect()
File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 1044, in reconnect
sock = self._create_socket_connection()
File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3685, in _create_socket_connection
return socket.create_connection(addr, timeout=self._connect_timeout, source_address=source)
File "/usr/lib/python3.9/socket.py", line 843, in create_connection
raise err
File "/usr/lib/python3.9/socket.py", line 831, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
I've added a user / password to HA
and I've added that to the insteon-mqtt config
@spark compass what do the mosquitto add-on logs show?
At the time nothing but successfull connections from user 'homeassistant'.. I'm re-installing everything now..
Mosquitto logs show nothing
well..
[cont-init.d] mosquitto.sh: executing...
[10:27:19] INFO: SSL is not enabled
[cont-init.d] mosquitto.sh: exited 0.
[cont-init.d] nginx.sh: executing...
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[10:27:20] INFO: Starting NGINX for authentication handling...
[10:27:20] INFO: Starting mosquitto MQTT broker...
1646332040: mosquitto version 1.6.12 starting
1646332040: |-- *** auth-plug: startup
[10:27:21] INFO: Successfully send discovery information to Home Assistant.
[10:27:22] INFO: Successfully send service information to the Supervisor.
[core-ssh insteon-mqtt]$ mosquitto_sub -v -h 127.0.0.1 -t 'test/topic' -u mqttuser -P <redacted>
Error: Connection refused
as a test
That's the log from 'supervisor'. are there other mosquitto logs?
So not much there...
I don't use it, but the insteon addon config should be pointed to your mosquitto broker addon. What config do you have there?
mqtt:
broker: 127.0.0.1
port: 1883
# Optional broker login data.
username: mqttuser
password: <redacted>
@young egret thanks for letting me know it was released. For some reason I had to add back in the community repo address and updates are now underway
core-mosquitto did it! Thank you
Hi all 🙂 I am trying to understand the different flags that can be uses in combination with the monitor addon (https://github.com/Limych/addon-presence-monitor/blob/v1.0.0/README.md#option-extra_arguments). I guess I struggle the most with this part = -t[adr]. Would anybody wanna try to help me understand?
can i both write an "a" flag alone, and then a "t" flag with an "a" flag? Like this = -a -tad
evening folks
Greetings! I am using HASSOS on a raspberry pi, and I am trying to use an updated version of the broadlink library for the broadlink integration, but I need to add it via a pip command. To be able to 'update' early, I need to disable protection in Terminal and SSH. How do I disable protection? there is no button i can find for it, and no instruction on the Terminal and SSH addon page ?
There should be a toggle on the addon page for that plugin. If not, make sure you still have the advanced toggle turned on in Settings
Under System where you can restart core, supervisor, host, as well as in the add ons page there are no toggles to turn on advanced. In addition there is no toggle for advanced for my admin user as well as no toggle for the add on page for the plugin.
The toggles for the terminal and ssh are .. start on boot, watchdog, auto update, and show in sidebar
i do remember doing an advanced toggle some versions back so i could add the addons like terminal and ssh as well as for samba, mariadb, and phpmyadmin
did things get locked down in one of the past few versions? I am on 2022.3.0 now.
Which addon are you using? There's SSH & Web Terminal which has a protection mode toggle, but the core one is Terminal & SSH—which doesn't mention "protect" anywhere in its documentation
you are correct, i am using the core one. so i let it search for more, and it tookme to my profile. a page i had not seen before... and i see advanced mode on it... but it is grayed out, and wont let me change it. .. Note that i am defined as an admin user. how do i get it ungrayed out?
@raven tinsel Is the Grafana add-on able to create InfluxDB add-on connections using the Flux query option? It appears that I need to provide an "Organization" and a "Token" to create the Grafana DB Connection to InfluxDB when using the Flux option. I don't see those parameters anywhere in InfluxDB. (I can create Flux queries in InfluxDB itself, BTW and I'm current on both add-ons).
It ought to be something you can toggle in the addon options
The only thing in the add on store when i search for ssh is a link like this...
Missing add-ons? Enable advanced mode in your user profile page
and it points to my profile
I do have the toggle set for administrator in my 'people ' page.. and it is also greyed out?? weird...
i think i am in a maze of twisty passages all alike. 🙂
Try clearing your cache, just in case
clearing cache didnt help the advanced mode toggle. it is still grayed out in my profile so i can't try to toggle it. I am using Firefox
And you are an admin you said. I can toggle it on and off for me.
yes, i am. it is on, and.. it is also grayed out so i cant change it. The only toggle that is changeable is the 'can only log in from the local network. the other toggle is 'allow person to login' and is on, but also greyed out.
Presumably so you don't lock yourself out 😉
right!
I'm just looking at the frontend code trying to find what might be disabling it
I can tell you how to disable it from a browser inspector, but that doesn't really help
interesting... my other user has admin turned on, and i can turn it off/on
how would i enable the advanced under the hood? 🙂
That I don't know, I just know that if you right click on the toggle in Firefox, click Inspect Element, you should be able to find a disabled property, if you remove that you might be able to toggle it on.
(Don't worry if you delete the wrong thing, just refresh and it'll come back)
But that's just enabling your ability to flip toggle, I have absolutely no idea if the actual permission change will be blocked by the backend (likely)
Try logging in as another admin user and changing the toggle for your account
Ok
@languid jackal your user profile is the one you see when you click on your avatar
in the lower left corner
not the people or user management
also @lament otter
lol
I believe it only shows in one place in the UI, I just went through quite a bit of code to check it 😛
oh I wasn't following the whole thing. I see now. Was thinking it couldn't be found
Yeah, it is pretty tricky to find, I said settings but what I actually meant was "the user below the configuration entry in the sidebar". I'd just installed the core update and it was rebooting 😂
yes, i got a bit messed up early on regarding the user page and the user profile... got that down pat now! 🙂
ok, so i created a new user as admin, and logging in as that user, i can set the advanced mode to on. It was not grayed out.
Then I'm guessing you found a weird UI bug, but the good news is: your problem is solved
From a developer standpoint, I hate them kinda bugs, 😀 I was able to install the other ssh/terminal using it. Thanks again for the help!
I hate them too, maybe sure to file it as a bug so it can get fixed!
@stark sinew posted a code wall, it is moved here --> https://hastebin.com/zezemirida
My AdGaurd Addon seems to be failing. details at https://hastebin.com/zezemirida
Is it stupid to have an automation turn on the Google Drive Backup Add-on every night for an hour, instead of just running the Add-on 24/7 ? 😄
Running on a Raspberry Pi 3
(the idea is to save resources)
my sqlite database blows up regularily and homeassistant loses all history. Sqlite ".recover" command fixes it right up, shoulnt home assistant try to use the ".recover" command automatically?
Not sure if this is a me issue or what but when logging in to my HA OS system via SSH the prompt starts with ➜ rather than my hostname, does anyone have any ideas why?
Greetings... so a continuation of my problems with Terminal & SSH and migrating to use SSH and Web Terminal. I have uninstalled Term and SSH and installed SSH and Web Terminal, and I am getting an error 502 Bad Gateway when using Safari as a browser, and when using Firefox, I get a blank panel, no indications. I have disabled protection mode so i can use the docker command to install an upgraded package, which I understand Term and SSH doesn't support. I have stopped the plugin and started it, and the green status dot does appear in the SSH and web term at the top right. Any ideas?? I do not have any weird network things going on, just straight 192.168.1.NNN addresses.
@languid jackal addon logs?
'''
@languid jackal posted a code wall, it is moved here --> https://hastebin.com/beciyewesa
I only see the warning in the system log with it running it disabled protected mode
refresh when i am on the terminal page? if so, no change in it.
still blank in firefox
ok. I saw the error about no password, and i have set it , now it is working. I had set the passwd previously with the other terminal, and didn't think about having to set it again.
I'm good now. Thanks!
one final question.. i have installed a test version of the python library broadlink. when the library gets updated in pip, will I need to manually change to the new version? or?
ah, if you're trying to customize an integration this is not the way
you would want to make use of the custom_integrations directory, basically creating a copy of the core integration there
#integrations-archived channel for more help with that
so custom_integrations directory would over ride whatever version is installed via the integrations page?
yeah
This can be done manually, but it is also where HACs downloads and places all custom integrations. Before HACs existed, it was all done by hand and following the docs for all the unofficial integrations
@sly kindle , so I guess the pip install would not be done then and would need some zip file or such?!
when you add packages to the ssh addon, those would only apply to that container
you aren't connected to the host, and even if you were, you would not be able to make changes which would be persistent
so if you stay within the standard docker fence, where you would put custom updates into the custom folder, where would pip3 install to, and would it stay around? .. Trying to wrap my head around the redirects that are happening in the docker world. 🙂
my last statement is assuming i'd be staying inside the container.
@languid jackal #integrations-archived
start there. ask/learn about the custom_integrations directory
will do, thanks for the info so far !
Figured it out. Under Preferences in Grafana, grab the "organization" field value for the "organization" in the Flux data connection. Leave the Token blank.
Any help here?
Hi,
i got Unify network running on my regular pc, but i want to move it to my raspberry pi's home assistant. Any way that i can do that without deleting the whole old setup and start from fresh?
backup and restore the config?
is it only possible in legacy mode?
seems unlikely, but I'm running in legacy mode:
i found it in the legacy mode 🙂
if i do it that one.. how does i make sure that the status is not disconnected?
do i delete the old account?
I'm not sure what you mean by "make sure that the status is not disconnected?", but you would need to change the inform URL for your devices. There are instructions elsewhere for that
i have to look at that tomrrow 😄 thanks for the help so far @viscid orchid
Hey guys, I have the Tautulli add-on installed, and I can no longer log in. Through proxy or direct, SSL or not, when I log in I don't get redirected. I do get a warning if I use incorrect credentials though. 'Leave the door open' does not work either, nothing redirects from the login screen.
Does anyone know how I can log in and regain control, failing this, where can I find the DB, to start a new instance?? Thank you!
~~Hi, I'm using Nabu Casa and I'm trying to setup the Bitwarden Add-on. I left the configuration as it is and nothing loads at https://mynabucasaurl.ui.nabu.casa:7277/ ; but it loads as expected at http://192.168.0.209:7277/
How can I access it through Nabu Casa? Thanks~~
Found out that there is no way to get it working with the Nabu Casa Cloud. (https://community.home-assistant.io/t/home-assistant-community-add-on-bitwarden-rs/115573/48)
401: Unauthorized instead of addon, clearing cache and other browser data doesn't do anything
only happens in chromium firefox is fine
all addons
Just want to say that i freaking hate the fact that everywhere the entity id is being replaced for a name. Normally i would select an entity id out of node red en copy it in another node. now there is no more way to select an entity id and have to typ it everytime who in the hell came up with this idea
Hello all,
I am working now more than 1 week on my problem, but didnt get it fixed. So I like to ask here:
I am using a Raspberry Pi 3B with Home Assistant OS. To the Raspberry Pi is a device connected via GPIO which is using SPI. How can I enable SPI on the host? Normally I am using raspi-config to enable SPI, but this didnt work with the Home Assistant OS. I found something on website to activate I2C and I modified it for SPI, but I am not sure if this is correct.
The problem is: My device connected to GPIO didnt work properly in the add-on. I build the add-on already with Alpine Linux and Raspbian Images provided by Home Assistant, but both dont work.
I also enabled the gpiomem and spidev0.0 and spidev0.1 devices, they are all visible on host and add-on. The add-on is running with privileged: true and SYS_RAWIO options to ensure GPIO can be accessed by the add-on.
In the Python is done this:
GPIO add_event_detect()
This causes the error: RuntimeError: Failed to add edge detection.
I am not ably to fix this and thats why I am asking here for help. The error isnt in Python code. I tested it already on standalone Raspberry Pi and on an Alpine Linux docker image with the necessary packages. The error must be somewhere in Home Assistant OS (or because SPI(dev)) isnt enabled correctly.
Thanks for any tips 🙂
Stay sure and safe!
In the last two days, the rpi3 I'm using for my home assistant instance has become completely unresponsive a couple of times. I was using the VS Code server UI every time it fell over, so I'm wondering if that could be the cause.
I've disabled the add on this morning, and the machine hasn't died since
But arguably I'm also using it less, now that working on my dashboards has gotten harder
Any ideas on how to debug this? I was wondering if I had a thermal issue, does HA OS come with a temperature sensor for the RPi?
If you want one you need to create it, in configuration.yaml paste this code:
sensor:
- platform: command_line
name: CPU Temperature
command: "cat /sys/class/thermal/thermal_zone0/temp"If errors occur, make sure configuration file is encoded as UTF-8
unit_of_measurement: "°C"
value_template: "{{ value | multiply(0.001) | round(1) }}"
then save, restart the pi and you should have a new sensor.
I also had some issues with the pi (4 4gb ram in my case in the past). I bought a argon case and a SSD and it's more reliable. temperature is under control with the included fan (most of the time is off) and the SSD is faster and i had no issues.
with the SD card some times after powerloss some data got lost, like some automations and something like that. Since the os is running on the SSD I haven't lost any data
assuming, of course, that they don't already have a sensor: line in configuration.yaml, in which case it would fail config validation
Is the system running on a SD card?
yes
Maybe the SD Card is in bad state
hm, it's maybe two weeks old
but I can see if I can fsck it
ok, if I can find out how to fsck my partitions on this docker mess
looks OKish when I fsck from another machine
Do you have cooling fins on the cpu?
no, I'll set up that temperature sensor and will keep an eye on that
and it's dead again a few minutes after re-enabling vs code server
Do you have a propper power supply
yeah, and no logs about power issues
maybe I do need to move this off to a real machine and just run HA straight in docker
I'm having problems with the official Mosquitto addon. I can see clients connecting in the logs, but it just.....doesn't work. I can point devices at a manual mosquitto install and it works fine. What am I missing?
Both Node-Red and HASS directly don't see any published messages
Hello, I am having an issue with ESPHome and an ESP32 dev board (WROOM). I had to flash the board with the ESPHome Flasher because I could not get the board to show up locally. Used the .bin file created on HA ESPHome. It successfully connects to my wifi network. When I first power it on, it will show up in ESPHome on HA with a gray 'ONLINE" and will show OFFLINE after a few seconds. It will periodically show the gray 'ONLINE' again and then go OFFLINE.
I am seeing this when attempting to get logs:
INFO Reading configuration /config/esphome/esp32-bt-node-1.yaml...
INFO Starting log output from esp32-bt-node-1.local using esphome API
WARNING Can't connect to ESPHome API for esp32-bt-node-1.local: Error resolving IP address: [Errno -2] Name or service not known
INFO Trying to reconnect to esp32-bt-node-1.local in the background
I have tried resetting and reflashing multiple times, but always end with the same result.
Probably nothing to do with the add-on. Try asking in #diy-archived or on the ESPHome discord server. Is there anything special about your local network that would prevent mDNS working?
Do you have other ESPHome devices that work or is this the first one?
I have some esp8266 dev boards that used to to work fine. They've been offline for a while and now exhibit the same behavior of showing online right after boot, but then going offline.
I have also never been able to connect to HA using .local
I have migrated from a RPi4 to a VM installation on another machine. Could that be the cause?
studio code server keeps saying it can't connect to home assistant.. i finally thought i'd uninstall and reinstall it, but after hitting uninstall i can't find it anymore under addons. did something change?
Do you still have the Community Addons repository listed?
ah thanks
Hmm. Those instructions are a bit vague about where to add a repository. It's the three dots icon top right in the addon store.
Does anyone use the Adaptive Lighting component? It seems to start brightening things up like an hour too early for me.
@tropic spoke Your message has been deleted as it contains a link or a domain name 'pasteboard_dot_co' that is on the blocked list because of: 'Virus detected!'.
Please re-post by removing/changing the domain name/link. Your original message has been DM'ed to you.
This is my dashboard right now at 5am and it's already started to increase brightness even though sunrise isn't for another hour. (How do I upload an image. Discord won't let me and hassbot deletes the message from image uploader sites...)
@jade cobalt posted a code wall, it is moved here --> https://hastebin.com/uwevigavaw
use imgur
I'm having issues with AdGuard. I can't seem to get it to work. If I point DNS on my laptop to HASS it just doesn't give me internet access
I've set my upstream to
tcp://1.0.0.1
https://cloudflare-dns.com/dns-query```
Am I missing something?
Apologies - I'm still new and learning the difference between ADDON, ADDON REPOSITORY, etc. Thanks for humoring me.
Is anyone else having issues with their zigbee2mqtt web UI showing up? I just noticed this morning, but all my zigbee devices and associated automations are working.
Anyone use the Tesla add-on (vehicle, not powerwall). Curious about how much battery drain it adds?
https://imgur.com/a/a17ALLy picture of my dashboard at 5am, you can see it's already at 40% an hour before sunrise
hm, no, working fine on my rpi3
if you open the dev console of your browser, do you see any errors?
Looks like an issue related to the iOS app. Not seeing it in the browser.
Question, is there a way to have a Sidebar webpage on Homeassistant for a version of Adguard that is running on a different device?
or is there a way to modify what the existing Sidebar link points to?
Can someone please assist me. My InfluxDB that I run with Home Assistant on HASSIO stopped working. I get the following error in the log when it starts up:
"[cont-init.d] 00-banner.sh: executing...
curl: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: invalid ELF header
[08:37:38] ERROR: Something went wrong contacting the API"
Hi, just a quick question on how to upgrade Grafana 7.4.1 to 8.4.x in Home Assistant OS (non Docker)
@raven tinsel do you have any guide as to updating Grafana to the latest version. Your GitHub only mentions Docker approach, but how about traditional Home Assistant installation
Well
Actually
The home assistant install is a docker container
Your entire os is docker
Home assistant is docker
Your life is docker
The universe is docker
Idk where im going with this
@weary stratus
the vscode addon , is it available as a docker container ?
almost all add-ons in the community repo are based on an existing available image
and yeah, @weary stratus Home Assistant OS uses docker to create the addons. Frenck or someone else updates the image, and you get the update when that happens
I'm having issues with AdGuard. I can't seem to get it to work. If I point DNS on my laptop to HASS it just doesn't give me internet access. I've set my upstream to
tcp://1.0.0.1
https://cloudflare-dns.com/dns-query```
Am I missing something?
Updates are offered via Home Assistant
Dear @raven tinsel if there is a new version already avaialble on Grafana website and mentioned in your GitHub but HA does not show a possibility to update, what can be a problem and is there a way to force upgrade? Or the new version is not cnsidered stable to be included in update process?
@sand hingeI will look up your story in free time. As I understand nevertheless the method of installation HA is a docket container, and all addons are also docker containers. Is the difference only in the installation method? With Docker one would need to configure all by himself, whilst with ISO installation all is prepared (but still is Docker based)?
HA does not show a possibility to update
Thus there is no new add-on release yet. There is no way to upgrade just grafana itself, the add-on needs to be updated
An add-on contains of more things than just grafana...
I tried to update the ssh addon (a0d7b954_ssh) but after the update all my hassio.addon_stdin calls stop working, I've already tried to re-install the addon but it won't work anymore... do I need to reconfigure all the ssh keys to get the service work? thank you all
It was removed
Hi.. in my Adguard, I have the following. 1.1.1.1
https://1.0.0.1/dns-query
1.1.1.1
https://1.0.0.1/dns-query
I've also checked off Load Balancing. This seems to work for me.
Additionally, I have the Bootstrap DNS Set as
1.1.1.1:53
1.0.0.1:53
Hi, I'm using tailscale but today I was unable to connect to HA. I noticed that on de tailscale page Key expired. I disbale it and now it's working again. When I re-enable its saying "Expires 30 minutes from now". How can the key be updated in HA? I've restarted the plugin but did not solved it.
to what have you set it exactly instead?
parallell?
also what filters do you use? the bootstraps worked but it still doesn't block all ads yet
main one i want to block are youtube ads on tv, web and the app
Issue fixed. Under the web gui in HA there is a button to reauthenticate. Now searching a way how to be informed upfront
I started using Tailscale today and love it. Do let me know if you find a solution!
The default is 180 days expiry right?
Indeed but you can change that.
I'm trying to create a partial backup of my mariadb addon to migrate to a new server while keeping my data but it seems to get stuck for some reason
after a while the popup closes but there is no backup and when I try a new backup I get the message that the system is in a freeze state ... 🤷♂️
I can install the addon from scratch on the new server no problem, but can I copy the DB file(s) manually somehow ? and where should I be looking for them ?
Lost ability to remove Zwave Device: I'm running Home Assistant OS 7.4, HA 2022.3.3, and the ZWave JS Add-on (0.1.54). Sometime recently, I lost the ability to use the "Remove Device" function in the ZWave JS Add-on. The option is there, but greyed out. Everything else appears to work normally in both the Add-on and device function. Ive restarted HA, the Add-on, and done a full host reboot. I don't see anything in the HA or ZWave JS add-on logs that indicate a problem. I'm not sure exactly when the problem cropped up, although I suspect it was during the 2022.3 update as I've experience many UI quirks since then - some that have been fixed. I need to remove a device that is malfunctioning. I suppose I could remove it as-if it was a dead node, but would prefer to exclude it properly. I looked through GitHub and saw some other open issues for ZWave JS add-on (including some I'm also experiencing), but not this exact issue. Where to go?
Update: There is an issue open for it already: https://github.com/home-assistant/core/issues/67936
Hello, anyone knows why the Telegram integration needs to be installed?
I am getting and error:
`The following integrations and platforms could not be set up:
telegram_bot
telegram.notify`
I can´t search the services on the Developer Tools neither.
The Telegram integration does not need to be installed. You will get that error if you have attempted to install the integration incorrectly. And as the Telegram integration is not an add-on you should ask in #integrations-archived
thanks
recently i notice my debian 11 os suprevisor become unsupported. Issue was systemd not start. the ha is running adguard and disabling systemd-resolved. systemd-resolved conflicting with adguard.
i got warning starting systemd-resolved. mDNS-IPv4: There appears to be another mDNS responder running, or previously systemd-resolved crashed with some outstanding transfers.
is this something be safely ignore ?
for now i have disabled multicast DNS from /etc/systemd/resolved.conf.
I have node red running as an addon. I need to be able to access it from outside of home Assistant. What's the correct way to do it? Need the ability to have an inward call from Amazon go into node red
I have a problem with my mariadb addon which I am unsure when started. I get this error in the log continously:
2022-03-10 15:52:29 15 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
I have tried stopping all other addons so only the mariadb addon is running
Recorder is working fine and is using user homeassistant with a custom password
i'm getting an warning from mqtt.. how do i find this file and resolve this?
Logger: homeassistant.components.mqtt.light.schema_json
Source: components/mqtt/light/schema_json.py:267
Integration: MQTT (documentation, issues)
First occurred: March 8, 2022, 5:39:54 AM (1828 occurrences)
Last logged: 7:16:28 AM
Invalid color mode received
Since updating to supervisor-2022.03.3, with all the hassle of the last 2 days (codenotary etc..), the ewelink official integration has broken. It produces Websocket errors in supervisor log. The only workaround is to refresh from the ewelink webui in ha. Please someone help! @raven tinsel
Hi, what does the TOR add on do, in plain language? I can't figure it out hahaha
@elder egret posted a code wall, it is moved here --> https://hastebin.com/ohiwitazok
Hey hey, I have a question on the DHCP server add-on... How to specify a vlan interface, e.g. eth0.2? If I put the string "eth0.2" in the configuration for the DHCP server addon, starting the server fails with a syntax error:
/etc/dhcpd.conf line 7: semicolon expected.
interface eth0.
^
Link above points to the generated config file...
If I use z-wave JS to MQTT can I uninstall Z-Wave JS?
the addon, yes
thank you
Is there a way to tell if I'm actually using maria db? the history tab is really slow, but I think it's installed correctly...
or are there any tips for speeding it up?
the history tab basically kills my browser. 😕
I installed the phpmyadmin addon and I don't think I'm using it.
the mysql event table is blank
but the home assistant event table has all of my entries in it.
Am I reading that right, or does anyone have any suggestions for troubleshooting?
@carmine spindle did you configure the recorder: integration in configuration.yaml?
If you've entered something and it's wrong then you should see error messages.
If you haven't changed it at all you would still be using the sqllite file
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks. Here's an example
Don't forget you can edit your post rather than repeatedly posting the same thing.
For over 15 lines you must use a code share site such as https://www.codepile.net/ (pick YAML for the language) or https://paste.debian.net/ (pick YAML for the language).
recorder:
db_url: mysql://homeassistant:AwJOOctkvtdFSGVfxvaW@core-mariadb/homeassistant?charset=utf8mb4
many times
And nothing in logs?
A blunt way would be to rename or delete the home-assistant_v2.db file
I'm starting to think maybe it is but shouldn't it be pretty quick?
If it returns after a restart, then it is being used
It should be faster. Though if you are switching to another db, you can also configure it further to include only what you want, and/or exclude what you don't
renamed, restarting HA now to see if it changes that file
nope it's still the same
and it was last edited in 2021 so I think I must be using mariadb
did it create a new file?
no
ok so that's good
the history is still crazy slow though, and it's only looking at the last 3 hours.
You can delete it now as it is unused and you won't likely be switching back to it
Or if you do switch back, you would rather start fresh anyway
the history tab has completely frozen my browser again lol
deleted, it was only 50Mb but still better to have it clean.
the logbook is quick, but history completely kills my browser.
Maybe I need to give my VM more memory?
right now it's only using 8 GB
since september of 21
but shouldn't it only be polling the last 3 hours worth of events on the history tab?
oh, and you're just now seeing if it's in use? 😅
I don't get as much tinker time ans I'd like lol
I have probably a stupid question. I know there should be a glances addon in the store, and I even had it installed at one point. But over the last several releases I noticed Glances not working/running, and when I went to reinstall the add-on, it is not listed in the store.
Is there a way to get that addon back?
@ivory obsidian do you have advanced mode enabled for your user?
Yes
@sly kindle I may have found a work around by adding the official repo to the list of repos, there were a number of the addons missing
@sly kindle Oh, maybe glances in not in the official. What was missing was the community addons repo. Doh!
it would be nice to know why that happens so often
both repos were missing?
@sly kindle For me only the community addos was missing. The official and one I manually added were there.
This guy says that his issues were caused by his real time power monitoring, I wonder if that is what is messing with me. https://community.home-assistant.io/t/reducing-loading-time-for-logbook-history-b/172306/11
Anyone know if there is a way to exclude entities from showing up in the history tab without disabling them completely? I guess I could disable the real time data since HA only polls once an hour...
you can use the same include/exclude that you can use with recorder:
But I would start with recorder: as there's a lot of stuff you don't need to keep
db_url: mysql://homeassistant:passwordhere@core-mariadb/homeassistant?charset=utf8mb4
include:
domains:
- switch
- light
- sensor
- binary_sensor
- cover
- automation
- person
- device_tracker
- input_boolean
so you're saying to exclude some entities history from recorder?
oh you're specifically including things...
yes. a common example is sun.sun
Do you really need that?
Basically anything you are not interested in, so an include is good to start with
how do I get a list of entities?
Hello All! I use the Mosquitto Broker add-on for HA. Is there a good ressources you can point me to to configure this as mqtt-bridge? Reason is that I want to subscribe my MQTT Broker to TTN Network-Broker to receive my LoRaWAN Sensor messages...
Any feedback appreciated. with TTN Console V3 it seems that there is no better solution; but I'm open if you have a recommendation
Thanks a lot!!!
start with domains like in the example above
I'm not sure I understand the domains list. where do I find that?
domains...any light entity you have belongs to the light domain
right but is there a list of domains?
it's what every entity you have begins with on the left side of the dot
I'm not in this enough to trust myself to remember everything.
go to your developer tools > states page
and it's the prefix area like "automation.xxxxxx"
yes
cool
Looks like studio code server has auto complete info for it as well
now do I need to clean something out in order to get rid of the extra junk?
I really don't want to lose my energy data, but everything else could be wiped.
you might check in #energy-archived for that
MQTT Broker Bridge
i have the ESPHome addon and have started to setup a NGINX remote proxy on another system. Now when i use ESPHome the serial logs / remote install fails to bring anything up on the console window.
it works when i dont go through the proxy but i am trying to remove the unsecure restriction
found a typo in my nginx. am good now
Is there an easy way, to get the docker image https://hub.docker.com/r/4r15/snowflake-proxy work in hassio?
Hi i installed wiregaurd add-on Frenck made and i think i t's working. But i don't see anything in the logs. When i turn on wireguard on phone i can use internet. That means it is working, right?
WireGuard is typically used to establish a connection to your home network from outside. Just having a functional internet connection from your phone doesn't mean a thing
Yeah i understand the concept. The what IP goes where has me alittle confused though
I'll give it another go from scratch
Hey,
I’m pretty new to Home Assistant and currently trying to run a self build docker-container as HA OS Add-on. The „Tutorial: Making your first add-on“ describes this process pretty good. But as I understand it correctly, the defined Docker Image is build at the install process on the .
Here my question: Is it also possible to run the add-on container, without to building the image and only load the prebuild image from a container registry like ghcr.io ?
Good question for #devs_add-ons-archived
Question about duckdns addon
I set it up but I'm still getting certification error.
How long does it take to get new cert?
I was browsing the supervisor log and noticed
22-03-12 15:04:03 WARNING (MainThread) [supervisor.addons.options] Option 'interface' does not exist in the schema for Samba share (core_samba)
The samba share documentation doesn't show a 'interface' option. Bug somewhere?
okay got the wireguard working. Only question i have.. should it automatically swap if i change the network on the client or is it normal i have to stop and start the connection? Seems probably normal.
Not sure what i did wrong earlier. Maybe a typo somewhere. Worked 1st go now
The more i think about it the more it makes sense it does not support magically swapping when client network changes. 😊
Is there a way to send a core command (ha core restart) for example via ssh login? SSH is configured with a keypair, so when I run the SSH command it errors out:
time="2022-03-12T15:43:40-08:00" level=error msg="Unexpected server response. Status code: 401"
Unexpected server response. Status code: 401
I recall that there's a better way to do this, but this shell script works for me:
ssh hassio "source /etc/profile.d/homeassistant.sh ; ha $*"
So, the semicolon is what helps get rid of the error, but the command is not passing through. You say that's a shell script, but is the ha $* the command?
Yeah, I figured that much out. But I am making some progress with it at least with a sleep command embedded in - for right now, I can have it pause via sleep for a couple of seconds, but the command is firing after I disconnect, so that's not exactly what I am after.
ssh hassio "source /etc/profile.d/homeassistant.sh;ha core info"
So, in my case, I tried this (I'm thinking your source /etc/profile.d... is pointing to your script)
ssh hassio@192.168.1.167 ; ha core info
it is not
It brings the banner up but nothing after that
have you tried exactly what I've provided with the proper host?
I see now. You have to call that script first.
I got it to work with the core info
specifically, you're populating the environment with the proper environment variable with the proper token first
another option:
ssh hassio "zsh --login -c 'ha core info'"
That one makes it easier, but...it bypassed my keyfile and asked for the password.
DOH! Never mind - I forgot to add my username to it.
Studio code server causes 100% cpu memory leak. Wondering if anyone else has seen this behavior
was looking for https setup in HA for espHome use
i installed adguard as an addon and configured my phone but im not seeing any traffic on the dashboard. its been over 30mins now. anything im missing?
heyhye, so i want to install this add on, but supervisor tab is not present on my dashboard or anywhere on the screen
Assuming you installed HAOS,
-> Supervisor
okay so i added ada, wich seems to be a voice assistant
how can i use a mic to speak to her that is not connected to the computer running HAOS
having some issues getting frigate to show cameras. I have it installed and when i go to it its just spinning circle in the menu and the second i put in the rtsp stream it breaks it and says 502 gateway but in vnc i can view the network stream
Not sure but I think this belongs here. I can't get to my front end locally using the fqdn. I can get to it via the ip address but I'm thinking something is up with the lets encrypt certificate. Is there a way to force a renew or does anyone know where the certs are stored so I can delete it?
Welp answered my own. Sorry
What can I do if my SSL certificate speedy expired but let's encrypt addon returns
Certificate not yet due for renewal; no action taken.
Hi guys, i have an issue related to an addon but not really a problem of the addon itself.
So, I was trying to configure ad-guard and set it up on router level.
I went to the dns server configuration and when i paste the ip shown by adguard on the setup guide (127.0.0.1) on the dns server configuration the router says invalid ipv4 address. Any clues?
hello, I installed the unifi addon and it works, but I have an issue with the RX/TX bytes, on the unifi controller it looks ok, but on HA I see the bytes scale always 0.0XXX MB, how can I fix this?
Regarding the VS Code add-on:
It is super awsome! But when I use a snippet, I do not get auto-completion for entities, and most of the regular vscode shortcuts do not work for me in the browser. Is there a way to by hand open auto-complete when running it in the browser?
Is there a fix for Studio Code Server marking some valid code as invalid? Or is it just me?
There's an open issue for it
vs-code add-on causes run away cpu and memory for me