H
HASS.Agent3w ago
ambitious-aqua

hass_agent setup fails on HA

I tried to install the extention and it gave me this error. I'm also having issues connecting to MQTT.
2025-09-17 22:02:51.343 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hass_agent which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-09-17 22:02:56.205 ERROR (MainThread) [custom_components.hass_agent] MQTT integration is not available
2025-09-17 22:02:56.205 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'hass_agent': Integration failed to initializ
2025-09-17 22:02:51.343 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hass_agent which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-09-17 22:02:56.205 ERROR (MainThread) [custom_components.hass_agent] MQTT integration is not available
2025-09-17 22:02:56.205 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'hass_agent': Integration failed to initializ
No description
30 Replies
Amadeo
Amadeo3w ago
hm, you don't have mqtt and you'd like to use local api connection?
Amadeo
Amadeo3w ago
GitHub
Bug: Unable to setup with local API due to MQTT requirement · Issu...
Hello everyone.. im coming from the old integration and wanna upgrade to the rework of it. As stated in the documentation, MQTT is an optional feature so it is not needed but reviewing the Code ( h...
Amadeo
Amadeo3w ago
it's old one, that's on me, the Libre Hardware Monitor security issue took priority
ambitious-aqua
ambitious-aquaOP3w ago
Well i did try connecting to mqtt on HA but I coudn't I even made the account (profile) like he did in the video nothing worked I tried commenting out the lines in the issue and putting my PC local IP address but it can't connect fyi im running HA inside a container inside synology
DrR0x
DrR0x3w ago
You need the Mqtt integration In integrations page That's the client that connects to the Mqtt add on(broker) you already setup
ambitious-aqua
ambitious-aquaOP3w ago
this one?
No description
ambitious-aqua
ambitious-aquaOP3w ago
I tried it, coudn't connect
DrR0x
DrR0x3w ago
Everything Smart Home
YouTube
Home Assistant MQTT Install and Setup - A Beginner's Guide
MQTT and Home Assistant are extremely powerful when paired together and can be used on a wide range of applications, but what is MQTT and how does it work? How do we add it to our Home Assistant Installation? In this video I will show you how to install the Mosquitto Broker add-on in Home Assistant and install the MQTT integration so that you ca...
DrR0x
DrR0x3w ago
You need to ensure your add on(broker) is correctly setup and running. Then the integration should connect to local host(127.0.0.1) with the port, and credentials you setup. That video will help
ambitious-aqua
ambitious-aquaOP3w ago
I watched this video
DrR0x
DrR0x3w ago
Okay can you send screenshots of the logs of your Mqtt add on
ambitious-aqua
ambitious-aquaOP3w ago
I dont see any logs for it
DrR0x
DrR0x3w ago
Can you send a scrshot of the add on configuration?
ambitious-aqua
ambitious-aquaOP3w ago
like this?
No description
DrR0x
DrR0x3w ago
Do you have an Mqtt broker on that Synology address?
ambitious-aqua
ambitious-aquaOP3w ago
I dont see anything mqtt related other than this so i guess no?
DrR0x
DrR0x3w ago
Does That Synology address point to your HA or your PC?
ambitious-aqua
ambitious-aquaOP3w ago
HA in installed inside a container in synology whenever i connect to HA from other devices i use that address its a reverse proxy the container shares the same ip with the host i think otherwise i would have seen it as a seperate IP in my router i think
DrR0x
DrR0x3w ago
Docker? Or a VM?
ambitious-aqua
ambitious-aquaOP3w ago
docker i made it inside portainer
DrR0x
DrR0x3w ago
Okay, you need to setup this
DrR0x
DrR0x3w ago
Configuring Mosquitto MQTT Broker in Portainer: Quick Guide
This blog is a comprehensive guide on integrating MQTT Broker Pro Mosquitto with the container management platform Portainer.
ambitious-aqua
ambitious-aquaOP3w ago
ambitious-aqua
ambitious-aquaOP3w ago
The one you said wants some pro mqtt broker thingy with a trial why would a protocol need a trial
DrR0x
DrR0x3w ago
Yep Just need a broker
ambitious-aqua
ambitious-aquaOP3w ago
If i just want to use the program to launch scripts and whatever i dont need mqtt right? like the mobile app
DrR0x
DrR0x3w ago
No technically not, although I've never used local API, so just thought I'd check if you could use mqtt As @Amadeo said above, there is currently a bug in our integration preventing local API. Hopefully we can fix it soon, although can't make promises as Mqtt takes priority. If you checkout that GitHub issue linked at the top you may be able to fix it yourself by commenting out a few lines
ambitious-aqua
ambitious-aquaOP3w ago
yea i did comment them out and managed to make a quick action seems to work fine although it would have been nice if i could combo more keys other than just ctrl+something
Amadeo
Amadeo3w ago
I wanted to get it done in the morning (afternoon here atm) but investigation of the lhm eaten my time again... Will work on the integration today evening or tmrw morning for sure As it got lil forgotten about At least get the mqtt requirement removed as a starter
ambitious-aqua
ambitious-aquaOP2w ago
alr

Did you find this page helpful?