Glances cannot start when influxdb is enabled.
----------------------------------------------------------
App: Glances
A cross-platform system monitoring tool
-----------------------------------------------------------
App version: 0.22.0
You are running the latest version of this app.
System: Home Assistant OS 18.1 (amd64 / generic-x86-64)
Home Assistant Core: 2026.7.0
Home Assistant Supervisor: 2026.06.2
-----------------------------------------------------------
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
INFO: Starting Glances...
Export is only available in standalone or client mode
It works fine if influxdb is disabled:
Is it caused by the new version of Glances? Currently, the addon starts Glances in web server mode which doesn't support export.
bashio::log.info 'Starting Glances...'
options+=(-C /etc/glances.conf)
options+=(-w)
options+=(--port 61209)
options+=(--bind 127.0.0.1)
options+=(--time "$(bashio::config 'refresh_time')")
Glances cannot start when influxdb is enabled.
It works fine if influxdb is disabled:
Is it caused by the new version of Glances? Currently, the addon starts Glances in web server mode which doesn't support export.