You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever im restarting HA i get the Repair Message
Home Assistant Supervisor
Warning ⸱ Reported by Home Assistant Supervisor
Add-on eBUSd is set to start at boot but failed to start. Usually this occurs when the configuration is incorrect or the same port is used in multiple add-ons. Check the configuration as well as logs for eBUSd and Supervisor.
Use Start to try again or Disable to turn off the start at boot option.
checking the logs i see invalid mqtthost and Service not enabled
[17:54:08] ERROR: Got unexpected response from the API: Service not enabled
> ebusd --foreground --mqtthost= --mqttport= --mqttuser= --mqttpass= --scanconfig --mqttjson --configpath=https://ebus.github.io/next/ --pollinterval=30 --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqtttopic=ebusd --device=/dev/ttyUSB0 --log=all:notice
invalid mqtthost
2025-01-11 17:54:09.550 [main error] invalid arguments
i think we may need to change startup to application
It's for this reason we already changed it from system to services last year. Since the MQTT add-on is set as system I expect it starts before ebus. Nevertheless, i think it's safe to change it to application (so just removing the key because it's default).
Just to confirm: you have an mqtt add-on installed and set to start at boot? 😅
Whenever im restarting HA i get the Repair Message
checking the logs i see
invalid mqtthost
andService not enabled
i think we may need to change
startup
toapplication
ha-addons/ebusd/config.yaml
Line 17 in 1abaae5
via https://developers.home-assistant.io/docs/add-ons/configuration/
The text was updated successfully, but these errors were encountered: