#add-ons-archived
1 messages · Page 55 of 1
you want to get rid of bugs in configuration pages for isp things
ips is intrusion prevention system
mmm I don't now what happen, i restarted once again supervisor and now i see addon
O.o
Can anyone help/answer? Home Assistant + WireGuard addon + AdGuard Home addon
I suppose @raven tinsel is the author of both of these addons, am I correct?
He is and the ALMIGHTY will smite you down should you offend him again ⚡😱
I humbly bow beneath their toes asking for redemption.. 🙇
Alexa Media Player, is it just me that has to reauthenticate it after a day or two?
anyone got problem with google sharing location?mine suddenly stop working....even after i renewed the cookies 😩
device tracking...am i in wrong room?
HA OS Add-on support! Additional, standalone, applications that can run on Home Assistant. Your user profile needs to have Advanced Mode enabled for some add-ons to be visible in the store.
every channel has a topic
I don't know what Google thing is supposed to share your location
im talking about this
https://www.home-assistant.io/integrations/google_maps/
"integrations" means #integrations-archived
hey everyone, I have a question about "google_assistant" addon. How do I configure the external USB microphone and audio jack for speaker for it to work with "google_assistant" on raspbian (home assistant installed with convenience script)?
what is a convenience script?
do you mean the #330944238910963714 install method which is supposed to be only used by linux, docker and networking experts?
yes, I followed this method: https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md. However, I do not have trouble with installation or anything. "Google Assistant SDK" addon in the audio section does not show external devices as input/output (e.g. the usb microphone).
you are supposed to be able to solve that on your own though - being a expert in linux is a must for this installation method and raspbian is not supported
Insecure secrets in core_mariadb
The add-on core_mariadb uses secrets which are detected as not secure, see https://www.home-assistant.io/more-info/pwned-passwords for more information.
Is this something that I need to address or should I raise an Issue on Github?
@dark kraken all passwords in your addon configs are checked against haveibeenpwned
You can change your password to something that passes the check.
Ah I see, so it's my password that's flagging. Thanks for clarifying.
Addon store all of a sudden stopped loading for me. Tried rebooting but no luck, just get a spinner. Is something down?
Looks fine to me
hm ok, any ideas what could be wrong here?
Has there been a bluetooth addon before and its no longer available ? I have found this answer in ha community forums but cant find a bluetooth addon myself
After installing the bluetooth addon and starting it, you still need to add the bluetooth component to your config yaml:
Copy to clipboard
device_tracker:
- platform: bluetooth_tracker
@sly grove yes that's old ancient
bluetooth is enabled by default
and no add-on is needed
has anybody installed barcode buddy for the grocy add-on? my HA supervised is on ubuntu / docker and I cannot get the url to the api right.
edit:
I went to grocy REST API & data model doc and copied the url with the /api/ at the end, but this url is not accepted by barcode buddy despite that it seems to work in the browser. my barcode b. config is as follows:
require_api_key: false
disable_auth: false
debug: true
curl_allow_insecure_ssl_ca: false
curl_allow_insecure_ssl_host: true
Hi all, just updated to the latest Deconz version. In the release notes it says that it now should be possible to use a parameter called "externalwindowopen" with Danfoss Ally thermostats. Can anyone deciphre how I can change that value (boolean) from HA? I'm guessing it's the deconz.configure service, but I can figure out what to put in the fields for this function.
https://github.com/dresden-elektronik/deconz-rest-plugin/pull/4461
The answer is:
service: deconz.configure data: entity: climate.living_room_1_thermostat field: "/config" data: 'externalwindowopen': false
I installed RPC Shutdown I set everything in **CFG ** as it should be and when I want to add this:
- platform: wake_on_lan mac: E0:06:E6:9F:BA:C6 host: 192.168.0.109 broadcast_address: 255.255.255.255 name: Notebook turn_off: service: hassio.addon-stdin data: addon: core_rpc_shutdown input: notebook
to the switch it will print this error in server controls: Invalid config for [switch.wake_on_lan]: Service hassio.addon-stdin does not match format <domain>.<name> for dictionary value @ data['turn_off'][0]['service']. Got None. (See ?, line ?).
where is the problem i don't get it
hassio.addon_stdin
thank you
I'm having a problem getting zigbee2mqtt to work on a hassio install - error - Error: Error while opening serialport 'Error: Error: Operation not permitted, cannot open /dev/bus/usb/009/002'
Has anyone figured out how to prevent the Git Pull add-on from initially wiping the PI? I have multiple devices and I’ve set them up to pull the same automation and scripts from Github, but they each need their own cloud config and other settings, so I can’t back up the entire PI in the Git Repo. The Git Pull add-on works great after the initial wipe, but because of the initial data loss I can’t set it up on more devices.
Any ideas on how to prevent the initial wipe would be amazing! Thanks 🙂
entire log - https://paste.nginx.org/5d
which device node did you provide in the addon config?
^is that to me?
no, I have no idea how to solve your problem
no worries. is there another channel that might be a good place to post?
this channel is fine, you just need somebody smarter to come along
naw, not about smarts. it's very oddly specific problem
/dev/bus/usb/009/002
This is a bit of my hardware thingy - https://paste.nginx.org/71
You probably don’t want that device
Look in /dev/serial/by-id land see if there’s a better option there
Just curious if there is a thirdpart keepass add-on or personal cloud where i can host my kdbx file out there for homeassistant?
trying to use google assistant sdk .. done many google speakers /assistants on pies.. so project went well auth / website login ok getted the code and addon starts ok. but sound is not working assistant doesnt hear me .. using esxi vm hassos tried internal and external usb sound cards..
with my ada alsa doesnt find my card.. all thought its found on settings tab
Our command line:
$ ha help
➜ /config ls -l /dev/serial/by-id
ls: cannot access '/dev/serial/by-id': No such file or directory
➜ /config
Does the “git pull” add on just pull the yaml configuration, or can it be set to pull proper HA backups?
Snapshots
Just wanted to follow up on this. Has anyone here worked with the Git Pull add-on that could give some advice?
is there a reason to have snapshots in a repository?
is there a way to get microphone working with esxi and hassio os.. got audio output working with spotify addon but no luck with google assistant sdk with microphone it is found on hassio configuration but google doesnt hear me..
It looks like git pull mainly acts on the config folder. You can have it track specific files in it, but the files need to be in the Git repo first and it will also wipe all your devices the first time you set it up
it's helpful if you want to make changes and automatically have your PI pull in new automations
If you want to just back up your Pi using Git I'd recommend using the SSH tool and manually using git to back up your files
run the google assistant sdk on a pi and connect the mic to that? I don't know how to get it working in esxi though
Thanks for the clarification!
Hello everyone, i have a question regarding the Home Assistant Add-on:DuckDNS
is that addon plus an account with duckDNS enough to get an ssl certificate or do i also need the "lets encrypt" addon?
i tought that too, i'm sadly getting an error that my home assistant installation can't find the ssl certificates
i have set them to true
and followed the instructions in the documentation
Ok and you watched the add-on logs?
You should see that the certificate process succeeded
A bunch of "OK"s
Alright, so those are then in the /ssl directory
Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/ssl/fullchain.pem'
not a file for dictionary value @ data['http']['ssl_key']. Got '/ssl/privkey.pem'. (See /config/configuration.yaml, line 14).
yes i have tried this
did you have the HTTP config before or after starting duck DNS
you mean the part in the configuration yaml?
i first used a guide that told me to add this to my configuration yaml
http:
base_url: https://YOUR DOMAIN HERE.duckdns.org
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
later i found out that you no longer need to use the base url line so i changed it to
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
ofc where it says your domain here i replaced my duckdns one
i added both after adding the addon
you don't have two spaces indentation. copy the example from the docs exactly as it is
ah yes sorry i copy pasted that old outdated file that doesn't have the spaces
i found someone with that issue so added the spaces correctly
sadly i stil have the issue after a restart
Did you save the config?
yes
check it again
i checked to make sure i'm in the editor
and how does it look?
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
i can't upload images
but has 2 dots
those count as spaces yeah?
ok so save that, and restart HA
doing
restarted via server controls > restart
if i check configuration i stil get the error "configuration invalidy"
ah okay
Logger: homeassistant.components.hassio
Source: components/hassio/init.py:454
Integration: Hass.io (documentation, issues)
First occurred: 12:45:58 AM (4 occurrences)
Last logged: 9:09:54 PM
Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/ssl/fullchain.pem' not a file for dictionary value @ data['http']['ssl_key']. Got '/ssl/privkey.pem'. (See /config/configuration.yaml, line 14).
stil this error and line 14 il get a screenshot of that area one sec
its exactly the same as in the documation for the addon
but if i look at my files i dont even have a ssl/ folder
so it never made it?
remove those lines, save it. check config
ok
configuration is now valid
but i won't have ssl encryption for my outside connection via duckdns then right?
not yet
now go restart the duckdns addon and watch logs again
You should see NOCHANGE
and "skipping renew"
yes i got NOCHANGE
and also renew cert
ERROR: Problem connecting to server (get for https://acme-v02.api.letsencrypt.org/directory; curl returned with 6)
i already changed secondary dns server to 8.8.8.8 since that seemed to help some people mitigate this
that's how it looks when it is ok
and done
and the cert is now in /ssl
what is your config?
NOCHANGE
[20:21:17] INFO: Renew certificate for domains:xxxxxxxxxxx.duckdns.org and aliases: ----------
INFO: Using main config file /data/workdir/config
ERROR: Problem connecting to server (get for https://acme-v02.api.letsencrypt.org/directory; curl returned with 6)
this is how to showed for me after nochange
you don't have the letscnrypt addon installed and running do you?
what is your config?
you mean my config in duck dns addon?
yeah your addon config
lets_encrypt:
accept_terms: true
certfile: fullchain.pem
keyfile: privkey.pem
token: probably shouldn't leave this in
domains:
- mydomainhere.duckdns.org
aliases: []
seconds: 300
ok
oh should i add my port to the domain?
Nginx Proxy Manager anyone have a easy way to move the config to a new server. Migrating from a Raspberry Pi to ODroid-N2
a snapshot will restore everything including add-on configs
after the token in my config file there are 2 spaces before my token begins, does that matter?
token: xxx
ah nvmd its only 1 space and if i change it it gives invalid so its correct
@pure cloak ok remove the http: and reboot the whole thing
remove the http from the addon config file?
no from the configuration.yaml
Can you only restore parts of snapshot? I'm reworking a lot of the build so don't want everything maybe easier to bring it all and remove what I no longer need?
i already removed the http part from the configuration yaml thats why i got a valid configuration yaml now
just pick a snapshot and click restore and you'll see what it asks next
but i can reboot again while having removed the http part
ok so reboot the whole thing now
got it
not a restart
ooh
supervisor > system > host > reboot in the UI
ok now add the http: config back to configuration.yaml and check config
same error
Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/ssl/fullchain.pem'
not a file for dictionary value @ data['http']['ssl_key']. Got '/ssl/privkey.pem'. (See /config/configuration.yaml, line 14).
and in the duckdns addon logs:
- Creating new directory /data/letsencrypt/xxxxxxxxxxx.duckdns.org ...
- Signing domains...
- Generating private key...
- Generating signing request...
- Requesting new certificate order from CA...
- Received 1 authorizations URLs from the CA
- ERROR: An error occurred while sending head-request to https://acme-v02.api.letsencrypt.org/acme/new-nonce (Status 000)
Details:
ERROR: Problem connecting to server (post for https://acme-v02.api.letsencrypt.org/acme/authz-v3/11837342203; curl returned with 6)
if i google those errors its usually port forwarding things, but im not sure if thats also my issue
would it be worth to dmz the port that home assistant is on just to test? obviously not safe to keep it like that
I am struggling so much to understand the differences between the official zwave-js add on and the community zwavejs2mqtt add-on. my google-fu/ha community-fu has failed me, can anyone point me in the right direction perchance?
@plain moat zwavejs2mqtt sends to mqtt as an option and has some ui features. zwave-js just uses the integration
is anybody here using the rtl 433 addon? I cant find in the documentation how you specify the USB path of your dongle in the config
how do i install mopidy server on RPi4 version of HA. I want to play local mp3 sound file on built in audio jack? I cannot install the addon. This add-on is not compatible with the processor of your device or the operating system. Is there any other way to do this?
Cross posted in homeassistant_os:
Hello team! Not sure if I should be asking this question here or somewhere else. I have a Home Assistant OS 5.12 installed on proxmox 6.3.6 running for a few months without any major issues. A few weeks ago I have migrated my OpenZwave to zwave-js and I had some weird behavior with this addon:
1-When I stop it, it restarts right away. ie I can never stop it even with watchdog disabled
2- If I delete it, it reinstalls and restarts by itself (?!?)
3- I realized today my journalctl keeps spitting some messages about homeassistant/amd64-addon-zwave_js:0.1.10 not able to start because the port is temporarily unavailable BUT I have zwave-js 0.1.14 running perfectly (and using that port duh).
Looks like an old addon version is running in the background, not visible in the 'docker ps' output.
Any idea what I should be doing to resolve this ?
Thanks!
Please DO NOT cross post. Read the channel description, post it and wait for folks to respond.
If you don't get any responses after an hour or more, and your message is no longer on screen, it is fine to re-post or post a link to it.
#zwave-archived is probably a better place for this
Thanks, I will check over there. And thanks for the cross post warning too.
Np, this could go in a couple different spots
So I guess using the motioneye on a pi3 will choke the pi CPU wise
I had to go unplug my rtsp camera bc the cpu was too high to use hass even
Hello guys 🙂 i have a question regarding grafana addons : https://github.com/hassio-addons/addon-grafana. Who or where could i post it ?
Hey all, I have a working zwave JS install but want the control panel in mqtt. Should I just install mqtt? Or should I move to "zwave JS to mqtt"?
Can you connect to the VSCode addon using VSCode remotely?
Was just thinking about that the other day. Would be great if possible, anyone know?
There's actually a dedicated discord server for the community add-ons repo here: https://discord.me/hassioaddons . Gonna ask it there, fyi
good morning/afternoon/evening all... have a question about developing my first addon.
Went through the tutorial, but wanted to run a couple things past everyone before i dive in:
- My project is going to use mqtt, preferably using the mqtt settings, which i believe are available through the bashio interface?
- I assume i'll be writing my addon in python, what if i need to import non-standard modules?
- is there a good place to go for documentation/help (or is it okay to just post all questions here)?
if you're really talking about an addon and not an integration, then #devs_add-ons-archived would be a better place
Hy everybody .... i have a pb with TasmoAdmin Current version: 0.14.0 . Which is not able to use internal url resolution for accessing the console . when using external url from my lan, ( myserver.duckdns.org :8123 the addon try to access myserver.duckdns.org :9541 , but i don't want to open the port 9541 from external ) Is there any trick ( using proxy or anything else)
I see some addons in git with recent activity that don't show up in the add-on store. In particular i'm interested in ledfx. https://github.com/hassio-addons/addon-ledfx/blob/main/ledfx/DOCS.md
Is there some process to enable them?
I installed duckdns and now i cant see my homeassistant in file manager? im using samba, how can i acces my files now?
Can someone help me out with the duckdns addon and an error i get when adding the read value to the config yaml?
@weary stratus those aren't related
are you using the ip address to connect to the share?
seems to work now
Howdy! I'm running Home Assistant OS 5.12 on a recent Pi 4, 4 GB. I can ssh into that machine just fine.
Last fall, it seemed like I could also use sshfs to mount remote directories like /config, /backup to local mount points. Now I can't
I use the sshfs method for some other Pis and it seems great. I can work with the files from any remote machine, using various editors, etc. and when I'm on the command line from, say, my Linux Laptop, I have all the aliases and other "environment" I'm familiar with.
Sshfs uses sftp
So my question is: is sshfs (and sftp) not recommended for the newest HA OS? How should I mount these (I have no Windows machines).
Yes
I’m not sure what you’re asking
Just use sftp from another machine. And read the addon docs
OK, I see a process, owned by root. Then on my client machine, I enter
sshfs -o idmap=user hassio@homeassistant.local:/config /home/pi/ha_config/
hassio@homeassistant.local's password:
read: Connection reset by peer
Thanks for help, by the way. I will continue to read sshfs docs. I only started using it last year.
Hmmm, I may have missed that part. I will check. I did go through the addon Documentation tab, maybe didn't see it.
OK, will check.
Ah, so I need to change the hassio username to use root. This works, my mapping comes through, log confirms:
[11:41:46] INFO: Password is NOT in the Have I Been Pwned database! Nice!
[11:41:47] WARNING:
[11:41:47] WARNING: Logging in with a SSH password is security wise, a bad idea!
[11:41:47] WARNING: Please, consider using a public/private key pair.
[11:41:47] WARNING: What is this? https://kb.iu.edu/d/aews
[11:41:47] WARNING:
[11:41:47] NOTICE: SFTP access is enabled
. . . this is much better than the FATAL FATAL results my log showed previously. Thanks so much for your help! Cleared this up right away. 🙂
Yep. I use my own sftp container to avoid having to change the username
I have not got into containers, Docker et al, at all yet, other than I know Home Assistant OS uses them.
Yeah, im using the local ip on the homeassistant, it worked yesterday but today it just didnt
In MotionEye I am using notifications to run a command on motion on&off and publish a MQTT message mosquitto_pub -h localhost -u user -P password -t motionEye/motion -m '{"camera":"foscam1","motion":"on"}'
Is there a way to use variables in the command to use the camera name and id?
Hey, I was wondering why the ssh addon (both core and community) is mapping /addons to /mnt/data/supervisor/addons/local, instead of /mnt/data/supervisor/addons? I'm looking for a way to restore 40gb worth of influxdb data files into the influxdb addon.
So, I'm trying to disable the HIBP check. I found that I should be able to do it with ha resolution check options --enabled=false addon_pwned however, it is still sending the checks. Anyone else experience this?
@worn salmon reboot or restart supervisor
Done that multiple times
not a restart of HA?
because that only restarts HA
and not the supervisor or any other addons
Oh... well. let me try that... I've done the "server config -> restart"
HA doesn't check for the passwords or check your add-ons in any way. This is only about the supervisor and add-ons, which are all running separately
You could restart HA forever and it would never have anything to do with this.
I didn't realize restarting from server controls didn't restart everything. Ill keep that in mind
So supervisor > system > host card > reboot will make sure the entire ecosystem starts over again
Because that reboots the device
Thank you! Now to figure out why its telling me core has an upgrade from core-2021.3.4 -> core-2021.3.3
Actually @sly kindle, the reboot of the host fixed it
Hello all! I am getting familiar with the NextCloud add-on, and seeing how it might serve as a file storage SMB client to a Windows Share. As it is Docker, guessing it doesn't have smbclient installed. Is there a technique for installing additional libs? In the Linuxserver.io I see something on mods but not clear how to configure. Anyone else with this use case?
Looks like smbclient should be installed: https://github.com/linuxserver/docker-nextcloud/blob/master/Dockerfile#L70 Perhaps I am just having the typical SMB connectivity issues 😄
My log is full of these:
1617032712: New client connected from 192.168.0.13 as Connectix.nl P1 to WiFi (p2, c1, k15, u'mosquitto').
1617032750: Client Connectix.nl P1 to WiFi has exceeded timeout, disconnecting.
When i connect with telnet to that device it just stays connected (1 hours+) and pushing data on and on, so i know the client is not losing it's network. Any clues?
Any settings i can do to Mosquitto broker add-on to fix that?
@elfin skiff posted a code wall, it is moved here --> https://paste.ubuntu.com/p/GzFnz3C6rB/
@elfin skiff posted a code wall, it is moved here --> https://paste.ubuntu.com/p/kYvS5Dcwmk/
Evening guys.. i need to delete some bulk data in sql
ive got sensordata written every second. now my grafana dash loads forever
i want to delete at least half of the data in the mysql database
does anyone know how to build a delete query that removes all odd/even rows ?
rows have id/entity/value/timestamp
Any risk or potential problem... in installing both z-wave js and z-wave js to MQTT?
if you try to install and run both addons, you will indeed have problems
it's also unnecessary
if you want zwjs2mqtt, which is fine, then just use that. And #zwave-archived for more
Ah... new here, didn't roll down to see # zwave! Thank you!
how does one delete/wipe the MariaDB add-on? I want a fresh install
uninstall/re-install?
Hello everyone, since a few days (net exactly sure since when) I am unable to update add-ons. In the logbook I find this: 21-03-29 21:29:12 WARNING (MainThread) [supervisor.jobs] 'AddonManager.update' blocked from execution, no host internet connection and 21-03-29 21:29:52 WARNING (MainThread) [supervisor.host.network] Can't update connectivity information: Error: Timeout was reached. Does anyone knows a solution, all help is appreciated!
Can someone help me. I downloaded home assistant I got it running but I am unable to add the add-ons, other then the few in the store.
How ‘unable’?
when i search for something nothing shows up
Systems manager
What is that?
Maybe it Was called something else but it started with system something but whatever I search for does not show up
Only the Few add-ons that are in there show up
I’m not following. You can see what’s in the addon store, and those things should show up when you search
How many is ‘few’?
I’m not clear on what you’re looking for and can’t find
Give me a Second and I will open up my home assistant and check
i only get the official addons
So you don’t see the community addons?
and home assistant community ones
Those are the addons, then
What are you looking for?
Are you confusing addons and integrations?
systems monitoring
i dont have a spot to add url's
i have a search spot on addons but there are some addons that dont show up in the search
i should of wrote them down
Clearly
how do i get that on
i watched a video of 6 ESSENTIAL Beginner's Tips After Installing Home Assistant and it was one of them
What video?
video is called ''6 ESSENTIAL Beginner's Tips After Installing Home Assistant''
I’m out
on youtube
@nocturne moth you could have just watched that part of the video again and you would have seen that is an integration, which RobC already linked you to. It is not an add-on. Add-ons and integrations are different things.
That's what is being used.
ty. i did rewatch it and seen that. but thank you
Hello everyone, since a few days (net exactly sure since when) I am unable to update add-ons. In the logbook I find this: 21-03-29 21:29:12 WARNING (MainThread) [supervisor.jobs] 'AddonManager.update' blocked from execution, no host internet connection and 21-03-29 21:29:52 WARNING (MainThread) [supervisor.host.network] Can't update connectivity information: Error: Timeout was reached. Does anyone knows a solution, all help is appreciated!
I am new here but it look like your host (raspberry etc.) has no connection to the inernet so it cant get an update.
Do you use your Server only in a local network ?
Or maybe your server internet connection get blocked by an Router oder Firewall ...
how do you confirm it has internet connection?
rgr, with a name so resolving works hmm
yes name resolving works
I tried moving to the beta channel and updating to see if that solved the issue but then i got this message:
21-03-30 07:47:37 ERROR (SyncWorker_3) [supervisor.docker.interface] Can't install homeassistant/aarch64-hassio-supervisor:2021.03.9 -> 500 Server Error for http+docker://localhost/v1.40/images/create?tag=2021.03.9&fromImage=homeassistant%2Faarch64-hassio-supervisor: Internal Server Error ("Get "https://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)").
21-03-30 07:47:37 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed!
i assume you've restarted everything already.. I probably won't be able to help but you should probably leave some more information on how you've set things up, what installation method and so forth for others to step in should they have ideas
Yes i restarted core, supervisor and the host
I use Home Asssistant OS on an RPI4
OS: Home Assistant OS 5.12
Supervisor: supervisor-2021.03.6
Core: core-2021.3.4
Channel: Stable (no beta channel is used)
I run the 64 bit version
I have just bought a RPI400 and flashed HAOS to my sd card. So I am quite a newbie to this 😉 but I have the following question. I have installed Adguard and all seems to work. But I want to add the exposed sensors by this integration on my dashboard but it seems these sensors are not there. Can I fix this?
You need to add the adguard integration under Setting -> Integrations
@jaunty swift https://www.home-assistant.io/integrations/adguard/
Anyone famililar with the rest980 add-on and able to assist with getting it working? I have a roomba 960 so no individual room mapping/etc. I have rest980 container talking to the roomba but I can't get any sensors to show up in HA.
I have the feeling that something is wrong with the addon store. I see multiple issues reported in community forum and I am also only seeing the addons that I have installed. Icons are also missing. Supervisor log shows that it tries to remove the store as a recovery but it is not allowed to do this..
[supervisor.resolution.fixups.store_execute_remove] Remove invalid Store: core
21-03-30 14:47:03 ERROR (MainThread) [supervisor.store.repository] Can't remove built-in repositories!
Luckily I was able to install addon again from snapshot after I deleted it.
I tried rebooting, restarting, repairing, rebuilding but nothing helps. I am not even able to downgrade supervisor to see if it was caused by latest version.
2021.03.09
Yes
Ah I turned off the beta channel. And it seems that latest version there is 2021.03.6. I will try to install that one
I've got the beta (supervisor-2021.03.9) and the store shows as expected
I downgraded to 2021.03.6 and it shows as expected again too.
Will wait for official release now 😁
It seems that I still miss the Third party Addons though
Hi there
Desperatly trying to play local mp3 in HA (HA core / raspberry)
seems VLC is the way (not sure?) and the documentation says to add homeassistant to the audio group
Thing is that in ssh I can't run "usermod" command:
"bash: usermod: No such file or directory"
(wanna play from raspberry directly via jack audio plug if I was not clear :P)
That did the trick. Thank you
No problem
You can edit /etc/group straight from the ssh connection, have not touched vlc thought (add-on?)
nice tip! yes it is an official add-on
I could edit the group file, with no effect unfortunately
I solved the issue by reinstalling home assistant and reverting to a backup!
Hi! I hope it is okay to put this here. I am not yet a HomeAssistant user, though I might set it up soon, it really looks great. I stumbled upon the addon repo on github after again looking up how to publish IPv6 addresses to DuckDNS and there seems to be some expertise about that in the community here: https://github.com/home-assistant/addons/pull/1805
If anyone could tell me how to update an IPv6 on duckdns that'd be awesome! I also have a question on superuser: https://superuser.com/q/1634497/997339
Hey - I've got a Hass IO install inside a VM - sturggling to get a Zigbee2mqtt dongle working.. can't find the correct path
hey lads, i've got HA in a Virtual box,. just installed plex media server. not sure how to point plex to my local media files outside the VB, any help?
@heavy shale why not install plex on the host itself? Or you create another VM for it.
Hello,
Can you help me on adguard configuration
I entered the ip of my adguard server as the main dns on my netgear router and I have very high latency / dns crash on the search from a pc, I have less latency on an android smartphone connected to the same wifi. adguard tells me an average speed of 63ms. How to optimize things?
@obsidian pivot is the server itself using wifi?
no the server is in ethernet on the NETGEAR router behind the 800mb / s fiber box
Is there an add-on that maps the network? I changed and added DHCP to HA and removed it from router. (Coz reasons) But now i don'thave a good spot to check what devices are connected. So i thought maybe a network mapper add-on exists? Just don't know what name to look for.
OZW stops working for me all the time. I am starting to suspect the mqtt broker is the problem. Anyone know why this error happens?
addon-mosquitto with version 5.1.1 21-03-31 17:49:49 ERROR (MainThread) [supervisor.services.modules.mqtt] There is already a MQTT service in use from core_mosquitto
experienced that too, different errors though.
switched to zwavejs, no problems anymore since that
Thanks for the feedback. I plan to do that, but I don't dare to without physical access (I'm away and can't control my main entrance door lock atm...)
Any temporary fix suggestions?
Stopped both, started the mqtt broker first, then ozw. Worked for 5 mins, then I see this
`Logger: homeassistant.components.mqtt
Source: components/mqtt/init.py:916
Integration: MQTT (documentation, issues)
First occurred: 19:42:47 (6 occurrences)
Last logged: 20:05:46
Disconnected from MQTT server core-mosquitto:1883 (1)`
Not sure what to do..?
Hello. I have a problem. in home assistant in the supervisor window I don't see add-ons even the official ones. I have also activated advanced mode but I don't see anything. how can I do? thanks
You’re looking in the addon store tab?
yes i am in the add-ons tab
but the screen is blank only with the search lens
I also reloaded, in the three points on the right
I have installed the 64bit version
and now i am trying to reinstall the 32bit version
it must be something that filters communication with the home assistant server. but I don't know where to look
grazie per chi mi puo' aiutare. thnaks
i do have it on the host itself, but would love to get it to work on HA. if all else fails when i build my NAS ill just throw it on there XD but any help would be appreiciated!
@heavy shale ha can talk to plex using the integration. You don't actually have to have it running as part of HA
@sly kindle interesting, i have the server set up in HA, i can access via remote as well, but i cant point it to my library files on my host system. ugh so frustrating XD
i know what you mean thought!, i was thinking about doing it that way as well, just nice when i openm VM and run HA my plex server starts too, i dont gave to start this then start that blah blah lol
ugh my spelling
@heavy shale with the disadvantage of not being able to point to any external library...
it's gotta be local to HA when you run this addon
So im trying to use the home panel add on and it wont let me save configs. any ideas
@sly kindle so what you're saying is im far better off running plex on a NAS ?
I find it better to run a media server on the machine where the media is stored
Hi I every morning this notification.. Login attempt failed Login attempt or request with invalid authentication from a0d7b954- nginxproxymanager.local.hass.io (172.30.33.8). See the log for details. Please anyone nowhere how to fixing it?? Thanks
I don't know how nginxproxymanager works... 🥺
One question too fast
It's possible to install the add-on "DuckDNS with let's encrypt" on Docker without install HASSIO but have only Home Assistant? If it's possible to configure and take the docker image of the add-on
EDIT: Worng place
I have what I believe is an ingress issue... when trying to load the zwavejs2mqtt control panel, I occasionally get this: https://imgur.com/TdM4ueA or this: https://imgur.com/OeuS0eX This happens in both Chrome and Safari on two different computers. If I refresh a couple of times, it loads correctly
There are also these errors in the supervisor logs:
21-04-01 13:43:51 ERROR (MainThread) [supervisor.api.ingress] Ingress error: 400, message='Invalid response status', url=URL('http://172.30.33.0:8099/socket.io/?EIO=4&transport=websocket&sid=Jbl7vDnupjRdRZ1NAADh')
21-04-01 13:43:53 ERROR (MainThread) [supervisor.api.ingress] Ingress error: 400, message='Invalid response status', url=URL('http://172.30.33.0:8099/socket.io/?EIO=4&transport=websocket&sid=Oq_z37_J_XVHn79qAADi')
Hi, I post in the add-ons section even if a little bit related only. I'm not able to have the extensions in native vscode on my mac working as good as the extensions in the add-on: I mention the UUID generator which never show up in my native app. Any idea why? Thanks.
Anyone know an add-on that uses java?
Hello, any one familiar with motionEye add on i can't seem to make detect motion and start recording
hello everyone. I am having trouble getting the DOODS add-on to work. Is the IP address of my HA instance the same address I should use for "doods server"?
@peak onyx yes
@sly kindle thanks! I'm still getting 'connection refused' errors in the log under Image Processing though. Any ideas?
I don't know that add-on sorry. It's just very likely that any one add-on running any kind of service is going to be accessed through the HA ip address and some port.
no worries. Thanks for the info. Do ports need to be forwarded for add-ons?
Not within your network. Outside your network, addons that support ingress are accessible through Nabu Casa cloud or through the single port for HA
Others that use their own ports would require additional forwarding
Thanks, Rob!
hello i'm new here, i've a question about plex and mounted folders... i'm newbie need help
This add-on (DOODS-amd64) is not Ingress-enabled
so maybe I do need to forward port 8080?
Sounds like it
i mounted a folder like this
mount -t cifs -o user=??,pass=??,vers=1.0 //192.168.1.254/sda1/MUSIC /media
and it's visible in home assistant media_dirs, but if i try to browse from windows \homeassistant\media or if i select the folder in plex libraries it's empty...
i think it's the same problem of @heavy shale
what installation method are you running?
in any case, docker will only see the shadow folder from before mounting, you need to make sure there is no folder at boot, mount the directory and then start the container
mounting at boot is easy, I'd suggest to mount to a different folder and then mount --bind to your desired location
I'm trying to install the grafana add on, and I'm getting a 500 error in logs. When I curl the ghcr.io url https://ghcr.io/v2/hassio-addons/grafana/armv7/manifests/6.2.0 I'm getting an authentication required error message.
Are others seeing this, and is there a way to give homeassistant a github personal access token for this?
I'm assuming the github docker registry didn't require authentication, but now does.
@mental juniper I am getting the same error trying to install the node-red addon
😦
nothing obvious from a twitter/github blog search about changing auth, so am going to try the age old trick of "wait a few days and try again"
Just tried again and it installed
I've run into an issue with AppDaemon and the MonitorApp. Is this a good place to get some help? The app has worked flawlessly for quite a while, but recently it stopped updating HASS. Digging through appdaemon callback numbers it seems as though the MQTT_EVENT callback that gets registered isn't firing. I've verified through the mqtt integration page that messages are arriving on the relevant topics. AppDaemon also logs on startup that it is connected to the MQTT broker so I don't think its that appdaemon isn't receiving the mqtt messages. Any idea where I can start digging?
o/ lads
I am feeling stupid... I am running ha in a VM and am trying to install a custom component. No matter where I put the directory I get this. Platform error light.wiz_light - Integration 'wiz_light' not found.
Where do I put the custom_components?
I am going to install hacs and try it that way in the morning,
where did you get that www folder for custom components?? They go to same place as configurations
<config directory>/custom_components/<domain>
And none of this is related to addons
whats the default username and password for nginx proxy manager?
Click the "OPEN WEB UI" button and login using: admin@example.com / changeme
From the Documentation tab of the add-on
Any DNSmasq experts around? Trying to integration my NextDNS config but not sure how to structure the YAML.
NextDNS config should look like this:
no-resolv
bogus-priv
strict-order
server=2a07:a8c1::
server=45.90.30.0
server=2a07:a8c0::
server=45.90.28.0
add-cpe-id=XXXXXX
Obviously straightforward to specify the resolvers but not sure how to add the 'add-cpe-id' attribute.
Hi, I have a question about the Google Cast. Netflix has not been recognized for a long time, neither pause nor play. I currently solved it via adb, only it is much slower. What do I have to do so that it recognizes the Netflix status again? Many Thanks. Should I be in the wrong Chanel brief info Thanks
Has any one had trouble adding more than one BroadLink Smart Plug to Home Assistant using the BroadLink add-on?
When I add a second one, it kicks the 1st one off and will only function within the broadlink app
Hello i use motioneye now i want to config some action buttons...
When i surf the to following url the cam move and everything is ok:
http://193.168.0.3/cgi/ptdc.cgi?command=set_relative_pos&posX=0&posY=+10
If i use it with the sample command from documentation nothing happens:
command: "curl -s 193.168.0.3/cgi/ptdc.cgi?command=set_relative_pos&posX=0&posY=+10 > /dev/null"
Anyone has a idea ...
THANKS
I would like to install HACS but do not understand the part "A supported Home Assistant installation" correctly.
Is it so that every installation actually works?
So if I installed HOUSE on the Raspberry pi, does it work?
sure
thanks
where u installed?
raspberry pi 4 4GB
oh...rpi...
is there an problem
no no...go with hacs
why did you react with, oh
not my favourite hardware
i see
Hello, I am hoping somebody can help me. I just did a fresh install on a raspberry pi and tried to connect to my alarmdecoder box but can’t connect via socket. I know the alarm decoder is working as when I telnet to 10000 I see text messages on screen saying my alarm is in ready state
u have an addon for that or is an integration?
I was trying to do the integration. I had it previously working but when I upgraded to latest version of everything it stopped, so I did a completely clean install of HA to be safe
then go to #integrations-archived
Ok thx
Just migrated from OZW to ZwaveJS and I have 4 inovelli switches that won't interview properly, they were working fine an hour ago in OZW so I'm very confused
https://imgur.com/a/ZXFAA1o this is what I see in the control panel
Tomātos tomahtos ..you knew what I meant
not really, since you posted in #add-ons-archived
🤦🏻♂️my bad ..
I don't use it, so 🤷
Sorry about that.. I reposted in integration and changed the wording
Anybody have a Nextcloud + Nginx config example? With the Nextcloud Mobile App, I log in and get Access Denied.
Anyone here use grocy plus pantry party?
Hi! How can I downgrade Mosquitto 5.1.1 to 5.1? 🙂 I can't use snapshot - I dont use 5.1 ever
Trying to get GIT up and running in Visual Studio Code add-on, but keep getting a 404: Not Found error after logging in. Any suggestions?
If anyone has a suggestion, I posted in the add-on topic here: https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863/404
hi guys,
does the let's encrypt add-on only works with the port 80? in its settings I've set the port 9090, I've correctly forwarded the port, but the http challenge fails and on the logs I can see that the port is not used 🤦🏼 as it tries to access the domain URL without it. 🤔🤔
- http challenge
Requires Port 80 to be available from the internet and your domain assigned to the externally assigned IP address
Doesn’t allow wildcard certificates (*.yourdomain.com).
DNS challenge is generally better, IMO
does this work with templating? Ally now also supports "externalsensortemp" but without deconz.configure data templating this is pretty useless
Hi, can I use the zerotier addon to access other devices on my inside network? For instance if I'm on the outside and I need to access a shelly on the same network as my HA. I've read ZeroTier supports this but I'm not sure if it's possible using the ZeroTier addon. Any hints?
add-in for Ubiquiti - anything I need to do after installing it, to get my APLite's to be seen? I'm running HA on a RPi in full Supervisor mode (full managed image).
Hello! I tried to install Node-red but when i click on install, the installation button turns twice and nothing happens, goes back to the clickable button.
Unfortunately I can't get cec-bridge-mqtt to power on my TV. Anyone have any guidance on how to troubleshoot this?
- MQTT topics are being updated correctly
- Publishing "off" to <prefix>/cec/0/cmd turns the TV to standby successfully
- Publishing "on" to the same updates the topic but does not turn the TV on.
- Publishing a raw "10:44:40" to <prefix>/cec/tx gets an unsupported code (44) from the TV
- Using hdmi_cec instead, calling "service: hdmi_cec.power_on" from a switch works to power on the TV
- hdmi_cec and cec_bridge_MQTT don't work together.
- Triggering cec-client in any way while cec_bridge_MQTT is up makes the cec_bridge addon stop working until a restart
it's possible that I just am not using the right raw frame, since there are quite a few "feature categories." But, all the ones I've foud so far use message ID 44
Oh, wait. I figured it out. I published "10:04" to <prefix>/cec/tx, which is:
"message ID : 04 - Sent by a source device to the TV whenever it enters the active state (alternatively it may send "Text View On") (Directly addressed)"
Just kept trial and erroring things
i have a question on reverse proxying home assisant os. currently i am running a raspberry pi with a SWAG(linuxserver.io) container wich reverse proxies a couple containers. i want to migrate the pi from raspberry os to home assistant os. so like to know if its possible to run swag as i dont see it in the addons. or cant find any solid guide on the internet.
i know reverse proxying home assistant is possible with ngix and lets and encrypt but i do like the all in 1 combo of swag (included certbot)
NGInx Proxy Manager addon is an all in one solution that provides that
really? including the auto renewal?
Yup
didnt knew that.
ill look into that
either way. out of curiosity then.. if thats possible it should be possible to run swag to right? in theory
not that i am going to attempt as i am just a novice coder. but wondering.
If you want to run custom containers, you are running the wrong installation method
Run Home Assistant Container instead
yeah ok. so thats another question i wanted to ask. its still possible to addon with the container method?
Nope
only customs
Yes
ok. hmm
yeah ill look into nginx proxy manager then
thanks
is it possible to run it in ssh?
@errant pulsar posted a code wall, it is moved here --> https://paste.ubuntu.com/p/rvWZPdjQR5/
350 / 5000
Kết quả dịch
hi, I have installed the VLC addon, but when I run the service I can't see VLC play
Here is my configuration:
media_player:
- platform: vlc_telnet
name: Remote Player
host: 192.168.1.10
port: 4212
password: 123456 (this is the password I entered randomly, because there is no setting in the VLC addon)
I appreciate any help
i am trying to add bitwarden behind a reverse proxy on a subdomain. can i do this with nginx reverse proxy manager? bw asks for a certfile? or if i have set nginx proxy manager up does it immediately proxy all addons?
I am attempting to setup the loop for duckdns with DNSMasq, but when I go into the configuration and try to change the hosts, it does not seem to save the configuration, it just defaults back to [] any thoughts?
Hello guys, I recently installed Unifi controller to HA, and just wondering if I should update Unifi controller software via gui or wait an update to HA addon? Does updating from Unifi controller brake it or is it the correct way to update?
I am running Home Assitant supervised on Proxmox. I have been using the DuckDNS addon with the Nginx Home Assistant SSL Proxy addon. I would like to switch to the Nginx Proxy Manager addon so I can use the Bitwarden addon. When I try to request a new SSL certificate with SSL forced, I get an internal error message and the setup fails. I am not sure what I am doing incorrectly. I have forwarded ports 80 and 443. Can you please help me get the Nginx Proxy Manager going? Thank you!
Hey guys, so I’m trying to use ESPhome with an ESP32 NodeMCU but am having nothing but problems. I can’t figure out why it doesn’t work, I have all the settings set correctly but when I plug the ESP32 device into my server it only gets recognized half the time. After multiple restarts and checks of the hyper visor and the VM that Home assistant is on, I still can’t figure it out.
I double checked I am passing through the USB to UART device to home assistant
It says this when i look at the logs
[12:22:52][C][ota:366]: There have been 2 suspected unsuccessful boot attempts.
And this is my yaml. Does this look correct?
@lapis radish posted a code wall, it is moved here --> https://paste.ubuntu.com/p/bKcTXgHhPw/
Hi! So the adb Addon is deprecated as of now. What do I need to do to? I removed the adb_server from my configuration.yaml and now my android tv no longer works.
what is MQTT's local broker IP address?
i have the core integration, and i have the core add-on
trying to manually configure in configuration.yaml
mqtt:
discovery: true
broker: core-mosquitto
username: !secret mqtt_user
password: !secret mqtt_pass
@fierce osprey
thanks. so it's not an IP address after all
i'm desperately trying to setup SSL encryption for MQTT
and failing miserably
configuration via UI does not work?
Manual configuration is required when connecting to a broker over TLS.
ah, I don't use TLS 😅
Hi, i want to add the zigbee2mqtt webinterface into lovelace. But inside the iframe it also loads the home assistant UI
Is there any way to check the InfluxDB database size without _internal? (HA os)
internal?
Yes, internal https://cdn.discordapp.com/attachments/828743435183718400/828743456980992000/unknown.png
Because I want to disable INFLUXDB_MONITOR_STORE_ENABLED
you want to check it in ha?
any way, du -sh will tell you sizes in your data folder
But this HA os 😦 and everything is rather in dockers, I can't find where the database file is
you should still be able to browse the host os somehow, even if its busybox and limited
i installed "Media Browser" and "Terminal" plugins but i think that i can browse only main docker container
yes, as said you need ssh and host os access
So adb addon is deprecated, do we any alternative for android tv?
I am now using MariaDB - can I delete home-assistant_v2.db now?
yes
thanks :)
Has anyone else issues with the VSCode add-on, every time I open VSCode and starts editing any yaml file, HA disconnects and times out, only to reload 10 minutes later
Seems like there's something wrong with the VSCode addon, using up resources or something
According to the stats VScode only uses ~16% RAM, and under 1% CPU. However, any action in VSCode disconnects HA..
im running nginx proxy manager from HA and adguard but i want o enable DOT and DOH wich need port 443. 443 is already in use by nginx proxy manager what do i need to change
Have just installed the Samba Share add-on, but how the heck do I map a network drive to HA?
you can't with the addon. the addon just provides the smbd service from HA
ok, it says It lets you access your config files with Windows.... just doesn't have any instructions
you can access your HA config on smb://yourHAip
if you use windows, just type \\yourHAip in the explorer nav bar
@dusky yacht The addon docs state:
However, the time has changed. Right now, the Home Assistant project recommends using built-in Python implementation, which renders this add-on obsolete.
All I had to do was remove the server IP from my androidtv config and reauthorize on the TV
Ql, thanks for explanation
the authorization part is not documented anywhere. thats why I struggled with the migration.
anyone know how to copy the text from the ssh & web terminal addon?
scp comes first to mind
what
oh, nvm
sorry misread first, press shift and paint the stuff you want to copy
@sly grove you can't. If you swap out to a client you can
for what its worth, works for me (to copypaste from webui terminal), did i respond to wrong question?
@cosmic raptor oh hey...that works
thanks!
I even see the cut icon flash now.
Something must have changed, and it was probably a long time ago and I never noticed
changelogs are looong, hard to keep up 🙂
Anyone able to help me with wireguard? For the host address, I know I can't just use my nabucasa address, but can I use another DNS address located on the same network? I have a DNS running on my Synology to give me a xxxxx.synology.me address. Would that work ok? The HA is running on a separate machine on (not on the Synology)
Just having issues and trying to figure out the source
You have to either use your public IP address (forwarding port 51820 as directed) or a DNS name that points to it
No, you can’t use some other device that happens to provide a method to access it remotely
Ok, thank you, looks like I'll be setting up duckDNS again
It's not just that it happens to allow remote access, it is via a DNS, and I was using it for remote access before moving to nabucasa
Hi all, I have a weird issue - I am using the MariaDB addon - HA is installed on a VM - vmdk image - upgraded to the latest version. Since 2 days - the MariaDB addon reports that there is a new update available - MariaDB 2.3.0 is available You are currently running version 2.2.2 - and whenever I try to update the addon - it states that: This installation of MariaDB is already upgraded to 10.4.17-MariaDB, use --force if you still need to run mysql_upgrade
any ideas on what's going on?
anyone?
@scarlet bear Your synology.me address looks like a DDNS that points to your public IP, so you could use that. Sorry, thought it was an outgoing connection that provided incoming access, similar to Nabu Casa.
Thanks for the clarification mate, I'll give it another go in the next couple days.
Hej!
I am working on an AddOn. I am looking for a way to read the timezone with bashio. Do you have an idea?
like this IDDATALOGGER_TIMEZONE=$(bashio::supervisor.timezone)
found this but did not help
https://github.com/hassio-addons/bashio/blob/abd81ec1c99721fad3bb7fa9a6b77bd00d7f4ccc/lib/supervisor.sh#L162
Ok found it! $(bashio::info.timezone)
Looking around to find out if there is a NAS add on for HA? I want to plug a USB HD or internal HD in to my HA server (NUC) and for it to be a NAS. Anyone out there know a good add on? I wasnt able to find one!
Anyone know if there's a way to make the vs code add-on automatically load my workspace (from my local homeassistant.workspace file)
API Key issue: team I am struggling to get the API key returned from deCONZ REST-API. I am following the "getting Started" docs by the word (https://dresden-elektronik.github.io/deconz-rest-doc/getting_started/#acquire-an-api-key) but my Postman just gets me "Could not get any response" '... the response status was 0'. Anyone point me to the right direction, please? ... besides, is this the correct channel for q's like this?
Good afternoon. I restarted from a snapshot, but the docker images for all of the addons were not downloaded. I've searched the forums, but I'm unable to find any information on manually pulling the docker images.
I am receiving a Insecure secrets in core_samba notification that I cannot figure out how to fix. I tried adding !secret in the config, but it comes up as invalid yaml... any ideas?
Not an add-on question. Try #frontend-archived
yes yes its always a bit of a guess within this community
Try reading the channel topics for a bit of assistance in determining where to post.
HA OS Add-on support! Additional, standalone, applications that can run on Home Assistant. Your user profile needs to have Advanced Mode enabled for some add-ons to be visible in the store.
is this aimed at my q?
no.
your insecure credentials have nothing to do with secrets. secrets will not make a insecure credential secure.
hmm guess i will change the username and password 😄
Hello. can a kind sould help me with php admin extension? i've successfuly installed and configured MariaDB extension and it apears as up and running according to the logs. then i've installed the phpadmin extension but when i open it's webpage i get the error that it can't connect to mysql.
there was no configuration option there to set connection string or server/login/pass so i have very little space to manouver here 😦
anyone?
Hi, how did i solve InfluxDB database is not accessible due to '401: {"error":"authorization failed"} ' ? What user have i to do? i using the supervisor influx version 4.0.4 bu only find version 1.xx and 2.xx in DA Docs
in my config.yaml i only goit Influxdb:
Did I dream up that there was a search function in the VSCode addon?
I'm almost sure of it.
Control+F ?
Yeah, but for me it now only brings up the browser search? It used to bring up an internal VSCode search bar.
That's weird, I get the internal search bar.
morning all, not sure this is the right place.. having a few issues with mqtt, seems there maybe an issue with the latest moquitomqtt, updates from zigbee2mqtt are not appearing in HAS
I'm trying to add multiple aliases to DuckDNS. This does not seem to work.
`domains:
- my-domain.duckdns.org
aliases: - domain:
**ha**.my-domain.com
alias: my-domain.duckdns.org - domain:
**cloud**.my-domain.com
alias: my-domain.duckdns.org`
are we ok to talk HACS add-on's here? 🙂
hacs does not have addons
Integration then, sorry.
integrations is #integrations-archived 😉
Hey all, I'm going crazy here with an issue with the VSCode add-on. I have a linter setup in my github actions and it keeps yelling at me for no final new line. VSCode does itself show a new line at the end of the file, but I've confirmed in github, vim, and atom that there isn't actually one. I enabled turns out I just had a missing last line and it's setup right lol"files.insertFinalNewline": true but it makes no difference. Any advice for solving this?
Hi I'm really struggling to get the vs code addon to authenticate with my github account. I've got my remote, username, email etc setup as I previously used the basic auth. Now I am following the oAuth flow and I could see the entry in my github Authorized oAuth Apps for code-server (aka vs code in the browser). However the callback redirect results in a 404. I've tried removing the authorized app, and trying to go through the oAuth flow again, which seem to get me to github, I log in, grant the requested permissions and then get the 404 on the callback.
I've tried both from the IP address for my home assistant instance and my subdomain that is bound to home assistant in nginx proxy manager and neither are playing ball for me.
Here is the example using an ip address with the values removed for the callback that I get a 404:
If that's the URL you're trying to provide to Github as the callback URL then its definitely not going to work. 192.168.1.1 is a LAN address, Github is not running in your LAN.
You need a publicly accessible domain name and probably one that is HTTPS enabled since it is OAuth
yeah sorry I've tried it with both that (in hindsight yes you are correct) but I've also tried it with my public domain that I've got bound to my HA instance using proxy manager and that gives the same result
I get
I actually don't think you can do this to be honest with you. I'm looking at the add-on now
It is really only set up for Ingress access (i.e. all traffic must come through HA). Looking at https://github.com/hassio-addons/addon-vscode/blob/main/vscode/rootfs/etc/services.d/code/run that's all its prepared for, not direct access
If you pointed NPM at port 1337 on the add-on container you might be able to get it to work since it binds host to 0.0.0.0 so I don't think anything would stop it
but you'd essentially be exposing VSCode unauthenticated to the world since it turns off auth expecting all access to come from HA
hmm very interesting, I wonder what other people are doing in terms of authenticating to their git repos using the vs code addon?
not sure they are. Might be a better question for the HA Community Add-ons discord though since its specific to one of their addons (https://discord.me/hassioaddons)
great thanks for taking a look
For the letsencrypt addon I get Congratulations! Your certificate and chain have been saved at: /data/letsencrypt/live/domain/fullchain.pem The file is not in /data so where do find this file?
I am trying to setup MQTT broker under suporvisor. When I go to the config tab, and edit the logins as "logins: ["username":"username","password":"password"]" and click save, it just resets back to the default values.
You have a typo somewhere. I just went through that same issue with another addon
logins:
- username: user
password: passwd
do i need both the supervisor add on and the integration?
if another add on asks me for the MQTT address, is it localhost?
probably not. it's the hostname of the MQTT addon
sorry new to this. how can i determine the hostname of the addon? is that the same as the hostname of the HA install?
got it! thank you.
Trying to configure NGINX Home Assistant SSL proxy. I activated customize. Here is my nginx_proxy_default.conf
location /unifi/ { proxy_pass http://homeassistant.local.hass.io:8443; proxy_set_header Host $host; proxy_redirect http:// https://; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; }
I am getting this error.
nginx: [emerg] "location" directive is not allowed here in /share/nginx_proxy/nginx_proxy_default.conf:1
Looking at modifying the grafana add-on. The grafana docs say to modify grafana.ini but the format of the "options" in the HA add-on doesn't match what I am expecting....is there a doc that provides an overview of how the add-ons options work?
Beyond the addon docs?
@viscid orchid
I poked around but really only found:
https://www.home-assistant.io/addons/
Which pointed me to the forums, which pointed me here.
Did I miss something?
The docs tab on the addon page
Ugh! Nvm I completely missed that paragraph! Thx @viscid orchid
Each addon has pretty good documentation
Very true! My mistake was googling the grafana.ini config and trying to work backwards 🤦♀️
I did end up using my own grafana container and not the addon because the addon is missing some config options
I couldn’t get the tenderer plug-in to work, for example (as I recall)
Good to know. I'm just integrating some grafana graphs into a node-red dashboard so I need to allow anonymous access.
Not ideal, but i just love those graphs :)
Getting an error when trying to install addons. Same with the mqtt broker. Registry-1.docker.io resolves fine on the HA host.
21-04-09 14:59:42 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install homeassistant/aarch64-addon-mariadb:2.3.0 -> 500 Server Error for http+docker://localhost/v1.40/images/create?tag=2.3.0&fromImage=homeassistant%2Faarch64-addon-mariadb: Internal Server Error ("Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host").
your dns is misconfigured
As i said, it resolves fine. What more?
Rebooted the whole box. Seemed to have solved it.
Hey! It looks like ADB will be discontinued. According to my understanding, it looks like there is a function that is already built into HA and does the same thing. But I do not really understand what I need to do to take advantage of it. Do I need to change my configuration files or can I run as usual and remove ADB?
@loud roost you would need to remove adb_server_ip: from your configuration I think
And that should be it?
@sly kindle I can try and see what happens.
It worked! Thanks for the help @sly kindle and @viscid orchid 😄
This morning installed the latest update for HA and right after Node-Red stopped working I get this when I click on Node Red :502 Bad Gateway nginx. Anyone have clue what I need to do.
@tough turret usually means it is not running
or you just started it and are clicking too soon
Many have told me to be patient as did the video when this update was released so I am letting it sit overnigiht. The upgrade to Core
Version core-2021.4.2 was the only change made to my system then I started having problems opening NR. While i was waiting I decided to have a look in the NR log and found it was reporting a bad path to a file. So I checked the path using Terminal windows and indeed the path it was trying to impliemtn was non existant. Here is the log from NR showing only the section of the failed report.
@tough turret posted a code wall, it is moved here --> https://paste.ubuntu.com/p/kF4Kdwzhxm/
Anyone knows, if i had two separate HA servers, can i backup them to the same google drive account?
yes you can, just use different prefixes
Ok, thanks
wasnt the Mqtt 5.11 issue discussed here yet? https://github.com/home-assistant/addons/issues/1887
really needs a solution, but seems abandoned by the dev's
Hi... is there a way to share grafana dashboard with non-admin?
Not sure how the "UniFi Controller" add-on is meant to work... I have multiple UBNT AC-Lite APs and they're not detected so can't be adopted... any pointers in what I'm doing wrong (if anything) or what other than the add-in I need to have so I can manage the APs? (not paging @ Frenck)
Came here looking for answers as well. I have to admit I'm a little surprised by the lack of response.
mqtt 5.1.1 seems abandoned, I left mqtt with 511
Hello, I'm confused about the SSH addons available: there is **SSH & Web Terminal **and Terminal & SSH. Why there are two addons ? Are they implemented differently, and what are the pros and cons ?
The one from the community repo has more options
more than that, you can add packages at startup, turn off protection mode to get access to docker commands, and other things
you can have both, but can only run one at a time if both use port 22
@willow lintel did you uninstall it and reinstall it so it starts with a new mosquitto.db?
And do you use the legacy "logins:" or do you use HA users in the config?
hi! how would I edit a file in an addon's container?
@silver urchin You won't
the storage isn't persistent
so any edit would be useless and reverted
@raven tinsel okay thanks, I was afraid of that. so no way of getting anything persistent on a location accessible by an add-on? (context: https://i.imgur.com/sKTWS3T.png, want to set that keyfile)
(it's the Proxy Manager add-on)
For those seeing my post above and the failure of NR afte installing the latest upgrade to HA PROBLEM SOLVED> The settings.js file had a line that was suppposed to be a commented line for what every reason it only had one / adding one more / fixed the problem. To be clear I did not modify this file in anyway this failure poped up right after the upgrade involvling Home Assistant.
The NGinx Proxy Manager add-on has access to the SSL folder
/ssl/*
which is a shared folder you can access using e.g., Samba or any other tooling you prefer to access files on your system
Thanks for getting back to me on this. No I haven’t, but mostly because many who did reported it not to solve the issue.
Also because that would be an ‘undocumented’ way to update 😉
Not to update, but to start with a new mosquitto.db
Similar to deleting the home-assistant_v2.db
Ok, but no, I didn’t do that yet, given the experience others reported it didn’t work, even starting completely anew. Check the issue for these reports.
You’re saying it should be ok
?
Btw wouldn’t that delete all retained messages? I’d love to prevent that from happening if I can
anyone happen to know of a way to submit text to process for Almond via API call, either through Almond directly or through HA API via submitting a particular event or service call? hoping to be able to leverage Almond's text processing to simplify a Discord bot I'm making for home, but no luck yet
currently using the Almond add-on
not seeing any events in Dev Tools matching *almond* yet
nothing on the services side either in Dev Tools, although that's not surprising given how Almond operates, I'm expecting that everything actually interfacing with HA via Almond is just getting the normal service calls after Almond translates them on its own server
did as you suggested, and all seems well, thanks for the assurance.
Does the configurator/fileEditor open or expose any ports by default?
Or is it completely local to the home assistant dashboard?
Known issues and limitations
This add-on can only be used via Ingress and has no direct access.
Hi All, quick question: I have tried using !secret blablabla in the password: line of a couple of addons, but they alweays say invalid yaml
what am I doing wrong there?
sorry I missed this one. You mean the user login at startup? I use both, depending on where I am. Trusted network with it's users when at home, user login when away from the net.
thanks, will try shortly
yes, but than i saw it broadcasting out at [hassioIP]:4357
Webserver showing "supervisor: connected"
that's the supervisor itself, or more correctly, the observer container
Ah
it's not the the file editor addon
Ok, so nothings exposed & its just as safe as before?
Stupid followup, but i need to be sure
Yea ik. Just got a little weary by the net info in the terminal addon.
thanks for the help.
the terminal addon runs in a completely different container than the file editor addon. they're unrelated
Ik, but for some reason it spat out: "configurator on [ip & port]"
when i went to use it
seemed odd
You can configure user credentials in the addon config, or you can leave that blank because your mqtt clients are set to use an existing HA user in order to authenticate with the broker
the ssh addon?
Ssh/terminal (with ssh off) addon
Welcome to the Home Assistant command line.
System information
IPv4 addresses for enp0s3: 192.168.1.169/24
IPv6 addresses for enp0s3: fe80::902a:1a46:929e:9405/64
OS Version: Home Assistant OS 5.13
Home Assistant Core: 2021.4.3
Home Assistant URL: http://homeassistant.local:8123
Observer URL: http://homeassistant.local:4357
?
unrelated to file editor/configurator
is anyone here using owntracks with mqtt that is getting the mqtt messages from a remote server instead of local?
Uppon reflection, yea i missread for some reason.
o sorry, I misunderstood. I have configured user credentials there yes. No HA user, I guess a 'legacy' credential, which has nothing to do with any HA user at all
no idea why i read it as configurator
anyway, nothing is being exposed unless you do it yourself through your router/firewall
Yea. Although i keep a tight grip over local stuff aswell
like, really really tight
using !secret my_password within quotes for addons now let me save the yaml and I get no logner an error. However, as soon as I save, quotes and !secret get automatically removed and I get back to previous string
which addon?
I stand corrected, it was a typo on my side
however in node red documentation secret is not within quote and that is confusing
yes, I see that. maybe submit an issue or PR
ok thank you for your assistance though
np. seriously, if it tripped you up, it will probably do so for others. Open source software relies on everyone helping to make it better
even if it's just submitting an issue
raised an issue
Is it normal for Add-on and Supervisor pages to reload every ~15 seconds?
no
Only error messages I am finding is "Uncaught (in promise) DOMException: A mutation operation was attempted on a database that did not allow mutations." in the dev console... hmmm
this is more of a #frontend-archived question
but I expect the guidance will be to clear your cache
is there anything like the ssh addon that uses debian (instead of alpine) as the base image?
(or put another way: can I run a debian image/container within hassos?)
trying to update the firmware on my UZB controller
managed to get it running by pulling the debian-base image in portainer and connect through console
now hopefully I can update the firmware w/o borking the UZB stick
I think this is the right place to ask this question (as i've looked around on the internet and haven't found an answer)
Long story short
Whilst connected to my HA through domain
(duckdns to be exact)
and trying to open the web ui for npm
it'll just keep refreshing and never load npm
but
If I try to load npm whilst connected through direct ip (HA), itll load instantly without a problem
anyway to remedy this?
Is that an addon?
ah, in the documentation it only said I needed to port forward 80 and 443
It doesn’t support ingress
i'll give that a go
Hi
Hope this is the right place to ask.
I've migrated my RPI4 to the HA Blue and all is working flawlessly, exept from duckdns. I cannot get access through duckdns anymore, nor can I setup the Companion app. Do I need to reinstall the add-on or am I missing a simple thing somewhere during migration?
Thanks
Good morning, i have a problem with the vscode addon. I've created a user snippet which insert the actual date if i type "date". This snipped is working with all languages (C++,Batch etc.) but not if i use the default language "Home Assistant". Any idea whats going wrong? I've re-installed the vscode, but the problem still exist.
Is it technically possible to use the nginx addon to serve content from another addon (that is running http server on exposed port)?
use case: expose the addon's content on the "main" public port, without exposing extra ports and having to deal with HTTPS certificates separately
That's one of the prime reasons for using a reverse proxy.
@slate goblet posted a code wall, it is moved here --> https://paste.ubuntu.com/p/7SCwyF2CRR/
Ah, sorry, let me resolve this …
Good morning everyone! I'm getting the following errors although ADB add-on is uninstalled. Any ideas how to resolve this?
Logs: https://pastebin.com/8dPGPCPC
do you still have any components that refer to the adb?
Feeling dumb right now … yes adb was still mentioned in a config file. thanks for helping me out!
my pleasure
Goodmorning. Any suggestions why HA ESPHOME is not turning green, able to acces OTA, while still reading out the sensors wireless of the same module?
Anyone?
did you make sure to give the blue the same ip as the pi
No it changed. Where am I to change this?
in your router
since i don't know every router i can't say how it is done in yours
just give it the same static ip as the pi had before
Aah, other way around. If I want to use the new ip, where do I change that in duckdns?
then I think you have to reset the add-on and set everything up again
Allright, thanks. Then your first suggestion would be the way to go
Has anyone been locked out the Unifi Controller UI after a password reset? I updated the integration today and the Web UI asked me to reset the password. Now it won't accept my password and there's no way to reset it (I think because I don't have SMTP set up on the controller). I'm running Home Assistant OS on a NUC. 😭
You may be able to dig around in the addon data, but I would follow the ‘how to recover the controller password’ instructions here: https://help.ui.com/hc/en-us/articles/204909374-UniFi-Accounts-and-Passwords-for-Controller-Cloud-Key-and-Other-Devices
It probably involves reinstalling the addon and restoring a backup
Sorry if this is a stupid question, but is restoring a backup the same as restoring a snapshot? I have snapshots of the add-in but I'm not sure I have any backups
I’m talking about a backup of the controller data
Not HA. Once you reinstall the Unifi controller addon, it will start fresh
Read through the article, thanks. Looks like I'll need to reinstall the controller as I don't have remote access set up or SMTP. Also not sure I have a back-up either 😭
I’m sure you will after this
😄 Yip
Hey, so I've just started using Home Assistant this weekened trying to get my custom arduino mqtt devices connect to it, but I'm running into lots of issues. After a bunch of troubleshooting I think the issue is with the 5.1.1 broker being broken. No? Is there something I can do? I don't have an older snapshot.
@solemn tangle what is the problem?
Initially my arduino connects fine and works perfectly, however after a few minutes it just disconnects
I tried using the public broker and it works great.
I've been running tests with different keepalive values on client and server and reading various logs and it seems that the arduino client expects some sort of response in time but the server doesnt. The logs on server just say that a client successfully connected
to be clear it disconnects and keeps throwing error when trying to connect
it also works fine if I just hit the reset button but I don't want to do that...
I'm also not really sure how to downgrade to 5.1 to see if it really is the problem.
Yea, that's the one I'm referring to, but it's been open for almost 2 months now, with (unless I missed it) no response from devs and no way to downgrade it manually....
The last message suggests uninstalling and reinstalling
Ah, a new message. I've already tried that but let me try again
so I've tried it and now I seem to have a new error in addition to the old
previously home assistant would connect fine, but not anymore
I get Socker error on client unknown, disconnecting in mqtt broker logs
Something must be wrong with my installation. If i hit CTRL+SPACE within VSCODE addon to get suggestions, i see "Loading" for 20-30 seconds. After that the suggestions are shown. In the Output window i get tons of messages with schema updated and Got 630 entities from Home Assistant. Any idea what i can do to fix this, or is it normal? After a change in the open file i get this message and i have to wait again.
Discover all configuration files because file:///config/entities/switches/template_switches/dummy_switch.yaml got updated and new files were found...
Yea now I cannot connect to mqtt broker through homeassistant integrations.....
After solving one problem brought on by upgrading the mini-series starting with 2021.4.1 and going up to 2021.4.3 I ran into another one. Somewhere during the upgrades mentioned above I lost my Athom socket. It was working fine for months after the upgrade not so much. Looking for help on solving this issue. All the dashboard display shows is "not available".
Is it possible to make add-ons log more? They don’t seem to have /var/log/messages and I see in the docs all goes to stderr. Is there way to increase what’s logged by any give add on to stderr?
I tried using the file node in node-red but it still strips away info still checking this out.
As for the failure above with my Athom plug uninstalled mqtt and re-installed it waited for a while and all is well in athom land.
Hello, I have observed a funny behaviour of the configuration of the Terminal & SSH addon, would this be the correct place to discuss it?
sure
So I paste in my key that i make in puttygen in YAML syntax... at least what i think is YAML syntax and the online validation works
but as it hit save and the page refreshes the yaml looks corrupted from the server side
I think puttygen creates non-standard stuff
Well i have not pasted from the file
i get a heading - >- charachters
as the yaml is read back
but that is not what i wrote in....
don't worry about it
it works for local access from the webgui....
that's just it turning it into a multi-line YAML string
does it start with ssh-rsa?
yeah the addon starts no problems after i gave it another port... didnt wanna start with 22 on hassio
the key
I'm confused
and Putty can connect to the server
?
and, does the key you're putting in the addon config start with ssh-rsa?
no supported authentication method is what i get from the server
ok, then it doesn't connect
no but at least my client talked with the server 🙂
even though it did not form a ssh connection....
and, does the key you're putting in the addon config start with ssh-rsa?
anyhow I am sure i just misconfigured something
I will go back and doublecheck my stuff before wasting your time
ok
[23:45:18] INFO: Setup authorized_keys
[cont-init.d] ssh.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
well looks pretty good to me
0 is typically good
I don't think you've answered my question
Received disconnect from 192.168.1.143 port 53561:14: No supported authentication methods available [preauth]
Disconnected from authenticating user root 192.168.1.143 port 53561 [preauth]
so this is the trace i get on the server side
yes it starts with ssh-rsa
and not the funny header that putty puts into the key files
my private key is a .ppk and is in the "Private key file for authentication" section
beyond that, I'd just be Googling
np. I set it up a long time ago
i was really perplexed on the multi-row YAML
you can try just using ssh from the command line after putting your private key in .ssh/id_rsa
now it works
always the user-side error eh? I was putting the public key into putty when that should had the private key
So, this has happened before, this time specifically with the Duch DNS addon.. I try and edit the configuration, and when I click save it just reverts back to the default.
nm, it seems inssted fo just giving me a clear and infromative error message then there is a mistake in the config file, it just reverts it back to previous..
Anybody know where I can find the defined users for the nginx proxy manager add-on's web page? The add-on mentions using mariadb but I checked there and it appears unused.
well nevermind, it seems I connected to the wrong instance
woot! There it is, and I'm in. Thanks for listening 😅
Problem with integrating Google Home on lowly RPI 3+ core venv 😦 When adding it tries to compile RPI runs out of its 1GB RAM and 1GB swap. Developer responded: Yeah, building grpc is a heavy task. I think this happens because of 4 jobs running in parallel. Try smaller number of jobs (1 or 2) by setting GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS env var. But honestly I have no clue how to use his suggestion...
Nobody an idea what the problem is?
Output window i get tons of messages with schema updated and Got 630 entities from Home Assistant. Any idea what i can do to fix this, or is it normal?
That is correct and normal output
Hey all! I'm trying to build my own add-on based on a custom Docker Image. This works, but I'm unable to read my add-on's options or use things like /share etc. Does anyone have any idea how I can get those things to work, even with a custom Docker Image?
Hi Frenck, thank you for your answer. But why it is so slow? This is only if the language is "Homeassistant" if i use "ESPHOME" or another language it is normal. If i have only one file open in VSCode and change one line in the file, the whole discovery process is starting from the language server. This i've never seen with ESPHOME for example. Hope you understand me 😉
Depends on the number of files and connection method
if you connect over and remote FS e.g., via SSH or Samba
it can be problematic, as with every change you make, it needs to re-load all configuration files to find out the new truth
Hmm, i use your VSCODE addon. For my understanding this is all inside the same machine / Docker but different container, right? Is it better to use one configuration.yaml in this case?
For the add-on its is all local and native, and should not have this issue
I run it with hundreds of separate YAML files
Ok, i will do some troubleshooting now 😦 Thanx
That sounds like a question for #devs_add-ons-archived
Ah ok, I'll move my question there then. Thanks!
please check https://github.com/home-assistant/addons/issues/1887#issuecomment-817621787 for 5.11 was way slower than 5.1 to connect. just downgraded to 5.1 once more, and it is snappy as before.
@cobalt thicket , did you start the traccar server?
That’s the whole log?
Thats all it shows in the log tab.
Does the addon show as running?
I can open the web ui
So you have connection problems. Either the port isn’t forwarded correctly or traccar isn’t listening on the correct address/port
How can I verify it's the correct port?
Configuration does not contain any port related settings
Double check your port forwarding.
Traccar was pretty easy to setup as a standalone. I can’t imagine the addon is any different
Maybe reboot your router?
Then you need to troubleshoot the server
Can I change the traccar listening port?
The problem with addons is you are limited to the config in the addon.
But it has a config file according to the docs
Where?
my addons folder is empty
Oh there is traccar.xml
The webui port also does not work (8082)
I can only access the webui from within hass
Did you set ssl to true or false?
false
I also so something about a different port for the app
It looks like several ports need to be opened
In that case the documentation is seriously lacking...
I dont need more protocols
You may want to increase your log level
Ah yes
Where can I find the raw log file?
There is too much to fit in the log tab.
🤷🏼♂️
Hmm
I added the entry, restarted the app and hass, still same error
But it says the error can be safely ignored.
Also, you want to look at the logs after a connection attempt
Hi, I have problems with the UniFi controller. I get Main error error processing element InMemoryAppender ([Appenders: null]) CLASS_NOT_FOUND
And unable to locate appender “InMemoryAppender” for logger config “root”
I am using the newest addon 0.21.0
There are no log entries after an attempt
Because traccar is still not listening on any port 😛
Is this a recent discovery?
Anyone experienced with traccar as a hass addon that can help me out further?
I'm wondering if there are any MQTT experts around? I have been running HA core for years and this weekend started testing a migration to a new HA OS setup. But i am only seeing some of the MQTT activity that I believe is being sent to the MQTT broker addon. I'm wondering if I maybe missed something in how to set it up.
I'm not an expert but according to the addon's nginx configuration it says its listening on port 18682 here: https://github.com/hassio-addons/addon-traccar/blob/main/traccar/rootfs/etc/nginx/includes/upstream.conf . Did you try that one?
Ah wait sorry, that only allows access from 127.0.0.1
Ok so looking here: https://github.com/hassio-addons/addon-traccar/blob/main/traccar/rootfs/etc/cont-init.d/nginx.sh if you put a value in the field for port 80 in the addon configuration then it exposes the webui on the host on the port you listed. If you leave it blank then it only sets up ingress access and does not allow any external direct access
Is that webui port the same port that my clients should send to?
@cobalt thicket do you have other gps devices that work with traccar or are you only trying to add phones?
Just my phone
Then I would suggest that traccar is cumbersome for that
You don't really benefit from having traccar or its maps and geofencing etc
My idea was to use geofencing on my phone for automation purposes
yeah for that you might just pick from other phone gps apps like owntracks, life360, the HA companion apps, etc
those are all less cumbersome and more direct. The HA companion apps even pull in other sensors you might make use of for automations (when it's charging, fully charged, and a bunch of other states)
They don't require running a separate add-on
Traccar would be of more use if you had gps devices for your vehicles...or your fleet of vehicles if you had such a thing
Combining the gps mobile apps with zones can provide you your automation triggers
@cobalt thicket did I lose you?
I tried Traccar for a while when I used my own domain for HA and there was little point running all that to track phones, basically.
Thanks! I will look into it
Still, I'm having difficulty to accept that I couldn't get traccar to work 😅 serious hit to my ego.
Hello, I am on hass os, and I installed an integration but it requires a python package and it doesent work without it
I also noticed theres no pip in the command line
what are my options?
- this channel is not for #integrations-archived
- depending on your install method 99% of packages are already installed
- pip is for sure there, somewhere
Better have a look at
- info and ask in the installation method for your install