I changed my HA Green to Nuc and run Solar assistant over mqtt. In file editor solar assistant was in homeassistant/share/mosquitto/solar_assitant.conf
The Mqtt only Starts and Work when i Change in the mosquitto.conig from true into false.
but when is change
customize:
active: false
folder: mosquitto
to this
customize:
active: true
folder: mosquitto
the Addon does start but gives me some errors
here is my log:
Error: Unable to open include_dir '/share/mosquitto'.
Error found at line /etc/mosquitto/mosquitto.conf:33.
[09:12:35] INFO: Successfully send discovery information to Home Assistant.
[09:12:35] INFO: Successfully send service information to the Supervisor
Thanks for the fast advice. Its running but only with config. False and not true. I need this option tu running Home assistant. I postet a log, this was my error.
Isn’t solar_assistant that thing with it’s own broker internally and you have to do some funky bridging maneuver thing? I remember some solar integration that did that I think…
I don’t run HAOS, unfortunately (HA Core user here). So, I have a structure, but it’s completely different and I don’t think it will help you (it’s in the typical /etc location.
The reason for asking about that config is that I was unable to find it in the mosquitto docs to understand what it does. I don’t have that in mine, so I thought it might be specific to the add-on (which I don’t use either).
I have an idea though: create a conf.d directory in the mosquitto one and move the bridge config there.
I’ve said twice that I’m not an HAOS user. You’ll need to do some digging or wait for another reply. All I know is that on a standard Debian system with mosquitto, the additional broker configs will be in a subdirectory called conf.d.