#add-ons-archived
1 messages ยท Page 47 of 1
Ok nice! I've uninstalled the z-wave addon and installed the openzwave now. Lets see if I get anything ๐
I added Spotify to HA but when I stop the music after some minutes HA doesnt know the soruce anymore and I have to chose the soruce again until I can start the music from HA
Is there a solution for that?
Don't stop it ๐
haha xd
duck dns: + Generating signing request... req: Hit end of string before finding the equals. problems making Certificate Request
any help?
@weary stratus share the add-on config?
k
accept_terms: true
certfile: fullchain.pem
keyfile: privkey.pem
token: ***************************
domains:
- ***********.duckdns.org/
aliases: []
seconds: 300
@sly kindle there
remove the slash at the end of .org?
Hi guys, question - does anyone has a working NGINX configuration with basic HTTP auth, which works with Home Assistant? I have installed Nginx Proxy Manager addon and once HTTP auth has been enabled, it doesn't work (meaning that some pages inside HA aren't loading and I am receiving 401 Authorization Required as HTTP code). I've enabled Websockets but nothing really changes. Please help as I am going crazy with that ๐
I'd take a wild guess and say that HT Basic Auth is not suitable for HA
cannot really imagine people configuring reverse proxy and leaving the ports open on their router. I've checked NGINX configuration, and everything (what smart people on the internet say to enable websockets) is there. But the auth mechanism is very funky. Asking for help here to see whether it is only me, or other people also have/had issues with this setup
yeah fussing with another layer of auth to get to the next auth and adding bans...2FA and done
I'm having a hard time figuring out a good thermostat setup for when I have both a wall thermostat AND a thermostat in the heaters... any suggestions welcome
Disable one?
devices don't disable... entities do and I use lots of entities on the device... Not sure what happens to OVIF if all the entities are disabled
I have no idea what OVIF is...
it's an integration... sorry, wrong channel ๐
wow. I write in two channels at the same time and mix up the conversations
ignore that... the thermostat issue is the issue
the only way I can affect the heater is by setting it's internal thermostat
So what's the problem? What's the actual scenario that's giving you issues?
to make the room thermostat reach 21C in a certain amount of time I might have to set the two heater thermostats to 22.5 and 24 and once reached they should be set to 21.5 and 22 to maintain the temperature...
I realize I will have to manage these mappings, but I don't find any addons that will help me
I used to run Devolos controller and it would gradually increase the heater thermostats until it saw a change in the room thermostat and then learn what it had to do... it was however not very good and sometimes didn't realize that the large heater might be more efficient than the small one because the small one was quicker to make warm
I'm guessing someone else must have tried to make a better version of this already but I can't find anything that fits
I'm not sure why the need to set them higher initially. Thermostats are on/off. Your boiler won't kick out more heat just because the target is higher.
duckdns: Can someone please help me figure out why this is not working properly?
lets_encrypt:
accept_terms: true
certfile: fullchain.pem
keyfile: privkey.pem
token: XXXX
domains:
- shawke-ha.duckdns.org
- ha.shadowhawke.com
aliases: - domain: ha.shadowhawke.com
alias: shawke-ha.duckdns.org
seconds: 300
I get this as the log file
OK + Responding to challenge for ha.shadowhawke.com authorization...
- Cleaning challenge tokens...
OK + Challenge validation has failed :(
ERROR: Challenge is invalid! (returned: invalid) (result: {
"type": "dns-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "Incorrect TXT record "vHnQi7jzO5OgsY8YqgTdRMY4j5wR-loonctpKsNDqxo" found at _acme-challenge.ha.shadowhawke.com",
"status": 403
},
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/8183954472/hKtQyQ",
"token": "GNgFn1gD0hNkKeKr_9FGZxM_whwgGCWCsxeNbioj9Fk"
Incorrect TXT record at your dns registrar
How do I get a valid token to allow the registration?
@covert arch hmm , indeed this actually might work, didn't think of 2FA as the additional layer
Thanks for the suggestion!
fail2ban is also heaven sent
You mean to enable ip ban in HA configuration.yaml?
haven't touched that, but run a reverse proxy with fail2ban
I see, I think that nginx proxy manager doesn't include F2B, so would need to think of another way (or just leaving it as it is for the time being)
Kjjjjj
@naive locust anything in the supervisor > system logs?
oh
20-10-28 16:59:56 INFO (MainThread) [supervisor.addons] Add-on 'core_zwave' successfully installed
I guess it did actually install it? and gave me an error just for funsies?
If i need to connect one addon to another, can I just use the addon container name? For example I want to use node red to POST something to traccar. Can I use http://addon_a0d7b954_traccar:5144 as the hostname? The reason I am needing to do this is the port isn't exposed
You know, this doesn't matter because this addon runs in host networking mode, nevermind.
any one good in node red ?
problem is:
i have 3 input Booleans, that update at different times but i only what to pass a signal if:
A) ANY is ON send ON signal
B) if ALL are OFF send OFF signal.
currently i can only figure out how to send signal that is the LAST change.
cant even figure out what im asking so googling/forms have been no help.
@cedar pollen #node-red-archived
just did ๐
Hello, I'm trying to create my first esphome. But I keep getting this error: Unable to find action with the name 'switch.turn_on'.
Anybody know a solution?
Sorry if wrong place to ask.
Thanks, I will try there ๐
Hello! I got a little bit of trouble with the mosquito add-on, uninstalled it and I want to properly set it up. I got my duckdns setup.
Could someone walk me through setting it up securely?
I am currently researching a bit more to see where I messed up, so please ping me.
Securely? Are you trying to expose your MQTT to the internet? ๐ฎ
wait what?
if i enable certificates, doesn;t that encrypt traffic from clients to the broker?
Well, yes... but does you need to expose it to the internet? Usually, the point of choosing HA is to have local control of everything.
Exposing the dashboard is one thing, exposing all the mechanisms and comms that control your home and its devices is another.
whoah, then i got it really really messed up. let me shoot an example. if i have a nodemcu, with code to connect to the wifi with the credentials hardcoded, which speaks to the mqtt addon
doesn't that send the credentials via plain txt?
Yes... but on your local network, so who cares?
couldn't someone listen to that?
If someone is inside your home on your WiFi, you already have zero security.
๐
You secure internet traffic to prevent man-in-the-middle attacks. If someone has the keys to your house already, there's nothing left to secure.
so then let me ask just one more question, in order to pubsub to the broker, when i am in another network, all i have to do is tunnel to the ha network. right?
Yeah, sounds good to me
and then i can use the wifi i have in that house, and the mqtt broker will pickup the topics
neat
thanks for the revelation
they're listening from inside the house...
does anyone know the default mosquitto broker adress by any chance?
As visible from your internal network, it'll be the IP address of your HA host, port 1883.
thanks!
hmm, weird, i am connecting to that adress while tunneliling with mqtt dashboard on my phone, but it seems to not connect
time to dig
nwm that, currently on teamviewer on the home network, and can't get mqtt explorer to connect either
shouldn't the broker adress be the static ip i set for ha, and the username/password be the ones in the configure menu for mqtt?
yeap, can't for the life of me figure out where to find the server
@turbid lake the mqtt broker IP is the same as your HA instance if you're using the addon
i tried the static ip, the dns, none work
username and password can be any HA user you have, or the legacy user/pass if you filled that in
i did use the ha user, and also just to make sure i set an user with the same credentials in supervisor-mqtt addon- config
What does your add-on config look like?
You don't need both. You can start the add-on without making any config changes
Maybe reset it to default config
i will reset it to default then, but i did do that already
Do you have devices trying to connect to it?
nothing
You would see that in the logs
@turbid lake posted a code wall, it is moved here --> https://paste.ubuntu.com/p/YzTGF6hgwz/
oh
none, all i have is the windows machine on which the vm for ha runs
and the laptop i am currently using to remote acces it
sooo... what do you need mqtt for
like...mqtt stuff? just kidding, i want to program some blinds
and as i am away atm, i am trying to acces the network with a tunnel, but i also have dns duck setup
but scrape that, i am using teamviewr atm, to locally connect with mqtt exlplorer
and can't even do that
by program some blinds i mean making them from scratch
i got that part down, without ha, just an mqtt broker, and mqtt dashboard on my phone
ok, so maybe something wrong in the mqtt explorer settings?
well, just a day before i could connect perfectly fine to a "nomral" mqtt broker
said mqtt broker ran directly on my windows machine
i did test the pub sub in ha, it works
so the broker is there somewhere, but i can't get any "real" info on it
i just uninstalled the add-on, deleted the integration
shouldn't i just install it, click configure, and then be able to enter in the mqtt explorer the static ip and my ha credentials?
let me double check
oh fuck me it had a /24 after it
it works, at least on the windows that runs the vm
now to finding out how to make it work with a tunnel
but thanks a bunch
at least now i can go to sleep peacefully
it works well with wire guard
is there a way to deploy wireguard for the whole remote wifi network?
found a guide! thanks anyway in advance for anyone who would have read!
Haha the lovelace-thermostat-card handles so many decimals on the temperatures without rounding that it will display X.10 on the display when the temp is x.95 ๐
Hi guys, I found a bug in the DuckDNS addon for HA and I can reproduce the bug on three different HA installs. When accessing HA over duckdns and watching any camera (I tried the yr.no example on the generic camera docs), the camera/image disappears after 60 seconds so the screen is just blank. Tested using Developer Tools->Click on a camera and wait for 70s and the image goes bank after ~60s. Anyone else who knows what's going on? Does not happen when using a custom dns or local IP. I'm using DuckDNS with the NGINX addon
Folks, I have HA running on a raspberry PI. I would like to configure the pi WIFI as an access point. Any idea if this is possible?
sure, depends heavily on your installation method though
using HASSIO?
Hass.io was the old name for the appliance like install option, that uses Docker. It is now simply called Home Assistant OS (see #330990055533576204).
woops. reading all these old threads has confused me!
I don't know of any add-on for creating a AP but if you're familiar with docker you find lots of containers for this
ok thanks. so your suggestion (to confirm my understanding) is to consider a container on homeassistant OS that adds this functionality?
https://github.com/shugaoye/docker-rpi-ap for example, bit outdated
@covert arch , I am not that familiar with docker. So this is going to take a few hours of research to get a this docker container running. Wonder if you know of any good instructions on how to get this new container setup in HomeAssistantOS?
I have no specific tutorial with hassos in mind, basically you need the webterminal addon in priviledged mode and run the additional container with docker run, portainer addon can also help beginners to keep an overview of what you're doing.
be careful with your installation!
thanks
using the Command line, how do i see the logs for an addon
specifically appdaemon?
docker ps
and then
docker logs %containername%
@quick solar posted a code wall, it is moved here --> https://paste.ubuntu.com/p/5bC45vfZ6Q/
which i cannot do because i'm struggling to get the os started
well then better get it running first
i think the issue is with appdaemon, as of this post
trying to work out how to stop the addon through the cli
snapshot restore?
not the prepared unfortunately, fairly new image, guess i could make a copy of the yaml directories and start over
@covert arch I have managed to run the new docker container. (it was rather easy)
The container starts but then stops with log error:
standard_init_linux.go:211: exec user process caused "exec format error"
So looks like my next step is to find out how to view the files associated with this container? Not sure where to go from here.
You get that error when using wrong architecture
dont know why this github repo refers to offlinehacker/docker-ap, this image is for amd64 on dockerhub
just try this one
https://hub.docker.com/r/simonchuang12/rpi-hostapd
thanks trying this now.
got the container to start. AP is available. Good start .thanks for your help
Hi! Is there any way of extracting the full OZW logs from the HomeAssistant hypervisor? I am debugging an issue and there are a few log prints which would help, but since I only see a few lines of a very verbose log in the HomeAssistant UI, I can't determine if I did not refresh at the right time or if the z-wave capabilities of that node have never been requested...
how do i pull the full log from an addon?
Hi everyone, I'm trying to install the ingress-nginx-proxy by arybitskiy....... https://github.com/arybitskiy/hassio-addon-ingress-nginx-proxy
I need this to solve my problem with not be able to see Node Red dashboards via Nuba Casa cloud HA. I have followed the instructions and can now see the add on in my local add ons section in the GUI, and ready to install.
But the install fails with this error :-
Failed to install addon
The command '/bin/bash -o pipefail -c apk add --no-cache --virtual .build-dependencies g++=9.3.0-r2 gcc=9.3.0-r2 libc-dev=0.7.2-r3 linux-headers=5.4.5-r1 make=4.3-r0 && apk add --no-cache git=2.26.2-r0 lua-resty-http=0.15-r0 nginx-mod-http-lua=1.18.0-r0 nginx=1.18.0-r0 openssh-client=8.3_p1-r0 patch=2.7.6-r6 && apk del --no-cache --purge .build-dependencies && rm -fr /tmp/* /etc/nginx' returned a non-zero code: 3
In the requirements.text, i noticed that it needs RPi.GPIO-0.7.0 installed, but when I try to install this I get this error:-
"unable to execute command 'gcc' failed with exit status 1
no such file or directory?????
I'm like a dog chasing his tail, any help would be gratefully received ๐
which instructions?
what install method?
Please use https://paste.ubuntu.com/ or https://www.hastebin.com/ to share code or logs.
for future code walls ^^
i like to use http://sprunge.us
then you can just pipe cat output of text files or logs straight to it
how do i get text off of a pastebin raw and display it in a title?
Display it in a title where?
@cunning wolf on a card
You'd get the information via an #integrations-archived and you'd display it in a card in your #frontend-archived. This isn't a question about addons.
Is anyone else having trouble with the Home Assistant base images? I'm getting errors about the root users when running any command (eg bash) https://paste.ubuntu.com/p/9DRZpsdwmC/
I'm seeing it with the amd64 image (homeassistant/amd64-base). Some others seem to work fine (i386, aarch7) but I don't have the hardware to test them all. Ran into it while trying to make a new release of my addon
Oh whoops I should ask this in #devs_add-ons-archived
trying to install the Google assistant sdk, but i don't seem to be able to find my model_id. the configuration says IT can also be found under the "Develop - Device registration" tab in the Google Actions Console, but that is nowhere to be found. and is model_id also what is called client_id in he json?
ok - so i managed to find sthg on stackoverflow - https://console.actions.google.com/u/0/project/{your-project-name}/deviceregistration/
Rpi 4 hassio installation. Updated Grafana add-on from 5.3.2 to 5.3.3 today. I'm noticing I cannot view individual panel graphs anymore. The dashboards are loading and I can see the data. But if I choose to "view" any of the individual panels, the page loads blank. On both browser and in the iOS app.
Hass.io was the old name for the appliance like install option, that uses Docker. It is now simply called Home Assistant OS (see #330990055533576204).
rpi4 with sd card?
Yes, RPi4 with 32GB SD Card.
influx as backend?
yes
that is one bad idea in general, regarding your issue: check your sd for corruption
the data is fine, the data is updating on the main dashboards already created. I can see the flow of data and can change the timescale and see it.
What I cannot do is choose one panel within that dashboard, and choose "view" from the dropdown.
clean cache, restart pi
how do I clean cache? I've never had to do that before, so I don't know the procedure. I have tried a restart already, and also tried a complete shut down power off and on again. Still doesn't display data from individual panels.
clean your browsers cache
I can try that. I did also mention above it isn't working on the iOS app. Same problem, completely different device.
Anyone know where to find instructions for setting up Ada?
yep, still works with 5.3.3
well, thanks for the help. still being a problem at my end. I'll scan the card again, I guess.
SD Card seems fine. No detected issues. Grafana "view" option works on Firefox and Chrome. Doesn't work on Safari or the iOS Companion app. I have also mentioned this in the iOS section.
see ios
Attempting to update AppDaemon from the Supervisor this evening and I am getting the following error: 404 Client Error: Not Found ("no such image: hassioaddons/appdaemon-armv7:0.3.1: No such image: hassioaddons/appdaemon-armv7:0.3.1")
Anyone aware of problems with the current image?
404 Error for docker usually is a result of one of these things:
-
The image tag you are trying to use does not exist (if this is the case you will see the word 'manifest' in the error)
-
There is not enough space left on the device to download the new container.
Not sure if this is the right place, but I'm using the NGINX reverse proxy add-on and it's been working fine with my duckdns domains, but when I try using my own domain it always goes to my router login page. Any idea what I could be doing wrong?
Hi there can anyone help with Wiregaurd setup 1st question do i need to configure duckdns first and the port forward for that
I'm still a newb when it comes to this stuff, but I successfully set up Wireguard so I'll help if I can. If you're using duckdns to have your HA externally accessible, then yes you'll need to have that set up first.
What's the difference between the two SSH addons?
the official one is more limited and the community one (SSH & Web Terminal) is more full-featured
they may both be Frenck's now
I see they get security ratings at the extreme opposite ends of the scale.
(and yes, I enjoy being curious!)
Well naturally the one that grants greater system access is going to be considered less secure.
If you're properly protecting your network and HA instance, there's no extra risk.
Right. So the official one just exposes the ha utility/etc in a terminal inside a browser, but Frenck's one actually allows you to connect over ssh externally?
@drifting wedge thanks
duck dns is set up so is my external and local url in genral tap
how did you set up the port fowarding and what router
I think 51820 is the default port - assuming you're using that, you need to to forward 51820 to your HA's IP address
the original port and the forward-to port would be 51820
and it uses UDP
i know that by can i send screen shots on here
I think so
Please use imgur or other image sharing web sites, and share the link here.
Guess not haha
https://community.home-assistant.io/t/duck-dns-port-forwarding/88118 this is what my set up looks like
and you're trying to figure out what goes where?
Change vpn external ports to 51820
done
Any luck?
i have restarted home assistant now its stuck and wont log me back in
i have had to grey out the following to see if it wil let me back in
#Remote access
#http:
#base_url: https://
#ssl_certificate: /ssl/fullchain.pem
#ssl_key: /ssl/privkey.pem
I'm trying to get almond to work. anytime i trigger a home assistant entity i get "Failed to invoke query Error: Unexpected Home Assistant domain cover"
@supple wren get rid of base_url
Ok which bit all of it or just base url a bit
@zenith glen posted a code wall, it is moved here --> https://paste.ubuntu.com/p/sWJsPZzXJ9/
@zenith glen posted a code wall, it is moved here --> https://paste.ubuntu.com/p/SkjnTZH2Sf/
This bot seems too smart, even after avoid writing code on chat, it still found out and created a link https://paste.ubuntu.com/p/SkjnTZH2Sf/ . Can someone pls help me with tthe issue mentioned on that link with duckdns
need help with this
could you tag me when you are responding , I am at work , can't be active on discord. Thanks!
@zenith glen Rule #6: Spam will not be tolerated, including but not limited to: self-promotion, flooding, text walls (longer than 15 lines) and unapproved bots.
Please take the time now to review all of the rules and references in #rules.
It's not being 'smart'. It's enforcing the rules. 15 lines of anything is spam - it doesn't matter how much is code and how much is text.
got it.. Thanks! I understand its to avoid spam, but mine isn't spam , how can I write better here? or having that ubuntu link is the right way?
You should write a summary and then include a link to any logs/code using a tool like the one the bot used.
About your problem... what address and port are you trying to use to access your HA? Also, which protocol (HTTP or HTTPS)?
The port I am using to access from outside is 443 and internal it is 8123 , it is https
Your router settings say you're forwarding 8123. You need to forward your external 443 to your internal 8123.
Alternatively, set HA to listen on 443 and just pass that through 443 -> 443.
How can I implement this? https://github.com/home-assistant/hassio-addons/blob/master/check_config/README.md
Implement?
Install -> start -> done
Implement?
Install -> start -> done
@dark yoke
I don't see how to do it
Let me guess, you don't have a supervisor?
Not sure which install you're using? If you have system_health enabled you can check Configuration -> Info, or see the following.
-
If you're using HassOS, flashed an image, or booted a VM with an image you're using #330990055533576204
-
If you installed Linux and then ran a script to install HA and have add-ons then you have #330944238910963714
-
If you're running
dockercommands or use a Docker manager and have no add-ons then you have #449717345808547842 -
Finally, if you use
pipto install or upgrade you have #551864459891703809
Having difficulty chosing an install method? See this blog post for guidance.
Let me guess, you don't have a supervisor?
@dark yoke Yes XD
I installed it on docker
No addons for you!
My experience with that addon is that it is often broken and adds little value. Read the breaking changes, fix things, profit
is anyone able to help me with AdGuard not starting due to port 53 being used by home assistant?
are you actually using the AdGuard addon? And on Home Assistant OS?
I believe so, I have a VM running Home Assistant OS that has the AdGuard Home Add-on installed and configured per documentation
Supervisor -> system: Operating system HassOS4.15
what do the addon logs say?
There are 2 parts, one section says it couldnt load filter 1 contents due to stat no such file and the other is couldnt satrt forwarding dns server cause: couldn't listen to TCP socket, already in use
if i telent to my Home Assistant IP and port 53 its open so it feels to me that the systems supervisor has this service running
afaik, HA doesn't use port 53 for anything.
If it's open, you probably already have AdGuard running.
So i just uninstalled AdGuard and port 53 is still open when doing: telnet <HA_LAN_IP> 53
this kind of thing typically happens when you're not actually running Home Assistant OS, but are actually running a Supervised install on some other OS
and it has something listening on 53
I thought we were past that possibility, but ๐คทโโ๏ธ
Hey All! I am just wondering if there has been any discussion or development on a new "google nest integration" add-on now that google announced the device access feature? https://developers.google.com/nest/device-access
Did you check the new release?
@allenporter started working on adding Google Nest Device Access to the Nest integration. It is a base to extend on, for example, there is no thermostat yet. Looking forward to the upcoming releases!
That's not an #add-ons-archived @cunning wolf that's an #integrations-archived
Indeed... but it's the answer to what was asked ๐
true true ๐
awesome... I did not notice the new release
Every 3 weeks. It's worth checking the release notes page fairly often just to keep up to date with new features ๐
nah, just check git log and run nightly builds ๐
I'll have to reach out to Allen and see if I can be of help. I was going to start working on something tonight/this weekend for an integration or add-on
@worn salmon here is some discussion behind some issues they are having - https://github.com/home-assistant/core/issues/42550#issuecomment-719638598
Hi there i am having trouble with duck dns
if i type in this into my search bard https://halfajob.duckdns.org/ it will not load, yet if i put: :8123 in front of it it loads but without being secure
did you configure http: in configuration.yaml?
how i under stand this its been depreciated i dont need to do it in yaml it can be done under the general settings under internal external port
oh
you still need to add the ssl_ lines
example please
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem```
Thanks
My router being a BT Smat Hub i have Duck DNS Up Like SO
DuckDNS
Device Start
443 External start
End
443 External end
Start
8123 Internal Start
End
8123 Internal end
seems to be working now
just need to figure out wireguard
Solved it finaly working on both
Home Assistant Community Add-on: Visual Studio Code
This add-on is not available on your system.
running raspberry recommended set up (32bit)
any one know why its unavailable ?
Yes, itโs only available for 64-bit installs
Hello Team , I have added samba share addon and it is working successfully.
But I want to create a network drive to root folder rather sub folders, is that possible?
I see no configuration option on samba addon to share root folder.
@zenith glen posted a code wall, it is moved here --> https://paste.ubuntu.com/p/Vdvm48MV3T/
can someone pls help me with issue on DuckDNS , info is on above like. I didn't mean to spam asking everyday, but I have no clue what to do .
Hi everyone, I installed the ssh add-on and thought it'd come with rsync so that I can backup the snapshots to my NAS. However, rsync command isn't found on the command line. Does it depend on the installation method of home assistant?
running only one process per container (addon) is part of the docker philosophy,
use something like this
https://github.com/thomasmauerer/hassio-addons/tree/master/samba-backup
apk add rsync should also do it if needed
@zenith glen base_url should not be in your config in regard to duckdns
And the samba addon has access to the directories you need access to.
Hi friends, is there a way to print a document using hassio? I need to print the same document every Saturday to keep the ink heads from drying out
I can read the metrics of the printer but there seems to be no service I can call do actually print
Also I could not find any addons. I did find an article that you need to install cups, but I don't think I can because I am using the hassio installation
I already asked in automation and they redirected me here
@quasi rapids to #add-ons-archived? aren't there printer #integrations-archived ?
Sorry...I'm prejudiced against printers. My solution would be to set it on fire. Especially if it dries up within a week. ๐ Yes an add-on for CUPS is probably what you'd need
@sly kindle yeah I don't like them either, also they don't dry up in a week. But I print something every week anyways just to stay on the save side
So can anyone help me out? ๐
2d or 3d?
maybe something that could be done with iotlink if using Windows
or maybe node-red has something
I have a very high-level question
If I have a product that communicates a mod bus signal out a RJ 485 port, And I want to capture that data as a sensor within homocystine, is there an add-on for that or how best should I go about developing an add-on specifically with regard to hardware
Like is this what MQTTT is for
Sorry if the questions hurt your head because I donโt really know what Iโm asking
Ultimately Iโd like to develop an add-on for this battery that has this mod bus data signal
@zenith glen base_url should not be in your config in regard to duckdns
@sly kindle you mean to say this is not correct ? could you please confirm what suppose to be?I have followed multiple videos and they all are referring to keep the domain I created
- xxxx.duckdns.org```
And the samba addon has access to the directories you need access to.
@sly kindle Yeah I do see I am able to map the network drive to individual directories likeconfigbackupetc , but not to/directory where in I can see all the sub directories .. is that possible to map root FS ?
not through the addon
not through the addon
@viscid orchid if it is to me, can you pls be more clear.. Thanks!
I believe that youโre asking is samba can provide a share for the root FS and the answer is simply no
oh ok thank u , is there any other way I can achieve it?
Not that Iโm aware of
ok, thank u for the response ... appreciate it
@zenith glen there's nothing to do on the host os level. it's all read only
and regarding duckdns I was referring to base_url: under http:
and regarding duckdns I was referring to base_url: under http:
@sly kindle could you please share what suppose to be there if you don't mind .
the adguard add-on says it creates a bunch of switches e.g. global protection switch, filtering switch, etc... I'd like to see that right on the HA dashboard so I can quickly disable... but I don't see it and can't find any way to add it... am I missing something?
nvm, found it
@sly kindle could you please share what suppose to be there if you don't mind .
@zenith glen I figured out , thank u!
I installed mariadb add-on and redirected recorder to write data there. Is there a way to open the mariadb an see the entries? And if so what is the way to do this
Is there also a way to delete or purge the data base manually
anybody has AdGuard add-on?
I installed it, and mapped dns1 to my hassio, but nothing really happend
I still have ads on yt and etc
hello everyone, i wondered if there is a working Add-on to control the LG airconditioner ThinQ)
i tried a few but none of them works so far
You are talking about #integrations-archived right?
oops yes
Anyone here able to revert the most recent changes to the AirSonos add on? 2.40 (current version) allows you to connect, but then fails when you try to play to it. Issue opened on GitHub a bit ago, but I donโt think @raven tinsel has had a chance to get to it yet
@spiral cove Snapshots are there for those cases
2020-11-01 11:55:59 ERROR (SyncWorker_3) [homeassistant.components.influxdb] Cannot connect to InfluxDB due to 'HTTPSConnectionPool(host='a0d7b954_influxdb', port=8086): Max retries exceeded with url: /write?db=home_assistant (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f872e12e0>: Failed to establish a new connection: [Errno -3] Try again'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
still having this happen, unsure why
obviously a config issue but unsure if it's HA end or influxdb end
check if your influxdb is running properly and why the connection fails
i'll check addon logs
Hi friends, is there a way to print a document using hassio? I need to print the same document every Saturday to keep the ink heads from drying out. I can read the metrics of the printer but there seems to be no service I can call do actually print.
Also I could not find any addons. I did find an article that you need to install cups, but I don't think I can because I am using the hassio installation.
no attempted connection in the log, just me opening the web console
depends on the printer @quasi rapids
It's an Epson Et-3750
my printer has a weekly self clean/prime cycle, doesn't yours?
According to tech support I need to print something every week
To avoid clogging
I had it clog once, since I print weekly the problem has gone away
I used a cron job on an old pi to print but that one I want to dismantle
Home Assistant does have the filling info about the printer
E. G. If its printing or the ink levels
But I don't think I can print with this
unsure of that
https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/packages/epson_printer.yaml is all i know about epson, not your printer though
`Known issues and limitations
While the Chronograph interface supports SSL, currently, the add-on does not support having SSL on InfluxDB. This limitation is caused by Chronograf and we are still looking into a proper solution for this.`
here is my issue
Thanks for checking though
Hi, I run HASS on my RPi4 and installed Grocy addon. How I can make it useable with Grocy Android app?
I enter my https://xxx.duckdns.org Server-URL, but something is missing
@raven tinsel what I'm doing wrong?
@atomic viper you'd need to add a port for it in the network config for the add-on
then specify that port at the end of your url, and forward that port in your router
Can someone please point me in the right direction for doc on VS code add-in to ignore ssl. I get the code-server is being accessed over insecure domain msg.
that message is more or less vscode telling you to use https I believe. ignoring ssl will not do
Right, no other way to prevent that from displaying
`cat withings.yaml
Example configuration.yaml entry
withings:
client_id: !secret WITHINGS_CLIENT_ID
client_secret: !secret WITHINGS_CONSUMER_SECRET`
Aborted The component is not configured. Please follow the documentation.
what am i doing wrong, it's in the sensors folder?
Looks like an #integrations-archived
I can not compile my esphome images.....You are not connected to the Internet.
If you build a project first time, we need Internet connection to install all dependencies and toolchains.
The second line is the error I get
I'm trying to get AppDaemon 4 working with either "weather.home" or the "National Weather Service" integration is driving me crazy, I can't for the life of me get it working. Most topics about AD and weather point to the defunct dark sky integration.
all weather integrations are basically the same. What are you trying to do with them?
@viscid orchid Just trying to start off an AD dashboard, but I keep on getting an "entity not found: undefined" and not a number error message. It doesn't help that I just upgraded to the latest version of hassio and now AD is spitting out "WARNING HASS: Disconnected from Home Assistant, retrying in 5 seconds".
have you checked on their discord server?
My ha_url and token are commented out btw
Ah, thanks! I'll give that a shot ๐
I hope this is the section to ask abt HACS ..
is anyone using Anniversary integration?
It is good to me, but is there a way I can sort them based on days left ?
Nope, you want #integrations-archived
thanks , I will ask there
hi people.. can someone help me with my add ons in my rasberry pi4 instalation. im looking for file editor and i cant find it in the list
Itโs in the core addon list
you mean in the officiall add on list?its not there nor the next one and when i search fot it its not comming up
You can add this repo if itโs not there for some reason: https://github.com/home-assistant/hassio-addons
Where are you searching?
at the add on page
Screenshot?
Please use imgur or other image sharing web sites, and share the link here.
Hello everyone! Does anyone know how the Git Pull addon works? I am trying to figure this out but i can't get it to work.
Are there any best practices?
Hello, try to install rpi rf addon so I added repository from https://github.com/fryguy04/hassio-addons
It is added but canยดt see any addons from this repository, can someone please check if it is correct URL?
URL seems fine, but it has not been updated in 2 years, the suprvisor has.
Most likely, none of those addons will work
oh, after delete adn add again it works
but hope addon will be working...
https://community.home-assistant.io/t/rpi-rf-receiver-addon/32947 seems like there are osme issues
Could there be some other way to get this working? I used it before in core - now depending on addon only?
yeah, and that is not the link you posted
it is link to forum where is info about known problems
yes, there is a problem:
Failed to install addon
The command '/bin/ash -o pipefail -c apk add --no-cache jq py2-pip clang libgcc gcc-gnat libgc++ g++ make libffi-dev openssl-dev python2-dev mosquitto mosquitto-dev mosquitto-libs mosquitto-clients py-pip python python-dev python3 python3-dev && pip install -U pip && pip3 install -U pip && pip install -U virtualenv' returned a non-zero code: 3
as my door ring depends on this - it is impossible for me to take time to study addon development now
need to solve it
there are other ways (nodemcu>mqtt) or sonoff 433 receiver
but rpi rf worked like a charm for many years for me before so Iยดm disappointed now
Firts time Iยดm rude that I choose HassOS way
https://www.home-assistant.io/hassio/installation/
(32-bit is required for GPIO support)
no way to get 32 bit on rpi4 8GB
correct
Not sure
@weary stratus 32 bit would not see the full 8 GB anyway
True!, so no then ๐
@sly kindle yes, of course. Does anyone knows the source of this gpio problem? Is hw related (based on rpi firmware) or it is Python3/hass problem?
@weary stratus Actually, you'll see a lot of "no gpio support for 64 bit" here, but I've learned recently that the reality is more like "no full GPIO support" as there are libraries missing. Users running 64 bit should probably be submitting these as issues in order to help get these pointed out.
Hi there, is there anyone who wants to help me out with my room assistant set-up?
I installed file editor addon. On screenshot there is link in the left panel. I dont have this link. I can run it only from addon minipage. Is there some way how to add this link to left panel?
toggle "Show in sidebar"
This is a total noob question, and if it's already been answered (I'm sure it has, I just can't seem to definately find it) then please just shoot me to the correct docs page
but I am trying to install the ssh add-on, but I simply don't see it populating in my Add-On's page as an option to install ? I'm on Hassio on a RP4 (8gb) with the 64bit image
Ah, is the description of this channel relevant ?
The toggle is on the "info" tab of the addon
if you scroll to the bottom of the addon store (or even search for "ssh") you will see why you don't see it
And yes, the descriptions of our channels is highly relevant
Lol
Makes sense, I had just read the description when I posted, that was 100% the issue, not sure how I missed that when searching ssh previously, as I see that is also natively displayed in the Add-Ons search piece
Thanks for the quick response !
I am not sure this is the right place to ask, but I am trying to create a custom media remote, but I am unsure on how to do that with SmartIR. How to write the json is pretty straight forward, but I am unsure where should I place it
hi people ... do you guys know how can i add to the addon pagew the file editor addon.. i had it there before but after a sd card fail i had to reinstall all the stuff from the beggining .. i i just recog that alot of addons are missing like samba too.. what am i missing here
Add the repo I mentioned earlier
i did nothimg changed
Do you see any official addons?
yes 17
20-11-02 18:17:34 INFO (MainThread) [supervisor.store.git] Clone add-on https://github.com/home-assistant/hassio-addons repository
20-11-02 18:17:40 WARNING (MainThread) [supervisor.store.data] Can't read /data/addons/core/check_config/config.json: does not match regular expression @ data['map'][2]. Got 'media:rw'
20-11-02 18:17:40 WARNING (MainThread) [supervisor.store.data] Can't read /data/addons/core/configurator/config.json: does not match regular expression @ data['map'][2]. Got 'media:rw'
20-11-02 18:17:40 WARNING (MainThread) [supervisor.store.data] Can't read /data/addons/core/samba/config.json: does not match regular expression @ data['map'][5]. Got 'media:rw'
20-11-02 18:17:40 WARNING (MainThread) [supervisor.store.data] Can't read /data/addons/core/ssh/config.json: does not match regular expression @ data['map'][5]. Got 'media:rw'
20-11-02 18:17:40 ERROR (MainThread) [supervisor.utils.json] Can't read json from /data/addons/git/e724ce20/repository.json: [Errno 2] No such file or directory: '/data/addons/git/e724ce20/repository.json'
Screenshot
thats from the log
Ah, I think you would need to remove the downloaded got repo to fix that
Ludeeus provided instructions for that to someone here. Try searching this discord server
Read through this exchange: #330990055533576204 message
NO!
Or not
Those instructions was for that exatct issue for that user
This is something else
this is (most likely), an old supervisor
How old is you supervisor?
in system says 228
That's from June https://github.com/home-assistant/supervisor/releases/tag/228
No media dir then, upgrade supervisor and it will be fine
im trying to update fro the update tab there
ans i get an error
Supervisor
Version 228
Latest version
Error: Unknown Error, see logs
Then do as it say ;)
20-11-02 18:36:43 ERROR (SyncWorker_11) [supervisor.docker.interface] Can't install homeassistant/aarch64-hassio-supervisor:None -> 404 Client Error: Not Found ("manifest for homeassistant/aarch64-hassio-supervisor:None not found: manifest unknown: manifest unknown").
20-11-02 18:36:43 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor fails!
letys try to glue it some how please
Try ha su upgrade --version=2020.10.1
im on pi4
i nned some of that tape lol
upgrade did not work?
hey.. on pi4 the screen is asking a homeassistant log in nand a pass... are those my log ins that i use on the home assistant start page cause thiose ones arent good
if you're talking about the console (i.e., monitor/keyboard), just "root"
but you shouldn't need to go there
root
if i wanted to make an addon that was just the ssh addon but based off of the debian base (so i can do remote VSCode) how would i go about that? I"m running ha os on a pi4 https://github.com/home-assistant/docker-base
recommend asking in #devs_add-ons-archived
ah thanks
and if not from the root ... how do i do the update .. im on win 10 so i dont know if that maters,, + im totaly new into this .. everything was working so fine till couple of dats ago..
from ssh
that add on is mising too
sigh
you mean you are connecting from Win 10? Or HA is running on Win 10?
you should be able to use the "ha" commands from the console, too. at least I can
im running home assistant on a pi4, im connecting to it from chrome
what login prompt were you talking about?
This is a new install right?
With the time you now have used it would have been faster to get the lastest version and flash it again
Iโm trying to connect to my open zwave admin and getting the error โPlease increase the network cache size in the configuration. Current setting: 1000 Remote Max Records: 1264โ. Any suggestions on how to fix this?
File->Preferences
@sly kindle @viscid orchid thank you. That worked
it should just start at 2000, I think
or, hopefully we'll be able to stop using ozw-admin when the HA control panel is more functional
Hi, I've got a question related to the NGINX Home Assistant SSL Proxy (v3.0.1) on HassOS 4.15
I've uploaded my certificates to /ssl on the hassOS machine, configured them in the addon, I can see them in the addon dockers /ssl folder. However, when I start the server I see "Creating 'snakeoil' self-signed certificate..." and my certificate from /ssl is not used.
The certificate I want to use is a Cloudflare Origin Server certificate, which is a wildcard certificate *.mydomain.com, and the domain configured in the addon is ha.mydomain.com, is this why the certificate I provide is not beeing used?
thanks guys . reflashing solved my problem.
I really want to do object detection using my cameras and node red. I'm willing to pay someone if they can step me through how to install Doods or Deepstack. Any takers?
Sure but my going rate is $120/hour, minimum of a full day's work.
Thanks for your bid ๐
Is there a way to access the add-on files, the container ones, with a Home Assistant (Hassio) install ?
Hi, I have HA in the docker and I use Node Red, which is installed as an addon. I get to Node Red from the HA side panel. But if in Node Red I want to go to Dasboard http://192.168.10.45:8123/endpoint/ui
so the error is 404: Not Found
I can only access from http://192.168.10.45:1880 but it is in a separate window without HA.
Can it be set to work from Ingreas?
@pulsar mango You either have HA OS or "Supervised"
Hello all! I have a plain vanilla Home Assistant (hassio) install on which I am running the DHCP addon
Works all fine except I cannot find the lease file that I would need to see to understand which client got which IP - it is meant to be here : Database file: /data/dhcpd.lease
but I cannot find this file when I log on to terminal from the Home Assistant web interface
There is an open topic on this on the Home Assistant community forum but I didn't get any answer there
I am guessing I am not accessing the right file system from the right place, but I also tried directly on the host and wasn't lucky there either
Could somebody kindly point me to the right direction please?
it's got to be in /addons/data/addon/
thanks for the answer @covert arch - it is actually not.
/addons/ dir is empty
I managed to find the file on the DHCP docker image - but it requires quite a bit of trickery to go there...
@sly kindle I have Supervised (Raspbian)
I would like to get help how to use Bitwarden with IOS App.
Doesnt matter what im doing its drops Error: Error. I installed it and added my local ip and port to the local server web address on the app.
Ah it needs https. then that will not work ok
I would like to ask for help regarding DuckDNS.
Installed.
Created a domain on duckdns site
Accepted terms in the addon configuration.
Added my full domain name.
Added my duckDNS token.
Started it.
I did these steps and as soon I start it it stops. Log is green and showing everything went sucessfully.
Configuration: https://pastebin.com/WBjfgpAR
Log: https://pastebin.com/ZXJ5ge1Y
I tried duckdns every month nearly. but never worked.
Ah it does not need to be started, only click start once. Its working now as I see.
@distant bay you also need to add http: integration
Its working now, Thanks.
There is anybody who has knowledge about Google Drive Backup addon?
as I see the backup includes the data of the addon's docker containers.
so If I installed for example a BitWarden password manager I does not need to backup the database by myself because the google drive backup contains it.
I am right?
It seems like MariaDB is constantly crashing for me after upgrading to 0.117.2 from the latest 0.116 with a 2020-11-03 15:53:05 0 [Note] InnoDB: Page dump in ascii and hex (16384 bytes):
Seems like the MariaDB database somehow crapped itself...
201103 15:53:06 [ERROR] mysqld got signal 6 ;```
Oof...
afaik MariaDB is only used for history right? How would I clear all tables to try and get it back running?
delete the addon, reinstall it
anybody got experience with Deconz and using the OTA plugin? When I connect to Deconz application and enable the OTA plugin tab. Hit "Query" for Ikea Tradfri lights. Nothing happens...
Hello everyone! Does anyone know how the Git Pull addon works? I am trying to figure this out but i can't get it to work.
Hello guys, I hope I am in the right channel here. I used this video https://youtu.be/m9qIqq104as to get Grafana + Glances + InfluxDB working. It works fine just like in the video!
My question is, how can I collect data from my 2nd raspberry pi and my qnap nas? I have Glances running on both but can't figure out how to send the data to InfluxDB on homme assistant !
I would really appreciate some help of you guys thanks
you may need to expose influxdbs 8086 port in the addon config tab
Thanks for the info @covert arch ! Can you explain how?
It's all local network traffic nothing has to go outside of my network btw
there is a configuration tab in the supervisors addon page
Any way to send notifiation when addon is starting and se status that is running? My example is that iam starting motioneye by automation and also shutting it down. ButI want to have a quick check that is running or not on dashboard
In fact I want to be sure that when I put it off it is really off and when I put it on that is really on
@covert arch that's my config right now! What should I add or change ?
that looks ok, your instance should be reachable for influx clients at this point
Influx clients ? Do I need something else then glances on the pi to get it working ? @covert arch
you need to adjust glances config to send data to your influx instance
[influxdb]
Configuration for the --export influxdb option
https://influxdb.com/
host=localhost
port=8086
user=root
password=root
db=glances
prefix=localhost
#tags-archived=foo:bar,spam:eggs
And I run the command:
glances --export influxdb
via ssh after I had set up the config @covert arch
what happens if you run the command?
Nothing, no massage, no error. It just loads a few seconds
try adding some verbose arguments? -vv
Can you give a example? So glances -vv ?
Can I install visual studio code editor running ha in docker? If so how? I haven't got the "supervisor" tab? I've no idea what that even is?
so it's debug, glances -d --export influxdb
@covert arch done: https://ibb.co/yn9LtsQ
But unfortunately nothing changed ๐ช
can you try telnet influxhost 8086
In the config?
on the remote host (influx client), just to test if the influxdb addon is reachable on this port
anyone here who can help with the HomeMatic Addon not working?
HomeMatic Addon not starting up.
Tried a fresh install already. (Operating System 4.15, Home Assistant Core V 0.117.2) Nothing installed apart form HomeMatic Addon
Hass.io QCOW2 running on Proxmox Hypervisor.
Error log form HomeMatic Addon here: https://pastebin.com/9NXxZHt8
@covert arch sorry for the dumb question: do I need to install a influx client on my pi or do you mean the pi with remote host?
If I use the command via ssh it says: -bash: -telnet: command not found
glances is enough, this remote instance with glances is your influxdb client
Okay I see!
you might install telnet though if it's not installed
Thanks so much for the help btw โค๏ธ
Okay I will install it now sec
@covert arch it says : could not resolve a0d7b95-influxdb/8086
:Name or service not known
use the ipadress of your influxdb server then space and then the port, no :
It says connected to (my ip)
sounds good, then adjust your config with this ip, also host, user, pw, and prefix
#add-ons-archived message
yes
hi, should the official unifi controller addon (or the official ubiquiti unifi integration) expose entities about the controller/wifi access point? I am able to get a bunch of device_tracker entities and rx/tx per client, but for example I'm missing the "wifi client count" entity. can you help me? or is Unifi Switch/Gateway required? I just bought Ubiquiti UniFi UAP-AC-PRO Dual-band and thought I could get this data out of it via addon/integration. nvm, figured it out, via value template:
{{ states.device_tracker | selectattr('state', 'eq', 'home') | selectattr('attributes.is_wired', 'eq', false) | list | count }}
@covert arch nothing in the DB yet! Do I need to reboot ?
reboot no, just restart the glances service should do
@covert arch done nothing ๐ญ
check glances -h to get some verbose output, maybe you get a error
glances -h troughs no error ?
Hi guys, im lookin to use a custom plugin for grafana, is there anyway we can install custom ones?
nvm got it by adding it in the config
hello people. I have issue with node-red add-on and node node-red-contrib-home-assistant-websocket. I did install it , folowing instruction and have all files in my custom_components/nodered , did restart on my node red, but still node red say me , that need to install this node
can you help me ?
@covert arch do you have any ideas left what I could do?
try glances -C your_glances.conf -t 60 --export influxdb
Hi there
I have an issue with Duckdns addon
Apparently it is not working fine when I enable https
It will not find the ssl certificates at /etc/ssl
Any ideas?
@weary stratus did you add the http: config to configuration.yaml?
@covert arch OMG thanks soooo much it works now โค๏ธโค๏ธโค๏ธโค๏ธ
@covert arch is -t 60 that it sands data every 60 seconds? What would be good for CPU usage ?
@weary stratus did you add the http: config to configuration.yaml?
@sly kindle Yes, indeed
@weary stratus after adding that, were you still able to connect using http:// ?
@weary stratus after adding that, were you still able to connect using http:// ?
@sly kindle I could not reboot, faulty config file because it could not find the cert files
it could not restart? Was duckdns running? Did you see it generate certificate files ok in the logs?
Share the http: config here
although I set to true accept_terms field
Should I set http: config like this?:
ssl_certificate: /etc/letsencrypt/live/hass.example.com/fullchain.pem
ssl_key: /etc/letsencrypt/live/hass.example.com/privkey.pem
I get the following error:
Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/etc/letsencrypt/live/secret.duckdns.org/fullchain.pem' not a file for dictionary value @ data['http']['ssl_key']. Got '/etc/letsencrypt/live/secret.duckdns.org/privkey.pem'. (See /config/configuration.yaml, line 1).
Is there anyway to get the location where duckdns addon is downloading the certificates?
Hello Everyone, does someone have the GitHub addon working? If so, can you share your config so I can compare it to mine (leave Secrets out of course!)?
Git Pull addon*
I am a total noob to home assistant, and am trying to configure the ring alarm integration (https://github.com/tsightler/ring-mqtt-ha-addon). I'm struggling to figure out how to configure it. Is anyone able to help?
@steady star #integrations-archived
Add-ons are services running in containers from the add-on store
ah ok
thought so lol
when I saw "ring alarm integration" I went into autopilot
So that add-on looks like it needs the mosquitto broker add-on
I think i have mosquitto working
You install mosquitto broker, start it, and then go to configuration > integrations and connect HA to it
Do i need to create a user for it? All the guides I saw said I did but not sure if thats changed since those were made
do you mean the ring addon or mosquitto?
the ring
Yeah it does
ok, you should be able to use any existing HA user credentials you have
Because the mosquitto broker addon uses that list of users if you leave everything as is
so your HA users are also potential mosquitto broker users...
You could also add a new user to HA specifically for mqtt if you want
but I just use "me"
The ring addon should be able to authenticate with the mqtt broker that way
I have added in what i think the correct mqtt should be. The addon also has config for email and password for ring (though a 2fa code should also be required). I've entered that and started it and I get this in the log
hold on i can't send the screenshot
Still there @sly kindle ?
I think I've got it working now - thanks for the help ๐
oh what did you do?
Hi, I got a button and im try to update the selection option, somehow not working, https://pastebin.com/xnuvy0E1
sorry, try to update the input_select based on the button and not working
@warped breach looks like #frontend-archived for you
ah okie ta
Hi, my log files spits a lot of next error 'Cannot add or update a child row: a foreign key constraint fails...', is this something that is broke with the DB? I'm running the mariaDB add-on.
I always get this error when trying to install DuckDNS. Other addons do work:
500 Server error: Internal server error ("Readlink /mnt/data/docker/overlay2: invalid argument")
ha su repair
Thanks!
HI, guys! Fresh install on Intel NUC 8 of HA OS (4.15), but no File editor and SSH+Terminal add-on listed, advanced mode activated. I've missed some knew features?
@sly kindle https://addons.community only this one.
anything in your supervisor logs at Supervisor > system
UPD Also, the system page looks different. Tried to update the SU and found that Error 20-11-05 16:44:04 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install homeassistant/amd64-hassio-supervisor:None -> 404 Client Error: Not Found ("manifest for homeassistant/amd64-hassio-supervisor:None not found: manifest unknown: manifest unknown").
20-11-05 16:44:04 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor fails!
@sly kindle tried "ha su repair" via display + hdmi - same thing - error of SU
ha su update --version=2020.11.0
@dark yoke FATA [0000]
@gusty sphinx SATA [0x7638]
su update --version=2020.11.0 Processing ... Done. Error: Unknown error, see logs
UPD Also, the system page looks different. Tried to update the SU and found that Error 20-11-05 16:44:04 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install homeassistant/amd64-hassio-supervisor:None -> 404 Client Error: Not Found ("manifest for homeassistant/amd64-hassio-supervisor:None not found: manifest unknown: manifest unknown").
20-11-05 16:44:04 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor fails!
@gusty sphinx that error
No, that is 20min ago
thats the actual
20-11-05 17:06:55 ERROR (SyncWorker_19) [supervisor.docker.interface] Can't install homeassistant/amd64-hassio-supervisor:None -> 404 Client Error: Not Found ("manifest for homeassistant/amd64-hassio-supervisor:None not found: manifest unknown: manifest unknown").
20-11-05 17:06:55 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor fails!
so it's not using the version you give it
Yes, and the new panel of machine statistics doesn't load. Looks like its a summer release of SU, not the last one
probably 229
Done.
Rebooting once again, and start over via cmd - su update โversion=2020.11.0
Will provide in few min
Same error
20-11-05 17:27:12 ERROR (SyncWorker_18) [supervisor.docker.interface] Can't install homeassistant/amd64-hassio-supervisor:None -> 404 Client Error: Not Found ("manifest for homeassistant/amd64-hassio-supervisor:None not found: manifest unknown: manifest unknown").
20-11-05 17:27:12 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor fails!
How about su reload
su info
SU version is still 227
and a lot of some extra stuff ... channel, timezone and etc
right, and those are?
channel: stable Timezone: UTC version: 227; version_latest: null
version_latest is your issue
But that version is so old so it's hard to pin down why
If you know docker, try manual update, if not try writing the image again
Ok, will try to write the img again (did it twice already for last 2 hours, same su issue)
Howdy ya'll.
is there an add-on that shows all the file sizes? I'm having full hard drive issues and I can't find which files are causing the problems.
It's not homeassistant.log
an addon does not know
Yeah, but no.
If you are looking for something in any of the mapped dirs, you can use any ssh addon and df -h (or something).
If you are looking for something on the host itself..... depends on the OS I guess
How to add another date format in grafana?
I tried this in configuration but does not change anything:
date_formats:
- name: interval_hour
value: 'DD/MM HH:mm'
Hello, I'm new to HASS and I'm trying to setup LetsEncrypt. I'm actually quite confident with LE, DNS & port forwarding, I already have a external domain of my own setup, LE Cert issued and installed thanks to the brilliant Addon, however...
I'm a little confused from this point forth which port I should be trying to access the HASS setup on the external URL, port 443? port 8123? Neither seems to work for me (despite port forwarding being in place for both and port 80)
port 8123 unencrypted over http:// works
Are you using 8123 on your internal network?
Yes, that port works both on my internal network and when requested on the external URL
so port-forwarding on my router is working for that port
So either:
- forward external 443 to internal 8123 and use https://yourdomainhere.com/
- forward external 8123 to internal 8123 and use https://yourdomainhere.com:8123/
I'd recommend the former, since it saves having to type the port number. HTTPS uses 443 by default.
If you do the former, you should probably close 8123 so no-one can get to your HA without SSL enabled.
I think I might be up against something else, because I think the port filtering is working 443>8123 however I'm getting: "ERR_SSL_PROTOCOL_ERROR" also an external port scan from WAN to my LAN on port 443 shows the port as open.
when its closed I don't get the "ERR_SSL_PROTOCOL_ERROR" error in chrome, but when forwarding I get that error
I think I've tried both different forwarding types you mentioned, but I'm wondering if the local web server service isn't operating properly on 443 at the moment,
If you're using HTTPS over port 443 and that's forwarded to 8123, your certificate is possibly invalid.
perhaps a restart of HASS might help
There is no 'web server service' on 443 if you've forwarded to 8123.
good point!
I checked the logs of the LE Addon before coming in here, everything looked successful and good
ah, I even get that same SSL error when trying to access it over the LAN IP and https:// now I know I should get a type of error (invalid certificate perhaps) because the cert will be issued for a different domain than the one I'm visiting on, but fact is I don't get that anticipated one
I'll try restart it. Thanks for your time and help by the way ๐
HTTPS won't work across LAN IP's since there's no domain for it to match.
yes, but I would expect a different error in that event, that was my point
ok, so the port forwarding on 443 is working because I can monitor the HASS Core logs and I see the visit,
but it produces this error in the core logs:
2020-11-05 20:28:19 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 275, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
As I say everything went beautifully with the domain, port forwarding and LE issuance and installation,
so I don't know what is amiss to be honest.
Are you definitely using https:// at the start of your address?
yeah, because it gets a SSL error: ERR_SSL_PROTOCOL_ERROR
just trying something new...
I'm feeling like I'm being daft and there's just going to be a SSL tickbox I have to tick somewhere to enable it,
I've just ran a external SSL tester over it, it resolves the domain, successfully communicates (you can see the visit in the HASS logs) but it says: "No secure protocols supported"
it is as though the web server isn't trying to present any SSL
Do I need to enter in code in my configuration.yaml to point at the cert's? I'm reading a forum thread saying so, but I assumed that the LE addon would handle that bit for me
my LE Addon Log looks positive, does the http test on the domain resolves it and issues the cert and says:
Congratulations! Your certificate and chain have been saved at ...
I am still struggling to get ozw to communicate with MQTT Mosquitto. After I accidentally uninstalled MQTT last night my ozw stopped working. I reinstalled MQTT and have rebooted, reloaded, restarted, but can't get ozw to communicate with it. ozw keeps saying cannot communicate with MQTT Broker. In the MQTT Config, for Broker it lists "core-mosquitto" but says Failed to Connect when i attempt to save it. Hostname is "homeassistant" and uses same password as before (i never changed it from previous install. Any ideas? I have been asked to ask this here and not in zwave since issue might be with MQTT
I'm not sure, ashley. I don't use the LE add-on, I'm using the Nginx Proxy Manager.
@upbeat shuttle yes. you need to configure the http: integration
in configuration.yaml
ok, thank you
why on earth does it not mention that at the end of the LE Addon documentation then? ๐คฆโโ๏ธ
The add-on only puts the certificate files where they go. you have to tell HA where that is
roger that!
@sly kindle is that link for me? Want me to ask this in there?
no
that was for @upbeat shuttle
though I don't know where it goes because every time I check it on my phone it takes me to a different place in Discord
It should be a configuration example
thank you, this is odd - I just tracked down the full path for my cert and key from the LE Addon Logs, but it says those files aren't there, when I look on the Terminal they don't seem to be there
/data/letsencrypt/live/removed.my.domain.com/privkey.pem
was the kind of path mentioned in the LE log, is that a normal location for it to be?
oh right, so perhaps that was a temp working area
they're not linked, so they must have been moved,
updated my paths and restarting the HASS service
It would be inside the LE add-on, not the host, not ssh addon, the container for LE addon
oh great, so now do I have to be a container / docker expert? lol
No no no no no
just listen, and you are fine ๐
https://github.com/home-assistant/hassio-addons/blob/master/letsencrypt/rootfs/etc/services.d/lets-encrypt/run#L137-L138 and if you want to know, they are copied
ok, however putting in that http entry into my configuration.yaml seems to have broken my http:// access now ๐ข even though I did a config test before
You don't want to access over http anymore.
that is expected, you told it to use SSL
oh right, its off fully,
(https)
ok thanks
Always https, even if the cert is invalid... your browser will just complain a bit.
Wooo
sorry
it is working lovely on the external URL, full padlock / SSL. Thank you @cunning wolf and @dark yoke
If that approach suits you, you can ignore my next suggestion. Using a reverse proxy (like nginx) means you can use HTTP internally and HTTPS externally, as well as a bunch of other neat features (like having multiple domains forwarded to different services). There's a bit more of a learning curve but it's more flexible.
Maybe something to keep in the back of your mind for the future as your needs evolve.
That's a much simpler approach
funny you should say that I think my friend uses a NGINX proxy for his HASS setup. Is there any benefit that you can think of to utilising HTTP on the LAN as oppose HTTPS?
thank you both
No cert warnings when local ๐
Well, as a starter, you would not panic because HA is not listening on http anymore ๐
lol
It also means HA changes can't break your network config. Something else would have the responsibility of making network decisions, while HA only does home automation.
That's sounds sensible ๐ค
Separation of concerns? ๐
Let's deprecate SSL in HA ๐
Don't get me wrong... having SSL directly within HA is great for people with lesser technical knowledge. It's a good thing to make security more accessible.
If I didn't already use nginx for the day job, I probably wouldn't have bothered with HA.
ah yeah because if my LE Cert didn't auto-renew in say 2-3 months it would break my access? I'm a little surprised that the HTTP protocol has stopped working altogether, even on the LAN like
If you are not techical enough to run the NGINX or NPM add-ons, then proabably not open any ports, and use the cloud integration instead
I use NGINX a little at my day job as well, I'm not scared of a NGINX config or two
ok
Yeah, and I think the Nginx Proxy Manager add-on auto-renews too. Zero downtime, zero maintenance.
this free SSL business is a bit of a mess when it comes to LAN stuff isn't it? I help people with it every day but solely on a WAN level
Its UI makes setup simple too. No messing with nginx.conf
To be fair, SSL isn't really intended for LAN. At least not without a local domain.
And then you're dealing with self-issued certs, right? They're not really security...
fake it til you make it ๐
So I would be looking to install both the official: "NGINX Home Assistant SSL proxy" addon and then the "Nginx Proxy Manager" community addon then is that right?
oh right, ok
Hello everyone, I posted above but no responses. When am I allowed to post again? Don't want to spam
If it's been a while and your message has scrolled off screen, feel free to post again.
If you try a few times and still haven't had an answer, the forums might be better.
I am still struggling to get ozw to communicate with MQTT Mosquitto. After I accidentally uninstalled MQTT last night my ozw stopped working. I reinstalled MQTT and have rebooted, reloaded, restarted, but can't get ozw to communicate with it. ozw keeps saying cannot communicate with MQTT Broker. In the MQTT Config, for Broker it lists "core-mosquitto" but says Failed to Connect when i attempt to save it. Hostname is "homeassistant" and uses same password as before (i never changed it from previous install. Any ideas? I have been asked to ask this here and not in zwave since issue might be with MQTT
It should be noted that I completely reset my zwave config yesterday and just installed ozw and got all my nodes readded and working...so I am not that invested in this and can start over again if I have to...I don't know if just uninstalling ozw rebooting, then reinstalling would work or what
Just FYI - I had some issues with ingress โopen web UIโ links with some addons (ESPHome for sure) when I used the NGINX proxy manager and had to add some custom rules for web sockets.
There are threads out there
Trying to combine the custom rules with what the proxy manager generates was a little annoying
@slender aurora if you run on docker you can maybe try 172.17.0.1 as hostname, some logs or errors would also help :/
I know nothing about NGINX, so maybe it would be obvious to others
@covert arch I don't run Docker, i am running HASSIO on an RPi
let me see if i can pull some logs
that is docker then, hassio is just the old name for #330990055533576204
Logs for Mosquitto: https://pastebin.com/Q0nnrfjJ
oh ok, I thought Docker was something else. Here are the logs for ozw currently:
What is your mosquito config?
Defaults:
logins: [] anonymous: false customize: active: false folder: mosquitto certfile: fullchain.pem keyfile: privkey.pem require_certificate: false
according to the guide I was reading about getting ozw to work, it was simply downloading Mosquitto and no exrtra configuartions, then downloading ozw and get it started....all worked fine yesterday, but then Beer happened and I uninstalled Mosquitto....
I think you should uninstall both
Reboot the whole thing (not restart HA)
And then add mosquito, then ozw
if i uninstall ozw and mosquitto, reboot host, and then reinstall Mosquitto restart, then ozw....will my node configs disappear or are they stored on the AeoTek USB controller?
They are stored
ok perfect, I will try that. Thank you
youll need to re-add things to HA though
Thats fine, its not too much
when you get mosquito running, check that the add-on logs are ok, then add the integration if you use that. Then add the ozw
copy that, thanks
I've noticed there's 2 NGINX add-ons, what's the difference?
NGINX Home Assistant SSL proxy & Nginx Proxy Manager
The first is just NGINX that you configure manually and the second includes a web-based GUI that helps with the configuration
Ah okay thanks, so the Proxy Manager is like a v2? Are both maintained?
Also, wouldn't the Proxy Manager require more resources?
Itโs not โv2โ, it just also includes a GUI
Itโs just a web interface that helps generate the config
Running a web server thatโs sitting there idle most of the time should take minimal resources
Itโs really just NGINX running in both cases
The proxy manager is nice if you donโt know what youโre doing and have standard needs, but it can be annoying if you want to customize the config
Thanks for your help!
Np, I just went through this myself ๐
Had the same questions
I eventually decided to run the proxy manager in a separate container because it was easier to customize the config once it was created by the web interface
I'm having trouble with adguard
I'm getting no internet when I try to connect using my android device
connect to...your wifi?
Hello. Im trying to organize 2 vertical stacks so they are side by side but they only appear one under the other. Theres more than enough space on each side, easy 3 columns fit. Why is this happening?
Is there a way to install Home Assistant on a non Raspberry Pi which gives access to the add-ons?
Specifically, I've had bad luck with burning out SD cards on the Raspberry Pi with HA and I have a Linux PC which is running all the time, butt eh HA docker instance I have doesn't allow add-ons.
#330990055533576204 or #330944238910963714 have addons, both can run in vm, supervised even on the host if it runs docker
What's "supervised"?
supervised is HA's ecosystem with a systemd daemon "supervisor" which runs on the host and as docker container. this container spawns and manages the other containers for HA.
If you're unexperienced just go with #330990055533576204
I'm a bit confused...I'm running HA in docker. I want to do backups of my Tasmota devices. I then read about adding TasmoBackupV1 via some 'Supervisor' and this is where the confusion start. How do I add this 'Supervisor' to my HA or why isn't it in there?
you cannot just "add the supervisor". your installation must be controlled by the supervisor,
you can also just do a backup of your #449717345808547842 installation and the tasmota devices should be also included there I believe.
so the docker version of HA is a scaled down version?
What is there to control in the docker HA if it is already controlling everything?
what?
I'm struggling to understand why I need something else to control the HA in docker? What is the difference between 'Supervisor' version and docker HA?
And why does the HA version in Docker need to be controlled...in what sense?
The supervisor manages HA, the supervisor itself, add-ons and part of the host OS
is someone able to give me some assistance with the following please, I'd like to setup countdown timer displays in lovelace, however i'm unsure where to save the files config template card and Jquery Countdown. I've posted this in front end and add-ons as i'm not sure which is most appropriate.
https://github.com/photinus/HomeAssistant-Misc/tree/master/LiveTimer
@formal pumice addons are services which run in containers and are installed using supervisor's add-on store
frontend is more appropriate
If you didn't get it from supervisor > add-on store in the UI, it isn't an add-on
ok thank you.
Hello, is there an easy way to downgrade add-ons?
partial restore from snapshot
Wow, that is easy! Thanks ๐
Hello guys, just want to share my experience
I installed bitwarden from addon store. Best epic app ever! Ios app and android app. Can change on my phone to fill out passwords from this app. Google drive HA backup addon save the password database too with password on the zip. Full secured and plug and play. Im really happy with that.
@dark yoke: Well, I thought it worked but now when I try to start the add-on I get "No such image: dwelch2101/zigbee2mqtt-armv7:1.15.0"
404 Error for docker usually is a result of one of these things:
-
The image tag you are trying to use does not exist (if this is the case you will see the word 'manifest' in the error)
-
There is not enough space left on the device to download the new container.
ha su repair and/or reboot then
What's the correct way to install rtl_433 and the rtl_433 to MQTT bridge? I don't see it listed under community add-ons
It isn't a community add-on
@pure pasture you would have to add any third-party repos using the upper right corner on the add-on store page
ah ok, thanks
hi! ๐ how to monitor a specific process ( cmdline) through Glanes. i have it installed on the remote machine and its running. API is ok
Glances*
hi my duckdns addon isnt starting supervisor says it cant attach the addon_core_duckdns to hassio-network
any ideas?
ha su repair
ok doing a host reboot atm will try after
Hi guys, regarding glances how can i monitor a specific process or processes ?
Hi, This is probably a very dumb question, but I've installed the FTP server add-on and have set up my IP cameras to write to it. Unfortunately the motion detection was set a bit sensitive, and it has completely filled my SD card with recordings. No problem, I'll just delete them... except that I cannot find any way to do this. They're written into a subdirectory of /media but AFAICT there's nothing in the Lovelace UI that lets you delete files; and trying to delete the files via ftp fails with 550 Remove directory operation failed. - presumably because the files are all owned by the ftp daemon and I don't have write permission to anything apparently. The docs for the ssh add-on suggest that it's not going to give me any sort of root/sudo access so I'm not sure that's going to help either. This seems embarrassingly basic, but do I really have to power the thing down, remove the SD card and delete the files on another machine?
If you can write to that folder via FTP, can't you just delete via FTP?
apparently not... but I'm beginning to wonder if that's because hass.io is hosed because it has zero free space
i've shutdown and i'm trying to remove some of the files from the SD card manually and then i'll restart and see if ftp delete works
sigh. Now homeassistant ui isn't accesible. I'm beginning to wonder if the "easy" homesassitant_os option was the right choice here. It's great until something goes wrong and then you have no access to anything
That is simply not true
You have full access to everything by attaching to the host running it
im really confused on what Topics should be, i have hue light bulbs configure via MQTT but im not sure how to link to the light bulb device
Anyone got any add-ons for ngrok, pitunnel, etc?
Also what tunneling system do y'all prefer?
anyone has a nodemcu and relay working propperly?
The answer is almost definitely 'yes'. However, you probably want to ask in #diy-archived and actually explain your problem.
alright thanks
@long cipher posted a code wall, it is moved here --> https://paste.ubuntu.com/p/GBpx3GdvyX/
Don't know if this the right place, but I can't seem to get TasmoAdmin working. Looking at the logs, it seems to get stuck at Starting NGinx server..., and when I set log-level to trace, I get this:
https://paste.ubuntu.com/p/cpZJV7BcHH/
I have already tried reinstalling the add-on with no change.
I don't seem to be the only one with this issue (https://github.com/hassio-addons/addon-tasmoadmin/issues/68), however I haven't found any fixes.
I have my deconz addon pointed to /dev/ttyAMA0 and i'm not sure if it's working properly.
when i look at the phoscon gateway it says the firmware is not connected
I've got a conbee II hooked up to a usb port on a pi4 and Hass OS
Anyone got any add-ons for ngrok, pitunnel, etc?
@trail mason Ahhhh whatever, ima just port forward like a normal person.
Guess I can call my setup "nearly-zeroconf" now lol
Is there a way to use the time_fired argument that HA generates when you are listening to events in appDaemon?
Hello, I've activated the MQTT Addon (I use HASSOS) with the default settings. It seems to work, I can connect (anonymous) with MQTT Explorer to the IP address of my HASSOS server but I can see any Topics. New client connected from 192.168.1.102 as mqtt-explorer-f88dc0c3 (p2, c1, k60). So the connection seems to be OK but I can't see any topics. Does anyone has an idea why?
hi, im trying to install AppDaemon 4 and i get an error 500:
500 Server Error: Internal Server Error ("Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.X.1:53: read udp 192.168.X.3:50209->192.168.X.1:53: read: connection refused")
what do i need to do ?
ha su repair
lol thanks, still same erro ๐ซ
i set the dns to point to my router
should it be something else?
i dont really want to use google dns
What does your router use?
rebooting as i type
same error :(:(
i think it is dns issue, i saw there was an update to HA and it fails with error 500
<#add-ons-archived message> It's definitly DNS ๐
so shall i point the HS dns to something else then
actually, would u know what the cmd is to set auto dns via nmcli?
I should know that, but I don't, I would just set it to 1.1.1.1
who owns that?
Cloudflare
ooh ok
better than open dns?
better?
I think 1.1.1.1 has caused name resolution problems for some
whats ur recommendation Rob?
@viscid orchid got annoyed with me and left ๐
Those are my backups :D
1.1.1.1, 8.8.8.8, 1.0.0.1, 8.8.4.4
ok ill go with 1.1.1.1
but looking into it, i want to set my router to use that and set HA to auto DNS
9.9.9.9 too
I'd suggest OpenDNS but I can't remember it ๐
Hi. I need som newbie help with deConz? have installed the addon and connected most of my Ikea bulbs and switches. But im not getting any entities from deConz in HA. Its working fine inside the deConz addon (i use the Phoscon part) Any idea where i should begin?
@viscid orchid your right. thank you
Anyone has good/recommended lists for adguard add-on? :)
Google will ๐