#add-ons-archived

1 messages · Page 3 of 1

wind tree
#

I am banging my head against the configuration of the mosquitto add-on on hassos 9.0 / homeassistant 2022.10.1

I think I did everything right, so much so that I can do a mosquitto_pub -h homeassistant.local and it works.

Except... nothing else can connect to it: nor external clients, nor even HA itself if I use its external IP address instead of homeassistant.local.

If I understand correctly, I know I should add a listener 1883 0.0.0.0 somewhere, but... where? I can't find where mosquitto.conf is.

Anyone can suggest me how I should proceed?

sly kindle
#

@wind tree what mqtt devices are you trying to add?

#

tasmota? something else?

wind tree
#

OK, sorry, I figured it out, after fighting with it for a whole day. I don't need to add anything... I can just use homeassistant.local as the MQTT server on my devices and that works. 🤦‍♂️ Thank you anyway!

(Anyway, I was trying to configure -- and still are -- IOT Link, to monitor my computer from Home Assistant)

clear gust
#

ok. that's weird. The Amazon Echo playback of most of my tunein stations stopped working on mini-media-player today.

half oreBOT
sly kindle
#

Add-ons are completely separate pieces of software outside of HA.

clear gust
#

Ah sorry, wrong section

sly kindle
#

Np

vale fern
#

Anybody have experience exposing HASS externally when its on an IP Passthrough network? I had it all working perfect using letencrypt and nginx on a bridged network, but when I switched ISPs I had to go IP Passthrough. Somebody told me I can't do it because of cgnat, but the gateway router is able to expose the management console, so I don't see why I wouldn't be able to expose something from the passthrough network.

fleet badge
#

Google assistant addon gives an initual setup error. Access blocked: Third-party app is using an unsupported OAuth method

elder schooner
#

I had a little problem restoring add-ons from a backup. After restoring the backup, all add-ons are stated as shut down, but the logs are showing add-on activity and the add-ons can't be started. Had to shut down each add-on via the CLI. Anyone an idea what went wrong and how it could be prevented next time?

sly kindle
#

@elder schooner I always do a host reboot after a restore just to get everything starting in the right order

#

If it was one single add-on then no, I probably don't, but after a full restore of HA and all addons

timber orbit
#

I'm trying to use esphome but im constantly getting this error, does anybody know why this is happening? xtensa-lx106-elf-g++: fatal error: Killed signal terminated program cc1plus

sly kindle
#

@timber orbit that might be a memory issue. Running on a Pi? Which one?

timber orbit
#

The pi 3, but looking at previous mentions of the problem i see that the pi 3 isn't powerful enough, might need to upgrade soon

rugged orbit
#

When mosquitto is run as an add on, can it be reached by IP from software running outside the HA OS?

viscid orchid
#

yes

#

there's a whole "network" section in the configuration

rugged orbit
#

Ah, so external clients connect via HA’s IP and the ports 1883, 1884, 8883, 8884 are mapped to the mosquito container within the ha os I take it?

rugged orbit
#

Thank you

dusty dock
#

anyone use doods add on for image processing? I have the docker container running and can't see it show up as an entity after configuring 😥

half oreBOT
#

@dusty dock Please use a code share site to share code or logs, for example:

Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.

dusty dock
strong sage
#

try adding a name: below entity_id:. Seems DOODS is deprecated with DOODS2 so looks like I need to switch over at some point

#

without the scan_interval specified, I believe the default had been 10s. Without providing a confidence, I can't recall what that would default to, if anything

dusty dock
#

ill give that a try. scan and confidence are both optional but the docs dont say what the default is

strong sage
#

I default my scan to once a day (86400), and then trigger the scans upon motion and when motion is no longer detected and results were detected to clear the prior detections

dusty dock
#

yeah strange, I even tried to do doods (deprecated one) and not doods2. Nothing. I think I am going to try doing the add-on instead. If I have HA on a virtualbox VM with a linux 64bit OS (display says 16mb video memory (no 2d or 3d acceleration selected, don't see anything about cuda / nvidia) , but I am not sure how the virtualized graphics work, but I have a 2060 super on host pc running windows)

#

do I use doods2-gpu or doods2 add on when configuring through Hass.IO repository add-on support? kind of confused on the selection

#

think i use doods2-cuda gpu one but will try that. the name option in the config didn't work 😦

strong sage
#

for the URL in your config, that's using the IP of the container where DOODS is currently running, right? Not the IP of the HA instance since you're not using the add-on within HA (currently). I too had been running DOODS outside of HA when HA was initially running on a RPi 4 that didn't have enough processing power for TF full

dusty dock
#

so my HA instance is running lets say 10.20.20.1, and when i see the virtualization screen, I see the ipv4 assigned address as 10.20.20.1/24. I didn't know that the ip of the container is different than the IP of the HA instance.

#

when I am in terminal of HA, i do ifconfig and I see a lot of different IPs and did try some of them

strong sage
#

running DOODS outside of HA though, should I ever need to shutdown DOODS, I'd then need to restart HA in order for DOODS to begin scanning again

dusty dock
#

how do i find the proper IP of the container when its up and running?

#

i see ports listed something like 0.0.0.0:8080/tcp

strong sage
#

you currently have DOODS running in a VM outside of the HA VM?

dusty dock
#

No, it is to my understanding that I am running DOODs in a container inside the HA VM

#

I have a "terminal" tab open within my HA.local web UI, and run the docker container in there

strong sage
#

you didn't install DOODS adding it into the add-on repo?

dusty dock
#

no just been using the docker container, it said one or the other from documentation i seen

#

trying the add-on repo way now

strong sage
#

you can add the custom add-on to the add-ons repo to install and run it that way

dusty dock
#

hmm nothing so far. lame

strong sage
#

you installed the add-on?

dusty dock
#

yeah

strong sage
#

restart HA after installing?

dusty dock
#

yeah gonna try regular doods instead of doods2

strong sage
#

DOODS still works, it's just not being maintained anymore with DOODS2 added. I need to change things in the move and have just been lazy getting to it

dusty dock
#

yeah, I understand the deprecation part at least lol, but figured I should give it a try bc doods2 isn't working 🤷‍♂️ just gonna give all of the add-ons a try

#

its odd bc i don't see it running as a container when i do docker ps -a in the terminal on HA

#

but i see my other addons there and pretty sure the add-on with doods runs as a docker container if i am understanding the doc correctly

strong sage
#

is the add-on itself running? What do you see in the add-on log?

dusty dock
#

yeah im dumb i didn't see the start button so my log was empty, getting farther now

strong sage
#

ah, gotcha. That should help 🙂

stray crag
#

thank you that makes sense, I recently added some more firewall rules on my mikrotik that would be blocking it.

rough sphinx
#

I installed the ad guard add on but I don't know how to actually use it I thought I needed to change my dns but can't figure out what that should be

sly kindle
#

@rough sphinx you want to set the IP and DNS static for the HA host first, then reboot host. Then if you want ad blocking for every device you change DNS your router uses to the IP address of HA. Whenever HA host is down, or Adguard isn't running, you won't have DNS in this situation (websites won't resolve)

valid dock
#

Hey has anybody some experience with AppArmor for Hassio Addons?

timber orbit
#

i cant start my addons for some reason

#

i click start it loads for a sec and then stops

#

none of the addons start

lime linden
#

Hi All, Today I have migrated my Virtual Box HA-OS installation to a generic x86 installation, via backup. Now my addons wont start either. None of them, none of their logs show any errors and indicate they should be running. However all of them are greyed out and none seem to be working

#

hum, actually not true, mosquitto seems to be running, despite having a red cirle in the top right indicating its stopped.
any ideas what I can do to troubleshoot this? I kind of need my lights to be working 🙈

#

ah, the machine just needed a full restart!

polar raft
#

Hi! Question. Do I need both Z-wave JS and Z-wave JS UI? Or can I delete Z-wave JS?

misty atlas
#

you can only use one or the other, so you should ensure you remove whichever one you're not using

#

("Z-Wave JS UI" is really "Z-wave JS plus UI", I suppose)

polar raft
#

I've stopped Z-wave JS, and only Z-wave Js UI is running. And my z-wave equipment is working. Then it should be safe to remove Z-Wave JS?

dense wyvern
#

Hi guys, I've googled, but found nothing that's helped with my issue. My file editor and studio core server are both hitting me with 401 errors when I try and access them. I'm a relative newb and briefly experimented with SSL (even though I have the sub for the cloud) but it seemed to be adversely affecting the functionality of my Google devices, so I thought I removed it everywhere. After removing it from the configuration.yaml, this is when the problem began. Any ideas or thoughts for me?

#

Okay, when I use the IP address to access my HA install, I can open file editor ( haven't tried studio core yet) .... where did I screw myself over?

tiny portal
#

Hi guys I have been using nginx proxy manager and mariadb for a long time now without any issues however today I had some issues as nginx is not finding the mariadb configuration and therefore starting with a default installation

#

I get the error: No valid environment variables for database provided, using default SQLite file

#

How do I pass valid environment variables? Do not see any options for that in the addon config

#

So I just deleted the addon and then reinstalled it and now it was able to find my old conif

pine fulcrum
#

Rhasspy question - does anyone know in which docker service the UDP Audio stream port needs to go?

#

Or even where the config to forward TCP 12101 into the container lives?

leaden shard
#

Hey there! Does anybody used the bluetooth_proxy functionality with an esp32? Will you get another interface that is usable for the Flic addon?

half oreBOT
languid wagon
#

I'll try this again. The Bot moved my question.
I'm attempting to troubleshoot my influxDB setup. I'm using the default add-on.
I've gone through a bunch of the docs for the setup.
see the following config details: https://hastebin.com/afegaxixes
When I check the InfluxDB home_assistant DB, I don't see any data. I do see an error in the InfluxDB logs.

2022/10/11 21:39:47 Using configuration at: /etc/kapacitor/kapacitor.conf
time="2022-10-11T21:45:08-07:00" level=error msg="Error message received status code 400 from server: err: error parsing query: found home_assistant, expected ; at line 1, char 16" component=server http_status =400
languid wagon
#

figured it out, I didn't set the host and port in the configuration.yaml

wise talon
tropic kernel
#

Hello everyone, how are you? I hope you are well. I would like to create an add-ons and I don't know how to proceed can someone help me
thank you

covert arch
long quail
#

I've been wanting to get my lovelace background to update the image automatically and that led me to https://github.com/Villhellm/lovelace-animated-background. However I can't get it to fully load. Checking the browser console tells me 'no configuration found', even if I use the example from github. Has anyone ran into this issue, or have any other suggestions? I'm specifically wanting the backup to only ever use one image, which is overwritten by an automation.

somber atlas
#

Can I use the terminal & ssh add on to ssh from HM to a device.

#

I also need to except a certificate from the devices.

#

from an automation

split blaze
#

So my HA system crashed during an update. I thought no biggie i have backups. Restored the sytem from back up from about a week ago. Most of my add ons will not start. i got some but the main one giving me issue right now is my mosquitto broker. any one had this happen or have any suggestions?

slim brook
#

Hello. I was setting up DuckDNS to access my HA remotely. My question, is there anyway to have the external URL not have to include :8123 port designation at the end? Thank you for any advice

pine fulcrum
#

You're talking about changing the default port of the HA server

#

If you're not running SSL its 80, SSL is 443

BUT

be aware that you're going to open yourself up to a whole different class of public IP scanner and therefore more external threats

slim brook
#

ok thank you. Not going to open up the can of worms then. I just felt like I recalled not having to use the external port designation last time I set this up. I suppose I was mistaken

compact sphinx
#

Hi all

#

I installed studio code server but it won’t let me paste lines of code into configuration.yaml

#

I’m trying to add the line of code to allow cloudflared tunnel to work

#

Help would be appreciated thank you

lament otter
#

It sounds like you didn't trust the code when you opened it.

sand solstice
#

Hi guys.
I can't get the esphome addon to load for me.
It's installed, properly running, logs are fine, but the web interface never loads.
Other addons using ingress works properly ...
Any clue ?

#

Exposing the port (6052) directly doesn't help. It times out as well

covert arch
low wren
#

Hi, I'm trying out addon-jupyterlab and HASS-data-detective
I get db connection (...There are 904 entities with data)
db.fetch_all_sensor_data produces 0 rows => Why?
db.fetch_all_data_of(('sensor.t0054_bureau_boven_3d_power',) produces 56 rows,
BUT column last_changed remains empty => Why?
I'm stuck 😦
Thank you in advance for any advice 🙂

teal crater
#

The Let's Encrypt add-on appears stopped after creating a certificate. Do I need to create an automation to "start" it daily, or does the install do something like that automatically?

sly kindle
#

@teal crater it only needs to run once to get/renew the cert. For regular renewal you need to make an automation which starts the add-on at some interval

novel folio
#

Hello, do you know if exists a reliable add-on for Influxdb v2 ?

teal crater
daring lagoon
#

Hey Guys, someone over here using the addon DIYHUE? Im struggeling with pairing app to the DIYHUE any help appreciated 🙂

frozen agate
#

Hey all, so I just switch my Home Assistant from a Raspberry Pi 4 to the Odroid-N2+. Prior to migrating my home assistant image, all my add-ons that were installed were started and I had zero issues with them. Now on the Odroid-N2+ I click "start" and the it acts like it's going to start and then it doesn't. This is happening on all my add-ons. Even after uninstalling them and restarting my system. Below is the logs for my Visual Studio Code Server. Any ideas what the issue is?

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/00-banner.sh

Add-on: Studio Code Server
Fully featured Visual Studio Code (VSCode) experience integrated in the Home Assistant frontend.

Add-on version: 5.4.0
You are running the latest version of this add-on.
System: Home Assistant OS 9.2 (aarch64 / odroid-n2)

#

Also, I don't know if this is normal now but all of the installed add-ons are not in color...just in black and white

sly kindle
#

@frozen agate did you reboot the system after the restore?

#

Not a restart of HA

olive seal
#

I don't suppose there's a way to add other user accounts to the Samba add-on?

#

If I'm going to be putting an NVMe in my Yellow, I wouldn't mind using the disk as a small file server

frozen agate
dusty pier
#

[Influxdb] Can someone help me, why in influxdb 1.8 doesn't work flux script with this range:

from(bucket: "B/1D")
 |> range(start: date.truncate(t: -1mo, unit: 1mo), stop: now())
 |> filter(fn: (r) => r._measurement == "kWh" and r._field == "last_value")
 |> filter(fn: (r) => r.entity_id == "plug_computer_energy_total")```
**date.truncate** return absolute datetime value and this is used as absolute datetime in **range**
https://docs.influxdata.com/flux/v0.x/stdlib/universe/range/#query-an-absolute-time-range
https://docs.influxdata.com/flux/v0.x/stdlib/date/truncate/#truncate-time-values-using-relative-durations
or can this script only works in influxdb 2.X ? Because without date.truncate this script works. Thanks.
mystic fern
#

I'm using rest-api to poll a device, but the data is changing every 1-2sec even tho I have a 5sec poll interval set in the yaml. It's flooding HA w/ data points. Any ideas on how to limit the interval?

weary stratus
#

Hello everyone. Is this the right place to ask about Z2M?

half oreBOT
dense barn
#

Hey guys. I can't get the wireguard add on to work.

MY_DOMAIN is managed with the cloudflared integration. I've port forwarded the port 51820 on my router (not sure if it's worked, because I've nmaped the network and I don't see it).
When I connect to the VPN, I get no internet connection. How do I fix this? My HASS is running on proxmox btw.
Config below

half oreBOT
weary stratus
#

Hi, I am still looking for access to the chronograf web ui of my influxdb add on, from outside of HA. I thought it wold be http://homeassistant:8888, but that doesn't work. Any ideas how to get access from the outside?

#

Also port 8889 is not answering... Where 8086 of influxdb is accessible.

tiny portal
#

Hey everyone - I am trying to set up my reverse proxy NGINX Reverse Proxy Manager to set up one custom location to accept only local requests but it does not seem to work

#

I am trying to debug this and have set the debug level to TRACE but I can never actually see a request coming into the proxy

#

What would be the best way to find that info?

#

The logs show nothing like that

#

So if you jump into the docker container with the following command sudo docker exec u- root -it <container_name> bash you can then find the logs here: /data/logs/proxy-host-<id>_access.log

#

What I can see now from the logs is that nginx proxy manager is only seeing my public IP so I guess there is no way to whitelist a local IP at the moment? Unless someone has some good ideas

dense barn
weary stratus
young sage
#

Is there a way to make the Shutdown RPC add-on have the PC go into sleep instead of shutting it down? Or another solution?

#

For making it go into sleep?

maiden fulcrum
#

hi, my MQTT integration stopped communicating with the mqtt server this night. I uninstalled the integration and reinstalled it to no avail. from the integration I still can listen to a topic however, however I can't get my entities as before

#

what can I be missing? thanks

maiden fulcrum
#

MQTT integration

pliant wadi
#

Hello,
How to get the add-ons option unlocked to install a mosquitto server.

raven tinsel
#

unlocked?

patent valley
#

Hi it's possible use a esphome sensor within a client subnet of wireguard tunnel? I'm unable to
Ping client address from hassio server.

pliant wadi
raven tinsel
#

I have no idea what you mean by "unlock" sorry

pliant wadi
#

In profile Advanced setting

raven tinsel
#

Advanced setting has no influence on add-on settings

#

Hence you comment still make no sense to me, sorry

maiden fulcrum
#

is there a way to clean the database from invalid entities?

#

2022-10-16 15:50:52.458 WARNING (MainThread) [homeassistant.helpers.entity_platform] Ignoring invalid device configuration_url ''

#

how to identify where it comes from?

maiden fulcrum
#

[solved] removed and reinserted my zwave dongle.

viscid orchid
# pliant wadi In profile Advanced setting

It sounds like maybe you think that you can enable addons in an install method that doesn't support them by checking the 'advanced' box in your profile? That's not going to happen

pliant wadi
raven tinsel
#

@pliant wadi Considering your question: I wonder, which installation method did you use to install Home Assistant?

#

Do you have an "Add-ons" menu in your Home Assistant setting screen?

raven tinsel
#

So, in that case you are not running an installation method that supports installing and running add-ons

#

installation of things like mosquitto can be done, please consult the mosquitto documentation on how to install it.

pliant wadi
#

Is a Docker

raven tinsel
#

ok 🤷‍♂️ Container installations method don't support running add-ons

#

If you need additional services, you can run and manage additional containers instead

#

incase of Mosquitto, check the documentation provided by the mosquitto project on how to do that.

pliant wadi
raven tinsel
#

I'm not sure what to do with that screenshot?

#

You cannot install add-ons if you are running Home Assistant as a Docker container

#

You can run mosquotto using Docker directly (not as add-on), which is documented by the mosquitto project/documentation

zinc geyser
#

good day, I'm running haos and I tried to install SSH & Web Terminal from HACS. the installation went fine but when I start the service nothing happen (ie it crash or something). I tried to look under settings/system/logs but there is nothing. any idea how I could troubleshoot that ?

#

sorry if thats a newbie question ..

raven tinsel
#

and I tried to install SSH & Web Terminal from HACS
That is impossible, HACS does not provide or install add-ons.

zinc geyser
#

Well, I went to HACS / Add-ons / add-on store / ssh & web terminal

raven tinsel
#

HACS doesn't do add-ons

#

is tells you that when installing HACS

#

it also tell you that when you go to HACS -> add-ons

#

the add-ons menu in HACS is there, to teach you that HACS doesn't do add-ons

zinc geyser
#

oh got it... I didn't look at the logs directly in ssh & web terminal...

sturdy flax
#

I just switched to EMQX and after a few days I am getting a log full of “high_system_memory_usage” alerts and apps such as AppDaemon are reporting they cannot connect to MQTT. Has anyone else seen this? I’m guessing it is not EMQX using all the memory since it only has a very small traffic load.

sturdy flax
sturdy flax
quartz trail
#

how do I find out what slug a addon has? (never mind)

#

nope, sorry. I have to ask anyway

sturdy flax
# sturdy flax It looks like the ZWaveJS-UI AddOn is using 25% of the RAM!!

Also seeing these messages in ZWaveJS-UI:

2022-10-16 10:29:53.322 INFO MQTT: MQTT client closed
2022-10-16 10:29:56.322 INFO MQTT: MQTT client reconnecting
2022-10-16 10:29:59.696 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)
2022-10-16 10:29:59.756 INFO MQTT: MQTT client closed

Mosquito is stopped, and the ZWaveUI seems to work fine. I did i re-configure they MQTT Integration after switching to EMQX.

quartz trail
#

I’m trying to start an addon in an automation and the guide I’m following says I need the slug for the addon but I can’t seem to find the slug

viscid orchid
#

ha addons from ssh

quartz trail
sturdy flax
rose knoll
#

LXC on Pimox: Does anyone know, why "dmesg | grep tty" lists my device as /dev/ttyAMA0 inside an debian LXC container, but when I try to add it to an docker container inside the same LXC, I get "no such file or directory"?

raven tinsel
#

LXC is not supported to run a Supervised installation (and thus add-ons) on.

#

It will cause issues.

rose knoll
#

I've decoupled the zwave-js-ui container from everything else and run it solely on that raspberry pi. Homeassistant is running on another host. When I ran zjs bare metal, it worked fine. But inside an LXC, it doesn't. so no chance of solving this? I really wanted to add the pimox node to my existing cluster to have a central administration

raven tinsel
#

I've decoupled the zwave-js-ui container from everything else and run it solely on that raspberry pi. Homeassistant is running on another host.

#

In that case its not an add-on

#

You are in an incorrect channel in that case (hence the confusion)

rose knoll
#

ok, sorry. you are of course correct. I will try to get help somewhere else then 🙂

weary stratus
#

In zigbee2mqtt, I got a group with 18 lights and 4 different scenes depending on the illuminance outside. Problem is that when all lights are lit, and I change to a scene with just a few lights on, several of the lights that should turn off does not. But still reports as off by z2m. Someone else that has this issue?

covert arch
weary stratus
river wharfBOT
#

@distant bay I converted your message into a file since it's above 15 lines :+1:

lofty solar
#

My HA machine (VM) has started crashing overnight. It went from rock solid to completely unstable.
Not just core, the entire thing stops responding.
I suspect it's related to an addon but how can I be sure. I cannot even access CLI when it happens

#

How can I find the culprit?

distant bay
#
  - name: hassio
    addresses:
      - 192.168.0.254
    allowed_ips: []
    client_allowed_ips: []
server:
  addresses:
    - 192.168.0.21
  dns:
    - 192.168.0.1
  host: fake.duckdns.org
#

Please tell me what to change, my WireGuard does not work. I want to reach 192.168.0.0/24 , 192.168.0.21 is my wireguard server.

dense plover
# lofty solar How can I find the culprit?

By default, HA uses GRUB and keeps two bootable "options" around. Can you try going into the older one? I think this only updates when the OS itself has version updates, so it's an especially new install, you might not have an older option, but it's worth a shot to see if the older one boots for you and then maybe you can start diagnosing.

brittle meteor
lofty solar
lofty solar
subtle vessel
#

I'm sorry if I'm OT, but I can't find a more relatable thread. How can I find the file used to setup and run addons containers (something like a stack maybe)? I have to make a change to a local addon that is no longer maintained

viscid orchid
#

Everything will be in the directory where you put the local addon

hybrid holly
#

how do i add a custom github repo as an add-on?

settings > addons > addons store > three dots > repos ?

#

i get the

" is not a valid add-on repository" error

viscid orchid
#

That is not an addon, it's a custom component

#

Nothing about addons there

hybrid holly
#

hmm, im new to HASS so im not getting the terminology right

#

where do i go to add a custom component?

viscid orchid
#

Follow the link for HACS

hybrid holly
#

oh ffs, im confusing HACS with the integrations page's home assistant community add-ons haha

#

thanks

subtle vessel
viscid orchid
#

For s6?

subtle vessel
subtle vessel
river wharfBOT
#

@subtle vessel I converted your message into a file since it's above 15 lines :+1:

subtle vessel
#

This is the config.json of the addon

#

I tried adding the init: false line in the file, but nothing changed

#

I don't know how is the addon written or structured, so it's quite challenging understanding how to manage all the permissions

viscid orchid
#

I hope you formatted it properly for JSON, and then you need to rebuild the container

subtle vessel
inland gorge
#

Hi,
I was wondering if anyone could help me out with an issue I'm facing regarding a ps5-mqtt add-on.
I was using it for a while without any issues. I switched to a new SD card today and reinstalled home assistant on it. I have set up the plugin but none of the entities appear for the ps5. Except for one called "PS5 MQTT UPDATE".

I checked the logs of the addon and it seems to find my ps5 without any issues.
Does anyone know if there is anything I am doing wrong that is making the entities not appear?

The plugin is https://github.com/FunkeyFlo/ps5-mqtt

subtle vessel
dim grove
#

Are your HA host and your PS5 in the same network?

inland gorge
#

Hey Funkey! I also posted in one of your community threads for help.

Here's the log.

Starting PS5-MQTT...
2022-10-18T19:36:51.670Z @ha:ps5:error FetchError: invalid json response body at https://m.np.playstation.net/api/userProfile/v1/internal/users/7542492522892346585/basicPresences?type=primary reason: Unexpected token < in JSON at position 0
at /app/node_modules/node-fetch/lib/index.js:273:32
at processTicksAndRejections (node:internal/process/task_queues:96:5)
2022-10-18T19:36:51.759Z @ha:ps5:webserver Server listening on PORT: 64229

#

I got the ps5 data in the logs when I linked it earlier.

dim grove
inland gorge
#

damn, that sucks!

dim grove
#

The release should at least not kill the process at startup

inland gorge
#

Is it downloadable yet?

dim grove
#

Yes, deployment just finished

inland gorge
#

you're a beast! thanks man ❤️

#

I hope sony stops being annoying regarding their API's. would be so nice to get some cool features 😛

dim grove
#

IKR

fervent umbra
#

Has anyone recently set up or have a working config for the schluter ditra heat wifi thermostat? I have added the user and password to the configuration.yaml file but I am not seeing any devices show up after restarting home assistant. I can control the thermostat from the shluter website so the connection to their cloud solution works

#

This shows in the log on a restart.. might it be related?
Logger: urllib3.connectionpool
Source: /usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:812
First occurred: 8:53:48 PM (1 occurrences)
Last logged: 8:53:48 PM

Retrying (Retry(total=2, connect=None, read=False, redirect=None, status=3)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f96553f2950>: Failed to establish a new connection: [Errno -3] Try again')': /v1/me/

noble narwhal
#

is it just me or does installing addons take forever?

lament otter
#

It shouldn't do, but it depends on your connection

subtle vessel
paper zealot
#

Hello, i need to read the options.json file which is populated in the addon config. How can I process data with python ?

cunning latch
#

good evening all, I hope you are well. I am wondering if someone might give me some help with accessing my home assistant files via samba share. I can not see the Hass in my network or drives.

strong violet
#

I am unable to find esphome add on in add-ons, there are only quite few add ons, what might be the prob ? Send Help!

sly kindle
strong violet
#

I did, it re-directed to HS, showed No Add-ons found @sly kindle

sly kindle
#

Go to addon store, 3 dots in the upper right corner

oak marlin
#

Hi all, any add ins to my AEG ? For control

fiery prism
fathom lake
#

everytime when i open home assistant firsttime at browser
grafana in dashboard show 401: Unauthorized .
but after that when i press grafana in sidebar and switch to dashboard it can fixed.
Is there any other solution for me to make grafana always works ?

sinful sedge
#

Hello all, very recently I’m having issues getting a response from my AdGuard Add-on. Routing traffic via DNS does not appear to let traffic through and when attempting to access the web UI it takes me to the dashboard page but the loading icon just spins forever without populating any of the usual metrics. If I restart the add-on it works for a short time before exhibiting the same issue. Any ideas what might be happening? Not seeing anything in the logs that points to a fix

strong violet
calm sparrow
#

Where do I put the configuration for the SSH addon? I tried putting it in configuration.yaml under the ssh key but it said it didn't recognize the ssh integration. That seems... contrary to the docs I just read? I am also not seeing anything in the addons samba share, which is just confounding.

viscid orchid
#

In the config page for the addon

#

Seems like you're overthinking this

calm sparrow
#

sort of. I'm trying to do too many things at once. I'm also trying to figure out how to edit a blueprint as a flat file at the same time

ionic surge
#

I am coding in esphome add-on en got an error i cant solve. Can i get some help here or do i have to go somewhere else? ( i am new to discord 😊 so be gentle)

ionic surge
lofty solar
#

Is someone using alexbelgium's Nextcloud addon?
I'm having trouble after last update (25.0.0) it won't start

nginx: [emerg] open() "/config/nginx/nginx.conf" failed (2: No such file or directory) in /etc/nginx/nginx.conf:1
nginx: [emerg] open() "/config/nginx/nginx.conf" failed (2: No such file or directory) in /etc/nginx/nginx.conf:1
...

I literally changed nothing in the configs

#

Actually it still displays version as 24.0.6 after update.
And now even on clean install I get this error

lofty solar
#

nvm, I opened the bug report already. The nginx.conf doesn't look right comparing with previous version.
Don't upgrade. And always do addon backups 📥

devout marsh
#

Hey, I am using duckdns, looked like simple way to have access HA with tsl. But I am running into issue with tsl 1.3, how could I switch to tsl 1.2?

covert arch
#

what is the issue?

devout marsh
#

Samsung SmartThings says, that it supports 1.2, but not 1.3

covert arch
#

then samsung smartthings should talk 1.2 whereas something else will talk 1.3

#

should be a fallback in place

devout marsh
#

I see. Good point...

oak marlin
#

home assistant party lights sync spotify - any integration?

covert arch
#

@oak marlin please do not cross post

viscid orchid
#

seems like a misguided Google search 🙂

modest token
#

@devout marsh talking to smartthings cloud, or directly to devices?

#

Mine seems to be working via stupid cloud.

viscid orchid
fathom lake
#

everytime when i open home assistant firsttime at browser
grafana in dashboard show 401: Unauthorized .
but after that when i press grafana in sidebar and switch to dashboard it can fixed.
Is there any other solution for me to make grafana always works ?

devout marsh
# modest token Mine seems to be working via stupid cloud.

you mean Nabu casa? I tried whole setup with port forward, duckDNS, lets encrypt... at failing at final step when smartThings cannot reach webhook. I tried also nabu casa, with it it worked fine, but dont really want to invest to cloud....

solemn scarab
#

I used Traefik and set it up with cloudflare

native oxide
#

I'm having an issue that seems to have just started this morning
I can't see addons (Nodered is the one I first noticed) when going through my reverse proxy
but I can if I use the LAN IP
I also can't see the addon page, I get (Error while loading page addon.)
The only change I remember is upgrading the home assistant os (but not core)

dull spire
#

Hey all, using HA in docker with AppDaemon in another container. I can confirm that my messages and payloads are being picked up by an MQTT client and broker but... appdaemon isn't replying at all. The app loads. But doesn't actually pick up the event. I've looked through all the community and reddit posts and tried their suggestions but.... nothing. Here's the simple code I'm using. Hoping someone has some insight.

 import mqttapi as mqtt

class cameras(mqtt.Mqtt):

    def initialize(self):
        print("Appdaemon MQTT Ready")
        self.listen_event(self.frigate_message, "MQTT_MESSAGE")
        self.listen_event(self.frigate_message, "MQTT_MESSAGE", topic='frigate/events')

    def frigate_message(self, eventname, data, kwargs):
        print("This function has run!")
        self.log("This function has run!")
#

and appdaemon.yaml config:

    MQTT:
      type: mqtt
      namespace: mqtt
      verbose: True
      client_host: 192.168.1.2
      client_port: 1883
      client_user: mqtt
      client_password: mqtt
young mesa
#

anyone help with a quick question

HAOS smaba shows I have put the weather-card.js into the following folder /config/www/weather-card/weather-card.js

but when I add the resource url with the path /config/www/weather-card/weather-card.js and then add the card manually with

type: custom:weather-card

it states it cannot find custom

am I using the correct path ?

sly kindle
#

@young mesa #frontend-archived as this is not an add-on. An add-on offers software/services which are not HA itself

young mesa
#

sorry very new to this, where would be the best place to ask

#

doh frontend 🙂

strong sage
dull spire
#

didn’t know that. thanks man

oblique dagger
#

hi. Just made my own addon, did an update in the store, and found this in supervisor log:
[supervisor.store] Loading add-ons from store: 109 all - 1 new - 0 remove

however it did not appear in the store's list.

#

do I have to reboot??

viscid orchid
#

Clear your browser cache?

iron flicker
#

I got a new Zwave controller and have it setup with the Z-wave JS add on. Looks to be running ok with the add in logs. When I try to add the new device via the integration, I select ZWave -> use Zwave JS is checked -> submit.

Then when I submit, it fails to connect. What gives?

Home Assistant 2022.10.5
Supervisor 2022.10.0
Operating System 9.2
zwave 0.1.74

fierce palm
#

How can i put a password infront of adguard home in home assistant?

cerulean spear
#

Bluetooth proxy, with M5Stack Atom Lite. I have a remote site with a home assistant instance running where i need to expand my bluetooth coverage. Can I configure the proxy in my other homeassistant installation and then send it by mail and have the neighbour to plug it in, they have the same ssid

near cipher
#

hi i can't find the www folder,
you can help me?

viscid orchid
strong violet
#

How do I create a static IP for my esp32 ??

#

Send Help!

dusty pier
#

Which time format using home assistant ? In my tasmota sensors I have format "2022-03-31T22:00:00" , but at same time in another sensor I have "2022-10-11T14:02:14+00:00" on same device. I ask because I want format date in my button card with JS.

nova lantern
#

Is there any way to see update logs of an add-on?

During an update, an error momentarily showed up in the UI. Now I can't find it anywhere

iron wharf
#

Hey all,
It looks like my AdGuard home install is bound to u5353. Is there a way to change that to u53?
To note: the Configuration pane for the addon shows that 53 is exposed by the add-on... but that doesn't seem to be the case.

I retract my question... it's working after a reboot of the add-on.

bleak lion
#

I have a small python program that I would like to have running 24/7 is there any way to add that as an add on to home assistant?

viscid orchid
#

Sure. You can review the addon docs that have a simple example

viscid orchid
#

That's what you wanted, right?

bleak lion
#

I guess

#

Thanks

elder egret
#

Hi, is there any known issue with the RaspberryMatic CCU Addon or Addons in general? Trying to use the add-on, logs say "started successfully", HA is saying "Add-on is not running. Please start it first" but nothing changes on presing the start button

bleak lion
tardy bough
#

Does anyone here have experience using pyscript on HACS, and also using the Jupyter notebook kernel?

high flame
#

Hello,
I am in trouble with the ESPHome Addon, if I click start, nothing happens. In that Protcol tab the Last Entry is "starting NGINX...."

You are running the latest version of this add-on. System: Home Assistant OS 9.2 (amd64 / generic-x86-64) Home Assistant Core: 2022.10.5 Home Assistant Supervisor: 2022.10.0

In Sytem Log, I cant find infos that helps me. Any Ideas how I can locate the Problem?

dusty pier
#

Hi, know someone command for reset telemetry data only on tasmota device, because command reset 1-6 delete mqtt, wifi , template, etc data. Thank you.

sly kindle
#

I'd check there

remote seal
#

Im struggeling with the https://github.com/hassio-addons/addon-zwave-js-ui addon.. What should i configure? It says just install and it should work - but it keeps saying im not connected - but the ZWave JS addon is running and all ZWave is working except for the UI, its not like very well described if i should configure something?

#

I keep gettting this error on the UI: Error while calling api getProvisioningEntries: Z-Wave client not connected

#

Running HASS os and all is more less default except for the port is 443 on Home assistant but it uses the WS port 3000 not the regular https or?

sly kindle
#

@remote seal you don't run both zwave-js and zwave-js-ui

#

It's one or the other

#

One has a UI and mqtt, the other doesn't

split stream
#

I have problems to start InfluxDB. It crashes "WARNING: InfluxDB crashed, halting add-on" and I have no idea why. I can't find the DB to replace it by my backup. Can anybody help?

cunning latch
#

Hi guys, I am having trouble with Samba Share. I have input my credentials and also added the allowed host ip of my laptop and a i still can not see the HA device in File Manager on my PC. My HA box is an Odroid set up with HA. Any help would be greatly appreciated

kind pebble
#

Hey guys, can someone tell me where are the file folders from my deconz addon. I installed the homeassistant on a raspberry pi4 and i have to upload a firmware file in deconz.

bleak lion
#

Is there a way to use a docker pull command?

cedar ferry
#

Hello - I have a timezone issue with influxdb and grafana.
Ive been using Grafana with InfluxDB for a while now and there is an annoying thing where infuxdb records the values with UTC but I am GMT+2 which is not good when I want to display data in grafana - grafana does compensate for this so when I make a query from like 5pm to 6pm it converts the utc into gmt+2 but when I aggregate data by day then one day is from 2am to 2am which is kinda annoying.
Does anybody know how I can configure that correctly?

wary zodiac
#

hey guys how do I get rid of Zwave JS addon? I have Zwave JS UI and Zwave JS keeps trying to reinstall itself causing issues

#

cant have both running at the same time

dusty dock
#

I am running an addon on HA (doods2) for object detection that to my understand sets up a server listener. My HA runs on a VM in a different VLAN, I see in the logs it is running on 0.0.0.0:8080. I am able to connect to Doods2 via example like 10.10.10.10:8080 manually and I see a UI where I can enter my RTSP stream just fine and it looks like it is doing object detction then just fine

#

trying to get it run on dashboard doesn't work though ```yaml
image_processing:

strong sage
strong sage
dusty dock
#

I'm going in pretty blind. never really played with cams or detection much, so was just following guides.

#

so yeah essentially i want image processing just being done on all cams on my dashboard persistently?

strong sage
#

the default scan_interval: is 10 seconds. You could set that to 0 and it would scan constantly but the default may be sufficient for your testing purposes. I'll trigger a scan when motion is detected at the camera (when I'd expect to catch a detection), and then again after motion is no longer detected to clear the previous detections. If you configure the file_out: you'll be able to view the image snapshots from the scan and their detections (if any).

dusty dock
#

Shouldnt I be seeing a green single box on cameras that are in my dashboard if I have them hooked up within the "image_processing" section of my yaml config file and even if I am not getting any other detection at the time though?

#

I also don't see it come up as an entity, which I see in other tutorials

strong sage
#

the green box is the detection area defined for the labels (person, car, cat, dog, etc.) that you're scanning for

#

you won't see the green box on the camera itself. Those are visible on the images logged to the file_out location. I believe frigate might be what you are somewhat referring to (runs constantly and gives the detection areas on the video stream).

tall wren
#

Hi, quick question on diyhue ...... having this error when connecting my hue app....

river wharfBOT
#

@tall wren I converted your message into a file since it's above 15 lines :+1:

tall wren
#

just wanted to narrow down if its a homeassistant or DYIhue befor raising a "ticket" .

zealous fulcrum
#

I could use a hand setting up Nginx. My goal is to get both http://homeassistant.localhost:8123 and https://mydomain.duckdns.org to access Home Assistant but I'm afraid I'm a little daft when it comes to this stuff. I can get one or the other working, but not both.

#

I've watched a half dozen videos and read even more guides. The instructions are inconsistent between them but I've followed them all the same. I've tried both the NGINX Home Assistant SSL proxy and Nginx Proxy Manager add-ons. I've tried forwarding 8123/80/443 to my host machine on those same ports (8123/80/443 respectively) as well as forwarding all three to just 8123.

#

I'm sure it's something I'm doing wrong or misunderstanding.

sly kindle
#

The instructions are going to appear inconsistent depending on what you are doing specifically. There isnt one set to cover all options you've mentioned. You could use Nginx Proxy manager to get the certificate for the DuckDNS domain you have, and then you wouldn't be entering in any http: configuration for the ssl, for example

zealous fulcrum
#

I have the DuckDNS add-on that also manages the cert from Let's Encrypt.

sly kindle
#

yeah, so you could (as one option), disable the part where that add-on is managing the certificate

#

And let Nginx Proxy Manager do it

#

You would forward 443 to 443 and 80 to 80

#

You would delete your http: config

zealous fulcrum
sly kindle
#

DuckDNS addon would not handle the cert

zealous fulcrum
#

It appears to handle keeping the cert updated, but I need to add something to the config yaml.

sly kindle
#

I have the DuckDNS add on that also

stone wing
#

Hi all, is this the right channel to ask a question about Node-Red? I'm kinda stuck between a hard place and a rock concert as I can't install any new nodes through the Node Red Palette manager. All the nodes I've tried fail with a BADENGINE error that the node expected Node 10 through 14 but only found Node v16. Running Node Red 13.2 on a docker/supervised HA 2022.9.7 with OS 9.2 - tried a NR reinstall wihtout success

sly kindle
stone wing
sly kindle
#

yeah i was typing that and then you added more info

#

If you're running OS 9.2 then you have an HA OS install

#

a docker install is only the HA container, and a "supervised" install is a copy of the HA OS environment, but on your own OS (debian)

#

So you're description covers them all 😛

#

They all make use of docker

knotty vessel
#

Hi. I have Z-Wave JS installed, and working correctly for my lights. Now i'm trying to install Z-Wave JS UI. The Z-Wave JS UI shows up, and I can load it, but then none of my devices show up in it. Is there something else I need to configure for it to work? I thought it would just work with Z-Wave JS already running.

brittle night
#

There’s a guide on the zwave js integration page you need to follow

knotty vessel
#

Which guide are you referring to? I tried to follow a guide

knotty vessel
#

Oh. I didn't think I wanted to disable the Official Z-Wave JS addon. Is it possible to just use the control panel from Z-Wave JS UI, while still leaving Official Z-Wave JS addon running?

sly kindle
#

They are two different addons. One has a UI and mqtt option. The other doesn't. You don't use both.

brittle night
#

i think you're confusing what the difference is

#

zwave js addon and zwave js ui addon are using the same driver, the ui addon literally just adds a new UI (user interface) with a control panel that gives you additional features not currently available in the non-ui addon gui)

sly kindle
#

You would now need to migrate from non-UI addon to the UI addon

knotty vessel
#

Why is there a setting: Enable Z-Wave JS websocket server. This can be used with Home Assistant Z-Wave JS integration to discover entities

#

Also, in the write-up for zwave js ui it says: Compatible with the Home Assistant Z-Wave JS integration.

#

But ya, I'm really confused by the wording

brittle night
#

addon is the docker container running zwave-js driver that talks to usb stick / controller

#

integration is what integrates said addon (docker container) with home assistant

#

stop overthinking it and follow the guide lol

#

the ui addon is useful and if you need to come to #zwave-archived later to ask for help it will be better than you're on it (make sure once you're on it to change logging level to debug and to check off the box for log to file)

#

like so

knotty vessel
#

Ok. thanks @brittle night appreciate it. I might make the switch later. I'm happy with the official plugin though

brittle night
#

bruh

sonic shale
#

Just did some updates today and something got fudged up. Connection issues following restarts and everything runs super slow. Removing the DNS address from my router to bypass Adguard seems to fix it. With Adguard enabled, I also no longer have access via NabiCasa.

edgy ginkgo
#

Is there any way for the esphome add-on to see devices in other subnets? I have my main network 192.168.1.x and a NoT network 192.168.2.x. Home assistant runs in the main one and I created a bluetooth-proxy esp32 and added it onto the NoT one. HASS is able to connect to it just fine via the integrations page but the ESPHome add-on does not recognize it, so I cannot access it for updates or anything.

#

Some preliminary searching points toward an mDNS issue, but I'm not sure if that's the case or if I missed a config option somewhere. I'm using all Unifi gear for the network

quiet slate
#

Is anyone else having intermittent connection issues through duck dns?

knotty vessel
knotty vessel
#

I see all of my devices in zwave JS UI, but they don't show the name, locations. I take it I have to set these again in Zwave JS UI?

#

The interface for zwave js ui is nice

strong violet
#

I am facing an issue with esp32, where I have installed my code to the module via ota, but when I try to connect, it says "unable to access esp.local, is it connected to wifi ?"

shut hazel
#

is there something wrong with deconz? my virtual machine on synology has connection to the conbee II stick, yet HA add on deconz is unable to load that and connect to it

#

log entry is not that helpfull: Error connecting to deCONZ gateway

shut hazel
#

never mind, multiple rebooting fixed it

silk dust
#

Using HomeAssistant OS and the nginx add-on, is it possible to change the default port from 443? My router does not allow port forwarding to different ports than the incoming port, and I have 443 already assigned elsewhere

#

I found that setting the server port in the config.yaml can fix it locally, but doesn't appear to work externally, unless I'm doing something wrong (server is port forwarded on new port)

#

One assumption that I had that idk if it's right, is the certificate dependent on the port, that maybe the duckdns addon isn't making a cert with the right port?

covert arch
#

Certs dont validate against ports, only domain

#

What is running on 443?

silk dust
#

A website

covert arch
#

then you need a proper vhost based reverse proxy to host both sites at 443

silk dust
#

So, running nginx differently rather than the add-on?

#

And then on a different machine since I'm HA IO

covert arch
#

not sure if the nginx addon allows such thing but in general it'd be better to have something like SWAG running in front which terminates and manages tls for you

silk dust
#

Technically it's multiple sites handled through IIS for TLS

covert arch
#

yeah no problem, just put it in front of them all

silk dust
#

In theory, if I can figure out how, IIS should be able to pass to HA?

covert arch
#

might get adventurous with iis but yes

silk dust
#

Okay. Not the first time choosing IIS bit me in the butt

gilded summit
#

hey I'm hoping this is the right place to ask for help

#

all of a sudden my node-red motion detection automations stopped working!

#

all entities appear as errors now

#

latest node-red and home assistant

#

moving to node-red channel, my apologies

boreal urchin
#

I recently set up the Vaultwarden add-on and everything is working but I realized too late that I hadn't saved off the Admin Token. 😣 I know the Documentation says "The add-on will never show it again!" but is there a way to get or reset the Token in docker shell or some other way? The only other option I can think of is to re-install the add-on and redo the setup.

graceful temple
#

Hi, trying to write a new addon. It is for a closed source binary (available for i386, armv7 and x64). Do you know of a similar addon (where the correct binary is downloaded depending on the architecture), which I can use as inspiration?

vast grove
#

Hi, I am trying to find out how to use the grafana extension, but to use my previous grafana instance for the dashboards etc.... I have a docker that I've been using. I did not see where I could use that instance's database. Does anyone have experience with this?

orchid iris
#

Is there a way to install add-ons without internet? While not convenient, at least I could get my HA running what I need despite my connectivity issues

weary stratus
#

Hi there, I have a stupid question. I just flashed a hassio on my sd card and now I want to install the duckdns add-on and a couple of other things on it. however, the HA community add-ons do not contain them... how do I get them shown? What repo do I have to add to the store?

viscid orchid
#

It's in the official addons

tired flume
#

hi guys, i have a question, can i install the vs code addon in a x86 machine? thanks

tired flume
brittle night
#

there's not much to help with man

#

you go to addon page, you install, it installs, you go to webui or sidebar to access it

brittle night
#

upload a pic to imgur showing your addons store

tired flume
#

i have them all except for the vs code one

brittle night
#

oh lol

#

it was renamed to "studio code server"

tired flume
#

f***

#

thanks...

brittle night
#

haha no problem

#

we've all been there

serene crescent
#

Hello, HA / overall noob here, just installed HA on my rasbperry pi for the first time and trying to setup Adguard Home. I got it setup however, when I go to test the adblocking, I set my phone to use the raspberry pi for the dns server but none of my internet traffic is being routed through. My phone is not getting ads blocked and there is no traffic being detected in Adguard dashboard. any help would be appreciated!

late leaf
serene crescent
#

I figured it out, adguard was listening to the wrong ip address. thank you for your help

quiet meadow
#

does the method for anonymous login on mqtt still work?
[9:13 AM]
or can anyone point me to an easy to follow set of steps i can folllow?

stray shell
#

will a backup done through the UI backup add-ons? ex. InfluxDB and Grafana

viscid orchid
#

If you do a full backup, yes

vague egret
#

Hello, I am also new to home assistant and also installed Ad Guard as my first Addon. I figured out that I need to add the Adress of AdGuard showing in configuration to my default DNS Server in my router. (I have an asus router).

Now in the statistics of adguard it shows only the router ip for some reason: 192.168.50.1 no other client. I googled around for hours but didn't find a similiar problem. can anybody help me?

astral walrus
#

Hello, I have been running AdGuard on Home Assistant OS without any issues, but suddenly this morning. AdGuard cannot bind to the eth0 address, it only listen on 127.0.0.1. HA is correctly setup with a static IP

#

This error appears in the adguard logs : [error] creating dhcpv4 srv: dhcpv4: <nil> is not an IP address

astral walrus
#

I fixed the issue by changing/saving HA network configuration and restarting the addon.

weary stratus
#

HI, I am running Studio Coder Serve 4.5.0 and it seems as if png cannot be viewed. It is listen in the toc, but when selected it does open and the page is empty. Does anybody know how to fix that?

vague egret
#

Hello I am currently having a problem in red-node. I was trying to make, based on my garbage calendar, my light turn the color of the garbage bin.
That works as it is inteded too. But now I want to make in red-node a flow where it checks if any garbage can is due. For example:
Recyling is due
Paper not
=> Light should stay on
Recyling is not due
Paper is not due
=> Light should go off.

How can I do this since I tried everything. I need something to check if any "current state" is true. If it is true do nothing if EVERY current state is false do something

solid kite
#

What is the recommended Z-Wave setup ?

#

When trying to setup z-wave. I'm getting an error..

pliant owl
#

can somebody help me troubleshoot my duckdns+letsencrypt+nginx setup? I'm able to connect via duckdns, but not via https://, only http:// (and it's not secure)

pliant owl
#

turns out my router would not forward port 443 like I asked. If I tell it to forward a random port to 443 on my rpi, it works

viral cedar
#

Hey, trying to auto configure an add-on (specifically lets encrypt) through command line. Running supervisor install. I tried editing /data/addons.json in the supervisor container where the configuration is seen, but it seems to not be the same place where the addon uses. When LetsEncrypt addon starts it reads in different values, and resets the addons.json.
Any ideas where the add-on configuration is stored? (and can be edited)

halcyon saffron
#

Is there any way of changing the defaults from esphome when you enroll a device via the gui? I'de like to add some things like a hidden wifi etc etc but can't figure out where this info is

latent ether
#

Is frigate add-on worth it on a pi4 8GB 64bit

night vale
hard cobalt
#

Is the duckdns addon affected by the whole OpenSSL thing?

weary stratus
#

Hi, I have a problem with uptime kuma. I can't open web ui using ssl cert or nabu casa. Can someone check uptime kuma addon? it seems it lack ssl_key and ssl_cert environment variable

weary stratus
weary stratus
night vale
weary stratus
#

sent it, hope it helps.

rough bay
#

Hi all, my HA is filling up, I've originally assigned 32gb to it, which filled up, gave it a little more at 36gb and now it's almost full again. Where can I find the DB file to see what size it is? Or any other ideas? It's running at a VM in unraid

finite bough
#

Hi, i was wondering if it is possible to make a local proxy in my home network without opening any ports. Im not really familiar with proxies. I want to make one that i can connect to from my home network, meaning i wouldnt use it outside of it (i have my reasons). I have seen that there is the nginx proxy addon, but it seems to need open ports. Thanks

weary stratus
#

as i know yes. I use nginix ssl proxy and i'm connecting on it only over my local network. Fore remote connection i use nabu casa.

foggy tendon
#

Henlo friends. I had the UniFi Addon installed long time, without beeing able to update - so i backuped the settings, uninstalled it and reinstalled it. At least that was the plan. Didnt work. Does anyone know, which criteria i am not meeting ? Home Assistant 2022.10.5
Supervisor 2022.10.0
Operating System 9.3
Frontend 20221010.0 - latest

#

The Addon says: this addon is incompatible with your operating system or the processor of your device

#

i am running hass on a raspberry pi

#

its a Raspberry Pi 3b+

#

as of now i am not able to manage my UniFi Devices as i dont have a controller anymore 😦

slender temple
hollow arch
#

Hi all, anyone here, who uses homegear as hass add-on to connect with max devices? I have some issues...

stark kestrel
#

Hi ! So im back from yesterday, and i've got some question. First, i'd like to install this https://github.com/denkyem/home-assistant-moonraker
i want to keep the file moonraker.yaml separate from the configuration.yaml as to keep it tidy, but i haven't found a way to add the include

#

i have read the documentation, but i probably don't understand something

#

i've tried
-customize: !include moonraker.yaml
-moonraker: !include moonraker.yaml
-sensor: !include moonraker.yaml

viscid orchid
#

it says this:

To have all this sensors available on your Home Assistant you just need to copy moonraker.yaml to your packages folder and make sure you update the IP address.

#

you seem to have added -moonraker: !include moonraker.yaml

#

which isn't what it said

#

it seems like you've tried a bunch of random stuff that's not in the docs

#

don't do any of that

stark kestrel
#

but then what is the package folder?

#

In file editor, the folders i have are: blueprints and tts

viscid orchid
#

none of this is an addon

stark kestrel
#

sorry i'm really new to home assistant...

viscid orchid
#

yeah

stark kestrel
#

i'm honestly really lost in all of this hahaha, but ill look at your link and see what I manage to do

#

thanks

west basin
#

if I'm running HA OS, and assuming I have the SSH addon, how can I get docker access to some other addon?

sly kindle
#

@west basin if you mean to use docker commands to access a running container, you need the community ssh addon with protection mode disabled. Keep in mind nothing you edit in a container will persist though

west basin
#

That’s exactly what I meant. I want to debug why my ebusd addon is not working and I suspect I have to run some commands myself to gather more info

#

The protection bit was the key part here

rain steeple
#

im trying to start the terminal ssh addon. i keep getting the error that the ssh port is disabled. i specified the port as 22 in the addon config section.

#

what am i missing?

sly kindle
#

@rain steeple it should start even if that's disabled. Is there some other error showing?

rain steeple
#

no, im going to try the ssh & web terminal addon

#

ok, that add on works

#

other one must be broken

vague egret
#

When I set up DuckyDNS it doesn’t work for some reason. I added the token from the dashboard of duckydns. All fine. I made a port forwarding with 443 to 8123 and 8123 to 8123.

Once I try to connect to the url it will open the router login screen,
Once I login trough external network it won‘t connect at all.

Any solutions or where I can look at to fix it?

lament hollow
#

Hi. im prety new to Home assistant I yesterday had setup Vaultwarden and everything worked gate untill today i tried to access the https://vault. (myDomain) and nothing loaded and if i look into the log of Bitwerden the last thing that stands there is :
[INFO] No .env file found.
[2022-11-02 17:40:27.776][vaultwarden::api::notifications][INFO] Starting WebSockets server on 0.0.0.0:8080
[2022-11-02 17:40:27.785][start][INFO] Rocket has launched from http://127.0.0.1:80
[17:40:28] INFO: Starting NGinx...
anybody has an idea what to do? Thanks

#

The sam is with the acess to home assistant over the domain and not the local

weary stratus
#

Will uptime kuma get ssl support? Configuring sub domain in nginx is really hard to do and I cound't do it.

zenith glen
#

working on setting up maria DB , and while setting up db_url recorder it has password to set on the line itself. how to pass the password from secret ? like how we send for variable !secret password

db_url: mysql://homeassistant:password@core-mariadb/homeassistant?charset=utf8mb4```
spiral olive
#

I saw that Adguard is from a Russian company. Why does HA promotes that instead of pihole?

weary stratus
#

😄 oh man. Maybe you should leave home assistant and linux community in general.

covert arch
stark kestrel
#

alright ill turn to here.. I can't get the addon ssh & web terminal to work

#

i keep getting an error

modest token
#

... which error?

viscid orchid
#

'an'

tropic vector
#

I know that there are essentially 2x SSH addons. I only got the basic one working (Terminal & SSH), and not the more advanced "ZSH" version (SSH & Web Terminal) working. Apparently, I didn't do the manual config after install and before starting. I can now have both of them working (not at the same time though).

viscid orchid
#

you technically can by giving them separate ports, but the SSH & Web Terminal addon is a significant superset of the other one, so there's no need to have both

tropic vector
#

I do like the commands of Terminal & SSH since "help" is a command option, whereas it isn't for the 2nd one.

#

Is there a good tutorial where you can add "packages" to addons?

viscid orchid
#

what do you mean?

tropic vector
viscid orchid
#

those are some packages, yes

feral compass
#

Is there a way to run HomeBridge alongside HASS?

covert arch
viscid gate
#

Hi, anyone got the swiss army knife custom card installed from hacs?

#

i am struggling with installation

vague egret
#

Duck DNS Forwards to Router and not accessible

nocturne berry
#

hey, anyone has a issue with the file-editor after updating to 2022.11 ? Mine looks empty, no folders, no configs. Cache is empty, tried several Browsers including HA Companion App.

lament otter
#

Have you checked the logs for it?

nocturne berry
muted robin
#

Has anyone attempted to install eWeLink add-on on Home Assistant 2022.11.0
Supervisor 2022.10.0
Operating System 9.3

#

..while having remote access through duckdns?

#

...is there a way to pause it (without getting locked out)?

sly kindle
tropic vector
#

I'm not sure how the non ha help is implemented in the first one, but I kind of wish it was implemented in the 2nd one.

#

Still learning all of this stuff

#

Looks like help is a bash-ism for the first one, so makes sense that the zsh version doesn't do that now.

zealous fulcrum
#

I've installed Maria DB but I can't figure out how to connect to it. I've set the password for the default username in the config and rebooted, but when I try to connect from Node Red or SSH to localhost:password@homeassistant/homeassistant I get "Error: connect ECONNREFUSED 127.0.0.1:3306". Any ideas?

#

The phpMyAdmin addon can connect to it though.

#

Ah, the host needs to be core-mariadb 🙂 Asking for help always works...

quick patio
#

Is there someone wow knows how to change date format in time series of Grafana

misty niche
#

Anyone else been having problems with the Mealie addon since the 2022.11.1 realease?

clear zinc
#

hi, upgraded today to 2022.11 and now all addons are gone, and even the addons link is missing in the settings section, i need to restore this asap no heating without zwave 😦 any hints would be great, ty

prisma tendon
#

anyone use the plex server addon?

#

I need to know if there is any way to access the plex UI from the addon or maybe any way to play the videos using HA OS (x86) right on the machine running the server

weary stratus
#

il faut mettre et seulement mettre 443 port wan vers 8123 port lan moi ce que je mets c'est 443 vers 8123 si je veux etre en https et une ligne 8123 vers 8123 en http. mais en cochant soit l'un soit l'autre. le module duckdns bloque de toute facon le http

#

😩

sly kindle
#

@weary stratus HACs is not an addon, and it doesn't offer addons.

#

this is the wrong channel

#

oops, meant to tag @viscid gate

unborn ermine
#

I'm running Home Assistant Blue and was looking to forward logging to a remote syslog server. Only addons I could find are dealing with HA in a docker forwarding logs, but not the os install that comes with Home Assistant blue. I did try adding my rsyslog server to /etc/rsyslog.conf and it didn't do anything. Is there any addon or function that I missed?

covert arch
#

is that a supervised install?

#

you want to put a config file in /etc/rsyslog.d/
mine logs to graylog and contains
*.* @graylog:5140;RSYSLOG_SyslogProtocol23Format

unborn ermine
#

I don't think home assistant blue is a supervised install. I was always confused by all the installs though

lament otter
#

It's running Home Assistant OS

unborn ermine
#

thanks- and I found any addons that will log to anything but docker

unborn ermine
#

does that only send notifications to the rsyslog server though?

#

I'd like to be able to get all my error logging done there

covert arch
#

I was wondering why you are able to write into /etc

#

because there is no /etc/rsyslog.conf in haos

unborn ermine
#

it didn't have any complaints about me creating the file in /etc

#

but even then- what would be the supported way to use an rsyslog server with an haos install? and I'm extremely surprised to see that there doesn't seem anything baked into the os in the first place

covert arch
#

haos comes with the bare minimum to run what needs to be run and thats it. embedded devices have limited resources

quiet lava
#

how do I completely remove an add-on, I installed scrypted and somehow the install went bad and i need to reinstall

unborn ermine
#

I assumed Home Assistant Blue would be a good way to run it when I saw it being touted by Nabu Casa. A but frustrating.

covert arch
#

Pretty sure blue can also run any other install method.
I‘d go with debian and a container install

unborn ermine
#

I have been wanting to start over, I know so much more about HA than I did when I got the blue

distant hazel
#

Hi all. when I attempt to change the configuration of an addon, I get the error in the log "Can't update Home Assistant access token!" any ideas?

distant hazel
#

somehow I got with an ip_bans file , prevented everything to load

gentle ravine
#

hello, i'm having trouble updating my packages in node-red via palette manager, this error comes up in log: [err] ENOTEMPTY: directory not empty, rename '/config/node-red/node_modules/node-red-node-email' -> '/config/node-red/node_modules/.node-red-node-email-9kimBKpy' any idea how i can do this, i tried the terminal addon but it refuses to start. is there a built in terminal in HA?

distant hazel
#

are you running hassio? the addons should be updated by going to http://IP:8123/hassio/dashboard sekect the zigbee2mqtt addon and check for a new version; latest version is 1.28.2

eager quartz
prisma tendon
#

hey anyone use the plex server addon?

royal locust
#

I don’t know what the deal is but I can’t get the frigate add on to start. I start it but then no logs show and when I try to open the frigate web ui it says the add on hasn’t started. Any ideas? Home Assistant 2022.11.1, Supervisor 2022.10.2, Operating System 9.3 with latest front end. Pi4b 4gb

weary stratus
#

Did you create frigate config file?

royal locust
#

Yeah I created it in the config root

#

I’ve also uninstalled both the add on and the integration and then reinstalled going through the order of operations.

weary stratus
#

And there is nothing in the logs?

royal locust
#

I finally got the logs to show. Not sure what I did differently. *** Config Validation Errors ***


4 validation errors for FrigateConfig
cameras -> front_door_camera -> fps
extra fields not permitted (type=value_error.extra)
cameras -> front_door_camera -> height
extra fields not permitted (type=value_error.extra)
cameras -> front_door_camera -> width
extra fields not permitted (type=value_error.extra)
yaml-language-server
extra fields not permitted (type=value_error.extra)
Traceback (most recent call last):
File "/opt/frigate/frigate/app.py", line 332, in start
self.init_config()
File "/opt/frigate/frigate/app.py", line 82, in init_config
user_config = FrigateConfig.parse_file(config_file)
File "/opt/frigate/frigate/config.py", line 942, in parse_file
return cls.parse_obj(config)
File "/usr/local/lib/python3.9/dist-packages/pydantic/main.py", line 521, in parse_obj
return cls(**obj)
File "/usr/local/lib/python3.9/dist-packages/pydantic/main.py", line 341, in init
raise validation_error
pydantic.error_wrappers.ValidationError: 4 validation errors for FrigateConfig
cameras -> front_door_camera -> fps
extra fields not permitted (type=value_error.extra)
cameras -> front_door_camera -> height
extra fields not permitted (type=value_error.extra)
cameras -> front_door_camera -> width
extra fields not permitted (type=value_error.extra)
yaml-language-server
extra fields not permitted (type=value_error.extra)


*** End Config Validation Errors ***


[cmd] python3 exited 1
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.

young mesa
#

hey there, quick question trying to add in iOS themes, but states to use lovelace-ui.yaml, but I am using the UI controlled, where would I put the

background: var(--background-image)

lament otter
#

That is a #frontend-archived question, not addons. But I recommend checking you followed the HACS docs for adding theme support

weary stratus
#

@royal locust you see that you have problem with config file. It's hard to write it in begginig so keep it simply stupid.

young mesa
#

yeah did forgot to restart

#

plus you dont need to edit anything now, appear in the user backend

#

thanks 🙂

weary stratus
#

@young mesa you need to add fronted themes in configuration.yaml
Check the doc. That's why you need restart

royal locust
#

I just can’t figure out what the problem is. I’ve followed many different guides, including the guide on Frigate.

#

I’ve been messing with this for 3 days now

weary stratus
#

Spacing probably. Drop everything out except the bare minimum.
When you start it try adding things.

lament otter
#

Make sure the YAML is valid

royal locust
#

Ok thank you

weary stratus
#

Hi All, i'm having trouble to start the Zigbee2Mqtt Addon

#

How do I add pictures here? Tried to drag and drop and was not allowed to...

#

Is that blocked?

#

Thanks a lot guys and ladies!

river wharfBOT
#

Please use a code share site to share code or logs, for example:

Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.

ornate hound
#

can someone help me with terminal & SSH? This documentation is killing me. I cannot for the life of me figure out how I can just log in with my Home Assistant username/password on terminal

#

If I specify a password in the config I can't figure out what username that password is actually supposed to be for

lament otter
#

You can then connect to the port specified, using the username root.
From the docs, so did you try root?

ornate hound
#

yeah root doesn't work. I saw one comment on a forum that mentioned this add-on changes root to homeassistant or something

lament otter
#

Well not according to its documentation it doesn't.

#

Did you make sure it's the right port?

ornate hound
#

it's directly in the web terminal on home assistant

lament otter
#

You shouldn't need a username or password there

ornate hound
#

I agree but when I tried wget -O - https://get.hacs.xyz | bash - it didn't work so I assumed I needed to log in

lament otter
#

Explain "it didn't work"

ornate hound
#

oh my god I'm so sorry. I just fat-fingered it 🤦‍♂️

#

I've been at this too long today I think

#

thanks so much for participating in my wheel-spinning though I appreciate you trying to help

uncut garnet
#

Please DO mention my name if you can help

sly kindle
#

@uncut garnet added ok here. That's not an add-on. It's a custom integration and you add the repo to HACs

ocean pawn
#

Should you be able to connect to your HA instance's IP on port 80 to access the AdGuard add-on web interface

#

(because I can't)

bitter skiff
carmine needle
#

Hi! I have a Sonoff 3 ZBDongle-P. Do I need to firmware flash it in order for it to work with Zigbee2mqtt? If I do, what do I need to flash it with if I want to revert to ZHA?

uncut garnet
#

Good morning Cogneato

brittle night
carmine needle
brittle night
carmine needle
#

Great, I'll check it out - thanks! 🙂

versed patio
#

Hello! Can someone help a total noob (and idiot) figure out how to implement SSH. The videos I watch have different options to do with keys whereas the only option is for password - how do I setup the username and password for the SSH. I read the documentation and it just says config user/password. Anyone able to spend a little bit of time to help me?

real ice
versed patio
real ice
#

@versed patio the username and password are defined in the config. You make them up on the spot and put it in there.

#

I have a serious issue since the last update of Node-Red it fails to start. The logs are shown here https://dpaste.org/BaoVb
What do I do to downgrade Node-Red or to fix the issue? I just found out my backup was not running anymore.

merry frigate
#

hello!
i've have Nginx Proxy Manager Add-on (Frenck's one) working on HA for months.
But i have an issue when i connect to homeassistant:8180, my id/pw does not work anymore, like a reset with default password, and no hosts sets ! BUT trafic still proxied as mormal (i got trace on add-on's log!). But can edit anything now...
This happens already once, and last time, i had to reset and set all my hosts again.
Any ideas to fix this ?

bitter skiff
young mesa
#

is this a good place to ask a question about SONOFF LAN ?

#

or wrong channel ?

weary stratus
#

maintenant je ne peux plus me connecter via la tablette... j'arrive à la page du mot de passe, mais apres entree du login mot de passe... j'ai le message : Error: Login blocked: User cannot authenticate remotely

#

Login attempt or request with invalid authentication from lfbn-idf2-1-352-72.w82-123.abo.wanadoo.fr (82.123.7.72). Requested URL: '/auth/login_flow/5943129e6bfe5cc2f61708c2ca1b5259'. (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36)
17:01:45 – (AVERTISSEMENT) HTTP

young mesa
#

@weary stratus do you have bad password count enabled ? and block after 5 bad attempts?

Avez-vous activé le nombre de mots de passe incorrects ? et bloquer après 5 tentatives infructueuses ?

weary stratus
#

merci

#

thank you

young mesa
#

If you have bad login counter enabled and then block, you need to remove the block

weary stratus
#

j'ai eu le ip_ban_enabled before this day

#

but i have changed ip_ban_enabled to False.

young mesa
#

yes but you still have the IP in the blocked files

weary stratus
#

how to do for not have this blocking file ?

young mesa
#

there should be a file with the blocked IPs

#

I only read about this, havent done it myself

weary stratus
#

i have read on en /config/ip_bans.yaml ? but i dont find this file .

young mesa
#

have you setup https ?

#

are you using local IP or real address ?

#

when I switched to https using duckdns local sign in blocking on the user stops

weary stratus
#

on local every is good.... i can login with my adress 192.168.....:8123

bitter skiff
#

Settings -> People-> Your user-> Can only log in from the local network, needs to be disabled

weary stratus
#

this is not my external url

young mesa
#

I log only bad logins, but I enabled 2FA

#

using google with the qr code

#

see if that works

weary stratus
#

yes i have "ne peut se connecter qu'a partir du reseau local"....

young mesa
#

anyone know anythign about SONOFF LAN here, I have a sonoff bulb that is showing as a switch the UIID is 135, but there is not device with the UIID 135 in the sonoff files

#

Vous devez changer cela, si vous vous connectez avec l'URL duckdns, vous n'êtes plus local

weary stratus
#

j'ai décoché le selecteur "ne peut se connecter qu'a partir du réseau local..." et ca marche

#

I unchecked the selector "can only connect from the local network..."and it works

#

thank you 
DIPDIPOTATOCHIP

#

NSX

young mesa
#

no problems

#

sonoff lan, anyone able to help ?

weary stratus
#

modify the files on home assistant with the real uid = 135

young mesa
#

where is 135 defined though ?

vague gorge
#

Hello Dears,
after restoring a backup I miss the Icons from my installed add ons
it seems also that I am not able to load any new add onn

trying to add the reposatory link gets error because the link allready exist

I really dont know what to do
hope someone can help me

weary stratus
#

i think that sonoff have been upgraded and the uiid has been modified

young mesa
#

in /config/custom_components/sonoff/core/devices.py
it jumps from 133 to 136

#

my uiid on the bulb is 135

#

B02-BL = uiid 135 and is picked up as a switch and not a bulb

weary stratus
#

may be to paring the sonoff . may be to flash tasmota like 'freres poulains'

young mesa
#

I am trying to stay complete tasmota free

#

my guess its a new bulb that not added or defined in the sonoff lan

vague gorge
#

Hello Dears,
after restoring a backup I miss the Icons from my installed add ons
it seems also that I am not able to load any new add onn

trying to add the reposatory link gets error because the link allready exist

I really dont know what to do
hope someone can help me

young mesa
#

NAILED IT .......... added

135: [XLightB02, RSSI], # Sonoff B02-BL

to /config/custom_components/sonoff/core/devices.py

and now bulb is seen as a light and also has temprature color and dimmer

weary stratus
#

et bien je comprends !!! vous avez sauvegardé l'ancien numero du sonoff et donc restauré et le uiid sonoff a changé.

#

well I understand !!! you saved the old sonoff number and therefore restored and the ui sonoff has changed.

young mesa
#

found the UIID in the download diagnostic, and found that it was missing in the devices.py that defines them

weary stratus
#

faut chercher la commande pour virer le uiid de l'ampoule et mettre celui du sonoff à la place. Mais c'est quel appareil ? un interrupteur ?

#

you have to look for the command to turn the uiid off the bulb and put that of the sonoff instead. But what a device ? a switch ?

real ice
bitter skiff
#

You bet

weary stratus
inland tapir
#

hi

#

i have my nas box running and i wanted to backup HA to it
before i used DD to image the sd card from the pi that runs HA
but as it's a 32 GB card it takes almost 12 hours or more
i have a samba share on the NAS
and i even tried the SAMBA backup add on but it starts and then dies
and the watchdog does not start it again

#

trying it again to rule out typo's etc

inland tapir
#

naahhh.... 1 GB a min with a cardreader direct in my NAS box

#

not worth the extra jumps

lament otter
#

My daily samba backups don't take anywhere near that kind of time. But you don't want a full image from the card, just a HA backup

modest token
#

Yeah, use the built-in or add-on backup solutions. No need to backup the full box. Especially if it's haos

modest token
#

influxdb add-on vs side-by-side install.... pros and cons??

covert arch
#

if there are cons it'd be with the addon

#

one of them would be that your backups get larger

crude swift
#

Hi. Anyone up on setting up MQTT with Mosquitto broker? I've got Mosquitto installed, but the MQTT integration "fails to connect".

tropic vector
#

For the Terminal & SSH addon (bash), is there a way to have it run commands on addon startup?

#

😦 So it looks like it is only supported by the ZSH SSH addon instead.

queen pelican
#

I set it up just the other day in my Kubernetes cluster lol

#

I had my own set of hurdles to jump over, but once I got it running and accessible, HA connected to it with no problems

autumn rapids
#

When Rhasspy (Jr) changes state on a device the hassio logs don't hint that it was done by Rhasspy it says something like "turned off triggered by service switch.turn_off" is there a way to fix that? is it an issue with the Rhasspy addon or something else?

crude swift
#

@queen pelican Thanks for the suggestion - will try it out

prisma tendon
#

anyone use plex addon? can it play stuff directly on the HA server?

covert arch
#

wdym directly?

crude swift
#

@prisma tendon Same question here... Trying to figure out if there's an advantage to having it in HA.

prisma tendon
# covert arch wdym directly?

I mean I wanna switch to x86 native without VM and will still need to play movies on the Ha machine so I'm trying to figure out if the add-on will let me do that

#

Right now I am running ha in a VM in Windows and also Plex server in Windows

prisma tendon
prisma tendon
#

no one?

#

I'd install it just to test, but my ha is broken

sly kindle
#

@prisma tendon the addon is Plex server. It won't have a function for playing movies on the HA machine itself

prisma tendon
tame kestrel
tame kestrel
#

thx

frank flicker
#

I've just reinstalled HA and imported a backup and all my addons are greyed out and you can't start them

#

I have no idea why

sly kindle
#

reboot the host

#

@frank flicker settings > system > hardware > 3 dots in the upper right

frank flicker
#

gotcha just did that yeah

sly kindle
#

It's always good to reboot after a restore anyway

#

a full restore

frank flicker
#

I forgot you can restart the whole thing instead of just HA

unborn wave
#

I have ESPHome installed but it doesn't show up. It does show up in the sidebar. but when I click "Start" it just acts like it tries to start and then all the sliders go gray again and "Open WebUI" is not available

#

Well... after another reboot it now shows that it is started.... but my device doesn't show up. 😦

sly kindle
#

an existing esphome device?

unborn wave
#

yes

#

I deleted it from the integration page earlier and when I restarted HA it was discovered

#

but It doesn't show up when I go to the ESPHome. I only see "+ new device"

unborn wave
#

Stinks because now I can't edit it

zinc terrace
#

Occasionally my AdGuard DNS rewrites stop working then start again. I particularly notice this when trying to reference systems on my network from HA. Anyone know why this could be?

#

Right now for instance I can't ping my desktop by it's local domain name from my laptop or from HA. I can see that it has broke a few times today for 5-10 minute intervals and then recovers

#

Actually I just looked at the intervals again and they're all very close to 10 minutes except for one which was almost exactly 1 minute

crude swift
#

@prisma tendon I sure am - within Unraid

lunar matrix
#

Failed to install add-on
Can't install homeassistant/amd64-addon-ada:1.2.0: 404 Client Error for http+docker://localhost/v1.41/images/homeassistant/amd64-addon-ada:1.2.0/json: Not Found ("no such image: homeassistant/amd64-addon-ada:1.2.0: No such image: homeassistant/amd64-addon-ada:1.2.0")

modest token
#

@frank flicker did reboot fix it? did for me, a few days ago, same situation

lunar matrix
#

I am also getting:
Can't install homeassistant/amd64-addon-almond:3.0.0: 404 Client Error for http+docker://localhost/v1.41/images/homeassistant/amd64-addon-almond:3.0.0/json: Not Found ("no such image: homeassistant/amd64-addon-almond:3.0.0: No such image: homeassistant/amd64-addon-almond:3.0.0")
I was able to install 'File editor', just to make sure that it wasn't a blanket issue with my addons.

modest token
#

Seems like a network issue, with your docker talking to the internet. The image itself exists...

❯ docker pull homeassistant/amd64-addon-almond:3.0.0
3.0.0: Pulling from homeassistant/amd64-addon-almond
6552179c3509: Pull complete
3638c4b8f6a8: Pull complete
59c998995bb4: Downloading [=========================>                         ]  101.9MB/203.1MB
71290bb89931: Download complete
low patio
#

Can someone help me with LocalTuya maybe ?

lament otter
tough saffron
#

Hello, I seem to have a weird issue, today I have retried the Samba, and it gives me error 0x80070035 whenever I try accessing the discovered network device. Any idea? What could've happened over night for the Device to be unaccessable from Network in Windows?

short ferry
#

Hi, I migrated to a VM / Z2M and EMQX work just fine but I can't connect MQTT to Node Red whatever I try! Tried with the localhost, container name, local IP... https://imgur.com/a/Jp7aIqI // when I use the add-on hostname I have "Error code #0024: Error: connect ECONNREFUSED 172.30.33.3:1883"

lunar matrix
zinc terrace
#

Occasionally my AdGuard DNS rewrites stop working. I use these DNS names to reference a lot of my machines from HA so it's been kinda frustrating. Any idea why this might be happening?

#

When they're down it seems to be for about 10-11 minutes

bitter skiff
#

Is the DNS server responding otherwise... or is it not and using an alternate

zinc terrace
bitter skiff
#

Through adguard though?

zinc terrace
#

I actually just looked at the logs for AdGuard and during those times it seems like it wasn't working it shows DNS rewrites happening

zinc terrace
bitter skiff
#

and your clients use that and only that w/o an alternate?

zinc terrace
#

I'm not completely sure if the client doesn't have some other fallback

#

How could I verify?

bitter skiff
#

Clent is Windows? Linux?

zinc terrace
#

I've seen it from HAOS which is linux and also noticed it from my laptop which is a mac

#

I have a sensor which checks SSH availability on my desktop and I see it going unavailable periodically which I'm pretty sure is because of the DNS issue

#

Occasionally I'll also try to SSH from my laptop to desktop and it doesn't work as well

weary stratus
#

hi all hope this os the right channel. Im running HassIO and today all my zwave devices went offline. I went to check the add-on page to see if my zwaveJS was running, and the entire "add-ons" is blank, just a white page. Checked with another browser, checked for blockers.. nothing. however I can access the zwave JS from the side menu..so it appears to be running somewhat. only tried a reboot at this moment.

bitter skiff
#

Name Servers will be what it's using

#

I'm not a Mac person, but I imagine cat /etc/resolv.conf may have your DNS servers there

zinc terrace
#

Using nslookup on my mac (I wish I wasn't a mac person either, work laptop) it also says my router is the NS

bitter skiff
#

That doesn't mean there isn't an alternate though, too

zinc terrace
#

Strangely on my linux desktop it says "127.0.0.53" is the nameserver

#

Probably some local service

bitter skiff
#

In your log though... where you're seeing them being processed where they don't seem like they are, does it think it's responding correctly?

#

Like not NXDOMAIN or anything

zinc terrace
zinc terrace
bitter skiff
#

and that means you see the response you'd expect in the logs?

#

Processed w/ the correct IP address in the A record?

#

What's the behavior on the client.... are those acting like it's getting NXDOMAIN?

zinc terrace
#

Well like if I ping the rewritten domain name it fails from my laptop for instance

bitter skiff
#

"fails"

zinc terrace
#

ping desktop.lan for instance

#

Trying to see if I can find an error message

bitter skiff
#

Can you rewrite the lan TLD?

#

I thought that was reserved

zinc terrace
#

Regarding the AdGuard logs, it just says A and AAAA rewrite rules are happening even during that time of apparent downtime

#

Yeah I can use something besides lan, but that seemed commonly used

bitter skiff
#

How does ping fail though.... something like "can't find host", or...

zinc terrace
#

I think so but let me see if I can find something

zinc terrace
zinc terrace
#

What tests could I try when the DNS doesn't appear to be working?

#

I might set up some kind of alert when the local DNS appears to be malfunctioning so I can test things more

bitter skiff
#

I'd at minimum try something like dig @adguard.ip.here scott-desktop-linux.lan to see if there isn't something else on the OS that's fetching from another server

zinc terrace
#

Ok will try that

bright fog
#

How can I install add-ons for HomeAssistant OS?

sly kindle
#

@bright fog you find it in the store, but the SSH add-ons and others required advanced mode to be enabled

bright fog
#

what store?

sly kindle
#

Settings > Add-ons

#

Lower right corner is the button for the store

bright fog
#

Thanks

sly kindle
#

There's two SSH add-ons to choose from. The community one has more features

bitter skiff
#

If I open up a .js file (just one from www/community), code-server seems to run wild. Obviously one "solution" is to not do that... but any ideas what's up w/ that? It spirals out of control so much that the whole VM needs to be reset, it never calms down.

https://imgur.com/a/hwRb8aS

viscid orchid
#

They're usually minified and often end up as a giant, incomprehensible line, but I wouldn't expect that to bring VSCode down. It does look like you're just about out of RAM

#

I believe that the recommendation is 4GB+

bitter skiff
#

Gotcha, I could double it to 4GB and see if that changes anything

versed wren
#

**Can someone suggest what I need to do to expose my mosquito add-on to the interwebs with port forwarding not an option? **
I'd like to get some non local devices talking to my hass using mqtt but my 5G internet connection makes port forwarding very difficult due to oddities with the way IP addresses are provided meaning dynamic DNS isn't possible.
As such, I use cloudflared for most things http and with my hass setup I have both cloudflared tunnels and nabu casa on the go at once. But from what I can tell, cloudflared does not play nicely with things that aren't designed to be websites so I'm not sure how I can expose my mqtt broker. Can anyone advise what I need to do or if it's a no go?

versed wren
#

Can someone suggest what I need to do

flat valley
#

Hiya, I'm trying to setup cloudflared, but when I click on my domain to authorize the tunnel it says "Method not allowed". I'm not sure if this is a cloudflare issue or a me issue 😕

stiff grove
#

Can someone help me diagnose why I can't get remote access working?

  • I installed the DuckDNS add-on and configured it with my domain and token
  • forwarded ports 443 and 80 to my pi
  • installed nginx proxy add-on and configured it with my domain
  • put the http config in
    but when I go to access my domain I get ERR_SSL_UNRECOGNIZED_NAME_ALERT
lament otter
#

Did you do Let's Encrypt SSL certs?

stiff grove
lament otter
#

Ah, I don't remember that bit.

stiff grove
#

I believe it does

lament otter
#

Which makes sense. But the certificate has an error. You've double checked for typos I presume? 🙂

stiff grove
#

Yeah, I've even tried creating a new domain and token

lament otter
#

And that's definitely the one that was generated with your latest DuckDNS setup?

stiff grove
#

Yep, I can try deleting it and regenerating it

lament otter
#

Well I wonder if using the Let's Encrypt option in the DuckDNS add on is perhaps the next thing to try

stiff grove
#

Yeah, that's what I am using to create the certs

lament otter
#

Did you restart after updating the http configuration.yaml entry?

stiff grove
#

Home Assistant, yes

lament otter
#

Just double checking 🙂

stiff grove
#

Do I need to edit external access section?

lament otter
#

As in set the domain? Yes

stiff grove
#

Sadly no help

#

same error on the webpage

lament otter
#

And you've got 443 forwarded to 443, and 80 to 80 in the router?

#

(Someone in the forums had forwarded 443 to 8123 I see)

brittle night
#

Save yourself future trouble and just use cloudflare man

stiff grove
#

Got a guide to cloudflare?

#

Correct, 443 to 443 80 to 80

lament otter
#

It's also worth clearing your cache/trying another browser/device too. Just to be sure it's not a caching issue

bitter skiff
flat valley
#

ah okay

#

no worries then i'll try again in a few days

#

CF is usually pretty fast to fix things

stiff grove
#

Now for some reason I have to use https for local IP access

lament otter
#

Yes, that's expected

rocky crag
rocky crag
stiff grove
#

domain still isn't forwarding to ha though

lament otter
#

There's nothing in the HA logs?

#

You may need to set the trusted proxy, it's been a while since I used DuckDNS though

stiff grove
#

Its set according to the nginx documentation

#

Ima give up for now, I'll try cloudflare when its working lol

lament otter
#

It might also just be worth rebooting the host machine tomorrow and seeing if it works there and checking your HA logs as well as the add on logs for errors

glacial gorge
#

Thanks in advance

quiet beacon
#

I'm trying to move my influxdb information from my rpi to another installation. Making a backup keeps failing, so I can't just restore to the new setup. Is there another way to do it?

stiff jackal
#

Hi there, setting up a custom domain with NGINX HA ssl proxy. I'm wondering if I'm missing something or if its a dns issue.
cert's are okay, checked their presence under the /ssl direcotry. Added the trusted_proxies in configuration.yaml

domain: x
hsts: max-age=31536000; includeSubDomains
certfile: fullchain.pem
keyfile: privkey.pem
cloudflare: false
customize:
  active: true
  default: nginx_proxy_default*.conf
  servers: nginx_proxy/*.conf
weary stratus
#

use dnsrewrite on ssl host if you want it to resolve as local ip

versed wren
stiff jackal
weary stratus
#

If you want to access it over net you should use port forwarding on your router

stiff jackal
#

that is setup aswell

#

is setup like: local ip home assistant host -> open 443 Internal and external TCP

stiff jackal
weary stratus
#

I don't know.

stiff jackal
#

I got the ssl through the let's encrypt add-on with my cloudflare api token

weary stratus
#

I know that I can't access my ip from net as my provider doesn't allow publici ip for users. We are all behind nat. But I'm using ssl cert for local network.

stiff jackal
#

It should be possible for me as the provider allows it

limber tundra
#

If my add-on registers a zeroconf service without host_network:true in the config, can it still be used by integrations to detect and connect to the service? It seems like the container has no way of broadcasting the service to the outside if I don't expose the port, but the port is already in use by the host if I try to open it. If I enable host_network:true, then another part of my add on gets troubles

eternal finch
#

Something weird is happening since last update, my mqtt is getting errors. It works, stop works, work again, stop wok again, work again.

#

Logger: homeassistant.components.mqtt.client
Source: components/mqtt/client.py:704
Integration: MQTT (documentation, issues)
First occurred: 09:46:36 (5 occurrences)
Last logged: 09:59:56

Disconnected from MQTT server homeassistant:1883 (7)

#

HA VS 2022.11.2

eternal finch
#

Logger: homeassistant.components.mqtt.client
Source: components/mqtt/client.py:719
Integration: MQTT (documentation, issues)
First occurred: 10:23:42 (367 occurrences)
Last logged: 10:24:03

No ACK from MQTT server in 10 seconds (mid: 521)
No ACK from MQTT server in 10 seconds (mid: 522)
No ACK from MQTT server in 10 seconds (mid: 523)
No ACK from MQTT server in 10 seconds (mid: 524)
No ACK from MQTT server in 10 seconds (mid: 525)

#

=/

stiff jackal
#

installed and setup the nginx proxy manager, linked all the correct stuff still getting a 522 error anyone got a good understanding of this?

stiff jackal
#

fixed it

#

forgot to forward port 80

novel birch
#

Hi all, I've just added Adguard and it is something strange with it, i got just one localhost address and have no clue how to configure router (i can guess the ip of my HA) but nothing is changing in dashboard (my HA is proxmox) any clues?

quaint copper
#

anyone know of a mastodon addon?

hushed tapir
#

Hi

#

I have hassio and for some reason Nginx is throwing bad gateway. I didn't install nginx so it must be default one. Where I can find some logs/config for nginx to see what's going on?

#

ok actually I do have nginx in addons but getting error in logs:
upstream prematurely closed connection while reading response header from upstream,

#

wokred after HA restart - what a shit

coarse temple
#

Hopefully someone can help me out: problem since 2022.11.2. update, running haOS - proxmox vm, duckdns & nginx + lets encrypt . I cant log into HA using internal or external login. Connection refused. It arose after 2022.11.2 everything worked on 2022.11.1. The log reads: unable to connect websocket repository, failed to connect to mydomain.duckdns & invalid id.
I dont get What has happened & how to fix it. Thankful for response.

gentle gale
#

did Alexa Media Player's functionality get seriously axed? i have some Sengled bulbs that HA was able to control for a while, but now they are saying unavailable

steep ingot
#

anyone know what happens if you are using an addon that was in the dev repository but it then gets moved to the official repository?

#

so far the icon has changed to a puzzle piece but no other changes that I can tell and the addon is still working

broken saddle
#

Is anyone else having problems with ZWave-JS and the Entities after the latest updates? Using the ZWave-JS Settings I am able to send commands to my ZWave devices, but all of the entities in HA say that they are no longer supported by ZWave JS.

Supervisor: 2022.10.2
Opearting System: 9.3
Home Assistant Core: 2022.11.2
Frontend: 20221108.0

Z-Wave JS: 0.1.74
J-Wave JS UI: 1.3.0

#

The exact error on the lovelace UI being, "This entity is no longer being provided by the zwave_js integration. If the entity is no longer in use, delete it in settings."

broken saddle
#

If I go into the Integrations page, I'm seeing ZWave JS failing to setup with the following error:

Retrying setup: Failed to connect: Cannot connect to host core-zwave-js:3000 ssl:default [Connect call failed ('172.30.33.2', 3000)]

bitter skiff
#

Do you have a ZWave JS add-on you could look at the logs for

broken saddle
#

The following error is being logged in the ZWave JS Add-on:

2022-11-10T15:12:15.764Z DRIVER Failed to open the serial port: Error Resource temporarily unavailable Cannot
lock port
Unable to start driver ZWaveError: Failed to open the serial port: Error Resource temporarily unavailable Cannot lock port (ZW0100)
at Driver.openSerialport (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1070:9)
at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:947:5) {
code: 100,
context: undefined,
transactionSource: undefined
}
[15:12:15] WARNING: Halt add-on

bitter skiff
#

In the config, is the device path right?

broken saddle
#

Nothing has changed on that front, but I can change it if you think that would help

/dev/ttyS3
/dev/ttyS1
/dev/ttyS0
/dev/serial/by-id/usb-0658_0200-if00 <---- selected one
/dev/ttyS2

bitter skiff
#

Is there possibly another process already using the device?

#

Like an old ZWave integration?

broken saddle
#

If I go into the ZWave JS UI interface, I can manually send commands to my light switches and they work, so I think the hardware binding with the USB radio is fine

#

I'm wondering if something else might be trying to grab port 3000

#

I suppose I can change it to something else and give that a shot

#

no dice

#

Could something have changed with ZWave JS UI that is binding directly to the USB radio?

#

Ok so this is interesting

#

if I completely disable ZWave JS UI from starting at boot

#

everything works fine

#

the ZWave JS Integration loads

#

the entities are availabel

#

available*

#

if I try to start ZWave JS UI now, I get the serial binding error

#

So something must've changed where both ZWave JS and ZWave JS UI are trying to bind directly to the USB Radio

sly kindle
#

you don't use both add-ons. You use one or the other. One includes a UI and mqtt option and the other doesn't

broken saddle
#

Interesting, I've had it running that way ever since ZWave JS was made available at least 6 months back.

#

I see, so is it possible that all of my entities are tied to ZWave JS and not ZWave JS UI?

#

Because now all of my entity names are coming up as generic manufacturer names instead of the friendly display names I've assigned in JS UI

#

@sly kindle are you positive there isn't a way to run these side-by-side?

bitter skiff
#

I think it's just a matter of ensuring the Use the Z-Wave JS Supervisor add-on checkbox isn't ticked when setting up the integration

sly kindle
#

@broken saddle why would you?

broken saddle
#

I'm reading more into the difference between them, and it's all starting to make sense. I guess what just blows my mind is that I had both of them running together for so long and it never had a negative impact.

#

Right now the "Z-Wave JS" Integration is failing because I only have Z-Wave JS UI enabled. Is there a way for me to repoint that integration to use ZWave JS UI, or do I need to delete it and re-add it? If I delete it, will I lose all of my entities that I have configured?

bitter skiff
#

Are you certain you don't have > 1 ZWave integration? If you look at the related section of your other (inactive) ZWave entities and compare them to active ZWave, those won't be provided by the same integration

broken saddle
#

Yeah, that's the strange part. I just took a full backup to try to re-create the Integration. When I go to add the integration now, it's failing to connect to ZWave JS UI at ws://localhost:3000 and I've also tried ws://a0d7b954-zwavejs2mqtt:3000

#

Is there another step required to configure the integration to point to Zwave JS UI

bitter skiff
#

ws://a0d7b954-zwavejs2mqtt:3000 is the correct address for the UI add on

broken saddle
#

Thanks I got that working and looks like my entities are coming back online

#

So to recap for those that might read this in the future:

  1. I had some zombie configuration that had both addons, ZWave JS and ZWave JS UI both enabled at the same time. Somehow the ZWave integration was pointing at ZWave JS, but I was also able to use ZWave JS UI in parallel.
  2. The latest updates broke this, which turns out, it shouldn't have worked in the first place with this pattern.
  3. I disabled the ZWave JS Add-on and let the ZWave JS UI be the only add-on that is running.
  4. Because my integration was pointing to the now-stopped one, I had to delete it (and lost all my devices/entities), and re-add the integration pointing to Zwave JS UI. When I readded this, all my entities with the same exact names came back.
#

Looking back, I've had some weird reliability issue with HA and Zwave devices, so I had scheduled an automation to reboot it nightly. Now I'm wondering if this prior zombie configuration was the root cause.

#

Thanks @bitter skiff and @sly kindle for your help!

lean jungle
#

I am trying to connect my Magic Home lights to Home Assistant, but with either Discovery or IP address it says that it cannot find it.

#

Any thoughts or suggestions?

lament otter
#

RF

river wharfBOT
pine aurora
#

Hey People!
I´m not sure which channel is the right one, so I just start here
TLDR second post:
I have installed RaspberryMatic with an HMIP-RFUSB, on an Rasp4.
And cant manage to communicate with my devices properly. I took a Backup from my ccu3 and pasted it into RaspberryMatic (and to stop the "thats the problem shouting" I also reinstalled RaspberryMatic clean and tried this too)
Properly means I only have Thermostats and I can send a "boost" order but neither can I change the temperature nor change from auto to manual Mode.
I cant find any new devices, I a device and tried.

#

TLDR:

  • I cant communicate properly with my devices
  • I cant connect any new devices
  • I dont have the original Power Supply but tested two different Powerful ones
  • The HMIP-RFUSB is not at an USB 3 Port
  • The HMIP-RFUSB is plugged into an extension cable
  • Raspb 4
  • I can post a log on demand.
  • my carrier Sense is a 0% - edit, sometimes its at 1%
    Any suggestions?
    Can I read the "noise" level of the HomeMatic frequency with HomeAssistant?
sour needle
#

Hy, i'm a new user in france and i need help to install samba in HAOS (i havnt supervisor...) Thks

viscid orchid
#

You do have the supervisor

#

Go to configuration -> Addons

sour needle
#

How can i add Supervisor to my version of HAOS ?

#

My version Home Assistant 2022.11.2
Interface utilisateur : 20221108.0 - latest

viscid orchid
#

? If you really installed HA OS, you already have it

#

This part of your initial post is inconsistent:

HAOS (i havnt supervisor...)

sour needle
#

Sorry, but i can see that the version of HA havnt the supervisor on the sidebar. How can i add it or how can i Add samba to put files in my NUC to be read in HA

viscid orchid
#

that sidebar icon for supervisor was removed months ago

#

I pointed you to it

sour needle
#

Sorry, to install Supervisor, i have to add in configuration.yaml. But how can we do that

viscid orchid
#

you don't install supervisor

#

did you install HA OS?

#

as you said earlier?

#

seems you keep trying to find a supervisor tab, when it doesn't exist

#

did you try what I suggested?

sour needle
#

I install Ubuntu, Docker and HomeAssistant

viscid orchid
#

then that's not HA OS

#

and you don't have supervisor at all

sour needle
#

Sorry

viscid orchid
#

enabling Samba in a container installation is through your host OS

#

Google can help with that

sour needle
#

Ok i will look for that on Google

patent mica
#

hey. im also trying to install supervisor. i am running on a pi but not sure how to add it to the configuration.yaml file

#

i get this error:

#
You can add this device by adding it to your 'configuration.yaml'. See the documentation for more information.
sour needle
#

where is configuration.yaml and what add ?

viscid orchid
#

You do not "install" Supervisor - you either have it or you don't based on the installation method you chose

#

And you, @sour needle , do not, as we discussed

patent mica
#

i have it installed the HA OS on my raspberry pi - does that work?

viscid orchid
#

yes, you do

#

you don't need to add anything to your configuration.yaml to use the Supervisor, which is part of your install

#

where did that line come from?

#

it is unrelated to the Supervisor

patent mica
#

i was trying to install samba

#

but i couldnt figure it out

patent mica
#
Home Assistant 2022.11.2
Supervisor 2022.10.2
Operating System 9.3
Frontend 20221108.0 - latest
#

it does say this on the ABOUT though

patent mica
#

np

lament otter
#

If it were at the bar, what would it be drinking?

#

And I presume you mean you don't see it on the sidebar, you shouldn't

patent mica
#

maybe i watched an old youtube video then

lament otter
#

Very old. Videos get outdated incredibly quickly

#

But Supervisor's not been in the sidebar for... 2 years or more?

viscid orchid
#

You go to configuration -> Addons

patent mica
#

yeah just figured that out

#

do i need to reboot once i add IMAP to my configuration.yaml file?

#

trying to figure out what happens once you add it and save lol

viscid orchid
#

that's not related to an addon

#

but for that change, yes

patent mica
#

well i had to enable samba add on to get there, sooo, sorta lol