H
Homarr2mo ago
Sloke123

Values of System Health Monitor are not changing...

I recently notice that the values of System Health Monitor i.e. CPU temp/usage is not changing. It will change though if I refresh the page. I have tried on a couple of browsers, but the results are same. There is an warning in Developer Tools: WebSocket connection to 'ws://ip:7575/websockets' failed: Error during WebSocket handshake: Unexpected response code: 502 Homarr (Version 1.28.1) is running on RPi4. Here is my docker compose file:
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /home/ronnie/docker/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=************************** # <--- can be generated with `openssl rand -hex 32`
- NODE_TLS_REJECT_UNAUTHORIZED=0
ports:
- '7575:7575'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /home/ronnie/docker/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=************************** # <--- can be generated with `openssl rand -hex 32`
- NODE_TLS_REJECT_UNAUTHORIZED=0
ports:
- '7575:7575'
I've attached the log here with.
4 Replies
Cakey Bot
Cakey Bot2mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Manicraft1001
Manicraft10012mo ago
Are there any errors on container startup? Can you post the logs from shortly after container startup?
Sloke123
Sloke123OP2mo ago
I don't know what happened. I updated the OS and rebooted the RPi, and things seem to be working now.

Did you find this page helpful?