Witam.
Mam problem z integracja Glances na swoim HA. Dodatek jest uruchomiony i działa. W lagach dodatku nie mam żadnych błędów. Mogę podejrzeć na pasku z boku wszystkie parametry. W Urządzeniach też mi się udaje dodać integrację Glances ale działa ona tylko przez sekundę (tak jakby tylko jeden odczyt) i dalej się zawiesza (enecje niedostępne).
Problem jest taki że mam 3 serwery z HA pod nadzorem (u kolegi i szwagra ;-)) i na pozostałych wszystko działa jak należy. Sprzęt wszędzie taki sam (terminal dell wyse).
W logach systemowych mam taki błąd glances
Rejestrator: homeassistant.components.glances.coordinator
Źródło: helpers/update_coordinator.py:497
integracja: Glances (dokumentacja, Problemy)
Pierwsze zdarzenie: 07:21:03 (1 wystąpienie)
Ostatnio zalogowany: 07:21:03Error fetching glances - localhost data:
Kombinuje już dłuższy czas i nic nie mogę wymyślić .
Jeżeli wczytam ponownie integrację to działa tylko przez sekundę.
Ktoś ma jeszcze taki sam problem.
Pozdrawiam
Załączam ustawienia dodatku Glances
Logi z Glances
-----------------------------------------------------------
Add-on: Glances
A cross-platform system monitoring tool
-----------------------------------------------------------
Add-on version: 0.21.1
You are running the latest version of this add-on.
System: Home Assistant OS 17.1 (amd64 / generic-x86-64)
Home Assistant Core: 2026.3.4
Home Assistant Supervisor: 2026.03.2
-----------------------------------------------------------
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
INFO: Starting Glances...
2026-03-27 07:17:00,266 -- INFO -- Start Glances 3.4.0.5
2026-03-27 07:17:00,270 -- INFO -- CPython 3.11.8 (/usr/bin/python3) and psutil 5.9.8 detected
2026-03-27 07:17:00,317 -- INFO -- Read configuration file '/etc/glances.conf'
2026-03-27 07:17:00,454 -- INFO -- Start GlancesWebServer mode
2026-03-27 07:17:00,560 -- WARNING -- Missing Python Lib (No module named 'wifi'), Wifi plugin is disabled
2026-03-27 07:17:00,562 -- WARNING -- Wifi lib is not compliant with Python 3, Wifi plugin is disabled
2026-03-27 07:17:01,509 -- WARNING -- Error loading Podman deps Lib. Podman feature in the Containers plugin is disabled (No module named 'podman')
2026-03-27 07:17:01,591 -- WARNING -- Missing Python Lib (No module named 'py3nvml'), Nvidia GPU plugin is disabled
2026-03-27 07:17:01,708 -- WARNING -- Sparklines module not found (No module named 'sparklines')
2026-03-27 07:17:01,762 -- WARNING -- Missing Python Lib (No module named 'pySMART'), HDD Smart plugin is disabled
2026-03-27 07:17:01,769 -- WARNING -- Missing Python Lib (No module named 'pymdstat'), Raid plugin is disabled
2026-03-27 07:17:28,416 -- INFO -- Glances RESTful API Server started on http://127.0.0.1:61209/api/3/
2026-03-27 07:17:28,424 -- INFO -- Glances Web User Interface started on http://127.0.0.1:61209/
Glances Web User Interface started on http://127.0.0.1:61209/
INFO: Starting NGinx...
Znalazłem jeszcze taki log z Glances
2026-03-27 06:31:21,689 -- INFO -- Glances stopped gracefully
Traceback (most recent call last):
File "/usr/lib/python3.11/wsgiref/handlers.py", line 137, in run
self.result = application(self.environ, self.start_response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/bottle.py", line 993, in __call__
return self.wsgi(environ, start_response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/bottle.py", line 968, in wsgi
out = self._cast(self._handle(environ))
^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/bottle.py", line 876, in _handle
return route.call(**args)
^^^^^^^^^^^^^^^^^^
File "/usr/bin/bottle.py", line 1759, in wrapper
rv = callback(*a, **ka)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/glances/outputs/glances_bottle.py", line 619, in _enable_cors
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/glances/outputs/glances_bottle.py", line 37, in wrapper
ret = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/glances/outputs/glances_bottle.py", line 309, in _api_all
self.__update__()
File "/usr/lib/python3.11/site-packages/glances/outputs/glances_bottle.py", line 119, in __update__
self.stats.update()
File "/usr/lib/python3.11/site-packages/glances/stats.py", line 216, in update
self._plugins[p].update()
File "/usr/lib/python3.11/site-packages/glances/plugins/glances_plugin.py", line 1114, in wrapper
ret = fct(self, *args, **kw)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/glances/plugins/glances_plugin.py", line 1131, in wrapper
ret = fct(*args, **kw)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/glances/plugins/glances_folders.py", line 53, in update
self.glances_folders.update(key=self.get_key())
File "/usr/lib/python3.11/site-packages/glances/folder_list.py", line 167, in update
self.__folder_list[i]['size'] = self.__folder_size(self.path(i))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/glances/folder_list.py", line 143, in __folder_size
ret += self.__folder_size(os.path.join(path, f.name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/glances/folder_list.py", line 143, in __folder_size
ret += self.__folder_size(os.path.join(path, f.name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/glances/folder_list.py", line 143, in __folder_size
ret += self.__folder_size(os.path.join(path, f.name))
^^^
File "/usr/lib/python3.11/site-packages/glances/__init__.py", line 65, in __signal_handler
end()
File "/usr/lib/python3.11/site-packages/glances/__init__.py", line 80, in end
sys.exit(0)
SystemExit: 0
---------------

