#add-ons-archived
1 messages · Page 66 of 1
https://github.com/lolouk44/hassio-addons/tree/master/mi-scale how do I tell this addon to use the BLE from my xiaomi gateway?
It cannot do that
is there any other way to get the xiaomi scales into HA?
this addon has the first line in its config
HCI_DEV: hci0
which tells it which device to use as BLE
Which local bluetooth device, yes.
I don't own any esp boards
this looks good, is there a way to use the xiaomi gateway in it as the bluetooth receiver?
I don't think so
or maybe the bluetooth from the laptop my HA server is running on
Yes, that is possible,. which is the hci device you listed above
But your BT devices must be supported for that, or else it won't be available of course.
so basically the scales try to connect but fail because the bluetooth version is older on the laptop
Right, so probably missing BLE
maybe the gateway is hci1
The BLE from the Xiaomi gateway isn't a open/free BLE device to use
there is not much we can do about that
not for us... 🤷♂️
hmm thanks for the assistance!
@sleek root posted a code wall, it is moved here --> https://hastebin.com/ujigupakep
Hello, It me Again (first post kinda got lost)
Set up my HA 2 days ago and now I want to start and shutdown my pc via HA.
Starting works fine.
For the shutdown, I wanna use the RPC Shutdown Addon.
https://www.toptal.com/developers/hastebin/ujigupakep
@raven tinsel - thank you for integrating the Traccar platform. Just discovered it and getting it configured using Particle.io trackers.
Great work!
@sleek root you might check out the IoT link app or the hass workstation integration. You can get more sensors out of your PC in addition to control
@sly kindle ty will try that out
can somebody help me with the nut addon running as netclient? when i set all the netclient specific parameters i get the message 'failed - got [ERR ACCESS-DENIED]'
the same parameters on the nut integration work without issue.
mode: netclient remote_ups_name: apc
remote_ups_host: 192.168.2.110
remote_ups_user: admin
remote_ups_password: '!secret apc_password'
maybe i'm missing something
hey, iam using the samba addon with visual studio code and the home assistant vsc extension
vsc wont show up any suggestions can somebody help?
How did you configure the extension?
Hmm, looks like the addon is supposed to come preconfigured. You can see debug info for the extensions in the box at the bottom of the VSCode window
iam not using the vsc addon
iam using samba and run the visual studio code on my computer
and installed the extension
i dont want to use the vsc addon as iam not able to scroll in the mobile app for mac in vsc
this is the config inside vsc
If that's the URL to your HA instance and the token is a valid LLAT, then it should work. You can see logs for the extension by selecting "Output" in the box at the bottom of the VSCode window and using the dropdown to select "Home Assistant Language Server"
@jaunty mantle
Could someone possibly help me out for a second with a query... This Ring add-on ( https://github.com/jeroenterheerdt/ring-hassio )
says "6. Add a camera to Home Assistant, such as."
I'm not sure where to add this code
Would someone be able to guide me in the right direction to add it?
It should be added to the configuration.yaml file, more information about that file can be found here: https://www.home-assistant.io/docs/configuration/
So in /config/configuration.yaml file?
I've added that into that file and still no luck
I've installed the addon 'File editor' from the store to be able to modify that file
Does Home Assistant say anything in the logs?
Have you restarted Home Assistant after you made changes to the configuration.yaml file?
yeah, I just restarted it and still no luck
loving the features of adguard home. But it seems to stop working (requiring a restart) every 2-4 days. Have no idea
[Home Assistant Language Server(14359)] Started and initialize received
Connecting to Home Assistant...
[Auth phase] Initializing WebSocket connection to Home Assistant
[Auth Phase] Connecting to Home Assistant... Tries left: 3
Connecting to Home Assistant...
[Auth phase] Initializing WebSocket connection to Home Assistant
[Auth Phase] Connecting to Home Assistant... Tries left: 3
[Auth phase] Received a message of type auth_required
[Auth phase] Received a message of type auth_required
i get those errors but iam sure that the ip and the token is correct
checkbox "enable insecure transport" is set
i get this error in home assistant "Login attempt or request with invalid authentication from 192.168.178.40 (192.168.178.40). (None)"
i got auth ok now
i removed the workspace settings and only configured user setting
i get suggestions now but they take about 20s to show up lol
Has someone built a mail/SMTP server add-on for Home Assistant? I did not see one in the official or community library.
@abstract furnace posted a code wall, it is moved here --> https://hastebin.com/kisihepumu
@abstract furnace posted a code wall, it is moved here --> https://hastebin.com/onoxacijuk
Hmm, Ok, Not sure what I typed wrong to end up on hastebin 🙂 Anyway, I just installed latest version of Home Assistant on a Raspberry Pi3 with 64GB memory. Need to get my old Tellstick power switches to work, and added some information on above post (https://hastebin.com/onoxacijuk ). My issue is that when I activate one (1) swiths both activates... 😦
I will post my big post one more time, with a bit more expanding on what I did, and where I got the information from. So, no spam, just extra information on my issue, if this is the wrong forum for it, I appologize in advance, and where should I move it? (was debating between add-ons, integration, hardware...)
Question at https://pastebin.com/U1XESsQA
Only one I saw was the Certificate checker...
Hmm possible answer to my question https://community.home-assistant.io/t/issues-tellstick-learn-function/86393/2
I installed InfluxDB 2 months ago as add-on in HA OS. The database is in the meantime increased to 800 Mb. It was my idea to keep logs for a long time but the database size seems to become extremely big. Is it possible to maintain this DB? Where is it located?
@hallow pier So... How you generally do this with TSDBs is downsampling data
Sorry Frenck, you're speaking half Chinese for me
in InfluxDB 1.x series, for example, you'd create a retention policy and use continous queries to do that
In that case, InfluxDB might not be what you think it is...
I run 4.3.0
Right the add-on version that is probably
Which runs InfluxDB 1.x
So here is the thing, InfluxDB is cool and really powerful
but it isn't solving things for you 🙂
OK, but can I manage the database? All HA data is stored. Some is relevant, others less and I don't want to store them...
https://www.home-assistant.io/integrations/influxdb explains how to filter but is it possible to manage the database with the existing data
@raven tinsel Is it possible to exclude all sensors expect, some I list
OK, but can I manage the database?
Yeah sure, the UI is available and you can run any query you like;.
yes, but that is a Home Assistant question, not a InfluxDB question. Nevertheless, you should be using downsampling to address the issue you are raising.
Therefore I asked to exclude all sensors, expect some who are interesting for me
But... that is not downsampling, that is just adding less sensors? :S
Please note, Home Assistant does long-term storage too... (not influxdb, which already downsamples it for you)
Ok, so not only the amount of sensors stored, but also the sample rate. Hmm
Apologies to ask the question once more but how to exclude all sensors, except some of them. Which 'word' should I use to exclude all?
depending if you want to build up an exclude or include
you don't have to "exclude all" instead
only list what you want to include
But by default all is stored, so once I include an item all the others are exclude?
yup
Ok, I'm not a computer 'freak', so thanks for your help, expert! 😉
Freak Frenck 😉
Sounds not bad
Sorry, kidding, you made great, how you call it, add-ons and repo's
Stupid question. I have many sensors starting with sensor.pv_ like sensor.pv_daily_yield and sensor.pv_voltage and many more.
I want to use a wildcard so I can store all sensor.pv_ entities with 1 line. I tried sensor.pv_* but I get an error when I check my configuration
Invalid config for [influxdb]: Entity ID sensor.pv_* is an invalid entity ID for dictionary value @ data['influxdb']['include']['entities'].
But the wildcard * is used in the examples on https://www.home-assistant.io/integrations/influxdb/
entity_globs was the magic word to be used 😉
Hi all just a quick question, the latest version of Node-Red 10.2.0 anyone have any issues with node-red-contrib-home-assistant-websocket ?
None of the Home assistant nodes are available and if I attempt to remove the node I get - Failed to remove: node-red-contrib-home-assistant-websocket Type in use: server
Well it means you can't remove the node
which makes sense, as it is built-in and is used apparently by your setup
Check the server settings of the node if it is configured correctly
by default, the add-on configures that for you, unless you change/override it yourself later on
Frenck, I've removed node-red-contrib-home-assistant-websocket and re-installed and still the home assistant nodes are not available in NR. Is it goosed?
You should not remove or install that node.. it is built-in
Remove the node, restart the addon, it should be back
Wish I could say that fixed it 😦 any node in any flow that was linked with HA has a dotted box with unknown: server-state-changed
Finally got it sorted, had to roll back to a back up from May '21, will see what breaks my HA over the next few days.
Hmmm, i think something is wrong with the latest deconz update. Or i am just having a wrong configuration. My deconz addon keeps restarting.
https://p.k-4u.eu/view/dde19b4e
in the paste are logs
If anybody has any ideas, i'd love to hear it, i'd very much like to control my lights in my house D:
This is definitely appearing to be a big problem. Multiple people are reporting this for the past month
hi all, where can I find the Network UPS Tools (NUT) add-on?
on the hassio add-on page I can't find it
I have same issue with 6.10.0, the only solution I found for now is to reload previous version from backup
If anyone have some actual solution I would be really grateful
hm, I may be missing something, but I don't see deconz as part of this repository @lone dirge
If I'm not mistaken deconz is part of core HA components, not one of community addons
but I tried adding it anyway and 6.10 is still highest version I can update to
@raven tinsel any chance you can bump the UniFi Addon? Ubiquiti released a new version with a critical security fix.
Thx
Already did
Oh. Wasn't visible here yet. Thx! You're probably busy now. You're the best!
anyone running the ring mqtt addon?
For anyone else looking at similar issue. This was the root cause. Ensure unit is unique or same as id if you want to turn on individual switches with tellstick
@tribal topaz use this one ... https://github.com/hassio-addons/repository
the strange thing is that there is no guide with this repository
and I don't know why it was disapeared from my store
Hello everyone. I am trying to get the CEC integration working. I am running HA supervised on on Debian 11. I get the following output https://pastebin.com/8rpNx3Sh and the add-on never starts.
Can anyone help me?
Hello iam trying anonymus view access to grafana. in options i configured these env_vars:
- name: GF_AUTH_ANONYMOUS_ENABLED
value: 'true' - name: GF_AUTH_ANONYMOUS_ORG_NAME
value: Main Org. - name: GF_AUTH_ANONYMOUS_ORG_ROLE
value: Viewer
but what should i enter by network host? the hostname unter information doesnt work or is it not necessary to use port 80 for anonymous access?
I seem to keep getting my comments in vscode colour set back to black instead of green. Any ideas on how to fix permanently?
This happenend I think with the first 2021.11 update but I changed the studio code settings.json and added something there to set the colour for comments again. But it appears to have been lost again with 2021.12
Hey, I've moved from having HA public to the Internet to having tailscale. Works great but I lose connection to services from having the VPN on. The only setting I changed was having my local router and 1.1.1.1 as DNS servers 🤔 is this wrong?
hello everyone, when i try to compile the code for esphome, its failing with an error:
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/platformio/main.py", line 129, in main
cli() # pylint: disable=no-value-for-parameter
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1128, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
anyone have any idea why it might be
@viscid orchid thanks 🙂
Anyone know how to enable .storage visibility in VS Code Server addon? Upgrading to 2021.12 broke a few things with Hue device IDs.
Need to manually replace them in my automations 😦
Hello, Has anyone successfully added their Amcrest ad410 into home assistant. I added the the example in my configuration.yaml. host, username and password. But it gives an error message in the logs
hrm, would i be able to ask a node red question here?
ah i see it now thanks! missed it when scrolling
Upgrading to 2021.12.1 broke my Zwave JS to mqtt. Got an error "not ready yet: z-wave js server version is incompatible: 1.11.0 a version is required that supports at least api schema 12" so stopped the container, pulled the latest and re-started the container. All zwave entities are still unknown. Tried re-booting the system. Any clues please.
Also Community add-ons not showing in Supervisor. That may belong elsewhere but related?
Hi All, have anyone used 74HC4067 (multiplexer) in their projects ?
2021.12.1 broke my Zwave JS to mqtt was caused by missing Community Add-On so could not update version until that was recovered. Why does an upgrade cause Community Add-On to go missing??
are there other people here, also having a mosquitto install on HA OS, consuming>2GB RAM? I'm only have 1 client process, Zigbee2MQTT, serving approx. 40 devices. CPU is low but memory usage is high and increasing ... At startup I'm already at 1.7GB
I followed this vid to get my Amcrest AD410 piped to HA and didn't have any issues: https://www.youtube.com/watch?v=Hz2kKYjhC8I
Thank you. I managed to get it to work in HA. I put my email as a login before, instead of admin. Now the issue is just gettinf it to stream to chromecast
After upgrading from SQLLite to MariaDB, my ZHA is not working. In Core logs I see errors like:
2021-12-13 18:39:34 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform zha does not generate unique IDs. ID bc:33:ac:ff:fe:20:76:bb-1-6 already exists - ignoring binary_sensor.hallway_entrance_motion_sensor
Is there a way to migrate the database from SQLLite to mariadb?
I have Assistant Relay installed and I think working (before I was getting an error and now I'm not and it works in the sandbox) but I'm not sure how to make it work with my Sonos. For example, I want to send my "Good morning" Google Assistant routine to my Sonos to say.
How does assistant relay help with that?
Hi all,
Yesterday, HA suddenly stopped responding to requests from G Home. Turned out there was an SSL issue. However, when I restart the HA server, the problem was resolved. Is this normal behaviour?
Well when I use Assistant Relay, I can type "Good morning" and send it off and it'll tell me the weather, traffic to work, and start playing some news clips, just like it would if I was to say it to my phone.
Seemed easier to do that than template out everything I want. Just the weather alone I'd have to parse out temp, feels like, condition, future condition, high and low temp to match Google
This is gonna sound silly, but the Windows username for RPC Shutdown addon when you're using a MS account... Is it the full email address? Or is there a local, shortened username it's expecting?
If the latter, would it be the directory name under C:\Users\?
@dull jewel Ive used that with success
Basically the first 5 characters of your username
Cool, that makes sense. If it still fails, likely have some firewall issues.
After adding MariaDB to my HA Blue my ZHA lights did not work. After restoring to a previous backup without MariaDB it worked. I verified MariaDB did work (eg logging) so not sure why this error occurred. Was I just unlucky and should try again, or will ZHA integration not work with MariaDB?
I made a mistake selecting raspberrypi4-64 instead of raspberrypi4 when installing using the supervised-installer here: https://github.com/home-assistant/supervised-installer. After that I uninstall everything to try to restart, but it seems that the installer keeps on using raspberrypi4-64. Is there a sure way of cleaning up and start fresh? I've already attempted to remove everything by uninstalling the package, removed all hassio_services, removed /etc/hassio.json, removed all docker containers and images, removed /usr/share/hassio folder, tried dpkg-reconfigure - none of those helped. There's a piece of information being cached somewhere that the installer uses when it runs.
Hi can I ask about adguard here
custom card doesn't exist when accessing lovelace ui through nabu casa link. My app and viewing from on-prem works fine....Any way to fix this??? Card shows wtih error in nabu casa
Is this the right place to ask how i can add new a new HA device to the HomeKit-bridge ?
Hi everyone, I am looking for a way to upload Motioneye media to Microsoft Azure Blob storage through SFTP. The Azure side is setupped, but the config from the motioneye side will not accept the SFTP settings. It looks like I need a way to accept the SHA256 key fingerprint on the first connection before the motioneye addon will connect to Azure blob storage. Does anyone know of a way to get cli access to the motioneye addon to store this fingerprint?
I'm gettting the same problem. Any solutions?
wait an hour, restart HA, see if the rate limiting is over
and this is nothing to do with add-ons
HACs is not an add-on, and it doesn't offer add-ons
Hi!
Maybe a little OT but looking at the NGINX Proxy Manager logs, I see a bunch of lines like :
[14/Dec/2021:16:20:28 -0500] - 401 401 - GET https xxxxxx.duckdns.org "/" [Client 45.132.227.214] [Length 22] [Gzip -] [Sent-to 192.168.88.103] "python-requests/2.26.0" "-"
Should I care ?
Is it just like a crawler ?
Why does "File editor" addon make so many request to outside server resources?
Including cloudflare / github , and accounts.google.com and google drive?
Hey guys! Im having issues getting adguard working with nest google wifi. Can someone point me in the right direction to documentation around my specific router?
hello, question, how can i reset the bitwarden admin_token
lost mine and need access again :S
didint find anything in the wiki
Hi everyone, I have my own domain name and wanted to use the Let's Encrypt Add-on to generate/renew a wildcard cert using that domain. The docs say to use a supported dns provider, but I don't see NameCheap on that list. Is there something I can do to make NameCheap work? They natively support Dynamic DNS records that my router automatically updates for me, so all I need is the certificates to match the domain name.
for the VSCode Remote add-on, do I need to be setting my ssh keys anywhere besides in the configuration for the add on? and what username am I supposed to be using?
Hi guys! How can i clear the cache from zwavejs addon?
Hi. I have a problem with Google Assistant SDK addon. In a couple of hours it takes the CPU load to 100%. It is only solved by restarting the addon.
hello, I can't add file editor
hi
Can’t?
Can someone please put me in the right direction with the bitwarden / vaultwarden addon? Without SSL, i have everything setup and working properly. But I cannot get SSL working. I have already generated certs with the duckdns addon, but am running into issues using them. I connect to my instance using tailscale, but then of course the server address in the cert doesn't match. I really wish this addon had an override option. I don't want to disable SSL, and I know the cert is good. What options do I have? Any ideas?
Can somebody pls help me ho to set Mikrotik Router to use dns server running in Adguard Home assistant pleaes?
Hi all , some one out there with a little bit of Nginx knowlegde ? I've tried to setup Nginx with my ducksn domain en let's encrypt.
But when I port forwared 433 to 433 I'm stuck on the loading screen of Home Assistant when trying to access it through the duckdns domain ....
I am able to use my local ip adress with port 8123
Solved by commenting the following:
http:
#ssl_certificate: /ssl/fullchain.pem
#ssl_key: /ssl/privkey.pem
Are there still issues with battery drain using the tailscale android app?
I consume and deploy an addon that someone else writes. Is there a way I can modify the addon's config.json parameters myself, s/t they override that of the addon?
Trying to add homeassistant_api: true for those easy auto-gen API tokens.
how do I view the MQTT logs that other programs send info to
Hi,
sorry for probably asking some noob stuff. I am using HAAS since few month, but had not time to dig deeper for now.
Trying to install / use an Add-On for saving my backups (formaly snapshots) to a WebDav cloud service.
The Add-On I am trying to use for that is Snap-Shipper https://github.com/HBDK/Snap-Shipper
My problem is, that the configuration options are not saved.
I'm not sure if the Add-On is still maintained and functional with the latest HAAS version (I use 2021.12.2)
So here my questions:
Where are the sources / phyton files stored from an add-on on the local HASS file system?
I tried to find the phyton sources in the repo mentioned above but didn’t fine some.
But can there be an add-on without phyton files?
Later in my HASS career I want try to contribute to some integrations / add-ons / UI HACS e.g. when I find errors or can think of an improvement.
Is there a documentation of the architecture of HAAS? How the gears fit together? As jumpstart for a developer?
Thanks and you all have a healthy holiday time.
Jens
Check this issue: https://github.com/HBDK/Snap-Shipper/issues/9 The repo is maintained but no longer compatible with Home Assistant's Supervisor and the dev is unwilling to create a workaround. There's a link to the files.
Hi guys
how can I copy something from outside the SSH terminal into the SSH terminal? Ctrl+C and Ctrl+V doesn't work
try with shift
Thanks tom, I'll give it a try to dive into beeing a HAAS developer... 😉
where would I have to raise an issue with an addon, is it in Homeassistant core?
On the home assistant GitHub issue tracker, add-ons repository
I have some weird logs, I think from the ewelink addon
Ahh. Alright!
Completely forgot.
Thanks 🙂
Hi! I'm a fresh new user. Where do I go for general or new user questions?
Depends on the question. Check out the channel topics and choose wisely
Lately I’ve been having an issue where an addon can’t be reached and shows the red circle and start button, but still is generating logs. However when I hit start the supervisor logs tell me that it’s already running and can’t be started.
So looks like “running” is determined two different ways.
Unfortunately, it leaves me with no way to restart the addon to try and get it working without managing to drop into a shell.
I just did docker restart for the container and waiting to see if it goes green. Logs are all fine, but still says it’s not running in the UI.
Ah. Restarting the supervisor now seemed to work.
general question... can i add multiple instances of an addon?
for example, i have two amcrest doorbells, so i want to run two instances on amcrest2mqtt... I don't see an easy way to add another "copy" of the addon. Is this possible?
Only if you run the Container install method. The Home Assistant OS installation method can only run single instances of an addon.
Is there any channel on here to get some help with 3rd party addons? like mini media player
That's not an addon. It is an integration. You are welcome to ask for help on third party integrations in #integrations-archived
Thanks Tom my bad 🙂
Hey guys, I just tried setting up the VS code extension with the git pull addon and it seems that the addon is only capable of username + password authorization, which is not allowed by github since August. So it results in an error (log below). I don't believe that it wouldn't work for anyone since August, so I must be doing something wrong. Any chance you would know what?
[Info] Start git fetch...
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/MyUserName/MyRepo.git/'
[Error] Git fetch failed
Can anyone help. File editor stopped working and shows a "401: Unauthorized" error.
I have tried uninstalling and reinstall with no luck. I have even gone so far as to install a full backup (new install anyways).
oh also terminal stopped working as well but one thing at a time
How do I tell samba to let me access it remotely?
anyone use the RING MQTT addon, I need help to setup sending an image to telegram PM me pls
It’s likely Firefox. Disable advanced tracking or update Firefox
will try. Thanks
I disabled tracking on the instance of home assistance and it still does not work
Ok
I installed chrome and it woks but ssh/terminal still gives an error. So def on the right track. I will play with firefox setting more.
It’s definitely the problem
for sure. I just dont know how to fix it
weird thing is it was working fine
yeah thats what i did
i even added it to the safe site list
@viscid orchid I cleared the cache, data and rebooted firefox. The file editor is now working. Still getting a "502: Bad Gateway" error on the SSH web terminal. Any ideas on that one?
Thanks
@pale cloak check the addon's logs
You're either trying to open it too soon because it hasn't fully started or it isn't running at all for some other reason
I got this. I did a uninstall and reinstall previously but that didn't help. Where do i find this key?
Sorry if im being a pita. Total newb here trying to learn 100 things all at once.
[00:46:17] FATAL: You can configure this using the "ssh.password"
[00:46:17] FATAL: or the "ssh.authorized_keys" option in the
[00:46:17] FATAL: add-on configuration.
so I have an addon that creates a snapshot image in lovelace, how do i find the location of the saved snapshot image to I can use it to send via notify
Not really true support request for add-ons, but is there a list of addons somewhere outside the appstore? I'm debating whether I keep my Home Assistant Dockerized or do I install the Home Assistant OS
My zwavejs2MQTT add-on will not update (on 0.30.0 now) and cannot see it in the add-on store. I have the alexbelgium repository mounted. What am I missing?
I am also having the same issue with NODE-red and studio code server. None of them show up in the add-on store and if I click on changelog from within them it will not load
We have had quite a few reports of the community store gone missing in the add-on store
we don't know why
After that, the store should be able to provide updates and such again
Done and done, thank you for your help!
No problem! Sorry for having the issue in the first place 👍
Hi, i have on my ha installation a running raspberrymatic ccu and there cux-daemon running. My goal is to use my old fht80b devices on home assistant. On my raspberrrymatic are everything working fine. I have node-red installed and the mqtt broker on the ccu, but how can i discover now my fht80b
Hi. There is a new stable release of deCONZ: https://github.com/dresden-elektronik/deconz-rest-plugin/releases/tag/v2.13.4 . Would it be possible to update it in HA? Right now we have 2.12.06 / 19.08.2021
Hello! Is it possible that maria_db purges data from the tables according to the purge settings without free up disk space? I cannot see historical data older than the purge setting (7 days) but the MariaDB add-on take 45 minutes to be backed up, while influxdb that have a bigger history (does not purge data and is up&running for about 2 years), take just 15 minutes to be backed up...
@torpid karma posted a code wall, it is moved here --> https://hastebin.com/ovesujifiv
Someone using appdeamon alexa clock annoucer: https://github.com/UbhiTS/ad-alexatalkingclock . Hot to get alexa to annouce at max volume? volume_offset do not change it (edited)
Hey guys! looks like neither the Spotify Connect nor the CEC Scanner can reach the CEC adapter. Is there any way to fix it? Ha restart, Host restart didn't help. This is a RPi3b.
opening a connection to the CEC adapter...
ERROR: [ 66] RegisterLogicalAddress - CEC is being used by another application. Run "tvservice --off" and try again.
ERROR: [ 67] Open - vc_cec could not be initialised
ERROR: [ 67] could not open a connection (try 1)
ERROR: [ 1068] RegisterLogicalAddress - CEC is being used by another application. Run "tvservice --off" and try again.```
The spotify connect addon doesn't print any errors, but the audio is not coming out of the pi via the connected HDMI.
question:, I have a S0PCM pulsemeter, is there an addon or plugin for it in HomeAssistant or HACS ? Can't find it...
hello was wondering if anyone knows a add-on that allows for home assistant backup to synology NAS?
ty, this is perfect
Hello. Can we ask queries regarding nodered addon here? or there any other room or server?
TOTAL NEWBEE: I just installed HA on RPI4. I added espHome as an add-on. I click add device and then I get the following message: Limited functionality because you're not browsing the dashboard over a secure connection (HTTPS). I tried to log in with https://homeassistant:8123 but it doesn't work. Any help would be appreciated
How can I completely remove Zigbee2MQTT Addon? I have tried to stop, uninstall, delete the whole Zigbee2MQTT folder. Then reinstall and tried to start. Receive no errors but it will be stuck at "Loading, please wait". I then tried to install edge which I never used before with same config and it started right away... there must be something stuck on my old install (the regular z2m)
Update: Now after starting edge version once the normal version starts right away with no issues. Something must be hanging in the old version (little bug)
Hey guys it is possible to update deconz to the last build version ?
how can i help to mantain it more often ?
Hey guys it is possible to update deconz to the last build version ?
Already has been done
you need to update 🙂
I just updated the deCONZ addon to the latest version and something broke. The Phoscon Web App says: "Please wait until the search for gateways has finished" and there are two errors in the deCONZ integration:
Logger: homeassistant.config_entries
Source: components/deconz/gateway.py:280
First occurred: 13:30:20 (1 occurrences)
Last logged: 13:30:20
Error setting up entry deCONZ-0000000000000000 for deconz
Logger: aiohttp.server
Source: components/deconz/gateway.py:38
First occurred: 13:36:54 (4 occurrences)
Last logged: 13:38:12
Error handling request
I have the same issue
this is not the last version right ?
2.12.06 / 19/08/2021
Firmware
26660700```
and they got this v2.13.3-beta
I have 26700700 as marked stable
Ah can confirm latest DeconZ update breaks Phoscon, while DeconZ back end remains functional
would it help if I post error data somewhere?
also I'd be rather interested in knowing whether someone's addon does NOT break when udpating
I was really looking forward to this update since it includes a new device which I already own 😄
I bet it's because the rest api plugin is missing (it doesn't show in the plugin menu in deconz via vnc)
We have just reverted the add-on update
a downgrade should be offered via the UI, or restore a previous version of the add-on from a backup
im really excited for the new deconz, but i have to admit, watching everyone take care of business when there is an issue is amazing to see. Thanks everyone for the work!
where did you see this?
oh, you need it for deconz features… no i think only stable addons are created
deconz was updated but had a broken feature so they rolled it back an hour or so ago
I'm currently testing a different take/fix
im sure they will have it straightened out soon
lol, our fearless leader is on the case!
😦
is there a way to see an addons memory usage? I have a feeling that the Spotify Connect eats all the memory
Yes, in the add-on dashboard
go the add-on in the UI of Home Assistant
and it will show it
nice, thanks!
thank you, found it!
turned out spotify connect is not eating my ram at all, it is at 0.2%
nodered was the highest with 4%, although it is not actually doing anything, I just installed it to play with it but it was just running empty, so I stopped it
after stopping it, the memory usage dropped by 8%
https://imgur.com/a/UNWn4Mb
but this 80+ % still looks too high for me. thi is an rpi3b+
and the whole system just froze up for ~5 seconds. spotfiy playback stopped, ui failed to reload.
any idea how could I debug the high memory usage?
very good question. this is my config for the sensor: ```sensor:
- platform: systemmonitor
resources:- type: memory_use_percent```
I can't find if the buffer or the cache is included in this usage in the docs
https://www.home-assistant.io/integrations/systemmonitor/#configuration-variables
I have no idea 🤷♂️
Whats the version number? Mine has 6.11.0 but i dont want to update if its the broken one
nevermin, saw it in the docs
I can't get the 6.11.1 to show up as an update 🤔
with the update to Home Assistant 2021.12.3 I get the following errors:
-) in Mosquitto broker:
[cont-init.d] executing container initialization scripts...
[cont-init.d] mosquitto.sh: executing...
exec: fatal: unable to exec bashio: No such file or directory
[cont-init.d] mosquitto.sh: exited 127.
-) in Samba share:
standard_init_linux.go:228: exec user process caused: no such file or directory
according to google both errors relate to some CRLF to LF mismatch - but I have no idea where and how to check - any idea?
Just upgraded to 6.11.1 which finally bumped deConz to 2.13.4 but pairing E1 door and window sensors is pointless whatsoever. Can anyone confirm?
I don‘t understand why cuz they could be paired running native deconz 2.13.2.
HI! Node Red (10.2.1) and trying to install node-red-contrib-zwave-js 6.4.0 fails with the following errormessages:
npm WARN deprecated bcrypt@3.0.6: versions < v5.0.0 do not handle NUL in passwords properly
node-pre-gyp@0.12.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
....
Full errorlog can be sent. Anyone knows what gives?
hi. My google backup is screwed up. After restore, i can't connect to API. However host is visible under lan. Is there any way to look into .tar and see what is broken?
Is anyone having issues with Node Red json editor? there seems to be a weird bug on chrome, and firefox when trying to edit json using json editor. I am only able to type 1 character then no matter how much i bang on my keyboard it won't type. then if i go into visual editor tab type something and then go back to json editor it works again...
my mariadb is configured pretty badly--utf8 instead of utf8mb4, unix socket not switched on...
what happens after i change those two settings in the recorder mariadb url?
(not using an SD card, luckily)
I’m also interested in this one. Which conbee stick firmware do you have?
I have firmware 26720700 and the software version 2.13.04. I got them paired now. here's how i did it: https://community.home-assistant.io/t/new-aqara-door-sensors-connection-problem-with-zigbee/351836/27?u=zahnweh
@timber kraken thank you for the link
Hey guys, the newest version of the adguard addon seems bork for me, as far as I can tell it starts up just fine but doesn't bind to any interfaces and just sits there. 😦 I am using HA OS in a VM on proxmox, there don't seem to be any relevant logs I can find
There was an ESPHome update yesterday that went from 12.1 to 12.2 that caused a 502 gateway error. This morning a new update was released to go back to 12.1. Beta is still at 12.2 and beta still has the 502 gateway error. Was the 12.2 pulled? I would have thought that 12.2 should have went to 12.3 even if it reverts back to 12.1 code?
I just re-tried the install and it worked this time. Uhhh, OK I guess? 😄
guys, is there a way to force HA to look for deCONZ add-on update?
goto the add-on store
(top-right) -> Reload
thank you
Hi all, first time here, not sure I get discord, so let me know if I'm doing this wrong!
I'm trying to attach a UPS directly (USB cable) to a PC running HAOS. I've been reading on "The Network UPS Tools (NUT)" but that seems to need a server.
Then I managed to install through the terminal, apcupsd "apk add apcupds" then start it and check it's running with apcaccess. But this thing seems to stop automatically, so integrating this in HAOS must follow some rules?
I must be missing some little things! Any pointers will be appreciated.
@timber kraken are you receiving status updates from the Xiaomi door sensor? I’m not
Yes I do.
Hello,
I have a Home Assistant installation that works pretty well and I would like to add the control of my Somfy shutters via an ESP32 and a CC1101, I have followed several articles on the internet but cannot achieve my goals I keep making mistakes on errors for several days ... Could someone help me?
Thanks in advance 🙂
someone got issues with the recent deconz update to 6.11.1 and osram motion sensors? Since the Update i only get battery state and temperature
already tries repair several time. Got same issue with 3 motions sensors, so i guess its not the hardware
I've recently moved my Home Assistant installation to vmware using the Home Assistant OS image but struggling to find where appDaemon logs to. On my old manual installation it went to /var/log/appdaemon.log but on this image the /var/log directory is empty. Does anyone know where I can find the log files?
if you're using the AppDaemon addon, which I assume you are, then they're in config/appdaemon/logs
@viscid orchid Yes I'm using the addon, but there is no log directory in /config/appdaemon/
I have this section in my appdaemon.yaml:
logs:
main_log:
filename: /config/appdaemon/logs/ad.log
access_log:
filename: /config/appdaemon/logs/access.log
error_log:
filename: /config/appdaemon/logs/ad_error.log
diag_log:
filename: /config/appdaemon/logs/diag.log
log_generations: 5
log_size: 1024
format: "{asctime} {levelname:<8} {appname:<10}: {message}"
I'll try that. I don't have a log section in my config at the moment
they changed how all that works from AppDaemon 3.x->4.x, so that could be why you don't have it
Yep that's worked. Thanks
I try to create an add-on that needs to be based on a Python image (at least that is what I think) but I seem to have some issues getting that right, what do I need to specify as ARG BUILD_FROM for a Python image?
it works when I use python:alpine, but that doesn't give me all the good stuff in the HA base images...
#devs_add-ons-archived can help with that
Thanks
@umbral ermine any luck with more insteon-mqtt stuff lately? i am running into serious problems with old door sensors
hi, I've found a project on github (with docker-compose availability) I'd like to try out on machine with HA - it's debian supervised and portainer add-on available. is it viable?
do you need to use a real email for Nginx Proxy Manager?
for the login? I don't think so
ok that what i thought
Hi everyone, i have installed Home Assistant OS 7.0 with the newest core-2021.12.4.
Right now i've the issue, that i want to use the HDMI CEC Scanner addon to automate an older Phillips TV without wol to turn on. But i get every time autodetect FAILED [cont-finish.d] executing container finish scripts... reinstalling the addon did not help. Also a restart of the PI 3b didn't help. Does anybody know how i can run this ?
Cello - I installed the standard ssh and terminal add-on and firefox cannot connect to the web terminal. I get a websockets 1015 error. When I use another browser it works. Anyone know the fix?
It continually retries the wss connection.
hi all, anyone dabbling in insteon-mqtt? i am running into a problem with older door/window/motion sensors and getting a bit furious about the whole thing. i'd love a second set of eyes if anyone can help: https://github.com/TD22057/insteon-mqtt/discussions/349
how would i setup external access if i only have 1 ip and that is being used for something else on my network?
NGINX or another reverse proxy
Is there a generic Ingress addon?
I want to make use of HA's ingress feature to expose a bunch of internal services, but trying to avoid creating a custom addon for each service I'm exposing.
No, there is not
@dapper heath posted a code wall, it is moved here --> https://hastebin.com/ixovecapes
hi all, could anyone advise how i can roll back insteon-mqtt to an earlier version without losing my data?
it's buggy and the contributors are not responding to issues in the repo
From a backup
I haven't messed with my server in a month and forgot a few things. If I'm running z-wave JS to MQTT do I still need the z-WaveJS add on?
or is it an either or thing?
ty
Guys, how to set up ports for use two instances of HA with duckdns and nginx proxy?
Just refreshed HA installation. Using Terminal, every time I right click in this version, it opens a Terminal popup sub menu as well as Windows right click menu. Need to be able to paste without the sub menu as it stops several characters from being written. Did not happen on my previous installation
any recommendations for voice recognition add-ons? I wanna be able to say something like "Hey (custom HA name), do X"
I'd also like to be able to view everything on my HA device instead of having to connect from my PC
Almond is essentially native to home assistant. The add-on is here https://github.com/home-assistant/addons/tree/master/almond , hook it up with home assistant using this guide: https://www.home-assistant.io/integrations/almond/
I'm using HAOS on a RP4. I'm trying to setup the mosquitto add-on as a bridge to an external(cloud) broker. I can't get my head around the container setup. How do I make my client certificates accessible to Mosquitto?
I'm roughly following this: https://aws.amazon.com/blogs/iot/how-to-bridge-mosquitto-mqtt-broker-to-aws-iot/
I have customize:true and that is being read, but I'm not sure where to put my certs to address this error: 2021-12-23T19:17:19: Error: Unable to load CA certificates, check bridge_cafile "AmazonRootCA1.pem".
Every time I open the VS Code addon I need to do "Add folder to workspace" to add my add-on directory. Is there a way to make this permanent?
I figured out my problem. The /ssl/ direction is shared. you can see this in the config.yml for this addon. I added my certs to this directory and used their entire path in my mosquitto config and it worked
Hmm I have a HAOS install on a pi but I don’t have community add on section. User is listed as advanced but only official is shown
Ah fixed. Looks like somehow the community repo removed itself?
Whatever it’s fixed
Anyone else using the unifi community addon and having adoption issues since the last HAOS update (2021.12)?
On the Devices page it shows the APs/devices, but it says adopting, but if I go to the Events page it says all are "automatically readopted"
On Client page, I'm not seeing any network clients either. Everything is routing fine, just the controller software isn't working.
question: I have a ZIGGO (Arris DCX960) mediabox, I have integrated now in HomeAssistant. I want to switch a lamp on/off depending of the mediabox is powered on or off. How can I do that?
My kingdom for an update to the zwavejs2mqtt add-on to update to zwave-js 8.9.1. The cursed bug that locks up the network every time I operate my locks is the grinch that stole Christmas
Did you check if there’s a dev version that has that update? I wouldn’t usually advise updating to a beta, but if you’re having an issue and this resolves it, it might be worth the risk
Looks like zwavejs2mqtt was just released yesterday for that
I think that running your own container, perhaps on a separate Pi, is the better choice for zwave, rather than relying on the addon
You’ll have access to all the data and can upgrade/downgrade whether you want
I just migrated over to z-wave-js. It appears to have been largely successful, but I've got a couple of "Sensative" devices which seem to be asleep most of the time, and they haven't come online. I tried to heal them, but receive an error: "Skipping heal because the node is not responding."
hey whenever i try and use samba share i just get this error in the home assistant logs any ideas to fix?
`INTERNAL ERROR: Signal 11: Segmentation fault in pid 291 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting
PANIC (pid 291): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern
Registered MSG_REQ_POOL_USAGE
check_ntlm_password: Authentication for user [<MY EMAIL>] -> [<MY EMAIL>] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1`
Found the answer. I ended up resetting the strip, though I think just waking it up would have been enough. The supplied magnet needs to be passed over a "user command" area on the strip in a particular order as listed in the manual:
https://sensative.com/article/strips-comfort-z-wave-manual/
...and I was able to get the second reconnected just by waking it up a few times.
(edit #2): I finally found the solution - it turned out that I hadn't waited long enough after unplugging one of the devices I had added. I guess the device had somehow confused the controller and once I removed it and unplugged it, everything else started working again.
original post:
Anyone have any pointers to debugging z-wave nodes that are dead? A couple of days ago I added a couple of z-wave controlled outlets to my system. Ever since then, most of my z-wave devices now show up as dead. I was using the official Z-Wave JS plugin (0.1.50) when I did the additions. Since then, I've tried the official Z-Wave JS to MQTT plugin (0.32.1) and a locally cloned Z-Wave JS to MQTT plugin (I cloned 0.32.1 and updated the dockerfile to download the v6.2.0 tarball instead of the v6.1.1 tarball -- the info icon shows zwavejs2mqtt version is 6.2.0 and the zwave-js version is 8.9.1). I've set the debugging level to "Silly" and looked at the log file, but I don't really know enough about z-wave to understand the log file. Any pointers would be greatly appreciate (while I am willing to remove/re-add most of the nodes, one of them is a window blind that the z-wave button is broken, which makes it into a multiple hour job since I have to take it down, disassemble the blind, try to short out 2 solder contacts the exactly number of times at the exact moment to pair the device and then reverse the process).
I'm confused as to why when it is interviewing the node it can finish PROTOCOLINFO stage, but then the ping fails - how did it get the protocol information if it can't ping the device?
anyone know where i can find some help with programming in node red addon? im having some trouble with a bit of code in a function node
TLDR: how to transfer devices from Zigbee2mqtt to Zigbee2mqtt Edge.
Long version:
Running HA OS Zigbee2mqtt. Got new Zigbee Smart Plugs, which were not supported. Googled that and found out they are supported on dev branch. Googled more, found out I need to use Zigbee2mqtt Edge addon to get dev branch. Installed. And it worked, only all my devices were missing. How to copy them? Where are they stored?
What I have tried and found without answer:
#zigbee-archived message
#zigbee-archived message
"Guess I can just copy the folder from add-ons to be safe" no elaboration 😦
#add-ons-archived message
https://community.home-assistant.io/t/zigbee2mqtt-to-zigbee2mqtt-edge/343587
Would this be better posted to #zigbee-archived ?
Hello everyone, I'm trying to SSH from my laptop into HA (running hass.io) - I've downloaded the Terminal & SSH add-on, enabled/started it, set a password in the config and also a host port (22)
however it is still refusing the connection
OK nevermind a reboot of the VM has fixed it
another question though - is there any way to avoid having to type out the root password in the configuration tab? This seems insecure and puzzling to me?
OK thanks - wanted to use a password as I'm flipping between laptops whilst I set things up
but understood
On the other hand, it's not ssh with full access, so a password can be ok
Ok. You needed to change data_path: in configuration to the same that was in the original one. Or just copy the whole config.
Does anybody know if it is possible to set some input helpers in Home Assistant from Node-RED from a function node (so javascript)?
To get the information you could do this:
const haStates = global.get("homeassistant.homeAssistant.states");
var automationsEnabled = haStates["input_boolean.automatiseringen_enabled"].state == "on";
I know that it is possible with a "call service" node. But I want to know if it is also possible from a function node.
@amber quest Your message has been deleted as it contains a link or a domain name 'pasteboard_dot_co' that is on the blocked list because of: 'Virus detected!'.
Please re-post by removing/changing the domain name/link. Your original message has been DM'ed to you.
eee
certfile: fullchain.pem
env_vars:
- name: GF_AUTH_DISABLE_LOGIN_FORM
value: "true"
- name: GF_AUTH_ANONYMOUS_ENABLED
value: "true"
- name: GF_AUTH_ANONYMOUS_ORG_ROLE
value: "Admin"
- name: GF_SECURITY_ALLOW_EMBEDDING
value: "true"
keyfile: privkey.pem
plugins: []
ssl: false
where is a problem ?
- Grafana
can someone help me with Bitwarden, I'm just trying to configure SMTP mail sending. I can't send emails via google nor Microsoft. according to my firewall it seems, that I'm not even getting any communication out on my specified port.
My vs code plugin seems to have stopped working over the duck dns address. Works with the local ip just fine. Any ideas what it could be? This is spammed in console about every second or more
[remote-connection][Management ][0b801…][reconnect] resolving connection...
[remote-connection][Management ][0b801…][reconnect] connecting to xxxx:8123...
[remote-connection][Management ][0b801…][reconnect] reconnected!
[remote-connection][Management ][0b801…][reconnect] received socket close event (wasClean: true, code: 1000, reason: ).
The UI loads and the file tree loads, I can sometimes open files. But after a couple seconds nothing works, cant open, save, etc.
hey whenever i try and use samba share i just get this error in the home assistant logs.
any ideas to fix? (ping me)
`INTERNAL ERROR: Signal 11: Segmentation fault in pid 291 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting
PANIC (pid 291): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern
Registered MSG_REQ_POOL_USAGE
check_ntlm_password: Authentication for user [<MY EMAIL>] -> [<MY EMAIL>] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1`
using Mosquitto MQTT, I have ports bound to the host from the container, so all that's left is to refer to the LAN IP of my HASS server along with 8883 right (to connect an app on my phone to the broker)? I can't get it to work.
I'm using HASS OS
When is the Add-on for duckdns needed. Current, I'm only attempting to setup wireguard for remote access, ie, to my home LAN
You have a Mqtt broker running in a container? Just point home assistant to the IP:PORT of the Matt broker
I believe "addons" in HASS are implemented using Docker
so that's why I say that
I did the publish/listen test in the addon settings and it works
sorry some terminology mixup then. I installed Mosquitto MQTT, left config at defaults. Created a new HASS user. Installed the MQTT integration, set it up with localhost:1883 and the previously created user & pass. Then did a test publish packet + listen to a topic and it worked.
Can anyone help with this error "A request from a reverse proxy was received from x.x.x.x, but your HTTP integration is not set-up for reverse proxies. (IP replaced)
I am trying to setup and do remote access using maria, ngnix, duckdns and get a 400 error on the device im trying to connect with and this is the error that shows in the logs for the event. I am new to all this and do not know how to fix this and get remote access working.
Hi. Sorry for my first noob question.
I have installed the official mosquitto addon using the web UI and can't figure out how to reach the daemon. The webUI terminal ifconfig displays a different IP/subnet from the one the web UI is on, so I presume the HASS is somehow containerized [docker? =]. Netstat from the HA terminal does not show a listener on 1883. MQ addon logs indicate it is listening on 1833 [and other ports].
I'd really like to reach that MQTT from the outside network [without rolling one on my own from the scratch in another VM ;]. If the official mqtt is in its own container should not some kind of port forwarding be automatically applied so it can be reached on the sam IP as HA web UI?
Yes
The SSH terminal is its own container and won’t show anything related the MQTT container
Cool. I follow you. So I presume every addon gets its own?
Yes
OK.. Do you presume the MQTT 'official' addon just failed to do the port fwd magic for some reason or I'm using it wrong?
It’s set up by default, but you can check the network section of the addon config
did check it, but not sure I understand it. It displays a table with headers like:
Container Host Description
...and for the first two [Container and Host] it displays a port [which afaik is not either container or host] and Description is logical.
For example.. the first row is: 1883/tcp 1883 Normal MQTT
That’s fine
I presumed the web clicky interface would do the port forwarding from the HA IP [the one I aim by browser at to get web UI] to the containerodockerowhatever. Is my presumtion wrong?
It does
Ok.. =))
Should not that mean that at HAIP:1883 there should be an accessible MQTT listener?
Yes, it should
Cool. There is not. Do you suspect the addon install did not do it correctly or am I making another noob mistake [for instance missing a step to activate the port fwd =]?
Are you using a username/password to connect?
I tried to check TCP connectivity by telnet IP PORT
and the port is not reachable, so I presume l/p would not help since there is no way to communicate..
the mqtt addon don´t have an webUI
standalone client or addon?
I am pretty certain since the port is not open/reachable/usable no client can use it.
if addon it might work though some internal networking magic
Did you start the addon and did it start?
thanks. tried using telnet command line utility to check if port is reachable. it is not 😦
yes, I did. logs indicate it listens on expected ports. They do not state which IP, so I presumed it listened on some container IP that is not reachable from the 'outside' world/network
try this http://mqtt-explorer.com/
I follow you there. HTTP and MQTT are indeed different protocols. I get that.
will, out of recpect to you guys, but I'm certain that if I cant connect to the port no client can communicate. will get back shortly.
wow. although I see no topics/however they are called in mqtt I see commands and responses in wireshark. somehow it seems some communication is going on although the port does not seem to be able to establish a TCP connection
been writing the wrong IP the whole time for the telnet test. am ashamed and apologize for wasting your time. thank you.
Np, happens to everyone
Hi, is it somehow possible to use Tor for the Google Assistant Intergation?
My ISP cripples me; there is CGNat and they block inbound connections over ipv6, I was getting around this by using Tailscale, but for the Webhooks part of the setup, obviously Tailscale can't do any good
I really don't have the budget for subscribing to a service, so I can't really use Nabu Casa
hi, i need some help again. i am trying to set up the Tor add on, but i cant access the .onion website in Tor. any ideas why?
hey so i am using the app daemon add-on to run a HA Dashboard on my home assistant install which i access with an iPhone i was wanting to add a navigate widget to switch from my main dashboard to a dashboard i use for displaying my batteries in my sensors but i cant get the Navigate widget to show on the HA dashboard this is my config i have setup : main:
widget_type: navigate
title: Main
dashbord: home
skin: obsidian
wounderd if anyone know y
<@&330946878646517761>
Please don't misuse the mod tag
sorry wasnt ment foe this chat
Anyone handy on config of influxDB? Can't seem to get it up and running. Set config and added lines on yaml but no retentionpolicy is showing up...
Most of the config of the influxdb addon is done inside the addon. You have to add a user, add a database then give that user access to the database. Did you do that?
Hi, is anyone aware if the "Deconz addon" has support for --net=host ? I run the Deconz addon on my HA Blue. However the Phoscon Gateway has a 172.30 ip address (as it runs inside a kind of docker?). My HA Blue has a standard 192.168 IP address. Now I want to connect a 3rd party app (which is also in my 192.168 ip range) to the Phoscon Gateway using their API, but it can't find the Phoscon Gateway. I suppose that's because he got a 172.30 response which it not accessible for the 3rd party application. Using --net=host would solve that. However I don't think it supported in the Deconz addon. Is there any other solution?
Does anyone know whether it is possible to use bitwarden without a SSL/DNS setup? I already connect to my home network over VPN build into my router and I don't want to expose a port to the internet to reach my bitwarden instance on HA. Thanks in advance.
Hey all. Trying to set up new Mosquitto MQTT add-on with TLS. Where does the config file for Mosquitto (server) live? I'm following the doc (https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md) and it explains what can go in the config, but not where to find/create it.
Ahh, found it. Not a file at all, but located in the Configuration tab of the add-on page. Go figure. 😅
No. As it says here https://github.com/dani-garcia/vaultwarden/wiki/Enabling-HTTPS :
For proper operation of vaultwarden, enabling HTTPS is pretty much required nowadays, since the Bitwarden web vault uses web crypto APIs that most browsers only make available in HTTPS contexts.
If you use a reverse proxy then you can expose exactly one port for everything. If you don't want to expose any ports and limit access to bitwarden to LAN/VPN only then you'll need to look into the private CA and self-signed certificate option at that link.
actually not sure if the rocket options being described there are exposed by the addon. Might have to just issue your own certificate and then reference it in the addon config
What's the best method for setting up hassio's wireguard add on with Mullvad vpn? Can I use that for tunneling?
Thanks, I'll have a look at self signed private CA. Hope it'll accept it.
the addon will accept it. The problem will be your devices
devices don't like self-signed certificates. You'll need to get the CA certificate used to sign it into the truststore of each device. And even then, it can be a crapshoot with apps whether they'll accept it or not
if you have control over the DNS on your network another option could be a local DNS rewrite. So for instance if you purchased a domain you can get a Let's Encrypt certificate issued for that domain without exposing any ports by using the dns type challenge. Then within your network have your DNS server respond to requests to that domain with the local IP address
This way bitwarden can serve up a Let's Encrypt certificate (and you can even use the Let's Encrypt addon to manage it) that actually matches the domain used to access it while on your network, despite no ports being exposed
but only if you have control over DNS on your LAN. Obviously no public DNS server will respond with a local IP address for a public domain
Looks like this is what I'm looking for: https://github.com/dani-garcia/vaultwarden/wiki/Running-a-private-vaultwarden-instance-with-Let's-Encrypt-certs
That's the reverse proxy option. It's literally guiding you through setting up caddy as a reverse proxy to your bitwarden instance. To make that work you'll need to expose port 443 on your router
Are you sure? It literally says this in the first sentence. I have to read through all of it because it's a lot: Suppose you want to run an instance of vaultwarden that can only be accessed from your local network, but you want your instance to be HTTPS-enabled with certs signed by a widely-accepted CA instead of managing your own private CA (to avoid the hassle of having to load private CA certs into all of your devices).
Is my use case that unusual btw? I just don't want ports to be open, am I the only one?
Oh! That's neat. Cloudflare lets you pick a local IP address for a subdomain of a public domain. I didn't know that
ok yea nope, that works great, you're right. That's what I was describing but apparently you don't need to host your own local DNS server anymore, cloudflare can do it for you now
I'm just not very sure how that domain name will be resolved to my local IP. Is that handled in the certificate?
Because I don't have a DNS resolver. Or I'll have to pick up traffic from that domain and reroute it to the correct IP:port
So yea, not sure how that resolving works from a technical perspective.
I assume it works. I mean I haven't tried it before with a public DNS but the step is described here https://github.com/dani-garcia/vaultwarden/wiki/Running-a-private-vaultwarden-instance-with-Let's-Encrypt-certs#cloudflare-setup :
If you don't already have an account, create one at https://www.cloudflare.com/; you'll also have to go to your domain registrar to set your nameservers to the ones assigned to you by Cloudflare. Create a subdomain for your vaultwarden instance (e.g., vw.example.com), setting its IP to your vaultwarden host's private IP (e.g., 192.168.1.100).
This is absolutely possible with a private DNS server you run on your network. People have been using DNS rewrites for this forever. But this is the first time I've seen it handled with a public service like cloudflare which is kind of neat
Yes, definitely neat because of the Https requirement. But still does cloudflare handle the DNS resolve in this case? Soooo, they check the certificate, then assume I'm already in the subdomain and give me the local IP? Is that how it works?
From a traffic perspective it would go like this: 1. Enter the URL on my smartphone browser/app, 2. Through VPN my OpenVPN gets decrypted by my VPN server, 3. Certificate gets checked on cloudflare, 4. URL gets resolved to local IP:port, 5. Packets get send to cloudflare, 6. Traffic goes back in URL header, 7. Get through back to VPN server for encryption, 8. Back to smartphone for decryption, 9. Displayed in the browser/app. Is that how the data flows?
Still kind of difficult for me to fully grasp tbh.
Another question that I have
is if I set up my Home assistant with the vpn. Will I still need to forward from my router assuming it's running through Mullvad?
If that's possible?
Certificate isn't checked by cloudflare. Cloudflare gets you connected to the service that's all. The service (bitwarden in this case) serves up the certificate when your browser/app connects to it. Then your browser/app checks the following:
- is it valid? Not expired, etc.
- do I trust the issuer? CA used to sign is in truststore
- does the common name or one of the alternate names on this certificate match the domain I am accessing this service at?
All 3 of those will pass if you follow those instructions so you'll be good to go
Although you might want to use the let's encrypt addon instead of the cli to get an manage the let's encrypt certificate. Otherwise you'll have to remember to manually update it periodically
Or write a script for cron or something
Ha, ok. That makes more sense indeed. I'll check that option of let's encrypt aswell, but for that to work I have to open a port only once I think to get the certificate
No. The let's encrypt addon supports the cloudflare DNS challenge. I use it regularly. Should be instructions in the addon
Ok, I'll check, thanks.
I'm not very well versed in addons, but is there a way to run an addon on another host? I want to connect my tellstick duo and I found that there exists a tellsick addon. However I'm not running supervised ha and the tellstick is connected to another machine (that runs docker). I was full speed on implementing a MQTT interface to the telldus when I discovered this add on.
Let's take it one step back: What is the advantage of running supervised HA? Is it the preferred way to run HA these days? As there are more and more addons available...
Addons run on homeassistant supervisor. It manages resources and docker container of homeassistant core. It manages the operating system. Homeassistant OS only provides the barebones environment for supervised ha to run.
The recommended way to setup supervised ha is by running homeassistant os which is super easy to install and setup. trust me you do not want the headache that comes with reading the really long and complicated documentation on standalone supervised ha
Yeah, I never planned on approaching standalone supervised HA 😛 But I am running HA in Docker quite happily, yet I'm often hit with "oh, I can't do this because its an addon"
so I was curious if everyone plays with supervised installs these days and I'm left alone in the other end of the playing field 😄
Yeah the easiest way to run homeassistant supervised is to install homeassistant os in a vm (which I have not managed to do yet) or by running on a dedicated decides like a raspeberry pi of odroid. You can find more details at https://www.home-assistant.io/installation/
The choice for me is either to run it as a docker instance on a server in the server rack - but away from any useful radio reception - or a dedicated rpi somewhere more central. I've chosen the former because the speed, reliability and ease of access on the server is far better than any rpi. However, at the expense of running the supervised variant and any add-ons.
I ran into issues with the supervised mode - HA was running for a few weeks and one fine day the supervisor stopped reaching the RUNNING state post startup (even if HA itself works correctly). This caused backups to stop working because it expects HA to be in RUNNING state. Re-installing also didn't help even after I removed all integrations. I realized this was some bug with the supervisor.
I gave up and moved to self managed HA docker style setup. I manage all the docker containers myself. The setup was actually much simpler than I imagined and not at all hard to manage. Almost all addons provide instructions for running the necessary docker containers manually, so nothing stops you from using the addon if needed.
There are tools like docker compose which can also simplify management if you are into it. I have a bunch of shell scripts to manage the docker containers and it works great for me.
Also this allows me to configure my own docker network configuration (I use bridge mode for isolation reasons).
Supervisor also runs a few additional containers that I have no need for. So it cuts down some bulk there too.
hey whenever i try and use samba share i just get this error in the home assistant logs.
any ideas to fix? (ping me)
INTERNAL ERROR: Signal 11: Segmentation fault in pid 291 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting
PANIC (pid 291): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern
Registered MSG_REQ_POOL_USAGE
check_ntlm_password: Authentication for user [<MY EMAIL>] -> [<MY EMAIL>] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1
I think I am on the verge of uncovering how the addons containers are structured, so it seems it shouldn't be that difficult getting them up on another docker server. Project for the next hours.
add-on should not be run on an external docker host
Why not?
It is not an supported use-case for Home Assistant
You are welcome to set up something like that for your own use
but it will render your system into an unsupported state
Well, then the addon/integration I'm looking for (tellstick) is useless to me and I'd have to back and continue on my mqtt integration of it 😦
If you are looking for managing clusters of containers and such, across multiple systems, please look into the Home Assistant Container installation method, as it provides a container for Home Assistant Core. That can be deployed in any setup you like
I am running HA in docker container as of today. The official HA image.
In that case, you are in the wrong place
as the Home Assistant Container installation method doesn't provide add-ons (as it lacks the Supervisor to manage those)
anyone else experiencing issues running VSC from Ha on iPad os? got a blank screen. update everything, reinstalled add on with no change
I well aware my installation don't use add-ons, however, the tellstick add-on contains an integration I'd like to integrate with remotely. The telldus integration supports remote hosts, so this task should be on getting this particular add-on to run remotely.
Personally, I prefer to have the ability to extend the add-ons to run on remote docker servers. As the HA server sits in a server in metal cage away from anything, the setup relies on remote networked nodes for everything. Fortunately most integrations works great against remotes, so this mostly works fine. To top that it would be awesome if it were easy to deploy mosquitto or tellstick or zwave_js add-on using the same docker infrastructure that builds in the add-ons running a supervised setup. IMHO.
Personally, I prefer to have the ability to extend the add-ons to run on remote docker servers.
If that is the case, you are running an incorrect installation method. Please take a look at running a plain Docker container instead use the Home Assistant Container installation method instead.
I'm sorry, but there is nothing unofficial about my HA installation. I'm running an official HA docker image.
Well, that installation method doesn't provide add-ons
But I might need to build some custom peripherals to collect data. Use MQTT a lot for that.
so in that case you are in the wrong channel
Peace man. I'm just trying to suggest new ideas and use-cases. I will find a way to get my data into my HA, and yes, without using proper add-ons, but I'm going to run an add-on in a docker container elsewhere. I can't possibly be the only one in the world wanting a distributed setup like this 😛 If no one else is interested and this is considered too frivolous for this channel, I'm done and will be quiet. Over and out.
Peace man. I'm just trying to suggest new ideas and use-cases.
🤘 It isn't a supported use case, and not related to this channel.
It varies from add-on to add-on generally. Each add-on container exposes one or more ports for the services it exposes and the integration on HA side has some configuration to know this IP/port information.
?
Seriously not related to add-on in any way
Please stop this conversation and exploratory unrelated conversation here
thanks
Yeah, the telldus add-on sets up a network port and the corresponding tellstick integration has a host parameter that in the docs sais "If you run TellStick on another server or with the Home Assistant add-on." So the telldus add-on container can essentially be run anywhere.... But for the sake of what's on topic, we don't do that of course. Only run it as a regular add-on.
@azure zephyr not related indeed.
Please remove/take this conversation else where
last warning
What is the condition for writing an add-on vs writing an integration? Whenever there is external IO, like physical access to HW? Or is it service related, that an integration cannot have a running main/event-loop and thus an external service is needed?
Add-ons are meant to provide services
while integrations provide capabilities to integrate Home Assistant with services or devices , e.g., provided by a cloud, local device or add-ons
right, thanks
hey so i am using the app daemon add-on to run a HA Dashboard on my home assistant install which i access with an iPhone i was wanting to add a navigate widget to switch from my main dashboard to a dashboard i use for displaying my batteries in my sensors but i cant get the Navigate widget to show on the HA dashboard this is my config i have setup : main:
widget_type: navigate
title: Main
dashbord: home
skin: obsidian
If your new to Home Assistant and your number 1 issue at this very momement is that you have 16 devices connect to your modem causing instability in internet connection and you can work from home because of these internet issues. What do I do? What is the first thing I do in Home Assistant. My confioguration.yaml is barebones. I have been on and off playing around with node-red, DUCKDNS and thats pretty much it. My goal is to have everything connected to Alexa and everything I have connected is a light. So if I can get command: "lights on" result: All power switches, All Smart Light Bulbs, 1 LED Strip, 8 SmartSwitch's powering on. I would be extremly happy. But all of these have to be connected through bluetooth to Smart Assistant. I have to get them off my wifi somehow. Did anyone go through this before? Or know what to do? the main 2 apps controlling things are Tuya and Smartbot
This should be in #hardware-archived I think. But also think the answer is pretty simple - dump everything that is controlled via an app. Tuya devices require a cloud service for command and control. You can learn about flashing to tasmota in #hardware-archived but lan access still needs wifi. I've never heard of smartbot so can't speak to that but since it doesn't even have a home assistant integration that's not a great sign.
Look into #zigbee-archived or #zwave-archived . Devices using that can be controlled locally by HA without using wifi. And then HA can expose them to alexa
Thank you for the reply and I wrote this in the begining to comment on DuckDNS and if its worth it. But I will be mindful for future posts on what category to put it in. I also miswrote the name of the device. Its "SwitchBot" here is an amazon link :https://www.amazon.com/SwitchBot-switch-button-controlled-compatible/dp/B07B7NXV4R/ref=sr_1_25_sspa?crid=10IX1OCE4CAS5&keywords=amazon+smartswitch+bot&qid=1640659698&sprefix=amazon+smartswitch+bot%2Caps%2C64&sr=8-25-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUExSkdYTk9GSUFTRklOJmVuY3J5cHRlZElkPUEwMTM2OTI3MllYN1M2UUI5NllDRCZlbmNyeXB0ZWRBZElkPUEwMDU5Njk3REI2OVAzNkpCQ0JZJndpZGdldE5hbWU9c3BfbXRmJmFjdGlvbj1jbGlja1JlZGlyZWN0JmRvTm90TG9nQ2xpY2s9dHJ1ZQ==
I believe there is an app for it
I got it cause Switching out the entire Switch in an apartment your renting is a little absurd. For someone trying out a smart home and not fully seeing the increase in productivity or any bonus to it. So I saw these online and there perfect they do both on and off for normal switches. And other things but I just use for normal on off switch. I think their poorly advertisied or just hard to see at first. I will look into Zigbee and Zwave
I thought Tasmota made things non wifi? or local/bluetooth? Because the 4 smart switches are capable of both bluetooth and wifi. Not knowing this problem months ago. I would have tried to configure them striclty wifi. Idk maybe I have to re-add them to the tuya app. Or unless someone knows what to do in this.
Trying to set up a Plex/light dim automation. I saw a good blueprint that uses tautulli. I've installed it and can open the web UI, but can't login via the user/pass i've set up for it under configuration. tried my HA user/pass and no go. If i put a different user, I'm told i have the wrong user/pass combination. I've reinstalled, restarted the addon as well as HA. Thoughts?
So tasmota can't add interfaces that don't exist but if they support Bluetooth then maybe it can use it? I don't know enough about it, you'd have to ask in #hardware-archived. But LAN doesn't help you. The device still has to connect to wifi to talk over LAN and then it's one of your 16 devices. This is why I suggested replacing them with #zwave-archived or #zigbee-archived devices since they make a mesh network to communicate without any additional devices on your wifi.
Hello
I'd like to use tls/ssl in my home assistant, but I don't want it to be able to be reached from outside of my lan
What I read about it, is that the easiest way to do it is to install duckdns, but skip the part of port forward.
it works fine on the browser https://... but in the android app, I changed the address to https://... , it always says that the request timed out
Can anyone help me to get this working, please?
the android app was working fine with http://...
Hi I've installed the Deconz addon on my HA Blue and also portainer. I see in portainer that there is an existing container "addon_core_deconz". Under "Connected Networks" I see hassio with an IP of 172.30.x.x. However I want the Phoscon Gateway to be available in my standard network 192.168.x.x as it needs to be reachable by 3rd party application. Can I just select "Join a network - host" for example in portainer? I suppose it's better to leave all the setting of the "addon_core_deconz" as initial? And to not change anything? Or is adding "joining the host network" no problem at all?
I've recently moved over to Home Assistant OS from manual install on Ubuntu and seem to have lost Google Home speakers. I have checked and Cloud is connected, I have also gone into the Home app on my phone and re-added the skill and my Home Assistant devices are syncing with Google. Is there something else I have to do to get the speakers to show in Home Assistant?
I am fiddling with the same stuff, trying to setup the proxy manager addon. https://github.com/hassio-addons/addon-nginx-proxy-manager/. However in the docs (step 6) it says to forward port 80 (http) and 443 (https) to my home assistant machine, not sure if i should forward to port 8123 or what to do.
?
in the docs (step 6) it says to forward port 80 (http) and 443 (https) to my home assistant machine
Folow the docs
But what is the "forward to port" 🙂
< Network newb
in my vpn setup I use a non standard port for the router, make it harder to find what's behind it
Then honestly, don't do it at all..
Okay ...
the way I have it setup, I use a vpn server from another device with openvpn to access my home network, and access everything as if I was in my home network
only one port exposed
I guess I cant add guest access only locally without them going through the google chrome "this site is not safe" part. I would prefer not to expose anytning but nabu casa outside my own network.
I've read that it's because your certificate is for internet use with the domain you provided, in your home network it's not valid
that why you have the certificate error
you probably use an ip address, right?
hi everyone. Using Letsencrypt addon. Just wonder - does it auto update or I need to create an automation to start it daily?
Yup. What i am trying to achieve is a simply login process for guests already on my network. And have that user be super restricted.
have you created another user?
you can say which pages he can use
on users in config you say he isn't an admin
I cant get the proxy host to work at all. Not sure if i can do that without an actual domain name
Are we talking reverse proxy users or HA users. I have a guest HA user. That part is clear 🙂
ok. just created an automation for it. Would be nice to get it through the add-on
Yeah everything after the actual login is crystal clear. I would just like for my guest not having to look at:
https://www.thewindowsclub.com/wp-content/uploads/2017/09/HTTPS-sites-are-not-opening-in-Google-Chrome-showing-Privacy-Error.png
how are these clients connecting?
linux, windows?
How can i save a document opened by nano with the Terminal addon? i tried Ctrl+Q/W/X and nothing works
I find it that those commands did not work for me either. So i ended up using vim.
Alternatively ssh into the system from powershell or terminal from your workstation 🙂
Ok thanks
haven't tried it, but maybe, if you have a dns server that redirects the address to you local ip, it may stop the certificate from being invalid
I don use nano, I use vi
in vi is :wq!
Yeah. I have Adguard setup. I think I might be able to do some magic there
hope it helps 🙂
hi guys, im new in hassio world. (know that is the old name) I installed on rpi 4 64bit the os Provided by RPI IMAGER (the alternative of balena etcher) But actually i dont have the supervisor icon. Is there a way to show the icon and access to add-on store and so.. ? thank you much for help.
It is in the Configuration menu now
okok yes, but i cannot see any add on listed as before
as ssh server, moquito broker, and so
myabe i have to insert a new repository?
or the default one so i can see the standard package
yeah, myabe i need to restart because after that it works, now i can see all of the add-on listed. Many thanks for support
🙂
What's the best method for setting up hassio's wireguard add on with Mullvad vpn? Can I use that for tunneling?
Is anyone familiar with the letsencrypt addon? I already have another letsencrypt container opened on port 80. Can I either use that one to receive certs for HA or can I use the addon with a different port? I apologize if this is a newbie question.
anyone know what's up with the almond/genie add-on? Is it working? Everytime I go to the web UI I get "Lost connection to the server."
duckdns updates ip address automatically right?
Yes
Hi, I am having an issue with frigate, when I try to add it it says invalid reposiotry. How do I fix this?
Hi, I am having an odd issue with zigbee2mqtt, it was working fine, but after a reboot it is no longer properly seeing the USB zigbee device.
I see the device in the terminal when I run lsusb
When I start zigbee2mqtt in the supervisor log I see:
21-12-28 22:17:41 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/ttyACM0 - /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0014D9AB01-if00
21-12-28 22:17:41 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/bus/usb/001/003 - None```
And in the zigbee2mqtt log I get:
```Zigbee2MQTT:error 2021-12-28 22:17:54: Exiting...
Zigbee2MQTT:error 2021-12-28 22:17:54: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0'
at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:146:28)
at SerialPort._error (/app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
at /app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12```
And then if I run `lsusb` again in the HA VM, the device is missing.
Interestingly, on the host device running the HA VM, the device # seems to iterate up, its like when the Docker container for zigbee2mqtt tries to access it it causes a cascading issue all the way down to the host machine.
This was working for weeks with out issue, I am not sure what has gone wrong, nothing should have changed in the setup.
I've tried restarting multiple times, different USB ports, nothing seems to work.
Hello, is there someone can I help to configure MQTT, please ? I installed mosquittto on a ubuntu server, I used authentification user and SSL. But when I try to configure MQTT adds-ons I have an error message on Mosquitto : 1640781023: OpenSSL Error[0]: error:1408F10B:SSL routines:ssl3_get_record:wrong version number
1640781023: Socket error on client <unknown>, disconnecting.
I have install Mosquitto 1.6.9 on ubuntu server 20.04 LTS
All my equipement are in local network
Lol I'm seeing a lot of questions but not a lot of answers. We must all be new! 😉
Hey, I'm all of a sudden having problems with WinSCP and the SSH/Web Terminal Add-on. I keep getting an Authentication failed that there were No supported authentication methods available (server sent: publickey) I haven't changed anything in my settings where it was working at least a month ago, and my putty connection and key still work just fine. Does anyone have any suggestions on where to start?
try recreating your keypair
creating a new one? or is there a way to create the same key again?
Alright, I'll give it a go
New key still giving the same issue
Here is the log from the add-on
Connection from CPU_IP port 49886 on HA_IP port 22 rdomain ""
userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]
Connection closed by authenticating user root CPU_IP port 49886 [preauth]
I had a similar issue connecting via SSH with my iPhone while other machines were able to connect fine. I ended up creating an ECDSA key instead of RSA and it worked. It could have been the key size, dunno
Going to ECDSA worked! Thanks! Not sure why, but I'll take it
I didn't see anything obvious in the changelog, but something changed in v10 that only affected some keys
Yea I tried looking there too to no success. Just felt strange that the key worked on some but not all
Is it the same for my problem ?
Looks completely unrelated
help would be welcome. 😉
Hi everyone, i am a bloody beginner in all topics, so maybe this is the wrong place for tileboard questions:
- my HA based on an raspberry pi 4 implementation with homeassistant os.
- tileboard is installed as add on.
- i can connect per putty over ssh to the HA and find the config folder to place an folder for the tileboard config.js
so now to my problem after restart of HA or only restart of the addon i can't see my config.js. It seems that the tileboard addon override me config.js.
Because only the example is shown. Short explanation of my config.js it is the example with only an string change, to check if i am possible to change the shown interface
im trying to set up remote access, if I do http, it works, if i do https I get a certificate error, I have tried this over and over, i have a duckdns domain, but also a paid godaddy one, I have the duckdns addon, and it looks like its set up correctly, the key matches whats on my duckdns page. but it still doesnt connect
ive also tried lets encrypt, and NGINX Home Assistant SSL proxy
and none of them have worked so far
ok, so I tried following the guide in the link below, but it seems like, he has me go into config.yaml and add the keys
and reboots, but for him, now hes using https and for me http still works, but https gives a invalid error
not the normal one you can click through
it goes fine until about the 9 minute mark
I GOT IT WORKIN! lol kinda, now i cant access it internally -.-
ok, got nginx working
but now its backwards, i cant access it remotely again
wait, no nvm
so, maybe I set up NGINX wrong? cause it seems like once I do what it says, and comment out the SSL stuff in configuration.yaml it reverts to being to the http address working exclusively, as if NGINX isnt doing anything
Oh Boy.... The classic case of error: too many screws turned at the same time.
Once everything is set up again and it works as it should.
So sorry for the Noob question, now it getting started. In future i will ask harder questions 😉
Does anyone know how to exclude influxdb from Samba backup?
I tried this and only mariadb is excluded even though I got the link for influxdb from the same place and I tried a0d7b954_influxdb
exclude_addons:
- core-mariadb
- a0d7b954-influxdb
hi everyone. Last night something happened to my HA (power cut) and now AdGuard is not working - HA is not listening to port 53 that its configured to. I have restarted everything again, reinstalled AdGuard, but still no go - no errors in the AG logs, says listening tcp/udp 53 on 127.0.0.1 but HA is not
ok. fixed - rebooted host again
do add-ons have a package manager?
That's what the Supervisor does
Has anyone noticed that while editing a file without many lines, study code server allows you to scroll down past the end of the file?
How do I find errors while building my add-on's docker file?
I know it fails since it can't find a file to execute
but I have no idea what's failing
Change the dash to an underscore. a0d7b954_influxdb you can see this in the URL when you navigate to your InfluxDB addon page.
Thank you that worked
Is there a way to uninstall addons via ssh using CLI
Yes ha addons uninstall <slug> e.g. ha addons uninstall a0d7b954_influxdb
Hi all , i just installed a CUPS print server ADD-ON. In order to make my Samsung printer work it still need to add : ""File "/usr/lib/cups/filter/rastertoqpdl" i tried to go to the folder through the terminal but also understood that what the Hassio OS you have limited Linux tools. Could somebody give me some pointers how i can access the directory from CUPS , after that i'll figure out to get the right file
Probably CUPS is running in a container so its not that straight forward i guess
Just starting to take a look at Grocy... and is there a way to add items to the shopping list without having a bar code? Save is greyed out..
hey guys,
**#1 **I want to renew my cert with lets encrypt. problem is, as I already have an expired cert, HA is using https, but lets encrypt needs http for the challenge. should I always change to http in my HA config during renewals, or is it possible to serve on http and https?
**#2 **is there a way to make HA use the renewed certificate without restarting?
can you configure Nginx Proxy Manager to use an extrenal maria db server ?
Nginx Proxy is necessary to access to application on the LAN, too ? for example MQTT (Hass) to Mosquito borker (server on the LAN to Hass)
I have a small home assistant config running on a raspberry pi 3 (secondary instance). I have the File Editor add on which is sufficient for the small config of this instance (all I need in 100 lines in configuration.yaml). I see that the File Editor has git functionality which would be a good way to backup that file I guess, but the documentation is quite poor on this, how do I connect it to a repository on Github?
Hello! I was trying to set up duckdns/Let'sEnchrypt/orther methods together with my Mikrotik router which is extremely complicated... I did not manage to solve the domain integration, but suddenly I cannot reach my configuration.yaml file from Visual Studio code server anymore. All I get is the "401 Unautorized" when I try to upen the Web UI. Have anyone stumbled on this issue or have a solution to how I can get the editor to work again?
I just setup a conbee II and installed the deCONZ add-on, but then I think I messed something up. So I uninstalled it and reinstalled it, hoping that I would be able to get a fresh start. However, it still seemed to be in the same state as before. Is there a way to remove the add-on state when uninstalling?
Hi, I'm trying to build an add-on to run the check_mk agent in. It will require access to docker. I'm getting the following error in the log for the add-on: "Couldn't find an alternative telinit implementation to spawn.". I realize that the add-on will require additional permissions, but I'm not quite sure what I'm missing.
@eager shore posted a code wall, it is moved here --> https://hastebin.com/oteyututeb
Hello guys :) is it possible to override entry point or command for add-ons (which basically are docker containers)?
If not do you think this would be a desirable feature for everyone?
I'm asking because I have some containers where I'd like to use some startup scripts. Usually I just take them off ha add-ons and run in separate docker container but some people (including me) may like to have some add-ons in ha^^
hey whenever i try and use samba share i just get this error in the home assistant logs.
`INTERNAL ERROR: Signal 11: Segmentation fault in pid 291 (4.13.8)
If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting
PANIC (pid 291): Signal 11: Segmentation fault in 4.13.8
unable to produce a stack trace on this platform
coredump is handled by helper binary specified at /proc/sys/kernel/core_pattern
Registered MSG_REQ_POOL_USAGE
check_ntlm_password: Authentication for user [<MY EMAIL>] -> [<MY EMAIL>] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1`
any ideas to fix this? (ping me)
too bad node-red channel is quite dead
Hi all!, I installed the tailscale addon and use the tailscale ip on my phone to connect to my home assistant installation (android phone) but looks like every time my tailscale is on, the sonos app on my phone stopped working
anyone have a similar experience?
Offtopic question: do you receive HA notifications with Tailscale on?
hi, im currently trying to install HACS but im running into some problems
anybody who could help me?
Not tested that yet I am afraid. Just trying to find an easy way to connect to my Home assistant without too much vpn hassle and tailscale looked like a good option
do you think it would no t work?
@pallid mesa instead of your email address, try the first 5 characters
wdym?
Change the addon config to use the same
where in the config?
where you set the email address, which samba doesn't like
the configuration tab of the addon
unless you're using secrets, then change it there
there is no email address
what are you signing in with then?
nothing?
whatever is in the config is what you should be using
?
You have to configure the addon in order to use it
it doesn't just work by hitting start
you enter a user and password in the config, and then you use that same user and pass to connect to the share from the windows end
where do i put the username and password in windows?
ty
I don't know tbh
Unfortunately I'm running HA as docker image at the moment and have no chance to test supervised addons instalation
hi ive just installed deconz and added a few lightbulbs. however these lightbulbs dont show up on my dashboard. is there an easy way to fix this?
Hi there, I need a little help for setting up snapshots for grafana on Home assistant OS. I can't publish snapshots because public_mode is in false and the config.ini file is not reachable. So I tried in the Add-ons -> Grafana -> Configuration ->option code editor but it doesnt seems to work
certfile: fullchain.pem env_vars: [] keyfile: privkey.pem plugins: [] ssl: false snapshots: public_mode: true
Any Idea how to reach config.ini for grafana ?
thx
hi, wondering if someone could help me
installed the adguard addon, but i cannot login, it keeps saying failed
failed to connect
i lost all my wits on whats going on
tied to edit the yaml file, no dice
i use it on a container in proxmox
if anyone could chime in'
Is it possible to access addons through the browser instead of only through the home assistant interface? E.g. I installed the Node red addon, and I'd like to access it on http://homeassistant.local:1880 -> while this opens up a valid website, I'm prompted to enter a username and password through http auth
Tbh. That's the only one I never got working. Didn't do extensive research but anyway... Interested in a solution too. For other add-ons it works as you would expect. I'm also running an nginx reverse proxy and Adguard DNS rewrites, so I can run them as xxx.local instead of remembering the port.
Have a look at this. Maybe it works. Can't try it now but will for sure tonight ;)
https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023/629
P.S. the username and password can be set in the add-on config. But that was the problem I had while trying to access via port ;)
Hehe, I just managed to fix it 🙂
Nice. Now go the reverse proxy route and access it via nr.local
Short and easy to remember :D
I had set the username and password as you mentioned, and I assumed that would be the credentials needed to login, which lead to many failed attempts
The credentials I instead had to use was the credentials I use to log in to home assistant itself, not the credentials I defined in nodered configuration
That's strange xD but another worthy try for me tonight 😋
Very strange indeed, I'm honestly baffled that that's how it works
I will setup nginx reverse proxy right away 😄
I'm trying to setup remote access with duckdns but my routers configuration page, which is on port 80 is interfering with the domain
when I go to the domain it loads my routers config page. Is there a way to change the port to redirect on the duckdns domain
Ok, so some quick update about setting up Bitwarden without opening a port (because I already use a VPN instance on my router). It's really easy to set up actually. 1. Get a domain at DuckDNS.org, 2. Copy the token to the DuckDNS add-on config, 3. Add a line with IP of your HA DuckDNS instance like this: ipv4: 192.168.xx.xxx. 4. Install Bitwarden add-on as per documentation. 5. On the bitwarden android app use the DuckDNS domain and add :7277 for the port, and you're done.
Been using the vscode server add-on for some time now and wanted to make it possible to push to github but I just can't figure out how. When wanting to push to github, I get a message that the extension wants to sign in using Github. After allowing this, I get a "404: not found" error.
Performing a push on the terminal console works, it does ask me for username and pass everytime though and I use a "personal authtenication token" as password. Configuring SSH keys keeps asking me for the same login.
Tried to walk through the vscode home assistant settings, but keep getting "error connecting to your home assistant server at xxxxx" whichever URL I enter.
Maybe I'm crazy. But I am running some applications such as VaultWarden, Wireguard etc, which I SWEAR I got from the HA Add-on store, but now they're not in there when I look. Now I'm unsure how to upgrade them.
I think the hassio community add-on repository somehow got removed from my installation... So, fixed my own problem, but man, weird.
Hey guys, I just got started with HA and am currently trying to wrap my head around the HomeKit Controller. Contrary to the usual reasons people use HA for, all I want is to use my HomeKit gadgets via alternative means (browser / Stream Deck).
Unfortunately, that seems to be quite some process. Do I really have to delete whatever device I want to use from HomeKit, register it with Home Assistant and shove it back into HomeKit? Sounds a bit convoluted.
You're looking at the #integrations-archived for HomeKit, not an addon. But in short: it depends on the device in question. Things like Philips Hue can be in both HomeKit and Home Assistant. Look on the integrations page and search for your devices to see what you can pair 😉
https://www.home-assistant.io/integrations/
Thank you, forgive me for grabbing the wrong channel, I didn't mean to post in the wrong one. In my case, it's about switching Eve Energy power sockets (they're HomeKit only) from outside HomeKit.
Ahh, those are also Bluetooth which is... tricky. You'll either have to pair those with Home Assistant, and then share them back to HomeKit, or replace them.
(I have 3 on my shelf here, and can't use them really)
Yeah, that's what I mean, so the only option seems to be: fully remove from HomeKit, add to HA and share them back to HK, no?
Yup, it is.
Wow. Imagine folks with hundreds of gadgets lol yikes
I mean you'd have to recreate everything you had working before
Most people switch, and to be honest, bluetooth and wifi devices are the least desirable stability wise
Guess I'll try to limit that to my Eve Energy only, most other stuff is compatible both ways
As you said, Hue e.g.
Do you know by any chance if HomeKit cameras can be accessed that way?
Would love to see my entrance in the browser as well without having to grab the iPhone
Oh and as for Eve Energy, the new ones work with Thread, so they're way more reliable than back in the day. They really work flawlessly now.
Is HACS integration or ssh client disabled in recent versions?
I reinstalled OS and ssh clients both don’t seem to work
I can’t wget directly from host terminal
No
One ssh add on produces a window that is not readable font and the other gives a gateway connection error
I’ll try a bit more to figure it out
502 bad gateway? You should check the addon logs
or wait a bit longer before trying to open it
K thanks
Hi! I've installed and configured the Google Assistant SDK add-on but I'm unsure if it actually runs. The log ends with "INFO: Starting Home Assistant GAssistant SDK...", And I'm unsure what a normal log would look like. Looking through the source code I noticed that hassio_gassistant.py is executed right after printing this log instance. In the hassio_gassistant.py file the print("Run Google Assistant SDK") command does exist however it is absent from my log. Would anyone be able to help me with this?
Hi, does anyone knows if it is possible to access a config.ini file for addons installed with home assistant os ?
I want to modify a setting for Grafana but I cant manage to find how
All grafana settings can be modified via the environment variables
consult the add-on documentation on how to do that
Thank you, I'm kind of a newbie, its in configuration -> option set up ?
Browse to the add-on, configuration tab
information and examples can be found in the documentation tab on that same add-on page
Thank you, I managed to make the setting modification, my error was to not put true between ' ' so it would work. Thank you for taking the time to help me. Happy new year also 🙂
Happy New Year 🥂
hey guys!
is it possible to set up a wildcard certificate in NGINX Proxy Manager if my domain provider is not listed in the supported providers list?
I cant seem to find the call service for terminal addon, anyone know why?
it was removed
so its not possible anymore to run scripts to send commands?
you can via SSH. It was explained in the changelog
thanks i see it was a security issue 😩
im kind of lost, so just to make sure, if i want a set of commands to run i need to type them in the addon right? theres no automatic way like on a script?
you can via SSH.
it was also mentioned in the changelog
as in, command_line sensor or shell_command
For some reason my influxDB addon doesn't seem to find some sensors. I have a shelly energy monitor which has 10+ sensors. The energy sensor (kWh) shows up in the influxDB database, but the power sensor (W) doesn't. I have another Shelly energy monitor (for 3 phases) and there both sensors (energy and power) show up. In Home assistant and in my MariaDB database (which I use instead of sqlite), I can see all these sensors
If anyone has any idea in which direction I have to look, that would be great
Hiya. Is this a good place to ask a mosquitto/mqtt question or is there a better one?
If it's related to the addon, yes.
I think it is. I'm probably just missing something totally obvious, but I just noticed that I can log in to the broker and see and publish to all topics without a username or password. Sometimes it doesn't show everything, but often it does. Is that right?
I have a few different things feeding into it -- primarily a couple of tasmota devices -- and I believe I have everything else logging in with a username/pw.
And I've verified that if I enter a username (I'm using MQTT explorer to view), then mosquitto does also verify the password.
But right now it seems like you can connect to mosquitto with no authentication at all and just go wild. 🙂 I thought's not normal, but again might be missing something. Thanks!
I think there used to be an "anonymous" setting, but I don't see it now. I wouldn't expect it to accept a connection without a username/password
Hm. I actually noticed it because I was testing a service and it appeared on the broker before I ever gave it a username or password. So between that and MQTT explorer, I've tested it two ways. :/
(I can also see the difference in the Mosquitto logs when I log in with or without a username.)
I just tested a bit and when first starting the addon, I could connect to the broker with no username/password with MQTT Explorer , but I couldn't do or see anything. I restarted MQTT Explorer and then it refused all connections with no or bad username/password. I was able to connect and listen/publish when I used a valid username/password
Interesting. I mentioned above it sometimes didn't show anything. Can you try this? With a MQTT explorer profile with no username or password, 1) hit connect; 2) see if any topics appear under the hostname/IP address in a few seconds; 3) hit disconnect (upper right). I just did this 3 times (no other logins or closing the app in between) and it twice filled with topics and once didn't, though it always connected.
The first behavior you described sounds like the times it doesn't load the topics.
it doesn't let me connect anymore
hm... odd. maybe restart the addon in case it changes state when you log in or something? though i've definitely done that.
fascinating.
if i use a real name/pw it works, if i use a fake one, it doesn't, but if i use none at all it works. (and log reflects having no username.)
no idea
Well, maybe before I push further I'll just uninstall/reinstall mosquitto.
I don't think it keeps any state/configuration I care about; it should start up with a new install pretty cleanly, I think?
But otherwise... guess I'll open an issue?
I guess. it's behaving as expected for me right now
It's definitely still open for me. have a IOT Link client that has never had a username and password populating it and MQTT explorer watching it. Fun times.
Yep, reproduced after reinstall. Took a few attempts before it populated, but it always connected. Never logged in with a password (from MQTT explorer).
I'll open an issue. Probably if I'm the one messing it up they can tell me.
question I'm t;rying to get the cec-scanner addon to work . I can ssh into my machine and manually run cec commands using my hardware but I'm getting a message that when the cec-scanner boots it is not given access to the hardware it needs. I assume this is because the cec-scanner docker container is not given access to the hardware but I can't find where to configure that.
FWIW, looks like it was reported before but so far unresolved: https://github.com/home-assistant/addons/issues/2091
Also I think I found the problem/fix. Commented in the issue. 🙂
I never know whether something is an add-on or an integration. So please just point me to the correct place if this channel isn't it.
I now have a Sonos Speaker, and I want to be able to make Home Assistant play streamed music on it. The issue is that I would really like to use Youtube Music instead of Spotify (because I have YT Premium, and I don't have Spotify Premium). Is there a way to do that?
I'm just another user, but Sonos is an integration. https://www.home-assistant.io/integrations/sonos/
My recollection (I have a Sonos and use it a little in HA) is that you can use any service supported by Sonos, and I think YT music is supported.
I have the sonos integration, I can make it start and stop playing something it's already playing, and I can make it say things.
Just what exactly do I have to send to the sonos player to make it play a specific song.
Unfortunately, I don't use YT music, so I've never tried/don't know. Not sure if it's natively supported.
https://github.com/KoljaWindeler/ytube_music_player seems maybe relevant?
But probably the integrations folks can help more?
Also, go into Developer Tools -> States and look at the state & attributes of the Sonos media player HA device when playing YT music (started through the normal Sonos app).
That might give you some info on how it's identified.
Sleep for me; good luck!
Thank you, that ytube music player helped me a bit
Hey peeps any add one for bin collection days?
Hello people! I am using HA with raspberimatic addon. It works well but I'd like to get some help for 2 things.
-
When I control some HMIP devices like shutter/thermostat, sometimes it shows 'Unavailable'. Most of the time it is okay. When it became unavailable, I can't reset/control it from HA, but if I do something manually on the switch, HA changes the status to normal. Is there any way I can avoid this 'unavailable' situation?
-
Before I use current setup, I used default homematic app and AP to control my shutter. And I scheduled it from homematic app(the schedule pushed to the shutter switch). Now from homematic addon, web ccu ui, if I try to change shutter control schedule, it failed without any log/error just shutter schedule is not updated.(I was able to updated firmware) Anyone had similar issues like this?
Hey guys, I have set up a new HA installation today. Now I have a problem with the HomeMatic addon. I get there the message "Homematic Funk Anlernmodus konnte nicht aktiviert werden." I use the "HmIP-RFUSB" dongle. Does anyone have any ideas?
Hi guys!
does anybody have any experience setting up mosquitto behind Nginx Proxy Manager?
MQTT is not HTTP communication, thus that won't work
Unless you are looking to expose the WebSocket (which use is limited, but can be done), in that case its a normal HTTP host
@mild nymph posted a code wall, it is moved here --> https://hastebin.com/lesavedufo
awe, there was a question in there 😄
thanks for the quick response Frenck, I will drop my subdomain for mqtt project.
something else in my mind for Nginx Proxy Manager:
I want to use my local dns running on my Pi, from my Phone while using mobile data. I want to do this by entering my dns servers domain eg: dns.mydomain.com, because Anddoid doesn't allow to input IP addresses as Private DNS servers. I know that this is a stupid idea from security and system load perspective, I'm simply curious if it is even possible. I'm might have read something about NGINX protocol change that could be useful. The server would somehow listen on port 53 externally, and forward that to my pi's local IP at port 53
or would it be a simple port forwarding UDP 53 -> internal 53?
so....
dns port 53, isn't HTTP trafic either
This would not have anything to do with the Nginx Proxy Manager
besides, I would strongly recommend you NOT to expose port 53 to the outside world
ever
roger that, thanks!
one more thing, is it possible to get a wildcard certificate for my domain eg: *.mydomain.com if my domain provider is not in the list for a DNS challenge?
Let's start again then^^
How would I go just running a command in the ssh/web terminal addon through an automation? I'm trying to follow the tutorial to set up GitHub backups. Running the command manually through zsh works fine. After playing around it seems like I can't get the automation to pass anything over to the addon. (Tested by just trying to run a mkdir through the automation) I also can't find any error logs referencing the automation. The question in the replied post includes the action i used in the automation
Not a job for an addon, but there's a custom component/integration: https://github.com/bruxy70/Garbage-Collection
No idea. I have never used it
@dusty ember Also: #integrations-archived (its not an add-on)
For anyone using aircast I am able to cast from my phone but I get no sound on a google home (full size), anyone having this same issue? My devices are on a different vlan. I am passing the broadcast info between vlans and if I connect directly via chromecast it plays fine.
Thank you for the reply I will take a look at it now
For adaptive lighting and the sleep function am I supposed to create an automation on when I want sleep to turn on?
That's a custom #integrations-archived and not an add-on, but yes
Has anyone added an add on for Scrypted? Looks like a pretty seamless way to get cameras into HomeKit
In the Log Viewer add-on's docs it says:
Custom filtering is available to make it simple to differentiate different types of logs.
But then I don't see any mention of how to do any kind of filtering. When I open the web UI it just shows the disconnect and clear commands and such.
Mine has "/ New Filter" and "L Manage Filters" at the bottom, but I'm not using the released version of the addon
super secret version
oOoOoOoo
An old comment but sounds like there it doesn't do anything other than show the logs which is all I see
I agree that the "about" section mentions custom filtering, but the animated screen above it doesn't show the filter options
I also don't see any related changes in git since the latest release (v0.12.1) so you must really be on a super secret version lol
Really like the add-on, but having issues where it just won't start showing logs when I switch to the UI. I uninstalled it and reinstalled and that fixed it, but now it's back to not working again :/
Interesting, actually it looks like it might be a problem with access through my external URL. Seems to work fine when I use my internal URL. Which actually brings me to another issue I've run into where things seem to break when I try to set my internal URL to homeassistant.local. Though it's escaping me what the issue I had was
Looks like the add-on is failing to load js/websocket.js when I access it on my external URL for some reason
Yes, that's been a problem for years that's gone unaddressed
hi guys, im just starting to use frigate addon, but i just want to record clips when some moviments are detected. it is possible?
at moment my config is:
record:
enabled: true
retain_days: 0
events:
retain:
default: 10
but on my share /media each every minute i have recordings without any moviment.
what is wrong?
My Smart Things integrations is just idle with the message> "Please wait while the integration is being set up". Been like that for over two hours.
When I reset the virtual computer and try again there is a dialog saying "Config flow could not be loaded".
@frank condor
My Smart Things integrations...
#integrations-archived
Hey All. Does anyone know if its possible to use esphome to feed into room assistant? My thinking was they use BT that scans devices, the esp32 would see my phone and signal strength, feed that back to room assistant which would say take a guess which room i was in
It tells you how to configure it
BTW: please select a profile pic. Having a blank one makes it very confusing to follow conversations
is it safe to use the sonoff addon ?
Just getting started with home assistant and getting a curl 52 empty reply from server trying to add sonoff devices in tasmoadmin. I can enter ip for device into browser and tasmota menu will come up. Auto scan doesn't find anything either. Not sure what I'm doing wrong
Edit: enabling api from tasmota config fixed it.
hey guys im trying to use the ssh addon and i uploaded my computers pubkey and now i cant log in even with password?
everytime i try to login even with password auth disabled it prompts me for a pw
wait i got it, i was just super confused cuz im not use to this HA ssh config file
Hi, what's the best way to attach an HDD to my hassOS NUC for online file access? (Preferably with something like next cloud)
Has anyone been able to control MPD's volume using "media_player.volume_set"? It just ignores that for me and always uses a volume of 85%.
Thanks for pointing this out!, messages moved 🙂
Hi, I'm trying to do a git push from the addon file editor or configurator, it always worked but now I get the message: Cmd('git') failed due to: exit code(128) cmdline: git push --porcelain origin stderr: 'fatal: Could not read from remote repository.' If I try to ssh -vT git@github.com I also get timeout. But I download from hassio stuff from github without problems and it resolves dns fine ... I have regenerated the ssh key and from a pc on the same subnet I don't have this problem. Any idea how I can hunt down what is happening to me? thanks!
anyone know of an addon to run a MochaD server on the HomeAssistant OS?
I've spent ages trying to make one, but I just can't get it to work, and it's infuriatingly slow to debug
Is there a way to auto backup/git push ha files to github using Vscode addon, or any other?
I'm afraid I know the answer to this, but I'll try... Is it possible to make Visual Studio (In HA and/or the desktop accessing config through sambashare) stop refreshing? It's almost impossible to make new files/folders because it jumps out of the name when it updates the file list? I think it's the zigbee.db that is causing (most of) this. I'm tired of making new files with the file editor...
Hey. I'm using esphome with the Xiaomi plant sensors. They were working, and I can see them logging in esphome fine, but all the sensors in HA now just say Unknown. Anyone know where to even start with this. Unsure if it's an issue with esphome sending the message or ha not updating them
mqtt discovery is one, and i can see the esp sending topic='office-esp32/sensor/avocado_plant_soil_conductivity/state
ahhhh, for some reason i was under the impression sending a mqtt topic would generate the sensor and info automatically
Oh no that is exactly what's supposed to happen, so I'm not really sure now. Esphome is using the Xiaomi platform and mqtt to send the info, so not sure why Ha wouldn't be compatible with it
What's a good way to share a custom addon I made? I don't really want to make a git repo because then I'd need to maintain it and such, but I'm willing to share the code so noone else has to go through the process of making it again
usually the answer is...a git repo
lots of folks make git repos and don't maintain them :). No different from putting it somewhere else and not maintaining it there
fair enough. I didn't know if there would be a place I could link it here though, so people could find it :p
ig I could just send it here, and people could search
I was just able to get this docker image to install https://github.com/jshridha/docker-mochad. I had to use the SSH & Web Terminal Add-on.
You do have to pass port 1099 thru (if you use the default port).
docker run -d --name=mochad --device "/dev/bus/usb/002" -p 1099:1099 jshridha/mochad:latest
I'm still working through this myself but it did read RF Signals successfully from an X10 RF Controller and also saw updates from Home Assistant.
The part that I haven't gotten to work (and not sure if it will) is if an on/off signal is sent from something else (like an X10 RF Controller) to update the entity in HA. I don't know if I'm missing something or if this just isn't possible with mochaD
I managed to get it working too, yeah.
I think the integration polls mochad for the latest updates
The issue for me was the fact that it wouldn't run as a background proccess
I needed that -d argument
Glad to hear it. So are you seeing updates to your HA entities from mochaD if an update happens from another source (like an RF controller)? I'm fine with polling even if it's a little slow but I don't see any changes come through. I am running in HASSOS in Virtualbox so I have an extra VM layer for the USB communication so I'm not sure if this is just a "me" problem.
I just started using Influx and Grafana and there's this really annoying problem I'm having with graph lines not extending to the edges of the graph. It seems that only if there's been a change in the value for an entity does the value actually get recorded in Influx. Or at least that's how it's working for a command line sensor I have.
This is fine as it makes sense to not fill up the DB with data when it hasn't changed, but it's causing problems where if there hasn't been a change outside of the time window I'm viewing, no data will appear at all. Has anyone experienced this?
Anyone can help me? I want to open RaspberryMatic addon directly from URL not via side bar.
Solved, I have to put port number in the addon setting for this
Can I have both the Z-Wave JS and the Z-Wave JS to MQTT at the same time and have them use the same z-Wave stick, or do I need to stop one of them to access the stick?
why would you need both? no, you cannot run both on the same coordinator
I need to test that out, lmc
The actually integration is classified as a resource polling one
hello, i have a home assistant server with node-red. My input and output are in node-red. Can i now use the home assistant dashboard so i can make the state of the outputs visual and toggle them?
I want(ed) both while I switched, in case something went sideways. I have found out how to do things and how things work, a bit more than yesterday anyways, so I'll try the switch later today.
Could someone please explain to me why the official SSH add-on has a rating of 5, but the other unofficial SSH add-on has a rating of 1? I want to understand the thinking that went into that so I get a better grasp of the sec aspect, but I am assuming it's sec related. I noticed unofficial has sudo, while official one does not, b ut I'm not really sure exactly what that means in relation to the ratings if there is any relation.
Yeah I just started using the unofficial one recently. I believe it basically gives you root access on the host and I think the rating is specifically for security so it's going to be lower
@glossy rune The unofficial one has the protection mode option which gives it a little more access.
At some future point you will need to run dev for that option
hm, this is odd. it seems to (sometimes) fight with me & turn lights I turned off manually back on
Has anyone gotten the Inkbird IBS-TH2 working with esphome. I see directions for setting up the IBS-Th1.
Anyone running HAos with Tellstick Duo? have a few wierd issues I hope to clear.
Might want to join the esphome discord and ask there
I did and also on GitHub feature request
Hello - is there a way for a second home assistant instance (on Docker) to be able to access Deconz entities that are paired to a Conbee stick that’s plugged into another HA instance (HAOS)?
Hello Everyone I have a problem with CoreDNS plugin, it is looping in fail with this log : 22-01-08 13:58:00 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with CoreDNS plugin! 22-01-08 13:58:01 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin 22-01-08 13:58:01 INFO (SyncWorker_7) [supervisor.docker.interface] Cleaning hassio_dns application 22-01-08 13:58:03 INFO (SyncWorker_7) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/armv7-hassio-dns with version 2021.06.0 - 172.30.32.3
It happens in the night, and now mqtt zwave and hacs integration no longer works
And if I try to restore a backup from one week ago I have this message : 22-01-08 14:03:54 INFO (MainThread) [supervisor.backups.manager] Full-Restore 451e7efe start 22-01-08 14:04:18 INFO (MainThread) [supervisor.jobs] 'BackupManager.do_restore_full' blocked from execution, system is not running - CoreState.FREEZE 22-01-08 14:04:25 INFO (MainThread) [supervisor.jobs] 'BackupManager.do_restore_full' blocked from execution, system is not running - CoreState.FREEZE
I've also try ha dns update --version 3 I found on the forum but it goes on an error Error: CoreDNS update failed
Hi Everyone, Ive setup the unifi network application addon a while back and everything seemed to work fine. But now when I try to open it at: homeassistant.local:8443 I get the following message: Database Migration in progress... i've waited for a few days. But no change. Does anyone know what i can do. I have a lot of wifi devices and i'm afraid ill have to readd them all if i reset the entire system. Any help is greatly appreciated!
hey guys anyone using the browser mod ?
Hello, i am getting 502: Bad Gateway error on my Zigbee2mqtt addon when i try to enter the UI.
Logs:
zigbee2mqtt@1.22.2 start
node index.js
Zigbee2MQTT:error 2022-01-08 17:54:38: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-01-08 17:54:38: Failed to start zigbee
Zigbee2MQTT:error 2022-01-08 17:54:38: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-01-08 17:54:38: Exiting...
Zigbee2MQTT:error 2022-01-08 17:54:38: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0'
at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:146:28)
at SerialPort._error (/app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
at /app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
[17:54:38] INFO: Handing over control to Zigbee2mqtt Core ...
seems it cannot access your dongle
anyone using this browser mod? https://github.com/thomasloven/hass-browser_mod
having an issue with it where it doesn't work off the bat when I restart ha, and this basically makes it unusable
I select "remember webcam choice" and click allow, and this gets it working again, but next time I restart i have to do it again, otherwise all the entities are unavailable.
I presume it has something to do with the browser's privacy setting. Even though I click remember choice...
always allow
I have my HA instance accessible from the web via the Duck DNS add on and that works just fine... Curious what added value the Nginix reverse proxy add on provides
I've been wondering that myself just earlier today
Support multiple externally-addressable, SSL protected servers through a single open port and allow for non-ssl internally
Hope this is the right space to ask... I had to replace one of my ESPHome node because of an hardware fault, and now, the ESPHome Add-On, shows the node offline but it is actually not. I already deleted and recreated the node, but it is still shows as offline. Is there any thing that I'm missing (like change an ESPHome internal file/settings)?
Funny thing is that, I can see the logs, but are not complete (I can see just MQTT Logs and a sensor measure)
Trying to install Samba for the first time and the doc says for windows to put in \<IP_ADDRESS>\ what ip address is it referring to?
Your HA system
Thanks RobC I'll try it out.
Well I try that and I end up on a "Free Web Tools Site"...
Anyway it's late and I'll hash this tomorow.
I'm having trouble with the Adguard Home add on. I've set it all up and can access the web interface, but I am confused what ip to set my primary dns as on my router. I tried to set it to 127.0.0.1 like adguard said, but my router says it isn't a valid primary dns, so I put in the address of the hassio os it is on, and adguard isn't receiving and traffic. And help?
Yes i believe so too, but why cant it access the dongle?
Alright i found out one issue, i had to pass through the usb to the VM. Now i get another similiar error.
Zigbee2MQTT:error 2022-01-09 09:54:11: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-01-09 09:54:11: Failed to start zigbee
Zigbee2MQTT:error 2022-01-09 09:54:11: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-01-09 09:54:11: Exiting...
Zigbee2MQTT:error 2022-01-09 09:54:11: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:102:27)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:123:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts💯27)
at start (/app/index.js:97:5)
Hi, I need to know where I can find an "appId" list of an app on my television (NOWTV). To give the command to open it automatically.
Hi together, I am a newbe working with appdaemon.....I just try some example apps, but the function:
self.turn_on(self.args["entity"])
always returns an error....
if I write in the code:
self.log(self.args["entity"])
then it shows the correct entity name....if it write self.turn_on("switch.h_eg_wohnzi_stehlampe_schalter"), instead of self.turn_on(self.args["entity"]).....
is there any idea why self.turn_on(self.args["entity"]) causes an error? (in the beginning of the code self.listen_state(self.motion, self.args["sensor"]) works also fine)
@hard dune posted a code wall, it is moved here --> https://hastebin.com/gekukehise
Hope I am at the right place to ask that 😦
Apps yaml
motion_light:
module: motion_lights
class: MotionLight
sensor:
- binary_sensor.homematic_detektor_motion
entity:
- switch.h_eg_wohnzi_stehlampe_schalter
log: debug
Better here: https://discord.gg/g6rrBveH
thanks a lot
Is this the correct channel for assistance with the nginx proxy managaer?
if you're using the addon
I am. I'm following the JuanMTech guide on first time setup, because this is my first time setting all this up. I'm getting a 400 error when trying to use the dns link.
I've seen documentation regarding trusted proxy hosts, but can't find where that would go if needed.
yes, you probably didn't set that up
you don't need the first line under trusted_proxies:, just the second one
Where does that go though?
hi guys i was told to ask this on the HA discord rather than the community one. so im trying to get my home assistant and alexa shopping list synced by following this "tutorial" https://community.home-assistant.io/t/syncing-alexa-google-with-the-shopping-list/105402/7 but in the automations.yaml section it says string does not match the pattern of "DEPRECATED^" next to service_template: '{{ trigger.event.data.service }}' anyone know whats up?
Hmm, Im just getting a black screen when trying to do anything in the ESPHome addon. I have one old ESP8266 device that has working temperature values. But can't upgrade the esp or even check the logs. When trying to add a new one it also shows just a black screen. No matter if I do it wirelessly or via cable.
I have tried from multiple browsers and multiple pcs so it shouldn't be a browser cache issue either.
Have tried to reinstall the addon also.
Anyone seen this issue before?
i figured it out thanks to this https://community.home-assistant.io/t/string-does-not-match-the-pattern-of-deprecated/299352 i needed to remove 'template' from action: service_template: '{{ trigger.event.data.service }}' data_template: name: '{{ trigger.event.data.name }}' so now it looks like action: service: "{{ trigger.event.data.service }}" data: name: "{{ trigger.event.data.name }}"
Visual studio Code: Is it possible to use a dialog for new files/folders? Creating new files/folders are a pain as it quits when files update...
you should try to find out why it crashes?
It doesn't crash, it exits the file name field when a different file updates, zigbee.db is frequently updated.
Hi folks!
Another minigraph question
I can't seem to get my config right, but just trying to make two lines that have significantly different scales of value be closer to each other on the graph.
That is not add-on related; so you might be in the wrong channel.
My mistake. Thanks