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
I am attempting to add the integration for glances to HA but I am getting failed to connect. I have tried setting the host to localhost and 192.168.1.4
I have confirmed the webpage at http://192.168.1.4:61208/ shows the glances stats.
using curl at endpoints also works
I am running glances in powershell with: glances -w
(base) PS C:\Users\raste> glances -w
Glances Web User Interface started on http://0.0.0.0:61208/
INFO: Started server process [33528]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:61208 (Press CTRL+C to quit)
I have also tried: glances -s
(base) PS C:\Users\raste> glances -s
Glances XML-RPC server is running on 0.0.0.0:61209
Announce the Glances server on the LAN (using 192.168.1.4 IP address)
Not sure if what I am attempting is possible or if I am doing something wrong.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi yall,
I am running Glances on windows 11 with ip 192.168.1.4 and running home assistant in a docker container.
Glances installed via powershell with: pip install glances[all]
I am attempting to add the integration for glances to HA but I am getting failed to connect. I have tried setting the host to localhost and 192.168.1.4
I have confirmed the webpage at http://192.168.1.4:61208/ shows the glances stats.
using curl at endpoints also works
I am running glances in powershell with: glances -w
I have also tried: glances -s
Not sure if what I am attempting is possible or if I am doing something wrong.
Beta Was this translation helpful? Give feedback.
All reactions